update main structure

This commit is contained in:
felix 2023-01-18 15:18:33 +01:00
parent d40804468f
commit 22d70a8842
32 changed files with 1368 additions and 73 deletions

View file

@ -1,54 +1,35 @@
<!--
SPDX-FileCopyrightText: 2021 Jens Meisner <jens.meisner@ose-germany.de>
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# OHLOOM
# Akustikabsorber aus Pilzmyzelkompositmaterial
[![License: CC BY-SA 4.0](
https://img.shields.io/badge/License-CC%20BY--SA%204.0-blue.svg)](
https://creativecommons.org/licenses/by-sa/4.0/)
[![REUSE status](
https://api.reuse.software/badge/gitlab.com/OSEGermany/ohloom)](
https://api.reuse.software/info/gitlab.com/OSEGermany/ohloom)
[![made-with-Markdown](
https://img.shields.io/badge/Made%20with-Markdown-1f425f.svg)](
http://commonmark.org)
[![made-with-OpenSCAD](
https://img.shields.io/badge/Made%20with-OpenSCAD-orange.svg)](
http://openscad.org/)
Pilzmyzelkomposite sind kreislaufgerechte Kompositmaterialien, bestehend aus Reststoffen und einem Pilzgeflecht (Pilzmyzel). Am Beispiel von Akustikabsorbern untersuchen wir auf praktische Weise, wie gut sich Prototypen der Pilzmyzelkomposite in einem Fablab mit Unterstützung digitaler Werkzeuge reproduzieren lassen.
**O**pen **H**ardware **Loom**
(GER: Webstuhl)
Der Nutzen ist eine bessere Raumakustik, indem durch Absorption die Nachhallzeit in verschiedenen Frequenzbereichen reduziert wird.
You may want to see [the original project Wiki](
https://wiki.opensourceecology.de/Open_Hardware-Webstuhl_%E2%80%93_OHLOOM),
though this repo practically makes the Wiki version obsolete,
as it contains improvements,
and further development will happen here.
![Ansicht im Raum](media/FC5-Render-preview.webp)
## Guides
| [User Guide][UserGuideEn] | [Assembly Guide][AssemblyGuideEn] |
| :----: | :----: |
| [![][UserGuideImg]][UserGuideEn] | [![][AssemblyGuideImg]][AssemblyGuideEn] |
| [ENG][UserGuideEn] / [GER][UserGuideDe] | [ENG][AssemblyGuideEn] / [GER][AssemblyGuideDe] |
Abgesehen vom Befestigungssytem, besteht die Akustikabsorber ausschließlich aus kompostierbaren und schadstofffreien Materialien ohne Zusätze wie z.B. Klebemittel. Durch die Verwendung der Sekundärrohstoffe Buchweizenschalen und Rapsstroh wird Upcycling betrieben.
[UserGuideImg]: Documentation/User_Guide/User_Guide.jpg
[UserGuideEn]: Documentation/User_Guide/UserGuide.md
[UserGuideDe]: Documentation/User_Guide/UserGuide_de.md
[AssemblyGuideImg]: Documentation/Assembly_Guide/Assembly_Guide.jpg
[AssemblyGuideEn]: Documentation/Assembly_Guide/AssemblyGuide.md
[AssemblyGuideDe]: Documentation/Assembly_Guide/AssemblyGuide_de.md
# Repository
## Plans for the Parts
Das Repository ist modular aufgebaut. Die mod/material_fabrication beschreibt den grundlegenden Herstellungsprozess. Die weiteren Module anchor, mould und mounting_system beschreiben die Herstellung von Teilaspekten, die für die Fertigung des Absorbers notwendig sind.
The 3D plans for the parts of the loom
are available as source files in the OpenSCAD format.
Alongside you will find read-only versions as generated STL files
and sometimes technical drawings as PDFs.
# Anleitung zur Nutzung dieses Repositories für die Prototypherstellung
You will find all these in this repository in the folders
[3DParts/](./3DParts/) and
[WoodParts/](./WoodParts/).
1. Lesen der README [Materialherstellung](mod/material_fabrication/README.md) zum grundlegenden Verständnis über den gesamten Prozess.
2. Lesen der README [Wachstumsform](mod/mould/README.md), [Befestigungssystem](mod/mounting_system/README.md) und [Anker](mod/anchor/README.md) zum Verständnis der weiteren Teilprozesse.
3. Entscheidung, welche Variante der Formherstellung je nach Budget und Stückzahl für dich geeignet ist. Für geringe Stückzahlen eignet sich der dirkekte 3D-Druck der Negativform. Für größere Stückzahlen eignet sich der 3D-Druck einiger Positivformen mit anschließender mehrfacher Abformung aus Gips.
4. Planung. Da der Pilz, wenn er einmal wächst sich mehr stoppen lässt, ist ein methodisches und vorrausschauendes Arbeiten notwendig. Die Herstellung der Wachstumsformen und Anker sollte als erstes geplant und entweder vor Beimpfung des Substrates mit Pilzmyzel durchgeführt werden oder soweit vorbereitet sein, dass deren Herstellung wenige Tage nach Beimpfung des Substrates abgeschlossen werden kann.
5. Sicherstellung der benötigten Geräte in örtlichen Fablabs und offenen Laboren.
6. Besorgung der benötigten Materialien.
7. Jetzt kann der praktischen Teil beginnen.
# Lizenz
CC-BY-SA-4.0
Aufgezeigte Herstellungsprozesse sind in Teilen patentrechtlich geschützt, sodass eine kommerzielle Nutzung auf keinen Fall gewährleistet werden kann.

52
bom.csv
View file

@ -1,28 +1,24 @@
POS NAME UNITS TYPE REFERENCE
1 threaded rod M8 2 STD DIN 795 M8 x 180
2 M8 Nuts 4 STD ISO 4032 M8
3 M8 Nuts with Rubber 2 STD ISO 7040 M8
4 M6 Nuts 4 STD ISO 4032 M6
5 M6 Cylinder Screw 4 STD ISO 8677 M6 x 70
6 W60x4 Wood Screw 8 STD DIN 7997 4 x 60
7 W35x4 Wood Screw 4 STD DIN 7997 4 x 35
8 W12x4 Wood Screw 16 STD DIN 7997 4 x 12
9 Ratchet Wheel 2 POSH /3DParts/RatchetWheel/okh-RatchetWheel.json
10 Clamp Ring 2 POSH /3DParts/ClampRing/okh-ClampRing.json
11 Comb Module 5 POSH /3DParts/CombModul/okh-CombModul.json
12 Ratchet Pawl 2 POSH /3DParts/RatchetPawl/okh-RatchetPawl.json
13 Screw Socket w 12 POSH /3DParts/ScrewSockets/okh-ScrewSockets.json
14 Screw Socket w/o 4 POSH /3DParts/ScrewSockets/okh-ScrewSocket4ScrewHead.json
15 Outer Warpcloth Beam (4 parts each) 2 POSH
15.1 Warpclothbeam_P1 1 POSH /3DParts/WarpClothBeam/okh-Warpclothbeam_P1.json
15.2 Warpclothbeam_P2 1 POSH /3DParts/WarpClothBeam/okh-Warpclothbeam_P2.json
15.3 Warpclothbeam_P3 1 POSH /3DParts/WarpClothBeam/okh-Warpclothbeam_P3.json
15.4 Warpclothbeam_P4 1 POSH /3DParts/WarpClothBeam/okh-Warpclothbeam_P4.json
16 Comb Holder 2 POSH /WoodParts/CombHolder/okh-CombHolder.json
17 Side Frame 2 POSH /WoodParts/SideFrame/okh-SideFrame.json
18 Cross Beam 2 POSH /WoodParts/CrossBeam/okh-CrossBeam.json
19 Slot Beam 2 POSH /WoodParts/SlotBeam/okh-SlotBeam.json
20 String Stick 2 POSH /WoodParts/StringStick/okh-StringStick.json
21 Shuttle 1 POSH /WoodParts/Shuttle/okh-Shuttle.json
22 Inner Warpcloth Beam 2 POSH /WoodParts/WarpClothBeam_NoCNC/WarpClothBeam.json
23 3m String 1 BUY ⌀2…3 mm, Polypropylen
POS Name Menge Einheit Referenz Bezugsquelle Notiz Herkunft
1.1 gehäckseltes Rapsstroh 4800 g Tiereinstreu mein-streu.de Gibt es in 20 Kg Verpackungseinheit Deutschland
1.2 Buchweißenschalen 7872 g schierbecker.org Kiel
1.3 Autoklavbeutel 24 Stück Sakato PP Größe M biomycotec.de Helvesiek
1.4 Wasser 25,6 liter Leitungswasser bauhaus.info Hamburg
1.5 Reishi Körnerbrut 960 g M9726 Ganoderma lucidum mycelia.be Strain speziell für Myzelkompositmaterial Belgien
2.1 PLA Filament 1,75 mm 1340 g Menge für BigRep dasfilament.de Deutschland
2.2 PLA Filament 1,75 mm 1500 g Menge für Ultimaker 2 dasfilament.de Deutschland
2.3 Modelliergips 40 kg https://www.bauhaus.info/modelliermasse-bastelbeton/glorex-modelliergips-alabit/p/27924941 Hamburg
2.4 Wasser 25,5 liter Hamburg
2.5 Spülmittel 500 ml Supermarkt Hamburg
2.6 Frischhaltefolie 1 Rolle Supermarkt Hamburg
2.7 Aufbewahrungsbox C-Box 14 Stück C-Box M+ 18 liter https://www.bauhaus.info/kunststoffboxen/kis-aufbewahrungsbox-c-box-m/p/21029583 Hamburg
3.1 2x2 cm Quadratleiste Buche 4,8 m https://www.bauhaus.info/quadratleisten/quadratleiste/p/14610623 Hamburg
3.2 8 mm Rundstab Buche geriffelt 9,6 m https://www.bauhaus.info/rundstaebe/rundstab-i/p/14420040?adb_search=rundstab%208 Hamburg
3.3 M6 Eindrehmuffe 48 Stück https://www.bauhaus.info/sonstiges/stabilit-eindrehmuffe/p/10779551 Hamburg
3.4 M6 Gewindeschraube 60 mm 48 Stück https://www.bauhaus.info/gewindeschrauben/haefele-gewindeschraube/p/23515404 Hamburg
4.1 Rechteckleiste 4 cm x 1 cm, Buche, Unbehandelt 8 m https://www.bauhaus.info/rechteckleisten/rechteckleiste/p/14608082 Hamburg
4.2 Rechteckleiste 3 cm x 1 cm, Buche, Unbehandelt 2,4 m https://www.bauhaus.info/rechteckleisten/rechteckleiste/p/14608075 Hamburg
4.3 Rechteckleiste 2 cm x 1 cm, Buche, Unbehandelt 2,4 m https://www.bauhaus.info/rechteckleisten/rechteckleiste/p/14404774 Hamburg
4.4 Stuhlwinkel 25 x 15 x 25 mm 2 cm x 1 cm 48 Stück https://www.bauhaus.info/stuhlwinkel-treppenwinkel/stabilit-stuhlwinkel/p/10671398 Hamburg
4.5 Universalschraube 2 x 10 mm 192 Stück https://www.bauhaus.info/holzschrauben-spanplattenschrauben/spax-universalschraube/p/10017969 Hamburg
4.6 Universalschraube 4 x 70 mm 16 Stück https://www.bauhaus.info/holzschrauben-spanplattenschrauben/spax-universalschraube/p/10018999 Hamburg
4.7 Universaldübel 6 x 50 mm 16 Stück https://www.bauhaus.info/universalduebel-spreizduebel/stabilit-universalduebel/p/23505201?adb_search=d%C3%BCbel Hamburg
1 POS POS NAME Name UNITS Menge TYPE Einheit REFERENCE Referenz Bezugsquelle Notiz Herkunft
2 1 1.1 threaded rod M8 gehäckseltes Rapsstroh 2 4800 STD g DIN 795 M8 x 180 Tiereinstreu mein-streu.de Gibt es in 20 Kg Verpackungseinheit Deutschland
3 2 1.2 M8 Nuts Buchweißenschalen 4 7872 STD g ISO 4032 M8 schierbecker.org Kiel
4 3 1.3 M8 Nuts with Rubber Autoklavbeutel 2 24 STD Stück ISO 7040 M8 Sakato PP Größe M biomycotec.de Helvesiek
5 4 1.4 M6 Nuts Wasser 4 25,6 STD liter ISO 4032 M6 Leitungswasser bauhaus.info Hamburg
6 5 1.5 M6 Cylinder Screw Reishi Körnerbrut 4 960 STD g ISO 8677 M6 x 70 M9726 Ganoderma lucidum mycelia.be Strain speziell für Myzelkompositmaterial Belgien
7 6 2.1 W60x4 Wood Screw PLA Filament 1,75 mm 8 1340 STD g DIN 7997 4 x 60 Menge für BigRep dasfilament.de Deutschland
8 7 2.2 W35x4 Wood Screw PLA Filament 1,75 mm 4 1500 STD g DIN 7997 4 x 35 Menge für Ultimaker 2 dasfilament.de Deutschland
9 8 2.3 W12x4 Wood Screw Modelliergips 16 40 STD kg DIN 7997 4 x 12 https://www.bauhaus.info/modelliermasse-bastelbeton/glorex-modelliergips-alabit/p/27924941 Hamburg
10 9 2.4 Ratchet Wheel Wasser 2 25,5 POSH liter /3DParts/RatchetWheel/okh-RatchetWheel.json Hamburg
11 10 2.5 Clamp Ring Spülmittel 2 500 POSH ml /3DParts/ClampRing/okh-ClampRing.json Supermarkt Hamburg
12 11 2.6 Comb Module Frischhaltefolie 5 1 POSH Rolle /3DParts/CombModul/okh-CombModul.json Supermarkt Hamburg
13 12 2.7 Ratchet Pawl Aufbewahrungsbox C-Box 2 14 POSH Stück /3DParts/RatchetPawl/okh-RatchetPawl.json C-Box M+ 18 liter https://www.bauhaus.info/kunststoffboxen/kis-aufbewahrungsbox-c-box-m/p/21029583 Hamburg
14 13 3.1 Screw Socket w 2x2 cm Quadratleiste Buche 12 4,8 POSH m /3DParts/ScrewSockets/okh-ScrewSockets.json https://www.bauhaus.info/quadratleisten/quadratleiste/p/14610623 Hamburg
15 14 3.2 Screw Socket w/o 8 mm Rundstab Buche geriffelt 4 9,6 POSH m /3DParts/ScrewSockets/okh-ScrewSocket4ScrewHead.json https://www.bauhaus.info/rundstaebe/rundstab-i/p/14420040?adb_search=rundstab%208 Hamburg
16 15 3.3 Outer Warpcloth Beam (4 parts each) M6 Eindrehmuffe 2 48 POSH Stück https://www.bauhaus.info/sonstiges/stabilit-eindrehmuffe/p/10779551 Hamburg
17 15.1 3.4 Warpclothbeam_P1 M6 Gewindeschraube 60 mm 1 48 POSH Stück /3DParts/WarpClothBeam/okh-Warpclothbeam_P1.json https://www.bauhaus.info/gewindeschrauben/haefele-gewindeschraube/p/23515404 Hamburg
18 15.2 4.1 Warpclothbeam_P2 Rechteckleiste 4 cm x 1 cm, Buche, Unbehandelt 1 8 POSH m /3DParts/WarpClothBeam/okh-Warpclothbeam_P2.json https://www.bauhaus.info/rechteckleisten/rechteckleiste/p/14608082 Hamburg
19 15.3 4.2 Warpclothbeam_P3 Rechteckleiste 3 cm x 1 cm, Buche, Unbehandelt 1 2,4 POSH m /3DParts/WarpClothBeam/okh-Warpclothbeam_P3.json https://www.bauhaus.info/rechteckleisten/rechteckleiste/p/14608075 Hamburg
20 15.4 4.3 Warpclothbeam_P4 Rechteckleiste 2 cm x 1 cm, Buche, Unbehandelt 1 2,4 POSH m /3DParts/WarpClothBeam/okh-Warpclothbeam_P4.json https://www.bauhaus.info/rechteckleisten/rechteckleiste/p/14404774 Hamburg
21 16 4.4 Comb Holder Stuhlwinkel 25 x 15 x 25 mm 2 cm x 1 cm 2 48 POSH Stück /WoodParts/CombHolder/okh-CombHolder.json https://www.bauhaus.info/stuhlwinkel-treppenwinkel/stabilit-stuhlwinkel/p/10671398 Hamburg
22 17 4.5 Side Frame Universalschraube 2 x 10 mm 2 192 POSH Stück /WoodParts/SideFrame/okh-SideFrame.json https://www.bauhaus.info/holzschrauben-spanplattenschrauben/spax-universalschraube/p/10017969 Hamburg
23 18 4.6 Cross Beam Universalschraube 4 x 70 mm 2 16 POSH Stück /WoodParts/CrossBeam/okh-CrossBeam.json https://www.bauhaus.info/holzschrauben-spanplattenschrauben/spax-universalschraube/p/10018999 Hamburg
24 19 4.7 Slot Beam Universaldübel 6 x 50 mm 2 16 POSH Stück /WoodParts/SlotBeam/okh-SlotBeam.json https://www.bauhaus.info/universalduebel-spreizduebel/stabilit-universalduebel/p/23505201?adb_search=d%C3%BCbel Hamburg
20 String Stick 2 POSH /WoodParts/StringStick/okh-StringStick.json
21 Shuttle 1 POSH /WoodParts/Shuttle/okh-Shuttle.json
22 Inner Warpcloth Beam 2 POSH /WoodParts/WarpClothBeam_NoCNC/WarpClothBeam.json
23 3m String 1 BUY ⌀2…3 mm, Polypropylen

4
mod/anchor/res/README.md Normal file
View file

@ -0,0 +1,4 @@
# README `res/`
Stands for "resources", and should hold any files that are part of the sources of the project, but are not source code, design, scripts or documentation text files. This includes also binary files, next to text files. The sub-dirs within res/assets/ and res/ should be the same (excluding of course res/assets/assets/).

View file

@ -0,0 +1,4 @@
# README `res/assets/`
All binary (and potentially large text-)resources should go here, as this allows to go "clean-slate" with this data from time to time, to reduce clone size, if done as a git sub-module (which can also be done later). Having it as a git sub-module, also allows to not fetch it at all, if storage or bandwidth is an issue, and it is not required for the task at hand. The sub-dirs within res/assets/ and res/ should be the same (excluding of course res/assets/assets/).

View file

@ -0,0 +1,4 @@
# README `res/media/`
Non-binary (and usually rather small) media goes here. Media are (mainly) images, audio recordings and videos.

4
mod/anchor/src/README.md Normal file
View file

@ -0,0 +1,4 @@
# README `res/`
Stands for "resources", and should hold any files that are part of the sources of the project, but are not source code, design, scripts or documentation text files. This includes also binary files, next to text files. The sub-dirs within res/assets/ and res/ should be the same (excluding of course res/assets/assets/).

Binary file not shown.

View file

@ -0,0 +1,834 @@
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<svg height="210mm" xmlns="http://www.w3.org/2000/svg" baseProfile="tiny" viewBox="0 0 2970 2100" version="1.2" xmlns:freecad="http://www.freecadweb.org/wiki/index.php?title=Svg_Namespace" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="297mm" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd">
<title>FreeCAD SVG Export</title>
<desc>Drawing page: Page003 exported from FreeCAD document: Befestigung_Paneele_OSH</desc>
<defs/>
<g inkscape:groupmode="layer" id="Page003" inkscape:label="TechDraw">
<g style="stroke: none;" transform="scale(10.000000, 10.000000)" id="A4_LandscapeTD.svg">
<!-- Working space 10 10 287 200 -->
<!-- Title block 147 153 287 200 -->
<metadata id="metadata849">
<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>
<defs id="defs847">
<linearGradient x2="655.35199" id="defitem29" x1="649.42902" gradientUnits="userSpaceOnUse" y1="807.466" y2="485.909">
<stop style="stop-color:#ffffff;stop-opacity:1.0000000;" id="stop92" offset="0.0000000"/>
<stop style="stop-color:#ffffff;stop-opacity:0.13756600;" id="stop93" offset="1.0000000"/>
</linearGradient>
<radialGradient fx="1049.72" cy="345.56" fy="345.56" r="1202.15" id="defitem28" gradientUnits="userSpaceOnUse" cx="1049.72">
<stop style="stop-color:#ffffff;stop-opacity:1.0000000;" id="stop89" offset="0.0000000"/>
<stop style="stop-color:#a8a8a8;stop-opacity:1.0000000;" id="stop90" offset="1.0000000"/>
</radialGradient>
<linearGradient x2="980" id="defitem30" x1="287.5" gradientUnits="userSpaceOnUse" y1="636.70697" y2="636.70697">
<stop style="stop-color:#464646;stop-opacity:1.0000000;" id="stop95" offset="0.0000000"/>
<stop style="stop-color:#c2c2c2;stop-opacity:1.0000000;" id="stop96" offset="1.0000000"/>
</linearGradient>
<linearGradient x2="985.98199" id="defitem27" x1="921.091" gradientUnits="userSpaceOnUse" y1="403.18799" y2="317.44699">
<stop style="stop-color:#7e7e7e;stop-opacity:1.0000000;" id="stop86" offset="0.0000000"/>
<stop style="stop-color:#e5e5e5;stop-opacity:1.0000000;" id="stop87" offset="1.0000000"/>
</linearGradient>
<linearGradient x2="293.37" id="defitem26" x1="530.76099" gradientUnits="userSpaceOnUse" y1="346.30399" y2="360.27499">
<stop style="stop-color:#5f5f5f;stop-opacity:1.0000000;" id="stop83" offset="0.0000000"/>
<stop style="stop-color:#e5e5e5;stop-opacity:1.0000000;" id="stop84" offset="1.0000000"/>
</linearGradient>
<linearGradient x2="308.75" id="defitem25" x1="164.013" gradientUnits="userSpaceOnUse" y1="412.91901" y2="337.60999">
<stop style="stop-color:#ffffff;stop-opacity:1.0000000;" id="stop80" offset="0.0000000"/>
<stop style="stop-color:#bfbfbf;stop-opacity:1.0000000;" id="stop81" offset="1.0000000"/>
</linearGradient>
<linearGradient x2="992.48901" id="defitem24" x1="1094.25" gradientUnits="userSpaceOnUse" y1="270.854" y2="380.47198">
<stop style="stop-color:#6a6a6a;stop-opacity:1.0000000;" id="stop77" offset="0.0000000"/>
<stop style="stop-color:#e6e6e6;stop-opacity:1.0000000;" id="stop78" offset="1.0000000"/>
</linearGradient>
<linearGradient x2="1049.84" id="defitem23" x1="1170.91" gradientUnits="userSpaceOnUse" y1="476.465" y2="549.37799">
<stop style="stop-color:#5f5f5f;stop-opacity:1.0000000;" id="stop74" offset="0.0000000"/>
<stop style="stop-color:#ebebeb;stop-opacity:1.0000000;" id="stop75" offset="1.0000000"/>
</linearGradient>
<linearGradient x2="576.14899" id="defitem22" x1="783.716" gradientUnits="userSpaceOnUse" y1="105.486" y2="313.276">
<stop style="stop-color:#5a5a5a;stop-opacity:1.0000000;" id="stop71" offset="0.0000000"/>
<stop style="stop-color:#c7c7c7;stop-opacity:1.0000000;" id="stop72" offset="1.0000000"/>
</linearGradient>
<linearGradient x2="128.05499" id="defitem21" x1="280.04401" gradientUnits="userSpaceOnUse" y1="418.698" y2="484.716">
<stop style="stop-color:#666666;stop-opacity:1.0000000;" id="stop68" offset="0.0000000"/>
<stop style="stop-color:#d8d8d8;stop-opacity:1.0000000;" id="stop69" offset="1.0000000"/>
</linearGradient>
<linearGradient x2="220" id="defitem20" x1="129.687" gradientUnits="userSpaceOnUse" y1="636.95398" y2="584.40997">
<stop style="stop-color:#ffffff;stop-opacity:1.0000000;" id="stop65" offset="0.0000000"/>
<stop style="stop-color:#bbbbbb;stop-opacity:1.0000000;" id="stop66" offset="1.0000000"/>
</linearGradient>
<linearGradient x2="1127.98" id="defitem19" x1="1048.72" gradientUnits="userSpaceOnUse" y1="629.02802" y2="583.75299">
<stop style="stop-color:#5e5e5e;stop-opacity:1.0000000;" id="stop62" offset="0.0000000"/>
<stop style="stop-color:#ededed;stop-opacity:1.0000000;" id="stop63" offset="1.0000000"/>
</linearGradient>
<linearGradient x2="581.32397" id="defitem18" x1="370.022" gradientUnits="userSpaceOnUse" y1="387.27301" y2="291.97699">
<stop style="stop-color:#636363;stop-opacity:1.0000000;" id="stop59" offset="0.0000000"/>
<stop style="stop-color:#d6d6d6;stop-opacity:1.0000000;" id="stop60" offset="1.0000000"/>
</linearGradient>
<linearGradient x2="909.59399" id="defitem17" x1="732.15601" gradientUnits="userSpaceOnUse" y1="351.939" y2="351.939">
<stop style="stop-color:#676767;stop-opacity:1.0000000;" id="stop56" offset="0.0000000"/>
<stop style="stop-color:#d3d3d3;stop-opacity:1.0000000;" id="stop57" offset="1.0000000"/>
</linearGradient>
<linearGradient x2="1073.01" id="defitem16" x1="1014.43" gradientUnits="userSpaceOnUse" y1="494.71301" y2="494.71301">
<stop style="stop-color:#666666;stop-opacity:1.0000000;" id="stop53" offset="0.0000000"/>
<stop style="stop-color:#dcdcdc;stop-opacity:1.0000000;" id="stop54" offset="1.0000000"/>
</linearGradient>
<linearGradient x2="193.27699" id="defitem15" x1="272.59201" gradientUnits="userSpaceOnUse" y1="452.388" y2="516.37">
<stop style="stop-color:#6e6e6e;stop-opacity:1.0000000;" id="stop50" offset="0.0000000"/>
<stop style="stop-color:#d8d8d8;stop-opacity:1.0000000;" id="stop51" offset="1.0000000"/>
</linearGradient>
<radialGradient fx="1037.22" cy="211.088" fy="211.088" r="1164.28" id="defitem14" gradientUnits="userSpaceOnUse" cx="1037.22">
<stop style="stop-color:#ffffff;stop-opacity:1.0000000;" id="stop47" offset="0.0000000"/>
<stop style="stop-color:#aaaaaa;stop-opacity:1.0000000;" id="stop48" offset="1.0000000"/>
</radialGradient>
<linearGradient x2="379.241" id="defitem13" x1="342.64999" gradientUnits="userSpaceOnUse" y1="732.12903" y2="686.83002">
<stop style="stop-color:#ffffff;stop-opacity:1.0000000;" id="stop44" offset="0.0000000"/>
<stop style="stop-color:#989898;stop-opacity:1.0000000;" id="stop45" offset="1.0000000"/>
</linearGradient>
<radialGradient fx="632.78101" cy="484.409" fy="484.409" r="540.27899" id="defitem12" gradientUnits="userSpaceOnUse" cx="632.78101">
<stop style="stop-color:#ffffff;stop-opacity:1.0000000;" id="stop41" offset="0.0000000"/>
<stop style="stop-color:#ededed;stop-opacity:1.0000000;" id="stop42" offset="1.0000000"/>
</radialGradient>
<radialGradient fx="632.78101" cy="484.409" r="540.27899" fy="484.409" id="radialGradient3901" gradientUnits="userSpaceOnUse" cx="632.78101" xlink:href="#defitem12"/>
<linearGradient x2="379.241" id="linearGradient3903" x1="342.64999" y1="732.12903" gradientUnits="userSpaceOnUse" xlink:href="#defitem13" y2="686.83002"/>
<radialGradient fx="1037.22" cy="211.088" r="1164.28" fy="211.088" id="radialGradient3905" gradientUnits="userSpaceOnUse" cx="1037.22" xlink:href="#defitem14"/>
<linearGradient x2="193.27699" id="linearGradient3907" x1="272.59201" y1="452.388" gradientUnits="userSpaceOnUse" xlink:href="#defitem15" y2="516.37"/>
<linearGradient x2="1073.01" id="linearGradient3909" x1="1014.43" y1="494.71301" gradientUnits="userSpaceOnUse" xlink:href="#defitem16" y2="494.71301"/>
<linearGradient x2="909.59399" id="linearGradient3911" x1="732.15601" y1="351.939" gradientUnits="userSpaceOnUse" xlink:href="#defitem17" y2="351.939"/>
<linearGradient x2="581.32397" id="linearGradient3913" x1="370.022" y1="387.27301" gradientUnits="userSpaceOnUse" xlink:href="#defitem18" y2="291.97699"/>
<linearGradient x2="1127.98" id="linearGradient3915" x1="1048.72" y1="629.02802" gradientUnits="userSpaceOnUse" xlink:href="#defitem19" y2="583.75299"/>
<linearGradient x2="220" id="linearGradient3917" x1="129.687" y1="636.95398" gradientUnits="userSpaceOnUse" xlink:href="#defitem20" y2="584.40997"/>
<linearGradient x2="128.05499" id="linearGradient3919" x1="280.04401" y1="418.698" gradientUnits="userSpaceOnUse" xlink:href="#defitem21" y2="484.716"/>
<linearGradient x2="576.14899" id="linearGradient3921" x1="783.716" y1="105.486" gradientUnits="userSpaceOnUse" xlink:href="#defitem22" y2="313.276"/>
<linearGradient x2="1049.84" id="linearGradient3923" x1="1170.91" y1="476.465" gradientUnits="userSpaceOnUse" xlink:href="#defitem23" y2="549.37799"/>
<linearGradient x2="992.48901" id="linearGradient3925" x1="1094.25" y1="270.854" gradientUnits="userSpaceOnUse" xlink:href="#defitem24" y2="380.47198"/>
<linearGradient x2="308.75" id="linearGradient3927" x1="164.013" y1="412.91901" gradientUnits="userSpaceOnUse" xlink:href="#defitem25" y2="337.60999"/>
<linearGradient x2="293.37" id="linearGradient3929" x1="530.76099" y1="346.30399" gradientUnits="userSpaceOnUse" xlink:href="#defitem26" y2="360.27499"/>
<linearGradient x2="985.98199" id="linearGradient3931" x1="921.091" y1="403.18799" gradientUnits="userSpaceOnUse" xlink:href="#defitem27" y2="317.44699"/>
<linearGradient x2="980" id="linearGradient3933" x1="287.5" y1="636.70697" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,1.016038,0,-11.73855)" xlink:href="#defitem30" y2="636.70697"/>
<radialGradient fx="1089.4004" cy="64.845284" r="1202.15" fy="64.844765" id="radialGradient3935" gradientUnits="userSpaceOnUse" cx="1092.7045" xlink:href="#defitem28"/>
<linearGradient x2="655.35199" id="linearGradient3937" x1="649.42902" y1="807.466" gradientUnits="userSpaceOnUse" xlink:href="#defitem29" y2="485.909"/>
<radialGradient fx="632.78101" cy="484.409" r="540.27899" fy="484.409" id="radialGradient4283" gradientUnits="userSpaceOnUse" cx="632.78101" xlink:href="#defitem12"/>
<linearGradient x2="379.241" id="linearGradient4285" x1="342.64999" y1="732.12903" gradientUnits="userSpaceOnUse" xlink:href="#defitem13" y2="686.83002"/>
<radialGradient fx="1037.22" cy="211.088" r="1164.28" fy="211.088" id="radialGradient4287" gradientUnits="userSpaceOnUse" cx="1037.22" xlink:href="#defitem14"/>
<linearGradient x2="193.27699" id="linearGradient4289" x1="272.59201" y1="452.388" gradientUnits="userSpaceOnUse" xlink:href="#defitem15" y2="516.37"/>
<linearGradient x2="1073.01" id="linearGradient4291" x1="1014.43" y1="494.71301" gradientUnits="userSpaceOnUse" xlink:href="#defitem16" y2="494.71301"/>
<linearGradient x2="909.59399" id="linearGradient4293" x1="732.15601" y1="351.939" gradientUnits="userSpaceOnUse" xlink:href="#defitem17" y2="351.939"/>
<linearGradient x2="581.32397" id="linearGradient4295" x1="370.022" y1="387.27301" gradientUnits="userSpaceOnUse" xlink:href="#defitem18" y2="291.97699"/>
<linearGradient x2="1127.98" id="linearGradient4297" x1="1048.72" y1="629.02802" gradientUnits="userSpaceOnUse" xlink:href="#defitem19" y2="583.75299"/>
<linearGradient x2="220" id="linearGradient4299" x1="129.687" y1="636.95398" gradientUnits="userSpaceOnUse" xlink:href="#defitem20" y2="584.40997"/>
<linearGradient x2="128.05499" id="linearGradient4301" x1="280.04401" y1="418.698" gradientUnits="userSpaceOnUse" xlink:href="#defitem21" y2="484.716"/>
<linearGradient x2="576.14899" id="linearGradient4303" x1="783.716" y1="105.486" gradientUnits="userSpaceOnUse" xlink:href="#defitem22" y2="313.276"/>
<linearGradient x2="1049.84" id="linearGradient4305" x1="1170.91" y1="476.465" gradientUnits="userSpaceOnUse" xlink:href="#defitem23" y2="549.37799"/>
<linearGradient x2="992.48901" id="linearGradient4307" x1="1094.25" y1="270.854" gradientUnits="userSpaceOnUse" xlink:href="#defitem24" y2="380.47198"/>
<linearGradient x2="308.75" id="linearGradient4309" x1="164.013" y1="412.91901" gradientUnits="userSpaceOnUse" xlink:href="#defitem25" y2="337.60999"/>
<linearGradient x2="293.37" id="linearGradient4311" x1="530.76099" y1="346.30399" gradientUnits="userSpaceOnUse" xlink:href="#defitem26" y2="360.27499"/>
<linearGradient x2="985.98199" id="linearGradient4313" x1="921.091" y1="403.18799" gradientUnits="userSpaceOnUse" xlink:href="#defitem27" y2="317.44699"/>
<linearGradient x2="980" id="linearGradient4315" x1="287.5" y1="636.70697" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,1.016038,0,-11.73855)" xlink:href="#defitem30" y2="636.70697"/>
<radialGradient fx="1089.4004" cy="64.845284" r="1202.15" fy="64.844765" id="radialGradient4317" gradientUnits="userSpaceOnUse" cx="1092.7045" xlink:href="#defitem28"/>
<linearGradient x2="655.35199" id="linearGradient4319" x1="649.42902" y1="807.466" gradientUnits="userSpaceOnUse" xlink:href="#defitem29" y2="485.909"/>
<radialGradient fx="632.78101" cy="484.409" r="540.27899" fy="484.409" id="radialGradient4515" gradientUnits="userSpaceOnUse" cx="632.78101" xlink:href="#defitem12"/>
<linearGradient x2="379.241" id="linearGradient4517" x1="342.64999" y1="732.12903" gradientUnits="userSpaceOnUse" xlink:href="#defitem13" y2="686.83002"/>
<radialGradient fx="1037.22" cy="211.088" r="1164.28" fy="211.088" id="radialGradient4519" gradientUnits="userSpaceOnUse" cx="1037.22" xlink:href="#defitem14"/>
<linearGradient x2="193.27699" id="linearGradient4521" x1="272.59201" y1="452.388" gradientUnits="userSpaceOnUse" xlink:href="#defitem15" y2="516.37"/>
<linearGradient x2="1073.01" id="linearGradient4523" x1="1014.43" y1="494.71301" gradientUnits="userSpaceOnUse" xlink:href="#defitem16" y2="494.71301"/>
<linearGradient x2="909.59399" id="linearGradient4525" x1="732.15601" y1="351.939" gradientUnits="userSpaceOnUse" xlink:href="#defitem17" y2="351.939"/>
<linearGradient x2="581.32397" id="linearGradient4527" x1="370.022" y1="387.27301" gradientUnits="userSpaceOnUse" xlink:href="#defitem18" y2="291.97699"/>
<linearGradient x2="1127.98" id="linearGradient4529" x1="1048.72" y1="629.02802" gradientUnits="userSpaceOnUse" xlink:href="#defitem19" y2="583.75299"/>
<linearGradient x2="220" id="linearGradient4531" x1="129.687" y1="636.95398" gradientUnits="userSpaceOnUse" xlink:href="#defitem20" y2="584.40997"/>
<linearGradient x2="128.05499" id="linearGradient4533" x1="280.04401" y1="418.698" gradientUnits="userSpaceOnUse" xlink:href="#defitem21" y2="484.716"/>
<linearGradient x2="576.14899" id="linearGradient4535" x1="783.716" y1="105.486" gradientUnits="userSpaceOnUse" xlink:href="#defitem22" y2="313.276"/>
<linearGradient x2="1049.84" id="linearGradient4537" x1="1170.91" y1="476.465" gradientUnits="userSpaceOnUse" xlink:href="#defitem23" y2="549.37799"/>
<linearGradient x2="992.48901" id="linearGradient4539" x1="1094.25" y1="270.854" gradientUnits="userSpaceOnUse" xlink:href="#defitem24" y2="380.47198"/>
<linearGradient x2="308.75" id="linearGradient4541" x1="164.013" y1="412.91901" gradientUnits="userSpaceOnUse" xlink:href="#defitem25" y2="337.60999"/>
<linearGradient x2="293.37" id="linearGradient4543" x1="530.76099" y1="346.30399" gradientUnits="userSpaceOnUse" xlink:href="#defitem26" y2="360.27499"/>
<linearGradient x2="985.98199" id="linearGradient4545" x1="921.091" y1="403.18799" gradientUnits="userSpaceOnUse" xlink:href="#defitem27" y2="317.44699"/>
<linearGradient x2="980" id="linearGradient4547" x1="287.5" y1="636.70697" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1,0,0,1.016038,0,-11.73855)" xlink:href="#defitem30" y2="636.70697"/>
<radialGradient fx="1089.4004" cy="64.845284" r="1202.15" fy="64.844765" id="radialGradient4549" gradientUnits="userSpaceOnUse" cx="1092.7045" xlink:href="#defitem28"/>
<linearGradient x2="655.35199" id="linearGradient4551" x1="649.42902" y1="807.466" gradientUnits="userSpaceOnUse" xlink:href="#defitem29" y2="485.909"/>
<radialGradient cy="33.899986" fx="270.58316" fy="33.899986" r="19.571428" id="radialGradient3817" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1149219,0.2722306,-0.7507171,3.0745639,-471.08629,-148.32863)" xlink:href="#linearGradient3682" cx="270.58316"/>
<linearGradient id="linearGradient3682">
<stop style="stop-color:#ff6d0f;stop-opacity:1;" id="stop3684" offset="0"/>
<stop style="stop-color:#ff1000;stop-opacity:1;" id="stop3686" offset="1"/>
</linearGradient>
<radialGradient cy="29.149046" fx="282.64584" fy="29.149046" r="19.571428" id="radialGradient3661" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.6186598,0.9666542,-1.0332462,0.6612786,-327.27568,-255.84136)" xlink:href="#linearGradient3864" cx="282.64584"/>
<linearGradient id="linearGradient3864">
<stop style="stop-color:#71b2f8;stop-opacity:1;" id="stop3866" offset="0"/>
<stop style="stop-color:#002795;stop-opacity:1;" id="stop3868" offset="1"/>
</linearGradient>
</defs>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path6" d="M 9.9955525,200 286.70447,200"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path8" d="m 287.14484,199.85485 0,-190.1599269"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path10" d="m 287.20428,9.8544347 -277.058557,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path12" d="m 10.144844,9.7049456 0,190.1500244"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path14" d="m 148.64755,9.8574405 0,-9.71488097"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path16" d="m 148.675,202.65308 0,7.19384"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path18" d="m 10.169135,104.82798 -9.99413672,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path20" d="m 287.16908,104.825 9.66184,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path22" d="m 241.008,202.44426 0,5.11147"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path24" d="m 56.342,200 0,7.5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path26" d="m 194.842,202.44427 0,5.11146"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path28" d="m 102.508,200 0,7.5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path32" d="m 102.48055,9.8524509 0,-7.541176"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path34" d="m 194.81455,9.8524509 0,-7.541176"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path36" d="m 56.314549,9.8524509 0,-7.541176"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path38" d="m 240.98055,9.8524509 0,-7.541176"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path42" d="m 10,57.325 -7.5,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path44" d="m 10,152.325 -7.5,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path46" d="m 287.175,57.325 7.5,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path48" d="m 287.175,152.325 7.5,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path50" d="m 137.15173,202.5 150.04653,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path52" d="m 187.175,200 0,5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path54" d="m 237.175,200 0,5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path58" d="m 257.175,200 0,2.5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path62" d="m 247.175,200 0,2.5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path66" d="m 227.175,200 0,2.5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path68" d="m 207.175,200 0,2.5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path70" d="m 217.175,200 0,2.5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path72" d="m 137.175,200 0,5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path74" d="m 287.125,200 0,5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path78" d="m 177.175,200 0,2.5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path80" d="m 167.175,200 0,2.5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path82" d="m 197.175,200 0,2.5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path84" d="m 147.175,200 0,2.5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path86" d="m 277.175,200 0,2.5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path88" d="m 157.175,200 0,2.5"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path90" d="m 267.175,200 0,2.5"/>
<g transform="translate(-110.916,0.82999)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g470">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path472" d="m 234.583,5.00504 0,1.16497 3.5,0 0,-1.16497 -0.111,-0.54972 -0.338,-0.40851 -0.549,-0.25216 -0.752,-0.09076 -0.766,0.08069 -0.303,0.10086 -0.242,0.1412 -0.328,0.40851 -0.081,0.2673 -0.03,0.30259 z m 0.419,0.0353 0.075,-0.3833 0.232,-0.26223 0.414,-0.15635 0.61,-0.05044 0.59,0.05548 0.414,0.15634 0.247,0.2673 0.081,0.3732 0,0.66065 -2.663,0 0,-0.66065 z"/>
</g>
<g transform="translate(-104.583,0.94092)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g474">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path476" d="m 185.583,6.05908 0,-2.21902 -0.423,0 0,1.75503 -1.186,0 0,-1.56341 -0.418,0 0,1.56341 -1.049,0 0,-1.71469 -0.424,0 0,2.17868 3.5,0 z"/>
</g>
<g transform="translate(-117.154,0.7493)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g478">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path480" d="m 289.282,4.18298 0.424,0.10086 0.302,0.16645 0.187,0.23196 0.06,0.27234 -0.09,0.32782 -0.273,0.2572 -0.444,0.17148 -0.615,0.05548 -0.61,-0.05548 -0.449,-0.16644 -0.272,-0.2572 -0.096,-0.33286 0.05,-0.24207 0.142,-0.20678 0.227,-0.16138 0.312,-0.11093 0,-0.47913 -0.479,0.15131 -0.363,0.26224 -0.227,0.35809 -0.081,0.42865 0.126,0.53461 0.353,0.40847 0.58,0.26227 0.787,0.09076 0.787,-0.09076 0.58,-0.26227 0.358,-0.40847 0.121,-0.53461 -0.096,-0.46902 -0.267,-0.37824 -0.439,-0.26727 -0.595,-0.14124 0,0.48416 z"/>
</g>
<g transform="translate(-98.25,0.96616)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g482">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path484" d="m 133.083,6.03384 0,-0.46902 -1.609,0 0,-1.47263 -0.418,0 0,1.47263 -1.049,0 0,-1.81052 -0.424,0 0,2.27954 3.5,0 z"/>
</g>
<g transform="translate(-123.583,0.83502)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g486">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path488" d="m 341.192,4.3696 -0.292,-0.35303 -0.197,-0.09079 -0.242,-0.03027 -0.379,0.06558 -0.272,0.19669 -0.166,0.31771 -0.061,0.44382 0,1.24567 3.5,0 0,-1.31629 -0.07,-0.46902 -0.207,-0.34799 -0.328,-0.21686 -0.444,-0.07565 -0.297,0.04541 -0.247,0.12103 -0.182,0.19668 -0.116,0.26731 z m -0.156,0.64551 0,0.68588 -1.034,0 0,-0.72623 0.03,-0.27231 0.091,-0.19165 0.156,-0.11599 0.232,-0.04035 0.232,0.04538 0.162,0.12103 0.1,0.20679 0.031,0.28745 z m 1.629,-0.11094 0,0.79682 -1.206,0 0,-0.75144 0.036,-0.31771 0.105,-0.22696 0.182,-0.13617 0.262,-0.04538 0.278,0.04538 0.191,0.1261 0.116,0.21182 0.036,0.29754 z"/>
</g>
<g transform="translate(-129.911,0.46686)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g494">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path496" d="m 395.583,6.53314 0,-0.46399 -1.029,-0.36816 0,-1.39697 1.029,-0.36817 0,-0.47406 -3.505,1.28101 0,0.5144 3.505,1.27594 z M 394.126,5.53961 392.582,5 l 1.544,-0.53964 0,1.07925 z"/>
</g>
<g transform="translate(0,-30.221)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g502">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path504" d="m 5.73379,112.671 0.0353,0 0.48415,-0.081 0.36311,-0.237 0.23199,-0.373 0.08574,-0.494 -0.08574,-0.525 -0.2219,-0.393 -0.35302,-0.252 -0.4539,-0.091 -0.29755,0.04 -0.24207,0.111 -0.1866,0.182 -0.13617,0.242 -0.27233,-0.328 -0.43372,-0.116 -0.39337,0.076 -0.29755,0.217 -0.1866,0.353 -0.06556,0.484 0.08069,0.454 0.2219,0.348 0.35303,0.227 0.46902,0.075 0.0353,0 0,-0.449 -0.32277,-0.04 -0.23199,-0.131 -0.14121,-0.212 -0.05043,-0.297 0.04035,-0.263 0.10591,-0.191 0.17147,-0.116 0.23198,-0.046 0.24712,0.046 0.16643,0.121 0.10086,0.211 0.03026,0.288 -0.00504,0.197 0.39841,0 -0.01008,-0.247 0.04539,-0.318 0.12103,-0.237 0.19669,-0.141 0.2572,-0.051 0.29251,0.056 0.21686,0.146 0.13617,0.232 0.04539,0.307 -0.05044,0.318 -0.15129,0.232 -0.24208,0.146 -0.33285,0.056 0,0.464 z"/>
</g>
<g transform="translate(0,-56.881)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g506">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path508" d="m 6.83321,186.831 0,-2.406 -0.43371,0 0,1.901 -0.23704,-0.106 -0.19668,-0.181 -0.35807,-0.56 -0.1513,-0.298 -0.21686,-0.332 -0.25216,-0.237 -0.29755,-0.137 -0.3379,-0.05 -0.42363,0.086 -0.33285,0.237 -0.21182,0.363 -0.07565,0.469 0.08574,0.484 0.23703,0.368 0.37824,0.237 0.49928,0.081 0.07061,0 0,-0.459 -0.04035,0 -0.34294,-0.045 -0.25216,-0.137 -0.16138,-0.216 -0.05548,-0.288 0.05043,-0.292 0.12608,-0.217 0.19669,-0.142 0.24712,-0.05 0.23199,0.035 0.19668,0.096 0.17147,0.162 0.1513,0.221 0.16138,0.298 0.31268,0.494 0.33286,0.348 0.40346,0.207 0.50936,0.066 0.01513,0 z"/>
</g>
<g transform="translate(-123.729,-30.884)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g510">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path512" d="m 413.729,112.134 0,0.035 0.081,0.484 0.237,0.363 0.373,0.232 0.494,0.086 0.525,-0.086 0.393,-0.222 0.252,-0.353 0.091,-0.454 -0.04,-0.297 -0.111,-0.242 -0.182,-0.187 -0.242,-0.136 0.328,-0.272 0.116,-0.434 -0.076,-0.393 -0.217,-0.298 -0.353,-0.186 -0.484,-0.066 -0.454,0.081 -0.348,0.222 -0.227,0.353 -0.075,0.469 0,0.035 0.449,0 0.04,-0.323 0.131,-0.232 0.212,-0.141 0.297,-0.05 0.263,0.04 0.191,0.106 0.116,0.171 0.046,0.232 -0.046,0.247 -0.121,0.167 -0.211,0.101 -0.288,0.03 -0.197,-0.005 0,0.398 0.247,-0.01 0.318,0.046 0.237,0.121 0.141,0.196 0.051,0.257 -0.056,0.293 -0.146,0.217 -0.232,0.136 -0.307,0.045 -0.318,-0.05 -0.232,-0.151 -0.146,-0.242 -0.056,-0.333 -0.464,0 z"/>
</g>
<g transform="translate(-123.769,-57.483)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g514">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path516" d="m 413.769,187.433 2.406,0 0,-0.434 -1.901,0 0.106,-0.237 0.181,-0.196 0.56,-0.358 0.298,-0.152 0.332,-0.216 0.237,-0.253 0.137,-0.297 0.05,-0.338 -0.086,-0.424 -0.237,-0.333 -0.363,-0.211 -0.469,-0.076 -0.484,0.086 -0.368,0.237 -0.237,0.378 -0.081,0.499 0,0.071 0.459,0 0,-0.04 0.045,-0.343 0.137,-0.253 0.217,-0.161 0.287,-0.055 0.292,0.05 0.217,0.126 0.142,0.197 0.05,0.247 -0.035,0.232 -0.096,0.197 -0.162,0.171 -0.221,0.151 -0.298,0.162 -0.494,0.312 -0.348,0.333 -0.207,0.404 -0.066,0.509 0,0.015 z"/>
</g>
<g transform="translate(0,-3.5108)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g518">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path520" d="m 6.83321,36.9226 0,-0.4539 -0.86743,0 0,-0.4992 -0.40346,0 0,0.4992 -2.15347,0 0,0.459 2.11312,1.5331 0.44381,0 0,-1.5382 0.86743,0 z m -1.27089,1.1146 -1.56845,-1.1146 1.56845,0 0,1.1146 z"/>
</g>
<g transform="translate(0,-83.82)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g522">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path524" d="m 6.83321,259.891 0,-0.459 -3.52521,0 0,0.343 0.30764,0.091 0.20677,0.181 0.12104,0.278 0.04034,0.383 0.35807,0 0,-0.817 2.49135,0 z"/>
</g>
<g transform="translate(-123.739,-4.0832)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g526">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path528" d="m 415.277,39.0332 0.454,0 0,-0.8674 0.5,0 0,-0.4035 -0.5,0 0,-2.1534 -0.459,0 -1.533,2.1131 0,0.4438 1.538,0 0,0.8674 z m -1.114,-1.2709 1.114,-1.5684 0,1.5684 -1.114,0 z"/>
</g>
<g transform="translate(-124.092,-84.183)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g530">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path532" d="m 414.909,261.633 0.459,0 0,-3.525 -0.343,0 -0.091,0.308 -0.181,0.206 -0.277,0.121 -0.384,0.041 0,0.358 0.817,0 0,2.491 z"/>
</g>
<!-- DrawingContent -->
<g transform="matrix(0,1,-1,0,37.36684,72.917)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g482-7">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path484-3" d="m 133.083,6.03384 0,-0.46902 -1.609,0 0,-1.47263 -0.418,0 0,1.47263 -1.049,0 0,-1.81052 -0.424,0 0,2.27954 3.5,0 z"/>
</g>
<g transform="matrix(0,1,-1,0,83.55908,20.417)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g474-4">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path476-2" d="m 185.583,6.05908 0,-2.21902 -0.423,0 0,1.75503 -1.186,0 0,-1.56341 -0.418,0 0,1.56341 -1.049,0 0,-1.71469 -0.424,0 0,2.17868 3.5,0 z"/>
</g>
<g transform="matrix(0,1,-1,0,129.83701,-32.083)" style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" id="g470-7">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path472-0" d="m 234.583,5.00504 0,1.16497 3.5,0 0,-1.16497 -0.111,-0.54972 -0.338,-0.40851 -0.549,-0.25216 -0.752,-0.09076 -0.766,0.08069 -0.303,0.10086 -0.242,0.1412 -0.328,0.40851 -0.081,0.2673 -0.03,0.30259 z m 0.419,0.0353 0.075,-0.3833 0.232,-0.26223 0.414,-0.15635 0.61,-0.05044 0.59,0.05548 0.414,0.15634 0.247,0.2673 0.081,0.3732 0,0.66065 -2.663,0 0,-0.66065 z"/>
</g>
<g transform="translate(-153.06,0.05400417)" id="g4419">
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path92" d="m 300.15296,199.95285 140.09177,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path94" d="m 300.19893,199.99156 0,-46.69032"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path96" d="m 300.15296,153.29758 140.09177,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path98" d="m 440.19876,153.26414 0,46.72742"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path100" d="m 300.14866,195.95285 119.06648,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path102" d="m 300.14879,182.95285 119.06649,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path104" d="m 300.14879,169.95285 119.06649,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path108" d="m 419.17118,193.28585 21.05519,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path110" d="m 419.17118,186.61985 21.05519,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path112" d="m 419.17118,179.95285 21.05519,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path114" d="m 419.17118,173.28585 21.05519,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path116" d="m 419.17118,166.61985 21.05519,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path118" d="m 419.17118,159.95285 21.05519,0"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path124" d="m 317.69891,195.95285 0,-26"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path126" d="m 338.19888,195.99423 0,-42.79538"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path128" d="m 400.19881,195.95285 0,-13"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path130" d="m 419.19879,199.99156 0,-46.72742"/>
<path style="fill:none;stroke:#000000;stroke-width:0.35;stroke-linecap:butt;stroke-linejoin:miter" id="path132" d="m 424.11878,199.99156 0,-46.72742"/>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,80.199191,-87.04715)" id="g538">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path540" d="m 221.309,271.586 -0.197,0 0.044,0.23 0.108,0.168 0.166,0.102 0.225,0.036 0.223,-0.034 0.166,-0.095 0.106,-0.149 0.039,-0.197 -0.033,-0.177 -0.09,-0.115 -0.147,-0.075 -0.197,-0.057 -0.169,-0.041 -0.11,-0.047 -0.063,-0.069 -0.019,-0.109 0.019,-0.097 0.057,-0.073 0.086,-0.05 0.119,-0.017 0.121,0.021 0.095,0.059 0.063,0.097 0.03,0.132 0.197,0 0,-0.004 -0.035,-0.204 -0.101,-0.151 -0.16,-0.095 -0.217,-0.032 -0.194,0.032 -0.151,0.091 -0.098,0.14 -0.034,0.182 0.028,0.162 0.082,0.11 0.13,0.074 0.177,0.056 0.175,0.049 0.132,0.048 0.08,0.069 0.028,0.113 -0.026,0.114 -0.067,0.087 -0.102,0.054 -0.131,0.017 -0.147,-0.024 -0.113,-0.069 -0.071,-0.112 -0.024,-0.15 z m 1.993,-0.062 -0.043,0.181 -0.072,0.13 -0.099,0.08 -0.117,0.026 -0.14,-0.039 -0.111,-0.117 -0.073,-0.19 -0.024,-0.264 0.024,-0.261 0.071,-0.192 0.111,-0.117 0.142,-0.041 0.104,0.021 0.089,0.061 0.069,0.097 0.047,0.134 0.206,0 -0.065,-0.205 -0.113,-0.156 -0.153,-0.097 -0.184,-0.035 -0.229,0.054 -0.175,0.152 -0.112,0.248 -0.039,0.337 0.039,0.338 0.112,0.248 0.175,0.154 0.229,0.051 0.201,-0.041 0.162,-0.114 0.115,-0.188 0.06,-0.255 -0.207,0 z m 0.294,0.557 0.199,0 0.157,-0.441 0.599,0 0.158,0.441 0.203,0 -0.549,-1.502 -0.22,0 -0.547,1.502 z m 0.426,-0.624 0.231,-0.662 0.231,0.662 -0.462,0 z m 1.093,0.624 0.964,0 0,-0.181 -0.765,0 0,-1.319 -0.199,0 0,1.5 z m 1.286,0 0.951,0 0,-0.181 -0.752,0 0,-0.508 0.67,0 0,-0.179 -0.67,0 0,-0.45 0.735,0 0,-0.182 -0.934,0 0,1.5 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,78.041194,-87.04715)" id="g546">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path548" d="m 241.242,272.081 0.19,0 0.216,-1.301 0.223,1.301 0.182,0 0.263,-1.502 -0.173,0 -0.186,1.278 -0.213,-1.278 -0.189,0 -0.209,1.278 -0.186,-1.278 -0.177,0 0.259,1.502 z m 1.256,0 0.951,0 0,-0.181 -0.752,0 0,-0.508 0.67,0 0,-0.179 -0.67,0 0,-0.45 0.735,0 0,-0.182 -0.934,0 0,1.5 z m 1.655,-0.181 -0.276,0 0,0.181 0.752,0 0,-0.181 -0.277,0 0,-1.137 0.277,0 0,-0.182 -0.752,0 0,0.182 0.276,0 0,1.137 z m 1.797,-0.02 0.036,0.201 0.108,0 0,-0.81 -0.546,0 0,0.184 0.337,0 0,0.013 -0.026,0.198 -0.069,0.147 -0.106,0.093 -0.132,0.031 -0.147,-0.039 -0.115,-0.117 -0.073,-0.192 -0.026,-0.264 0.024,-0.262 0.073,-0.192 0.117,-0.117 0.158,-0.041 0.108,0.022 0.088,0.06 0.065,0.102 0.037,0.136 0.214,0 -0.056,-0.207 -0.106,-0.156 -0.149,-0.095 -0.188,-0.035 -0.247,0.054 -0.186,0.158 -0.118,0.249 -0.042,0.33 0.042,0.333 0.118,0.249 0.175,0.158 0.221,0.051 0.123,-0.017 0.11,-0.043 0.095,-0.076 0.083,-0.106 z m 0.404,0.201 0.201,0 0,-0.704 0.601,0 0,0.704 0.199,0 0,-1.5 -0.199,0 0,0.612 -0.601,0 0,-0.612 -0.201,0 0,1.5 z m 1.703,0 0.199,0 0,-1.318 0.454,0 0,-0.182 -1.109,0 0,0.182 0.456,0 0,1.318 z m 2.86,0.418 0.136,0 -0.124,-0.23 -0.086,-0.239 -0.054,-0.253 -0.017,-0.255 0.017,-0.255 0.054,-0.251 0.086,-0.242 0.124,-0.229 -0.136,0 -0.158,0.237 -0.111,0.236 -0.064,0.246 -0.02,0.258 0.02,0.259 0.064,0.244 0.111,0.236 0.158,0.238 z m 0.721,-0.418 0.191,0 0,-0.408 0.198,-0.192 0.342,0.6 0.214,0 -0.426,-0.732 0.437,-0.428 -0.24,0 -0.525,0.523 0,-0.914 -0.191,0 0,1.551 z m 2.179,-0.051 0,-1.109 -0.181,0 0,0.188 -0.15,-0.171 -0.09,-0.043 -0.102,-0.015 -0.184,0.043 -0.142,0.121 -0.093,0.194 -0.033,0.262 0.033,0.264 0.093,0.194 0.142,0.123 0.184,0.041 0.104,-0.015 0.086,-0.039 0.152,-0.164 0,0.164 -0.018,0.13 -0.047,0.093 -0.091,0.054 -0.136,0.02 -0.119,-0.013 -0.084,-0.033 -0.05,-0.056 -0.015,-0.076 -0.184,0 0,0.009 0.028,0.138 0.087,0.104 0.138,0.067 0.188,0.024 0.225,-0.033 0.149,-0.09 0.084,-0.158 0.026,-0.218 z m -0.778,-0.53 0.019,-0.192 0.059,-0.143 0.091,-0.084 0.121,-0.031 0.127,0.031 0.095,0.084 0.059,0.143 0.021,0.192 -0.021,0.197 -0.059,0.14 -0.095,0.087 -0.127,0.028 -0.121,-0.028 -0.091,-0.087 -0.059,-0.142 -0.019,-0.195 z m 1.468,0.999 0.155,-0.238 0.11,-0.236 0.065,-0.244 0.022,-0.259 -0.022,-0.258 -0.065,-0.246 -0.11,-0.236 -0.155,-0.237 -0.137,0 0.121,0.229 0.087,0.242 0.052,0.251 0.019,0.255 -0.019,0.255 -0.052,0.253 -0.089,0.239 -0.119,0.23 0.137,0 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,73.1752,-87.04715)" id="g550">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path552" d="m 266.648,270.581 -0.499,0 0,1.5 0.499,0 0.236,-0.047 0.175,-0.145 0.108,-0.236 0.039,-0.322 -0.035,-0.328 -0.043,-0.13 -0.06,-0.104 -0.175,-0.14 -0.115,-0.035 -0.13,-0.013 z m -0.015,0.18 0.165,0.032 0.112,0.1 0.067,0.177 0.022,0.261 -0.024,0.253 -0.067,0.178 -0.115,0.105 -0.16,0.035 -0.283,0 0,-1.141 0.283,0 z m 0.837,1.32 0.201,0 0,-0.633 0.205,0 0.151,0.007 0.095,0.03 0.052,0.071 0.022,0.128 0.011,0.194 0.013,0.128 0.026,0.075 0.227,0 0,-0.041 -0.05,-0.06 -0.017,-0.113 -0.016,-0.242 -0.036,-0.179 -0.05,-0.056 -0.078,-0.041 0.087,-0.054 0.06,-0.076 0.039,-0.095 0.013,-0.115 -0.03,-0.181 -0.087,-0.136 -0.142,-0.082 -0.195,-0.029 -0.501,0 0,1.5 z m 0.445,-1.316 0.132,0.013 0.093,0.041 0.058,0.076 0.02,0.119 -0.022,0.125 -0.058,0.076 -0.1,0.039 -0.136,0.01 -0.231,0 0,-0.499 0.244,0 z m 0.681,1.316 0.199,0 0.157,-0.441 0.599,0 0.158,0.441 0.203,0 -0.549,-1.502 -0.22,0 -0.547,1.502 z m 0.426,-0.624 0.231,-0.662 0.231,0.662 -0.462,0 z m 1.124,0.624 0.19,0 0.216,-1.301 0.222,1.301 0.182,0 0.264,-1.502 -0.173,0 -0.186,1.278 -0.214,-1.278 -0.188,0 -0.21,1.278 -0.186,-1.278 -0.177,0 0.26,1.502 z m 1.61,-0.181 -0.277,0 0,0.181 0.752,0 0,-0.181 -0.276,0 0,-1.137 0.276,0 0,-0.182 -0.752,0 0,0.182 0.277,0 0,1.137 z m 0.908,0.181 0.179,0 0,-1.229 0.575,1.229 0.231,0 0,-1.5 -0.181,0 0,1.23 -0.569,-1.23 -0.235,0 0,1.5 z m 2.189,-0.201 0.037,0.201 0.108,0 0,-0.81 -0.547,0 0,0.184 0.337,0 0,0.013 -0.026,0.198 -0.069,0.147 -0.106,0.093 -0.132,0.031 -0.147,-0.039 -0.114,-0.117 -0.074,-0.192 -0.026,-0.264 0.024,-0.262 0.074,-0.192 0.116,-0.117 0.158,-0.041 0.108,0.022 0.089,0.06 0.065,0.102 0.036,0.136 0.214,0 -0.056,-0.207 -0.106,-0.156 -0.149,-0.095 -0.188,-0.035 -0.246,0.054 -0.186,0.158 -0.119,0.249 -0.041,0.33 0.041,0.333 0.119,0.249 0.175,0.158 0.22,0.051 0.124,-0.017 0.11,-0.043 0.095,-0.076 0.082,-0.106 z m 1.714,0.201 0.179,0 0,-1.229 0.575,1.229 0.232,0 0,-1.5 -0.182,0 0,1.23 -0.568,-1.23 -0.236,0 0,1.5 z m 1.277,-0.57 0.031,0.27 0.095,0.192 0.16,0.111 0.231,0.038 0.229,-0.038 0.16,-0.111 0.095,-0.19 0.032,-0.272 0,-0.93 -0.201,0 0,0.941 -0.019,0.183 -0.058,0.132 -0.1,0.078 -0.138,0.026 -0.143,-0.026 -0.099,-0.078 -0.059,-0.129 -0.017,-0.186 0,-0.941 -0.199,0 0,0.93 z m 1.278,0.57 0.166,0 0,-1.361 0.281,1.361 0.186,0 0.279,-1.361 0,1.361 0.168,0 0,-1.5 -0.263,0 -0.277,1.323 -0.274,-1.323 -0.266,0 0,1.5 z m 2.111,-0.81 0.152,-0.125 0.039,-0.085 0.013,-0.103 -0.029,-0.163 -0.084,-0.116 -0.136,-0.072 -0.19,-0.026 -0.534,0 0,1.5 0.564,0 0.201,-0.03 0.149,-0.088 0.093,-0.141 0.033,-0.19 -0.02,-0.128 -0.052,-0.106 -0.084,-0.077 -0.115,-0.05 z m -0.276,-0.067 -0.294,0 0,-0.443 0.311,0 0.117,0.013 0.082,0.039 0.05,0.067 0.017,0.099 -0.02,0.1 -0.051,0.069 -0.089,0.043 -0.123,0.013 z m 0.047,0.698 -0.341,0 0,-0.517 0.322,0 0.136,0.016 0.097,0.045 0.059,0.078 0.019,0.112 -0.019,0.119 -0.054,0.082 -0.091,0.05 -0.128,0.015 z m 0.806,0.179 0.951,0 0,-0.181 -0.752,0 0,-0.508 0.67,0 0,-0.179 -0.67,0 0,-0.45 0.735,0 0,-0.182 -0.934,0 0,1.5 z m 1.273,0 0.202,0 0,-0.633 0.205,0 0.151,0.007 0.095,0.03 0.052,0.071 0.022,0.128 0.011,0.194 0.012,0.128 0.026,0.075 0.227,0 0,-0.041 -0.049,-0.06 -0.018,-0.113 -0.015,-0.242 -0.037,-0.179 -0.049,-0.056 -0.078,-0.041 0.086,-0.054 0.061,-0.076 0.039,-0.095 0.013,-0.115 -0.03,-0.181 -0.087,-0.136 -0.143,-0.082 -0.194,-0.029 -0.502,0 0,1.5 z m 0.446,-1.316 0.132,0.013 0.093,0.041 0.058,0.076 0.019,0.119 -0.021,0.125 -0.059,0.076 -0.099,0.039 -0.136,0.01 -0.231,0 0,-0.499 0.244,0 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,35.412245,-87.04715)" id="g554">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path556" d="m 366.309,271.586 -0.197,0 0.044,0.23 0.108,0.168 0.166,0.102 0.225,0.036 0.223,-0.034 0.166,-0.095 0.106,-0.149 0.039,-0.197 -0.033,-0.177 -0.09,-0.115 -0.147,-0.075 -0.197,-0.057 -0.169,-0.041 -0.11,-0.047 -0.063,-0.069 -0.019,-0.108 0.019,-0.098 0.057,-0.073 0.086,-0.05 0.119,-0.017 0.121,0.021 0.095,0.059 0.063,0.097 0.03,0.132 0.197,0 0,-0.004 -0.035,-0.204 -0.101,-0.151 -0.16,-0.095 -0.217,-0.032 -0.194,0.032 -0.151,0.091 -0.098,0.14 -0.034,0.182 0.028,0.162 0.082,0.11 0.13,0.074 0.177,0.056 0.175,0.049 0.132,0.048 0.08,0.069 0.028,0.113 -0.026,0.114 -0.067,0.087 -0.102,0.054 -0.131,0.017 -0.147,-0.024 -0.113,-0.069 -0.071,-0.112 -0.024,-0.15 z m 1.141,0.495 0.201,0 0,-0.704 0.601,0 0,0.704 0.199,0 0,-1.5 -0.199,0 0,0.612 -0.601,0 0,-0.612 -0.201,0 0,1.5 z m 1.349,0 0.951,0 0,-0.181 -0.752,0 0,-0.508 0.67,0 0,-0.179 -0.67,0 0,-0.45 0.735,0 0,-0.182 -0.934,0 0,1.5 z m 1.301,0 0.951,0 0,-0.181 -0.752,0 0,-0.508 0.67,0 0,-0.179 -0.67,0 0,-0.45 0.735,0 0,-0.182 -0.934,0 0,1.5 z m 1.656,0 0.199,0 0,-1.318 0.453,0 0,-0.182 -1.108,0 0,0.182 0.456,0 0,1.318 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,80.199191,-87.04715)" id="g558">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path560" d="m 221.309,258.586 -0.197,0 0.044,0.23 0.108,0.168 0.166,0.102 0.225,0.036 0.223,-0.034 0.166,-0.095 0.106,-0.149 0.039,-0.197 -0.033,-0.177 -0.09,-0.115 -0.147,-0.075 -0.197,-0.057 -0.169,-0.041 -0.11,-0.047 -0.063,-0.069 -0.019,-0.109 0.019,-0.097 0.057,-0.073 0.086,-0.05 0.119,-0.017 0.121,0.021 0.095,0.059 0.063,0.097 0.03,0.132 0.197,0 0,-0.004 -0.035,-0.204 -0.101,-0.151 -0.16,-0.095 -0.217,-0.032 -0.194,0.032 -0.151,0.091 -0.098,0.14 -0.034,0.182 0.028,0.162 0.082,0.11 0.13,0.074 0.177,0.056 0.175,0.049 0.132,0.048 0.08,0.069 0.028,0.113 -0.026,0.114 -0.067,0.087 -0.102,0.054 -0.131,0.017 -0.147,-0.024 -0.113,-0.069 -0.071,-0.112 -0.024,-0.15 z m 1.543,0.314 -0.276,0 0,0.181 0.752,0 0,-0.181 -0.277,0 0,-1.137 0.277,0 0,-0.182 -0.752,0 0,0.182 0.276,0 0,1.137 z m 0.863,0.181 1.076,0 0,-0.181 -0.839,0 0.839,-1.148 0,-0.171 -1.018,0 0,0.182 0.793,0 -0.851,1.146 0,0.172 z m 1.385,0 0.951,0 0,-0.181 -0.752,0 0,-0.508 0.67,0 0,-0.179 -0.67,0 0,-0.45 0.735,0 0,-0.182 -0.934,0 0,1.5 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,80.199191,-87.04715)" id="g570">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path572" d="m 221.648,250.081 -0.499,0 0,1.5 0.499,0 0.236,-0.047 0.175,-0.145 0.108,-0.236 0.039,-0.322 -0.035,-0.328 -0.043,-0.13 -0.06,-0.104 -0.175,-0.14 -0.115,-0.035 -0.13,-0.013 z m -0.015,0.18 0.165,0.032 0.112,0.1 0.067,0.177 0.022,0.261 -0.024,0.253 -0.067,0.178 -0.115,0.105 -0.16,0.035 -0.283,0 0,-1.141 0.283,0 z m 0.662,1.32 0.199,0 0.157,-0.441 0.599,0 0.158,0.441 0.203,0 -0.549,-1.502 -0.22,0 -0.547,1.502 z m 0.425,-0.624 0.232,-0.662 0.231,0.662 -0.463,0 z m 1.433,0.624 0.199,0 0,-1.318 0.454,0 0,-0.182 -1.109,0 0,0.182 0.456,0 0,1.318 z m 0.947,0 0.951,0 0,-0.181 -0.752,0 0,-0.508 0.67,0 0,-0.179 -0.67,0 0,-0.45 0.735,0 0,-0.182 -0.934,0 0,1.5 z m 1.606,0 0.298,0 0,-0.322 -0.298,0 0,0.322 z m 0,-0.838 0.298,0 0,-0.322 -0.298,0 0,0.322 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,80.199191,-72.994146)" id="g578">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path580" d="m 221.648,227.581 -0.499,0 0,1.5 0.499,0 0.236,-0.047 0.175,-0.145 0.108,-0.236 0.039,-0.322 -0.035,-0.328 -0.043,-0.13 -0.06,-0.104 -0.175,-0.14 -0.115,-0.035 -0.13,-0.013 z m -0.015,0.18 0.165,0.032 0.112,0.1 0.067,0.177 0.022,0.261 -0.024,0.253 -0.067,0.178 -0.115,0.105 -0.16,0.035 -0.283,0 0,-1.141 0.283,0 z m 0.865,1.32 0.951,0 0,-0.181 -0.752,0 0,-0.508 0.67,0 0,-0.179 -0.67,0 0,-0.45 0.735,0 0,-0.182 -0.934,0 0,1.5 z m 1.413,-0.495 -0.196,0 0.043,0.23 0.108,0.168 0.166,0.102 0.225,0.036 0.223,-0.034 0.166,-0.095 0.106,-0.149 0.039,-0.197 -0.032,-0.177 -0.091,-0.115 -0.147,-0.075 -0.197,-0.057 -0.168,-0.041 -0.111,-0.047 -0.062,-0.069 -0.02,-0.109 0.02,-0.097 0.056,-0.073 0.086,-0.05 0.119,-0.017 0.121,0.021 0.095,0.059 0.063,0.097 0.03,0.132 0.197,0 0,-0.005 -0.035,-0.203 -0.101,-0.151 -0.16,-0.095 -0.216,-0.032 -0.195,0.032 -0.151,0.091 -0.097,0.14 -0.035,0.182 0.028,0.162 0.082,0.11 0.13,0.074 0.177,0.056 0.175,0.049 0.132,0.048 0.08,0.069 0.028,0.113 -0.026,0.114 -0.067,0.087 -0.101,0.054 -0.132,0.017 -0.147,-0.024 -0.112,-0.069 -0.072,-0.112 -0.024,-0.15 z m 1.544,0.314 -0.277,0 0,0.181 0.752,0 0,-0.181 -0.277,0 0,-1.137 0.277,0 0,-0.182 -0.752,0 0,0.182 0.277,0 0,1.137 z m 1.796,-0.02 0.037,0.201 0.108,0 0,-0.81 -0.547,0 0,0.184 0.337,0 0,0.013 -0.026,0.198 -0.069,0.147 -0.106,0.093 -0.132,0.031 -0.147,-0.039 -0.114,-0.117 -0.074,-0.192 -0.026,-0.264 0.024,-0.262 0.073,-0.192 0.117,-0.117 0.158,-0.041 0.108,0.022 0.089,0.06 0.064,0.102 0.037,0.136 0.214,0 -0.056,-0.207 -0.106,-0.156 -0.149,-0.095 -0.188,-0.035 -0.247,0.054 -0.185,0.158 -0.119,0.249 -0.041,0.33 0.041,0.333 0.119,0.249 0.175,0.158 0.22,0.051 0.123,-0.017 0.111,-0.043 0.095,-0.076 0.082,-0.106 z m 0.413,0.201 0.179,0 0,-1.229 0.575,1.229 0.231,0 0,-1.5 -0.181,0 0,1.23 -0.569,-1.23 -0.235,0 0,1.5 z m 1.34,0 0.951,0 0,-0.181 -0.752,0 0,-0.508 0.67,0 0,-0.179 -0.67,0 0,-0.45 0.734,0 0,-0.182 -0.933,0 0,1.5 z m 1.753,-1.5 -0.5,0 0,1.5 0.5,0 0.235,-0.047 0.175,-0.145 0.108,-0.236 0.039,-0.322 -0.034,-0.328 -0.044,-0.13 -0.06,-0.104 -0.175,-0.14 -0.115,-0.035 -0.129,-0.013 z m -0.016,0.18 0.165,0.032 0.112,0.1 0.067,0.177 0.022,0.261 -0.024,0.253 -0.067,0.178 -0.115,0.105 -0.16,0.035 -0.283,0 0,-1.141 0.283,0 z m 2.89,0.51 0.152,-0.125 0.038,-0.085 0.013,-0.104 -0.028,-0.162 -0.084,-0.116 -0.136,-0.072 -0.19,-0.026 -0.534,0 0,1.5 0.564,0 0.201,-0.03 0.149,-0.088 0.093,-0.141 0.032,-0.19 -0.019,-0.128 -0.052,-0.106 -0.084,-0.077 -0.115,-0.05 z m -0.276,-0.067 -0.294,0 0,-0.443 0.311,0 0.117,0.013 0.082,0.039 0.049,0.067 0.018,0.099 -0.02,0.1 -0.052,0.069 -0.088,0.043 -0.123,0.013 z m 0.047,0.698 -0.341,0 0,-0.517 0.322,0 0.136,0.016 0.097,0.045 0.058,0.078 0.02,0.112 -0.02,0.119 -0.054,0.082 -0.09,0.05 -0.128,0.015 z m 1.373,0.179 0,-0.607 0.492,-0.895 -0.224,0 -0.37,0.711 -0.374,-0.711 -0.24,0 0.515,0.908 0,0.594 0.201,0 z m 1.039,0 0.299,0 0,-0.322 -0.299,0 0,0.322 z m 0,-0.838 0.299,0 0,-0.322 -0.299,0 0,0.322 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,34.119247,-87.04715)" id="g594">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path596" d="m 386.405,284.976 0.331,0 0.263,-0.735 0.998,0 0.263,0.735 0.339,0 -0.915,-2.503 -0.368,0 -0.911,2.503 z m 0.71,-1.041 0.385,-1.102 0.385,1.102 -0.77,0 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,31.60825,-87.04715)" id="g598">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path600" d="m 398.916,285.574 0,0.252 2.168,0 0,-0.252 -2.168,0 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,34.119247,-87.04715)" id="g602">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path604" d="m 387.95,276.959 0.252,-0.209 0.065,-0.141 0.022,-0.173 -0.047,-0.27 -0.14,-0.194 -0.227,-0.119 -0.317,-0.044 -0.89,0 0,2.5 0.94,0 0.335,-0.05 0.249,-0.148 0.155,-0.234 0.054,-0.317 -0.033,-0.212 -0.086,-0.177 -0.141,-0.13 -0.191,-0.082 z m -0.461,-0.112 -0.49,0 0,-0.739 0.519,0 0.195,0.022 0.136,0.065 0.083,0.112 0.029,0.165 -0.032,0.166 -0.087,0.115 -0.147,0.072 -0.206,0.022 z m 0.079,1.163 -0.569,0 0,-0.86 0.537,0 0.227,0.025 0.162,0.075 0.097,0.13 0.033,0.187 -0.033,0.199 -0.09,0.136 -0.151,0.083 -0.213,0.025 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,31.60825,-87.04715)" id="g606">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path608" d="m 398.916,278.907 0,0.253 2.168,0 0,-0.253 -2.168,0 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,34.119247,-87.04715)" id="g610">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path612" d="m 388.084,270.713 -0.072,0.303 -0.119,0.216 -0.166,0.133 -0.195,0.044 -0.234,-0.065 -0.183,-0.195 -0.123,-0.317 -0.04,-0.439 0.04,-0.436 0.119,-0.321 0.184,-0.194 0.237,-0.069 0.173,0.036 0.148,0.101 0.115,0.162 0.08,0.224 0.342,0 -0.108,-0.343 -0.188,-0.259 -0.255,-0.162 -0.307,-0.058 -0.381,0.09 -0.292,0.253 -0.188,0.414 -0.064,0.562 0.064,0.562 0.188,0.414 0.292,0.256 0.381,0.086 0.335,-0.068 0.271,-0.191 0.191,-0.314 0.1,-0.425 -0.345,0 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,31.60825,-87.04715)" id="g614">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path616" d="m 398.916,272.241 0,0.252 2.168,0 0,-0.252 -2.168,0 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,34.119247,-87.04715)" id="g618">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path620" d="m 387.496,262.476 -0.832,0 0,2.5 0.832,0 0.393,-0.079 0.292,-0.242 0.18,-0.392 0.065,-0.537 -0.058,-0.547 -0.072,-0.217 -0.101,-0.172 -0.292,-0.235 -0.19,-0.057 -0.217,-0.022 z m -0.025,0.299 0.274,0.054 0.187,0.166 0.112,0.295 0.036,0.436 -0.04,0.422 -0.111,0.295 -0.191,0.176 -0.267,0.058 -0.472,0 0,-1.902 0.472,0 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,31.60825,-87.04715)" id="g622">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path624" d="m 398.916,265.574 0,0.252 2.168,0 0,-0.252 -2.168,0 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,34.119247,-87.04715)" id="g626">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path628" d="m 386.744,258.309 1.585,0 0,-0.302 -1.254,0 0,-0.847 1.117,0 0,-0.299 -1.117,0 0,-0.749 1.225,0 0,-0.303 -1.556,0 0,2.5 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,31.60825,-87.04715)" id="g630">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path632" d="m 398.916,258.907 0,0.253 2.168,0 0,-0.253 -2.168,0 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,34.119247,-87.04715)" id="g634">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path636" d="m 386.762,251.643 0.335,0 0,-1.149 1.051,0 0,-0.299 -1.051,0 0,-0.75 1.293,0 0,-0.302 -1.628,0 0,2.5 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,31.60825,-87.04715)" id="g638">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path640" d="m 398.916,252.241 0,0.252 2.168,0 0,-0.252 -2.168,0 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,34.119247,-87.04715)" id="g642">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path644" d="m 388.159,244.641 0.061,0.335 0.181,0 0,-1.351 -0.912,0 0,0.306 0.562,0 0,0.022 -0.043,0.331 -0.115,0.245 -0.177,0.155 -0.22,0.051 -0.245,-0.065 -0.19,-0.195 -0.123,-0.32 -0.043,-0.44 0.039,-0.436 0.123,-0.32 0.194,-0.195 0.263,-0.068 0.181,0.036 0.147,0.101 0.108,0.169 0.062,0.227 0.356,0 -0.093,-0.346 -0.177,-0.259 -0.249,-0.159 -0.313,-0.057 -0.411,0.09 -0.309,0.263 -0.199,0.414 -0.068,0.551 0.068,0.555 0.199,0.414 0.291,0.263 0.368,0.087 0.205,-0.029 0.184,-0.072 0.158,-0.126 0.137,-0.177 z"/>
</g>
<g style="fill:none;stroke:#000000;stroke-width:0.13;stroke-linecap:butt;stroke-linejoin:miter" transform="matrix(0.9999988,0,0,1,31.60825,-87.04715)" id="g646">
<path style="fill:#000000;fill-rule:evenodd;stroke:none" id="path648" d="m 398.916,245.574 0,0.252 2.168,0 0,-0.252 -2.168,0 z"/>
</g>
<text style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:Arial;-inkscape-font-specification:Arial;fill:#000000;fill-opacity:1;stroke:none" y="198.72655" id="text4183" x="301.2355">
<tspan style="font-size:2.49999905px;line-height:1.25" y="198.72655" id="tspan4185" x="301.2355">This drawing is our property; it can't be reproduced or communicated without our written consent.</tspan>
</text>
<text style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:Arial;-inkscape-font-specification:Arial;fill:#000000;fill-opacity:1;stroke:none" y="179.39999" id="text4415" x="304.01172">
<tspan style="font-size:7.90222216px;line-height:1.25" y="179.39999" id="tspan4417" x="304.01172">A4</tspan>
</text>
<g transform="matrix(0.21138442,0,0,0.21138442,405.72834,169.72974)" id="layer1">
<g transform="matrix(0.8506406,0,0,0.8506406,187.82699,-0.1960013)" id="g3813">
<path style="fill:url(#radialGradient3817);fill-opacity:1;fill-rule:evenodd;stroke:#370700;stroke-width:1.91000152;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="rect3663" d="m -216.13659,7.270763 0,55.5 12.375,0 0,-21.71875 8.75,0 0,-8.5625 -8.75,0 0,-9.241879 21.55514,0 0,-15.945621 -33.93014,-0.03125 z"/>
<path style="fill:url(#radialGradient3661);fill-opacity:1;fill-rule:evenodd;stroke:#000137;stroke-width:1.91000152;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="path3659" d="m -161.05088,23.811562 -7.19826,4.129889 -3.17869,-1.103092 -3.03274,-7.750723 -4.77066,0.250699 -2.17602,8.014733 -3.04547,1.45841 -7.59591,-3.322815 -3.20831,3.565187 4.1299,7.198257 -1.12858,3.169376 -7.75073,3.032741 0.27618,4.779962 8.01474,2.176021 1.45841,3.045461 -3.34829,7.586615 3.56518,3.208306 7.19825,-4.129891 3.19487,1.137883 3.00726,7.741419 4.80544,-0.266883 2.15054,-8.024034 3.04547,-1.458412 7.61208,3.357607 3.20831,-3.565187 -4.12989,-7.198256 1.11239,-3.204168 7.74142,-3.00726 -0.24138,-4.796137 -8.02404,-2.150536 -1.45842,-3.045461 3.33212,-7.621406 -3.56517,-3.208305 z m -10.7808,11.804259 1.47765,0.857357 1.28022,1.160735 1.02494,1.385223 0.73729,1.540127 0.43349,1.660242 0.0718,1.701463 -0.24575,1.701021 -0.56084,1.61483 -0.89215,1.493834 -1.12594,1.264037 -1.38523,1.024933 -1.54013,0.737291 -1.66023,0.433483 -1.71077,0.09731 -1.70103,-0.245733 -1.61482,-0.560852 -1.49383,-0.892149 -1.25475,-1.151431 -1.03422,-1.359735 -0.73731,-1.540126 -0.42417,-1.685727 -0.0973,-1.710769 0.24573,-1.701025 0.56086,-1.614826 0.88284,-1.468351 1.13526,-1.28952 1.38522,-1.024934 1.54012,-0.737294 1.68572,-0.424174 1.70147,-0.07182 1.70102,0.245731 1.61483,0.560854 z"/>
</g>
</g>
</g>
<g id="g3298">
<text style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none" y="160.67236" id="text3266" x="147.9312" freecad:editable="Designed_by_Name">
<tspan style="font-size:3.95000005px;line-height:1.25" y="160.67236" id="tspan3268" xml:space="preserve" x="147.9312">Designed by Name</tspan>
</text>
<text style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none" y="168.59135" id="text3270" x="147.93056" freecad:editable="FC-Date">
<tspan style="font-size:3.95000005px;line-height:1.25" y="168.59135" id="tspan3272" xml:space="preserve" x="147.93056">Date</tspan>
</text>
<text style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none" y="191.45177" id="text3274" x="154.46243" freecad:editable="FC-SC">
<tspan style="font-size:3.95000005px;line-height:1.25" y="191.45177" id="tspan3276" xml:space="preserve" x="154.46243">1/2</tspan>
</text>
<text style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:Arial;-inkscape-font-specification:Arial;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none" y="191.44733" id="text3278" x="173.94231" freecad:editable="Weight">
<tspan style="font-size:3.95000005px;line-height:1.25" y="191.44733" id="tspan3280" xml:space="preserve" x="173.94231">Weight</tspan>
</text>
<text style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none" y="158.72597" id="text3282" x="186.05237" freecad:editable="FC-Title">
<tspan style="font-size:5.64444399px;line-height:1.25" y="158.72597" id="tspan3284" xml:space="preserve" x="186.05237">myzel-absorber</tspan>
</text>
<text style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none" y="165.73558" id="text3286" x="185.99422" freecad:editable="Subtitle">
<tspan style="font-size:3.95111108px;line-height:1.25" y="165.73558" id="tspan3288" xml:space="preserve" x="185.99422">Ankerdraufsicht</tspan>
</text>
<text style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none" y="191.31752" id="text3290" x="185.6927" freecad:editable="Drawing_number">
<tspan style="font-size:3.95111108px;line-height:1.25" y="191.31752" id="tspan3292" xml:space="preserve" x="185.6927">Drawing number</tspan>
</text>
<text style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:Arial;-inkscape-font-specification:Arial;text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none" y="191.45177" id="text3294" x="248.32477" freecad:editable="FC-SH">
<tspan style="font-size:3.95111108px;line-height:1.25" y="191.45177" id="tspan3296" xml:space="preserve" x="248.32477">3</tspan>
</text>
</g>
</g>
<g stroke="black" stroke-linecap="square" id="DrawingContent" fill-rule="evenodd" stroke-linejoin="bevel" stroke-width="1" fill="none">
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M350,400 L380,400 L380,250 L420,250 L420,400 L450,400 L450,430 L600,430 L600,470 L450,470 L450,500 L420,500 L420,525 L421.651,525 L421.651,550 L420,550 L420,650 L380,650 L380,550 L378.349,550 L378.349,525 L380,525 L380,500 L350,500 L350,470 L200,470 L200,430 L350,430 L350,400"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-350,470 L-200,470 L-200,430 L-350,430 L-350,400 L-380,400 L-380,250 L-420,250 L-420,400 L-450,400 L-450,430 L-600,430 L-600,470 L-450,470 L-450,500 L-420,500 L-420,525 L-421.651,525 L-421.651,550 L-420,550 L-420,650 L-380,650 L-380,550 L-378.349,550 L-378.349,525 L-380,525 L-380,500 L-350,500 L-350,470"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M350,-400 L380,-400 L380,-250 L420,-250 L420,-400 L450,-400 L450,-430 L600,-430 L600,-470 L450,-470 L450,-500 L420,-500 L420,-525 L421.651,-525 L421.651,-550 L420,-550 L420,-650 L380,-650 L380,-550 L378.349,-550 L378.349,-525 L380,-525 L380,-500 L350,-500 L350,-470 L200,-470 L200,-430 L350,-430 L350,-400"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-350,-470 L-200,-470 L-200,-430 L-350,-430 L-350,-400 L-380,-400 L-380,-250 L-420,-250 L-420,-400 L-450,-400 L-450,-430 L-600,-430 L-600,-470 L-450,-470 L-450,-500 L-420,-500 L-420,-525 L-421.651,-525 L-421.651,-550 L-420,-550 L-420,-650 L-380,-650 L-380,-550 L-378.349,-550 L-378.349,-525 L-380,-525 L-380,-500 L-350,-500 L-350,-470"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-350,400 L-350,430 L-350,470 L-350,500 L-380,500 L-420,500 L-450,500 L-450,470 L-450,430 L-450,400 L-420,400 L-380,400 L-350,400"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-350,-400 L-350,-430 L-350,-470 L-350,-500 L-380,-500 L-420,-500 L-450,-500 L-450,-470 L-450,-430 L-450,-400 L-420,-400 L-380,-400 L-350,-400"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M350,400 L380,400 L420,400 L450,400 L450,430 L450,470 L450,500 L420,500 L380,500 L350,500 L350,470 L350,430 L350,400"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M350,-400 L380,-400 L420,-400 L450,-400 L450,-430 L450,-470 L450,-500 L420,-500 L380,-500 L350,-500 L350,-470 L350,-430 L350,-400"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M450,430 L600,430 L600,470 L450,470 L450,430"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M350,430 L350,470 L200,470 L200,430 L350,430"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M450,-430 L600,-430 L600,-470 L450,-470 L450,-430"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-450,-430 L-450,-470 L-600,-470 L-600,-430 L-450,-430"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-380,650 L-380,550 L-380,525 L-380,500 L-420,500 L-420,525 L-420,550 L-420,650 L-380,650"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M350,-430 L350,-470 L200,-470 L200,-430 L350,-430"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M420,-500 L420,-525 L420,-550 L420,-650 L380,-650 L380,-550 L380,-525 L380,-500 L420,-500"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-200,470 L-200,430 L-350,430 L-350,470 L-200,470"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-200,-470 L-200,-430 L-350,-430 L-350,-470 L-200,-470"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M380,-400 L380,-250 L420,-250 L420,-400 L380,-400"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-380,-400 L-380,-250 L-420,-250 L-420,-400 L-380,-400"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M380,400 L380,250 L420,250 L420,400 L380,400"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M420,550 L420,650 L380,650 L380,550 L380,525 L380,500 L420,500 L420,525 L420,550"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-450,430 L-450,470 L-600,470 L-600,430 L-450,430"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-380,400 L-380,250 L-420,250 L-420,400 L-380,400"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-380,-525 L-380,-500 L-420,-500 L-420,-525 L-420,-550 L-420,-650 L-380,-650 L-380,-550 L-380,-525"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-380,550 L-380,525 L-378.349,525 L-378.349,550 L-380,550"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M380,550 L380,525 L378.349,525 L378.349,550 L380,550"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M421.651,525 L421.651,550 L420,550 L420,525 L421.651,525"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M380,-550 L380,-525 L378.349,-525 L378.349,-550 L380,-550"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-421.651,-525 L-420,-525 L-420,-550 L-421.651,-550 L-421.651,-525"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-421.651,525 L-420,525 L-420,550 L-421.651,550 L-421.651,525"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M421.651,-525 L421.651,-550 L420,-550 L420,-525 L421.651,-525"/>
</g>
<g stroke="none" transform="matrix(1,0,0,1,1159.61,808.967)" font-style="normal" font-family="Sans Serif" fill="#ffffff" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="non-scaling-stroke" d="M-380,-550 L-380,-525 L-378.349,-525 L-378.349,-550 L-380,-550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M421.651,525 L421.651,550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M421.651,525 L420,525"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M421.651,550 L420,550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M378.349,525 L378.349,550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M380,525 L378.349,525"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M380,550 L378.349,550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M350,500 L450,500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M350,400 L350,500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M450,400 L450,500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M350,400 L450,400"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M420,500 L420,650"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M420,650 L380,650"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M350,470 L200,470"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M200,470 L200,430"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M450,430 L600,430"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M600,430 L600,470"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M380,400 L380,250"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M380,250 L420,250"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-421.651,525 L-421.651,550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-421.651,525 L-420,525"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-421.651,550 L-420,550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-378.349,525 L-378.349,550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-380,525 L-378.349,525"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-380,550 L-378.349,550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-350,500 L-450,500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-350,400 L-350,500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-450,400 L-450,500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-350,400 L-450,400"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-420,500 L-420,650"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-420,650 L-380,650"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-350,470 L-200,470"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-200,470 L-200,430"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-450,430 L-600,430"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-600,430 L-600,470"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-380,400 L-380,250"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-380,250 L-420,250"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-421.651,-525 L-421.651,-550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-421.651,-525 L-420,-525"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-421.651,-550 L-420,-550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-378.349,-525 L-378.349,-550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-380,-525 L-378.349,-525"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-380,-550 L-378.349,-550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-350,-500 L-450,-500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-350,-400 L-350,-500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-450,-400 L-450,-500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-350,-400 L-450,-400"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-420,-500 L-420,-650"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-420,-650 L-380,-650"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-350,-470 L-200,-470"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-200,-470 L-200,-430"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-450,-430 L-600,-430"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-600,-430 L-600,-470"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-380,-400 L-380,-250"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-380,-250 L-420,-250"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M421.651,-525 L421.651,-550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M421.651,-525 L420,-525"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M421.651,-550 L420,-550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M378.349,-525 L378.349,-550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M380,-525 L378.349,-525"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M380,-550 L378.349,-550"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M350,-500 L450,-500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M350,-400 L350,-500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M450,-400 L450,-500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M350,-400 L450,-400"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M420,-500 L420,-650"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M420,-650 L380,-650"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M350,-470 L200,-470"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M200,-470 L200,-430"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M450,-430 L600,-430"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M600,-430 L600,-470"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M380,-400 L380,-250"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M380,-250 L420,-250"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M380,650 L380,500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M200,430 L350,430"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M600,470 L450,470"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M420,250 L420,400"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-380,650 L-380,500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-200,430 L-350,430"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-600,470 L-450,470"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-420,250 L-420,400"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-380,-650 L-380,-500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-200,-430 L-350,-430"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-600,-470 L-450,-470"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-420,-250 L-420,-400"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M380,-650 L380,-500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M200,-430 L350,-430"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M600,-470 L450,-470"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="2.5" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M420,-250 L420,-400"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1080.4,244.565)" stroke-linecap="square" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1" fill="none" font-weight="400" font-size="31.75">
<text stroke="none" y="70" font-style="normal" xml:space="preserve" font-family="osifont" x="4" fill="#000000" fill-opacity="1" font-weight="400" font-size="50">160</text>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-450,-483.552 L350,-483.552 M350,-400 L350,-493.952 M-450,-400 L-450,-493.952"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1509.61,325.415)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L-30,-5 L-30,5 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,709.605,325.415)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L30,5 L30,-5 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1413.96,366.041)" stroke-linecap="square" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1" fill="none" font-weight="400" font-size="31.75">
<text stroke="none" y="70" font-style="normal" xml:space="preserve" font-family="osifont" x="4" fill="#000000" fill-opacity="1" font-weight="400" font-size="50">20</text>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M251.024,-362.076 L510,-362.076 M450,-400 L450,-351.676 M350,-400 L350,-351.676"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1609.61,446.891)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L30,5 L30,-5 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1509.61,446.891)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L-30,-5 L-30,5 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(0,-1,1,0,1589.3,806.299)" stroke-linecap="square" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1" fill="none" font-weight="400" font-size="31.75">
<text stroke="none" y="70" font-style="normal" xml:space="preserve" font-family="osifont" x="4" fill="#000000" fill-opacity="1" font-weight="400" font-size="50">180</text>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M510.546,-500 L510.546,400 M350,400 L520.946,400 M350,-500 L520.946,-500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1670.15,1208.97)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L5,-30 L-5,-30 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1670.15,308.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L-5,30 L5,30 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(0,-1,1,0,1587.37,1418)" stroke-linecap="square" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1" fill="none" font-weight="400" font-size="31.75">
<text stroke="none" y="70" font-style="normal" xml:space="preserve" font-family="osifont" x="4" fill="#000000" fill-opacity="1" font-weight="400" font-size="50">20</text>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M508.618,340 L508.618,612.362 M350,500 L519.018,500 M350,400 L519.018,400"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1668.22,1308.97)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L-5,30 L5,30 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1668.22,1208.97)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L5,-30 L-5,-30 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1127.62,1143.12)" stroke-linecap="square" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1" fill="none" font-weight="400" font-size="31.75">
<text stroke="none" y="70" font-style="normal" xml:space="preserve" font-family="osifont" x="4" fill="#000000" fill-opacity="1" font-weight="400" font-size="50">140</text>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M350,415.004 L-350,415.004 M-350,400 L-350,425.404 M350,400 L350,425.404"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,809.605,1223.97)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L30,5 L30,-5 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1509.61,1223.97)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L-30,-5 L-30,5 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1129.88,1264.6)" stroke-linecap="square" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1" fill="none" font-weight="400" font-size="31.75">
<text stroke="none" y="70" font-style="normal" xml:space="preserve" font-family="osifont" x="4" fill="#000000" fill-opacity="1" font-weight="400" font-size="50">180</text>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-450,536.48 L450,536.48 M450,400 L450,546.88 M-450,400 L-450,546.88"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1609.61,1345.45)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L-30,-5 L-30,5 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,709.605,1345.45)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L30,5 L30,-5 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(0,-1,1,0,717.386,848.891)" stroke-linecap="square" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1" fill="none" font-weight="400" font-size="31.75">
<text stroke="none" y="70" font-style="normal" xml:space="preserve" font-family="osifont" x="4" fill="#000000" fill-opacity="1" font-weight="400" font-size="50">160</text>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-361.369,400 L-361.369,-400 M-350,-400 L-371.769,-400 M-350,400 L-371.769,400"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,798.236,408.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L-5,30 L5,30 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,798.236,1208.97)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L5,-30 L-5,-30 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(0,-1,1,0,575.755,851.337)" stroke-linecap="square" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1" fill="none" font-weight="400" font-size="31.75">
<text stroke="none" y="70" font-style="normal" xml:space="preserve" font-family="osifont" x="4" fill="#000000" fill-opacity="1" font-weight="400" font-size="50">200</text>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,1159.61,808.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="none" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M-503.001,-500 L-503.001,500 M-350,500 L-513.401,500 M-350,-500 L-513.401,-500"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,656.605,1308.97)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L5,-30 L-5,-30 L0,0"/>
</g>
<g stroke="#000000" transform="matrix(1,0,0,1,656.605,308.967)" stroke-linecap="round" stroke-opacity="1" font-style="normal" stroke-linejoin="bevel" font-family="Sans Serif" stroke-width="1.3" fill="#000000" fill-opacity="1" font-weight="400" font-size="31.75">
<path fill-rule="evenodd" vector-effect="none" d="M0,0 L-5,30 L5,30 L0,0"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

View file

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="181.00002mm"
height="201.00005mm"
viewBox="0 0 181.00002 201.00005"
version="1.1"
id="svg2607"
inkscape:version="1.2 (dc2aeda, 2022-05-15)"
sodipodi:docname="Lasercut_Deckel_1.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview2609"
pagecolor="#ffffff"
bordercolor="#999999"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="0.70929913"
inkscape:cx="347.52616"
inkscape:cy="369.37871"
inkscape:window-width="1366"
inkscape:window-height="710"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2604" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-79.999999,-100)">
<rect
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.191232;stroke-dasharray:none;stroke-opacity:1"
id="rect2667"
width="20.68692"
height="20.748199"
x="79.511909"
y="100.3901"
transform="matrix(0.99999574,-0.00291922,0.00582329,0.99998304,0,0)" />
<rect
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.191232;stroke-dasharray:none;stroke-opacity:1"
id="rect5317"
width="20.68692"
height="20.748199"
x="239.50987"
y="100.85718"
transform="matrix(0.99999574,-0.00291922,0.00582329,0.99998304,0,0)" />
<rect
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.191232;stroke-dasharray:none;stroke-opacity:1"
id="rect5319"
width="20.68692"
height="20.748199"
x="78.463715"
y="280.39011"
transform="matrix(0.99999574,-0.00291922,0.00582329,0.99998304,0,0)" />
<rect
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.191232;stroke-dasharray:none;stroke-opacity:1"
id="rect5321"
width="20.68692"
height="20.748199"
x="238.46169"
y="280.85718"
transform="matrix(0.99999574,-0.00291922,0.00582329,0.99998304,0,0)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="400mm"
height="340mm"
viewBox="0 0 400 340"
version="1.1"
id="svg1455"
inkscape:version="1.2.2 (b0a8486, 2022-12-01)"
sodipodi:docname="Deckel_Anker.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1457"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="false"
inkscape:zoom="0.67902191"
inkscape:cx="523.54717"
inkscape:cy="484.52045"
inkscape:window-width="1440"
inkscape:window-height="776"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="g533" />
<defs
id="defs1452" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1">
<g
stroke="none"
transform="matrix(-0.1,0,0,0.1,81.011587,124.4449)"
font-style="normal"
font-family="'Sans Serif'"
fill="#ffffff"
fill-opacity="1"
font-weight="400"
font-size="31.75px"
id="g533"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:bevel;stroke-opacity:1">