summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkitfox2007-07-30 20:01:11 +0200
committerkitfox2007-07-30 20:01:11 +0200
commit0e9c8410f16bfea18c9843b4f9d18f558047281f (patch)
treea5c62dc5da1a33b071c7ec3718464ad449e230c3
parentAdded parsing of gzipped svg files. (diff)
downloadsvg-salamander-core-0e9c8410f16bfea18c9843b4f9d18f558047281f.tar.gz
svg-salamander-core-0e9c8410f16bfea18c9843b4f9d18f558047281f.tar.xz
svg-salamander-core-0e9c8410f16bfea18c9843b4f9d18f558047281f.zip
Fixed miterlimit error.
git-svn-id: https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core@43 7dc7fa77-23fb-e6ad-8e2e-c86bd48ed22b
-rw-r--r--src/main/java/com/kitfox/svg/SVGDisplayPanel.java1
-rw-r--r--src/main/java/com/kitfox/svg/ShapeElement.java20
-rw-r--r--src/main/res/res/help/about/about.html2
-rw-r--r--src/test/res/bad_alias.svg131
-rw-r--r--src/test/res/bad_alias2.svg229
-rw-r--r--src/test/res/bad_alias3.svg5689
-rw-r--r--src/test/res/embed_image.svg5689
-rw-r--r--src/test/res/embed_image.svgzbin0 -> 45950 bytes
-rw-r--r--src/test/res/round_path.svg20
9 files changed, 11776 insertions, 5 deletions
diff --git a/src/main/java/com/kitfox/svg/SVGDisplayPanel.java b/src/main/java/com/kitfox/svg/SVGDisplayPanel.java
index beedace..04604b4 100644
--- a/src/main/java/com/kitfox/svg/SVGDisplayPanel.java
+++ b/src/main/java/com/kitfox/svg/SVGDisplayPanel.java
@@ -114,6 +114,7 @@ public class SVGDisplayPanel extends javax.swing.JPanel implements Scrollable
}
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
+ g.setRenderingHint(RenderingHints.KEY_RENDERING, RenderingHints.VALUE_RENDER_QUALITY);
if (diagram != null)
{
try
diff --git a/src/main/java/com/kitfox/svg/ShapeElement.java b/src/main/java/com/kitfox/svg/ShapeElement.java
index c4e583e..e122753 100644
--- a/src/main/java/com/kitfox/svg/ShapeElement.java
+++ b/src/main/java/com/kitfox/svg/ShapeElement.java
@@ -178,16 +178,28 @@ abstract public class ShapeElement extends RenderableElement
if (getStyle(styleAttrib.setName("stroke-linecap")))
{
String val = styleAttrib.getStringValue();
- if (val.equals("round")) strokeLinecap = BasicStroke.CAP_ROUND;
- else if (val.equals("square")) strokeLinecap = BasicStroke.CAP_SQUARE;
+ if (val.equals("round"))
+ {
+ strokeLinecap = BasicStroke.CAP_ROUND;
+ }
+ else if (val.equals("square"))
+ {
+ strokeLinecap = BasicStroke.CAP_SQUARE;
+ }
}
int strokeLinejoin = BasicStroke.JOIN_MITER;
if (getStyle(styleAttrib.setName("stroke-linejoin")))
{
String val = styleAttrib.getStringValue();
- if (val.equals("round")) strokeLinecap = BasicStroke.JOIN_ROUND;
- else if (val.equals("bevel")) strokeLinecap = BasicStroke.JOIN_BEVEL;
+ if (val.equals("round"))
+ {
+ strokeLinejoin = BasicStroke.JOIN_ROUND;
+ }
+ else if (val.equals("bevel"))
+ {
+ strokeLinejoin = BasicStroke.JOIN_BEVEL;
+ }
}
float strokeMiterLimit = 4f;
diff --git a/src/main/res/res/help/about/about.html b/src/main/res/res/help/about/about.html
index dc52bcd..06443bc 100644
--- a/src/main/res/res/help/about/about.html
+++ b/src/main/res/res/help/about/about.html
@@ -13,7 +13,7 @@
http://svgsalamander.dev.java.net<br>
http://www.kitfox.com<br>
<br>
- Last built: 2007, June, 8 12:33<br>
+ Last built: 2007, July, 18 11:59<br>
</div>
</body>
</html>
diff --git a/src/test/res/bad_alias.svg b/src/test/res/bad_alias.svg
new file mode 100644
index 0000000..130387d
--- /dev/null
+++ b/src/test/res/bad_alias.svg
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;">
+
+ <!--
+<svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="612.3" height="433.2"
+ viewBox="0 0 612.3 433.2" overflow="visible" enable-background="new 0 0 612.3 433.2" xml:space="preserve">
+<g>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M410.8,67"/>
+</g>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405,59.9"/>
+ -->
+<path fill="none"
+ stroke="#000000"
+ stroke-width="0.7078"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ d="M408.1,61.4c-0.3-0.3,0.1,0.1-0.2-0.2c-0.3,0.8,0.1-0.3-0.2,0.5"/>
+
+ <!--
+E:\dev\svn.dev.java.net\svgsalamander\trunk\svg-core\src\test\res\bad_alias.svg
+
+
+<path fill="none"
+ stroke="#000000"
+ stroke-width="0.7078"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ stroke-miterlimit="500"
+ d="M408.1,61.4c-0.3-0.3,0.1,0.1-0.2-0.2c-0.3,0.8,0.1-0.3-0.2,0.5"/>
+
+
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.1,61.4c-0.3-0.3,0.1,0.1-0.2-0.2c-0.7-0.8,0.3,0.2-0.5-0.5c-0.8-0.6,0.3,0.2-0.5-0.4c-0.8-0.4,0.3,0.1-0.5-0.3
+ c-0.8-0.2,0.3,0-0.6-0.1c-0.8,0,0.3,0-0.6,0c-0.8,0.2,0.3-0.1-0.6,0.1c-0.8,0.4,0.3-0.2-0.5,0.3c-0.8,0.6,0.2-0.2-0.5,0.4
+ c-0.7,0.8,0.2-0.3-0.5,0.5c-0.7,0.9,0.2-0.3-0.4,0.6c-0.6,1.1,0.2-0.4-0.4,0.7c-0.3,0.8,0.1-0.3-0.2,0.5"/>
+
+
+<g id="XSEC_x5F_DATUMS">
+</g>
+<g id="SURFACES">
+</g>
+<g id="SFIN">
+</g>
+<g id="REPERES">
+</g>
+<g id="POINTS">
+</g>
+<g id="PLANS">
+</g>
+<g id="PARAMETER_x5F_DIM">
+</g>
+<g id="NOTES">
+</g>
+<g id="NOTE">
+</g>
+<g id="GTOL">
+</g>
+<g id="DRIVEN_x5F_DIM">
+</g>
+<g id="DRAFT_x5F_GEOM">
+</g>
+<g id="COURBES">
+</g>
+<g id="COSM_x5F_SKETCH">
+</g>
+<g id="COSMETIQUES">
+</g>
+<g id="COSM">
+</g>
+<g id="AXES">
+</g>
+<g id="_x30_7_x5F__x5F_ASM_x5F_ALL_x5F_SKELETONS">
+</g>
+<g id="_x30_6_x5F__x5F__x5F_PRT_x5F_ALL_x5F_SURFS">
+</g>
+<g id="_x30_6_x5F__x5F_ASM_x5F_ALL_x5F_SURFS">
+</g>
+<g id="_x30_6_x5F_ALL_x5F_SURFS">
+</g>
+<g id="_x30_5_x5F__x5F__x5F_PRT_x5F_DEF_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F__x5F__x5F_PRT_x5F_ALL_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F__x5F_ASM_x5F_DEF_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F__x5F_ASM_x5F_ALL_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F_ALL_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_4_x5F__x5F__x5F_PRT_x5F_ALL_x5F_DTM_x5F_PNT">
+</g>
+<g id="_x30_4_x5F__x5F_ASM_x5F_ALL_x5F_DTM_x5F_PNT">
+</g>
+<g id="_x30_4_x5F_ALL_x5F_DTM_x5F_PNT">
+</g>
+<g id="_x30_3_x5F__x5F__x5F_PRT_x5F_ALL_x5F_CURVES">
+</g>
+<g id="_x30_3_x5F__x5F_ASM_x5F_ALL_x5F_CURVES">
+</g>
+<g id="_x30_3_x5F_ALL_x5F_CURVES">
+</g>
+<g id="_x30_2_x5F__x5F__x5F_PRT_x5F_ALL_x5F_AXES">
+</g>
+<g id="_x30_2_x5F__x5F_ASM_x5F_ALL_x5F_AXES">
+</g>
+<g id="_x30_2_x5F_ALL_x5F_AXES">
+</g>
+<g id="_x30_1_x5F__x5F__x5F_PRT_x5F_DEF_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F__x5F__x5F_PRT_x5F_ALL_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F__x5F_ASM_x5F_DEF_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F__x5F_ASM_x5F_ALL_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F_ALL_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x5F_BLACK_x5F_HOLE">
+</g>
+<g id="DEFAULT_x5F_3">
+</g>
+-->
+</svg>
diff --git a/src/test/res/bad_alias2.svg b/src/test/res/bad_alias2.svg
new file mode 100644
index 0000000..06948cd
--- /dev/null
+++ b/src/test/res/bad_alias2.svg
@@ -0,0 +1,229 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="612.3" height="433.2"
+ viewBox="0 0 612.3 433.2" overflow="visible" enable-background="new 0 0 612.3 433.2" xml:space="preserve">
+<g id="XSEC_x5F_DATUMS">
+</g>
+<g id="SURFACES">
+</g>
+<g id="SFIN">
+</g>
+<g id="REPERES">
+</g>
+<g id="POINTS">
+</g>
+<g id="PLANS">
+</g>
+<g id="PARAMETER_x5F_DIM">
+</g>
+<g id="NOTES">
+</g>
+<g id="NOTE">
+</g>
+<g id="GTOL">
+</g>
+<g id="DRIVEN_x5F_DIM">
+</g>
+<g id="DRAFT_x5F_GEOM">
+</g>
+<g id="COURBES">
+</g>
+<g id="COSM_x5F_SKETCH">
+</g>
+<g id="COSMETIQUES">
+</g>
+<g id="COSM">
+</g>
+<g id="AXES">
+</g>
+<g id="_x30_7_x5F__x5F_ASM_x5F_ALL_x5F_SKELETONS">
+</g>
+<g id="_x30_6_x5F__x5F__x5F_PRT_x5F_ALL_x5F_SURFS">
+</g>
+<g id="_x30_6_x5F__x5F_ASM_x5F_ALL_x5F_SURFS">
+</g>
+<g id="_x30_6_x5F_ALL_x5F_SURFS">
+</g>
+<g id="_x30_5_x5F__x5F__x5F_PRT_x5F_DEF_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F__x5F__x5F_PRT_x5F_ALL_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F__x5F_ASM_x5F_DEF_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F__x5F_ASM_x5F_ALL_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F_ALL_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_4_x5F__x5F__x5F_PRT_x5F_ALL_x5F_DTM_x5F_PNT">
+</g>
+<g id="_x30_4_x5F__x5F_ASM_x5F_ALL_x5F_DTM_x5F_PNT">
+</g>
+<g id="_x30_4_x5F_ALL_x5F_DTM_x5F_PNT">
+</g>
+<g id="_x30_3_x5F__x5F__x5F_PRT_x5F_ALL_x5F_CURVES">
+</g>
+<g id="_x30_3_x5F__x5F_ASM_x5F_ALL_x5F_CURVES">
+</g>
+<g id="_x30_3_x5F_ALL_x5F_CURVES">
+</g>
+<g id="_x30_2_x5F__x5F__x5F_PRT_x5F_ALL_x5F_AXES">
+</g>
+<g id="_x30_2_x5F__x5F_ASM_x5F_ALL_x5F_AXES">
+</g>
+<g id="_x30_2_x5F_ALL_x5F_AXES">
+</g>
+<g id="_x30_1_x5F__x5F__x5F_PRT_x5F_DEF_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F__x5F__x5F_PRT_x5F_ALL_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F__x5F_ASM_x5F_DEF_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F__x5F_ASM_x5F_ALL_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F_ALL_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x5F_BLACK_x5F_HOLE">
+</g>
+<g id="DEFAULT_x5F_3">
+</g>
+<g>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M410.8,67"/>
+</g>
+<polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 405,59.9 401.9,59.3 402.4,58.2 405,59.9 "/>
+<line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.9" y1="59" x2="404.9" y2="59.7"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.9,74.4"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405,59.9"/>
+<line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.7" y1="74.4" x2="412.6" y2="74.4"/>
+<line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="413.1" y1="73.6" x2="415.3" y2="73.6"/>
+<line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.1" y1="71.8" x2="405.4" y2="71.8"/>
+<line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.9" y1="71.1" x2="401.2" y2="71.1"/>
+<line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="411" y1="67" x2="415" y2="67"/>
+<line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="401.2" y1="63" x2="406.9" y2="63"/>
+<line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.1" y1="62.2" x2="405.4" y2="62.2"/>
+<line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="413.1" y1="60.5" x2="415.3" y2="60.5"/>
+<line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.7" y1="59.7" x2="412.6" y2="59.7"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.9,59"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M399.9,67c0,0.8,0-0.3,0,0.5c0.1,0.8,0-0.3,0.1,0.5c0.1,0.8,0-0.3,0.1,0.5c0.2,0.7-0.1-0.2,0.1,0.5s-0.1-0.2,0.1,0.5
+ c0.3,0.7-0.1-0.2,0.2,0.4c0.3,0.6-0.1-0.2,0.2,0.4c0.3,0.5-0.1-0.2,0.2,0.4c0.4,0.5-0.1-0.1,0.2,0.3"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.8,68.8c0.1-0.2,0,0.1,0.1-0.1c0.2-0.6-0.1,0.2,0.2-0.4c0.2-0.6,0,0.2,0.1-0.4c0.1-0.7,0,0.2,0.1-0.4c0-0.7,0,0.2,0-0.5"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.8,65.2c0.1,0.2,0-0.1,0.1,0.1c0.2,0.6-0.1-0.2,0.2,0.4c0.2,0.6,0-0.2,0.1,0.4c0.1,0.7,0-0.2,0.1,0.4c0,0.7,0-0.2,0,0.5"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.8,64.5c0.2,0-0.1,0,0.1,0c0.4,0.1-0.1-0.1,0.3,0.1s-0.1-0.1,0.2,0.2c0.3,0.4-0.1-0.1,0.2,0.2c0.1,0.1,0,0,0.1,0.1"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M399.9,67c0-0.8,0,0.3,0-0.5c0.1-0.8,0,0.3,0.1-0.5c0.1-0.8,0,0.3,0.1-0.5c0.2-0.7-0.1,0.2,0.1-0.5s-0.1,0.2,0.1-0.5
+ c0.3-0.7-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.5-0.1,0.2,0.2-0.4c0.4-0.5-0.1,0.2,0.2-0.3"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.4,62.2c-0.3,0,0.1,0-0.2,0c-0.5,0.1,0.2-0.1-0.3,0.1s0.2-0.1-0.3,0.2s0.2-0.1-0.3,0.2c-0.5,0.4,0.1-0.2-0.3,0.3"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.9,71.1c0.4,0.4-0.2-0.1,0.3,0.3c0.5,0.3-0.2-0.1,0.3,0.2c0.5,0.2-0.2-0.1,0.3,0.1c0.5,0.1-0.2,0,0.3,0.1c0.3,0-0.1,0,0.2,0"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.8,69.5c0.2,0-0.1,0,0.1,0c0.4-0.1-0.1,0.1,0.3-0.1c0.4-0.2-0.1,0.1,0.2-0.2c0.3-0.4-0.1,0.1,0.2-0.2c0.1-0.1,0,0,0.1-0.1"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.2,67c0-0.7,0,0.2,0-0.5c0.1-0.7,0,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.2-0.4c0.3-0.5-0.1,0.2,0.2-0.3
+ c0.3-0.4-0.1,0.1,0.2-0.3c0.3-0.3-0.1,0.1,0.2-0.2c0.4-0.2-0.1,0,0.3-0.1c0.4-0.1-0.1,0,0.3,0c0.4,0-0.1,0,0.3,0
+ c0.4,0.2-0.1-0.1,0.3,0.1c0.4,0.3-0.1-0.1,0.2,0.2c0.3,0.4-0.1-0.1,0.2,0.3c0.1,0.2,0-0.1,0.1,0.1"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.4,67c0-0.7,0,0.2,0-0.5c0.1-0.7,0,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.2-0.4c0.3-0.5-0.1,0.1,0.2-0.3
+ c0.3-0.4-0.1,0.1,0.2-0.2c0.4-0.3-0.1,0.1,0.2-0.2c0.4-0.1-0.1,0,0.3-0.1c0.2,0-0.1,0,0.1,0"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.2,67c0,0.7,0-0.2,0,0.5c0.1,0.7,0-0.2,0.1,0.4c0.2,0.6-0.1-0.2,0.1,0.4s-0.1-0.2,0.2,0.4c0.3,0.5-0.1-0.2,0.2,0.3
+ c0.3,0.4-0.1-0.1,0.2,0.3c0.3,0.3-0.1-0.1,0.2,0.2c0.4,0.2-0.1,0,0.3,0.1c0.4,0.1-0.1,0,0.3,0c0.4,0-0.1,0,0.3,0
+ c0.4-0.2-0.1,0.1,0.3-0.1c0.4-0.3-0.1,0.1,0.2-0.2c0.3-0.4-0.1,0.1,0.2-0.3c0.1-0.2,0,0.1,0.1-0.1"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.4,67c0,0.7,0-0.2,0,0.5c0.1,0.7,0-0.2,0.1,0.4c0.2,0.6-0.1-0.2,0.1,0.4c0.2,0.6-0.1-0.2,0.2,0.4c0.3,0.5-0.1-0.1,0.2,0.3
+ c0.3,0.4-0.1-0.1,0.2,0.2c0.4,0.3-0.1-0.1,0.2,0.2c0.4,0.1-0.1,0,0.3,0.1c0.2,0-0.1,0,0.1,0"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.9,63c-0.4-0.4,0.2,0.1-0.3-0.3c-0.5-0.3,0.2,0.1-0.3-0.2c-0.5-0.2,0.2,0.1-0.3-0.2c-0.5-0.1,0.2,0-0.3-0.1c-0.3,0,0.1,0-0.2,0"
+ />
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.2,63c0.4,0.5-0.1-0.2,0.2,0.3c0.4,0.5-0.1-0.2,0.2,0.4c0.3,0.6-0.1-0.2,0.2,0.4c0.3,0.7-0.1-0.2,0.2,0.4
+ c0.2,0.7-0.1-0.2,0.1,0.5s-0.1-0.2,0.1,0.5c0.1,0.8,0-0.3,0.1,0.5c0.1,0.8,0-0.3,0.1,0.5c0,0.8,0-0.3,0,0.5"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.2,71.1c0.4-0.5-0.1,0.2,0.2-0.3c0.4-0.5-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.7-0.1,0.2,0.2-0.4
+ c0.2-0.7-0.1,0.2,0.1-0.5s-0.1,0.2,0.1-0.5c0.1-0.8,0,0.3,0.1-0.5c0.1-0.8,0,0.3,0.1-0.5c0-0.8,0,0.3,0-0.5"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.4,71.8c0.3,0-0.1,0,0.2,0c0.5-0.1-0.2,0.1,0.3-0.1c0.5-0.2-0.2,0.1,0.3-0.1c0.5-0.3-0.2,0.1,0.3-0.2c0.5-0.4-0.1,0.2,0.3-0.3"
+ />
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.3,67c0-1.2,0,0.4,0-0.8c-0.1-1.1,0.1,0.4-0.1-0.7c-0.2-1.1,0.1,0.4-0.2-0.7c-0.3-1,0.1,0.3-0.2-0.7c-0.4-0.9,0.2,0.3-0.3-0.6
+ c-0.5-0.8,0.2,0.2-0.3-0.5c-0.5-0.6,0.2,0.2-0.4-0.4c-0.6-0.5,0.2,0.1-0.4-0.3c-0.6-0.3,0.2,0.1-0.4-0.2c-0.7-0.1,0.2,0-0.4-0.1"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.7,59.7c-0.7,1.3,0.2-0.4-0.5,0.9c-0.7,1.2,0.2-0.4-0.4,0.8c-0.6,1.2,0.2-0.4-0.4,0.8c-0.5,1.2,0.2-0.4-0.3,0.8l0,0"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.5,71.9c0.7-0.1-0.2,0.1,0.4-0.1c0.7-0.2-0.2,0.1,0.4-0.2c0.6-0.4-0.2,0.2,0.4-0.3c0.6-0.6-0.2,0.2,0.4-0.4
+ c0.5-0.7-0.2,0.3,0.3-0.5c0.4-0.9-0.1,0.3,0.3-0.6c0.4-1-0.1,0.3,0.2-0.7c0.3-1.1-0.1,0.4,0.2-0.7c0.2-1.1,0,0.4,0.1-0.7
+ c0.1-1.2,0,0.4,0-0.8"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415,67c-0.1-1.3,0,0.4-0.1-0.9c-0.2-1.2,0.1,0.4-0.1-0.8c-0.2-1.2,0.1,0.4-0.2-0.8c-0.3-1.2,0.1,0.4-0.2-0.8
+ c-0.4-1.2,0.1,0.4-0.3-0.8c-0.5-1.2,0.2,0.4-0.3-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.7-1.3,0.3,0.4-0.5-0.9"
+ />
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412.6,74.4c0.7-1.3-0.2,0.4,0.5-0.9c0.7-1.2-0.2,0.4,0.4-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.5-1.2-0.2,0.4,0.3-0.8
+ c0.4-1.2-0.1,0.4,0.3-0.8c0.3-1.2-0.1,0.4,0.2-0.8c0.2-1.2-0.1,0.4,0.2-0.8c0.2-1.2,0,0.4,0.1-0.8c0.1-1.3,0,0.4,0.1-0.9"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402,71.1C402.1,71.1,402,71.1,402,71.1c0.5,1.2-0.2-0.4,0.3,0.8c0.6,1.2-0.2-0.4,0.4,0.8c0.6,1.2-0.2-0.4,0.4,0.8
+ c0.7,1.3-0.3-0.4,0.5,0.9"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M409.6,67c0-1.5,0,0.5,0-1c-0.2-1.4,0.1,0.5-0.1-1c-0.3-1.4,0.1,0.5-0.2-0.9c-0.4-1.3,0.1,0.4-0.3-0.9c-0.5-1.2,0.2,0.4-0.3-0.8
+ c-0.6-1.1,0.2,0.4-0.4-0.7c-0.4-0.6,0.1,0.2-0.3-0.4"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.1,61.4c-0.3-0.3,0.1,0.1-0.2-0.2c-0.7-0.8,0.3,0.2-0.5-0.5c-0.8-0.6,0.3,0.2-0.5-0.4c-0.8-0.4,0.3,0.1-0.5-0.3
+ c-0.8-0.2,0.3,0-0.6-0.1c-0.8,0,0.3,0-0.6,0c-0.8,0.2,0.3-0.1-0.6,0.1c-0.8,0.4,0.3-0.2-0.5,0.3c-0.8,0.6,0.2-0.2-0.5,0.4
+ c-0.7,0.8,0.2-0.3-0.5,0.5c-0.7,0.9,0.2-0.3-0.4,0.6c-0.6,1.1,0.2-0.4-0.4,0.7c-0.3,0.8,0.1-0.3-0.2,0.5"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.9,71.1c0.5,0.5-0.2-0.2,0.3,0.3c0.6,0.5-0.2-0.1,0.4,0.3c0.6,0.3-0.2-0.1,0.4,0.2c0.7,0.1-0.2,0,0.4,0.1"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M411,67c-0.7-1.3,0.2,0.4-0.5-0.9c-0.7-1.2,0.2,0.4-0.4-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.5-1.2,0.2,0.4-0.3-0.8
+ c-0.4-1.2,0.1,0.4-0.3-0.8c-0.3-1.2,0.1,0.4-0.2-0.8c-0.2-1.2,0.1,0.4-0.2-0.8c-0.2-1.2,0,0.4-0.1-0.8c-0.1-1.3,0,0.4-0.1-0.9"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.1,71.1c0.3,0.8-0.1-0.2,0.2,0.5c0.6,1.1-0.2-0.4,0.4,0.7c0.6,0.9-0.2-0.3,0.4,0.6c0.7,0.8-0.3-0.2,0.5,0.5
+ c0.8,0.6-0.3-0.2,0.5,0.4c0.8,0.4-0.3-0.1,0.5,0.3c0.8,0.2-0.3,0,0.6,0.1c0.8,0-0.3,0,0.6,0c0.8-0.2-0.3,0.1,0.6-0.1
+ c0.8-0.4-0.3,0.2,0.5-0.3c0.8-0.6-0.2,0.2,0.5-0.4c0.7-0.8-0.2,0.3,0.5-0.5c0.3-0.3-0.1,0.1,0.2-0.2"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.1,72.7c0.4-0.6-0.1,0.2,0.3-0.4c0.6-1.1-0.2,0.4,0.4-0.7c0.5-1.2-0.1,0.4,0.3-0.8c0.4-1.3-0.1,0.4,0.3-0.9
+ c0.3-1.4-0.1,0.5,0.2-0.9c0.2-1.4,0,0.5,0.1-1s0,0.5,0-1"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.5,62.1c-0.7,0.1,0.2-0.1-0.4,0.1c-0.7,0.2,0.2-0.1-0.4,0.2c-0.6,0.4,0.2-0.2-0.4,0.3c-0.5,0.5,0.1-0.2-0.3,0.3"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.5,74.4c0.1-1.3,0,0.4,0.1-0.9c0.2-1.2-0.1,0.4,0.1-0.8c0.2-1.2-0.1,0.4,0.2-0.8c0.3-1.2-0.1,0.4,0.2-0.8
+ c0.4-1.2-0.1,0.4,0.3-0.8c0.5-1.2-0.2,0.4,0.3-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.7-1.3-0.3,0.4,0.5-0.9"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.3,60.5c0.7,0.1-0.2-0.1,0.5,0.1c0.7,0.2-0.2-0.1,0.5,0.2c0.7,0.4-0.2-0.2,0.5,0.3c0.7,0.6-0.2-0.2,0.4,0.4
+ c0.6,0.7-0.2-0.2,0.4,0.5c0.6,0.8-0.2-0.3,0.4,0.6c0.5,1-0.1-0.3,0.3,0.6c0.4,1.1-0.1-0.4,0.3,0.7c0.3,1.1-0.1-0.4,0.2,0.8
+ c0.1,0.6,0-0.2,0.1,0.4"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M418.9,64.9c0.1,0.6,0-0.2,0.1,0.4c0.2,1.3,0-0.4,0.1,0.8c0.1,1.3,0-0.4,0,0.9s0-0.4,0,0.9c-0.1,1.3,0.1-0.4-0.1,0.8
+ c-0.1,0.6,0-0.2-0.1,0.4"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M418.9,69.1c-0.1,0.6,0-0.2-0.1,0.4c-0.3,1.2,0.1-0.4-0.2,0.8c-0.4,1.1,0.1-0.3-0.3,0.7c-0.5,1,0.2-0.3-0.3,0.6
+ c-0.5,0.9,0.2-0.3-0.4,0.6c-0.6,0.7,0.2-0.2-0.4,0.5c-0.6,0.6,0.2-0.2-0.4,0.4c-0.7,0.4,0.2-0.1-0.5,0.3c-0.7,0.3,0.2-0.1-0.5,0.2
+ c-0.7,0.1,0.2,0-0.5,0.1"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M413.9,62.2c0.5,0.6-0.2-0.2,0.3,0.4c0.5,0.8-0.2-0.3,0.3,0.5c0.4,0.9-0.1-0.3,0.3,0.6c0.4,1-0.1-0.3,0.2,0.7
+ c0.3,1.1-0.1-0.4,0.2,0.7c0.2,1.1,0-0.4,0.1,0.8c0.1,1.2,0-0.4,0.1,0.8c0,1.2,0-0.4,0,0.8c-0.1,1.2,0-0.4-0.1,0.8
+ c-0.2,1.1,0.1-0.4-0.1,0.8c-0.3,1.1,0.1-0.4-0.2,0.7c-0.3,1,0.1-0.3-0.2,0.7c-0.4,0.9,0.2-0.3-0.3,0.6c-0.5,0.8,0.2-0.3-0.3,0.5
+ c-0.5,0.7,0.2-0.2-0.3,0.4"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M413.2,60.8c0.6,0.3-0.2-0.1,0.4,0.2c0.7,0.6-0.2-0.2,0.4,0.4c0.6,0.7-0.2-0.2,0.4,0.5c0.6,0.8-0.2-0.3,0.4,0.6
+ c0.5,1-0.1-0.3,0.3,0.6c0.4,1.1-0.1-0.4,0.3,0.7c0.3,1.1-0.1-0.4,0.2,0.8c0.3,1.2-0.1-0.4,0.2,0.8c0.2,1.3,0-0.4,0.1,0.8
+ c0.1,1.3,0-0.4,0,0.9s0-0.4,0,0.9c-0.1,1.3,0.1-0.4-0.1,0.8c-0.2,1.2,0.1-0.4-0.2,0.8c-0.3,1.2,0.1-0.4-0.2,0.8
+ c-0.4,1.1,0.2-0.3-0.3,0.7s0.2-0.3-0.3,0.6c-0.5,0.9,0.2-0.3-0.4,0.6c-0.6,0.7,0.2-0.2-0.4,0.5c-0.6,0.6,0.2-0.2-0.4,0.4
+ c-0.6,0.4,0.2-0.1-0.4,0.2"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M418.9,64.9c0.2,1-0.1-0.3,0.1,0.6c0.2,2.2,0-0.7,0.1,1.5"/>
+<path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.1,67c-0.1,2.2,0.1-0.7-0.1,1.5c-0.2,1,0.1-0.3-0.1,0.6"/>
+</svg>
diff --git a/src/test/res/bad_alias3.svg b/src/test/res/bad_alias3.svg
new file mode 100644
index 0000000..1f48845
--- /dev/null
+++ b/src/test/res/bad_alias3.svg
@@ -0,0 +1,5689 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" baseProfile="tiny" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="612.3" height="433.2"
+ viewBox="0 0 612.3 433.2" xml:space="preserve">
+<font horiz-adv-x="2048">
+<!-- Arial(R) Trademark of The Monotype Corporation plc registered in the US Pat &amp; TM Off. and elsewhere. -->
+<!-- Copyright: Copyright 2006 Adobe System Incorporated. All rights reserved. -->
+<font-face font-family="ArialMT" units-per-em="2048" underline-position="-217" underline-thickness="150"/>
+<missing-glyph horiz-adv-x="1536" d="M256,0l0,1280l1024,0l0,-1280M288,32l960,0l0,1216l-960,0z"/>
+<glyph unicode=" " horiz-adv-x="569"/>
+<glyph unicode="0" horiz-adv-x="1139" d="M85,723C85,896 103,1036 139,1142C174,1247 227,1329 298,1386C368,1443 456,1472 563,1472C642,1472 711,1456 770,1425C829,1393 878,1347 917,1288C956,1228 986,1155 1008,1070C1030,984 1041,868 1041,723C1041,551 1023,412 988,307C953,201 900,119 830,62C759,4 670,-25 563,-25C422,-25 311,26 230,127C133,249 85,448 85,723M270,723C270,482 298,322 355,243C411,163 480,123 563,123C646,123 715,163 772,243C828,323 856,483 856,723C856,964 828,1125 772,1204C715,1283 645,1323 561,1323C478,1323 412,1288 363,1218C301,1129 270,964 270,723z"/>
+<glyph unicode="1" horiz-adv-x="1139" d="M763,0l-180,0l0,1147C540,1106 483,1064 413,1023C342,982 279,951 223,930l0,174C324,1151 412,1209 487,1276C562,1343 616,1409 647,1472l116,0z"/>
+<glyph unicode="3" horiz-adv-x="1139" d="M86,387l180,24C287,309 322,236 372,191C421,146 482,123 553,123C638,123 709,152 768,211C826,270 855,342 855,429C855,512 828,580 774,634C720,687 651,714 568,714C534,714 492,707 441,694l20,158C473,851 483,850 490,850C567,850 636,870 697,910C758,950 789,1012 789,1095C789,1161 767,1216 722,1259C677,1302 620,1324 549,1324C479,1324 421,1302 374,1258C327,1214 297,1148 284,1060l-180,32C126,1213 176,1306 254,1373C332,1439 429,1472 545,1472C625,1472 699,1455 766,1421C833,1386 885,1339 921,1280C956,1221 974,1158 974,1091C974,1028 957,970 923,918C889,866 839,825 772,794C859,774 926,733 974,670C1022,607 1046,528 1046,433C1046,305 999,197 906,108C813,19 695,-26 552,-26C423,-26 317,12 232,89C147,166 98,265 86,387z"/>
+<glyph unicode="5" horiz-adv-x="1139" d="M85,384l189,16C288,308 321,239 372,193C423,146 484,123 556,123C643,123 716,156 776,221C836,286 866,373 866,481C866,584 837,665 780,724C722,783 646,813 553,813C495,813 443,800 396,774C349,747 313,713 286,671l-169,22l142,753l729,0l0,-172l-585,0l-79,-394C412,941 504,972 601,972C729,972 837,928 925,839C1013,750 1057,636 1057,497C1057,364 1018,250 941,153C847,34 719,-25 556,-25C423,-25 314,12 230,87C145,162 97,261 85,384z"/>
+<glyph unicode="8" horiz-adv-x="1139" d="M362,795C287,822 232,861 196,912C160,963 142,1023 142,1094C142,1201 180,1290 257,1363C334,1436 436,1472 563,1472C691,1472 794,1435 872,1361C950,1286 989,1196 989,1089C989,1021 971,962 936,912C900,861 846,822 773,795C863,766 932,718 979,653C1026,588 1049,510 1049,419C1049,294 1005,188 916,103C827,18 711,-25 566,-25C421,-25 305,18 216,104C127,189 83,296 83,424C83,519 107,599 156,664C204,728 273,772 362,795M326,1100C326,1031 348,974 393,930C438,886 496,864 567,864C636,864 693,886 738,930C782,973 804,1027 804,1090C804,1156 781,1212 736,1257C690,1302 633,1324 565,1324C496,1324 439,1302 394,1258C349,1214 326,1161 326,1100M268,423C268,372 280,322 305,274C329,226 365,189 413,163C461,136 513,123 568,123C654,123 725,151 781,206C837,261 865,332 865,417C865,504 836,575 779,632C721,689 649,717 562,717C477,717 407,689 352,633C296,577 268,507 268,423z"/>
+<glyph unicode="A" horiz-adv-x="1366" d="M-3,0l563,1466l209,0l600,-1466l-221,0l-171,444l-613,0l-161,-444M420,602l497,0l-153,406C717,1131 683,1233 660,1312C641,1218 615,1125 581,1032z"/>
+<glyph unicode="C" horiz-adv-x="1479" d="M1204,514l194,-49C1357,306 1284,184 1179,101C1073,17 944,-25 791,-25C633,-25 505,7 406,72C307,136 231,229 180,351C128,473 102,604 102,744C102,897 131,1030 190,1144C248,1257 331,1344 439,1403C546,1462 665,1491 794,1491C941,1491 1064,1454 1164,1379C1264,1304 1334,1199 1373,1064l-191,-45C1148,1126 1099,1203 1034,1252C969,1301 888,1325 790,1325C677,1325 583,1298 508,1244C432,1190 379,1118 348,1027C317,936 302,842 302,745C302,620 320,512 357,419C393,326 449,256 526,210C603,164 686,141 775,141C884,141 976,172 1051,235C1126,298 1177,391 1204,514z"/>
+<glyph unicode="D" horiz-adv-x="1479" d="M158,0l0,1466l505,0C777,1466 864,1459 924,1445C1008,1426 1080,1391 1139,1340C1216,1275 1274,1191 1313,1090C1351,988 1370,872 1370,741C1370,630 1357,531 1331,445C1305,359 1272,288 1231,232C1190,175 1146,131 1098,99C1049,66 991,42 923,25C854,8 776,0 687,0M352,173l313,0C762,173 838,182 893,200C948,218 991,243 1024,276C1070,322 1106,384 1132,462C1157,539 1170,633 1170,744C1170,897 1145,1015 1095,1098C1044,1180 983,1235 911,1263C859,1283 775,1293 660,1293l-308,0z"/>
+<glyph unicode="E" horiz-adv-x="1366" d="M162,0l0,1466l1060,0l0,-173l-866,0l0,-449l811,0l0,-172l-811,0l0,-499l900,0l0,-173z"/>
+<glyph unicode="H" horiz-adv-x="1479" d="M164,0l0,1466l194,0l0,-602l762,0l0,602l194,0l0,-1466l-194,0l0,691l-762,0l0,-691z"/>
+<glyph unicode="I" horiz-adv-x="569" d="M191,0l0,1466l194,0l0,-1466z"/>
+<glyph unicode="L" horiz-adv-x="1139" d="M150,0l0,1466l194,0l0,-1293l722,0l0,-173z"/>
+<glyph unicode="M" horiz-adv-x="1706" d="M152,0l0,1466l292,0l347,-1038C823,331 846,259 861,211C878,264 904,343 939,446l351,1020l261,0l0,-1466l-187,0l0,1227l-426,-1227l-175,0l-424,1248l0,-1248z"/>
+<glyph unicode="N" horiz-adv-x="1479" d="M156,0l0,1466l199,0l770,-1151l0,1151l186,0l0,-1466l-199,0l-770,1152l0,-1152z"/>
+<glyph unicode="O" horiz-adv-x="1593" d="M99,714C99,957 164,1148 295,1286C426,1423 594,1492 801,1492C936,1492 1058,1460 1167,1395C1276,1330 1359,1240 1416,1125C1473,1009 1501,878 1501,731C1501,582 1471,449 1411,332C1351,215 1266,126 1156,66C1046,5 927,-25 800,-25C662,-25 539,8 430,75C321,142 239,233 183,348C127,463 99,585 99,714M299,711C299,534 347,395 442,294C537,192 656,141 799,141C945,141 1065,192 1160,295C1254,398 1301,543 1301,732C1301,851 1281,956 1241,1045C1200,1134 1141,1203 1064,1252C986,1301 899,1325 802,1325C665,1325 547,1278 448,1184C349,1089 299,932 299,711z"/>
+<glyph unicode="P" horiz-adv-x="1366" d="M158,0l0,1466l553,0C808,1466 883,1461 934,1452C1006,1440 1066,1417 1115,1384C1164,1350 1203,1303 1233,1242C1262,1181 1277,1115 1277,1042C1277,917 1237,812 1158,726C1079,639 935,596 728,596l-376,0l0,-596M352,769l379,0C856,769 945,792 998,839C1051,886 1077,951 1077,1036C1077,1097 1062,1150 1031,1194C1000,1237 959,1266 908,1280C875,1289 815,1293 727,1293l-375,0z"/>
+<glyph unicode="Q" horiz-adv-x="1593" d="M1269,157C1359,95 1442,50 1518,21l-57,-135C1356,-76 1251,-16 1146,66C1037,5 917,-25 786,-25C653,-25 533,7 425,71C317,135 234,225 176,341C117,457 88,588 88,733C88,878 117,1009 176,1128C235,1247 318,1337 427,1399C535,1461 656,1492 790,1492C925,1492 1047,1460 1156,1396C1265,1331 1348,1241 1405,1126C1462,1010 1490,879 1490,734C1490,613 1472,505 1435,409C1398,312 1343,228 1269,157M842,405C954,374 1046,327 1119,265C1233,369 1290,525 1290,734C1290,853 1270,956 1230,1045C1189,1134 1130,1203 1053,1252C975,1301 888,1325 791,1325C646,1325 526,1276 431,1177C336,1078 288,930 288,733C288,542 335,396 430,294C524,192 644,141 791,141C860,141 926,154 987,180C926,219 862,247 795,264z"/>
+<glyph unicode="R" horiz-adv-x="1479" d="M161,0l0,1466l650,0C942,1466 1041,1453 1109,1427C1177,1400 1231,1354 1272,1287C1313,1220 1333,1147 1333,1066C1333,962 1299,874 1232,803C1165,732 1061,686 920,667C971,642 1010,618 1037,594C1094,542 1147,477 1198,399l255,-399l-244,0l-194,305C958,393 912,460 875,507C838,554 806,586 777,605C748,624 718,637 688,644C666,649 630,651 580,651l-225,0l0,-651M355,819l417,0C861,819 930,828 980,847C1030,865 1068,894 1094,935C1120,975 1133,1019 1133,1066C1133,1135 1108,1192 1058,1237C1007,1282 928,1304 819,1304l-464,0z"/>
+<glyph unicode="S" horiz-adv-x="1366" d="M92,471l183,16C284,414 304,354 336,307C367,260 416,222 483,193C550,164 625,149 708,149C782,149 847,160 904,182C961,204 1003,234 1031,273C1058,311 1072,353 1072,398C1072,444 1059,484 1032,519C1005,553 961,582 900,605C861,620 774,644 639,677C504,709 410,739 356,768C286,805 234,850 200,905C165,959 148,1020 148,1087C148,1161 169,1230 211,1295C253,1359 314,1408 395,1441C476,1474 565,1491 664,1491C773,1491 869,1474 952,1439C1035,1404 1098,1352 1143,1284C1188,1216 1212,1139 1215,1053l-186,-14C1019,1132 985,1202 928,1249C870,1296 785,1320 672,1320C555,1320 469,1299 416,1256C362,1213 335,1161 335,1100C335,1047 354,1004 392,970C429,936 527,901 685,866C842,830 950,799 1009,772C1094,733 1157,683 1198,623C1239,562 1259,493 1259,414C1259,336 1237,263 1192,194C1147,125 1083,71 1000,33C916,-6 822,-25 717,-25C584,-25 473,-6 384,33C294,72 224,130 173,208C122,285 95,373 92,471z"/>
+<glyph unicode="T" horiz-adv-x="1251" d="M531,0l0,1293l-483,0l0,173l1162,0l0,-173l-485,0l0,-1293z"/>
+<glyph unicode="U" horiz-adv-x="1479" d="M1120,1466l194,0l0,-847C1314,472 1297,355 1264,268C1231,181 1171,111 1084,57C997,2 882,-25 741,-25C604,-25 491,-1 404,46C317,93 254,162 217,252C180,341 161,464 161,619l0,847l194,0l0,-846C355,493 367,399 391,339C414,278 455,232 513,199C570,166 641,150 724,150C867,150 968,182 1029,247C1090,312 1120,436 1120,620z"/>
+<glyph unicode="W" horiz-adv-x="1933" d="M414,0l-389,1466l199,0l223,-961C471,404 492,304 509,205C546,362 568,452 575,476l279,990l234,0l210,-742C1351,540 1389,367 1412,205C1431,298 1455,404 1485,524l230,942l195,0l-402,-1466l-187,0l-309,1117C986,1210 971,1268 966,1289C951,1222 936,1164 923,1117l-311,-1117z"/>
+<glyph unicode="Y" horiz-adv-x="1366" d="M571,0l0,621l-565,845l236,0l289,-442C584,941 634,859 680,776C724,853 777,939 840,1035l284,431l226,0l-585,-845l0,-621z"/>
+</font>
+
+ <font horiz-adv-x="1000">
+<!-- Copyright (c) 1992, 1994 Adobe Systems Incorporated. All Rights Reserved.Myriad is a trademark of Adobe Systems Incorporated may be registered in certain jurisdictions. -->
+<font-face font-family="Myriad-Roman" units-per-em="1000" underline-position="-100" underline-thickness="50"/>
+<missing-glyph horiz-adv-x="212"/>
+<glyph unicode="A" horiz-adv-x="612" d="M424,212l72,-212l93,0l-230,674l-105,0l-229,-674l90,0l70,212M203,280l66,195C282,516 293,558 302,597l3,0C315,558 325,518 339,474l67,-194z"/>
+<glyph unicode="B" horiz-adv-x="542" d="M76,2C105,-2 151,-6 211,-6C321,-6 397,14 443,57C478,90 501,134 501,192C501,292 426,345 362,360l0,3C432,388 476,445 476,511C476,564 454,604 419,630C378,664 322,679 235,679C175,679 114,673 76,664M163,606C177,609 200,612 240,612C328,612 387,580 387,502C387,437 333,388 242,388l-79,0M163,323l72,0C330,323 409,284 409,193C409,95 326,62 236,62C205,62 181,63 163,66z"/>
+<glyph unicode="C" horiz-adv-x="580" d="M529,91C494,74 440,63 386,63C223,63 128,168 128,334C128,511 233,612 391,612C447,612 494,600 526,584l22,71C525,667 471,685 388,685C179,685 36,543 36,331C36,109 178,-11 368,-11C450,-11 515,5 546,21z"/>
+<glyph unicode="D" horiz-adv-x="666" d="M75,2C120,-4 171,-6 234,-6C365,-6 469,28 533,91C595,153 630,243 630,353C630,462 595,541 534,596C475,651 386,679 261,679C192,679 129,673 75,665M163,601C186,606 220,610 265,610C449,610 539,511 538,350C538,168 437,63 251,64C217,64 185,64 163,68z"/>
+<glyph unicode="E" horiz-adv-x="492" d="M424,388l-261,0l0,213l277,0l0,73l-365,0l0,-674l380,0l0,73l-292,0l0,243l261,0z"/>
+<glyph unicode="G" horiz-adv-x="646" d="M590,354l-222,0l0,-70l136,0l0,-201C484,73 445,65 388,65C230,65 128,166 128,337C128,506 235,608 399,608C467,608 512,596 548,579l22,71C541,664 479,681 401,681C175,681 36,534 36,333C36,228 72,138 130,82C196,19 280,-7 382,-7C473,-7 551,15 590,30z"/>
+<glyph unicode="H" horiz-adv-x="652" d="M75,674l0,-674l88,0l0,316l326,0l0,-316l88,0l0,674l-88,0l0,-282l-326,0l0,282z"/>
+<glyph unicode="I" horiz-adv-x="239" d="M75,674l0,-674l88,0l0,674z"/>
+<glyph unicode="K" horiz-adv-x="542" d="M76,0l87,0l0,257l65,74l221,-331l103,0l-263,388l244,286l-108,0l-206,-253C202,399 184,375 166,349l-3,0l0,325l-87,0z"/>
+<glyph unicode="L" horiz-adv-x="472" d="M75,0l376,0l0,73l-288,0l0,601l-88,0z"/>
+<glyph unicode="M" horiz-adv-x="804" d="M660,0l86,0l-42,674l-111,0l-120,-326C443,263 419,189 401,121l-2,0C381,191 359,265 331,348l-115,326l-111,0l-47,-674l83,0l18,289C165,391 170,503 172,587l2,0C193,507 219,421 251,325l110,-321l66,0l119,327C580,424 607,509 631,587l2,0C633,504 639,390 644,296z"/>
+<glyph unicode="N" horiz-adv-x="658" d="M158,0l0,288C158,400 157,481 152,566l3,1C188,494 233,417 280,342l214,-342l88,0l0,674l-82,0l0,-283C500,287 502,205 510,115l-3,-1C476,184 436,254 387,333l-215,341l-96,0l0,-674z"/>
+<glyph unicode="O" horiz-adv-x="689" d="M340,-11C511,-11 652,113 652,344C652,544 533,685 348,685C168,685 36,545 36,331C36,127 160,-11 339,-11M342,60C205,60 127,191 127,333C127,479 199,614 344,614C489,614 559,474 559,340C559,187 481,60 343,60z"/>
+<glyph unicode="&#xD8;" horiz-adv-x="689" d="M112,-43l63,86C223,8 282,-11 345,-11C507,-11 652,108 652,343C652,442 621,530 565,591l62,86l-53,36l-59,-81C467,667 409,685 347,685C170,685 36,546 36,333C36,232 69,144 125,83l-62,-87M176,158l-2,-1C144,208 125,263 125,337C125,479 199,615 345,615C396,615 438,597 472,568M513,515l3,0C551,457 563,397 563,340C563,188 484,59 344,59C289,59 251,76 218,107z"/>
+<glyph unicode="P" horiz-adv-x="532" d="M76,0l87,0l0,270C183,265 207,264 233,264C318,264 393,289 439,338C474,373 492,421 492,482C492,542 469,591 432,623C392,659 329,679 243,679C173,679 118,673 76,665M163,603C178,606 207,610 245,610C341,610 404,567 404,477C404,386 341,334 235,334C207,334 182,336 163,341z"/>
+<glyph unicode="R" horiz-adv-x="538" d="M76,0l87,0l0,292l82,0C324,289 361,254 381,161C399,77 414,19 425,0l90,0C502,26 486,91 464,185C447,255 416,303 365,321l0,3C435,348 492,407 492,495C492,548 472,594 439,623C397,661 336,679 243,679C184,679 120,673 76,664M163,603C178,607 207,611 249,611C341,611 404,573 404,486C404,409 345,358 252,358l-89,0z"/>
+<glyph unicode="S" horiz-adv-x="493" d="M42,33C78,9 149,-11 214,-11C373,-11 449,80 449,184C449,283 392,337 278,382C185,418 144,449 144,512C144,558 179,613 271,613C332,613 377,594 398,581l24,71C393,669 342,685 274,685C143,685 56,607 56,502C56,408 124,350 234,310C325,276 361,239 361,177C361,108 309,62 220,62C160,62 104,81 65,106z"/>
+<glyph unicode="T" horiz-adv-x="497" d="M204,0l88,0l0,600l206,0l0,74l-499,0l0,-74l205,0z"/>
+<glyph unicode="U" horiz-adv-x="647" d="M75,674l0,-397C75,67 179,-11 317,-11C463,-11 572,73 572,280l0,394l-88,0l0,-400C484,126 419,60 320,60C230,60 163,124 163,274l0,400z"/>
+<glyph unicode="Z" horiz-adv-x="553" d="M30,0l492,0l0,73l-377,0l0,3l372,545l0,53l-455,0l0,-73l342,0l0,-3l-374,-547z"/>
+<glyph unicode="[" horiz-adv-x="284" d="M264,-112l0,55l-114,0l0,687l114,0l0,55l-183,0l0,-797z"/>
+<glyph unicode="]" horiz-adv-x="284" d="M20,685l0,-55l114,0l0,-687l-114,0l0,-55l183,0l0,797z"/>
+<glyph unicode="," horiz-adv-x="207" d="M78,-117C106,-70 150,41 174,126l-98,-10C65,43 38,-64 16,-124z"/>
+<glyph unicode="&#xB0;" horiz-adv-x="318" d="M162,685C88,685 29,627 29,551C29,481 82,422 160,422C229,422 294,475 294,555C294,623 245,685 163,685M162,638C219,638 241,591 241,554C241,505 208,469 162,469C117,469 84,505 84,551C84,593 110,638 161,638z"/>
+<glyph unicode="8" horiz-adv-x="513" d="M262,661C148,661 61,591 61,488C61,432 92,376 165,342l0,-3C86,305 37,246 37,164C37,69 119,-11 255,-11C379,-11 476,64 476,178C476,256 426,314 345,346l0,3C425,386 453,446 453,501C453,583 389,661 263,661M257,53C175,53 125,111 128,176C128,238 169,289 245,311C333,286 388,247 388,169C388,102 337,53 258,53M261,598C339,598 370,544 370,492C370,433 327,393 271,374C196,394 146,429 147,494C147,550 187,598 260,598z"/>
+<glyph unicode="5" horiz-adv-x="513" d="M433,650l-311,0l-42,-310C104,344 133,347 171,347C300,347 357,288 357,202C358,114 286,60 204,60C144,60 91,80 64,96l-22,-67C74,9 133,-11 204,-11C345,-11 446,84 446,211C446,295 404,352 353,380C313,404 264,415 213,415C189,415 175,413 160,411l25,165l248,0z"/>
+<glyph unicode="4" horiz-adv-x="513" d="M400,0l0,177l91,0l0,68l-91,0l0,405l-95,0l-290,-416l0,-57l302,0l0,-177M104,245l0,2l159,221C281,499 297,527 317,565l3,0C318,531 317,497 317,463l0,-218z"/>
+<glyph unicode="-" horiz-adv-x="307" d="M30,302l0,-64l247,0l0,64z"/>
+<glyph unicode="9" horiz-adv-x="513" d="M96,-11C116,-12 145,-10 177,-6C247,2 316,33 366,81C430,144 478,244 478,387C478,554 396,661 263,661C130,661 40,553 40,431C40,319 115,231 232,231C298,231 350,257 386,301l3,0C377,224 346,167 303,128C266,92 218,71 167,65C137,61 115,60 96,61M256,594C348,594 390,510 389,398C389,384 386,374 382,366C358,327 312,298 253,298C177,298 128,355 128,436C128,528 181,594 255,594z"/>
+<glyph unicode="1" horiz-adv-x="513" d="M236,0l85,0l0,650l-75,0l-142,-76l17,-67l113,61l2,0z"/>
+<glyph unicode="." horiz-adv-x="207" d="M111,-11C147,-11 171,16 171,52C171,89 147,115 112,115C77,115 52,88 52,52C52,16 76,-11 110,-11z"/>
+<glyph unicode="&quot;" horiz-adv-x="337" d="M51,692l16,-240l54,0l16,240M200,692l16,-240l54,0l16,240z"/>
+<glyph unicode="7" horiz-adv-x="513" d="M57,650l0,-73l318,0l0,-2l-281,-575l90,0l283,592l0,58z"/>
+<glyph unicode="6" horiz-adv-x="513" d="M416,661C400,661 378,660 352,656C270,646 198,613 144,560C79,495 34,394 34,266C34,97 125,-11 263,-11C399,-11 480,99 480,219C480,345 399,429 284,429C212,429 157,395 126,353l-2,0C139,461 211,562 350,584C375,588 398,590 416,589M264,57C172,57 122,137 121,244C121,260 125,272 130,282C154,330 204,362 257,362C338,362 391,306 391,213C391,120 340,57 265,57z"/>
+<glyph unicode="/" horiz-adv-x="343" d="M66,-40l280,725l-69,0l-278,-725z"/>
+<glyph unicode=" " horiz-adv-x="212"/>
+<glyph unicode="3" horiz-adv-x="513" d="M42,33C74,12 138,-11 211,-11C366,-11 448,80 448,184C448,275 383,335 303,350l0,2C382,381 423,438 423,506C423,585 365,661 237,661C167,661 101,636 66,611l24,-64C118,567 168,590 220,590C301,590 334,544 334,492C334,415 253,382 189,382l-49,0l0,-66l49,0C274,316 356,277 357,186C358,131 322,60 210,60C148,60 91,85 66,100z"/>
+<glyph unicode="2" horiz-adv-x="513" d="M460,0l0,73l-291,0l0,2l51,48C357,255 444,352 444,472C444,565 385,661 246,661C171,661 106,632 62,595l28,-62C120,558 169,588 228,588C325,588 356,527 356,461C356,363 280,279 114,121l-69,-67l0,-54z"/>
+<glyph unicode="0" horiz-adv-x="513" d="M253,-11C395,-11 478,111 478,332C478,539 399,661 263,661C131,661 36,542 36,323C38,108 125,-11 252,-11M255,57C174,57 122,159 124,328C124,491 176,593 256,593C348,593 388,488 388,328C388,162 345,57 256,57z"/>
+</font>
+
+ <g id="FORT">
+ <text transform="matrix(1 0 0 1 460.7554 404.6387)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="7.6072">COMPRESSOR 1 CYLINDER</text>
+ <text transform="matrix(1 0 0 1 537.3921 419.3027)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="11.065">8501031</text>
+ <text transform="matrix(1 0 0 1 592.2651 418.3115)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="8.2987">E</text>
+ <text transform="matrix(1 0 0 1 427.7573 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">W</text>
+ <text transform="matrix(1 0 0 1 434.2847 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">I</text>
+ <text transform="matrix(1 0 0 1 436.2056 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">T</text>
+ <text transform="matrix(1 0 0 1 440.4302 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">H</text>
+ <text transform="matrix(1 0 0 1 445.4243 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">O</text>
+ <text transform="matrix(1 0 0 1 450.8042 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">U</text>
+ <text transform="matrix(1 0 0 1 455.7983 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">T</text>
+ <text transform="matrix(1 0 0 1 459.897 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156"> </text>
+ <text transform="matrix(1 0 0 1 461.8188 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">O</text>
+ <text transform="matrix(1 0 0 1 467.1978 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">I</text>
+ <text transform="matrix(1 0 0 1 469.1196 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">L</text>
+ <text transform="matrix(1 0 0 1 472.7085 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156"> </text>
+ <text transform="matrix(1 0 0 1 474.6304 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">E</text>
+ <text transform="matrix(1 0 0 1 479.2427 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">Q</text>
+ <text transform="matrix(1 0 0 1 484.6216 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">U</text>
+ <text transform="matrix(1 0 0 1 489.6157 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">A</text>
+ <text transform="matrix(1 0 0 1 494.229 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">L</text>
+ <text transform="matrix(1 0 0 1 498.0747 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">I</text>
+ <text transform="matrix(1 0 0 1 499.9966 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">S</text>
+ <text transform="matrix(1 0 0 1 504.6089 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">A</text>
+ <text transform="matrix(1 0 0 1 508.7085 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">T</text>
+ <text transform="matrix(1 0 0 1 512.9331 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">I</text>
+ <text transform="matrix(1 0 0 1 514.854 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">O</text>
+ <text transform="matrix(1 0 0 1 520.2329 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">N</text>
+</g>
+<g id="XSEC_x5F_DATUMS">
+</g>
+<g id="SURFACES">
+</g>
+<g id="SFIN">
+</g>
+<g id="REPERES">
+</g>
+<g id="POINTS">
+</g>
+<g id="PLANS">
+</g>
+<g id="PARAMETER_x5F_DIM">
+</g>
+<g id="NOTES">
+</g>
+<g id="NOTE">
+</g>
+<g id="GTOL">
+</g>
+<g id="DRIVEN_x5F_DIM">
+</g>
+<g id="DRAFT_x5F_GEOM">
+</g>
+<g id="DIM">
+ <g>
+
+ <text transform="matrix(1 0 0 1 19.4658 209.8252)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">25</text>
+
+ <text transform="matrix(1 0 0 1 23.5825 215.9995)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">.98</text>
+
+ <text transform="matrix(1 0 0 1 19.4658 215.9995)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 35.9312 215.9995)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="83.6" y1="202.1" x2="45.8" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.3" y1="189.3" x2="45.8" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="202.1" x2="45.9" y2="195.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="195.7" x2="45.9" y2="207.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="207.8" x2="42.1" y2="207.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="189.3" x2="45.9" y2="195.7"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="202.1" x2="46.5" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="46.5" y1="199.1" x2="45.3" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.3" y1="199.1" x2="45.9" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="199.1" x2="45.9" y2="202.1"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="189.3" x2="45.3" y2="192.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.3" y1="192.4" x2="46.5" y2="192.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="46.5" y1="192.4" x2="45.9" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="192.4" x2="45.9" y2="189.3"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 33.0972 164.7417)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">98</text>
+
+ <text transform="matrix(1 0 0 1 37.2134 170.916)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">3.85</text>
+
+ <text transform="matrix(1 0 0 1 33.0972 170.916)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 53.6792 170.916)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.3" y1="189.3" x2="45.3" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.3" y1="138.9" x2="45.3" y2="138.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.4" y1="189.3" x2="45.4" y2="173"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.4" y1="138.9" x2="45.4" y2="158.6"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.4" y1="189.3" x2="46.1" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="46.1" y1="186.2" x2="44.8" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="44.8" y1="186.2" x2="45.4" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.4" y1="186.2" x2="45.4" y2="189.3"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.4" y1="138.9" x2="44.8" y2="142"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="44.8" y1="142" x2="46.1" y2="142"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="46.1" y1="142" x2="45.4" y2="138.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.4" y1="142" x2="45.4" y2="138.9"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 367.0718 186.4429)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">68</text>
+
+ <text transform="matrix(1 0 0 1 371.188 192.6177)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">2.67</text>
+
+ <text transform="matrix(1 0 0 1 367.0718 192.6177)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 387.6538 192.6177)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="392.4" y1="167.2" x2="379.3" y2="167.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="202.1" x2="379.3" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="379.4" y1="167.2" x2="379.4" y2="180.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="379.4" y1="202.1" x2="379.4" y2="194.7"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="379.4" y1="167.2" x2="378.8" y2="170.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="378.8" y1="170.3" x2="380" y2="170.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="380" y1="170.3" x2="379.4" y2="167.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="379.4" y1="170.3" x2="379.4" y2="167.2"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="379.4" y1="202.1" x2="380" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="380" y1="199.1" x2="378.8" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="378.8" y1="199.1" x2="379.4" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="379.4" y1="199.1" x2="379.4" y2="202.1"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 101.7915 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">109</text>
+
+ <text transform="matrix(1 0 0 1 122.3735 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">4.29</text>
+
+ <text transform="matrix(1 0 0 1 118.2573 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 138.8394 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.4" y1="276.2" x2="91.4" y2="268"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.4" y1="261.9" x2="91.4" y2="231.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="247.4" x2="147.5" y2="231.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.4" y1="231.6" x2="99.7" y2="231.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="231.6" x2="145" y2="231.6"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.4" y1="231.6" x2="94.5" y2="232.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="94.5" y1="232.2" x2="94.5" y2="230.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="94.5" y1="230.9" x2="91.4" y2="231.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="94.5" y1="231.6" x2="91.4" y2="231.6"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="231.6" x2="144.5" y2="230.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="230.9" x2="144.5" y2="232.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="232.2" x2="147.5" y2="231.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="231.6" x2="147.5" y2="231.6"/>
+ </g>
+ </g>
+</g>
+<g id="COURBES">
+</g>
+<g id="COSM_x5F_SKETCH">
+</g>
+<g id="COSMETIQUES">
+</g>
+<g id="COSM">
+</g>
+<g id="AXES">
+</g>
+<g id="_x30_7_x5F__x5F_ASM_x5F_ALL_x5F_SKELETONS">
+</g>
+<g id="_x30_6_x5F__x5F__x5F_PRT_x5F_ALL_x5F_SURFS">
+</g>
+<g id="_x30_6_x5F__x5F_ASM_x5F_ALL_x5F_SURFS">
+</g>
+<g id="_x30_6_x5F_ALL_x5F_SURFS">
+</g>
+<g id="_x30_5_x5F__x5F__x5F_PRT_x5F_DEF_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F__x5F__x5F_PRT_x5F_ALL_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F__x5F_ASM_x5F_DEF_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F__x5F_ASM_x5F_ALL_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F_ALL_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_4_x5F__x5F__x5F_PRT_x5F_ALL_x5F_DTM_x5F_PNT">
+</g>
+<g id="_x30_4_x5F__x5F_ASM_x5F_ALL_x5F_DTM_x5F_PNT">
+</g>
+<g id="_x30_4_x5F_ALL_x5F_DTM_x5F_PNT">
+</g>
+<g id="_x30_3_x5F__x5F__x5F_PRT_x5F_ALL_x5F_CURVES">
+</g>
+<g id="_x30_3_x5F__x5F_ASM_x5F_ALL_x5F_CURVES">
+</g>
+<g id="_x30_3_x5F_ALL_x5F_CURVES">
+</g>
+<g id="_x30_2_x5F__x5F__x5F_PRT_x5F_ALL_x5F_AXES">
+</g>
+<g id="_x30_2_x5F__x5F_ASM_x5F_ALL_x5F_AXES">
+</g>
+<g id="_x30_2_x5F_ALL_x5F_AXES">
+</g>
+<g id="_x30_1_x5F__x5F__x5F_PRT_x5F_DEF_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F__x5F__x5F_PRT_x5F_ALL_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F__x5F_ASM_x5F_DEF_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F__x5F_ASM_x5F_ALL_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F_ALL_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x5F_BLACK_x5F_HOLE">
+</g>
+<g id="DEFAULT_x5F_3">
+</g>
+<g id="DEFAULT_x5F_2">
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="109.3" y1="367.1" x2="99.1" y2="354.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="117.5" y1="344.4" x2="122.8" y2="350.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="102.1" y1="354.5" x2="114.4" y2="344.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="98.3" y1="355.6" x2="99.1" y2="354.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="100.1" y1="356.2" x2="102.1" y2="354.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="108.2" y1="365.8" x2="110.2" y2="364.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="108.5" y1="367.8" x2="109.3" y2="367.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="110.2" y1="364.2" x2="122.5" y2="353.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" d="
+ M122.5,353.8c0.9-0.8,1-2.1,0.3-3c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" d="
+ M117.5,344.4c-0.8-0.9-2.1-1-3-0.3c0,0,0,0,0,0"/>
+</g>
+<g id="DEFAULT_x5F_1">
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="392.4" y1="167.2" x2="411" y2="167.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="415.1" y1="167.2" x2="418" y2="167.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="427.6" y1="205.1" x2="427.6" y2="188.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="442.8" y1="205.2" x2="442.8" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="433.7" y1="92.8" x2="444.3" y2="92.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="445.8" y1="92.8" x2="447.2" y2="92.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="395.2" y1="67" x2="411" y2="67"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="415" y1="67" x2="421" y2="67"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="525.9" y1="208.4" x2="525.9" y2="187.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="81.3" y1="183.4" x2="81.3" y2="186.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="81.3" y1="168.1" x2="81.3" y2="165.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="81.3" y1="183.4" x2="81.3" y2="186.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="81.3" y1="168.1" x2="81.3" y2="165.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="73.7" y1="175.7" x2="70.8" y2="175.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="89" y1="175.7" x2="91.9" y2="175.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="91.4" y1="207.6" x2="91.4" y2="187.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="147.5" y1="204.1" x2="147.5" y2="26.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="156.4" y1="205.2" x2="156.4" y2="187.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="85" y1="92.8" x2="73.7" y2="92.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="89.1" y1="92.8" x2="101.1" y2="92.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="208.3" y1="205.7" x2="208.3" y2="185.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="148.7" y1="387.9" x2="143" y2="387.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="164" y1="387.9" x2="169.7" y2="387.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="91.4" y1="297.2" x2="91.4" y2="302.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="91.4" y1="281.9" x2="91.4" y2="276.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="147.5" y1="332.3" x2="147.5" y2="406.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="147.5" y1="317" x2="147.5" y2="260.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="139.9" y1="324.6" x2="63.9" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="155.2" y1="324.6" x2="209.6" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="79.2" y1="299.7" x2="96.2" y2="305.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="117.1" y1="281.2" x2="101.6" y2="259.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="156.4" y1="395.5" x2="156.4" y2="401.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="156.4" y1="380.3" x2="156.4" y2="374.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="200.6" y1="304.8" x2="195" y2="304.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="215.9" y1="304.8" x2="221.6" y2="304.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="83.8" y1="289.6" x2="78.1" y2="289.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="99.1" y1="289.6" x2="104.7" y2="289.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="208.3" y1="312.4" x2="208.3" y2="318.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="208.3" y1="297.2" x2="208.3" y2="291.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="432" y1="303.9" x2="432" y2="242.2"/>
+</g>
+<g id="_x30_">
+ <g>
+
+ <text transform="matrix(1 0 0 1 378.1948 302.6934)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">15</text>
+
+ <text transform="matrix(1 0 0 1 382.311 308.8672)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">.60</text>
+
+ <text transform="matrix(1 0 0 1 378.1948 308.8672)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 394.6606 308.8672)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="274.9" x2="403.9" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.3" y1="290.5" x2="403.9" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="274.9" x2="404.1" y2="282.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="290.5" x2="404.1" y2="282.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="282.7" x2="404.1" y2="300.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="300.6" x2="400.8" y2="300.6"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="274.9" x2="403.4" y2="277.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.4" y1="277.9" x2="404.7" y2="277.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.7" y1="277.9" x2="404.1" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="277.9" x2="404.1" y2="274.9"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="290.5" x2="404.7" y2="287.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.7" y1="287.5" x2="403.4" y2="287.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.4" y1="287.5" x2="404.1" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="287.5" x2="404.1" y2="290.5"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 357.4907 278.2354)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">23</text>
+
+ <text transform="matrix(1 0 0 1 361.6079 284.4092)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">.90</text>
+
+ <text transform="matrix(1 0 0 1 357.4907 284.4092)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 373.9565 284.4092)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="420.6" y1="267" x2="367.7" y2="267"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="416.4" y1="290.5" x2="367.7" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.8" y1="267" x2="367.8" y2="272.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.8" y1="290.5" x2="367.8" y2="286.5"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.8" y1="267" x2="367.2" y2="270.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.2" y1="270.1" x2="368.4" y2="270.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="368.4" y1="270.1" x2="367.8" y2="267"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.8" y1="270.1" x2="367.8" y2="267"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.8" y1="290.5" x2="368.4" y2="287.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="368.4" y1="287.5" x2="367.2" y2="287.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.2" y1="287.5" x2="367.8" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.8" y1="287.5" x2="367.8" y2="290.5"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 107.8442 405.0566)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">17</text>
+
+ <text transform="matrix(1 0 0 1 124.3101 405.0566)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">.67</text>
+
+ <text transform="matrix(1 0 0 1 120.1938 405.0566)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 136.6592 405.0566)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="406.4" x2="147.5" y2="402.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="156.4" y1="388" x2="156.4" y2="403.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="403" x2="142.8" y2="403"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="156.4" y1="403" x2="156.9" y2="403"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="403" x2="144.5" y2="402.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="402.4" x2="144.5" y2="403.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="403.6" x2="147.5" y2="403"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="403" x2="147.5" y2="403"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="156.4" y1="403" x2="159.4" y2="403.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="159.4" y1="403.6" x2="159.4" y2="402.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="159.4" y1="402.4" x2="156.4" y2="403"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="159.4" y1="403" x2="156.4" y2="403"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 246.1748 284.4883)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">39</text>
+
+ <text transform="matrix(1 0 0 1 250.2915 290.6631)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">1.52</text>
+
+ <text transform="matrix(1 0 0 1 246.1748 290.6631)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 266.7573 290.6631)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="209.6" y1="324.6" x2="238.5" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.3" y1="304.8" x2="238.5" y2="304.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="324.6" x2="238.3" y2="314.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="304.8" x2="238.3" y2="314.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="314.7" x2="238.3" y2="282.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="282.4" x2="244.1" y2="282.4"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="324.6" x2="238.9" y2="321.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.9" y1="321.5" x2="237.7" y2="321.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="237.7" y1="321.5" x2="238.3" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="321.5" x2="238.3" y2="324.6"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="304.8" x2="237.7" y2="307.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="237.7" y1="307.9" x2="238.9" y2="307.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.9" y1="307.9" x2="238.3" y2="304.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="307.9" x2="238.3" y2="304.8"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 158.6978 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">118</text>
+
+ <text transform="matrix(1 0 0 1 179.2798 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">4.65</text>
+
+ <text transform="matrix(1 0 0 1 175.1636 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 195.7456 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="237" x2="147.5" y2="231.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.3" y1="304.7" x2="208.3" y2="231.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="231.6" x2="156.6" y2="231.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.3" y1="231.6" x2="201.9" y2="231.6"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="231.6" x2="150.6" y2="232.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.6" y1="232.2" x2="150.6" y2="230.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.6" y1="230.9" x2="147.5" y2="231.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.6" y1="231.6" x2="147.5" y2="231.6"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.3" y1="231.6" x2="205.2" y2="230.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.2" y1="230.9" x2="205.2" y2="232.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.2" y1="232.2" x2="208.3" y2="231.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.2" y1="231.6" x2="208.3" y2="231.6"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 225.8833 347.6924)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">123</text>
+
+ <text transform="matrix(1 0 0 1 229.9995 353.8672)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">4.84</text>
+
+ <text transform="matrix(1 0 0 1 225.8833 353.8672)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 246.4653 353.8672)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="237.6" y1="324.6" x2="238.4" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="164.3" y1="387.9" x2="238.4" y2="387.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.2" y1="324.6" x2="238.2" y2="341.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.2" y1="387.9" x2="238.2" y2="355.9"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.2" y1="324.6" x2="237.6" y2="327.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="237.6" y1="327.7" x2="238.9" y2="327.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.9" y1="327.7" x2="238.2" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.2" y1="327.7" x2="238.2" y2="324.6"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.2" y1="387.9" x2="238.9" y2="384.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.9" y1="384.8" x2="237.6" y2="384.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="237.6" y1="384.8" x2="238.2" y2="387.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.2" y1="384.8" x2="238.2" y2="387.9"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 21.3633 307.4688)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">68</text>
+
+ <text transform="matrix(1 0 0 1 25.48 313.6436)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">2.68</text>
+
+ <text transform="matrix(1 0 0 1 21.3633 313.6436)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 41.9453 313.6436)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="63.8" y1="324.6" x2="33.6" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.4" y1="289.6" x2="33.6" y2="289.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.7" y1="324.6" x2="33.7" y2="315.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.7" y1="289.6" x2="33.7" y2="301.3"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.7" y1="324.6" x2="34.3" y2="321.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="34.3" y1="321.5" x2="33.1" y2="321.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.1" y1="321.5" x2="33.7" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.7" y1="321.5" x2="33.7" y2="324.6"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.7" y1="289.6" x2="33.1" y2="292.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.1" y1="292.6" x2="34.3" y2="292.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="34.3" y1="292.6" x2="33.7" y2="289.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.7" y1="292.6" x2="33.7" y2="289.6"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(0.8505 -0.2585 0.2908 0.9568 118.6406 248.3955)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">35°</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="249" x2="147.5" y2="247.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="111.2" y1="272.7" x2="103.2" y2="261.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M147.5,247.4c-7.9,0-15.7,1.2-23.2,3.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M124.3,251c-7.5,2.4-14.6,5.9-21.1,10.4"/>
+
+ <polygon fill-rule="evenodd" fill="#FFFF00" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 147.5,247.4 144.5,248.1 144.4,246.8 "/>
+
+ <polygon fill-rule="evenodd" fill="#FFFF00" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 103.3,261.4 105.5,259.1 106.2,260.2 "/>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 544.4185 120.3369)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">263</text>
+
+ <text transform="matrix(1 0 0 1 548.5356 126.5112)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">10.34</text>
+
+ <text transform="matrix(1 0 0 1 544.4185 126.5112)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 569.1177 126.5112)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="410.8" y1="67" x2="559" y2="67"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="533.7" y1="202.1" x2="559" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.8" y1="67" x2="558.8" y2="114.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.8" y1="202.1" x2="558.8" y2="128.6"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.8" y1="67" x2="558.2" y2="70.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.2" y1="70.1" x2="559.4" y2="70.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="559.4" y1="70.1" x2="558.8" y2="67"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.8" y1="70.1" x2="558.8" y2="67"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.8" y1="202.1" x2="559.4" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="559.4" y1="199.1" x2="558.2" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.2" y1="199.1" x2="558.8" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.8" y1="199.1" x2="558.8" y2="202.1"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 451.0239 213.8906)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">82</text>
+
+ <text transform="matrix(1 0 0 1 455.1401 220.0654)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">3.22</text>
+
+ <text transform="matrix(1 0 0 1 451.0239 220.0654)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 471.606 220.0654)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.7" y1="170.9" x2="483.7" y2="212"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="182.7" x2="441.6" y2="212"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.7" y1="211.8" x2="477.8" y2="211.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="211.8" x2="449" y2="211.8"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.7" y1="211.8" x2="480.6" y2="211.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.6" y1="211.2" x2="480.6" y2="212.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.6" y1="212.5" x2="483.7" y2="211.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.6" y1="211.8" x2="483.7" y2="211.8"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="211.8" x2="444.7" y2="212.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.7" y1="212.5" x2="444.7" y2="211.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.7" y1="211.2" x2="441.6" y2="211.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.7" y1="211.8" x2="441.6" y2="211.8"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 22.4673 261.6836)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">SUCTION </text>
+
+ <text transform="matrix(1 0 0 1 14.2349 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">D</text>
+
+ <text transform="matrix(1 0 0 1 17.9194 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">I</text>
+
+ <text transform="matrix(1 0 0 1 19.2417 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">S</text>
+
+ <text transform="matrix(1 0 0 1 21.9692 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 25.1777 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">H</text>
+
+ <text transform="matrix(1 0 0 1 28.7852 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 32.1709 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <text transform="matrix(1 0 0 1 35.1641 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">G</text>
+
+ <text transform="matrix(1 0 0 1 38.7378 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">E</text>
+
+ <text transform="matrix(1 0 0 1 41.46 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325"> </text>
+
+ <text transform="matrix(1 0 0 1 55.3989 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">142</text>
+
+ <text transform="matrix(1 0 0 1 59.5151 280.208)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">5.59</text>
+
+ <text transform="matrix(1 0 0 1 55.3989 280.208)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 75.981 280.208)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <text transform="matrix(1 0 0 1 55.3989 261.6836)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">142</text>
+
+ <text transform="matrix(1 0 0 1 59.5151 267.8584)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">5.60</text>
+
+ <text transform="matrix(1 0 0 1 55.3989 267.8584)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 75.981 267.8584)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="103.4" y1="266.2" x2="95.6" y2="271.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="324.7" x2="137.5" y2="331.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="95.7" y1="271.7" x2="116.7" y2="301.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="116.7" y1="301.6" x2="87.3" y2="259.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="87.3" y1="259.6" x2="82.2" y2="259.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="137.6" y1="331.6" x2="116.7" y2="301.6"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="95.7" y1="271.7" x2="96.9" y2="274.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="96.9" y1="274.5" x2="98" y2="273.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="98" y1="273.8" x2="95.7" y2="271.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="97.5" y1="274.2" x2="95.7" y2="271.7"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="137.6" y1="331.6" x2="136.4" y2="328.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="136.4" y1="328.7" x2="135.4" y2="329.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="135.4" y1="329.4" x2="137.6" y2="331.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="135.9" y1="329" x2="137.6" y2="331.6"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1.3333 0 0 1 128.6211 21.8623)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">Ø</text>
+
+ <text transform="matrix(1 0 0 1 134.1094 21.8623)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">224</text>
+
+ <text transform="matrix(1 0 0 1 154.6919 21.8623)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">8.83</text>
+
+ <text transform="matrix(1 0 0 1 150.5747 21.8623)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 171.1577 21.8623)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.3" y1="58.9" x2="205.3" y2="19.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="58.9" x2="89.8" y2="19.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.3" y1="19.8" x2="177.3" y2="19.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="19.8" x2="126.6" y2="19.8"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.3" y1="19.8" x2="202.2" y2="19.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="202.2" y1="19.2" x2="202.2" y2="20.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="202.2" y1="20.4" x2="205.3" y2="19.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="202.2" y1="19.8" x2="205.3" y2="19.8"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="19.8" x2="92.9" y2="20.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.9" y1="20.4" x2="92.9" y2="19.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.9" y1="19.2" x2="89.8" y2="19.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.9" y1="19.8" x2="89.8" y2="19.8"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 234.0332 121.9512)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">333</text>
+
+ <text transform="matrix(1 0 0 1 238.1499 128.126)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">13.12</text>
+
+ <text transform="matrix(1 0 0 1 234.0332 128.126)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 258.7319 128.126)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="216.1" y1="202.1" x2="248.6" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.6" y1="30.7" x2="202.9" y2="30.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.1" y1="30.7" x2="248.6" y2="30.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="248.4" y1="202.1" x2="248.4" y2="130.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="248.4" y1="30.7" x2="248.4" y2="115.8"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="248.4" y1="202.1" x2="249.1" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="249.1" y1="199.1" x2="247.8" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="247.8" y1="199.1" x2="248.4" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="248.4" y1="199.1" x2="248.4" y2="202.1"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="248.4" y1="30.7" x2="247.8" y2="33.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="247.8" y1="33.8" x2="249.1" y2="33.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="249.1" y1="33.8" x2="248.4" y2="30.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="248.4" y1="33.8" x2="248.4" y2="30.7"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1.3333 0 0 1 457.1997 314.0322)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">Ø</text>
+
+ <text transform="matrix(1 0 0 1 462.689 314.0322)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">31,75</text>
+
+ <text transform="matrix(1 0 0 1 466.8052 320.207)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">1.25</text>
+
+ <text transform="matrix(1 0 0 1 462.689 320.207)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 483.271 320.207)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="289.8" x2="415.7" y2="312.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.4" y1="289.8" x2="448.4" y2="312.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="312" x2="432" y2="312"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.4" y1="312" x2="432" y2="312"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="432" y1="312" x2="455.1" y2="312"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="312" x2="418.8" y2="312.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="418.8" y1="312.6" x2="418.8" y2="311.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="418.8" y1="311.4" x2="415.7" y2="312"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="418.8" y1="312" x2="415.7" y2="312"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.4" y1="312" x2="445.3" y2="311.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="445.3" y1="311.4" x2="445.3" y2="312.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="445.3" y1="312.6" x2="448.4" y2="312"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="445.3" y1="312" x2="448.4" y2="312"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 84.5313 415.2969)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">159</text>
+
+ <text transform="matrix(1 0 0 1 105.1133 415.2969)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">6.26</text>
+
+ <text transform="matrix(1 0 0 1 100.9966 415.2969)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 121.5791 415.2969)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="406.5" x2="147.5" y2="413.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.5" y1="330.5" x2="65.5" y2="413.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="413.2" x2="127.8" y2="413.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.5" y1="413.2" x2="82.5" y2="413.2"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="413.2" x2="144.5" y2="412.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="412.6" x2="144.5" y2="413.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="413.9" x2="147.5" y2="413.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="413.2" x2="147.5" y2="413.2"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.5" y1="413.2" x2="68.6" y2="413.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="68.6" y1="413.9" x2="68.6" y2="412.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="68.6" y1="412.6" x2="65.5" y2="413.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="68.6" y1="413.2" x2="65.5" y2="413.2"/>
+ </g>
+ </g>
+
+ <text transform="matrix(1 0 0 1 284.5283 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">C</text>
+
+ <text transform="matrix(1 0 0 1 288.3735 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">O</text>
+
+ <text transform="matrix(1 0 0 1 293.1382 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">M</text>
+
+ <text transform="matrix(1 0 0 1 298.6982 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">P</text>
+
+ <text transform="matrix(1 0 0 1 302.3774 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">R</text>
+
+ <text transform="matrix(1 0 0 1 306.0977 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">E</text>
+
+ <text transform="matrix(1 0 0 1 309.5005 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">S</text>
+
+ <text transform="matrix(1 0 0 1 312.9097 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">S</text>
+
+ <text transform="matrix(1 0 0 1 316.3188 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">O</text>
+
+ <text transform="matrix(1 0 0 1 321.0835 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">R</text>
+
+ <text transform="matrix(1 0 0 1 324.8042 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">S</text>
+
+ <text transform="matrix(1 0 0 1 284.5283 360.2012)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">MT/MTZ 18-3/4</text>
+
+ <text transform="matrix(1 0 0 1 284.5283 367.9189)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">MT/MTZ 22-3/4/6</text>
+
+ <text transform="matrix(1 0 0 1 284.5283 375.6377)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">MT/MTZ 28-3/4/6</text>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 405,59.9 401.9,59.3 402.4,58.2 405,59.9 "/>
+
+ <text transform="matrix(1 0 0 1 301.2725 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">S</text>
+ <text transform="matrix(1 0 0 1 304 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">U</text>
+
+ <text transform="matrix(1 0 0 1 307.5796 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 310.7886 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">T</text>
+
+ <text transform="matrix(1 0 0 1 313.5376 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">I</text>
+
+ <text transform="matrix(1 0 0 1 314.8599 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">O</text>
+
+ <text transform="matrix(1 0 0 1 318.6724 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">N</text>
+
+ <text transform="matrix(1 0 0 1 322.312 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325"> </text>
+
+ <text transform="matrix(1 0 0 1 323.4849 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <text transform="matrix(1 0 0 1 326.478 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">O</text>
+
+ <text transform="matrix(1 0 0 1 330.1353 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">T</text>
+
+ <text transform="matrix(1 0 0 1 332.4692 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 335.856 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">L</text>
+
+ <text transform="matrix(1 0 0 1 338.2515 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">O</text>
+
+ <text transform="matrix(1 0 0 1 342.063 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 345.272 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">K</text>
+
+ <text transform="matrix(1 0 0 1 358.9028 55.3105)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">1&quot;</text>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 406.4,160.2 403.6,158.7 404.4,157.7 406.4,160.2 "/>
+
+ <text transform="matrix(1 0 0 1 293.292 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">D</text>
+
+ <text transform="matrix(1 0 0 1 296.9766 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">I</text>
+
+ <text transform="matrix(1 0 0 1 298.2988 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">S</text>
+
+ <text transform="matrix(1 0 0 1 301.0264 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 304.2349 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">H</text>
+
+ <text transform="matrix(1 0 0 1 307.8423 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 311.228 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <text transform="matrix(1 0 0 1 314.2212 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">G</text>
+
+ <text transform="matrix(1 0 0 1 317.7954 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">E</text>
+
+ <text transform="matrix(1 0 0 1 320.5171 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325"> </text>
+
+ <text transform="matrix(1 0 0 1 321.6899 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <text transform="matrix(1 0 0 1 324.6831 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">O</text>
+
+ <text transform="matrix(1 0 0 1 328.3394 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">T</text>
+
+ <text transform="matrix(1 0 0 1 330.6743 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 334.0601 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">L</text>
+
+ <text transform="matrix(1 0 0 1 336.4556 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">O</text>
+
+ <text transform="matrix(1 0 0 1 340.2681 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 343.4761 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">K</text>
+
+ <text transform="matrix(1 0 0 1 359.1548 141.4805)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">1&quot;</text>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 105.5,183.7 107.9,185.7 106.9,186.5 105.5,183.7 "/>
+
+ <text transform="matrix(1 0 0 1 131.1777 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">P</text>
+
+ <text transform="matrix(1 0 0 1 134.1211 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">T</text>
+
+ <text transform="matrix(1 0 0 1 136.7212 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 139.9302 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325"> </text>
+
+ <text transform="matrix(1 0 0 1 141.103 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 144.3115 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <text transform="matrix(1 0 0 1 147.3159 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 150.7017 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">N</text>
+
+ <text transform="matrix(1 0 0 1 154.3418 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">K</text>
+
+ <text transform="matrix(1 0 0 1 157.2188 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 160.4497 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 163.8354 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">S</text>
+
+ <text transform="matrix(1 0 0 1 166.563 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">E</text>
+
+ <text transform="matrix(1 0 0 1 169.2852 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325"> </text>
+
+ <text transform="matrix(1 0 0 1 170.458 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">H</text>
+
+ <text transform="matrix(1 0 0 1 174.0649 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">E</text>
+
+ <text transform="matrix(1 0 0 1 176.7871 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 179.7358 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">T</text>
+
+ <text transform="matrix(1 0 0 1 182.4854 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">E</text>
+
+ <text transform="matrix(1 0 0 1 185.2075 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 85.1,90 82,89.2 82.5,88.1 85.1,90 "/>
+
+ <text transform="matrix(1 0 0 1 26.8564 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">S</text>
+
+ <text transform="matrix(1 0 0 1 29.584 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 32.7925 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">H</text>
+
+ <text transform="matrix(1 0 0 1 36.3999 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <text transform="matrix(1 0 0 1 39.4038 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 42.7896 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">D</text>
+
+ <text transform="matrix(1 0 0 1 46.4741 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">E</text>
+
+ <text transform="matrix(1 0 0 1 49.1963 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <text transform="matrix(1 0 0 1 43.3223 88.8267)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">1/4&quot;</text>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 425.9,257.8 423.3,256 424.2,255.1 425.9,257.8 "/>
+
+ <text transform="matrix(1 0 0 1 361.8315 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">B</text>
+
+ <text transform="matrix(1 0 0 1 364.8306 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">O</text>
+
+ <text transform="matrix(1 0 0 1 368.6421 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">L</text>
+
+ <text transform="matrix(1 0 0 1 370.7554 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">T</text>
+
+ <text transform="matrix(1 0 0 1 373.5054 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325"> </text>
+
+ <text transform="matrix(1 0 0 1 374.6782 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">H</text>
+
+ <text transform="matrix(1 0 0 1 378.2847 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325"> </text>
+
+ <text transform="matrix(1 0 0 1 379.4575 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">M</text>
+
+ <text transform="matrix(1 0 0 1 383.9058 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">8</text>
+
+ <text transform="matrix(1 0 0 1 386.7437 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">-</text>
+
+ <text transform="matrix(1 0 0 1 388.4419 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">4</text>
+
+ <text transform="matrix(1 0 0 1 391.2808 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">0</text>
+
+ <text transform="matrix(1 0 0 1 463.5708 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">G</text>
+
+ <text transform="matrix(1 0 0 1 466.2515 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">R</text>
+
+ <text transform="matrix(1 0 0 1 468.4956 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">O</text>
+
+ <text transform="matrix(1 0 0 1 471.355 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">M</text>
+
+ <text transform="matrix(1 0 0 1 474.6909 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">M</text>
+
+ <text transform="matrix(1 0 0 1 478.0269 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">E</text>
+
+ <text transform="matrix(1 0 0 1 480.0688 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">T</text>
+
+ <text transform="matrix(1 0 0 1 482.1304 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494"> </text>
+
+ <text transform="matrix(1 0 0 1 483.0103 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">C</text>
+
+ <text transform="matrix(1 0 0 1 485.3169 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">O</text>
+
+ <text transform="matrix(1 0 0 1 488.1763 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">M</text>
+
+ <text transform="matrix(1 0 0 1 491.5122 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">P</text>
+
+ <text transform="matrix(1 0 0 1 493.7192 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">R</text>
+
+ <text transform="matrix(1 0 0 1 495.9517 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">E</text>
+
+ <text transform="matrix(1 0 0 1 497.9937 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">S</text>
+
+ <text transform="matrix(1 0 0 1 500.0386 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">S</text>
+
+ <text transform="matrix(1 0 0 1 502.0845 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">I</text>
+
+ <text transform="matrix(1 0 0 1 503.0767 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">O</text>
+
+ <text transform="matrix(1 0 0 1 505.9351 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">N</text>
+
+ <text transform="matrix(1 0 0 1 508.6655 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494"> </text>
+
+ <text transform="matrix(1 0 0 1 509.5454 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">N</text>
+
+ <text transform="matrix(1 0 0 1 512.2749 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">O</text>
+
+ <text transform="matrix(1 0 0 1 515.0181 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">T</text>
+
+ <text transform="matrix(1 0 0 1 517.0806 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494"> </text>
+
+ <text transform="matrix(1 0 0 1 517.9595 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">I</text>
+
+ <text transform="matrix(1 0 0 1 518.9517 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">N</text>
+
+ <text transform="matrix(1 0 0 1 521.6821 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">C</text>
+
+ <text transform="matrix(1 0 0 1 524.0884 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">L</text>
+
+ <text transform="matrix(1 0 0 1 525.897 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">U</text>
+
+ <text transform="matrix(1 0 0 1 528.5815 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">D</text>
+
+ <text transform="matrix(1 0 0 1 531.3452 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">E</text>
+
+ <text transform="matrix(1 0 0 1 533.3872 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">D</text>
+
+ <text transform="matrix(1 0 0 1 535.9966 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">,</text>
+
+ <text transform="matrix(1 0 0 1 463.5708 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">A</text>
+
+ <text transform="matrix(1 0 0 1 466.1099 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">R</text>
+
+ <text transform="matrix(1 0 0 1 468.355 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">O</text>
+
+ <text transform="matrix(1 0 0 1 471.2134 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">U</text>
+
+ <text transform="matrix(1 0 0 1 473.8979 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">N</text>
+
+ <text transform="matrix(1 0 0 1 476.6284 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">D</text>
+
+ <text transform="matrix(1 0 0 1 479.3921 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494"> </text>
+
+ <text transform="matrix(1 0 0 1 480.272 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">1</text>
+
+ <text transform="matrix(1 0 0 1 482.3999 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494"> </text>
+
+ <text transform="matrix(1 0 0 1 483.2798 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">M</text>
+
+ <text transform="matrix(1 0 0 1 486.6157 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">M</text>
+
+ <text transform="matrix(1 0 0 1 486.7993 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">S</text>
+
+ <text transform="matrix(1 0 0 1 490.2085 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">I</text>
+
+ <text transform="matrix(1 0 0 1 491.8618 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">L</text>
+
+ <text transform="matrix(1 0 0 1 495.1255 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">E</text>
+
+ <text transform="matrix(1 0 0 1 498.5278 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">N</text>
+
+ <text transform="matrix(1 0 0 1 503.0786 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">T</text>
+
+ <text transform="matrix(1 0 0 1 506.5151 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">B</text>
+
+ <text transform="matrix(1 0 0 1 510.2632 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">L</text>
+
+ <text transform="matrix(1 0 0 1 513.2583 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">O</text>
+
+ <text transform="matrix(1 0 0 1 518.0229 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">C</text>
+
+ <text transform="matrix(1 0 0 1 522.0337 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">K</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="0.5" x2="0.5" y2="10.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="0.5" y1="10.8" x2="0.5" y2="0.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="0.5" y1="0.5" x2="10.8" y2="0.5"/>
+ <polygon fill-rule="evenodd" stroke="#000000" points="0.5,10.8 0.5,0.5 10.8,0.5 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="432.7" x2="0.5" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="0.5" y1="422.4" x2="0.5" y2="432.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="0.5" y1="432.7" x2="10.8" y2="432.7"/>
+ <polygon fill-rule="evenodd" stroke="#000000" points="0.5,422.4 0.5,432.7 10.8,432.7 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="0.5" y1="0.5" x2="0.5" y2="432.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="10.8" x2="10.8" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="76.9" y1="427.6" x2="76.9" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="76.9" y1="10.8" x2="76.9" y2="5.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="611.8" y1="432.7" x2="601.5" y2="432.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="611.8" y1="422.4" x2="611.8" y2="432.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="432.7" x2="611.8" y2="422.4"/>
+ <polygon fill-rule="evenodd" stroke="#000000" points="601.5,432.7 611.8,422.4 611.8,432.7 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="0.5" y1="432.7" x2="611.8" y2="432.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="203.2" y1="425.5" x2="409.1" y2="425.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="422.4" x2="601.5" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="153.3" y1="427.6" x2="153.3" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="153.3" y1="10.8" x2="153.3" y2="5.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="378.7" x2="5.6" y2="378.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="378.7" x2="606.6" y2="378.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="324.7" x2="5.6" y2="324.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="324.7" x2="606.6" y2="324.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="203.2" y1="427.6" x2="203.2" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="213.5" y1="425.5" x2="213.5" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="223.8" y1="425.5" x2="223.8" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="229.7" y1="10.8" x2="229.7" y2="5.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="234.1" y1="425.5" x2="234.1" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="244.4" y1="425.5" x2="244.4" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="431.3" y1="293.5" x2="414.3" y2="293.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.4" y1="293.5" x2="459.9" y2="293.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="440.9" y1="290.4" x2="459.9" y2="290.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="254.7" y1="427.6" x2="254.7" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="265" y1="425.5" x2="265" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="270.6" x2="5.6" y2="270.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="270.6" x2="606.6" y2="270.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="275.3" y1="425.5" x2="275.3" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="285.6" y1="425.5" x2="285.6" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="295.9" y1="425.5" x2="295.9" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="306.1" y1="432.7" x2="306.1" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="306.1" y1="10.8" x2="306.1" y2="0.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="216.6" x2="0.5" y2="216.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="598.4" y1="216.6" x2="611.8" y2="216.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="316.4" y1="425.5" x2="316.4" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="326.7" y1="425.5" x2="326.7" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="337" y1="425.5" x2="337" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="347.3" y1="425.5" x2="347.3" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="357.6" y1="427.6" x2="357.6" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.9" y1="425.5" x2="367.9" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="162.6" x2="5.6" y2="162.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="378.2" y1="425.5" x2="378.2" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="382.6" y1="10.8" x2="382.6" y2="5.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="388.5" y1="425.5" x2="388.5" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="409.1" y1="427.6" x2="409.1" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="414.3" y1="293.5" x2="414.3" y2="290.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="108.6" x2="5.6" y2="108.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="610.8" y1="216.6" x2="600.5" y2="220.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="600.5" y1="212.5" x2="610.8" y2="216.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="459" y1="427.6" x2="459" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="459" y1="10.8" x2="459" y2="5.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="54.5" x2="5.6" y2="54.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="600.5" y1="220.7" x2="604.6" y2="216.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="604.6" y1="216.6" x2="600.5" y2="212.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="600.5" y1="212.5" x2="600.5" y2="220.7"/>
+ <polygon fill-rule="evenodd" stroke="#000000" points="604.6,216.6 600.5,212.5 600.5,220.7 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="10.8" x2="10.8" y2="10.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="611.8" y1="0.5" x2="601.5" y2="0.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="611.8" y1="10.8" x2="611.8" y2="0.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="0.5" x2="611.8" y2="10.8"/>
+ <polygon fill-rule="evenodd" stroke="#000000" points="601.5,0.5 611.8,10.8 611.8,0.5 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="0.5" y1="0.5" x2="611.8" y2="0.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="535.4" y1="427.6" x2="535.4" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="535.4" y1="10.8" x2="535.4" y2="5.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="422.4" x2="601.5" y2="10.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="611.8" y1="432.7" x2="611.8" y2="0.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="533.7" y1="202.1" x2="518.2" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="450.6" y1="202.1" x2="419.8" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="419.4" y1="201.7" x2="451" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="517.8" y1="201.7" x2="534.1" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="419.4" y1="194.7" x2="451" y2="194.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="517.8" y1="194.7" x2="534.1" y2="194.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="417.5" y1="194.3" x2="452.2" y2="194.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="516.2" y1="194.3" x2="536.4" y2="194.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="417.5" y1="192.2" x2="438" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="525.9" y1="192.2" x2="536.4" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.9" y1="192.2" x2="433.2" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="525.5" y1="192.2" x2="531.6" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.5" y1="191.8" x2="433.7" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="524.3" y1="191.8" x2="532" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="475.6" y1="191.7" x2="493.8" y2="191.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.5" y1="190.8" x2="433.7" y2="190.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="523.3" y1="190.8" x2="532" y2="190.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="531.6" y1="190.4" x2="523.1" y2="190.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="433.2" y1="190.4" x2="421.9" y2="190.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="520.9" y1="189.8" x2="511.7" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="424.5" y1="189.8" x2="439.8" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="189.3" x2="467.1" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="458.1" y1="189.3" x2="448.3" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="189.1" x2="448.3" y2="189.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.4" y1="160.2" x2="373.2" y2="133.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="187.7" x2="448.3" y2="187.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="520.9" y1="186.2" x2="511.7" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="424.5" y1="186.2" x2="439.8" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.1" y1="185.7" x2="477.1" y2="185.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.9" y1="184.7" x2="420.3" y2="184.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="499.7" y1="184.4" x2="499" y2="184.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.1" y1="184.3" x2="477.1" y2="184.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="506.3" y1="183.7" x2="518.4" y2="183.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.4" y1="182.7" x2="479.1" y2="182.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.9" y1="182.7" x2="446.2" y2="182.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="182.6" x2="443.2" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="482.1" y1="182.6" x2="483.7" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="426.4" y1="181.9" x2="416.3" y2="181.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="507.5" y1="181.9" x2="507.1" y2="181.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.4" y1="181.6" x2="441.6" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="508.3" y1="181.6" x2="518.4" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="514.5" y1="181.6" x2="506.9" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.1" y1="181.6" x2="412.7" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="419.3" y1="181.6" x2="441.6" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="420.5" y1="181.3" x2="418.1" y2="181.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="413.9" y1="181.3" x2="411.5" y2="181.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.5" y1="128.5" x2="403.5" y2="133.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.9" y1="59" x2="404.9" y2="59.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.9" y1="74.4" x2="404.9" y2="128.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="405.1" y1="159.9" x2="405.1" y2="139"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="420.1" y1="180.8" x2="410.4" y2="180.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454" y1="178.1" x2="471.2" y2="178.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454.7" y1="176.7" x2="470.6" y2="176.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="520.2" y1="176" x2="506.7" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.2" y1="176" x2="441.6" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.6" y1="176" x2="491.3" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.7" y1="174.6" x2="412.6" y2="174.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="507" y1="174.3" x2="506.7" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="490.9" y1="174.3" x2="491.3" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="417.5" y1="194.3" x2="417.5" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="416.2" y1="173.8" x2="413.1" y2="173.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.1" y1="172" x2="405.4" y2="172"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.9" y1="171.3" x2="401.3" y2="171.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="499.7" y1="168.5" x2="499" y2="168.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="411" y1="167.2" x2="415.1" y2="167.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="419.3" y1="194.3" x2="419.3" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="419.4" y1="194.7" x2="419.4" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.5" y1="190.8" x2="421.5" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="424.5" y1="186.2" x2="424.5" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="424.9" y1="194.3" x2="424.9" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="401.3" y1="163.2" x2="406.9" y2="163.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.1" y1="162.4" x2="405.4" y2="162.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="416.2" y1="160.7" x2="413.1" y2="160.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.7" y1="159.9" x2="412.6" y2="159.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="479.1" y1="182.7" x2="471.9" y2="177.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468.4" y1="159.2" x2="456.9" y2="159.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468.4" y1="157.7" x2="456.9" y2="157.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="484.5" y1="157.3" x2="440.8" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="484.5" y1="154.1" x2="440.8" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468.4" y1="153.4" x2="456.9" y2="153.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="453.4" y1="150.9" x2="446.2" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477.1" y1="184.3" x2="471.2" y2="178.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="432.8" y1="194.3" x2="432.8" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="433.7" y1="190.8" x2="433.7" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="435.7" y1="194.7" x2="435.7" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="439.8" y1="186.2" x2="439.8" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468.4" y1="151.9" x2="456.9" y2="151.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454.7" y1="151.5" x2="470.6" y2="151.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454" y1="150.1" x2="471.2" y2="150.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.7" y1="145.6" x2="482.1" y2="145.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="145.6" x2="443.2" y2="145.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.4" y1="145.5" x2="479.1" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.9" y1="145.5" x2="446.2" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454" y1="150.1" x2="448.1" y2="143.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="440.8" y1="154.1" x2="440.8" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.2" y1="189.8" x2="441.2" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="145.6" x2="441.6" y2="152.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="158.9" x2="441.6" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="157.6" x2="441.6" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="154.1" x2="441.6" y2="153.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.7" y1="182.6" x2="441.7" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.7" y1="154.1" x2="441.7" y2="145.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="443.2" y1="182.6" x2="443.2" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="443.2" y1="154.1" x2="443.2" y2="145.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="443.2" y1="154.1" x2="443.2" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.9" y1="145.5" x2="444.9" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.9" y1="157.3" x2="444.9" y2="182.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="446.2" y1="145.5" x2="446.2" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="446.2" y1="157.3" x2="446.2" y2="182.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477.1" y1="143.9" x2="448.1" y2="143.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477.1" y1="142.5" x2="448.1" y2="142.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.3" y1="140.5" x2="477" y2="140.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.3" y1="139.1" x2="477" y2="139.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="405.1" y1="139" x2="447" y2="139"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="478.2" y1="139" x2="520.2" y2="139"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="138.9" x2="448.3" y2="138.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.3" y1="139.1" x2="448.3" y2="138.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.3" y1="139.1" x2="448.3" y2="140.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.1" y1="142.5" x2="448.1" y2="143.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="451" y1="194.7" x2="451" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="452.2" y1="194.3" x2="452.2" y2="193.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="452.4" y1="154.1" x2="452.4" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="453.4" y1="150.9" x2="453.4" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="453.4" y1="157.3" x2="453.4" y2="177.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="453.6" y1="154.1" x2="453.6" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.1" y1="185.7" x2="448.1" y2="184.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.3" y1="189.1" x2="448.3" y2="187.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.3" y1="189.3" x2="448.3" y2="189.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="509.2" y1="41.1" x2="511.4" y2="38.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.3" y1="136.2" x2="521" y2="136.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.5" y1="133.4" x2="521.8" y2="133.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="373.2" y1="133.2" x2="367.4" y2="133.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454.7" y1="151.5" x2="454.7" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454.7" y1="157.3" x2="454.7" y2="176.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="456.9" y1="157.7" x2="456.9" y2="159.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="456.9" y1="153.4" x2="456.9" y2="151.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="511.3" y1="42.2" x2="510.3" y2="43.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.5" y1="128.5" x2="521.8" y2="128.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468.4" y1="157.7" x2="468.4" y2="159.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468.4" y1="153.4" x2="468.4" y2="151.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="512.5" y1="42.7" x2="511.4" y2="44.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="470.6" y1="176.7" x2="470.6" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="470.6" y1="154.1" x2="470.6" y2="151.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="471.6" y1="154.1" x2="471.6" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="471.9" y1="177.3" x2="471.9" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="471.9" y1="154.1" x2="471.9" y2="150.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="472.9" y1="154.1" x2="472.9" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="138.9" x2="477" y2="139.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="139.1" x2="477" y2="140.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477.1" y1="142.5" x2="477.1" y2="143.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="479.1" y1="182.7" x2="479.1" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="479.1" y1="154.1" x2="479.1" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.4" y1="182.7" x2="480.4" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.4" y1="154.1" x2="480.4" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="482.1" y1="145.6" x2="482.1" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.5" y1="145.6" x2="483.5" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.5" y1="157.3" x2="483.5" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.6" y1="157.6" x2="483.6" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.6" y1="154.1" x2="483.6" y2="153.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.7" y1="145.6" x2="483.7" y2="152.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.7" y1="158.9" x2="483.7" y2="170.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.7" y1="179.8" x2="483.7" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477.1" y1="185.7" x2="477.1" y2="184.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="189.1" x2="477" y2="187.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="189.1" x2="477" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="484.5" y1="154.1" x2="484.5" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="490.9" y1="176" x2="490.9" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="509.2" y1="41.1" x2="508.7" y2="42.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.4" y1="96.4" x2="443.8" y2="96.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="491.3" y1="176" x2="491.3" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="514.9" y1="46.7" x2="516.6" y2="41.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="517.8" y1="41.6" x2="515.9" y2="47.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="471.2" y1="150.1" x2="477.1" y2="143.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="471.9" y1="150.9" x2="479.1" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.3" y1="92.8" x2="445.8" y2="92.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.4" y1="89.2" x2="443.8" y2="89.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="405" y1="59.9" x2="371.9" y2="47.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.1" y1="184.3" x2="454" y2="178.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="508.2" y1="183.7" x2="508.2" y2="181.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="511.7" y1="189.8" x2="511.7" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="506.7" y1="174.3" x2="506.7" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="507" y1="174.3" x2="507" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="446.2" y1="182.7" x2="453.4" y2="177.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.7" y1="74.4" x2="412.6" y2="74.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="413.1" y1="73.6" x2="415.3" y2="73.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.1" y1="71.8" x2="405.4" y2="71.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="514" y1="44.7" x2="513.8" y2="42.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="516.5" y1="183.7" x2="516.5" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="517.8" y1="194.7" x2="517.8" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="520.2" y1="176" x2="520.2" y2="139"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.9" y1="71.1" x2="401.2" y2="71.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="411" y1="67" x2="415" y2="67"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="520.4" y1="59" x2="520.4" y2="128.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="520.9" y1="189.8" x2="520.9" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="521.8" y1="128.5" x2="521.8" y2="133.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="523.1" y1="186.2" x2="523.1" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="401.2" y1="63" x2="406.9" y2="63"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.1" y1="62.2" x2="405.4" y2="62.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="413.1" y1="60.5" x2="415.3" y2="60.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.7" y1="59.7" x2="412.6" y2="59.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.9" y1="59" x2="520.4" y2="59"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="532" y1="190.8" x2="532" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="534.1" y1="194.7" x2="534.1" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="534.4" y1="194.3" x2="534.4" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="536.4" y1="194.3" x2="536.4" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="371.9" y1="47.1" x2="367.1" y2="47.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="412.6" y1="45" x2="512.6" y2="45"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="515.8" y1="38.7" x2="516.6" y2="41.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="517" y1="39.2" x2="517.8" y2="41.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="515.8" y1="38.7" x2="511.4" y2="38.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="511.3" y1="42.2" x2="512.5" y2="42.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="517.8" y1="41.6" x2="516.6" y2="41.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="517" y1="39.2" x2="515.8" y2="38.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="128.4" y1="212.9" x2="131.2" y2="212.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71" y1="182.7" x2="66.7" y2="177.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="70.9" y1="184.3" x2="66.7" y2="178.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="178.1" x2="70.9" y2="184.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="216" y1="202.1" x2="200.5" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="164.1" y1="202.1" x2="148.6" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="99.2" y1="202.1" x2="83.7" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="83.3" y1="201.7" x2="99.6" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="148.2" y1="201.7" x2="164.5" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="200.1" y1="201.7" x2="216.5" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.8" y1="154.1" x2="65.8" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.8" y1="154.1" x2="65.8" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.9" y1="154.1" x2="65.9" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.3" y1="151.5" x2="66.3" y2="151.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.3" y1="153.4" x2="66.3" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.3" y1="157.3" x2="66.3" y2="157.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.3" y1="159.2" x2="66.3" y2="176.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.3" y1="176.7" x2="66.3" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.3" y1="154.1" x2="66.3" y2="151.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="83.3" y1="194.7" x2="99.6" y2="194.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="148.2" y1="194.7" x2="164.5" y2="194.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="200.1" y1="194.7" x2="216.5" y2="194.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="81" y1="194.3" x2="101.2" y2="194.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="145.9" y1="194.3" x2="166.4" y2="194.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="199" y1="194.3" x2="218.8" y2="194.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="81" y1="192.2" x2="91.2" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="145.9" y1="192.2" x2="166.4" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="202.3" y1="192.2" x2="218.8" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="214" y1="192.2" x2="202.6" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="162" y1="192.2" x2="150.7" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.6" y1="192.2" x2="85.8" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="74.1" y1="189.2" x2="72.7" y2="189.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="189.1" x2="75.7" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="187.7" x2="71.4" y2="185.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="139.1" x2="72.7" y2="140.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="183.1" x2="71.4" y2="185.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="142.5" x2="71.4" y2="140.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="140.1" x2="72.7" y2="145.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="177.3" x2="66.7" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="154.1" x2="66.7" y2="150.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="68.1" y1="154.1" x2="68.1" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71" y1="182.7" x2="71" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71" y1="154.1" x2="71" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="145.6" x2="71.4" y2="142.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="142.5" x2="71.4" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="157.3" x2="71.4" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.3" y1="154.1" x2="72.3" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="145.6" x2="72.7" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="157.3" x2="72.7" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="182.6" x2="71.4" y2="185.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="142.7" x2="71.4" y2="145.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="185.7" x2="71.4" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="142.5" x2="71.4" y2="140.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="182.6" x2="72.7" y2="188.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="185.7" x2="71.4" y2="187.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="188.3" x2="72.7" y2="189.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="140.6" x2="71.4" y2="140.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.3" y1="191.8" x2="92.8" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.3" y1="191.8" x2="162.4" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="202.2" y1="191.8" x2="214.4" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="132.1" y1="191.7" x2="110.5" y2="191.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.3" y1="190.8" x2="93.8" y2="190.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.3" y1="190.8" x2="162.4" y2="190.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="202.2" y1="190.8" x2="214.4" y2="190.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="214" y1="190.4" x2="202.6" y2="190.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="162" y1="190.4" x2="150.7" y2="190.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="93.9" y1="190.4" x2="85.8" y2="190.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="196.4" y1="189.8" x2="194.4" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="103.8" y1="189.8" x2="96.1" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.2" y1="189.8" x2="159.7" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="198.9" y1="189.8" x2="200.4" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="187.2" x2="75.7" y2="187.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="196.4" y1="186.2" x2="194.4" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="100.1" y1="186.2" x2="96.1" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.2" y1="186.2" x2="159.7" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="198.9" y1="186.2" x2="200.4" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="103.4" y1="184.4" x2="104.2" y2="184.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.5" y1="183.7" x2="128.4" y2="212.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="138.9" x2="75.7" y2="139.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="139.8" x2="75.7" y2="145.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="74.5" y1="157.6" x2="74.5" y2="153.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75" y1="178.8" x2="75" y2="171.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75" y1="158.5" x2="75" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75" y1="154.1" x2="75" y2="152.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="145.6" x2="75.7" y2="152.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="158.9" x2="75.7" y2="170.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="179.8" x2="75.7" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="81" y1="194.3" x2="81" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="81.3" y1="174.2" x2="81.3" y2="177.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="81.3" y1="174.2" x2="81.3" y2="177.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="182.6" x2="75.7" y2="188.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="188.6" x2="75.7" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.6" y1="89.1" x2="85.4" y2="89.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="98.7" y1="183.7" x2="98.6" y2="183.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="140.3" y1="183.7" x2="141.4" y2="183.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="190.5" y1="183.7" x2="193.5" y2="183.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="120.3" y1="182.9" x2="123" y2="182.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="182.7" x2="71" y2="182.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="182.6" x2="75.7" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="182.4" x2="75.7" y2="182.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="140.3" y1="182.3" x2="139" y2="182.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="137.2" y1="182.3" x2="137.1" y2="182.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="135.8" y1="181.9" x2="125" y2="181.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="193.9" y1="181.9" x2="160" y2="181.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="140.3" y1="181.6" x2="157" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="194.7" y1="181.6" x2="195" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="199.5" y1="181.6" x2="193.7" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="97.9" y1="181.6" x2="95.8" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="95.6" y1="181.6" x2="95.8" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="120.8" y1="181.6" x2="183.8" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="200.6" y1="181.3" x2="194.8" y2="181.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.9" y1="181.3" x2="179.1" y2="181.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="178.9" y1="180.8" x2="202.2" y2="180.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="141.4" x2="88.1" y2="142.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="142.1" x2="88.1" y2="146.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="82.8" y1="194.3" x2="82.8" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="83.3" y1="194.7" x2="83.3" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.3" y1="190.8" x2="85.3" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="146.2" x2="88.1" y2="182.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.4" y1="128.5" x2="88.4" y2="133.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.1" y1="155" x2="89.1" y2="156.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="182.4" x2="88.1" y2="186.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="186.4" x2="88.1" y2="187.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.1" y1="176" x2="205" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.1" y1="176" x2="110.7" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.2" y1="176" x2="97.7" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="82.9" y1="175.7" x2="79.8" y2="175.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="111" y1="174.3" x2="110.7" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="97.5" y1="174.3" x2="97.7" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.7" y1="170.4" x2="92.2" y2="170.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="144.7" x2="91.5" y2="146.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.7" y1="168.6" x2="91.7" y2="169.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.7" y1="147.2" x2="91.7" y2="148.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="158.3" x2="91.5" y2="156.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="59" x2="89.8" y2="128.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="155" x2="89.8" y2="156.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="90.7" y1="156.4" x2="90.7" y2="155.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="156.4" x2="91.5" y2="155.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="146.2" x2="91.5" y2="153.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="158.3" x2="91.5" y2="182.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.2" y1="176" x2="92.2" y2="143.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="94" y1="186.2" x2="94" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="96.1" y1="189.8" x2="96.1" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="155.1" x2="91.5" y2="153.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.7" y1="148.1" x2="91.7" y2="148.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.7" y1="169.5" x2="91.7" y2="170.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.2" y1="176" x2="92.2" y2="180.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="183.8" x2="91.5" y2="182.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="103.4" y1="168.5" x2="104.2" y2="168.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="97.5" y1="176" x2="97.5" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="97.7" y1="176" x2="97.7" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="99.6" y1="194.7" x2="99.6" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="150.1" x2="70.9" y2="143.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="150.1" x2="70.9" y2="143.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="87.3" y1="157.3" x2="65.8" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="156.6" x2="89.1" y2="156.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="90.7" y1="156.4" x2="91.5" y2="156.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="155" x2="89.1" y2="155"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="87.3" y1="154.1" x2="65.8" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="110.7" y1="174.3" x2="110.7" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="111" y1="174.3" x2="111" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="150.9" x2="71" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.1" y1="38.7" x2="177.5" y2="41.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.9" y1="39.2" x2="178.3" y2="41.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="153.2" x2="92.2" y2="153.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="146.2" x2="75.7" y2="146.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="145.6" x2="71.4" y2="145.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="145.5" x2="71" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="141.3" x2="75.7" y2="141.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="90.2" y1="139" x2="205.1" y2="139"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.6" y1="96.4" x2="85.4" y2="96.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="138.9" x2="72.7" y2="139.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="139.1" x2="75.7" y2="138.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.9" y1="136.2" x2="89.2" y2="136.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="206.7" y1="133.4" x2="88.4" y2="133.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="179.6" y1="45.2" x2="181.5" y2="42.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="206.7" y1="128.5" x2="88.4" y2="128.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="140.3" y1="183.7" x2="140.3" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="142.9" y1="189.8" x2="142.9" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.1" y1="90" x2="64.6" y2="80.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.2" y1="186.2" x2="144.2" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="148.2" y1="194.7" x2="148.2" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.3" y1="190.8" x2="150.3" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.9" y1="194.3" x2="150.9" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="158.8" y1="194.3" x2="158.8" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="159.7" y1="186.2" x2="159.7" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="162.4" y1="190.8" x2="162.4" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="164.4" y1="194.3" x2="164.4" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="164.5" y1="194.7" x2="164.5" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="175.3" y1="51.4" x2="177.5" y2="41.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="178.3" y1="41.6" x2="176.1" y2="52"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.6" y1="96.4" x2="89.8" y2="96.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85" y1="92.8" x2="89.1" y2="92.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="166.4" y1="194.3" x2="166.4" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="186.7" y1="52" x2="188.8" y2="41.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.6" y1="89.2" x2="89.8" y2="89.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="175.3" y1="52.5" x2="175.3" y2="69.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="176.1" y1="69.3" x2="176.1" y2="52.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="64.6" y1="80.6" x2="59.8" y2="80.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="186.6" y1="69.3" x2="186.6" y2="52.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="137.2" y1="182.3" x2="135.1" y2="184.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="139" y1="182.3" x2="137" y2="184.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="191.3" y1="183.7" x2="191.3" y2="183.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="194.4" y1="189.8" x2="194.4" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="196.4" y1="189.8" x2="196.4" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="175.3" y1="69.3" x2="186.6" y2="69.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="198.9" y1="186.2" x2="198.9" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="200.1" y1="194.7" x2="200.1" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="200.4" y1="186.2" x2="200.4" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="202.2" y1="190.8" x2="202.2" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.3" y1="59" x2="186.6" y2="59"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="59" x2="175.3" y2="59"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.1" y1="176" x2="205.1" y2="139"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.3" y1="59" x2="205.3" y2="128.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="206.7" y1="128.5" x2="206.7" y2="133.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="212.1" y1="194.3" x2="212.1" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="175.3" y1="52.5" x2="176.1" y2="52.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.3" y1="42.2" x2="185.1" y2="44.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="185.1" y1="42.7" x2="186" y2="45.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="214.4" y1="190.8" x2="214.4" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="216.5" y1="194.7" x2="216.5" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="218.3" y1="194.3" x2="218.3" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="218.8" y1="194.3" x2="218.8" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="197.5" y1="45" x2="188.1" y2="45"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="185.1" y1="45" x2="179.8" y2="45"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="97.6" y1="45" x2="176.6" y2="45"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="187.2" y1="39.2" x2="180.9" y2="39.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="175.3" y1="51.4" x2="176.1" y2="52"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.1" y1="38.7" x2="186.4" y2="38.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="178.3" y1="41.6" x2="177.5" y2="41.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="185.1" y1="44.7" x2="186" y2="45.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.3" y1="42.2" x2="185.1" y2="42.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="188.8" y1="41.6" x2="187.2" y2="39.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.9" y1="39.2" x2="180.1" y2="38.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="187.2" y1="39.2" x2="186.4" y2="38.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.5" y1="330.4" x2="65.5" y2="318.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.8" y1="333.6" x2="65.8" y2="331"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.8" y1="318.3" x2="65.8" y2="315.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.3" y1="315.6" x2="66.3" y2="333.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="316" x2="66.7" y2="333.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.9" y1="314.4" x2="68" y2="305.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="68.5" y1="305.3" x2="66.4" y2="314.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="84.4" y1="281.3" x2="81" y2="286.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="109.5" y1="261.9" x2="101.6" y2="267.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="68.1" y1="344.1" x2="65.9" y2="334.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.4" y1="334.7" x2="68.6" y2="344"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="70.9" y1="339.1" x2="70.9" y2="310.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="344.1" x2="71.4" y2="305.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="303.7" x2="72.7" y2="345.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="315.4" x2="71" y2="308.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="316" x2="70.9" y2="310.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.4" y1="268.8" x2="109.6" y2="265.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="101.6" y1="271.6" x2="113.4" y2="263.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="345.7" x2="75.7" y2="303.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="83.4" y1="302.9" x2="84.5" y2="300"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="84.6" y1="305.5" x2="87" y2="298.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="101" y1="273" x2="101.6" y2="271.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.3" y1="276.9" x2="117.1" y2="268.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.3" y1="276.9" x2="105.9" y2="276.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="116.6" y1="269" x2="117.2" y2="268.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.9" y1="276.6" x2="116.6" y2="269.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="106.9" y1="276.5" x2="116.2" y2="269.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="106.9" y1="277.9" x2="117.5" y2="270.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.9" y1="396.4" x2="158.8" y2="398.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="333.2" x2="70.9" y2="339.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="333.9" x2="71" y2="341"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="307.4" x2="88.1" y2="343.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.3" y1="292.4" x2="91.4" y2="291.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.6" y1="307.3" x2="92.1" y2="300.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="109.1" y1="281.1" x2="119.8" y2="273.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="157.9" y1="387.9" x2="154.8" y2="387.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.4" y1="288" x2="91.4" y2="291.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="116.6" y1="269.1" x2="116.2" y2="269.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="116.2" y1="270" x2="116.6" y2="269.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="117.1" y1="268.6" x2="117.7" y2="267.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="117.2" y1="268.6" x2="117.8" y2="267.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.6" y1="307.3" x2="89.1" y2="307.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="87.8" y1="298.4" x2="87" y2="298.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="178.8" y1="376" x2="180.7" y2="375.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="81" y1="286.9" x2="82.8" y2="294.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85" y1="306.3" x2="84.6" y2="305.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.1" y1="300.6" x2="91.9" y2="300"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.4" y1="291.7" x2="91.6" y2="292.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.9" y1="396.4" x2="143.3" y2="383.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.1" y1="345.8" x2="72.7" y2="345.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="344.2" x2="77.4" y2="343.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="343.5" x2="75.7" y2="343.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="345.7" x2="72.7" y2="345.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="78.7" y1="343.5" x2="75.7" y2="344.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="73.9" y1="345.6" x2="72.3" y2="346.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="339.1" x2="70.9" y2="339.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="339" x2="71.4" y2="339"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="90.1" y1="338.7" x2="75.7" y2="338.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="176.9" y1="374.6" x2="177.4" y2="375.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="166.4" y1="387.2" x2="163.2" y2="381.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.5" y1="330.4" x2="66.3" y2="330.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="77.4" y1="305.8" x2="75.7" y2="305"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="303.7" x2="72.1" y2="303.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.3" y1="303" x2="73.8" y2="303.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="304.4" x2="78.8" y2="305.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="82.8" y1="294.8" x2="89.8" y2="299.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="93.2" y1="301.3" x2="92" y2="300.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="183.6" y1="369.9" x2="184.2" y2="370.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="101" y1="273" x2="103.9" y2="277"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="156.4" y1="390.1" x2="156.5" y2="390.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="323.1" x2="147.5" y2="326.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="149.1" y1="324.6" x2="146" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85" y1="306.3" x2="89.1" y2="307.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.4" y1="307.6" x2="89.8" y2="306.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.7" y1="304.3" x2="89.8" y2="305.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.9" y1="276.6" x2="105.9" y2="276.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="106.9" y1="277.9" x2="109.1" y2="281.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="175.3" y1="375.5" x2="178.3" y2="379.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="109.4" y1="280.8" x2="109.6" y2="281.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="106.9" y1="276.5" x2="107.5" y2="277.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="103.6" y1="270.2" x2="101.6" y2="267.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="176.9" y1="374.4" x2="177.4" y2="375.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="104.5" y1="270.5" x2="107.3" y2="274.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.9" y1="379" x2="180.1" y2="377.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="177.5" y1="374" x2="178.1" y2="374.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.4" y1="268.8" x2="103.5" y2="266.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="156.4" y1="386.4" x2="156.4" y2="389.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.5" y1="318.9" x2="66.3" y2="318.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="87.1" y1="300.4" x2="91.2" y2="301.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="94.3" y1="302.2" x2="91.8" y2="301.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="87.8" y1="298.4" x2="91.9" y2="300"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="109.6" y1="265.9" x2="107.7" y2="263.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="183.6" y1="369.7" x2="184.2" y2="370.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="187.2" y1="374.6" x2="186.4" y2="373.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="111.4" y1="265.6" x2="114.3" y2="269.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.2" y1="369.2" x2="184.8" y2="370"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="111.5" y1="264.7" x2="109.5" y2="261.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="116.2" y1="269.9" x2="116.9" y2="270.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="119.4" y1="273.8" x2="119.6" y2="274.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="188.8" y1="372.4" x2="185.8" y2="368.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="117.5" y1="270.4" x2="119.8" y2="273.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="116.6" y1="269.1" x2="116.6" y2="269"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="177.8" y1="374" x2="178.1" y2="374.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="90.1" y1="310.6" x2="75.7" y2="310.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="310.3" x2="75.7" y2="310.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="310.1" x2="70.9" y2="310.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.4" y1="279.5" x2="102.7" y2="286"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="114.9" y1="263.2" x2="117.8" y2="267.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="84.7" y1="305.8" x2="75.7" y2="305.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="209.8" y1="304.8" x2="206.8" y2="304.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="212.1" y1="314.2" x2="205.7" y2="313.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.5" y1="369.3" x2="184.8" y2="370"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="156.2" y1="390.7" x2="156.4" y2="390.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="212.1" y1="314.2" x2="218.3" y2="308.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="303.7" x2="75.7" y2="303.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="164.4" y1="395.1" x2="166.4" y2="387.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="93" y1="289.6" x2="89.9" y2="289.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="198.7" y1="295" x2="213.5" y2="296.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.1" y1="307.6" x2="208.3" y2="307"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.3" y1="373.3" x2="185.1" y2="371.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="188" y1="371.2" x2="186.4" y2="373.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.8" y1="370" x2="184.2" y2="370.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="177.4" y1="375.1" x2="178.1" y2="374.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.1" y1="377.8" x2="186.4" y2="373.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="187.2" y1="374.6" x2="180.9" y2="379"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.1" y1="377.8" x2="177.5" y2="378.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.9" y1="379" x2="178.3" y2="379.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.4" y1="279.5" x2="84.4" y2="281.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.3" y1="276.9" x2="103.9" y2="277"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.3" y1="276.9" x2="103.8" y2="277"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="106.9" y1="276.5" x2="105.9" y2="276.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.9" y1="276.6" x2="106.9" y2="276.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.3" y1="303.3" x2="208.3" y2="306.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="188.8" y1="372.4" x2="187.2" y2="374.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="158.8" y1="398.4" x2="164.4" y2="395.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="114.9" y1="263.2" x2="113.4" y2="263.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="218.3" y1="308.9" x2="218.8" y2="302.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.3" y1="307" x2="208.5" y2="307.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="218.8" y1="302.4" x2="213.5" y2="296.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="411.3" y1="274.9" x2="411.3" y2="270.7"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 424.9,298.2 425.1,298.3 425.4,298.4 425.7,298.5 425.9,298.5 426.2,298.6 426.4,298.6 426.7,298.7 426.9,298.7 427.2,298.8
+ 427.4,298.8 427.7,298.8 427.9,298.8 428.2,298.8 428.4,298.8 428.7,298.8 428.9,298.7 429.2,298.7 429.4,298.6 429.7,298.6
+ 429.9,298.5 430.2,298.5 430.4,298.4 430.7,298.3 431,298.2 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.8" y1="299.1" x2="425.3" y2="298.8"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.1426" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 425.3,298.8 425.2,298.7 425.2,298.7 425.1,298.6 425.1,298.6 425,298.5 425,298.5 425,298.4 424.9,298.3 424.9,298.2 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="275.7" x2="415.7" y2="289.7"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 431,298.2 431.3,298.3 431.6,298.4 431.9,298.5 432.2,298.5 432.5,298.6 432.8,298.6 433.1,298.7 433.4,298.7 433.7,298.8
+ 433.9,298.8 434.2,298.8 434.5,298.8 434.8,298.8 435.1,298.8 435.4,298.8 435.7,298.7 436,298.7 436.3,298.6 436.6,298.6
+ 436.9,298.5 437.2,298.5 437.5,298.4 437.8,298.3 438.1,298.2 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.8" y1="299.1" x2="438.2" y2="299.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="413.6" y1="274.9" x2="411.3" y2="271.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.9" y1="274.9" x2="413.1" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="419.9" y1="267.9" x2="419.9" y2="269.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.7" y1="265.5" x2="421.7" y2="267"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.9" y1="253.8" x2="429.2" y2="252.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="445.7" y1="242.7" x2="447.9" y2="241.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="418.3" y1="274.9" x2="415.4" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="270.7" x2="422.2" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="288.1" x2="422.2" y2="289.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="424.9" y1="257.8" x2="424.9" y2="263.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="424.9" y1="293.6" x2="424.9" y2="298.2"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.1424" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 425.3,257.3 425.3,257.3 425.2,257.3 425.2,257.3 425.1,257.4 425.1,257.4 425.1,257.5 425,257.5 425,257.6 424.9,257.7
+ 424.9,257.8 424.9,257.8 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.3" y1="257.3" x2="425.8" y2="256.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="439.2" y1="293.6" x2="424.9" y2="293.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="290" x2="426.4" y2="289.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="289.1" x2="426.4" y2="288.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="436.6" y1="290.5" x2="436.4" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="288.1" x2="426.4" y2="287.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="289.9" x2="436.4" y2="289.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="287.2" x2="426.4" y2="286.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="420.6" y1="274.9" x2="417.7" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="273.9" x2="420" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.7" y1="267.9" x2="425.7" y2="277"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.8" y1="263.9" x2="425.8" y2="265.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="426.3" y1="277" x2="426.3" y2="286.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="426.4" y1="268.5" x2="426.4" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="268.5" x2="427.6" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.9" y1="293.6" x2="427.9" y2="267"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.9" y1="256.9" x2="427.9" y2="253.8"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 424.9,257.8 425.1,257.8 425.3,257.7 425.6,257.6 425.8,257.5 426,257.5 426.2,257.4 426.5,257.4 426.7,257.3 426.9,257.3
+ 427.1,257.3 427.4,257.3 427.6,257.2 427.8,257.2 428,257.2 428.2,257.2 428.5,257.3 428.7,257.3 428.9,257.3 429.1,257.3
+ 429.3,257.4 429.6,257.4 429.8,257.5 430,257.5 430.2,257.6 430.5,257.7 430.7,257.8 431,257.8 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.9" y1="290.5" x2="421.5" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="416.5" y1="290.5" x2="421.4" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="436.1" y1="290.5" x2="447.5" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.8" y1="289.7" x2="437.7" y2="289.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="426.4" y1="289.7" x2="422.2" y2="289.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="289" x2="436.4" y2="288.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="286.3" x2="426.4" y2="285.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="288" x2="436.4" y2="287.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="285.3" x2="426.4" y2="285"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="287.1" x2="436.4" y2="286.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="284.4" x2="426.4" y2="284.1"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.2333" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 438.1,298.2 438.2,298.3 438.2,298.4 438.2,298.5 438.3,298.5 438.3,298.6 438.4,298.6 438.4,298.7 438.5,298.7 438.5,298.8
+ 438.6,298.8 438.6,298.8 438.6,298.8 438.7,298.8 438.7,298.8 438.8,298.8 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="431" y1="257.8" x2="431" y2="263.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="431" y1="293.6" x2="431" y2="298.2"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 431,257.8 431.2,257.8 431.5,257.7 431.8,257.6 432.1,257.5 432.3,257.5 432.6,257.4 432.8,257.4 433.1,257.3 433.4,257.3
+ 433.6,257.3 433.9,257.3 434.1,257.2 434.4,257.2 434.7,257.2 434.9,257.2 435.2,257.3 435.4,257.3 435.7,257.3 436,257.3
+ 436.2,257.4 436.5,257.4 436.8,257.5 437,257.5 437.3,257.6 437.6,257.7 437.8,257.8 438.1,257.8 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="288.1" x2="426.4" y2="288.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="288.1" x2="441.8" y2="288.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="426.4" y1="287.3" x2="425.5" y2="287.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="423" y1="287.3" x2="425.5" y2="287.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="287.3" x2="441" y2="287.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="286.2" x2="436.4" y2="285.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="283.5" x2="426.4" y2="283.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="285.2" x2="436.4" y2="284.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="282.6" x2="426.4" y2="282.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="284.3" x2="436.4" y2="284"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="281.6" x2="426.4" y2="281.3"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.2334" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 438.1,257.8 438.2,257.8 438.2,257.7 438.2,257.6 438.3,257.5 438.3,257.5 438.4,257.4 438.4,257.4 438.4,257.3 438.5,257.3
+ 438.5,257.3 438.5,257.3 438.6,257.2 438.6,257.2 438.7,257.2 438.7,257.2 438.7,257.3 438.8,257.3 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="450.8" y1="248.2" x2="452.9" y2="246.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="419.9" y1="269.1" x2="423.5" y2="267"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="283.4" x2="436.4" y2="283"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="280.7" x2="426.4" y2="280.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="282.5" x2="436.4" y2="282.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="279.8" x2="426.4" y2="279.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="281.5" x2="436.4" y2="281.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="278.8" x2="426.4" y2="278.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="280.6" x2="436.4" y2="280.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="277.9" x2="426.4" y2="277.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="436.1" y1="293.6" x2="436.1" y2="267"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="436.1" y1="256.9" x2="436.1" y2="253.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="436.4" y1="268.5" x2="436.4" y2="290.5"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.1424" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 438.8,263.6 438.8,263.6 438.8,263.6 438.9,263.5 438.9,263.5 438.9,263.5 439,263.4 439,263.4 439.1,263.3 439.1,263.2
+ 439.1,263.1 439.2,263.1 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.1" y1="270.9" x2="425.7" y2="268.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.2" y1="263.9" x2="438.8" y2="263.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="279.7" x2="436.4" y2="279.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="277" x2="426.4" y2="276.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="278.7" x2="436.4" y2="278.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="276" x2="426.4" y2="275.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="277.8" x2="436.4" y2="277.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="275.1" x2="426.4" y2="274.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="268.5" x2="437.7" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.8" y1="277" x2="437.8" y2="286.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.1" y1="257.8" x2="438.1" y2="263.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.1" y1="293.6" x2="438.1" y2="298.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.2" y1="263.9" x2="438.2" y2="265.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.3" y1="267.9" x2="438.3" y2="277"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="439.2" y1="257.8" x2="439.2" y2="263.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="439.2" y1="293.6" x2="439.2" y2="298.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="277.8" x2="420.8" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="274" x2="425.7" y2="272"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="280.9" x2="425.7" y2="275.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.3" y1="267.9" x2="439.8" y2="267"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.7" y1="277" x2="426.4" y2="277"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="277" x2="438.3" y2="277"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="276.9" x2="436.4" y2="276.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="274.2" x2="426.4" y2="273.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="275.9" x2="436.4" y2="275.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="273.3" x2="426.4" y2="272.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="275" x2="436.4" y2="274.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="272.3" x2="426.4" y2="272"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="274.1" x2="436.4" y2="273.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="271.4" x2="426.4" y2="271"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441" y1="258.6" x2="441" y2="265.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.8" y1="270.7" x2="441.8" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.8" y1="288.1" x2="441.8" y2="289.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="442.3" y1="265.5" x2="442.3" y2="267"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 441,258.6 441.1,258.2 441.1,257.8 441.1,257.4 441.2,257 441.3,256.6 441.4,256.2 441.5,255.9 441.7,255.5 441.8,255.1 442,254.8
+ 442.2,254.4 442.4,254.1 442.6,253.8 442.9,253.5 443.1,253.2 443.4,252.9 443.6,252.6 443.9,252.3 444.2,252.1 444.5,251.8
+ 444.8,251.6 445.2,251.3 445.5,251.1 445.9,250.9 446.2,250.7 446.6,250.5 447,250.4 447.3,250.2 447.7,250.1 448.1,249.9
+ 448.5,249.8 449,249.7 449.4,249.7 449.9,249.6 450.4,249.6 451,249.5 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="284.1" x2="426.3" y2="277.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.3" y1="271" x2="444.2" y2="267.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="451" y1="274.9" x2="441.8" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="274.9" x2="411.3" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="273.2" x2="436.4" y2="272.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="270.5" x2="426.4" y2="270.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="272.2" x2="436.4" y2="271.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="269.5" x2="426.4" y2="269.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="271.3" x2="436.4" y2="270.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="268.6" x2="427.4" y2="268.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.8" y1="263.9" x2="425.3" y2="263.6"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.1424" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 425.3,263.6 425.3,263.6 425.2,263.6 425.2,263.5 425.1,263.5 425.1,263.5 425.1,263.4 425,263.4 425,263.3 424.9,263.2
+ 424.9,263.1 424.9,263.1 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.9" y1="257.8" x2="415" y2="246.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="443.6" y1="274.9" x2="441.8" y2="272.3"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.2334" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 438.1,263.1 438.2,263.1 438.2,263.2 438.2,263.3 438.3,263.4 438.3,263.4 438.4,263.5 438.4,263.5 438.4,263.5 438.5,263.6
+ 438.5,263.6 438.5,263.6 438.6,263.6 438.6,263.6 438.7,263.6 438.7,263.6 438.7,263.6 438.8,263.6 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.2" y1="267.9" x2="444.2" y2="269.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="466.9" y1="249.5" x2="469.7" y2="246.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="287.2" x2="426.3" y2="281.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.3" y1="274.1" x2="441.8" y2="272.1"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 451,270.7 451.2,270.7 451.5,270.7 451.7,270.7 451.9,270.6 452.2,270.6 452.4,270.5 452.6,270.5 452.8,270.4 453.1,270.3
+ 453.3,270.2 453.5,270.1 453.7,270 453.9,269.8 454.1,269.7 454.2,269.5 454.4,269.4 454.6,269.2 454.7,269 454.9,268.9 455,268.7
+ 455.2,268.5 455.3,268.3 455.4,268.1 455.5,267.8 455.6,267.6 455.7,267.4 455.7,267.2 455.8,267 455.9,266.7 455.9,266.5
+ 455.9,266.3 455.9,266 455.9,265.8 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="451" y1="270.7" x2="441.8" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="270.7" x2="411.3" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="420.7" y1="270.7" x2="421.7" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="442.3" y1="270.7" x2="443.4" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="270.4" x2="436.4" y2="270"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="269.4" x2="436.4" y2="269.1"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 424.9,263.1 425.1,263.1 425.3,263.2 425.6,263.3 425.8,263.4 426,263.4 426.2,263.5 426.5,263.5 426.7,263.5 426.9,263.6
+ 427.1,263.6 427.4,263.6 427.6,263.6 427.8,263.6 428,263.6 428.2,263.6 428.5,263.6 428.7,263.6 428.9,263.6 429.1,263.5
+ 429.3,263.5 429.6,263.5 429.8,263.4 430,263.4 430.2,263.3 430.5,263.2 430.7,263.1 431,263.1 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="445.9" y1="274.9" x2="443" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.2" y1="274.9" x2="445.3" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.4" y1="275.7" x2="448.4" y2="289.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.9" y1="290.2" x2="426.3" y2="284.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.8" y1="277.6" x2="442.5" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.9" y1="268.5" x2="426.4" y2="268.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="436.1" y1="268.5" x2="437.7" y2="268.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.3" y1="267.9" x2="436.1" y2="267.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.9" y1="267.9" x2="425.7" y2="267.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="420.7" y1="267" x2="443.4" y2="267"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 431,263.1 431.2,263.1 431.5,263.2 431.8,263.3 432.1,263.4 432.3,263.4 432.6,263.5 432.8,263.5 433.1,263.5 433.4,263.6
+ 433.6,263.6 433.9,263.6 434.1,263.6 434.4,263.6 434.7,263.6 434.9,263.6 435.2,263.6 435.4,263.6 435.7,263.6 436,263.5
+ 436.2,263.5 436.5,263.5 436.8,263.4 437,263.4 437.3,263.3 437.6,263.2 437.8,263.1 438.1,263.1 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="450.5" y1="274.9" x2="447.6" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="452.7" y1="274.7" x2="450" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="420.7" y1="290.5" x2="422.2" y2="289.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.8" y1="280.7" x2="447.8" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="442.3" y1="265.8" x2="455.9" y2="265.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.7" y1="265.5" x2="442.3" y2="265.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.8" y1="263.9" x2="438.2" y2="263.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="436.1" y1="253.8" x2="434.8" y2="252.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454.6" y1="274.1" x2="452.2" y2="270.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.8" y1="283.8" x2="448.4" y2="277.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.8" y1="257.3" x2="438.2" y2="256.9"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.1424" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 438.8,257.3 438.8,257.3 438.8,257.3 438.9,257.3 438.9,257.4 438.9,257.4 439,257.5 439,257.5 439.1,257.6 439.1,257.7
+ 439.1,257.8 439.2,257.8 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="456.3" y1="273.2" x2="453.9" y2="269.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="457.7" y1="271.9" x2="455.2" y2="268.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="455.9" y1="258.6" x2="455.9" y2="265.8"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 455.9,258.6 456,258.2 456,257.7 456,257.3 456.1,256.9 456.2,256.5 456.3,256 456.4,255.6 456.6,255.2 456.8,254.8 457,254.4
+ 457.2,254.1 457.4,253.7 457.6,253.3 457.9,253 458.2,252.7 458.5,252.3 458.8,252 459.1,251.7 459.4,251.5 459.8,251.2 460.1,251
+ 460.5,250.8 460.9,250.5 461.3,250.4 461.7,250.2 462.1,250 462.5,249.9 462.9,249.8 463.3,249.7 463.7,249.6 464.2,249.6
+ 464.6,249.5 465,249.5 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.9" y1="286.9" x2="448.4" y2="280.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441" y1="258.6" x2="455.9" y2="258.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="458.9" y1="270.3" x2="455.9" y2="266.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.1" y1="265.8" x2="460.1" y2="258.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.6" y1="243.5" x2="460.6" y2="246.6"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 460.1,265.8 460.1,266.2 460,266.7 460,267.1 459.9,267.5 459.8,267.9 459.7,268.3 459.6,268.8 459.4,269.2 459.3,269.6
+ 459.1,269.9 458.9,270.3 458.6,270.7 458.4,271.1 458.1,271.4 457.9,271.7 457.6,272 457.3,272.4 456.9,272.6 456.6,272.9
+ 456.3,273.2 455.9,273.4 455.5,273.6 455.2,273.8 454.8,274 454.4,274.2 454,274.4 453.5,274.5 453.1,274.6 452.7,274.7
+ 452.3,274.8 451.9,274.8 451.4,274.8 451,274.9 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.8" y1="287.8" x2="448.4" y2="284"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.8" y1="256.9" x2="438.2" y2="256.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="459.7" y1="268.2" x2="455.9" y2="262.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.1" y1="265.4" x2="455.9" y2="259.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="442.4" y1="290.5" x2="448.4" y2="287.1"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 465,253.7 464.8,253.7 464.6,253.7 464.3,253.7 464.1,253.7 463.9,253.8 463.6,253.9 463.4,253.9 463.2,254 463,254.1 462.8,254.2
+ 462.6,254.3 462.4,254.4 462.2,254.6 462,254.7 461.8,254.9 461.6,255 461.4,255.2 461.3,255.4 461.1,255.5 461,255.7 460.9,255.9
+ 460.7,256.1 460.6,256.3 460.5,256.5 460.4,256.8 460.3,257 460.3,257.2 460.2,257.4 460.2,257.7 460.1,257.9 460.1,258.1
+ 460.1,258.4 460.1,258.6 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.9" y1="253.8" x2="436.1" y2="253.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="465" y1="253.7" x2="480.6" y2="253.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="429.2" y1="252.5" x2="434.8" y2="252.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.1" y1="262.1" x2="456.2" y2="256.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.1" y1="258.9" x2="457" y2="254.4"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.1426" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 438.8,298.8 438.8,298.7 438.9,298.7 438.9,298.6 438.9,298.6 439,298.5 439,298.5 439.1,298.4 439.1,298.3 439.2,298.2 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.2" y1="299.1" x2="438.8" y2="298.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="481" y1="250.9" x2="480.6" y2="250.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="451" y1="249.5" x2="464.8" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="465" y1="249.5" x2="480.5" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="455.9" y1="249.5" x2="480.2" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.6" y1="256.3" x2="458.1" y2="252.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="455.9" y1="246.7" x2="478.1" y2="246.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415" y1="246.7" x2="411.2" y2="246.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.6" y1="246.6" x2="478" y2="246.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="473.2" y1="246" x2="474.8" y2="246"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.2" y1="249.5" x2="480.4" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="461.9" y1="254.8" x2="459.5" y2="251.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="463.5" y1="253.9" x2="461.1" y2="250.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="471.9" y1="253.7" x2="471.9" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="474.8" y1="246" x2="476.3" y2="246.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="465.7" y1="253.7" x2="462.9" y2="249.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.9" y1="243.5" x2="463.4" y2="243.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="458.2" y1="243.2" x2="460.9" y2="243.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="447.9" y1="241.5" x2="452.9" y2="242.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="463.4" y1="243.7" x2="465.8" y2="244.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="470.7" y1="245.6" x2="473.2" y2="246"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="452.9" y1="242.1" x2="458.2" y2="243.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="476.3" y1="246.1" x2="477.7" y2="246.4"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="4.840608e-002" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 479,249.5 479.1,249.5 479.2,249.5 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="465.8" y1="244.1" x2="468.2" y2="244.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.6" y1="252.9" x2="481" y2="253.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468" y1="253.7" x2="465.1" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="470.3" y1="253.7" x2="467.4" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="478.6" y1="253.7" x2="478.6" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468.2" y1="244.8" x2="470.7" y2="245.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="481" y1="251.5" x2="480.6" y2="251.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="471.9" y1="252.7" x2="469.7" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.6" y1="253.7" x2="480.6" y2="249.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="481" y1="250.7" x2="481" y2="253.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477.7" y1="246.4" x2="479.1" y2="247.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="479.1" y1="247.4" x2="480.2" y2="248.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.2" y1="248.9" x2="481" y2="250.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M450.6,202.1c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M451,194.7c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M533.7,202.1c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M517.8,201.7c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M534.1,194.7c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M518.2,194.3c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M531.6,192.2c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M532,190.8c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M531.1,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M435.3,202.1c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.4,201.7c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M435.7,194.7c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.8,194.3c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M433.2,192.2c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M421.5,191.8c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M433.7,190.8c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M421.9,190.4c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M432.7,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M422.5,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M508.4,180.9c-0.7,0-1.4,0.2-2,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M511.7,189.8c0,2.5,2,4.5,4.5,4.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M511.7,186.2c0-0.8-0.4-1.5-1-2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M468.4,153.4c0.4,0,0.8-0.3,0.8-0.8s-0.3-0.8-0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M456.9,151.9c-0.4,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M468.4,159.2c0.4,0,0.8-0.3,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M456.9,157.7c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.7,145.6c0-3.7-3-6.7-6.7-6.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M477,189.3c3.7,0,6.7-3,6.7-6.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.6,182.6c0,3.7,3,6.7,6.7,6.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M448.3,138.9c-3.7,0-6.7,3-6.7,6.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.5,145.6c0-3.6-2.9-6.5-6.5-6.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M482.1,145.6c0-2.8-2.3-5.1-5.1-5.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M477,189.1c3.6,0,6.5-2.9,6.5-6.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M477,187.7c2.8,0,5.1-2.3,5.1-5.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.7,182.6c0,3.6,2.9,6.5,6.5,6.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M443.2,182.6c0,2.8,2.3,5.1,5.1,5.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M448.3,139.1c-3.6,0-6.5,2.9-6.5,6.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M448.3,140.5c-2.8,0-5.1,2.3-5.1,5.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.3,181.9c-0.3-0.2-0.6-0.3-1-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M514.6,181.6c3.1,0,5.6-2.5,5.6-5.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.5,133.4c0,1,0.3,2,0.8,2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.1,139c0-1-0.3-2-0.8-2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M521,136.2c0.5-0.8,0.8-1.8,0.8-2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M521,136.2c-0.5,0.8-0.8,1.8-0.8,2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.3,181.9c2.7,1.5,5.4,2.8,8.2,4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441,191.3c13.6,3.1,27.8,3.3,41.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412.6,45c-4.8,3-7.7,8.3-7.7,14"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M512.6,45c-30.6-19.1-69.4-19.1-100,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M520.4,59c0-5.7-2.9-11-7.7-14"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M83.3,201.7c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M99.2,202.1c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M83.7,194.3c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M99.6,194.7c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.3,191.8c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.8,190.4c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M86.4,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200.1,201.7c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M216,202.1c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200.5,194.3c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M216.5,194.7c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.2,191.8c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M214,192.2c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.6,190.4c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M214.4,190.8c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M203.2,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M213.4,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M148.2,201.7c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M164.1,202.1c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M148.6,194.3c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M164.5,194.7c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M150.3,191.8c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M162,192.2c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M150.7,190.4c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M162.4,190.8c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M151.3,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M161.5,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M101.2,194.3c2.1,0,4-1.5,4.4-3.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M194.4,189.8c0,2.5,2,4.5,4.5,4.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M194.4,186.2c0-1.4-1.1-2.5-2.5-2.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M75.4,152.5c-0.5,0.1-0.9,0.5-0.9,1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M74.5,157.6c0,0.5,0.4,1,0.9,1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71.4,187.7c0,0.8,0.6,1.4,1.3,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71.4,187.7c0,0.8,0.6,1.4,1.3,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M72.7,139.1c-0.8,0-1.3,0.7-1.3,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.7,150.1c-0.3,0.4-0.4,0.9-0.4,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,176.7c0,0.5,0.2,1,0.4,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71.4,185.7c0-0.5-0.2-1-0.4-1.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M70.9,143.9c0.3-0.4,0.4-0.9,0.4-1.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,151.9c-0.4,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,157.7c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M75.7,170.8c-2.1,2.6-2.1,6.4,0,9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,157.7c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,151.9c-0.4,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M70.9,143.9c0.3-0.4,0.4-0.9,0.4-1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71.4,185.7c0-0.5-0.2-1-0.4-1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M72.7,139.1c-0.8,0-1.3,0.7-1.3,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M75.4,152.5c0.1,0,0.3-0.2,0.3-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M75.7,158.9c0-0.2-0.1-0.3-0.3-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.5,168.3c0,0.1,0.1,0.3,0.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.7,170.4c-0.1,0.1-0.2,0.2-0.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.7,148.9c-0.1,0.1-0.2,0.2-0.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.5,146.9c0,0.1,0.1,0.3,0.2,0.3"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="81.3" cy="175.7" r="5.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.5,144.7c0-1.9-1.5-3.4-3.4-3.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.5,154c-0.4,0.1-0.7,0.5-0.7,1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.8,156.6c0,0.4,0.3,0.8,0.7,1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.7,170.4c0.5-0.4,0.5-1.2,0.1-1.7c0,0,0,0-0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.7,148.9c0.5-0.4,0.5-1.2,0.1-1.7c0,0,0,0-0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M88.1,187.2c1.9,0,3.4-1.5,3.4-3.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M92.2,143.8c0-1.1-0.4-2.2-1.1-3.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.9,138c0.2,1,0.6,1.9,1.2,2.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M195.1,181.6c-0.4,0-0.8,0.1-1.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M204.3,178.9c0.5-0.9,0.8-1.8,0.8-2.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M92.2,180.4c1,0.8,2.2,1.2,3.4,1.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M205.9,136.2c0.5-0.8,0.8-1.8,0.8-2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M88.4,133.4c0,1,0.3,2,0.8,2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M205.9,136.2c-0.5,0.8-0.8,1.8-0.8,2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.9,138c-0.1-0.6-0.4-1.2-0.7-1.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M127.8,191.7c5.5,1.1,11,1.8,16.6,2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M164.6,192.3c10.3-1.8,20.1-5.3,29.3-10.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.6,45c-4.8,3-7.7,8.3-7.7,14"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.5,38.7C156.9,26.1,124,28.5,97.6,45"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M197.5,45c-3.2-2-6.6-3.8-10-5.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M205.3,59c0-5.7-2.9-11-7.7-14"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="91.4" cy="289.6" r="2.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.6,292.4c1.6-0.1,2.7-1.4,2.7-3c-0.1-1.6-1.4-2.7-3-2.7c-1.6,0.1-2.7,1.4-2.7,3c0.1,1.4,1.2,2.6,2.7,2.7"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="156.4" cy="387.9" r="2.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M156.5,390.7c1.6-0.1,2.7-1.4,2.7-3c-0.1-1.6-1.4-2.7-3-2.7c-1.6,0.1-2.7,1.4-2.7,3c0.1,1.4,1.2,2.6,2.7,2.7"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="208.3" cy="304.8" r="2.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M208.5,307.6c1.6-0.1,2.7-1.4,2.7-3c-0.1-1.6-1.4-2.7-3-2.7s-2.7,1.4-2.7,3c0.1,1.4,1.2,2.6,2.7,2.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M83.4,302.9c-0.4,1,0.1,2.2,1.2,2.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M87,298.8c-1-0.4-2.2,0.2-2.6,1.2"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="156.4" cy="387.9" r="2.9"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="156.4" cy="387.9" r="3.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M152,383.6c-2.4,2.4-2.4,6.2,0,8.6c2.4,2.4,6.2,2.4,8.6,0c2.4-2.4,2.4-6.2,0-8.6c-0.4-0.4-0.8-0.7-1.3-1"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="156.4" cy="387.9" r="3.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M152.7,383.6c-2.4,2-2.7,5.6-0.7,8c2,2.4,5.6,2.7,8,0.7c2.4-2,2.7-5.6,0.7-8c-0.5-0.7-1.2-1.2-2-1.5"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="208.3" cy="304.8" r="2.9"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="208.3" cy="304.8" r="3.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M204.8,309.8c2.8,1.9,6.6,1.2,8.5-1.5s1.2-6.6-1.5-8.5c-2.8-1.9-6.6-1.2-8.5,1.5c-0.3,0.5-0.6,1-0.8,1.5"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="208.3" cy="304.8" r="3.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M204.6,309.2c2.4,2,6,1.7,8-0.7c2-2.4,1.7-6-0.7-8s-6-1.7-8,0.7c-0.5,0.7-0.9,1.4-1.1,2.3"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="91.4" cy="289.6" r="2.9"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="91.4" cy="289.6" r="3.1"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="91.4" cy="289.6" r="6.1"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="91.4" cy="289.6" r="3.6"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="91.4" cy="289.6" r="5.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M175.3,375.2c3.7-2,7.1-4.4,10.3-7.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,332.5c0,0.5,0.1,0.9,0.4,1.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M65.5,330.4c0,0.4,0.3,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71,308.2c0.2-0.4,0.4-0.9,0.4-1.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,318.1c-0.4,0-0.8,0.3-0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71.4,342.4c0-0.5-0.1-0.9-0.4-1.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M72.7,303.7c-0.8,0-1.3,0.7-1.3,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71.4,344.1c0,0.8,0.6,1.4,1.3,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.7,315.4c-0.2,0.4-0.4,0.9-0.4,1.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200.4,295.1c-0.3,0.4-0.6,0.7-0.9,1.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M203.7,295.4c-1.2,0.9-2.2,2-3,3.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M101.2,287.9c0-1.1-0.2-2.1-0.5-3.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.8,299.9c0.8-0.2,1.6-0.5,2.4-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M144.8,383.7c-0.2,0.4-0.4,0.9-0.6,1.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M147.6,383.8c-0.8,1.3-1.4,2.7-1.7,4.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91,307.3c-0.1-0.1-0.1-0.2-0.2-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M88.1,343.5c1.1,0,2.2-0.6,2.8-1.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M72.1,303.5c-1.3-0.6-2.8,0.1-3.4,1.4c-0.1,0.1-0.1,0.3-0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.4,314.5c-0.1,0.4-0.1,0.7-0.1,1.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,333.6c0,0.4,0,0.7,0.1,1.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M68.6,344c0.3,1.4,1.7,2.2,3.1,1.9c0.1,0,0.3-0.1,0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M68.1,344.1c0.4,1.7,2,2.7,3.7,2.3c0.2,0,0.3-0.1,0.5-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M65.8,333.6c0,0.4,0,0.8,0.1,1.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M65.9,314.4c-0.1,0.4-0.1,0.8-0.1,1.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M72.3,303c-1.6-0.7-3.4,0.1-4,1.6c-0.1,0.2-0.1,0.3-0.2,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M108.5,280.2c-6.7,5.9-12,13.3-15.5,21.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M186.5,369.1c24.6-21.5,27-58.9,5.5-83.5c-18.3-20.8-48.6-26.2-72.9-12.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91,307.1c-9.7,31.2,7.8,64.4,39,74c15.3,4.7,31.9,3.1,46-4.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M109.4,280.9c-6.7,5.8-11.9,13.1-15.4,21.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M92.1,307.5c-9.5,30.6,7.7,63.1,38.3,72.6c15,4.6,31.2,3,44.9-4.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.9,368.2c24-21.2,26.4-57.8,5.2-81.9c-18-20.4-47.8-25.6-71.6-12.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M92.3,307.6c-9.4,30.5,7.7,62.8,38.2,72.3c14.9,4.6,31.1,3,44.8-4.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M109.6,281.1c-6.6,5.8-11.9,13-15.3,21.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.7,368c24-21.1,26.3-57.6,5.3-81.5c-17.9-20.4-47.6-25.6-71.4-12.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.6,369.7c0.2-0.2,0.4-0.3,0.6-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M177.7,373.9c2-1.2,4-2.6,5.9-4.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.9,374.3c0.2-0.1,0.4-0.3,0.7-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.4,369.1c24.6-20.3,28-56.7,7.6-81.3c-20.3-24.6-56.7-28-81.3-7.6c-24.6,20.3-28,56.7-7.6,81.3c18,21.8,49.2,27.3,73.6,13"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="147.5" cy="324.6" r="50"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M437.8,286.4c0,0.5,0.4,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M425.5,287.3c0.5,0,0.8-0.4,0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.5,274.9c-0.5,0-0.8,0.4-0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M444.2,267.9c0-0.5-0.4-0.8-0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M420.7,267c-0.5,0-0.8,0.4-0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.8,288.1c0-0.5-0.4-0.8-0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M423,287.3c-0.5,0-0.8,0.4-0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M439.1,267c-0.5,0-0.8,0.4-0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M443.4,270.7c0.5,0,0.8-0.4,0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M442.3,270.7c-0.3,0-0.5,0.2-0.5,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.8,274.3c0,0.3,0.2,0.5,0.5,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M448.4,275.7c0-0.5-0.4-0.8-0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M447.5,290.5c0.5,0,0.8-0.4,0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.8,289.7c0,0.5,0.4,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M425.7,267.9c0-0.5-0.4-0.8-0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M421.4,290.5c0.5,0,0.8-0.4,0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.7,289.7c0,0.5,0.4,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.9,269.9c0,0.5,0.4,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M421.7,274.9c0.3,0,0.5-0.2,0.5-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M422.2,271.2c0-0.3-0.2-0.5-0.5-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M464.8,249.5c0,0-0.1,0-0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M474.7,249.5c0,0-0.1,0-0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M445.7,242.7c1.8,4.1,5.8,6.8,10.3,6.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M448.2,241.5c1.3,3.1,4.4,5.2,7.7,5.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M445.8,92.8c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.6,0.1,0.2-0.2-0.4
+ c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.6,0.1,0.2-0.2-0.4c-0.4-0.6,0.1,0.2-0.2-0.4c-0.4-0.6,0.1,0.2-0.3-0.4c-0.4-0.6,0.1,0.2-0.3-0.4"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M443.8,96.4c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4
+ c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M436.5,92.8c0.2,0.6-0.1-0.2,0.1,0.4c0.2,0.6-0.1-0.2,0.1,0.4c0.1,0.3,0-0.1,0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M437.6,95.1c0.1,0.2,0-0.1,0.1,0.1c0.3,0.5-0.1-0.2,0.2,0.4c0.4,0.6-0.1-0.2,0.3,0.4c0.4,0.6-0.1-0.2,0.3,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M440.2,89.2c0.4,0-0.1,0,0.2,0c0.7,0.1-0.2-0.1,0.5,0.1c0.7,0.2-0.2-0.1,0.5,0.2c0.7,0.3-0.2-0.1,0.5,0.2c0.6,0.4-0.2-0.2,0.4,0.3
+ c0.6,0.5-0.2-0.2,0.4,0.4c0.5,0.6-0.1-0.2,0.3,0.4c0.4,0.7-0.1-0.2,0.3,0.5c0.3,0.7-0.1-0.3,0.2,0.5c0.2,0.8,0-0.3,0.1,0.5
+ c0.1,0.8,0-0.3,0,0.5c0,0.8,0-0.3,0,0.5c-0.2,0.8,0.1-0.3-0.1,0.5c-0.3,0.8,0.1-0.2-0.2,0.5c-0.4,0.7,0.1-0.2-0.3,0.5
+ c-0.5,0.6,0.2-0.2-0.3,0.4c-0.5,0.6,0.2-0.2-0.4,0.4c-0.6,0.5,0.2-0.1-0.4,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M438.4,89.2c-0.4,0.6,0.1-0.2-0.3,0.4c-0.4,0.6,0.1-0.2-0.3,0.4c-0.3,0.5,0.1-0.2-0.2,0.4c-0.1,0.2,0-0.1-0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M436.8,91.8c-0.1,0.3,0-0.1-0.1,0.2c-0.2,0.6,0.1-0.2-0.1,0.4c-0.2,0.6,0.1-0.2-0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M439.9,89.2c-0.3,0,0.1,0-0.2,0c-0.7,0.1,0.2-0.1-0.5,0.1c-0.7,0.2,0.2-0.1-0.4,0.2c-0.5,0.2,0.2-0.1-0.3,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M440.2,96.3c0.4,0-0.1,0,0.2,0c0.7-0.1-0.2,0.1,0.5-0.1c0.7-0.2-0.2,0.1,0.5-0.2c0.7-0.3-0.2,0.1,0.5-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M438.4,89.7c-0.6,0.4,0.2-0.2-0.4,0.3c-0.6,0.5,0.2-0.2-0.4,0.4c-0.5,0.6,0.1-0.2-0.3,0.4c-0.4,0.7,0.1-0.2-0.3,0.5
+ c-0.3,0.7,0.1-0.2-0.2,0.5c-0.2,0.8,0-0.3-0.1,0.5c-0.1,0.8,0-0.3,0,0.5c0,0.8,0-0.3,0,0.5c0.1,0.8-0.1-0.3,0.1,0.5
+ c0.2,0.7-0.1-0.2,0.2,0.5c0.3,0.7-0.1-0.2,0.2,0.5c0.4,0.6-0.2-0.2,0.3,0.4c0.5,0.6-0.2-0.2,0.4,0.4c0.6,0.5-0.2-0.1,0.4,0.3
+ c0.6,0.4-0.2-0.1,0.4,0.2c0.7,0.3-0.2-0.1,0.5,0.2c0.7,0.2-0.2,0,0.5,0.1c0.7,0.1-0.2,0,0.5,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M442.3,96.4c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.5-0.1,0.2,0.2-0.4c0.2-0.5-0.1,0.2,0.2-0.3
+ c0.3-0.5-0.1,0.2,0.2-0.3c0.3-0.5-0.1,0.2,0.2-0.3c0.3-0.5-0.1,0.2,0.2-0.3c0.3-0.5-0.1,0.2,0.2-0.4c0.4-0.6-0.1,0.2,0.3-0.4
+ c0.4-0.6-0.1,0.2,0.3-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M439.7,89.2c0,0,0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M439.9,89.2C439.9,89.2,439.9,89.2,439.9,89.2c0.2,0,0,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M440,89.2c0,0,0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M438.8,91.4c-0.3,0.2,0.1-0.1-0.2,0.2c-0.3,0.3,0.1-0.1-0.2,0.2c-0.2,0.3,0.1-0.1-0.1,0.2c-0.2,0.4,0-0.1-0.1,0.2
+ c-0.1,0.4,0-0.1-0.1,0.3c0,0.4,0-0.1,0,0.3c0,0.4,0-0.1,0,0.3c0.1,0.4,0-0.1,0.1,0.3c0.2,0.4-0.1-0.1,0.1,0.2
+ c0.2,0.3-0.1-0.1,0.1,0.2c0.3,0.3-0.1-0.1,0.2,0.2c0.3,0.2-0.1-0.1,0.2,0.2c0.3,0.2-0.1,0,0.2,0.1c0.4,0.1-0.1,0,0.2,0.1
+ c0.4,0-0.1,0,0.3,0c0.4,0-0.1,0,0.3,0c0.4-0.1-0.1,0,0.2-0.1c0.3-0.2-0.1,0.1,0.2-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M444.3,92.8c-0.4-0.6,0.1,0.2-0.3-0.4c-0.4-0.6,0.1,0.2-0.3-0.4c-0.3-0.5,0.1,0.2-0.2-0.4c-0.3-0.5,0.1,0.2-0.2-0.3
+ c-0.3-0.5,0.1,0.2-0.2-0.3c-0.3-0.5,0.1,0.2-0.2-0.3c-0.3-0.5,0.1,0.2-0.2-0.3c-0.2-0.5,0.1,0.2-0.2-0.4c-0.2-0.6,0.1,0.2-0.1-0.4
+ c-0.2-0.6,0.1,0.2-0.1-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M440.2,94.1c0.3-0.2-0.1,0.1,0.2-0.2c0.3-0.3-0.1,0.1,0.2-0.2c0.2-0.3-0.1,0.1,0.1-0.2c0.2-0.4,0,0.1,0.1-0.2
+ c0.1-0.4,0,0.1,0.1-0.3c0-0.4,0,0.1,0-0.3c0-0.4,0,0.1,0-0.3c-0.1-0.4,0,0.1-0.1-0.3c-0.2-0.4,0.1,0.1-0.1-0.2
+ c-0.2-0.3,0.1,0.1-0.1-0.2c-0.3-0.3,0.1,0.1-0.2-0.2c-0.3-0.2,0.1,0.1-0.2-0.2c-0.3-0.2,0.1,0-0.2-0.1c-0.4-0.1,0.1,0-0.2-0.1
+ c-0.4,0,0.1,0-0.3,0c-0.4,0,0.1,0-0.3,0c-0.4,0.1,0.1,0-0.2,0.1c-0.3,0.2,0.1-0.1-0.2,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M439.7,96.3c0,0,0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M439.9,96.3C439.9,96.3,439.8,96.3,439.9,96.3c0.2,0,0,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M440,96.3c0,0,0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.3,163.2c-0.4,0.5,0.1-0.2-0.3,0.3c-0.3,0.5,0.1-0.2-0.2,0.4c-0.3,0.6,0.1-0.2-0.2,0.4c-0.3,0.7,0.1-0.2-0.2,0.4
+ c-0.2,0.7,0.1-0.2-0.1,0.5c-0.2,0.7,0.1-0.2-0.1,0.5c-0.1,0.8,0-0.3-0.1,0.5c-0.1,0.8,0-0.3-0.1,0.5c0,0.8,0-0.3,0,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.1,164.8c-0.3-0.5,0.1,0.1-0.2-0.3c-0.4-0.4,0.1,0.1-0.3-0.3c-0.4-0.3,0.2,0.1-0.3-0.2c-0.5-0.2,0.2,0-0.3-0.1
+ c-0.2,0,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.1,169.7c-0.3,0.5,0.1-0.1-0.2,0.3c-0.4,0.4,0.1-0.1-0.3,0.3c-0.4,0.3,0.2-0.1-0.3,0.2c-0.5,0.2,0.2,0-0.3,0.1
+ c-0.2,0,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.3,171.3c-0.4-0.5,0.1,0.2-0.3-0.3c-0.3-0.5,0.1,0.2-0.2-0.4c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.7,0.1,0.2-0.2-0.4
+ c-0.2-0.7,0.1,0.2-0.1-0.5c-0.2-0.7,0.1,0.2-0.1-0.5c-0.1-0.8,0,0.3-0.1-0.5c-0.1-0.8,0,0.3-0.1-0.5c0-0.8,0,0.3,0-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.7,167.2c0,0.9,0-0.3,0,0.6c-0.1,0.8,0.1-0.3-0.1,0.6c-0.2,0.8,0.1-0.3-0.1,0.5c-0.3,0.7,0.1-0.2-0.2,0.5
+ c-0.2,0.4,0.1-0.1-0.1,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.7,167.2c0-0.9,0,0.3,0-0.6c-0.1-0.8,0.1,0.3-0.1-0.6c-0.2-0.8,0.1,0.3-0.1-0.5c-0.3-0.7,0.1,0.2-0.2-0.5
+ c-0.2-0.4,0.1,0.1-0.1-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404,171.3c0.4,0.4-0.2-0.1,0.3,0.3c0.5,0.3-0.2-0.1,0.3,0.2c0.5,0.2-0.2-0.1,0.3,0.1c0.5,0.1-0.2,0,0.3,0.1c0.3,0-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.4,162.4c-0.3,0,0.1,0-0.2,0c-0.5,0.1,0.2-0.1-0.3,0.1c-0.5,0.2,0.2-0.1-0.3,0.1c-0.5,0.3,0.2-0.1-0.3,0.2
+ c-0.5,0.4,0.1-0.2-0.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.1,164.8C404.1,164.6,404.1,164.8,404.1,164.8c-0.4-0.6,0.1,0.1-0.3-0.4c-0.4-0.4,0.2,0.1-0.3-0.3c-0.5-0.3,0.2,0.1-0.3-0.2
+ c-0.5-0.2,0.2,0-0.3-0.1c-0.5,0,0.2,0-0.3,0c-0.5,0.1,0.2-0.1-0.3,0.1c-0.5,0.3,0.1-0.1-0.3,0.2c-0.4,0.4,0.1-0.1-0.3,0.3
+ c-0.4,0.5,0.1-0.2-0.3,0.4c-0.3,0.6,0.1-0.2-0.2,0.4c-0.3,0.7,0.1-0.2-0.2,0.5c-0.2,0.8,0.1-0.3-0.1,0.5c-0.1,0.8,0-0.3-0.1,0.6
+ c-0.1,0.9,0-0.3,0,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.9,170.5c-0.2,0,0.1,0-0.2,0c-0.5-0.1,0.1,0.1-0.3-0.1c-0.5-0.3,0.1,0.1-0.3-0.2c-0.4-0.4,0.1,0.1-0.3-0.3
+ c-0.4-0.5,0.1,0.2-0.2-0.3c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.7,0.1,0.2-0.2-0.5c-0.2-0.7,0.1,0.3-0.1-0.5c-0.1-0.8,0,0.3-0.1-0.5
+ c0-0.8,0,0.3,0-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.1,169.7C404.1,169.8,404.1,169.7,404.1,169.7c-0.4,0.6,0.1-0.1-0.3,0.4c-0.4,0.4,0.2-0.1-0.3,0.3c-0.5,0.3,0.2-0.1-0.3,0.2
+ c-0.5,0.2,0.2,0-0.3,0.1c-0.5,0,0.2,0-0.3,0c-0.5-0.1,0.2,0.1-0.3-0.1c-0.5-0.3,0.1,0.1-0.3-0.2c-0.4-0.4,0.1,0.1-0.3-0.3
+ c-0.4-0.5,0.1,0.2-0.3-0.4c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.7,0.1,0.2-0.2-0.5c-0.2-0.8,0.1,0.3-0.1-0.5c-0.1-0.8,0,0.3-0.1-0.6
+ c-0.1-0.9,0,0.3,0-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.5,167.2c0-0.8,0,0.3,0-0.5c-0.1-0.8,0,0.3-0.1-0.5c-0.1-0.8,0,0.3-0.1-0.5c-0.2-0.7,0.1,0.2-0.1-0.5c-0.2-0.7,0.1,0.2-0.1-0.5
+ c-0.3-0.7,0.1,0.2-0.2-0.4c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.5,0.1,0.2-0.2-0.4c-0.4-0.5,0.1,0.1-0.3-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.9,163.2c-0.4-0.4,0.2,0.1-0.3-0.3c-0.5-0.3,0.2,0.1-0.3-0.2c-0.5-0.2,0.2,0.1-0.3-0.1c-0.5-0.1,0.2,0-0.3-0.1
+ c-0.3,0,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.5,167.2c0,0.8,0-0.3,0,0.5c-0.1,0.8,0-0.3-0.1,0.5c-0.1,0.8,0-0.3-0.1,0.5c-0.2,0.7,0.1-0.2-0.1,0.5c-0.2,0.7,0.1-0.2-0.1,0.5
+ c-0.3,0.7,0.1-0.2-0.2,0.4c-0.3,0.6,0.1-0.2-0.2,0.4c-0.3,0.5,0.1-0.2-0.2,0.4c-0.4,0.5,0.1-0.2-0.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.4,172c0.3,0-0.1,0,0.2,0c0.5-0.1-0.2,0.1,0.3-0.1c0.5-0.2-0.2,0.1,0.3-0.1c0.5-0.3-0.2,0.1,0.3-0.2c0.5-0.4-0.1,0.2,0.3-0.3"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.9,163.9c-0.2,0,0.1,0-0.2,0c-0.5,0.1,0.1-0.1-0.3,0.1c-0.5,0.3,0.1-0.1-0.3,0.2c-0.4,0.4,0.1-0.1-0.3,0.3
+ c-0.4,0.5,0.1-0.2-0.2,0.3c-0.3,0.6,0.1-0.2-0.2,0.4c-0.3,0.7,0.1-0.2-0.2,0.5c-0.2,0.7,0.1-0.3-0.1,0.5c-0.1,0.8,0-0.3-0.1,0.5
+ c0,0.8,0-0.3,0,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M399.9,67c0,0.8,0-0.3,0,0.5c0.1,0.8,0-0.3,0.1,0.5c0.1,0.8,0-0.3,0.1,0.5c0.2,0.7-0.1-0.2,0.1,0.5c0.2,0.7-0.1-0.2,0.1,0.5
+ c0.3,0.7-0.1-0.2,0.2,0.4c0.3,0.6-0.1-0.2,0.2,0.4c0.3,0.5-0.1-0.2,0.2,0.4c0.4,0.5-0.1-0.1,0.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.8,68.8c0.1-0.2,0,0.1,0.1-0.1c0.2-0.6-0.1,0.2,0.2-0.4c0.2-0.6,0,0.2,0.1-0.4c0.1-0.7,0,0.2,0.1-0.4c0-0.7,0,0.2,0-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.8,65.2c0.1,0.2,0-0.1,0.1,0.1c0.2,0.6-0.1-0.2,0.2,0.4c0.2,0.6,0-0.2,0.1,0.4c0.1,0.7,0-0.2,0.1,0.4c0,0.7,0-0.2,0,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.8,64.5c0.2,0-0.1,0,0.1,0c0.4,0.1-0.1-0.1,0.3,0.1c0.4,0.2-0.1-0.1,0.2,0.2c0.3,0.4-0.1-0.1,0.2,0.2c0.1,0.1,0,0,0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M399.9,67c0-0.8,0,0.3,0-0.5c0.1-0.8,0,0.3,0.1-0.5c0.1-0.8,0,0.3,0.1-0.5c0.2-0.7-0.1,0.2,0.1-0.5c0.2-0.7-0.1,0.2,0.1-0.5
+ c0.3-0.7-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.5-0.1,0.2,0.2-0.4c0.4-0.5-0.1,0.2,0.2-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.4,62.2c-0.3,0,0.1,0-0.2,0c-0.5,0.1,0.2-0.1-0.3,0.1c-0.5,0.2,0.2-0.1-0.3,0.2c-0.5,0.3,0.2-0.1-0.3,0.2
+ c-0.5,0.4,0.1-0.2-0.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.9,71.1c0.4,0.4-0.2-0.1,0.3,0.3c0.5,0.3-0.2-0.1,0.3,0.2c0.5,0.2-0.2-0.1,0.3,0.1c0.5,0.1-0.2,0,0.3,0.1c0.3,0-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.8,69.5c0.2,0-0.1,0,0.1,0c0.4-0.1-0.1,0.1,0.3-0.1c0.4-0.2-0.1,0.1,0.2-0.2c0.3-0.4-0.1,0.1,0.2-0.2c0.1-0.1,0,0,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.2,67c0-0.7,0,0.2,0-0.5c0.1-0.7,0,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.2-0.4c0.3-0.5-0.1,0.2,0.2-0.3
+ c0.3-0.4-0.1,0.1,0.2-0.3c0.3-0.3-0.1,0.1,0.2-0.2c0.4-0.2-0.1,0,0.3-0.1c0.4-0.1-0.1,0,0.3,0c0.4,0-0.1,0,0.3,0
+ c0.4,0.2-0.1-0.1,0.3,0.1c0.4,0.3-0.1-0.1,0.2,0.2c0.3,0.4-0.1-0.1,0.2,0.3c0.1,0.2,0-0.1,0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.4,67c0-0.7,0,0.2,0-0.5c0.1-0.7,0,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.2-0.4c0.3-0.5-0.1,0.1,0.2-0.3
+ c0.3-0.4-0.1,0.1,0.2-0.2c0.4-0.3-0.1,0.1,0.2-0.2c0.4-0.1-0.1,0,0.3-0.1c0.2,0-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.2,67c0,0.7,0-0.2,0,0.5c0.1,0.7,0-0.2,0.1,0.4c0.2,0.6-0.1-0.2,0.1,0.4c0.2,0.6-0.1-0.2,0.2,0.4c0.3,0.5-0.1-0.2,0.2,0.3
+ c0.3,0.4-0.1-0.1,0.2,0.3c0.3,0.3-0.1-0.1,0.2,0.2c0.4,0.2-0.1,0,0.3,0.1c0.4,0.1-0.1,0,0.3,0c0.4,0-0.1,0,0.3,0
+ c0.4-0.2-0.1,0.1,0.3-0.1c0.4-0.3-0.1,0.1,0.2-0.2c0.3-0.4-0.1,0.1,0.2-0.3c0.1-0.2,0,0.1,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.4,67c0,0.7,0-0.2,0,0.5c0.1,0.7,0-0.2,0.1,0.4c0.2,0.6-0.1-0.2,0.1,0.4c0.2,0.6-0.1-0.2,0.2,0.4c0.3,0.5-0.1-0.1,0.2,0.3
+ c0.3,0.4-0.1-0.1,0.2,0.2c0.4,0.3-0.1-0.1,0.2,0.2c0.4,0.1-0.1,0,0.3,0.1c0.2,0-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.9,63c-0.4-0.4,0.2,0.1-0.3-0.3c-0.5-0.3,0.2,0.1-0.3-0.2c-0.5-0.2,0.2,0.1-0.3-0.2c-0.5-0.1,0.2,0-0.3-0.1c-0.3,0,0.1,0-0.2,0
+ "/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.2,63c0.4,0.5-0.1-0.2,0.2,0.3c0.4,0.5-0.1-0.2,0.2,0.4c0.3,0.6-0.1-0.2,0.2,0.4c0.3,0.7-0.1-0.2,0.2,0.4
+ c0.2,0.7-0.1-0.2,0.1,0.5c0.2,0.7-0.1-0.2,0.1,0.5c0.1,0.8,0-0.3,0.1,0.5c0.1,0.8,0-0.3,0.1,0.5c0,0.8,0-0.3,0,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.2,71.1c0.4-0.5-0.1,0.2,0.2-0.3c0.4-0.5-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.7-0.1,0.2,0.2-0.4
+ c0.2-0.7-0.1,0.2,0.1-0.5c0.2-0.7-0.1,0.2,0.1-0.5c0.1-0.8,0,0.3,0.1-0.5c0.1-0.8,0,0.3,0.1-0.5c0-0.8,0,0.3,0-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.4,71.8c0.3,0-0.1,0,0.2,0c0.5-0.1-0.2,0.1,0.3-0.1c0.5-0.2-0.2,0.1,0.3-0.1c0.5-0.3-0.2,0.1,0.3-0.2c0.5-0.4-0.1,0.2,0.3-0.3"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M451,193.1c0.1,0.5,0-0.2,0,0.3c0.1,0.5,0-0.2,0,0.3c0.1,0.4,0-0.1,0.1,0.2c0.1,0.3,0-0.1,0.1,0.2c0.1,0.2,0-0.1,0.1,0.1
+ c0.1,0.1,0,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.4,167.2c0-1.2,0,0.4,0-0.8c-0.1-1.1,0.1,0.4-0.1-0.7c-0.2-1.1,0.1,0.4-0.2-0.7c-0.3-1,0.1,0.3-0.2-0.7
+ c-0.3-0.6,0.1,0.2-0.2-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M407.6,163.9c-0.2-0.3,0.1,0.1-0.1-0.2c-0.5-0.8,0.2,0.2-0.3-0.5c-0.5-0.6,0.2,0.2-0.4-0.4c-0.6-0.5,0.2,0.1-0.4-0.3
+ c-0.6-0.3,0.2,0.1-0.4-0.2c-0.7-0.1,0.2,0-0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.7,159.9c-0.7,1.3,0.2-0.4-0.5,0.9c-0.7,1.2,0.2-0.4-0.4,0.8c-0.6,1.2,0.2-0.4-0.4,0.8c-0.5,1.2,0.2-0.4-0.3,0.8c0,0,0,0,0,0"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.5,172.1c0.7-0.1-0.2,0.1,0.4-0.1c0.7-0.2-0.2,0.1,0.4-0.2c0.6-0.4-0.2,0.2,0.4-0.3c0.6-0.6-0.2,0.2,0.4-0.4
+ c0.5-0.7-0.2,0.3,0.3-0.5c0.2-0.3-0.1,0.1,0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M407.6,170.5c0.3-0.6-0.1,0.2,0.2-0.4c0.4-1-0.1,0.3,0.2-0.7c0.3-1.1-0.1,0.4,0.2-0.7c0.2-1.1,0,0.4,0.1-0.7c0.1-1.2,0,0.4,0-0.8"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.1,167.2c-0.1-1.3,0,0.4-0.1-0.9c-0.2-1.2,0.1,0.4-0.1-0.8c-0.2-1.2,0.1,0.4-0.2-0.8c-0.3-1.2,0.1,0.4-0.2-0.8
+ c-0.4-1.2,0.1,0.4-0.3-0.8c-0.5-1.2,0.2,0.4-0.3-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.7-1.3,0.3,0.4-0.5-0.9"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412.6,174.6c0.7-1.3-0.2,0.4,0.5-0.9c0.7-1.2-0.2,0.4,0.4-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.5-1.2-0.2,0.4,0.3-0.8
+ c0.4-1.2-0.1,0.4,0.3-0.8c0.3-1.2-0.1,0.4,0.2-0.8c0.2-1.2-0.1,0.4,0.2-0.8c0.2-1.2,0,0.4,0.1-0.8c0.1-1.3,0,0.4,0.1-0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.1,171.3C402.1,171.3,402.1,171.3,402.1,171.3c0.5,1.2-0.2-0.4,0.3,0.8c0.6,1.2-0.2-0.4,0.4,0.8c0.6,1.2-0.2-0.4,0.4,0.8
+ c0.7,1.3-0.3-0.4,0.5,0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M409.7,167.2c0-1.5,0,0.5,0-1c-0.2-1.4,0.1,0.5-0.1-1c-0.3-1.4,0.1,0.5-0.2-0.9c-0.4-1.3,0.1,0.4-0.3-0.9c-0.5-1.2,0.2,0.4-0.3-0.8
+ c-0.6-1.1,0.2,0.4-0.4-0.7c-0.6-0.9,0.2,0.3-0.4-0.6c-0.7-0.8,0.3,0.2-0.5-0.5c-0.8-0.6,0.3,0.2-0.5-0.4c-0.8-0.4,0.3,0.1-0.5-0.3
+ c-0.8-0.2,0.3,0-0.6-0.1c-0.8,0,0.3,0-0.6,0c-0.8,0.2,0.3-0.1-0.6,0.1c-0.8,0.4,0.3-0.2-0.5,0.3c-0.8,0.6,0.2-0.2-0.5,0.4
+ c-0.7,0.8,0.2-0.3-0.5,0.5c-0.7,0.9,0.2-0.3-0.4,0.6c-0.6,1.1,0.2-0.4-0.4,0.7c-0.3,0.8,0.1-0.3-0.2,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404,171.3c0.5,0.5-0.2-0.2,0.3,0.3c0.6,0.5-0.2-0.1,0.4,0.3c0.6,0.3-0.2-0.1,0.4,0.2c0.7,0.1-0.2,0,0.4,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M411,167.2c-0.7-1.3,0.2,0.4-0.5-0.9c-0.7-1.2,0.2,0.4-0.4-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.5-1.2,0.2,0.4-0.3-0.8
+ c-0.4-1.2,0.1,0.4-0.3-0.8c-0.3-1.2,0.1,0.4-0.2-0.8c-0.2-1.2,0.1,0.4-0.2-0.8c-0.2-1.2,0,0.4-0.1-0.8c-0.1-1.3,0,0.4-0.1-0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.1,171.3c0.3,0.8-0.1-0.2,0.2,0.5c0.6,1.1-0.2-0.4,0.4,0.7c0.6,0.9-0.2-0.3,0.4,0.6c0.7,0.8-0.3-0.2,0.5,0.5
+ c0.8,0.6-0.3-0.2,0.5,0.4c0.8,0.4-0.3-0.1,0.5,0.3c0.8,0.2-0.3,0,0.6,0.1c0.8,0-0.3,0,0.6,0c0.8-0.2-0.3,0.1,0.6-0.1
+ c0.8-0.4-0.3,0.2,0.5-0.3c0.8-0.6-0.2,0.2,0.5-0.4c0.7-0.8-0.2,0.3,0.5-0.5c0.7-0.9-0.2,0.3,0.4-0.6c0.6-1.1-0.2,0.4,0.4-0.7
+ c0.5-1.2-0.1,0.4,0.3-0.8c0.4-1.3-0.1,0.4,0.3-0.9c0.3-1.4-0.1,0.5,0.2-0.9c0.2-1.4,0,0.5,0.1-1c0.1-1.5,0,0.5,0-1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.5,162.3c-0.7,0.1,0.2-0.1-0.4,0.1c-0.7,0.2,0.2-0.1-0.4,0.2c-0.6,0.4,0.2-0.2-0.4,0.3c-0.5,0.5,0.1-0.2-0.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.6,174.6c0.1-1.3,0,0.4,0.1-0.9c0.2-1.2-0.1,0.4,0.1-0.8c0.2-1.2-0.1,0.4,0.2-0.8c0.3-1.2-0.1,0.4,0.2-0.8
+ c0.4-1.2-0.1,0.4,0.3-0.8c0.5-1.2-0.2,0.4,0.3-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.7-1.3-0.3,0.4,0.5-0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.3,67c0-1.2,0,0.4,0-0.8c-0.1-1.1,0.1,0.4-0.1-0.7c-0.2-1.1,0.1,0.4-0.2-0.7c-0.3-1,0.1,0.3-0.2-0.7c-0.4-0.9,0.2,0.3-0.3-0.6
+ c-0.5-0.8,0.2,0.2-0.3-0.5c-0.5-0.6,0.2,0.2-0.4-0.4c-0.6-0.5,0.2,0.1-0.4-0.3c-0.6-0.3,0.2,0.1-0.4-0.2c-0.7-0.1,0.2,0-0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.7,59.7c-0.7,1.3,0.2-0.4-0.5,0.9c-0.7,1.2,0.2-0.4-0.4,0.8c-0.6,1.2,0.2-0.4-0.4,0.8c-0.5,1.2,0.2-0.4-0.3,0.8c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.5,71.9c0.7-0.1-0.2,0.1,0.4-0.1c0.7-0.2-0.2,0.1,0.4-0.2c0.6-0.4-0.2,0.2,0.4-0.3c0.6-0.6-0.2,0.2,0.4-0.4
+ c0.5-0.7-0.2,0.3,0.3-0.5c0.4-0.9-0.1,0.3,0.3-0.6c0.4-1-0.1,0.3,0.2-0.7c0.3-1.1-0.1,0.4,0.2-0.7c0.2-1.1,0,0.4,0.1-0.7
+ c0.1-1.2,0,0.4,0-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415,67c-0.1-1.3,0,0.4-0.1-0.9c-0.2-1.2,0.1,0.4-0.1-0.8c-0.2-1.2,0.1,0.4-0.2-0.8c-0.3-1.2,0.1,0.4-0.2-0.8
+ c-0.4-1.2,0.1,0.4-0.3-0.8c-0.5-1.2,0.2,0.4-0.3-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.7-1.3,0.3,0.4-0.5-0.9"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412.6,74.4c0.7-1.3-0.2,0.4,0.5-0.9c0.7-1.2-0.2,0.4,0.4-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.5-1.2-0.2,0.4,0.3-0.8
+ c0.4-1.2-0.1,0.4,0.3-0.8c0.3-1.2-0.1,0.4,0.2-0.8c0.2-1.2-0.1,0.4,0.2-0.8c0.2-1.2,0,0.4,0.1-0.8c0.1-1.3,0,0.4,0.1-0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402,71.1C402.1,71.1,402,71.1,402,71.1c0.5,1.2-0.2-0.4,0.3,0.8c0.6,1.2-0.2-0.4,0.4,0.8c0.6,1.2-0.2-0.4,0.4,0.8
+ c0.7,1.3-0.3-0.4,0.5,0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M409.6,67c0-1.5,0,0.5,0-1c-0.2-1.4,0.1,0.5-0.1-1c-0.3-1.4,0.1,0.5-0.2-0.9c-0.4-1.3,0.1,0.4-0.3-0.9c-0.5-1.2,0.2,0.4-0.3-0.8
+ c-0.6-1.1,0.2,0.4-0.4-0.7c-0.4-0.6,0.1,0.2-0.3-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.1,61.4c-0.3-0.3,0.1,0.1-0.2-0.2c-0.7-0.8,0.3,0.2-0.5-0.5c-0.8-0.6,0.3,0.2-0.5-0.4c-0.8-0.4,0.3,0.1-0.5-0.3
+ c-0.8-0.2,0.3,0-0.6-0.1c-0.8,0,0.3,0-0.6,0c-0.8,0.2,0.3-0.1-0.6,0.1c-0.8,0.4,0.3-0.2-0.5,0.3c-0.8,0.6,0.2-0.2-0.5,0.4
+ c-0.7,0.8,0.2-0.3-0.5,0.5c-0.7,0.9,0.2-0.3-0.4,0.6c-0.6,1.1,0.2-0.4-0.4,0.7c-0.3,0.8,0.1-0.3-0.2,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.9,71.1c0.5,0.5-0.2-0.2,0.3,0.3c0.6,0.5-0.2-0.1,0.4,0.3c0.6,0.3-0.2-0.1,0.4,0.2c0.7,0.1-0.2,0,0.4,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M411,67c-0.7-1.3,0.2,0.4-0.5-0.9c-0.7-1.2,0.2,0.4-0.4-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.5-1.2,0.2,0.4-0.3-0.8
+ c-0.4-1.2,0.1,0.4-0.3-0.8c-0.3-1.2,0.1,0.4-0.2-0.8c-0.2-1.2,0.1,0.4-0.2-0.8c-0.2-1.2,0,0.4-0.1-0.8c-0.1-1.3,0,0.4-0.1-0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.1,71.1c0.3,0.8-0.1-0.2,0.2,0.5c0.6,1.1-0.2-0.4,0.4,0.7c0.6,0.9-0.2-0.3,0.4,0.6c0.7,0.8-0.3-0.2,0.5,0.5
+ c0.8,0.6-0.3-0.2,0.5,0.4c0.8,0.4-0.3-0.1,0.5,0.3c0.8,0.2-0.3,0,0.6,0.1c0.8,0-0.3,0,0.6,0c0.8-0.2-0.3,0.1,0.6-0.1
+ c0.8-0.4-0.3,0.2,0.5-0.3c0.8-0.6-0.2,0.2,0.5-0.4c0.7-0.8-0.2,0.3,0.5-0.5c0.3-0.3-0.1,0.1,0.2-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.1,72.7c0.4-0.6-0.1,0.2,0.3-0.4c0.6-1.1-0.2,0.4,0.4-0.7c0.5-1.2-0.1,0.4,0.3-0.8c0.4-1.3-0.1,0.4,0.3-0.9
+ c0.3-1.4-0.1,0.5,0.2-0.9c0.2-1.4,0,0.5,0.1-1c0.1-1.5,0,0.5,0-1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.5,62.1c-0.7,0.1,0.2-0.1-0.4,0.1c-0.7,0.2,0.2-0.1-0.4,0.2c-0.6,0.4,0.2-0.2-0.4,0.3c-0.5,0.5,0.1-0.2-0.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.5,74.4c0.1-1.3,0,0.4,0.1-0.9c0.2-1.2-0.1,0.4,0.1-0.8c0.2-1.2-0.1,0.4,0.2-0.8c0.3-1.2-0.1,0.4,0.2-0.8
+ c0.4-1.2-0.1,0.4,0.3-0.8c0.5-1.2-0.2,0.4,0.3-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.7-1.3-0.3,0.4,0.5-0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.3,60.5c0.7,0.1-0.2-0.1,0.5,0.1c0.7,0.2-0.2-0.1,0.5,0.2c0.7,0.4-0.2-0.2,0.5,0.3c0.7,0.6-0.2-0.2,0.4,0.4
+ c0.6,0.7-0.2-0.2,0.4,0.5c0.6,0.8-0.2-0.3,0.4,0.6c0.5,1-0.1-0.3,0.3,0.6c0.4,1.1-0.1-0.4,0.3,0.7c0.3,1.1-0.1-0.4,0.2,0.8
+ c0.1,0.6,0-0.2,0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M418.9,64.9c0.1,0.6,0-0.2,0.1,0.4c0.2,1.3,0-0.4,0.1,0.8c0.1,1.3,0-0.4,0,0.9c0,1.3,0-0.4,0,0.9c-0.1,1.3,0.1-0.4-0.1,0.8
+ c-0.1,0.6,0-0.2-0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M418.9,69.1c-0.1,0.6,0-0.2-0.1,0.4c-0.3,1.2,0.1-0.4-0.2,0.8c-0.4,1.1,0.1-0.3-0.3,0.7c-0.5,1,0.2-0.3-0.3,0.6
+ c-0.5,0.9,0.2-0.3-0.4,0.6c-0.6,0.7,0.2-0.2-0.4,0.5c-0.6,0.6,0.2-0.2-0.4,0.4c-0.7,0.4,0.2-0.1-0.5,0.3c-0.7,0.3,0.2-0.1-0.5,0.2
+ c-0.7,0.1,0.2,0-0.5,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M413.9,62.2c0.5,0.6-0.2-0.2,0.3,0.4c0.5,0.8-0.2-0.3,0.3,0.5c0.4,0.9-0.1-0.3,0.3,0.6c0.4,1-0.1-0.3,0.2,0.7
+ c0.3,1.1-0.1-0.4,0.2,0.7c0.2,1.1,0-0.4,0.1,0.8c0.1,1.2,0-0.4,0.1,0.8c0,1.2,0-0.4,0,0.8c-0.1,1.2,0-0.4-0.1,0.8
+ c-0.2,1.1,0.1-0.4-0.1,0.8c-0.3,1.1,0.1-0.4-0.2,0.7c-0.3,1,0.1-0.3-0.2,0.7c-0.4,0.9,0.2-0.3-0.3,0.6c-0.5,0.8,0.2-0.3-0.3,0.5
+ c-0.5,0.7,0.2-0.2-0.3,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M413.2,60.8c0.6,0.3-0.2-0.1,0.4,0.2c0.7,0.6-0.2-0.2,0.4,0.4c0.6,0.7-0.2-0.2,0.4,0.5c0.6,0.8-0.2-0.3,0.4,0.6
+ c0.5,1-0.1-0.3,0.3,0.6c0.4,1.1-0.1-0.4,0.3,0.7c0.3,1.1-0.1-0.4,0.2,0.8c0.3,1.2-0.1-0.4,0.2,0.8c0.2,1.3,0-0.4,0.1,0.8
+ c0.1,1.3,0-0.4,0,0.9c0,1.3,0-0.4,0,0.9c-0.1,1.3,0.1-0.4-0.1,0.8c-0.2,1.2,0.1-0.4-0.2,0.8c-0.3,1.2,0.1-0.4-0.2,0.8
+ c-0.4,1.1,0.2-0.3-0.3,0.7c-0.5,1,0.2-0.3-0.3,0.6c-0.5,0.9,0.2-0.3-0.4,0.6c-0.6,0.7,0.2-0.2-0.4,0.5c-0.6,0.6,0.2-0.2-0.4,0.4
+ c-0.6,0.4,0.2-0.1-0.4,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M513.8,42.2c-0.1-0.6,0,0.2-0.1-0.4c-0.2-0.5,0.1,0.2-0.1-0.3c-0.3-0.4,0.1,0.1-0.2-0.2c-0.3-0.2,0.1,0.1-0.2-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M513.7,41.7c-0.4,0.2,0.1-0.1-0.2,0.1c-0.5,0.3,0.2-0.1-0.3,0.2c-0.5,0.5,0.1-0.2-0.3,0.3c-0.5,0.6,0.1-0.2-0.3,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M513.6,45.7c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.9-0.1,0.3,0.2-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M513.2,41.2C513.1,41.1,513.2,41.2,513.2,41.2c-0.5-0.1,0.1,0-0.3-0.1c-0.5,0.1,0.2,0-0.3,0c-0.5,0.2,0.2-0.1-0.3,0.1
+ c-0.5,0.3,0.2-0.1-0.3,0.2c-0.5,0.5,0.2-0.2-0.3,0.3c-0.5,0.6,0.1-0.2-0.3,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M414.6,163.3c-0.5-0.9,0.2,0.3-0.4-0.6c-0.4-0.5,0.1,0.2-0.3-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415,162.7c-0.6-0.9,0.2,0.3-0.4-0.6c-0.6-0.8,0.2,0.2-0.4-0.5c-0.7-0.6,0.3,0.2-0.5-0.4c-0.6-0.4,0.2,0.1-0.4-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M414.6,163.3c0.5,1-0.1-0.3,0.3,0.7c0.4,1.1-0.1-0.4,0.3,0.7c0.3,1.2-0.1-0.4,0.2,0.8c0.2,1.2,0-0.4,0.1,0.8c0.1,1.3,0-0.4,0,0.9
+ c0,1.3,0-0.4,0,0.9c-0.1,1.3,0.1-0.4-0.1,0.8c-0.2,1.2,0.1-0.4-0.2,0.8c-0.3,1.1,0.1-0.4-0.2,0.7c-0.4,1,0.2-0.3-0.3,0.7
+ c-0.5,0.9,0.2-0.3-0.4,0.6c-0.5,0.7,0.2-0.2-0.4,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415,162.7c0.5,1.1-0.2-0.4,0.3,0.7c0.4,1.2-0.1-0.4,0.3,0.8c0.3,1.3-0.1-0.4,0.2,0.9c0.2,1.3-0.1-0.5,0.1,0.9
+ c0.1,1.4,0-0.5,0.1,0.9c0,1.4,0-0.5,0,0.9c-0.1,1.4,0.1-0.5-0.1,0.9c-0.2,1.3,0.1-0.4-0.2,0.9c-0.3,1.3,0.1-0.4-0.2,0.8
+ c-0.4,1.2,0.2-0.4-0.3,0.8c-0.5,1,0.2-0.3-0.4,0.7c-0.6,0.9,0.2-0.3-0.4,0.6c-0.7,0.7,0.2-0.2-0.5,0.5c-0.7,0.6,0.3-0.2-0.5,0.4
+ c-0.4,0.2,0.1-0.1-0.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M510.7,184.2C510.6,184.2,510.7,184.2,510.7,184.2c-0.7-0.4,0.2,0.1-0.5-0.3c-0.7-0.3,0.3,0.1-0.5-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M509.7,183.8c-0.2,0-0.3-0.1-0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M525.9,192.2c-1.1-0.1,0.3,0.1-0.7-0.1c-0.9-0.2,0.3,0.1-0.6-0.2c-0.8-0.4,0.2,0.2-0.5-0.3c-0.6-0.5,0.2,0.2-0.4-0.3
+ c-0.5-0.5,0.1,0.2-0.3-0.4c-0.3-0.6,0.1,0.2-0.2-0.4c-0.2-0.6,0,0.2-0.1-0.4c-0.1-0.6,0,0.2,0-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M523.1,186.2c0-0.9,0,0.3,0-0.6c-0.2-0.9,0.1,0.3-0.1-0.6c-0.3-0.8,0.1,0.3-0.2-0.6c-0.4-0.8,0.1,0.2-0.3-0.5
+ c-0.5-0.7,0.2,0.2-0.3-0.5c-0.6-0.6,0.2,0.2-0.4-0.4c-0.6-0.6,0.2,0.2-0.4-0.4c-0.7-0.5,0.2,0.2-0.5-0.3c-0.7-0.4,0.3,0.1-0.5-0.3
+ c-0.8-0.3,0.3,0.1-0.5-0.2c-0.9-0.2,0.3,0.1-0.6-0.1c-1.1-0.1,0.4,0-0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M518.4,183.7c0.8,0.1-0.3-0.1,0.5,0.1c0.7,0.2-0.2-0.1,0.5,0.2c0.7,0.4-0.2-0.1,0.4,0.3c0.6,0.5-0.2-0.2,0.4,0.3
+ c0.5,0.6-0.1-0.2,0.3,0.4c0.3,0.6-0.1-0.2,0.2,0.4c0.2,0.7,0-0.2,0.1,0.4c0.1,0.7,0-0.2,0,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M520.9,189.8c0,0.9,0-0.3,0,0.6c0.2,0.9-0.1-0.3,0.1,0.6c0.3,0.9-0.1-0.3,0.2,0.6c0.4,0.8-0.2-0.3,0.3,0.5c0.5,0.7-0.2-0.2,0.3,0.5
+ c0.6,0.7-0.2-0.2,0.4,0.4c0.7,0.6-0.2-0.2,0.5,0.4c0.8,0.5-0.3-0.1,0.5,0.3c0.8,0.4-0.3-0.1,0.6,0.2c0.9,0.3-0.3-0.1,0.6,0.2
+ c1,0.2-0.4,0,0.7,0.1c1.2,0.1-0.4,0,0.8,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499.7,184.4c1.3-0.1-0.4,0.1,0.9-0.1c1.3-0.3-0.4,0.2,0.9-0.2c1.2-0.6-0.4,0.2,0.8-0.4c1.2-0.8-0.4,0.3,0.8-0.5
+ c1.1-1-0.3,0.4,0.7-0.7c0.9-1.2-0.3,0.4,0.6-0.8c0.8-1.4-0.2,0.5,0.5-0.9c0.7-1.5-0.2,0.5,0.4-1c0.5-1.6-0.1,0.5,0.3-1.1
+ c0.3-1.7-0.1,0.6,0.2-1.1c0.1-1.7,0,0.6,0.1-1.1c-0.1-1.7,0.1,0.6-0.1-1.1c-0.3-1.7,0.1,0.6-0.2-1.1c-0.4-1.6,0.2,0.5-0.3-1.1
+ c-0.6-1.5,0.2,0.5-0.4-1c-0.8-1.4,0.3,0.4-0.5-0.9c-0.9-1.2,0.3,0.4-0.6-0.8c-1-1,0.4,0.3-0.7-0.7c-1.1-0.8,0.4,0.2-0.8-0.5
+ c-1.2-0.6,0.4,0.2-0.8-0.4c-1.3-0.4,0.4,0.1-0.9-0.2c-1.3-0.2,0.4,0-0.9-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499,184.4c-1.3-0.1,0.4,0.1-0.9-0.1c-1.3-0.3,0.4,0.2-0.9-0.2c-1.2-0.6,0.4,0.2-0.8-0.4c-1.2-0.8,0.4,0.3-0.8-0.5
+ c-1.1-1,0.3,0.4-0.7-0.7c-0.9-1.2,0.3,0.4-0.6-0.8c-0.8-1.4,0.2,0.5-0.5-0.9c-0.7-1.5,0.2,0.5-0.4-1c-0.5-1.6,0.1,0.5-0.3-1.1
+ c-0.3-1.7,0.1,0.6-0.2-1.1c-0.1-1.7,0,0.6-0.1-1.1c0.1-1.7-0.1,0.6,0.1-1.1c0.3-1.7-0.1,0.6,0.2-1.1c0.4-1.6-0.2,0.5,0.3-1.1
+ c0.6-1.5-0.2,0.5,0.4-1c0.8-1.4-0.3,0.4,0.5-0.9c0.9-1.2-0.3,0.4,0.6-0.8c1-1-0.4,0.3,0.7-0.7c1.1-0.8-0.4,0.2,0.8-0.5
+ c1.2-0.6-0.4,0.2,0.8-0.4c1.3-0.4-0.4,0.1,0.9-0.2c1.3-0.2-0.4,0,0.9-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499,181.6c-0.9-0.1,0.3,0.1-0.6-0.1c-0.9-0.3,0.3,0.1-0.6-0.2c-0.8-0.5,0.3,0.2-0.6-0.3c-0.8-0.7,0.2,0.3-0.5-0.5
+ c-0.7-0.8,0.2,0.3-0.4-0.6c-0.6-1,0.2,0.3-0.4-0.7c-0.5-1.1,0.1,0.4-0.3-0.7c-0.3-1.2,0.1,0.4-0.2-0.8c-0.2-1.3,0,0.4-0.1-0.8
+ c0-1.3,0,0.4,0-0.9c0.1-1.3-0.1,0.4,0.1-0.8c0.3-1.2-0.1,0.4,0.2-0.8c0.4-1.1-0.2,0.4,0.3-0.8c0.5-1-0.2,0.3,0.4-0.7
+ c0.7-0.9-0.2,0.3,0.4-0.6c0.7-0.7-0.3,0.2,0.5-0.5c0.8-0.6-0.3,0.2,0.6-0.4c0.9-0.4-0.3,0.1,0.6-0.2c0.9-0.1-0.3,0,0.6-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499,181.6c1-0.1-0.3,0.1,0.7-0.1c1-0.3-0.3,0.1,0.6-0.2c0.9-0.5-0.3,0.2,0.6-0.3c0.8-0.7-0.3,0.3,0.5-0.5c0.7-0.9-0.2,0.3,0.5-0.6
+ c0.6-1-0.2,0.4,0.4-0.7c0.5-1.1-0.1,0.4,0.3-0.8c0.3-1.2-0.1,0.4,0.2-0.8c0.2-1.3,0,0.4,0.1-0.8c0-0.4,0,0.1,0-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M503,176.6c0-0.1,0-0.2,0-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M503,176.3c0-0.4,0,0.1,0-0.3c-0.1-1.3,0.1,0.4-0.1-0.8c-0.3-1.2,0.1,0.4-0.2-0.8c-0.4-1.1,0.2,0.4-0.3-0.8c-0.6-1,0.2,0.3-0.4-0.7
+ c-0.7-0.9,0.3,0.3-0.5-0.6c-0.8-0.7,0.3,0.2-0.5-0.5c-0.9-0.5,0.3,0.1-0.6-0.3c-0.9-0.3,0.3,0.1-0.6-0.2c-1-0.1,0.3,0-0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499.7,184.4c-0.2,0-0.4,0-0.7,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499,184.4c-0.3-0.1,0.1,0-0.2,0c-1.3-0.3,0.4,0.2-0.9-0.2c-1.2-0.6,0.4,0.2-0.8-0.4c-1.2-0.8,0.4,0.3-0.8-0.5
+ c-1.1-1,0.3,0.4-0.7-0.7c-0.9-1.2,0.3,0.4-0.6-0.8c-0.8-1.4,0.2,0.5-0.5-0.9c-0.7-1.5,0.2,0.5-0.4-1c-0.5-1.6,0.1,0.5-0.3-1.1
+ c-0.3-1.7,0.1,0.6-0.2-1.1c-0.1-1.7,0,0.6-0.1-1.1c0.1-1.7-0.1,0.6,0.1-1.1c0.3-1.7-0.1,0.6,0.2-1.1c0.4-1.6-0.2,0.5,0.3-1.1
+ c0.6-1.5-0.2,0.5,0.4-1c0.8-1.4-0.3,0.4,0.5-0.9c0.9-1.2-0.3,0.4,0.6-0.8c1-1-0.4,0.3,0.7-0.7c1.1-0.8-0.4,0.2,0.8-0.5
+ c1.2-0.6-0.4,0.2,0.8-0.4c1.3-0.4-0.4,0.1,0.9-0.2c0.3-0.1-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499,168.5c0.2,0,0.4,0,0.7,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499.7,182.6c-1.1-0.1,0.4,0.1-0.7-0.1c-1.1-0.3,0.4,0.1-0.7-0.2c-1-0.5,0.3,0.2-0.7-0.4c-1-0.7,0.3,0.3-0.6-0.5
+ c-0.9-0.9,0.3,0.3-0.6-0.6c-0.7-1.1,0.2,0.4-0.5-0.7c-0.6-1.2,0.2,0.4-0.4-0.8c-0.5-1.3,0.1,0.5-0.3-0.9c-0.3-1.4,0.1,0.5-0.2-0.9
+ c-0.1-1.5,0,0.5-0.1-1c0.1-1.5-0.1,0.5,0.1-1c0.2-1.4-0.1,0.5,0.2-0.9c0.4-1.4-0.2,0.4,0.3-0.9c0.6-1.3-0.2,0.4,0.4-0.8
+ c0.7-1.1-0.3,0.4,0.5-0.7c0.8-1-0.3,0.3,0.6-0.6c0.9-0.8-0.3,0.2,0.6-0.5c1-0.6-0.4,0.2,0.7-0.4c1.1-0.4-0.4,0.1,0.7-0.2
+ c1.1-0.1-0.4,0,0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499.7,182.6c1.1-0.1-0.4,0.1,0.7-0.1c1.1-0.3-0.4,0.1,0.7-0.2c1-0.5-0.3,0.2,0.7-0.4c1-0.7-0.3,0.3,0.6-0.5
+ c0.9-0.9-0.3,0.3,0.6-0.6c0.7-1.1-0.2,0.4,0.5-0.7c0.6-1.2-0.2,0.4,0.4-0.8c0.5-1.3-0.1,0.5,0.3-0.9c0.3-1.4-0.1,0.5,0.2-0.9
+ c0.1-1.5,0,0.5,0.1-1c-0.1-1.5,0.1,0.5-0.1-1c-0.2-1.4,0.1,0.5-0.2-0.9c-0.4-1.4,0.2,0.4-0.3-0.9c-0.6-1.3,0.2,0.4-0.4-0.8
+ c-0.7-1.1,0.3,0.4-0.5-0.7c-0.8-1,0.3,0.3-0.6-0.6c-0.9-0.8,0.3,0.2-0.6-0.5c-1-0.6,0.4,0.2-0.7-0.4c-1.1-0.4,0.4,0.1-0.7-0.2
+ c-1.1-0.1,0.4,0-0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M438,194.3c0.7,0-0.2,0,0.5,0c0.6-0.2-0.2,0.1,0.4-0.1c0.6-0.3-0.2,0.1,0.4-0.2c0.5-0.4-0.2,0.1,0.3-0.2c0.5-0.5-0.2,0.2,0.3-0.3
+ c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.6-0.1,0.2,0.3-0.4c0.3-0.7-0.1,0.2,0.2-0.5c0.3-0.8-0.1,0.3,0.2-0.5c0.2-0.9-0.1,0.3,0.1-0.6
+ c0.1-0.9,0,0.3,0.1-0.6c0-0.9,0,0.3,0-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M424.5,186.2c0-0.9,0,0.3,0-0.6c0.1-0.9-0.1,0.3,0.1-0.6c0.2-0.8-0.1,0.3,0.1-0.6c0.2-0.8-0.1,0.3,0.2-0.5c0.3-0.7-0.1,0.2,0.2-0.5
+ c0.3-0.6-0.1,0.2,0.2-0.4c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.5-0.2,0.2,0.3-0.3c0.5-0.4-0.2,0.1,0.3-0.3c0.5-0.3-0.2,0.1,0.3-0.2
+ c0.6-0.2-0.2,0.1,0.4-0.1c0.7-0.1-0.2,0,0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M424.5,190.4c0-0.3,0,0.1,0-0.2c0-0.6,0,0.2,0-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.2,186.2c0-0.7,0,0.2,0-0.4c0.1-0.7,0,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.1-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.5-0.1,0.1,0.2-0.3"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.6,182C441.5,182.1,441.6,182,441.6,182c-0.5,0.4,0.1-0.1-0.4,0.3c-0.4,0.5,0.1-0.2-0.3,0.3c-0.4,0.6,0.1-0.2-0.3,0.4
+ c-0.4,0.6,0.1-0.2-0.2,0.4c-0.3,0.7,0.1-0.2-0.2,0.5c-0.3,0.8,0.1-0.3-0.2,0.5c-0.2,0.8,0.1-0.3-0.1,0.6c-0.1,0.9,0-0.3-0.1,0.6
+ c0,0.9,0-0.3,0,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M439.8,189.8c0,0.6,0-0.2,0,0.4c-0.1,0.6,0.1-0.2-0.1,0.4c-0.2,0.6,0.1-0.2-0.1,0.4c-0.3,0.6,0.1-0.2-0.2,0.4
+ c-0.4,0.5,0.1-0.2-0.2,0.3c-0.5,0.4,0.2-0.1-0.3,0.3c-0.5,0.3,0.2-0.1-0.4,0.2c-0.6,0.1,0.2,0-0.4,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.6,153.5c0-0.4,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.2,0,0.1,0-0.2c0-0.2,0,0.1,0-0.1c0-0.1,0,0,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.7,158.6C483.6,158.5,483.7,158.7,483.7,158.6c0-0.2,0,0,0-0.2c0-0.2,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2
+ c0-0.4,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.6,158.6C441.6,158.5,441.6,158.7,441.6,158.6c0-0.2,0,0,0-0.2c0-0.2,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2
+ c0-0.4,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.6,153.5c0-0.4,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.2,0,0.1,0-0.2c0-0.2,0,0.1,0-0.1c0-0.1,0,0,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M458.1,189.3c1.5-0.1-0.5,0,1,0c1.7,0-0.6,0,1.1,0c1.8,0-0.6,0,1.2,0c1.8,0-0.6,0,1.2,0c1.8,0-0.6,0,1.2,0c1.8,0-0.6,0,1.2,0
+ c1.7,0-0.6,0,1.1,0c1.5,0-0.5,0,1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.6,152.2C441.6,152.3,441.6,152.1,441.6,152.2c0,0.2,0,0,0,0.2c0,0.1,0,0,0,0.1c0,0.1,0,0,0,0c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.6,158.6C441.6,158.7,441.6,158.6,441.6,158.6C441.6,158.7,441.6,158.6,441.6,158.6c0,0.2,0,0,0,0.1c0,0.1,0,0,0,0.1
+ c0,0.1,0,0,0,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.7,152.5C483.7,152.4,483.7,152.5,483.7,152.5C483.7,152.4,483.7,152.5,483.7,152.5c0-0.2,0,0,0-0.1c0-0.1,0,0,0-0.1
+ c0-0.1,0,0,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.7,158.9C483.7,158.8,483.7,159,483.7,158.9c0-0.2,0,0,0-0.2c0-0.1,0,0,0-0.1c0-0.1,0,0,0,0c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.7,179.8c-0.1-1.5,0,0.5,0-1c0-1.7,0,0.6,0-1.1c0-1.8,0,0.6,0-1.2c0-1.8,0,0.6,0-1.2c0-1.8,0,0.6,0-1.2c0-1.8,0,0.6,0-1.2
+ c0-1.7,0,0.6,0-1.1c0-1.5,0,0.5,0-1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M471.3,150.8c0-0.4,0,0.1,0-0.2c0-0.4,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M454,150.8c0-0.4,0,0.1,0-0.2c0-0.4,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M454,177.4c0,0.4,0-0.1,0,0.2c0,0.4,0-0.1,0,0.2c0,0.3,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M471.3,177.4c0,0.4,0-0.1,0,0.2c0,0.4,0-0.1,0,0.2c0,0.3,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M471.3,150.8c0.3,0-0.1,0,0.2,0c0.3,0.1-0.1,0,0.2,0c0.3,0.1-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M471.3,177.4c0.3,0-0.1,0,0.2,0c0.3-0.1-0.1,0,0.2,0c0.3-0.1-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M470.6,151.5c0.4-0.4-0.1,0.1,0.3-0.3c0.4-0.4-0.1,0.1,0.2-0.2c0.4-0.4-0.1,0.1,0.2-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M454,150.8c0.4,0.4-0.1-0.1,0.2,0.2c0.4,0.4-0.1-0.1,0.3,0.2c0.4,0.4-0.1-0.1,0.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M454,177.4c-0.3,0,0.1,0-0.2,0c-0.3-0.1,0.1,0-0.2,0c-0.3-0.1,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M453.4,150.9c0.3-0.1-0.1,0,0.2,0c0.3-0.1-0.1,0,0.2,0c0.3-0.1-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M470.6,176.7c0.4,0.4-0.1-0.1,0.3,0.3c0.4,0.4-0.1-0.1,0.2,0.2c0.4,0.4-0.1-0.1,0.2,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M454.7,176.7c-0.4,0.4,0.1-0.1-0.3,0.3c-0.4,0.4,0.1-0.1-0.3,0.2c-0.4,0.4,0.1-0.1-0.2,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M479.1,145.5c0.1-0.6,0,0.2,0.1-0.4c0-0.5,0,0.2,0-0.3c-0.1-0.5,0.1,0.1-0.1-0.3c-0.2-0.4,0.1,0.1-0.1-0.3
+ c-0.3-0.3,0.1,0.1-0.2-0.2c-0.4-0.2,0.2,0.1-0.3-0.1c-0.5-0.1,0.2,0-0.4-0.1c-0.6,0,0.2,0-0.4,0c-0.7,0.1,0.2-0.1-0.5,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M477.1,185.7c1,0-0.3,0,0.7,0c0.9-0.2-0.3,0.1,0.6-0.1c0.8-0.3-0.3,0.1,0.5-0.2c0.7-0.4-0.2,0.2,0.5-0.3c0.6-0.5-0.2,0.2,0.4-0.4
+ c0.4-0.6-0.1,0.2,0.3-0.4c0.3-0.7-0.1,0.2,0.2-0.5c0.2-0.8,0,0.3,0.1-0.5c0.1-0.8,0,0.3,0-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M477.1,184.3c0.7,0.1-0.2,0,0.5,0.1c0.6,0-0.2,0,0.4,0c0.6-0.1-0.2,0.1,0.4-0.1c0.4-0.2-0.1,0.1,0.3-0.1c0.3-0.3-0.1,0.1,0.2-0.2
+ c0.2-0.4-0.1,0.1,0.1-0.3c0.1-0.4,0,0.1,0.1-0.3c0-0.5,0,0.2,0-0.3c-0.1-0.6,0,0.2-0.1-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M444.9,182.7c0,0.8,0-0.3,0,0.6c0.2,0.8-0.1-0.3,0.1,0.5c0.3,0.7-0.1-0.2,0.2,0.5c0.4,0.6-0.2-0.2,0.3,0.4c0.5,0.6-0.2-0.2,0.4,0.4
+ c0.7,0.5-0.2-0.1,0.5,0.3c0.8,0.3-0.3-0.1,0.5,0.2c0.9,0.2-0.3,0,0.6,0.1c1,0.1-0.3,0,0.6,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M446.2,182.7c-0.1,0.6,0-0.2-0.1,0.4c0,0.5,0-0.2,0,0.3c0.1,0.5-0.1-0.1,0.1,0.3c0.2,0.4-0.1-0.1,0.1,0.3c0.3,0.3-0.1-0.1,0.2,0.2
+ c0.4,0.2-0.2-0.1,0.3,0.1c0.5,0.1-0.2,0,0.4,0.1c0.6,0-0.2,0,0.4,0c0.7-0.1-0.2,0.1,0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M448.1,142.5c-1,0,0.3,0-0.7,0c-0.9,0.2,0.3-0.1-0.6,0.1c-0.8,0.3,0.3-0.1-0.5,0.2c-0.7,0.4,0.2-0.2-0.5,0.3
+ c-0.6,0.5,0.2-0.2-0.4,0.4c-0.4,0.6,0.1-0.2-0.3,0.4c-0.3,0.7,0.1-0.2-0.2,0.5c-0.2,0.8,0-0.3-0.1,0.5c-0.1,0.8,0-0.3,0,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M448.1,143.9c-0.7-0.1,0.2,0-0.5-0.1c-0.6,0,0.2,0-0.4,0c-0.6,0.1,0.2-0.1-0.4,0.1c-0.4,0.2,0.1-0.1-0.3,0.1
+ c-0.3,0.3,0.1-0.1-0.2,0.2c-0.2,0.4,0.1-0.1-0.1,0.3c-0.1,0.4,0-0.1-0.1,0.3c0,0.5,0-0.2,0,0.3c0.1,0.6,0-0.2,0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M480.4,145.5c0-0.8,0,0.3,0-0.6c-0.2-0.8,0.1,0.3-0.1-0.5c-0.3-0.7,0.1,0.2-0.2-0.5c-0.4-0.6,0.2,0.2-0.3-0.4
+ c-0.5-0.6,0.2,0.2-0.4-0.4c-0.7-0.5,0.2,0.1-0.5-0.3c-0.8-0.3,0.3,0.1-0.5-0.2c-0.9-0.2,0.3,0-0.6-0.1c-1-0.1,0.3,0-0.6,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.5,173.9c0.7-0.1-0.2,0,0.5,0c0.9-0.3-0.3,0.1,0.6-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.6,173.6c0.5-0.2-0.1,0.1,0.3-0.2c1.4-1.1-0.4,0.4,0.9-0.7c1.2-1.6-0.3,0.6,0.8-1.1c0.9-2-0.2,0.7,0.6-1.3
+ c0.6-2.2-0.1,0.8,0.4-1.5c0.2-2.4,0,0.8,0.1-1.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.1,160.7c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.6,167.2c-0.1-2.4,0.1,0.8-0.1-1.6c-0.5-2.3,0.2,0.7-0.4-1.5c-0.8-2,0.3,0.6-0.6-1.3c-1.1-1.6,0.4,0.5-0.8-1.1
+ c-1.3-1.2,0.5,0.3-0.9-0.7c-0.5-0.3,0.2,0.1-0.3-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.6,160.8c-0.9-0.4,0.3,0.1-0.6-0.2c-0.7-0.1,0.2,0-0.5,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M410.4,180.8c0.5,0.3-0.2-0.1,0.3,0.2c0.8,0.4-0.3-0.1,0.5,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M411.2,181.3c0.2,0.1,0.3,0.1,0.5,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M411.7,181.5c0.1,0,0.1,0,0.2,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M411.9,181.5c0.6,0.1-0.2,0,0.4,0.1c0.7,0.1-0.2,0,0.4,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.7,177.2c0,0.1,0.1,0.1,0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.8,177.4c0.1,0.2,0-0.1,0.1,0.2c0.4,0.7-0.2-0.2,0.3,0.4c0.2,0.2-0.1-0.1,0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M407.3,178.1c0.3,0.4-0.1-0.1,0.2,0.3c0.5,0.6-0.2-0.2,0.3,0.4c0.6,0.6-0.2-0.2,0.4,0.4c0.6,0.6-0.2-0.2,0.4,0.4
+ c0.7,0.6-0.2-0.2,0.4,0.4c0.7,0.5-0.2-0.2,0.5,0.4c0.8,0.5-0.3-0.2,0.5,0.3c0.4,0.3-0.1-0.1,0.3,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.7,174.6c0.1,0.3,0-0.1,0.1,0.2c1.4,3.7-0.6-1.2,1,2.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M413.7,181.6c0.3,0.3,0.5,0.6,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507.7,181.8C507.8,181.8,507.6,181.9,507.7,181.8c0.4-0.1,0,0,0.3-0.1c0.3-0.1-0.1,0,0.2-0.1c0.2,0-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M508.2,181.7C508.3,181.6,508.2,181.7,508.2,181.7c0.3,0,0,0,0.2,0c0.2,0-0.1,0,0.2,0c0.2,0-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.3,181.6c-0.1,0-0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M417.1,181.9c-0.2,0-0.4-0.1-0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.5,181.8c-0.4-0.1,0.1,0-0.3,0c-1-0.2,0.3,0-0.7-0.1c-0.3,0,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507,182.2c0.2-0.1,0.3-0.1,0.5-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507.5,181.9c0.1,0,0.1-0.1,0.2-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M493.7,191.7c2.8-0.1-0.9,0.1,1.9-0.1c3.8-0.8-1.2,0.4,2.5-0.6c3.6-1.5-1.1,0.6,2.4-1.1c3.3-2.2-1,0.8,2.2-1.5
+ c2.9-2.9-0.9,1.1,1.9-2c2.5-3.5-0.7,1.2,1.6-2.4c1.7-3.6-0.5,1.3,1.1-2.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507.2,181.6c0-0.1,0-0.1,0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M414.5,182.4c1.4,1.2-0.5-0.4,1,0.8c2.5,1.5-0.9-0.4,1.7,0.9c2.7,0.8-0.9-0.2,1.8,0.5c1.9,0.2-0.6,0,1.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.9,173.8c0,0,0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M508.6,181.6c-0.6,0,0.2,0-0.4,0c-0.6,0.1,0.2-0.1-0.4,0.1c-0.4,0.2,0.1-0.1-0.2,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507.6,181.9c0,0-0.1,0-0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M444.6,188.2c-1.9-0.1,0.6,0-1.3-0.1c-3.2-0.2,1.1,0.1-2.2-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.7,182.8c0.2,0-0.1,0,0.1,0c1.7-0.5-0.5,0.2,1.1-0.4c1.6-0.7-0.5,0.3,1-0.5c1.4-0.9-0.5,0.3,0.9-0.6c1.2-0.9-0.4,0.3,0.8-0.6
+ c1.1-0.9-0.4,0.3,0.7-0.6c1-0.9-0.3,0.3,0.6-0.6c0.9-0.8-0.3,0.3,0.6-0.6c0.8-0.8-0.3,0.3,0.5-0.5c0.7-0.7-0.2,0.3,0.5-0.5
+ c0.6-0.7-0.2,0.2,0.4-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.7,181.2c0.2-0.1-0.1,0,0.1,0c1.8-0.7-0.6,0.3,1.2-0.5c1.6-0.8-0.5,0.3,1.1-0.5c1.5-0.8-0.5,0.3,1-0.5c1.3-0.8-0.4,0.3,0.9-0.5
+ c1.2-0.8-0.4,0.3,0.8-0.5c1-0.7-0.3,0.2,0.7-0.5c0.9-0.7-0.3,0.2,0.6-0.4c0.8-0.6-0.3,0.2,0.6-0.4c0.7-0.5-0.2,0.2,0.5-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M414.8,173.8c0.4,0.1-0.1,0,0.3,0.1c0.7,0.1-0.2,0,0.5,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M475.5,191.7c-0.2,0,0.1,0-0.2,0c-0.9,0,0.3,0-0.6,0c-0.7-0.1,0.2,0.1-0.4-0.1c-0.5-0.2,0.2,0.1-0.3-0.1c-0.3-0.3,0.1,0.1-0.2-0.2
+ c-0.2-0.3,0,0.1-0.1-0.2c0-0.4,0,0.1,0-0.3c0.2-0.6-0.1,0.2,0.1-0.4c0.3-0.7-0.1,0.2,0.2-0.4c0.5-0.7-0.2,0.2,0.3-0.5
+ c0.2-0.3-0.1,0.1,0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M476.4,191.7c-0.2,0-0.4,0-0.6,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M475.8,191.8c-0.1,0-0.2,0-0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M475.5,191.8c-0.8,0,0.3,0-0.5,0c-1,0,0.3,0-0.7,0c-0.8-0.1,0.3,0.1-0.5-0.1c-0.6-0.2,0.2,0.1-0.4-0.1c-0.5-0.3,0.1,0.1-0.3-0.2
+ c-0.3-0.4,0.1,0.1-0.2-0.3c-0.2-0.5,0,0.2-0.1-0.3c0-0.6,0,0.2,0-0.4c0.2-0.7-0.1,0.2,0.1-0.5c0.3-0.8-0.1,0.3,0.2-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.9,176.9c0.5,0.7-0.2-0.2,0.3,0.4c0.5,0.7-0.2-0.2,0.3,0.5c0.5,0.8-0.1-0.3,0.3,0.5c0.4,0.8-0.1-0.3,0.2,0.6
+ c0.3,0.9-0.1-0.3,0.2,0.6c0.1,0.9,0-0.3,0.1,0.6c0,0.9,0.1-0.3-0.1,0.6c-0.3,0.8,0.2-0.2-0.2,0.5c-0.6,0.5,0.2-0.1-0.4,0.3
+ c-0.5,0.2,0.2,0-0.4,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.8,177.5c0.3,0.8-0.1-0.3,0.2,0.6c0.3,0.9-0.1-0.3,0.2,0.6c0.2,0.9-0.1-0.3,0.1,0.6c0.1,1,0-0.3,0.1,0.7c0,1,0-0.3,0,0.7
+ c-0.2,1,0.1-0.3-0.1,0.7c-0.1,0.3,0-0.1-0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507,176c0,0.6,0-0.2,0,0.4c-0.2,0.6,0.1-0.2-0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.7,176c0,0.4,0-0.1,0,0.2c-0.1,0.3,0.1-0.1-0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.9,176.9c-0.1,0.2,0-0.1,0,0.1c0,0.2,0-0.1,0,0.1c0,0.2,0-0.1,0,0.2c0,0.3,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.6,176.5c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.4,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.9,176.9c-0.1-0.2,0,0.1-0.1-0.1c-0.1-0.2,0.1,0.1-0.1-0.1c-0.2-0.2,0.1,0.1-0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.8,177.5c-0.1,0.9,0-0.3-0.1,0.6c-0.1,1,0.1-0.3-0.1,0.6c-0.2,1.1,0.1-0.3-0.1,0.7c-0.3,1.1,0.1-0.4-0.2,0.8
+ c-0.4,1.2,0.1-0.4-0.3,0.8c-0.5,1.3,0.2-0.4-0.3,0.9c-0.7,1.4,0.2-0.5-0.5,0.9c-0.9,1.5,0.3-0.5-0.6,1c-1.1,1.5,0.4-0.5-0.8,1
+ c-1.4,1.4,0.5-0.4-1,0.9c-1.8,1.3,0.6-0.4-1.2,0.8c-2.1,0.9,0.7-0.2-1.4,0.6c-2.3,0.4,0.8,0-1.5,0.2c-2.3-0.2,0.8,0.2-1.5-0.2
+ c-2.1-0.8,0.7,0.3-1.4-0.6c-1.8-1.2,0.6,0.5-1.2-0.8c-1.4-1.4,0.4,0.5-0.9-0.9c-1.1-1.4,0.3,0.5-0.7-1c-0.9-1.4,0.3,0.5-0.6-1
+ c-0.7-1.4,0.2,0.5-0.4-0.9c-0.5-1.3,0.1,0.4-0.3-0.9c-0.4-1.2,0.1,0.4-0.2-0.8c-0.3-1.1,0.1,0.4-0.2-0.8c-0.2-1.1,0.1,0.4-0.1-0.7
+ c-0.1-1,0,0.3-0.1-0.6c-0.1-0.9,0,0.3-0.1-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.3,177.3c-0.1,0.9,0-0.3-0.1,0.6c-0.2,0.9,0.1-0.3-0.1,0.6c-0.2,1,0.1-0.3-0.1,0.6c-0.3,1,0.1-0.3-0.2,0.7
+ c-0.4,1.1,0.1-0.4-0.2,0.7c-0.5,1.2,0.2-0.4-0.3,0.8c-0.6,1.3,0.2-0.4-0.4,0.8c-0.8,1.3,0.3-0.4-0.5,0.8c-1,1.3,0.4-0.4-0.7,0.8
+ c-1.3,1.2,0.5-0.4-0.9,0.8c-1.6,1.1,0.6-0.3-1.1,0.7c-1.9,0.8,0.7-0.2-1.3,0.5c-2,0.3,0.7,0-1.4,0.2c-2-0.2,0.7,0.2-1.4-0.2
+ c-1.9-0.6,0.6,0.3-1.3-0.5c-1.6-1,0.5,0.4-1.1-0.7c-1.3-1.2,0.4,0.4-0.9-0.8c-1.1-1.2,0.3,0.4-0.7-0.8c-0.8-1.3,0.3,0.4-0.5-0.8
+ c-0.7-1.2,0.2,0.4-0.4-0.8c-0.5-1.2,0.2,0.4-0.3-0.8c-0.4-1.1,0.1,0.4-0.2-0.7c-0.3-1,0.1,0.3-0.2-0.7c-0.2-1,0.1,0.3-0.1-0.6
+ c-0.2-0.9,0,0.3-0.1-0.6c-0.1-0.8,0,0.3-0.1-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.8,177.5c-0.2-0.1,0.1,0-0.2,0c-0.3-0.1,0.1,0-0.2,0c-0.3-0.1,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M491,177.5c0.1-0.3,0,0.1,0.1-0.2c0-0.2,0,0.1,0-0.2c0-0.2,0,0.1,0-0.1c0-0.2,0,0.1,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M491.7,177.3c-0.1-0.4,0,0.1,0-0.2c-0.1-0.3,0,0.1-0.1-0.2c-0.1-0.3,0,0.1-0.1-0.2c-0.1-0.3,0.1,0.1-0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M491,177.5c0.4-0.1-0.1,0,0.2,0c0.3-0.1-0.1,0,0.2,0c0.3-0.1-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M491.1,176.9c-0.2-0.6,0,0.2-0.1-0.4c-0.1-0.6,0,0.2,0-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M491.4,176.5c-0.2-0.3,0,0.1-0.1-0.2c-0.1-0.4,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M491.1,176.9c0.2-0.2-0.1,0.1,0.1-0.1c0.2-0.2-0.1,0.1,0.1-0.1c0.2-0.2-0.1,0.1,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M490.9,174.3c0-3.7,0,1.2,0-2.5c0.4-4.2-0.2,1.4,0.3-2.8c0.9-4.1-0.4,1.3,0.7-2.7c1.4-3.5-0.6,1.1,1-2.3c1.7-2.8-0.7,0.9,1.2-1.8
+ c1.9-2.2-0.7,0.6,1.3-1.4c2-1.5-0.7,0.4,1.4-1c2.1-0.9-0.7,0.2,1.4-0.6c2.1-0.4-0.7,0,1.4-0.2c2.1,0.2-0.7-0.2,1.4,0.2
+ c2,0.8-0.6-0.4,1.3,0.6c1.9,1.4-0.6-0.6,1.2,1c1.7,2.1-0.5-0.8,1.1,1.4c1.5,2.7-0.4-1,0.9,1.9c1.2,3.5-0.3-1.2,0.7,2.3
+ c0.8,4.1-0.2-1.4,0.5,2.7c0.4,4.2-0.1-1.4,0.2,2.8c0.1,3.7,0-1.2,0,2.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M491.3,174.3c0.1-3.7-0.1,1.2,0.1-2.4c0.4-4.1-0.2,1.3,0.3-2.7c0.9-4-0.4,1.3,0.7-2.6c1.3-3.3-0.5,1.1,0.9-2.2
+ c1.6-2.6-0.6,0.8,1.1-1.7c1.8-2-0.7,0.6,1.2-1.3c1.9-1.4-0.7,0.4,1.3-0.9c1.9-0.9-0.7,0.2,1.3-0.5c1.9-0.3-0.7,0,1.3-0.2
+ c1.9,0.2-0.6-0.2,1.3,0.2c1.9,0.7-0.6-0.3,1.2,0.5c1.8,1.3-0.5-0.5,1.1,0.9c1.6,1.9-0.5-0.7,1,1.3c1.4,2.6-0.4-0.9,0.9,1.8
+ c1.2,3.3-0.3-1.1,0.7,2.2c0.8,3.9-0.2-1.3,0.5,2.6c0.4,4.1-0.1-1.4,0.3,2.7c0.1,3.7,0-1.2,0.1,2.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M413.7,181.6c0.3,0.3,0.5,0.6,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M433,181.6c-0.1,0-0.2,0-0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M434.4,181.6c-0.1,0-0.2,0-0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M462.6,138c2.4,0.5-0.8-0.2,1.6,0.3c2.4,0.5-0.8-0.2,1.6,0.3c1.5,0.3-0.5-0.1,1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M434.4,181.6c0.1,0,0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M428.1,181.6c0.1,0,0.2,0,0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.7,174.3c-0.6-2.9,0.3,0.9-0.5-1.9c-1-2.7,0.4,0.9-0.7-1.8c-1.4-2.3,0.5,0.7-1-1.5c-1.7-1.9,0.6,0.6-1.2-1.3
+ c-2-1.5,0.7,0.4-1.4-0.9c-2.2-0.9,0.8,0.2-1.5-0.6c-2.3-0.4,0.8,0-1.5-0.2c-2.3,0.2,0.8-0.2-1.5,0.2c-2.2,0.8,0.7-0.4-1.5,0.6
+ c-2.1,1.3,0.6-0.5-1.4,0.9c-1.8,1.8,0.5-0.7-1.2,1.3c-1.5,2.3,0.4-0.8-1,1.5c-1.2,2.6,0.3-0.9-0.7,1.8c-0.8,2.8,0.2-1-0.5,1.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M407.2,177.8c-0.1-0.2-0.2-0.4-0.3-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.8,177.1c0-0.1-0.1-0.1-0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.7,176.9c-1.2-2.7,0.3,0.9-0.7-1.8c-0.2-0.7,0.1,0.2-0.1-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M410.4,180.8c-0.6-0.4,0.2,0.1-0.4-0.3c-0.6-0.4,0.2,0.2-0.4-0.3c-0.6-0.5,0.2,0.2-0.4-0.3c-0.6-0.6,0.2,0.2-0.4-0.4
+ c-0.6-0.6,0.2,0.2-0.4-0.4c-0.6-0.7,0.2,0.2-0.4-0.4c-0.5-0.7,0.2,0.2-0.4-0.5c-0.5-0.7,0.2,0.3-0.3-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M411.5,181.3c-0.2,0,0,0-0.1,0c-0.2,0,0.1,0-0.1,0c-0.3-0.1,0.1,0-0.2-0.1c-0.3-0.1,0.1,0-0.2-0.1c-0.4-0.2,0.1,0.1-0.3-0.1
+ c-0.4-0.2,0.1,0.1-0.3-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412.7,181.6c-0.1,0-0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412.6,181.6c-0.4,0,0.1,0-0.3,0c-0.6-0.1,0.2,0.1-0.4-0.1c-0.6-0.3,0.2,0.1-0.4-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.1,181.6c-0.6,0,0.2,0-0.4,0c-0.6-0.1,0.2,0.1-0.4-0.1c-0.6-0.3,0.2,0.1-0.4-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M417.1,181.9c-0.2,0-0.3-0.1-0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.7,181.8c-0.1,0-0.3-0.1-0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.2,181.7c-0.6-0.2,0.2,0-0.4-0.1c-0.6-0.1,0.2,0-0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.4,181.5c-0.1,0-0.2,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.2,181.4c-0.7-0.1,0.2,0-0.4-0.1c-1.2-0.1,0.4,0-0.8-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M418.1,181.3c-0.8,0.1,0.3-0.1-0.5,0.1c-0.5,0.3,0.1-0.1-0.3,0.2c-0.2,0.5,0-0.2-0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.3,181.6c-1.4,0,0.5,0-0.9,0c-1.1,0.1,0.4-0.1-0.7,0.1c-0.8,0.2,0.3-0.1-0.5,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507.7,181.9C507.6,181.9,507.7,181.8,507.7,181.9c-0.3,0.1,0,0-0.2,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M420.4,180.8c0.6,0.4-0.2-0.1,0.4,0.3c0.5,0.3-0.2-0.1,0.3,0.2c0.4,0.2-0.1-0.1,0.3,0.2c0.3,0.2-0.1,0,0.2,0.1
+ c0.2,0.1-0.1,0,0.1,0.1c0.1,0,0,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M420.1,180.8c0.4,0.2-0.1-0.1,0.2,0.2c0.3,0.2-0.1-0.1,0.2,0.1c0.1,0.1,0-0.1,0.1,0.1c0,0.1,0,0,0,0.1c0,0,0,0,0,0
+ c-0.1,0,0,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M420.4,180.8C420.2,180.9,420.4,180.8,420.4,180.8c-0.2,0,0,0-0.2,0c-0.1,0,0,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.2,176c1,1.2-0.3-0.4,0.6,0.8c1,1.1-0.3-0.4,0.7,0.7c1,1-0.3-0.3,0.7,0.7c1,1-0.3-0.3,0.7,0.6c1,0.9-0.3-0.3,0.7,0.6
+ c0.9,0.8-0.3-0.3,0.6,0.5c0.6,0.5-0.2-0.2,0.4,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.6,180.3c0.3,0.2-0.1-0.1,0.2,0.1c0.9,0.6-0.3-0.2,0.6,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.5,177.8c1,0.7-0.3-0.2,0.7,0.5c1,0.7-0.3-0.2,0.7,0.5c1,0.7-0.3-0.2,0.6,0.4c0.9,0.6-0.3-0.2,0.6,0.4c0.9,0.6-0.3-0.2,0.6,0.4
+ c0.8,0.5-0.3-0.2,0.5,0.3c0.2,0.2-0.1-0.1,0.2,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.4,180.4c0.5,0.3-0.2-0.1,0.3,0.2c0.7,0.4-0.2-0.1,0.4,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.2,176c-0.1,1,0-0.3-0.1,0.6c0.1,0.9-0.1-0.3,0.1,0.6c0.4,0.8-0.2-0.2,0.3,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412.9,174.2c0.8,0.7,1.6,1.3,2.4,1.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412,174.6c0.7,0.7-0.2-0.2,0.5,0.5c4.5,4.1-1.6-1.2,3.1,2.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.1,181.6C415.1,181.7,415.1,181.6,415.1,181.6c0.1,0.2,0,0,0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M458.5,138.9c1.5-0.3-0.5,0.1,1-0.2c2.4-0.5-0.8,0.2,1.6-0.3c2.4-0.5-0.8,0.2,1.6-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M493.7,191.7c-1.6-0.1,0.5,0.1-1.1-0.1c-3.2-0.6,1,0.3-2.1-0.5c-3.1-1.3,1,0.5-2.1-0.9c-2.9-1.9,0.9,0.7-1.9-1.3
+ c-2.7-2.5,0.8,0.9-1.7-1.7c-2.3-3,0.7,1.1-1.5-2c-0.2-0.3,0.1,0.1-0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.2,181.9c-0.1,0-0.3-0.1-0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M414.8,181.7c-0.3-0.1,0.1,0-0.2-0.1c-0.2-0.1,0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.5,182c-0.1,0-0.2,0-0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.2,182c-0.1,0-0.2,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416,182c-0.3,0-0.5-0.1-0.8-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.5,160.6c-0.7,0.1,0.2,0-0.5,0c-0.4,0.1,0.1,0-0.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.2,181.9c1.6,1.9-0.6-0.6,1.1,1.2c1.8,1.4-0.7-0.4,1.2,0.9c2,0.9-0.7-0.2,1.3,0.5c2,0.3-0.7,0,1.4,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507,182.1c0.2-0.1,0.3-0.1,0.4-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.3,181.6c-0.6,0,0.2,0-0.4,0c-0.6-0.1,0.2,0.1-0.4-0.1c-0.6-0.3,0.2,0.1-0.4-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M421.7,181.6c-0.6,0,0.2,0-0.4,0c-0.6-0.1,0.2,0.1-0.4-0.1c-0.6-0.3,0.2,0.1-0.4-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M445.7,188.8C445.7,188.8,445.7,188.8,445.7,188.8c-2.7-0.1,0.9,0-1.8-0.1c-2.9-0.2,1,0.1-1.9-0.1c-1.3-0.1,0.4,0-0.8-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.7,177.2C406.8,177.3,406.7,177.2,406.7,177.2c0.6,0.8-0.2-0.1,0.4,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M444.6,90.4c0.2,0.1-0.1,0,0.1,0.1c0.8,0.9-0.2-0.4,0.5,0.6c0.5,1.1-0.1-0.4,0.3,0.8c0.2,0.9,0-0.3,0.1,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M418.9,64.9c0.2,1-0.1-0.3,0.1,0.6c0.2,2.2,0-0.7,0.1,1.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.1,67c-0.1,2.2,0.1-0.7-0.1,1.5c-0.2,1,0.1-0.3-0.1,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M445.7,93c-0.1,1,0.1-0.3-0.1,0.6c-0.5,1.2,0.2-0.4-0.3,0.8c-0.8,1,0.3-0.3-0.5,0.6c-0.2,0.1,0.1,0-0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.4,89.4C85.4,89.4,85.4,89.4,85.4,89.4c-0.3,0.3,0.1-0.1-0.2,0.2c-0.2,0.4,0.1-0.2-0.2,0.3c-0.2,0.5,0.1-0.2-0.1,0.4
+ c-0.2,0.6,0.1-0.2-0.1,0.4c-0.1,0.7,0-0.2-0.1,0.5c-0.1,0.7,0-0.2-0.1,0.5c-0.1,0.8,0-0.3,0,0.5c0,0.8,0-0.3,0,0.5
+ c0,0.8,0-0.3,0,0.5c0.1,0.8,0-0.3,0,0.5c0.1,0.7,0-0.2,0.1,0.5c0.1,0.7-0.1-0.2,0.1,0.5c0.2,0.6-0.1-0.2,0.1,0.4
+ c0.2,0.5-0.1-0.2,0.1,0.4c0.2,0.5-0.1-0.1,0.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.8,93.4c0-0.8,0,0.3,0-0.5c0-0.8,0,0.3,0-0.5c0-0.5,0,0.2,0-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.6,96.3C85.5,96.3,85.6,96.3,85.6,96.3c-0.5-0.1,0.1,0-0.4-0.1c-0.5-0.2,0.2,0.1-0.3-0.1c-0.5-0.3,0.1,0.1-0.3-0.2
+ c-0.4-0.3,0.1,0.1-0.3-0.2c-0.4-0.4,0.1,0.1-0.2-0.3c-0.3-0.4,0.1,0.1-0.2-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M83.9,95.1c-0.3-0.5,0.1,0.2-0.2-0.3c-0.2-0.6,0.1,0.2-0.1-0.4c-0.2-0.7,0,0.2-0.1-0.5c-0.1-0.7,0,0.2-0.1-0.5
+ c-0.1-0.7,0,0.2,0-0.5c0-0.7,0,0.2,0-0.5c0-0.7,0,0.2,0-0.5c0.1-0.7,0,0.2,0.1-0.5c0.2-0.7-0.1,0.2,0.1-0.5
+ c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.5-0.1,0.2,0.2-0.3c0.3-0.4-0.1,0.1,0.2-0.3c0.3-0.4-0.1,0.1,0.2-0.3c0.4-0.3-0.1,0.1,0.3-0.2
+ c0.4-0.3-0.1,0.1,0.3-0.2c0.5-0.2-0.2,0.1,0.3-0.1c0.5-0.1-0.2,0,0.3-0.1c0.1,0,0,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.4,96.1C85.4,96.1,85.4,96.1,85.4,96.1c-0.2-0.3,0.1,0.1-0.2-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.1,92.8c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.6,0,0.2,0.1-0.4c0.1-0.6,0,0.2,0.1-0.4
+ c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.6,96.3c-0.4-0.6,0.1,0.2-0.3-0.4c-0.3-0.5,0.1,0.2-0.2-0.4c-0.3-0.5,0.1,0.2-0.2-0.4c0-0.1,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85,95.2c-0.2-0.4,0,0.2-0.1-0.3c-0.1-0.5,0,0.2-0.1-0.3c-0.1-0.5,0,0.2,0-0.3c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M84.7,94c0-0.2,0,0.1,0-0.1c0-0.5,0,0.2,0-0.4c0.1-0.6,0,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.1-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.8,94.9c0-0.3,0,0.1,0-0.2c-0.1-0.6,0,0.2-0.1-0.4c-0.2-0.6,0.1,0.2-0.1-0.4c-0.2-0.6,0.1,0.2-0.1-0.4c-0.2-0.6,0.1,0.2-0.2-0.4
+ c-0.3-0.6,0.1,0.2-0.2-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.8,94.7c-0.1-0.5,0,0.2-0.1-0.3c-0.1-0.7,0,0.2-0.1-0.5c-0.1-0.7,0,0.2,0-0.5c0-0.8,0,0.3,0-0.5c0-0.8,0,0.3,0-0.5
+ c0-0.8,0,0.3,0-0.5c0.1-0.7,0,0.2,0.1-0.5c0.1-0.7,0,0.2,0.1-0.5c0.1-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85,92.8c-0.2-0.6,0.1,0.2-0.1-0.4c-0.1-0.6,0,0.2-0.1-0.4c-0.1-0.5,0,0.2,0-0.4c0-0.2,0,0.1,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M84.7,91.5c0-0.3,0,0.1,0-0.2c0.1-0.5,0,0.2,0-0.3c0.1-0.5-0.1,0.2,0.1-0.3c0.2-0.4-0.1,0.1,0.1-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85,90.3C85,90.2,85,90.3,85,90.3c0.3-0.6-0.1,0.1,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.4-0.6-0.1,0.2,0.3-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.9,181.7C97.8,181.7,97.9,181.7,97.9,181.7c-0.9,0.2,0.3-0.1-0.6,0.2c-0.8,0.3,0.3-0.1-0.5,0.2c-0.8,0.4,0.2-0.1-0.5,0.3
+ c-0.7,0.5,0.2-0.2-0.5,0.3c-0.6,0.6,0.2-0.2-0.4,0.4c-0.6,0.6,0.2-0.2-0.4,0.4c-0.5,0.7,0.1-0.2-0.3,0.5c-0.4,0.8,0.1-0.3-0.3,0.5
+ c-0.3,0.8,0.1-0.3-0.2,0.6c-0.2,0.9,0-0.3-0.1,0.6c-0.1,0.9,0-0.3,0,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M94,189.8c0,0.6,0-0.2,0,0.4c-0.2,0.7,0.1-0.2-0.1,0.4c-0.3,0.6,0.1-0.2-0.2,0.4c-0.4,0.6,0.2-0.2-0.3,0.4
+ c-0.6,0.5,0.2-0.1-0.4,0.3c-0.7,0.4,0.3-0.1-0.5,0.3c-0.9,0.3,0.3-0.1-0.6,0.2c-1,0.1,0.3,0-0.7,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.2,194.3c1.2,0-0.4,0,0.8,0c1-0.2-0.3,0.1,0.7-0.1c0.9-0.3-0.3,0.1,0.6-0.2c0.8-0.4-0.3,0.1,0.5-0.2c0.8-0.5-0.2,0.2,0.5-0.3
+ c0.7-0.6-0.2,0.2,0.5-0.4c0.6-0.6-0.2,0.2,0.4-0.4c0.5-0.7-0.2,0.2,0.3-0.5c0.4-0.8-0.1,0.3,0.3-0.5c0.3-0.9-0.1,0.3,0.2-0.6
+ c0.2-0.9,0,0.3,0.1-0.6c0.1-0.9,0,0.3,0-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M96.1,186.2c0-0.7,0,0.2,0-0.4c0.2-0.7-0.1,0.2,0.1-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.4-0.6-0.2,0.2,0.3-0.4c0.5-0.5-0.2,0.1,0.4-0.3
+ c0.6-0.4-0.2,0.1,0.4-0.3c0.7-0.3-0.2,0.1,0.5-0.2c0.7-0.1-0.3,0,0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.3,192.2c-1.2-0.1,0.4,0.1-0.8-0.1c-1.1-0.2,0.3,0.1-0.7-0.2c-0.9-0.4,0.3,0.2-0.6-0.3c-0.7-0.5,0.2,0.2-0.5-0.3
+ c-0.5-0.5,0.2,0.2-0.3-0.4c-0.4-0.6,0.1,0.2-0.2-0.4c-0.2-0.6,0.1,0.2-0.1-0.4c-0.1-0.6,0,0.2,0-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200.4,189.8c0.1,0.6,0-0.2,0,0.4c0.2,0.7-0.1-0.2,0.1,0.4c0.4,0.6-0.1-0.2,0.2,0.4c0.5,0.6-0.2-0.2,0.3,0.4
+ c0.7,0.5-0.2-0.1,0.5,0.3c0.9,0.4-0.3-0.1,0.6,0.3c0.1,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M198.9,186.2c-0.1-0.9,0,0.3,0-0.6c-0.2-0.9,0.1,0.3-0.2-0.6c-0.3-0.8,0.1,0.3-0.2-0.6c-0.4-0.8,0.2,0.2-0.3-0.5
+ c-0.5-0.7,0.2,0.2-0.4-0.5c-0.6-0.6,0.2,0.2-0.4-0.4c-0.7-0.6,0.3,0.2-0.5-0.4c-0.8-0.5,0.3,0.2-0.6-0.3c-0.9-0.4,0.3,0.1-0.6-0.3
+ c-0.9-0.3,0.3,0.1-0.6-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M195.1,181.8c-0.1,0-0.2,0-0.2-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M194.9,181.8c-0.2,0-0.3-0.1-0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M195.1,181.6c1.1,0.1-0.4,0,0.8,0.1c1.1,0.2-0.4-0.1,0.7,0.1c1,0.3-0.3-0.1,0.6,0.2c0.9,0.4-0.3-0.1,0.6,0.3
+ c0.8,0.5-0.3-0.2,0.6,0.3c0.8,0.6-0.2-0.2,0.5,0.4c0.7,0.6-0.2-0.2,0.4,0.4c0.6,0.7-0.2-0.2,0.4,0.5c0.5,0.8-0.1-0.3,0.3,0.5
+ c0.4,0.8-0.1-0.3,0.2,0.6c0.2,0.9-0.1-0.3,0.2,0.6c0.1,0.9,0-0.3,0,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M193.5,183.7c0.9,0.1-0.3-0.1,0.6,0.1c0.9,0.2-0.3-0.1,0.6,0.2c0.8,0.4-0.2-0.1,0.5,0.3c0.7,0.5-0.2-0.2,0.4,0.3
+ c0.5,0.6-0.2-0.2,0.3,0.4c0.4,0.6-0.1-0.2,0.2,0.4c0.2,0.7-0.1-0.2,0.1,0.4c0.1,0.7,0-0.2,0,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M196.4,189.8c0.1,0.9,0-0.3,0,0.6c0.2,0.9-0.1-0.3,0.2,0.6c0.3,0.9-0.1-0.3,0.2,0.6c0.5,0.8-0.2-0.3,0.3,0.5
+ c0.6,0.7-0.2-0.2,0.4,0.5c0.7,0.7-0.2-0.2,0.5,0.4c0.8,0.6-0.3-0.2,0.5,0.4c0.9,0.5-0.3-0.1,0.6,0.3c1,0.4-0.3-0.1,0.6,0.2
+ c1,0.3-0.4-0.1,0.7,0.2c1.2,0.2-0.4,0,0.8,0.1c1.4,0.1-0.5,0,0.9,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M104.2,171.3c0.7,0.1-0.2-0.1,0.5,0.1c0.7,0.3-0.2-0.1,0.4,0.2c0.6,0.4-0.2-0.2,0.4,0.3c0.6,0.6-0.2-0.2,0.4,0.4
+ c0.5,0.8-0.2-0.3,0.3,0.5c0.5,0.9-0.1-0.3,0.3,0.6c0.4,1-0.1-0.3,0.3,0.7c0.3,1.1-0.1-0.4,0.2,0.7c0.2,1.2,0-0.4,0.1,0.8
+ c0.1,1.2,0-0.4,0,0.8c0,1.2,0-0.4,0,0.8c-0.2,1.2,0.1-0.4-0.1,0.8c-0.3,1.1,0.1-0.4-0.2,0.8c-0.4,1,0.1-0.3-0.3,0.7
+ c-0.4,0.9,0.2-0.3-0.3,0.6c-0.5,0.8,0.2-0.2-0.4,0.5c-0.6,0.6,0.2-0.2-0.4,0.4c-0.6,0.5,0.2-0.1-0.4,0.3c-0.6,0.3,0.2-0.1-0.4,0.2
+ c-0.7,0.1,0.2,0-0.5,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M103.4,184.4c-1.1-0.1,0.4,0.1-0.7-0.1c-1.1-0.3,0.3,0.2-0.7-0.2c-1-0.6,0.3,0.2-0.7-0.4c-1-0.8,0.3,0.3-0.6-0.5
+ c-0.9-1,0.3,0.4-0.6-0.7c-0.8-1.2,0.2,0.4-0.5-0.8c-0.7-1.4,0.2,0.5-0.4-0.9c-0.5-1.5,0.2,0.5-0.4-1c-0.4-1.6,0.1,0.5-0.3-1.1
+ c-0.3-1.7,0.1,0.6-0.2-1.1c-0.1-1.7,0,0.6-0.1-1.1c0.1-1.7,0,0.6,0.1-1.1c0.2-1.7-0.1,0.6,0.2-1.1c0.4-1.6-0.1,0.5,0.3-1.1
+ c0.5-1.5-0.2,0.5,0.4-1c0.6-1.4-0.2,0.4,0.4-0.9c0.8-1.2-0.3,0.4,0.5-0.8c0.9-1-0.3,0.3,0.6-0.7c0.9-0.8-0.3,0.3,0.6-0.5
+ c1-0.6-0.4,0.2,0.7-0.4c1.1-0.4-0.4,0.1,0.7-0.2c1.1-0.2-0.4,0,0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M104.2,184.4c1.1-0.1-0.4,0.1,0.7-0.1c1.1-0.3-0.3,0.2,0.7-0.2c1-0.6-0.3,0.2,0.7-0.4c1-0.8-0.3,0.3,0.6-0.5c0.9-1-0.3,0.4,0.6-0.7
+ c0.8-1.2-0.2,0.4,0.5-0.8c0.7-1.4-0.2,0.5,0.4-0.9c0.5-1.5-0.2,0.5,0.4-1c0.4-1.6-0.1,0.5,0.3-1.1c0.3-1.7-0.1,0.6,0.2-1.1
+ c0.1-1.7,0,0.6,0.1-1.1c-0.1-1.7,0,0.6-0.1-1.1c-0.2-1.7,0.1,0.6-0.2-1.1c-0.4-1.6,0.1,0.5-0.3-1.1c-0.5-1.5,0.2,0.5-0.4-1
+ c-0.6-1.4,0.2,0.4-0.4-0.9c-0.8-1.2,0.3,0.4-0.5-0.8c-0.9-1,0.3,0.3-0.6-0.7c-0.9-0.8,0.3,0.3-0.6-0.5c-1-0.6,0.4,0.2-0.7-0.4
+ c-1.1-0.4,0.4,0.1-0.7-0.2c-1.1-0.2,0.4,0-0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M103.4,182.6c-0.9-0.1,0.3,0.1-0.6-0.1c-0.9-0.3,0.3,0.1-0.6-0.2c-0.9-0.5,0.3,0.2-0.6-0.4c-0.8-0.7,0.2,0.3-0.5-0.5
+ c-0.7-0.9,0.2,0.3-0.5-0.6c-0.6-1.1,0.2,0.4-0.4-0.7c-0.5-1.2,0.1,0.4-0.3-0.8c-0.4-1.3,0.1,0.5-0.2-0.9c-0.2-1.4,0.1,0.5-0.1-0.9
+ c-0.1-1.5,0,0.5,0-1c0.1-1.5,0,0.5,0-1c0.2-1.4-0.1,0.5,0.1-0.9c0.3-1.4-0.1,0.4,0.2-0.9c0.5-1.3-0.2,0.4,0.3-0.8
+ c0.6-1.1-0.2,0.4,0.4-0.7c0.7-1-0.3,0.3,0.5-0.6c0.8-0.8-0.3,0.2,0.5-0.5c0.9-0.6-0.3,0.2,0.6-0.4c0.9-0.4-0.3,0.1,0.6-0.2
+ c0.9-0.1-0.3,0,0.6-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M103.4,184.4c1.1-0.1-0.4,0.1,0.7-0.1c1.1-0.3-0.3,0.2,0.7-0.2c1-0.6-0.3,0.2,0.7-0.4c1-0.8-0.3,0.3,0.6-0.5c0.9-1-0.3,0.4,0.6-0.7
+ c0.8-1.2-0.2,0.4,0.5-0.8c0.7-1.4-0.2,0.5,0.4-0.9c0.5-1.5-0.2,0.5,0.4-1c0.4-1.6-0.1,0.5,0.3-1.1c0.3-1.7-0.1,0.6,0.2-1.1
+ c0.1-1.7,0,0.6,0.1-1.1c-0.1-1.7,0,0.6-0.1-1.1c-0.2-1.7,0.1,0.6-0.2-1.1c-0.4-1.6,0.1,0.5-0.3-1.1c-0.5-1.5,0.2,0.5-0.4-1
+ c-0.6-1.4,0.2,0.4-0.4-0.9c-0.8-1.2,0.3,0.4-0.5-0.8c-0.9-1,0.3,0.3-0.6-0.7c-0.9-0.8,0.3,0.3-0.6-0.5c-1-0.6,0.4,0.2-0.7-0.4
+ c-1.1-0.4,0.4,0.1-0.7-0.2c-1.1-0.2,0.4,0-0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M104.2,181.6c-0.8-0.1,0.3,0.1-0.5-0.1c-0.8-0.3,0.3,0.1-0.5-0.2c-0.8-0.5,0.2,0.2-0.5-0.3c-0.7-0.7,0.2,0.3-0.5-0.5
+ c-0.6-0.9,0.2,0.3-0.4-0.6c-0.5-1,0.1,0.3-0.3-0.7c-0.4-1.1,0.1,0.4-0.3-0.8c-0.3-1.2,0.1,0.4-0.2-0.8c-0.2-1.3,0,0.4-0.1-0.8
+ c0-1.3,0,0.4,0-0.9c0.1-1.3-0.1,0.4,0.1-0.8c0.2-1.2-0.1,0.4,0.2-0.8c0.4-1.1-0.1,0.4,0.3-0.8c0.5-1-0.2,0.3,0.3-0.7
+ c0.6-0.9-0.2,0.3,0.4-0.6c0.7-0.7-0.2,0.2,0.5-0.5c0.7-0.5-0.3,0.1,0.5-0.3c0.8-0.3-0.3,0.1,0.5-0.2c0.8-0.1-0.3,0,0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M103.4,182.6c0.9-0.1-0.3,0.1,0.6-0.1c0.9-0.3-0.3,0.1,0.6-0.2c0.9-0.5-0.3,0.2,0.6-0.4c0.8-0.7-0.2,0.3,0.5-0.5
+ c0.7-0.9-0.2,0.3,0.5-0.6c0.6-1.1-0.2,0.4,0.4-0.7c0.5-1.2-0.1,0.4,0.3-0.8c0.4-1.3-0.1,0.5,0.2-0.9c0.2-1.4-0.1,0.5,0.1-0.9
+ c0.1-1.5,0,0.5,0-1c-0.1-1.5,0,0.5,0-1c-0.2-1.4,0.1,0.5-0.1-0.9c-0.3-1.4,0.1,0.4-0.2-0.9c-0.5-1.3,0.2,0.4-0.3-0.8
+ c-0.6-1.1,0.2,0.4-0.4-0.7c-0.7-1,0.3,0.3-0.5-0.6c-0.8-0.8,0.3,0.2-0.5-0.5c-0.9-0.6,0.3,0.2-0.6-0.4c-0.9-0.4,0.3,0.1-0.6-0.2
+ c-0.9-0.1,0.3,0-0.6-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M141.4,183.7c0.5,0.1-0.1,0,0.3,0.1c0.4,0.2-0.1-0.1,0.3,0.2c0.4,0.4-0.1-0.1,0.3,0.3c0.3,0.5-0.1-0.2,0.2,0.3
+ c0.3,0.6-0.1-0.2,0.2,0.4c0.2,0.6-0.1-0.2,0.1,0.4c0.1,0.7,0-0.2,0.1,0.4c0,0.7,0-0.2,0,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M142.9,189.8c0,0.9,0-0.3,0,0.6c0.1,0.9-0.1-0.3,0.1,0.6c0.2,0.9-0.1-0.3,0.1,0.6c0.2,0.8-0.1-0.3,0.2,0.5c0.3,0.7-0.1-0.2,0.2,0.5
+ c0.4,0.7-0.1-0.2,0.2,0.4c0.4,0.6-0.2-0.2,0.3,0.4c0.5,0.5-0.2-0.1,0.3,0.3c0.5,0.4-0.2-0.1,0.3,0.2c0.5,0.3-0.2-0.1,0.4,0.2
+ c0.6,0.2-0.2,0,0.4,0.1c0.7,0.1-0.2,0,0.5,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M157,181.6c0.6,0.1-0.2-0.1,0.4,0.1c0.6,0.2-0.2-0.1,0.4,0.1c0.5,0.3-0.2-0.1,0.3,0.2c0.5,0.4-0.1-0.1,0.3,0.3
+ c0.4,0.5-0.1-0.2,0.3,0.3c0.4,0.6-0.1-0.2,0.3,0.4c0.3,0.6-0.1-0.2,0.2,0.4c0.3,0.7-0.1-0.2,0.2,0.5c0.2,0.8-0.1-0.3,0.2,0.5
+ c0.2,0.8-0.1-0.3,0.1,0.6c0.1,0.9,0-0.3,0.1,0.6c0,0.9,0-0.3,0,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M159.7,189.8c0,0.6,0-0.2,0,0.4c0,0.3,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M144.2,186.2c0-0.9,0,0.3,0-0.6c-0.1-0.9,0,0.3-0.1-0.6c-0.2-0.8,0.1,0.3-0.1-0.6c-0.2-0.8,0.1,0.3-0.2-0.5
+ c-0.3-0.7,0.1,0.2-0.2-0.5c-0.3-0.6,0.1,0.2-0.2-0.4c-0.4-0.6,0.1,0.2-0.3-0.4c-0.4-0.5,0.1,0.2-0.3-0.3c-0.4-0.4,0.2,0.1-0.3-0.3
+ c-0.5-0.3,0.2,0.1-0.3-0.2c-0.5-0.2,0.2,0.1-0.4-0.1c-0.6-0.1,0.2,0-0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M145.9,192.2c-0.6-0.1,0.2,0.1-0.4-0.1c-0.5-0.2,0.2,0.1-0.4-0.2c-0.5-0.4,0.1,0.1-0.3-0.3c-0.4-0.5,0.1,0.2-0.2-0.3
+ c-0.3-0.5,0.1,0.2-0.2-0.4c-0.2-0.6,0.1,0.2-0.1-0.4c-0.1-0.6,0,0.2-0.1-0.4c0-0.6,0,0.2,0-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M177.5,64.1c0-0.4,0,0.1,0-0.2c0.1-0.3,0,0.1,0.1-0.2c0.1-0.3-0.1,0.1,0.1-0.2c0.2-0.3-0.1,0.1,0.1-0.2c0.2-0.2-0.1,0.1,0.2-0.1
+ c0.2-0.1-0.1,0,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.5,64.1c0-0.4,0,0.1,0-0.2c0.1-0.3,0,0.1,0.1-0.2c0.1-0.3-0.1,0.1,0.1-0.2c0.2-0.3-0.1,0.1,0.1-0.2c0.2-0.2-0.1,0.1,0.2-0.1
+ c0.3-0.2-0.1,0,0.2-0.1c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M181.5,42.7c0.5-0.6-0.2,0.2,0.3-0.4c0.6-0.5-0.2,0.1,0.4-0.3c0.6-0.4-0.2,0.1,0.4-0.2c0.6-0.2-0.2,0.1,0.4-0.1
+ c0.6-0.1-0.2,0,0.4,0c0.6,0.1-0.2,0,0.4,0c0.6,0.2-0.2-0.1,0.4,0.1c0.1,0.1,0,0,0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.1,44.7c-0.3,0.9,0.1-0.3-0.2,0.6c-0.4,0.9,0.2-0.3-0.3,0.6c-0.5,0.9,0.2-0.3-0.4,0.6c-0.6,0.8,0.2-0.2-0.4,0.5
+ c-0.7,0.7,0.3-0.2-0.5,0.4c-0.8,0.6,0.3-0.2-0.5,0.4c-0.8,0.4,0.3-0.1-0.6,0.3c-0.8,0.3,0.3-0.1-0.6,0.2c-0.8,0.1,0.3,0-0.6,0.1
+ c-0.8-0.1,0.3,0.1-0.5-0.1c-0.5-0.1,0.2,0.1-0.3-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.2,65.3C184.1,65.2,184.2,65.3,184.2,65.3c-0.3-0.1,0.1,0-0.2-0.1c-0.2-0.2,0.1,0.1-0.2-0.1c-0.2-0.3,0.1,0.1-0.1-0.2
+ c-0.2-0.3,0,0.1-0.1-0.2c-0.1-0.3,0,0.1-0.1-0.2c0-0.4,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178.2,65.2c-0.2-0.1,0.1,0-0.1-0.1c-0.3-0.2,0.1,0.1-0.2-0.1c-0.2-0.3,0.1,0.1-0.1-0.2c-0.2-0.3,0,0.1-0.1-0.2
+ c-0.1-0.3,0,0.1-0.1-0.2c0-0.4,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184,41.7c0.2,0.2-0.1-0.1,0.1,0.2c0.3,0.6-0.1-0.2,0.2,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M175.3,51.4c0,0.5,0-0.2,0,0.4c0,0.6,0-0.2,0,0.4c0,0.6,0-0.2,0,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M180.7,48.5c-0.3-0.2,0.1,0.1-0.2-0.1c-0.6-0.5,0.2,0.2-0.4-0.4c-0.5-0.7,0.1,0.2-0.3-0.4c-0.3-0.8,0.1,0.3-0.2-0.5
+ c-0.2-0.9,0,0.3-0.1-0.6c0-0.9,0,0.3,0-0.6c0.1-0.9-0.1,0.3,0.1-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M186.6,52.5c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.3,64.1c0,0.4,0-0.1,0,0.2c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.3,0.1-0.1-0.1,0.2c-0.2,0.3,0.1-0.1-0.1,0.2
+ c-0.2,0.2,0.1-0.1-0.2,0.1c-0.3,0.2,0.1,0-0.2,0.1c-0.3,0.1,0.1,0-0.2,0.1c-0.3,0,0.1,0-0.2,0c-0.2-0.1,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M186.1,51.7c0-0.6,0,0.2,0-0.4c0-0.6,0,0.2,0-0.4c0-0.5,0,0.2,0-0.3c-0.1-0.5,0,0.2,0-0.3c-0.1-0.4,0,0.1,0-0.3
+ c-0.1-0.4,0,0.1-0.1-0.2c-0.1-0.3,0,0.1-0.1-0.2c-0.1-0.3,0,0.1-0.1-0.2c-0.1-0.2,0.1,0.1-0.1-0.1c-0.2-0.1,0.1,0-0.1-0.1
+ c-0.2-0.1,0.1,0-0.1,0c-0.2,0,0.1,0-0.1,0c-0.2,0.1,0.1,0-0.1,0.1c-0.2,0.2,0.1-0.1-0.2,0.1c-0.2,0.2,0.1-0.1-0.2,0.2
+ c-0.2,0.3,0.1-0.1-0.2,0.2c-0.2,0.3,0.1-0.1-0.2,0.2c-0.2,0.4,0.1-0.1-0.2,0.3c-0.2,0.4,0.1-0.1-0.2,0.3c-0.3,0.5,0.1-0.2-0.2,0.3
+ c-0.3,0.5,0.1-0.2-0.2,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178.2,63.1c0.2-0.1-0.1,0,0.2,0c0.3,0-0.1,0,0.2,0c0.3,0.1-0.1,0,0.2,0.1c0.3,0.2-0.1-0.1,0.2,0.1c0.3,0.3-0.1-0.1,0.2,0.2
+ c0.2,0.3-0.1-0.1,0.1,0.2c0.1,0.4,0-0.1,0.1,0.3c0.1,0.4,0-0.1,0,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M179.3,51.2c0-0.6,0,0.2,0-0.4c0-0.5,0,0.2,0-0.3c-0.1-0.4,0,0.1,0-0.3c-0.1-0.4,0,0.1-0.1-0.3c-0.1-0.3,0,0.1-0.1-0.2
+ c-0.1-0.3,0,0.1-0.1-0.2c-0.1-0.2,0.1,0.1-0.1-0.2c-0.2-0.2,0.1,0-0.1-0.1c-0.2-0.1,0.1,0-0.1-0.1c-0.2,0,0.1,0-0.1,0
+ c-0.2,0,0.1,0-0.1,0c-0.2,0.1,0.1,0-0.1,0.1c-0.2,0.2,0.1-0.1-0.2,0.1c-0.2,0.2,0.1-0.1-0.2,0.2c-0.2,0.3,0.1-0.1-0.2,0.2
+ c-0.2,0.4,0.1-0.1-0.2,0.2c-0.2,0.4,0.1-0.1-0.2,0.3c-0.2,0.5,0.1-0.2-0.2,0.3c-0.3,0.5,0.1-0.2-0.2,0.3c-0.3,0.6,0.1-0.2-0.2,0.4
+ c-0.3,0.6,0.1-0.2-0.2,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178.2,63.1C178.2,63,178.1,63.1,178.2,63.1c0.4-0.1-0.1,0,0.3-0.1c0.3,0-0.1,0,0.2,0c0.3,0.1-0.1,0,0.2,0.1
+ c0.3,0.1-0.1-0.1,0.2,0.1c0.3,0.2-0.1-0.1,0.2,0.1c0.2,0.3-0.1-0.1,0.1,0.2c0.2,0.3,0-0.1,0.1,0.2c0.1,0.3,0-0.1,0.1,0.2
+ c0,0.4,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.7,51.7c0.1,1,0-0.3,0.1,0.6c0.1,0.9,0-0.3,0.1,0.6c0.1,0.9,0-0.3,0.1,0.6c0.1,0.8,0-0.3,0.1,0.5c0.1,0.7,0-0.2,0.1,0.5
+ c0.1,0.6,0-0.2,0.1,0.4c0.1,0.5,0-0.2,0.1,0.4c0.1,0.5,0-0.2,0.1,0.3c0.1,0.4,0-0.1,0,0.3c0.1,0.4,0-0.1,0,0.3c0.1,0.4,0-0.1,0,0.2
+ c0.1,0.3,0-0.1,0,0.2c0.1,0.3,0-0.1,0,0.2c0.1,0.3,0-0.1,0,0.2c0.1,0.2,0-0.1,0,0.2c0.1,0.2,0-0.1,0,0.1c0.1,0.2,0-0.1,0,0.1
+ c0.1,0.2,0-0.1,0.1,0.1c0.1,0.2,0-0.1,0.1,0.1c0.1,0.1,0,0,0.1,0.1c0.1,0.1,0,0,0.1,0.1c0.1,0.1,0,0,0.1,0c0.1,0,0,0,0.1,0
+ c0.1,0,0,0,0.1,0c0.1-0.1,0,0,0.1-0.1c0.1-0.1,0,0,0.1-0.1c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0-0.1
+ c0.1-0.2,0,0.1,0-0.2c0.1-0.3,0,0.1,0-0.2c0.1-0.3,0,0.1,0-0.2c0.1-0.3,0,0.1,0-0.2c0.1-0.3,0,0.1,0-0.2c0.1-0.4,0,0.1,0-0.3
+ c0.1-0.4,0,0.1,0-0.3c0.1-0.5,0,0.2,0-0.3c0.1-0.5,0,0.2,0-0.3c0.1-0.6,0,0.2,0-0.4c0.1-0.6,0,0.2,0-0.4c0.1-0.7,0,0.2,0-0.4
+ c0.1-0.7,0,0.2,0-0.5c0.1-0.8,0,0.3,0-0.5c0.1-0.9,0,0.3,0-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.8,51.7c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.3,0-0.1,0,0.2c0,0.3,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.1,52.5c0.5-0.2-0.2,0.1,0.3-0.1c0.5-0.2-0.2,0.1,0.3-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.1,52.5c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.1,52c0.5-0.2-0.2,0.1,0.4-0.1c0.5-0.2-0.2,0.1,0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.8,51.2c-0.1,0.2,0-0.1-0.1,0.2c-0.1,0.3,0-0.1,0,0.2c0,0.3,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M179.3,51.7c2.3-0.3-0.8,0,1.5-0.2c2.2,0-0.7,0,1.5,0c2.2,0.2-0.7-0.1,1.4,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M179.3,51.7c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.2,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M179.3,51.2c2.3-0.3-0.8,0,1.5-0.2c2.2,0-0.7,0,1.5,0c2.2,0.2-0.7-0.1,1.5,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M186,52.3c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M186.1,51.7c0.5,0.2-0.2-0.1,0.3,0.1c0.5,0.2-0.2-0.1,0.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M186,52.3c0.4,0.2-0.1-0.1,0.3,0.1c0.4,0.2-0.1-0.1,0.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.4,41.9c0.4,0.3-0.1-0.1,0.2,0.2c0.4,0.5-0.1-0.2,0.3,0.3c0.3,0.6-0.1-0.2,0.2,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.7,52.3c0.1,0.8,0-0.3,0,0.5c0.1,0.8,0-0.3,0,0.5c0.1,0.7,0-0.2,0.1,0.5c0.1,0.6,0-0.2,0.1,0.4c0.1,0.6,0-0.2,0,0.4
+ c0.1,0.5,0-0.2,0,0.4c0.1,0.5,0-0.2,0,0.3c0.1,0.5,0-0.1,0,0.3c0.1,0.4,0-0.1,0,0.3c0.1,0.4,0-0.1,0,0.3c0.1,0.3,0-0.1,0,0.2
+ c0.1,0.3,0-0.1,0,0.2c0.1,0.3,0-0.1,0,0.2c0.1,0.3,0-0.1,0,0.2c0.1,0.2,0-0.1,0.1,0.2c0.1,0.2,0-0.1,0.1,0.2c0.1,0.2,0-0.1,0.1,0.1
+ c0.1,0.2,0-0.1,0.1,0.1c0.1,0.2,0-0.1,0.1,0.1c0.1,0.1,0,0,0.1,0.1c0.1,0.1,0,0,0.1,0.1c0.1,0.1,0,0,0.1,0c0.1,0,0,0,0.1,0
+ c0.1-0.1,0,0,0.1,0c0.1-0.1,0,0,0.1-0.1c0.1-0.1,0,0,0.1-0.1c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0.1-0.1
+ c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0.1-0.2c0.1-0.3,0,0.1,0.1-0.2c0.1-0.3,0,0.1,0.1-0.2c0.1-0.3,0,0.1,0.1-0.2
+ c0.1-0.3,0,0.1,0-0.2c0.1-0.4,0,0.1,0.1-0.3c0.1-0.4,0,0.1,0.1-0.3c0.1-0.4,0,0.1,0.1-0.3c0.1-0.5,0,0.2,0.1-0.3
+ c0.1-0.5,0,0.2,0-0.3c0.1-0.5,0,0.2,0.1-0.4c0.1-0.6,0,0.2,0-0.4c0.1-0.6,0,0.2,0-0.4c0.1-0.6,0,0.2,0-0.4c0.1-0.7,0,0.2,0-0.5
+ c0.1-0.7,0,0.2,0-0.5c0.1-0.7,0,0.2,0-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M186,45.2c-0.3,0.9,0.1-0.3-0.2,0.6c-0.4,0.9,0.2-0.3-0.3,0.6c-0.5,0.9,0.2-0.3-0.4,0.6c-0.6,0.8,0.2-0.2-0.4,0.5
+ c-0.7,0.7,0.3-0.2-0.5,0.4c-0.8,0.6,0.3-0.2-0.5,0.4c-0.8,0.4,0.3-0.1-0.6,0.3c-0.8,0.3,0.3-0.1-0.6,0.2c-0.8,0.1,0.3,0-0.6,0.1
+ c-0.8-0.1,0.3,0.1-0.5-0.1c-0.8-0.2,0.2,0.1-0.5-0.2c-0.4-0.2,0.1,0.1-0.3-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.2,64.1c0,0.4,0-0.1,0,0.3c-0.1,0.4,0-0.1-0.1,0.3c-0.2,0.3,0.1-0.1-0.1,0.2c-0.2,0.3,0.1-0.1-0.2,0.2
+ c-0.3,0.2,0.1-0.1-0.2,0.1c-0.3,0.1,0.1,0-0.2,0.1c-0.3,0,0.1,0-0.2,0c-0.1,0,0,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.2,64.1C184.2,64.3,184.2,64.1,184.2,64.1c0,0.2,0,0,0,0.2c-0.1,0.1,0,0,0,0.1c-0.1,0.1,0,0-0.1,0.1c-0.1,0.1,0,0-0.1,0
+ c-0.1,0,0,0-0.1,0c-0.1,0,0,0-0.1,0c-0.1,0,0,0-0.1,0c-0.1-0.1,0,0-0.1,0c-0.1-0.1,0,0-0.1-0.1c-0.1-0.1,0,0,0-0.1c0-0.1,0,0,0-0.1
+ c0-0.1,0,0,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.7,64.1C183.7,64,183.7,64.2,183.7,64.1c0-0.2,0,0,0-0.2c0.1-0.1,0,0,0-0.1c0.1-0.1,0,0,0.1-0.1c0.1-0.1,0,0,0.1,0
+ c0.1,0,0,0,0.1,0c0.1,0,0,0,0.1,0c0.1,0,0,0,0.1,0c0.1,0.1,0,0,0.1,0c0.1,0.1,0,0,0.1,0.1c0.1,0.1,0,0,0,0.1c0,0.1,0,0,0,0.1
+ c0,0.1,0,0,0,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M179.4,64.1c0,0.4,0-0.1,0,0.3c-0.1,0.4,0.1-0.1-0.1,0.3c-0.2,0.3,0.1-0.1-0.1,0.2c-0.2,0.3,0.1-0.1-0.2,0.2
+ c-0.3,0.2,0.1-0.1-0.2,0.1c-0.3,0.1,0.1,0-0.2,0.1c-0.3,0,0.1,0-0.2,0c-0.2,0,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.2,63c0.2-0.1-0.1,0,0.2,0c0.3,0-0.1,0,0.2,0c0.3,0.1-0.1,0,0.2,0.1c0.3,0.1-0.1-0.1,0.2,0.1c0.2,0.2-0.1-0.1,0.2,0.1
+ c0.2,0.3-0.1-0.1,0.1,0.2c0.1,0.3,0-0.1,0.1,0.2c0.1,0.3,0-0.1,0.1,0.2c0,0.4,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.1,63C184.3,63,184.1,63.1,184.1,63c0.4,0,0,0,0.3,0c0.3,0.1-0.1,0,0.2,0.1c0.3,0.2-0.1-0.1,0.2,0.1c0.2,0.3-0.1-0.1,0.2,0.2
+ c0.2,0.3,0-0.1,0.1,0.2c0.1,0.4,0-0.1,0.1,0.3c0,0.4,0-0.1,0,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178.4,64.1C178.4,64.3,178.4,64.1,178.4,64.1c0,0.2,0,0,0,0.2c-0.1,0.1,0,0,0,0.1c-0.1,0.1,0,0-0.1,0.1c-0.1,0.1,0,0-0.1,0
+ c-0.1,0,0,0-0.1,0c-0.1,0,0,0-0.1,0c-0.1,0,0,0-0.1,0c-0.1-0.1,0,0-0.1,0c-0.1-0.1,0,0-0.1-0.1c-0.1-0.1,0,0,0-0.1c0-0.1,0,0,0-0.1
+ c0-0.1,0,0,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M177.8,64.1C177.8,64,177.8,64.2,177.8,64.1c0-0.2,0,0,0-0.2c0.1-0.1,0,0,0-0.1c0.1-0.1,0,0,0.1-0.1c0.1-0.1,0,0,0.1,0
+ c0.1,0,0,0,0.1,0c0.1,0,0,0,0.1,0c0.1,0,0,0,0.1,0c0.1,0.1,0,0,0.1,0c0.1,0.1,0,0,0.1,0.1c0.1,0.1,0,0,0,0.1c0,0.1,0,0,0,0.1
+ c0,0.1,0,0,0,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M179.5,64.1c0,0.4,0-0.1,0,0.2c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.3,0.1-0.1-0.1,0.2c-0.2,0.3,0.1-0.1-0.1,0.2
+ c-0.2,0.2,0.1-0.1-0.2,0.1c-0.3,0.2,0.1,0-0.2,0.1c-0.3,0.1,0.1,0-0.2,0.1c-0.3,0,0.1,0-0.2,0c-0.3-0.1,0.1,0-0.2-0.1
+ c-0.1,0,0,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71.4,142.5c-0.1,0.7,0-0.2-0.1,0.5c-0.2,0.8,0.1-0.3-0.2,0.5c-0.3,0.5,0.1-0.2-0.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71,184.4c0.3,0.5-0.1-0.2,0.2,0.3c0.3,0.8-0.1-0.3,0.2,0.5c0.1,0.5,0-0.2,0,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71,184.3C71,184.4,70.9,184.3,71,184.3c0.1,0.1,0,0.1,0.1,0.1c0.1-0.1,0,0,0-0.1c0-0.2,0,0.1,0-0.1c0-0.3,0,0.1,0-0.2
+ c0-0.4,0,0.1,0-0.3c0-0.4,0,0.1,0-0.3c-0.1-0.5,0,0.2,0-0.3c-0.1-0.6,0,0.2-0.1-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.4,150.8C66.5,150.8,66.4,150.8,66.4,150.8c0.2,0.1,0,0,0.2,0.1c0.2,0.1-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.4,177.4C66.5,177.4,66.4,177.4,66.4,177.4c0.2-0.1,0,0,0.2-0.1c0.2-0.1-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71,145.5c0.1-0.6,0,0.2,0.1-0.4c0.1-0.5,0,0.2,0-0.3c0-0.4,0,0.1,0-0.3c0-0.4,0,0.1,0-0.3c0-0.3,0,0.1,0-0.2c0-0.2,0,0.1,0-0.1
+ c-0.1-0.1,0,0,0-0.1c-0.1,0,0,0-0.1,0c-0.1,0.1,0,0-0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.5,153.3C91.5,153.2,91.5,153.3,91.5,153.3C91.5,153.2,91.5,153.3,91.5,153.3c0-0.2,0-0.1,0-0.1c0-0.1,0,0,0,0c0-0.1,0,0,0,0
+ c-0.1,0,0,0,0,0c-0.1,0,0,0-0.1,0c-0.1,0,0,0-0.1,0c-0.1,0,0,0-0.1,0c-0.2,0,0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,155.1C90.7,155,90.7,155.2,90.7,155.1c0-0.3,0,0,0-0.2c0-0.2,0,0.1,0-0.1c0-0.2,0,0.1,0-0.1c0-0.2,0,0.1,0-0.1
+ c0-0.2,0,0.1,0-0.1c0-0.2,0,0.1,0-0.1c0-0.2,0,0.1,0-0.1c0-0.1,0,0,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,155.1C90.7,155.1,90.7,155.1,90.7,155.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.8,155.1c0.3,0-0.1,0,0.2,0c0.4,0-0.1,0,0.2,0c0.3,0-0.1,0,0.2,0c0.2,0-0.1,0,0.1,0c0.1,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,154.1C90.7,154.1,90.7,154.2,90.7,154.1C90.7,154.1,90.7,154.1,90.7,154.1C90.7,154.1,90.7,154.1,90.7,154.1
+ C90.6,154,90.7,154.1,90.7,154.1c0-0.1,0-0.1,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,154.1c0.4-0.1-0.1,0.1,0.3-0.1c0.4-0.2-0.1,0.1,0.2-0.1c0.3-0.3-0.1,0.1,0.2-0.2c0.2-0.3,0,0.1,0.1-0.2c0.1-0.4,0,0.1,0-0.2"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.1,153c-0.6,0.2,0.2-0.1-0.4,0.1c-0.6,0.3,0.2-0.1-0.4,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.3,153.3C90.3,153.3,90.3,153.3,90.3,153.3c-0.2,0.1,0.1,0-0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.1,153.4c-0.4,0.3,0.1-0.1-0.3,0.2c-0.5,0.5,0.2-0.2-0.3,0.3c-0.4,0.5,0.1-0.2-0.3,0.3c-0.2,0.5,0.1-0.2-0.2,0.4
+ c-0.1,0.4,0-0.1,0,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.1,154.9c0,0,0,0.1,0,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.5,154c0.4-0.2-0.1,0.1,0.2-0.1c0.3-0.3-0.1,0.1,0.2-0.2c0.2-0.4,0,0.2,0.1-0.3c0-0.5,0,0.2,0-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.1,156.6c0,0,0,0.1,0,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.1,156.7c0.1,0.4,0-0.1,0,0.3c0.2,0.6-0.1-0.2,0.2,0.4c0.4,0.5-0.1-0.2,0.3,0.3c0.5,0.5-0.2-0.1,0.3,0.3
+ c0.4,0.3-0.1-0.1,0.3,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.1,158.2c0.2,0.1-0.1,0,0.1,0.1c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.3,158.2c0.6,0.3-0.2-0.1,0.4,0.2c0.6,0.2-0.2,0,0.4,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.1,158.5c0.2,0-0.1,0,0.1,0c0.2,0-0.1,0,0.1,0c0.1-0.1,0,0,0.1,0c0.1-0.1,0,0.1,0.1-0.1c0-0.2,0,0.1,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.5,157.6c0.4,0.2-0.1-0.1,0.2,0.1c0.3,0.3-0.1-0.1,0.2,0.2c0.2,0.4,0-0.2,0.1,0.3c0,0.5,0-0.2,0,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.5,157.6C90.6,157.6,90.5,157.5,90.5,157.6C90.6,157.6,90.5,157.6,90.5,157.6c0.1,0,0.1,0,0.1,0c0-0.1,0,0,0,0c0-0.1,0,0,0-0.1"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,157.4c0-0.2,0,0.1,0-0.1c0-0.2,0,0.1,0-0.1c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,157.4c0.4,0.1-0.1-0.1,0.3,0.1c0.4,0.2-0.1-0.1,0.2,0.1c0.3,0.3-0.1-0.1,0.2,0.2c0.2,0.3,0-0.1,0.1,0.2c0.1,0.4,0-0.1,0,0.2"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,155.1c-0.3,0,0.1,0-0.2,0c-0.3,0,0.1,0-0.2,0c-0.3,0,0.1,0-0.2,0c-0.2,0,0.1,0-0.1,0c-0.1,0,0,0-0.1,0c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,156.4c-0.3,0,0.1,0-0.2,0c-0.3,0,0.1,0-0.2,0c-0.3,0,0.1,0-0.2,0c-0.2,0,0.1,0-0.1,0c-0.1,0,0,0-0.1,0c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.3,180.8c0,0,0.1-0.1,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.5,180.7c0.3-0.2-0.1,0.1,0.2-0.1c0.9-0.7-0.3,0.2,0.6-0.5c0.8-0.8-0.2,0.3,0.5-0.5c0.7-0.9-0.2,0.3,0.4-0.6
+ c0.1-0.2,0,0.1,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200.4,181.5C200.3,181.5,200.4,181.5,200.4,181.5c-0.8,0.1,0.2,0-0.5,0.1c-0.6,0,0.2,0-0.4,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200.4,181.5c0.2,0-0.1,0,0.1,0c0.6-0.1-0.2,0.1,0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M201,181.4c0.3-0.1-0.1,0,0.2-0.1c0.9-0.3-0.3,0.1,0.6-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M201.8,181.1c0.2-0.1,0.3-0.2,0.5-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.2,180.9c0,0,0.1,0,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.5,180.4c0.3,1.1-0.1-0.4,0.2,0.7c1.5,4.3-0.6-1.4,1.1,2.8c2.1,3.7-0.8-1.2,1.5,2.4c2.6,3.1-1-0.9,1.8,2c3,2.4-1.1-0.7,2,1.5
+ c3.2,1.7-1.1-0.4,2.2,1.1c3.4,1-1.2-0.2,2.3,0.6c2.9,0.3-1,0,1.9,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.3,180.8c-0.1,0.1-0.2,0.1-0.3,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202,181c-0.1,0-0.1,0.1-0.2,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M201.9,181.1c-0.8,0.3,0.3-0.1-0.5,0.2c-0.8,0.3,0.3-0.1-0.5,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200.8,181.4c-0.1,0-0.3,0.1-0.4,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M153.9,181.6c0.1,0,0.2,0,0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M156.7,181.6c0.1,0,0.2,0,0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M120.3,182.9c-1.5,3.5,0.6-1.1-1.1,2.3c-1.9,3.1,0.7-1-1.3,2c-2.2,2.6,0.8-0.8-1.5,1.7c-2.4,2,0.9-0.6-1.6,1.3
+ c-2.6,1.4,0.9-0.4-1.7,0.9c-2.7,0.8,0.9-0.1-1.8,0.5c-1.3,0.1,0.4,0-0.9,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M135.5,181.6c0.2,0,0,0,0.1,0c0.2,0.1,0-0.1,0.1,0.1c0.1,0.2,0-0.1,0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M138.9,181.6c-1,0.1,0.3-0.1-0.6,0.1c-0.9,0.3,0.3-0.2-0.6,0.2c-0.8,0.6,0.2-0.2-0.5,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M137.1,182.3c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0-0.1c0-0.1,0,0,0-0.1c0-0.1,0,0,0-0.1c-0.1-0.1,0,0-0.1-0.1
+ c-0.2-0.1,0.1,0-0.1,0c-0.2,0,0.1,0-0.2,0c-0.3,0,0.1,0-0.2,0c-0.4,0,0.1,0-0.2,0c-0.4,0,0.1,0-0.3,0c-0.5,0.1,0.2,0-0.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M142.9,188.1c-1.7-0.1,0.6,0-1.2-0.1c-4.4-0.4,1.5,0.2-2.9-0.3c-4-0.6,1.3,0.2-2.6-0.4c-3.6-0.7,1.2,0.3-2.4-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M139,181.6c-0.1,0-0.3,0-0.4,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M138.5,181.6c-0.3,0.1,0.1,0-0.2,0c-0.9,0.3,0.3-0.2-0.6,0.2c-0.8,0.6,0.2-0.2-0.5,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.7,181.2C97.6,181.1,97.8,181.2,97.7,181.2c-0.5-0.5,0.1,0.1-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.4,180.8c-0.2-0.3,0.1,0.1-0.1-0.2c-0.4-0.8,0.1,0.3-0.2-0.5c-0.2-0.8,0,0.3-0.1-0.5c0-0.8,0,0.3,0-0.5c0.1-0.8,0,0.3,0.1-0.5
+ c0.2-0.7-0.1,0.2,0.1-0.5c0.2-0.7-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M123,182.9c2.8,2.3-0.9-0.8,1.8,1.5c2.4,1.9-0.8-0.6,1.6,1.3c2.1,1.6-0.7-0.5,1.4,1.1c1.8,1.4-0.6-0.5,1.2,0.9
+ c1.5,1.2-0.5-0.4,1,0.8c1.3,1-0.4-0.3,0.9,0.7c1.1,0.8-0.4-0.3,0.7,0.6c0.3,0.2-0.1-0.1,0.2,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M131.8,189.9c0.6,0.4-0.2-0.2,0.4,0.3c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M132.2,190.3c0.6,0.5-0.2-0.2,0.4,0.4c0.5,0.5-0.2-0.2,0.3,0.3c0.3,0.4-0.1-0.1,0.2,0.3c0.1,0.3,0-0.1,0.1,0.2
+ c-0.1,0.2,0.1-0.1-0.1,0.2c-0.3,0.2,0.1,0-0.2,0.1c-0.6,0.1,0.2,0-0.4,0.1c-0.6,0,0.2,0-0.4,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M123,182.9c0.6-0.6-0.2,0.2,0.4-0.4c0.7-0.5-0.3,0.1,0.5-0.3c0.8-0.3-0.3,0.1,0.5-0.2c0.8-0.1-0.3,0,0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M125,181.9c2.6,2.6-0.9-0.9,1.7,1.7c2.2,2.2-0.7-0.7,1.5,1.4c1.9,1.8-0.6-0.6,1.2,1.2c1.6,1.6-0.5-0.5,1.1,1
+ c1.3,1.3-0.4-0.4,0.9,0.9c1.1,1.1-0.4-0.4,0.8,0.7c0.9,0.9-0.3-0.3,0.6,0.6c0.7,0.8-0.2-0.3,0.5,0.5c0.5,0.6-0.2-0.2,0.3,0.4
+ c0.4,0.5-0.1-0.2,0.2,0.4c0.2,0.4,0-0.2,0.1,0.3c0,0.3,0-0.1,0,0.2c-0.2,0.3,0.1-0.1-0.2,0.2c-0.4,0.2,0.2,0-0.3,0.1
+ c-0.7,0.1,0.2,0-0.4,0.1c-0.9,0,0.3,0-0.6,0c-0.4,0,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M132.1,191.8c-0.1,0-0.2,0-0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.9,176.9c0.8,0.7-0.3-0.2,0.5,0.4c0.9,0.7-0.3-0.2,0.6,0.5c1.1,0.8-0.4-0.3,0.7,0.5c1.2,0.9-0.4-0.3,0.8,0.6
+ c1.4,0.9-0.5-0.3,0.9,0.6c1.6,0.9-0.5-0.3,1.1,0.6c1.8,0.9-0.6-0.3,1.2,0.6c2,0.8-0.7-0.2,1.4,0.5c2.1,0.5-0.7-0.1,1.4,0.3
+ c1.9,0.2-0.7,0,1.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.9,177.5c0.7,0.8-0.2-0.3,0.5,0.6c0.8,0.9-0.3-0.3,0.5,0.6c0.9,1-0.3-0.3,0.6,0.6c1,1-0.4-0.3,0.7,0.7c1.2,1-0.4-0.3,0.8,0.7
+ c1.4,1-0.5-0.3,0.9,0.7c1.6,1-0.6-0.3,1.1,0.7c1.8,0.8-0.6-0.2,1.2,0.5c1.8,0.6-0.6-0.1,1.2,0.3c1.7,0.2-0.6,0,1.2,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M119.6,182.9c0.6,0-0.2,0,0.4,0c0.5,0-0.2,0,0.4,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M119.6,182.9c0.4-1.1-0.2,0.3,0.3-0.7c0.6-0.7-0.2,0.2,0.4-0.5c0.7-0.3-0.3,0,0.5-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M120.3,182.9c0.5-1.1-0.2,0.3,0.4-0.7c0.7-0.7-0.3,0.2,0.5-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M121.2,181.8c0.2-0.1,0.4-0.2,0.6-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M123,182.9c0.4-0.8-0.1,0.3,0.3-0.5c0.5-0.6-0.2,0.2,0.3-0.4c0.6-0.4-0.2,0.1,0.4-0.3c0.6-0.2-0.2,0,0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M124.4,181.6c0.3,0-0.1,0,0.2,0c0.3,0.1-0.1-0.1,0.2,0.1c0.3,0.2-0.1-0.1,0.2,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M111,176c0,0.6,0-0.2,0,0.4c-0.1,0.6,0.1-0.2-0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.7,176c0,0.4,0-0.1,0,0.2c-0.1,0.3,0.1-0.1-0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.9,176.9c0,0.2,0-0.1,0,0.1c0,0.2,0-0.1,0,0.1c0,0.3,0-0.1,0,0.2c0.1,0.3,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.5,176.5c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.3,0-0.1,0,0.2c0,0.4,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.9,176.9c-0.2-0.2,0.1,0.1-0.1-0.1c-0.2-0.2,0.1,0.1-0.1-0.1c-0.2-0.2,0,0.1-0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.9,177.5c-0.1,0.9,0-0.3,0,0.6c-0.1,1,0-0.3-0.1,0.6c-0.1,1.1,0.1-0.4-0.1,0.7c-0.2,1.1,0.1-0.4-0.1,0.8
+ c-0.3,1.2,0.1-0.4-0.2,0.8c-0.4,1.3,0.1-0.4-0.3,0.9c-0.5,1.4,0.2-0.5-0.4,0.9c-0.7,1.5,0.3-0.5-0.5,1c-0.9,1.5,0.3-0.5-0.6,1
+ c-1.2,1.4,0.4-0.4-0.8,0.9c-1.5,1.2,0.5-0.4-1,0.8c-1.7,0.9,0.6-0.2-1.2,0.6c-1.9,0.4,0.7,0-1.3,0.2c-2-0.2,0.6,0.2-1.3-0.2
+ c-1.8-0.8,0.6,0.3-1.2-0.6c-1.6-1.2,0.5,0.4-1-0.8c-1.3-1.4,0.4,0.5-0.8-0.9c-1-1.4,0.3,0.5-0.6-1c-0.8-1.4,0.2,0.5-0.5-1
+ c-0.6-1.4,0.2,0.5-0.4-0.9c-0.4-1.3,0.1,0.4-0.3-0.9c-0.3-1.2,0.1,0.4-0.2-0.8c-0.2-1.1,0.1,0.4-0.2-0.8c-0.2-1.1,0.1,0.4-0.1-0.7
+ c-0.1-1,0,0.3-0.1-0.6c-0.1-0.9,0,0.3-0.1-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.3,177.3c-0.1,0.8,0-0.3-0.1,0.6c-0.1,0.9,0-0.3-0.1,0.6c-0.2,1,0.1-0.3-0.1,0.6c-0.2,1,0.1-0.3-0.2,0.7
+ c-0.3,1.1,0.1-0.4-0.2,0.7c-0.4,1.2,0.1-0.4-0.3,0.8c-0.5,1.2,0.2-0.4-0.4,0.8c-0.7,1.3,0.2-0.4-0.5,0.8c-0.9,1.3,0.3-0.4-0.6,0.8
+ c-1.1,1.2,0.4-0.4-0.7,0.8c-1.3,1.1,0.5-0.3-0.9,0.7c-1.6,0.8,0.6-0.2-1.1,0.5c-1.7,0.3,0.6,0-1.1,0.2c-1.7-0.2,0.6,0.2-1.1-0.2
+ c-1.6-0.7,0.5,0.3-1.1-0.5c-1.4-1,0.4,0.4-0.9-0.7c-1.1-1.2,0.3,0.4-0.7-0.8c-0.9-1.2,0.3,0.4-0.6-0.8c-0.7-1.3,0.2,0.4-0.5-0.8
+ c-0.5-1.2,0.2,0.4-0.4-0.8c-0.4-1.2,0.1,0.4-0.3-0.8c-0.3-1.1,0.1,0.4-0.2-0.7c-0.2-1,0.1,0.3-0.2-0.7c-0.2-1,0.1,0.3-0.1-0.6
+ c-0.1-0.9,0,0.3-0.1-0.6c-0.1-0.8,0,0.3-0.1-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.9,177.5c-0.3-0.1,0.1,0-0.2,0c-0.3-0.1,0.1,0-0.2,0c-0.3-0.1,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.6,177.5c0-0.3,0,0.1,0-0.2c0-0.2,0,0.1,0-0.2c0-0.2,0,0.1,0-0.1c0-0.2,0,0.1,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M98,177.3c0-0.4,0,0.1,0-0.2c-0.1-0.3,0,0.1,0-0.2c-0.1-0.3,0,0.1-0.1-0.2c-0.1-0.3,0,0.1-0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.6,177.5c0.2-0.1-0.1,0,0.1,0c0.2-0.1-0.1,0,0.1,0c0.2-0.1-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.6,176.9c-0.2-0.6,0,0.2-0.1-0.4c-0.1-0.6,0,0.2,0-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.8,176.5c-0.1-0.3,0,0.1-0.1-0.2c-0.1-0.4,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.6,176.9c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.5,174.3c0-3.7,0,1.2,0-2.5c0.2-4.2-0.1,1.4,0.2-2.8c0.5-4.1-0.2,1.4,0.4-2.7c0.8-3.5-0.4,1.1,0.6-2.3c1.1-2.8-0.4,0.9,0.8-1.8
+ c1.3-2.1-0.5,0.7,0.9-1.4c1.4-1.5-0.6,0.4,1-1c1.6-0.9-0.6,0.2,1.1-0.6c1.7-0.4-0.6,0,1.1-0.2c1.8,0.2-0.6-0.2,1.2,0.2
+ c1.9,0.8-0.6-0.4,1.2,0.6c1.8,1.4-0.6-0.5,1.2,1c1.8,2.1-0.5-0.7,1.1,1.4c1.6,2.7-0.5-1,1,1.9c1.4,3.5-0.4-1.2,0.9,2.3
+ c0.9,4.1-0.2-1.4,0.6,2.7c0.4,4.2-0.1-1.4,0.3,2.8c0.1,3.7,0-1.2,0,2.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.7,174.3c0.1-3.7,0,1.2,0.1-2.4c0.3-4.1-0.1,1.4,0.2-2.7c0.6-3.9-0.3,1.3,0.4-2.6c0.8-3.3-0.4,1.1,0.6-2.2
+ c1-2.6-0.4,0.8,0.7-1.7c1.2-2-0.5,0.6,0.8-1.3c1.3-1.4-0.5,0.4,0.9-0.9c1.5-0.9-0.5,0.2,1-0.5c1.6-0.3-0.5,0,1-0.2
+ c1.7,0.2-0.5-0.2,1.1,0.2c1.7,0.8-0.5-0.3,1.1,0.5c1.7,1.3-0.5-0.5,1.1,0.9c1.6,1.9-0.5-0.7,1.1,1.3c1.5,2.6-0.4-0.9,1,1.8
+ c1.3,3.3-0.3-1.1,0.8,2.2c0.9,3.9-0.2-1.3,0.6,2.6c0.5,4.1-0.1-1.4,0.3,2.7c0.1,3.7,0-1.2,0.1,2.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.7,174.3c-0.5-2.9,0.2,0.9-0.4-1.9c-0.9-2.6,0.4,0.9-0.6-1.8c-1.2-2.3,0.5,0.7-0.8-1.5c-1.4-1.9,0.5,0.6-1-1.3
+ c-1.7-1.5,0.6,0.4-1.1-0.9c-1.8-0.9,0.6,0.2-1.2-0.6c-1.9-0.4,0.7,0-1.3-0.2c-1.9,0.2,0.6-0.2-1.3,0.2c-1.9,0.8,0.6-0.4-1.2,0.6
+ c-1.7,1.3,0.5-0.5-1.1,0.9c-1.5,1.8,0.4-0.7-1,1.3c-1.3,2.3,0.4-0.8-0.8,1.5c-1,2.6,0.3-0.9-0.6,1.8c-0.6,2.8,0.1-1-0.4,1.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M131.3,186.9c1.8-2-0.6,0.7,1.2-1.4c2.2-2.5-0.7,0.8,1.5-1.6c2.7-2.9-0.9,1,1.8-2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M135.1,184.5c1.4-1.5-0.5,0.5,0.9-1c1.6-1.7-0.5,0.6,1-1.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M133,186.3c-0.8,0.4,0.3-0.1-0.5,0.3c-0.8,0.3,0.3-0.1-0.6,0.2c-0.8,0.2,0.3-0.1-0.6,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M133,186.3c0.4,0.1-0.1-0.1,0.2,0.1c0.4,0.3-0.1-0.1,0.3,0.2c0.4,0.4-0.1-0.1,0.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M133.8,186.8c-1.2,0.1,0.4,0-0.8,0.1c-1.2,0,0.4,0-0.8,0c-1.2-0.1,0.4,0-0.8,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M135.1,184.5c-0.7,0.7,0.2-0.2-0.5,0.5c-0.7,0.6,0.2-0.2-0.4,0.4c-0.6,0.5,0.2-0.2-0.4,0.4c-0.6,0.5,0.2-0.1-0.4,0.3
+ c-0.6,0.4,0.2-0.1-0.4,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M135.1,184.5c0.7-0.4-0.3,0.1,0.5-0.2c0.9-0.1-0.3-0.1,0.6,0c1.1,0.3-0.3-0.2,0.7,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M137,184.5c-0.9,0.9,0.3-0.3-0.6,0.6c-0.9,0.8,0.3-0.3-0.6,0.5c-1,0.7,0.3-0.2-0.6,0.5c-1,0.6,0.3-0.2-0.6,0.4
+ c-1,0.5,0.3-0.1-0.7,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M137.2,182.3c0.5-0.3-0.2,0.1,0.3-0.2c0.6-0.1-0.2,0,0.4-0.1c0.8,0.1-0.2-0.1,0.5,0.1c0.8,0.3-0.3-0.1,0.5,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M160,181.9c-0.2,2.6,0.1-0.9-0.2,1.8c-0.3,1.9,0.1-0.6-0.2,1.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M142.9,188.7c-3.6-0.3,1.2,0.1-2.4-0.2c-4.6-0.5,1.5,0.2-3.1-0.4c-4.6-0.8,1.5,0.3-3.1-0.5c-4.6-1,1.5,0.4-3.1-0.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.1,177.8c6.3-3.9-2,1.4,4.2-2.7c6-4.6-1.9,1.7,4-3.1c5.4-5.1-1.7,1.8,3.5-3.5c4.6-5.4-1.4,1.9,3-3.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.1,176c0.2,1,0-0.3,0.1,0.6c0,0.9,0-0.3,0,0.6c-0.2,0.7,0.1-0.2-0.1,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.1,176c6.2-3.4-2,1.2,4.1-2.3c5.9-4-1.9,1.4,3.9-2.7c5.4-4.4-1.7,1.6,3.6-3c4.7-4.7-1.5,1.7,3.1-3.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178.6,180.8c0.8-0.6-0.3,0.2,0.5-0.4c0.9-0.7-0.3,0.2,0.6-0.5c0.9-0.8-0.3,0.3,0.6-0.5c1-0.9-0.3,0.3,0.7-0.6
+ c1.1-1-0.4,0.3,0.7-0.6c1.2-1-0.4,0.3,0.8-0.7c1.2-1.1-0.4,0.4,0.8-0.7c1.2-1.1-0.4,0.4,0.8-0.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178.9,180.8c0.6-0.4-0.2,0.1,0.4-0.3c0.7-0.5-0.2,0.1,0.5-0.3c0.8-0.5-0.3,0.2,0.6-0.3c1-0.6-0.3,0.2,0.6-0.4
+ c1-0.6-0.4,0.2,0.7-0.4c1.1-0.7-0.4,0.2,0.7-0.4c1.2-0.7-0.4,0.2,0.8-0.5c1.3-0.7-0.4,0.2,0.8-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178.6,180.8c0.2,0-0.1,0,0.1,0c0.2,0-0.1,0,0.1,0c0.2,0-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178,181.6C177.9,181.6,178.1,181.6,178,181.6c-0.2-0.1-0.1,0-0.1-0.1c0-0.2,0,0.1,0-0.1c0.2-0.3-0.1,0.1,0.1-0.2
+ c0.3-0.3-0.1,0.1,0.2-0.2c0.4-0.4-0.1,0.1,0.3-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M179.1,181.3c-0.3,0,0.1,0-0.2,0c-0.2,0,0.1,0-0.2,0c-0.2-0.1,0,0-0.1-0.1c0-0.1,0,0,0-0.1c0.1-0.2-0.1,0.1,0.1-0.1
+ c0.3-0.2-0.1,0.1,0.2-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M188.8,181.9c-2.4-0.3,0.8,0.1-1.6-0.2c-2.6-0.2,0.9,0-1.7-0.1c-2.6-0.1,0.9,0-1.8,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M188.8,181.9c-1.8-0.6,0.6,0.1-1.2-0.4c-2-0.3,0.7,0.1-1.3-0.2c-2.2-0.1,0.7,0-1.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M194.8,181.3c-2.6,0.1,0.9-0.1-1.7,0.1c-3,0.3,1-0.1-2,0.2c-3.4,0.5,1.1-0.2-2.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M193.7,181.6c-2,0,0.7,0-1.3,0c-2.4,0.1,0.8-0.1-1.6,0.1c-2.9,0.2,1-0.1-1.9,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.2,180.8c-0.1,0.1-0.2,0.1-0.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M201.9,181c-0.4,0.2,0.1-0.1-0.3,0.1c-0.4,0.1,0.1,0-0.3,0.1c-0.4,0.1,0.1,0-0.3,0.1c-0.4,0,0.1,0-0.3,0c-0.3,0,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M205,176c0,1.1,0-0.4,0,0.7c-0.1,1.1,0.1-0.4-0.1,0.7c-0.3,1,0.1-0.3-0.2,0.7c-0.5,1,0.2-0.3-0.3,0.6c-0.1,0.1,0,0,0,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M204.1,177.8c0,0.7,0-0.2,0,0.5c-0.2,0.7,0.1-0.2-0.1,0.5c-0.3,0.7,0.1-0.2-0.2,0.4c-0.3,0.6,0.1-0.2-0.2,0.4
+ c-0.4,0.6,0.1-0.2-0.3,0.4c-0.5,0.5,0.2-0.2-0.3,0.3c-0.3,0.3,0.1-0.1-0.2,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.7,180.5c-0.2,0.1,0.1,0-0.1,0.1c-0.4,0.3,0.1-0.1-0.3,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.3,180.8c0,0-0.1,0.1-0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M205,176c-0.1,1,0.1-0.3-0.1,0.6c-0.4,0.9,0.2-0.3-0.3,0.6c-0.7,0.8,0.3-0.2-0.5,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M198.8,164.8c3.6,4.4-1.1-1.5,2.3,2.9c3,4.5-0.9-1.6,1.9,3.1c2,4.2-0.6-1.5,1.3,2.8c1,3.6-0.2-1.2,0.6,2.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M198.8,164.8c3.4,5-1-1.7,2.2,3.4c2.7,5.2-0.8-1.8,1.7,3.5c1.6,4.9-0.4-1.7,1,3.3c0.6,4.2-0.1-1.4,0.3,2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.3,180.8C202.3,180.8,202.3,180.8,202.3,180.8C202.2,180.9,202.3,180.8,202.3,180.8c-0.2,0-0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M193.7,181.6c0.6,0-0.2,0,0.4,0c0.6-0.1-0.2,0.1,0.4-0.1c0.5-0.3-0.2,0.1,0.3-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M199.5,181.6c0,0,0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M199.6,181.6c0.4,0-0.1,0,0.2,0c0.2,0-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200,181.5c0.4-0.1-0.1,0,0.2-0.1c0.5-0.3-0.2,0.1,0.3-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178,181.6c0.6,0-0.2,0,0.4,0c0.6-0.1-0.2,0.1,0.4-0.1c0.5-0.3-0.2,0.1,0.3-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.8,181.6c0.6,0-0.2,0,0.4,0c0.6-0.1-0.2,0.1,0.4-0.1c0.5-0.3-0.2,0.1,0.3-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.5,180.4c-0.1-0.4,0,0.1-0.1-0.3c-0.1-0.9,0,0.3-0.1-0.6c0-0.8,0,0.3,0-0.6c0.1-0.8,0,0.3,0.1-0.5c0.1-0.8-0.1,0.2,0.1-0.5
+ c0.2-0.7-0.1,0.2,0.1-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M160.3,181.6c-0.2,0,0.1,0-0.1,0c-0.2,0.1,0-0.1-0.1,0.1c-0.2,0.2,0-0.1-0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M160,181.9c-0.4,0,0.1,0-0.3,0c-0.4,0,0.1,0-0.3,0c-0.4,0,0.1,0-0.3,0c-0.4,0.1,0.1,0-0.3,0.1c-0.4,0.1,0.1,0-0.3,0.1
+ c-0.4,0.2,0.1-0.1-0.2,0.1c-0.1,0.1,0,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M139,181.6C139,181.7,139,181.5,139,181.6c0,0.2,0,0.1,0,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M139,181.8c0,0.3,0-0.1,0,0.2c0,0.6,0-0.2,0,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.1,307.8c0.3-0.3-0.1,0.1,0.2-0.2c0.3-0.3-0.1,0.1,0.2-0.2c0.2-0.3-0.1,0.1,0.1-0.2c0.2-0.3,0,0.1,0.1-0.2
+ c0.1-0.2,0,0.1,0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.8,306.8C89.8,306.8,89.8,306.9,89.8,306.8c0.1-0.4,0,0.1,0.1-0.3c0-0.4,0,0.1,0-0.2c0-0.4,0,0.1,0-0.3c0-0.4,0,0.1,0-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.7,304.3c-0.1-0.7,0,0.3,0-0.5c0-0.7,0,0.2,0-0.5c0-0.6,0,0.2,0-0.4c0.1-0.5,0,0.2,0.1-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.7,302.6C85.7,302.5,85.7,302.6,85.7,302.6c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.5-0.1,0.2,0.2-0.4c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M86,301.8c0.3-0.5-0.1,0.2,0.2-0.3c0.4-0.5-0.1,0.2,0.2-0.3c0.4-0.5-0.2,0.2,0.3-0.3c0.5-0.5-0.2,0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85,306.3c-0.2-0.4,0.1,0.1-0.1-0.3c-0.1-0.4,0,0.1-0.1-0.3c-0.1-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M84.7,305.3C84.7,305.3,84.7,305.3,84.7,305.3c0.1-0.3,0,0.1,0-0.2c0.1-0.3-0.1,0.1,0.1-0.2c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M84.9,304.9c0.2-0.2-0.1,0.1,0.1-0.2c0.3-0.2-0.1,0.1,0.2-0.2c0.3-0.2-0.1,0.1,0.2-0.1c0.4-0.2-0.1,0.1,0.3-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M87.1,300.4c-0.2-0.4,0.1,0.1-0.1-0.3c-0.1-0.4,0,0.1-0.1-0.3c-0.1-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M86.9,299.4C86.9,299.4,86.9,299.5,86.9,299.4c0.1-0.3,0,0.1,0-0.2c0.1-0.3-0.1,0.1,0.1-0.2c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M87,299c0.2-0.2-0.1,0.1,0.1-0.1c0.3-0.2-0.1,0.1,0.2-0.2c0.3-0.2-0.1,0.1,0.2-0.1c0.4-0.2-0.1,0.1,0.3-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.2,301.9c0.3-0.3-0.1,0.1,0.2-0.2c0.3-0.3-0.1,0.1,0.2-0.2c0.2-0.3-0.1,0.1,0.1-0.2c0.2-0.3,0,0.1,0.1-0.2c0-0.1,0,0,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.9,301.1c0.1-0.2,0,0.1,0.1-0.2c0.1-0.3,0,0.1,0-0.2c0-0.4,0,0.1,0-0.2c0-0.4,0,0.1,0-0.3c0-0.4,0,0.1,0-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.8,305.8c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4
+ c0.2-0.6-0.1,0.2,0.2-0.4c0.2-0.7-0.1,0.2,0.1-0.4c0.1-0.7,0,0.2,0.1-0.5c0.1-0.7,0,0.2,0.1-0.5c0.1-0.7,0,0.2,0-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M103.9,277c0.8-0.1-0.3,0,0.5-0.1c0.3-0.1-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M117.4,268c0.2-0.3,0,0.1,0.1-0.2c0.4-0.7-0.1,0.3,0.3-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M180.7,375.8c0.5-0.1-0.2,0,0.3-0.1c0.6-0.2-0.2,0.1,0.4-0.1c0.6-0.3-0.2,0.1,0.4-0.2c0.7-0.4-0.2,0.1,0.4-0.2
+ c0.7-0.4-0.2,0.1,0.4-0.3c0.6-0.5-0.2,0.2,0.4-0.3c0.6-0.5-0.2,0.2,0.4-0.3c0.5-0.5-0.2,0.2,0.3-0.3c0.4-0.5-0.1,0.2,0.3-0.3
+ c0.3-0.4-0.1,0.2,0.2-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.6,372.6c-0.5,0.2,0.2-0.1-0.4,0.1c-0.8,0.3,0.3-0.1-0.5,0.2c-0.8,0.4,0.3-0.1-0.6,0.3c-0.9,0.5,0.3-0.2-0.6,0.3
+ c-0.8,0.5,0.3-0.2-0.6,0.4c-0.8,0.6,0.3-0.2-0.5,0.4c-0.8,0.6,0.2-0.2-0.5,0.4c-0.7,0.6,0.2-0.2-0.4,0.4c-0.6,0.6,0.2-0.2-0.4,0.4
+ c-0.3,0.4,0.1-0.2-0.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M175.3,375.5c0-0.2,0,0.1,0-0.1c0-0.1,0,0,0,0c0-0.1,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.8,368.1c-0.2-0.1,0.1,0-0.1-0.1c-0.1,0,0,0,0,0c-0.1,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.1,371.6c-0.3-0.2,0.1,0.1-0.2-0.2c-0.4-0.1,0.1,0-0.3-0.1c-0.5,0,0.2,0-0.4,0c-0.6,0.1,0.2,0-0.4,0.1
+ c-0.7,0.2,0.2-0.1-0.5,0.1c-0.8,0.3,0.3-0.1-0.5,0.2c-0.8,0.4,0.3-0.1-0.6,0.3c-0.9,0.5,0.3-0.2-0.6,0.3c-0.8,0.5,0.3-0.2-0.6,0.4
+ c-0.8,0.6,0.3-0.2-0.5,0.4c-0.8,0.6,0.2-0.2-0.5,0.4c-0.7,0.6,0.2-0.2-0.4,0.4c-0.6,0.6,0.2-0.2-0.4,0.4c-0.5,0.6,0.1-0.2-0.3,0.4
+ c-0.3,0.6,0.1-0.2-0.2,0.4c-0.2,0.5,0-0.2-0.1,0.3c0,0.4,0-0.1,0,0.3c0.1,0.3-0.1-0.1,0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.9,374.6C176.7,374.5,176.9,374.6,176.9,374.6c-0.1-0.1-0.1,0-0.1-0.1c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.9,374.6c-1.2,0.7,0.4-0.2-0.8,0.4c-1.2,0.7,0.4-0.2-0.8,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.6,369.9C183.5,369.8,183.7,370,183.6,369.9c-0.1-0.1,0,0-0.1-0.1c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.6,369.9c-2.9,2.2,1-0.7-1.9,1.5c-2.9,2.1,1-0.7-2,1.4c-3,2,1-0.6-2,1.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M177.7,373.9C177.7,373.9,177.7,373.9,177.7,373.9C177.7,374,177.7,373.9,177.7,373.9c0.1,0.2,0,0,0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.4,369.1C184.4,369.1,184.4,369.1,184.4,369.1C184.4,369.2,184.4,369.1,184.4,369.1c0.1,0.2,0,0,0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.8,368.1c-1,0.9,0.3-0.3-0.7,0.6c-1,0.9,0.3-0.3-0.7,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M111.4,265.6c0.4-0.7-0.1,0.2,0.3-0.5c0.4-0.7-0.1,0.2,0.3-0.4c0.4-0.6-0.2,0.2,0.3-0.4c0.5-0.5-0.2,0.1,0.3-0.3
+ c0.6-0.4-0.2,0.1,0.4-0.3c0.6-0.3-0.2,0.1,0.4-0.2c0.7-0.3-0.2,0.1,0.5-0.2c0.7-0.2-0.3,0,0.5-0.1c0.8-0.1-0.3,0,0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M114.3,269.7c0.8-0.1-0.3,0,0.6-0.1c0.7-0.2-0.2,0.1,0.5-0.1c0.7-0.2-0.2,0.1,0.5-0.2c0.6-0.3-0.2,0.1,0.4-0.2
+ c0.6-0.4-0.2,0.1,0.4-0.3c0.5-0.5-0.2,0.2,0.3-0.3c0.5-0.6-0.1,0.2,0.3-0.4c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.7-0.1,0.3,0.3-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M101,273c0.4-0.7-0.1,0.2,0.3-0.5c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.6-0.2,0.2,0.3-0.4c0.5-0.5-0.2,0.2,0.3-0.3
+ c0.6-0.4-0.2,0.1,0.4-0.3c0.6-0.3-0.2,0.1,0.4-0.2c0.7-0.3-0.2,0.1,0.5-0.2c0.7-0.2-0.3,0,0.5-0.1c0.8-0.1-0.3,0,0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M104.5,270.5c1-1.2-0.3,0.4,0.7-0.8c1-1.1-0.3,0.3,0.7-0.7c1-1-0.4,0.3,0.7-0.6c1.1-0.9-0.4,0.3,0.7-0.6c1.1-0.8-0.4,0.3,0.8-0.5
+ c1.2-0.7-0.4,0.2,0.8-0.5c1.2-0.7-0.4,0.2,0.8-0.4c1.3-0.6-0.4,0.2,0.9-0.4c1.4-0.5-0.5,0.2,1-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M107.3,274.6c1.4-0.5-0.5,0.2,1-0.4c1.3-0.6-0.4,0.2,0.9-0.4c1.3-0.6-0.4,0.2,0.8-0.4c1.2-0.7-0.4,0.3,0.8-0.5
+ c1.1-0.8-0.4,0.3,0.8-0.5c1.1-0.9-0.4,0.3,0.7-0.6c1-1-0.3,0.3,0.7-0.6c1-1-0.3,0.4,0.7-0.7c1-1.2-0.3,0.4,0.7-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M103.8,277c0.8-0.1-0.3,0,0.5-0.1c0.7-0.2-0.2,0.1,0.5-0.1c0.7-0.2-0.2,0.1,0.5-0.2c0.6-0.3-0.2,0.1,0.4-0.2
+ c0.6-0.4-0.2,0.1,0.4-0.3c0.5-0.5-0.2,0.2,0.3-0.3c0.5-0.6-0.1,0.2,0.3-0.4c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.7-0.1,0.3,0.3-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.4,333.3C66.5,333.3,66.4,333.3,66.4,333.3c0.3-0.1,0,0,0.2,0c0.2-0.1-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71,341C71.1,341.2,71,341,71,341C71.1,341.1,71.1,341.1,71,341c0.1,0,0.1,0.1,0.1,0c0-0.2,0,0.1,0-0.1c0-0.3,0,0.1,0-0.2
+ c0-0.4,0,0.1,0-0.3c-0.1-0.5,0,0.2,0-0.4c-0.1-0.6,0,0.2-0.1-0.4c-0.1-0.7,0,0.2-0.1-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.4,316C66.5,316,66.4,315.9,66.4,316c0.3,0.1,0,0,0.2,0c0.2,0.1-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M70.9,310.1c0.1-0.7,0,0.2,0.1-0.5c0.1-0.6,0,0.2,0.1-0.4c0.1-0.5,0,0.2,0-0.4c0-0.4,0,0.1,0-0.3c0-0.3,0,0.1,0-0.2
+ c0-0.2,0,0.1,0-0.1c0-0.1,0,0,0-0.1c-0.1,0,0,0,0,0c-0.1,0.1,0,0-0.1,0.1"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.5" y1="408" x2="601.5" y2="408"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.5" y1="394.1" x2="601.5" y2="394.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="600" y1="409.6" x2="531" y2="409.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="600" y1="420.9" x2="531" y2="420.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="531" y1="420.9" x2="531" y2="409.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="600" y1="409.6" x2="600" y2="420.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="394.1" x2="601.5" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.5" y1="422.4" x2="601.5" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="529.5" y1="422.4" x2="529.5" y2="408"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="589.7" y1="409.6" x2="589.7" y2="420.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.5" y1="394.1" x2="425.5" y2="422.4"/>
+ </g>
+</g>
+</svg>
diff --git a/src/test/res/embed_image.svg b/src/test/res/embed_image.svg
new file mode 100644
index 0000000..f3d1621
--- /dev/null
+++ b/src/test/res/embed_image.svg
@@ -0,0 +1,5689 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" baseProfile="tiny" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="612.3" height="433.2"
+ viewBox="0 0 612.3 433.2" xml:space="preserve">
+<font horiz-adv-x="2048">
+<!-- Arial(R) Trademark of The Monotype Corporation plc registered in the US Pat &amp; TM Off. and elsewhere. -->
+<!-- Copyright: Copyright 2006 Adobe System Incorporated. All rights reserved. -->
+<font-face font-family="ArialMT" units-per-em="2048" underline-position="-217" underline-thickness="150"/>
+<missing-glyph horiz-adv-x="1536" d="M256,0l0,1280l1024,0l0,-1280M288,32l960,0l0,1216l-960,0z"/>
+<glyph unicode=" " horiz-adv-x="569"/>
+<glyph unicode="0" horiz-adv-x="1139" d="M85,723C85,896 103,1036 139,1142C174,1247 227,1329 298,1386C368,1443 456,1472 563,1472C642,1472 711,1456 770,1425C829,1393 878,1347 917,1288C956,1228 986,1155 1008,1070C1030,984 1041,868 1041,723C1041,551 1023,412 988,307C953,201 900,119 830,62C759,4 670,-25 563,-25C422,-25 311,26 230,127C133,249 85,448 85,723M270,723C270,482 298,322 355,243C411,163 480,123 563,123C646,123 715,163 772,243C828,323 856,483 856,723C856,964 828,1125 772,1204C715,1283 645,1323 561,1323C478,1323 412,1288 363,1218C301,1129 270,964 270,723z"/>
+<glyph unicode="1" horiz-adv-x="1139" d="M763,0l-180,0l0,1147C540,1106 483,1064 413,1023C342,982 279,951 223,930l0,174C324,1151 412,1209 487,1276C562,1343 616,1409 647,1472l116,0z"/>
+<glyph unicode="3" horiz-adv-x="1139" d="M86,387l180,24C287,309 322,236 372,191C421,146 482,123 553,123C638,123 709,152 768,211C826,270 855,342 855,429C855,512 828,580 774,634C720,687 651,714 568,714C534,714 492,707 441,694l20,158C473,851 483,850 490,850C567,850 636,870 697,910C758,950 789,1012 789,1095C789,1161 767,1216 722,1259C677,1302 620,1324 549,1324C479,1324 421,1302 374,1258C327,1214 297,1148 284,1060l-180,32C126,1213 176,1306 254,1373C332,1439 429,1472 545,1472C625,1472 699,1455 766,1421C833,1386 885,1339 921,1280C956,1221 974,1158 974,1091C974,1028 957,970 923,918C889,866 839,825 772,794C859,774 926,733 974,670C1022,607 1046,528 1046,433C1046,305 999,197 906,108C813,19 695,-26 552,-26C423,-26 317,12 232,89C147,166 98,265 86,387z"/>
+<glyph unicode="5" horiz-adv-x="1139" d="M85,384l189,16C288,308 321,239 372,193C423,146 484,123 556,123C643,123 716,156 776,221C836,286 866,373 866,481C866,584 837,665 780,724C722,783 646,813 553,813C495,813 443,800 396,774C349,747 313,713 286,671l-169,22l142,753l729,0l0,-172l-585,0l-79,-394C412,941 504,972 601,972C729,972 837,928 925,839C1013,750 1057,636 1057,497C1057,364 1018,250 941,153C847,34 719,-25 556,-25C423,-25 314,12 230,87C145,162 97,261 85,384z"/>
+<glyph unicode="8" horiz-adv-x="1139" d="M362,795C287,822 232,861 196,912C160,963 142,1023 142,1094C142,1201 180,1290 257,1363C334,1436 436,1472 563,1472C691,1472 794,1435 872,1361C950,1286 989,1196 989,1089C989,1021 971,962 936,912C900,861 846,822 773,795C863,766 932,718 979,653C1026,588 1049,510 1049,419C1049,294 1005,188 916,103C827,18 711,-25 566,-25C421,-25 305,18 216,104C127,189 83,296 83,424C83,519 107,599 156,664C204,728 273,772 362,795M326,1100C326,1031 348,974 393,930C438,886 496,864 567,864C636,864 693,886 738,930C782,973 804,1027 804,1090C804,1156 781,1212 736,1257C690,1302 633,1324 565,1324C496,1324 439,1302 394,1258C349,1214 326,1161 326,1100M268,423C268,372 280,322 305,274C329,226 365,189 413,163C461,136 513,123 568,123C654,123 725,151 781,206C837,261 865,332 865,417C865,504 836,575 779,632C721,689 649,717 562,717C477,717 407,689 352,633C296,577 268,507 268,423z"/>
+<glyph unicode="A" horiz-adv-x="1366" d="M-3,0l563,1466l209,0l600,-1466l-221,0l-171,444l-613,0l-161,-444M420,602l497,0l-153,406C717,1131 683,1233 660,1312C641,1218 615,1125 581,1032z"/>
+<glyph unicode="C" horiz-adv-x="1479" d="M1204,514l194,-49C1357,306 1284,184 1179,101C1073,17 944,-25 791,-25C633,-25 505,7 406,72C307,136 231,229 180,351C128,473 102,604 102,744C102,897 131,1030 190,1144C248,1257 331,1344 439,1403C546,1462 665,1491 794,1491C941,1491 1064,1454 1164,1379C1264,1304 1334,1199 1373,1064l-191,-45C1148,1126 1099,1203 1034,1252C969,1301 888,1325 790,1325C677,1325 583,1298 508,1244C432,1190 379,1118 348,1027C317,936 302,842 302,745C302,620 320,512 357,419C393,326 449,256 526,210C603,164 686,141 775,141C884,141 976,172 1051,235C1126,298 1177,391 1204,514z"/>
+<glyph unicode="D" horiz-adv-x="1479" d="M158,0l0,1466l505,0C777,1466 864,1459 924,1445C1008,1426 1080,1391 1139,1340C1216,1275 1274,1191 1313,1090C1351,988 1370,872 1370,741C1370,630 1357,531 1331,445C1305,359 1272,288 1231,232C1190,175 1146,131 1098,99C1049,66 991,42 923,25C854,8 776,0 687,0M352,173l313,0C762,173 838,182 893,200C948,218 991,243 1024,276C1070,322 1106,384 1132,462C1157,539 1170,633 1170,744C1170,897 1145,1015 1095,1098C1044,1180 983,1235 911,1263C859,1283 775,1293 660,1293l-308,0z"/>
+<glyph unicode="E" horiz-adv-x="1366" d="M162,0l0,1466l1060,0l0,-173l-866,0l0,-449l811,0l0,-172l-811,0l0,-499l900,0l0,-173z"/>
+<glyph unicode="H" horiz-adv-x="1479" d="M164,0l0,1466l194,0l0,-602l762,0l0,602l194,0l0,-1466l-194,0l0,691l-762,0l0,-691z"/>
+<glyph unicode="I" horiz-adv-x="569" d="M191,0l0,1466l194,0l0,-1466z"/>
+<glyph unicode="L" horiz-adv-x="1139" d="M150,0l0,1466l194,0l0,-1293l722,0l0,-173z"/>
+<glyph unicode="M" horiz-adv-x="1706" d="M152,0l0,1466l292,0l347,-1038C823,331 846,259 861,211C878,264 904,343 939,446l351,1020l261,0l0,-1466l-187,0l0,1227l-426,-1227l-175,0l-424,1248l0,-1248z"/>
+<glyph unicode="N" horiz-adv-x="1479" d="M156,0l0,1466l199,0l770,-1151l0,1151l186,0l0,-1466l-199,0l-770,1152l0,-1152z"/>
+<glyph unicode="O" horiz-adv-x="1593" d="M99,714C99,957 164,1148 295,1286C426,1423 594,1492 801,1492C936,1492 1058,1460 1167,1395C1276,1330 1359,1240 1416,1125C1473,1009 1501,878 1501,731C1501,582 1471,449 1411,332C1351,215 1266,126 1156,66C1046,5 927,-25 800,-25C662,-25 539,8 430,75C321,142 239,233 183,348C127,463 99,585 99,714M299,711C299,534 347,395 442,294C537,192 656,141 799,141C945,141 1065,192 1160,295C1254,398 1301,543 1301,732C1301,851 1281,956 1241,1045C1200,1134 1141,1203 1064,1252C986,1301 899,1325 802,1325C665,1325 547,1278 448,1184C349,1089 299,932 299,711z"/>
+<glyph unicode="P" horiz-adv-x="1366" d="M158,0l0,1466l553,0C808,1466 883,1461 934,1452C1006,1440 1066,1417 1115,1384C1164,1350 1203,1303 1233,1242C1262,1181 1277,1115 1277,1042C1277,917 1237,812 1158,726C1079,639 935,596 728,596l-376,0l0,-596M352,769l379,0C856,769 945,792 998,839C1051,886 1077,951 1077,1036C1077,1097 1062,1150 1031,1194C1000,1237 959,1266 908,1280C875,1289 815,1293 727,1293l-375,0z"/>
+<glyph unicode="Q" horiz-adv-x="1593" d="M1269,157C1359,95 1442,50 1518,21l-57,-135C1356,-76 1251,-16 1146,66C1037,5 917,-25 786,-25C653,-25 533,7 425,71C317,135 234,225 176,341C117,457 88,588 88,733C88,878 117,1009 176,1128C235,1247 318,1337 427,1399C535,1461 656,1492 790,1492C925,1492 1047,1460 1156,1396C1265,1331 1348,1241 1405,1126C1462,1010 1490,879 1490,734C1490,613 1472,505 1435,409C1398,312 1343,228 1269,157M842,405C954,374 1046,327 1119,265C1233,369 1290,525 1290,734C1290,853 1270,956 1230,1045C1189,1134 1130,1203 1053,1252C975,1301 888,1325 791,1325C646,1325 526,1276 431,1177C336,1078 288,930 288,733C288,542 335,396 430,294C524,192 644,141 791,141C860,141 926,154 987,180C926,219 862,247 795,264z"/>
+<glyph unicode="R" horiz-adv-x="1479" d="M161,0l0,1466l650,0C942,1466 1041,1453 1109,1427C1177,1400 1231,1354 1272,1287C1313,1220 1333,1147 1333,1066C1333,962 1299,874 1232,803C1165,732 1061,686 920,667C971,642 1010,618 1037,594C1094,542 1147,477 1198,399l255,-399l-244,0l-194,305C958,393 912,460 875,507C838,554 806,586 777,605C748,624 718,637 688,644C666,649 630,651 580,651l-225,0l0,-651M355,819l417,0C861,819 930,828 980,847C1030,865 1068,894 1094,935C1120,975 1133,1019 1133,1066C1133,1135 1108,1192 1058,1237C1007,1282 928,1304 819,1304l-464,0z"/>
+<glyph unicode="S" horiz-adv-x="1366" d="M92,471l183,16C284,414 304,354 336,307C367,260 416,222 483,193C550,164 625,149 708,149C782,149 847,160 904,182C961,204 1003,234 1031,273C1058,311 1072,353 1072,398C1072,444 1059,484 1032,519C1005,553 961,582 900,605C861,620 774,644 639,677C504,709 410,739 356,768C286,805 234,850 200,905C165,959 148,1020 148,1087C148,1161 169,1230 211,1295C253,1359 314,1408 395,1441C476,1474 565,1491 664,1491C773,1491 869,1474 952,1439C1035,1404 1098,1352 1143,1284C1188,1216 1212,1139 1215,1053l-186,-14C1019,1132 985,1202 928,1249C870,1296 785,1320 672,1320C555,1320 469,1299 416,1256C362,1213 335,1161 335,1100C335,1047 354,1004 392,970C429,936 527,901 685,866C842,830 950,799 1009,772C1094,733 1157,683 1198,623C1239,562 1259,493 1259,414C1259,336 1237,263 1192,194C1147,125 1083,71 1000,33C916,-6 822,-25 717,-25C584,-25 473,-6 384,33C294,72 224,130 173,208C122,285 95,373 92,471z"/>
+<glyph unicode="T" horiz-adv-x="1251" d="M531,0l0,1293l-483,0l0,173l1162,0l0,-173l-485,0l0,-1293z"/>
+<glyph unicode="U" horiz-adv-x="1479" d="M1120,1466l194,0l0,-847C1314,472 1297,355 1264,268C1231,181 1171,111 1084,57C997,2 882,-25 741,-25C604,-25 491,-1 404,46C317,93 254,162 217,252C180,341 161,464 161,619l0,847l194,0l0,-846C355,493 367,399 391,339C414,278 455,232 513,199C570,166 641,150 724,150C867,150 968,182 1029,247C1090,312 1120,436 1120,620z"/>
+<glyph unicode="W" horiz-adv-x="1933" d="M414,0l-389,1466l199,0l223,-961C471,404 492,304 509,205C546,362 568,452 575,476l279,990l234,0l210,-742C1351,540 1389,367 1412,205C1431,298 1455,404 1485,524l230,942l195,0l-402,-1466l-187,0l-309,1117C986,1210 971,1268 966,1289C951,1222 936,1164 923,1117l-311,-1117z"/>
+<glyph unicode="Y" horiz-adv-x="1366" d="M571,0l0,621l-565,845l236,0l289,-442C584,941 634,859 680,776C724,853 777,939 840,1035l284,431l226,0l-585,-845l0,-621z"/>
+</font>
+
+ <font horiz-adv-x="1000">
+<!-- Copyright (c) 1992, 1994 Adobe Systems Incorporated. All Rights Reserved.Myriad is a trademark of Adobe Systems Incorporated may be registered in certain jurisdictions. -->
+<font-face font-family="Myriad-Roman" units-per-em="1000" underline-position="-100" underline-thickness="50"/>
+<missing-glyph horiz-adv-x="212"/>
+<glyph unicode="A" horiz-adv-x="612" d="M424,212l72,-212l93,0l-230,674l-105,0l-229,-674l90,0l70,212M203,280l66,195C282,516 293,558 302,597l3,0C315,558 325,518 339,474l67,-194z"/>
+<glyph unicode="B" horiz-adv-x="542" d="M76,2C105,-2 151,-6 211,-6C321,-6 397,14 443,57C478,90 501,134 501,192C501,292 426,345 362,360l0,3C432,388 476,445 476,511C476,564 454,604 419,630C378,664 322,679 235,679C175,679 114,673 76,664M163,606C177,609 200,612 240,612C328,612 387,580 387,502C387,437 333,388 242,388l-79,0M163,323l72,0C330,323 409,284 409,193C409,95 326,62 236,62C205,62 181,63 163,66z"/>
+<glyph unicode="C" horiz-adv-x="580" d="M529,91C494,74 440,63 386,63C223,63 128,168 128,334C128,511 233,612 391,612C447,612 494,600 526,584l22,71C525,667 471,685 388,685C179,685 36,543 36,331C36,109 178,-11 368,-11C450,-11 515,5 546,21z"/>
+<glyph unicode="D" horiz-adv-x="666" d="M75,2C120,-4 171,-6 234,-6C365,-6 469,28 533,91C595,153 630,243 630,353C630,462 595,541 534,596C475,651 386,679 261,679C192,679 129,673 75,665M163,601C186,606 220,610 265,610C449,610 539,511 538,350C538,168 437,63 251,64C217,64 185,64 163,68z"/>
+<glyph unicode="E" horiz-adv-x="492" d="M424,388l-261,0l0,213l277,0l0,73l-365,0l0,-674l380,0l0,73l-292,0l0,243l261,0z"/>
+<glyph unicode="G" horiz-adv-x="646" d="M590,354l-222,0l0,-70l136,0l0,-201C484,73 445,65 388,65C230,65 128,166 128,337C128,506 235,608 399,608C467,608 512,596 548,579l22,71C541,664 479,681 401,681C175,681 36,534 36,333C36,228 72,138 130,82C196,19 280,-7 382,-7C473,-7 551,15 590,30z"/>
+<glyph unicode="H" horiz-adv-x="652" d="M75,674l0,-674l88,0l0,316l326,0l0,-316l88,0l0,674l-88,0l0,-282l-326,0l0,282z"/>
+<glyph unicode="I" horiz-adv-x="239" d="M75,674l0,-674l88,0l0,674z"/>
+<glyph unicode="K" horiz-adv-x="542" d="M76,0l87,0l0,257l65,74l221,-331l103,0l-263,388l244,286l-108,0l-206,-253C202,399 184,375 166,349l-3,0l0,325l-87,0z"/>
+<glyph unicode="L" horiz-adv-x="472" d="M75,0l376,0l0,73l-288,0l0,601l-88,0z"/>
+<glyph unicode="M" horiz-adv-x="804" d="M660,0l86,0l-42,674l-111,0l-120,-326C443,263 419,189 401,121l-2,0C381,191 359,265 331,348l-115,326l-111,0l-47,-674l83,0l18,289C165,391 170,503 172,587l2,0C193,507 219,421 251,325l110,-321l66,0l119,327C580,424 607,509 631,587l2,0C633,504 639,390 644,296z"/>
+<glyph unicode="N" horiz-adv-x="658" d="M158,0l0,288C158,400 157,481 152,566l3,1C188,494 233,417 280,342l214,-342l88,0l0,674l-82,0l0,-283C500,287 502,205 510,115l-3,-1C476,184 436,254 387,333l-215,341l-96,0l0,-674z"/>
+<glyph unicode="O" horiz-adv-x="689" d="M340,-11C511,-11 652,113 652,344C652,544 533,685 348,685C168,685 36,545 36,331C36,127 160,-11 339,-11M342,60C205,60 127,191 127,333C127,479 199,614 344,614C489,614 559,474 559,340C559,187 481,60 343,60z"/>
+<glyph unicode="&#xD8;" horiz-adv-x="689" d="M112,-43l63,86C223,8 282,-11 345,-11C507,-11 652,108 652,343C652,442 621,530 565,591l62,86l-53,36l-59,-81C467,667 409,685 347,685C170,685 36,546 36,333C36,232 69,144 125,83l-62,-87M176,158l-2,-1C144,208 125,263 125,337C125,479 199,615 345,615C396,615 438,597 472,568M513,515l3,0C551,457 563,397 563,340C563,188 484,59 344,59C289,59 251,76 218,107z"/>
+<glyph unicode="P" horiz-adv-x="532" d="M76,0l87,0l0,270C183,265 207,264 233,264C318,264 393,289 439,338C474,373 492,421 492,482C492,542 469,591 432,623C392,659 329,679 243,679C173,679 118,673 76,665M163,603C178,606 207,610 245,610C341,610 404,567 404,477C404,386 341,334 235,334C207,334 182,336 163,341z"/>
+<glyph unicode="R" horiz-adv-x="538" d="M76,0l87,0l0,292l82,0C324,289 361,254 381,161C399,77 414,19 425,0l90,0C502,26 486,91 464,185C447,255 416,303 365,321l0,3C435,348 492,407 492,495C492,548 472,594 439,623C397,661 336,679 243,679C184,679 120,673 76,664M163,603C178,607 207,611 249,611C341,611 404,573 404,486C404,409 345,358 252,358l-89,0z"/>
+<glyph unicode="S" horiz-adv-x="493" d="M42,33C78,9 149,-11 214,-11C373,-11 449,80 449,184C449,283 392,337 278,382C185,418 144,449 144,512C144,558 179,613 271,613C332,613 377,594 398,581l24,71C393,669 342,685 274,685C143,685 56,607 56,502C56,408 124,350 234,310C325,276 361,239 361,177C361,108 309,62 220,62C160,62 104,81 65,106z"/>
+<glyph unicode="T" horiz-adv-x="497" d="M204,0l88,0l0,600l206,0l0,74l-499,0l0,-74l205,0z"/>
+<glyph unicode="U" horiz-adv-x="647" d="M75,674l0,-397C75,67 179,-11 317,-11C463,-11 572,73 572,280l0,394l-88,0l0,-400C484,126 419,60 320,60C230,60 163,124 163,274l0,400z"/>
+<glyph unicode="Z" horiz-adv-x="553" d="M30,0l492,0l0,73l-377,0l0,3l372,545l0,53l-455,0l0,-73l342,0l0,-3l-374,-547z"/>
+<glyph unicode="[" horiz-adv-x="284" d="M264,-112l0,55l-114,0l0,687l114,0l0,55l-183,0l0,-797z"/>
+<glyph unicode="]" horiz-adv-x="284" d="M20,685l0,-55l114,0l0,-687l-114,0l0,-55l183,0l0,797z"/>
+<glyph unicode="," horiz-adv-x="207" d="M78,-117C106,-70 150,41 174,126l-98,-10C65,43 38,-64 16,-124z"/>
+<glyph unicode="&#xB0;" horiz-adv-x="318" d="M162,685C88,685 29,627 29,551C29,481 82,422 160,422C229,422 294,475 294,555C294,623 245,685 163,685M162,638C219,638 241,591 241,554C241,505 208,469 162,469C117,469 84,505 84,551C84,593 110,638 161,638z"/>
+<glyph unicode="8" horiz-adv-x="513" d="M262,661C148,661 61,591 61,488C61,432 92,376 165,342l0,-3C86,305 37,246 37,164C37,69 119,-11 255,-11C379,-11 476,64 476,178C476,256 426,314 345,346l0,3C425,386 453,446 453,501C453,583 389,661 263,661M257,53C175,53 125,111 128,176C128,238 169,289 245,311C333,286 388,247 388,169C388,102 337,53 258,53M261,598C339,598 370,544 370,492C370,433 327,393 271,374C196,394 146,429 147,494C147,550 187,598 260,598z"/>
+<glyph unicode="5" horiz-adv-x="513" d="M433,650l-311,0l-42,-310C104,344 133,347 171,347C300,347 357,288 357,202C358,114 286,60 204,60C144,60 91,80 64,96l-22,-67C74,9 133,-11 204,-11C345,-11 446,84 446,211C446,295 404,352 353,380C313,404 264,415 213,415C189,415 175,413 160,411l25,165l248,0z"/>
+<glyph unicode="4" horiz-adv-x="513" d="M400,0l0,177l91,0l0,68l-91,0l0,405l-95,0l-290,-416l0,-57l302,0l0,-177M104,245l0,2l159,221C281,499 297,527 317,565l3,0C318,531 317,497 317,463l0,-218z"/>
+<glyph unicode="-" horiz-adv-x="307" d="M30,302l0,-64l247,0l0,64z"/>
+<glyph unicode="9" horiz-adv-x="513" d="M96,-11C116,-12 145,-10 177,-6C247,2 316,33 366,81C430,144 478,244 478,387C478,554 396,661 263,661C130,661 40,553 40,431C40,319 115,231 232,231C298,231 350,257 386,301l3,0C377,224 346,167 303,128C266,92 218,71 167,65C137,61 115,60 96,61M256,594C348,594 390,510 389,398C389,384 386,374 382,366C358,327 312,298 253,298C177,298 128,355 128,436C128,528 181,594 255,594z"/>
+<glyph unicode="1" horiz-adv-x="513" d="M236,0l85,0l0,650l-75,0l-142,-76l17,-67l113,61l2,0z"/>
+<glyph unicode="." horiz-adv-x="207" d="M111,-11C147,-11 171,16 171,52C171,89 147,115 112,115C77,115 52,88 52,52C52,16 76,-11 110,-11z"/>
+<glyph unicode="&quot;" horiz-adv-x="337" d="M51,692l16,-240l54,0l16,240M200,692l16,-240l54,0l16,240z"/>
+<glyph unicode="7" horiz-adv-x="513" d="M57,650l0,-73l318,0l0,-2l-281,-575l90,0l283,592l0,58z"/>
+<glyph unicode="6" horiz-adv-x="513" d="M416,661C400,661 378,660 352,656C270,646 198,613 144,560C79,495 34,394 34,266C34,97 125,-11 263,-11C399,-11 480,99 480,219C480,345 399,429 284,429C212,429 157,395 126,353l-2,0C139,461 211,562 350,584C375,588 398,590 416,589M264,57C172,57 122,137 121,244C121,260 125,272 130,282C154,330 204,362 257,362C338,362 391,306 391,213C391,120 340,57 265,57z"/>
+<glyph unicode="/" horiz-adv-x="343" d="M66,-40l280,725l-69,0l-278,-725z"/>
+<glyph unicode=" " horiz-adv-x="212"/>
+<glyph unicode="3" horiz-adv-x="513" d="M42,33C74,12 138,-11 211,-11C366,-11 448,80 448,184C448,275 383,335 303,350l0,2C382,381 423,438 423,506C423,585 365,661 237,661C167,661 101,636 66,611l24,-64C118,567 168,590 220,590C301,590 334,544 334,492C334,415 253,382 189,382l-49,0l0,-66l49,0C274,316 356,277 357,186C358,131 322,60 210,60C148,60 91,85 66,100z"/>
+<glyph unicode="2" horiz-adv-x="513" d="M460,0l0,73l-291,0l0,2l51,48C357,255 444,352 444,472C444,565 385,661 246,661C171,661 106,632 62,595l28,-62C120,558 169,588 228,588C325,588 356,527 356,461C356,363 280,279 114,121l-69,-67l0,-54z"/>
+<glyph unicode="0" horiz-adv-x="513" d="M253,-11C395,-11 478,111 478,332C478,539 399,661 263,661C131,661 36,542 36,323C38,108 125,-11 252,-11M255,57C174,57 122,159 124,328C124,491 176,593 256,593C348,593 388,488 388,328C388,162 345,57 256,57z"/>
+</font>
+
+ <g id="FORT">
+ <text transform="matrix(1 0 0 1 460.7554 404.6387)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="7.6072">COMPRESSOR 1 CYLINDER</text>
+ <text transform="matrix(1 0 0 1 537.3921 419.3027)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="11.065">8501031</text>
+ <text transform="matrix(1 0 0 1 592.2651 418.3115)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="8.2987">E</text>
+ <text transform="matrix(1 0 0 1 427.7573 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">W</text>
+ <text transform="matrix(1 0 0 1 434.2847 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">I</text>
+ <text transform="matrix(1 0 0 1 436.2056 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">T</text>
+ <text transform="matrix(1 0 0 1 440.4302 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">H</text>
+ <text transform="matrix(1 0 0 1 445.4243 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">O</text>
+ <text transform="matrix(1 0 0 1 450.8042 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">U</text>
+ <text transform="matrix(1 0 0 1 455.7983 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">T</text>
+ <text transform="matrix(1 0 0 1 459.897 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156"> </text>
+ <text transform="matrix(1 0 0 1 461.8188 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">O</text>
+ <text transform="matrix(1 0 0 1 467.1978 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">I</text>
+ <text transform="matrix(1 0 0 1 469.1196 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">L</text>
+ <text transform="matrix(1 0 0 1 472.7085 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156"> </text>
+ <text transform="matrix(1 0 0 1 474.6304 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">E</text>
+ <text transform="matrix(1 0 0 1 479.2427 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">Q</text>
+ <text transform="matrix(1 0 0 1 484.6216 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">U</text>
+ <text transform="matrix(1 0 0 1 489.6157 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">A</text>
+ <text transform="matrix(1 0 0 1 494.229 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">L</text>
+ <text transform="matrix(1 0 0 1 498.0747 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">I</text>
+ <text transform="matrix(1 0 0 1 499.9966 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">S</text>
+ <text transform="matrix(1 0 0 1 504.6089 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">A</text>
+ <text transform="matrix(1 0 0 1 508.7085 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">T</text>
+ <text transform="matrix(1 0 0 1 512.9331 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">I</text>
+ <text transform="matrix(1 0 0 1 514.854 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">O</text>
+ <text transform="matrix(1 0 0 1 520.2329 417.5)" fill="#FFFF00" stroke="#000000" font-family="'ArialMT'" font-size="6.9156">N</text>
+</g>
+<g id="XSEC_x5F_DATUMS">
+</g>
+<g id="SURFACES">
+</g>
+<g id="SFIN">
+</g>
+<g id="REPERES">
+</g>
+<g id="POINTS">
+</g>
+<g id="PLANS">
+</g>
+<g id="PARAMETER_x5F_DIM">
+</g>
+<g id="NOTES">
+</g>
+<g id="NOTE">
+</g>
+<g id="GTOL">
+</g>
+<g id="DRIVEN_x5F_DIM">
+</g>
+<g id="DRAFT_x5F_GEOM">
+</g>
+<g id="DIM">
+ <g>
+
+ <text transform="matrix(1 0 0 1 19.4658 209.8252)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">25</text>
+
+ <text transform="matrix(1 0 0 1 23.5825 215.9995)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">.98</text>
+
+ <text transform="matrix(1 0 0 1 19.4658 215.9995)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 35.9312 215.9995)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="83.6" y1="202.1" x2="45.8" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.3" y1="189.3" x2="45.8" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="202.1" x2="45.9" y2="195.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="195.7" x2="45.9" y2="207.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="207.8" x2="42.1" y2="207.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="189.3" x2="45.9" y2="195.7"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="202.1" x2="46.5" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="46.5" y1="199.1" x2="45.3" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.3" y1="199.1" x2="45.9" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="199.1" x2="45.9" y2="202.1"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="189.3" x2="45.3" y2="192.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.3" y1="192.4" x2="46.5" y2="192.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="46.5" y1="192.4" x2="45.9" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.9" y1="192.4" x2="45.9" y2="189.3"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 33.0972 164.7417)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">98</text>
+
+ <text transform="matrix(1 0 0 1 37.2134 170.916)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">3.85</text>
+
+ <text transform="matrix(1 0 0 1 33.0972 170.916)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 53.6792 170.916)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.3" y1="189.3" x2="45.3" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.3" y1="138.9" x2="45.3" y2="138.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.4" y1="189.3" x2="45.4" y2="173"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.4" y1="138.9" x2="45.4" y2="158.6"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.4" y1="189.3" x2="46.1" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="46.1" y1="186.2" x2="44.8" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="44.8" y1="186.2" x2="45.4" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.4" y1="186.2" x2="45.4" y2="189.3"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.4" y1="138.9" x2="44.8" y2="142"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="44.8" y1="142" x2="46.1" y2="142"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="46.1" y1="142" x2="45.4" y2="138.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="45.4" y1="142" x2="45.4" y2="138.9"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 367.0718 186.4429)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">68</text>
+
+ <text transform="matrix(1 0 0 1 371.188 192.6177)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">2.67</text>
+
+ <text transform="matrix(1 0 0 1 367.0718 192.6177)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 387.6538 192.6177)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="392.4" y1="167.2" x2="379.3" y2="167.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="202.1" x2="379.3" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="379.4" y1="167.2" x2="379.4" y2="180.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="379.4" y1="202.1" x2="379.4" y2="194.7"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="379.4" y1="167.2" x2="378.8" y2="170.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="378.8" y1="170.3" x2="380" y2="170.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="380" y1="170.3" x2="379.4" y2="167.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="379.4" y1="170.3" x2="379.4" y2="167.2"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="379.4" y1="202.1" x2="380" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="380" y1="199.1" x2="378.8" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="378.8" y1="199.1" x2="379.4" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="379.4" y1="199.1" x2="379.4" y2="202.1"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 101.7915 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">109</text>
+
+ <text transform="matrix(1 0 0 1 122.3735 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">4.29</text>
+
+ <text transform="matrix(1 0 0 1 118.2573 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 138.8394 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.4" y1="276.2" x2="91.4" y2="268"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.4" y1="261.9" x2="91.4" y2="231.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="247.4" x2="147.5" y2="231.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.4" y1="231.6" x2="99.7" y2="231.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="231.6" x2="145" y2="231.6"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.4" y1="231.6" x2="94.5" y2="232.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="94.5" y1="232.2" x2="94.5" y2="230.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="94.5" y1="230.9" x2="91.4" y2="231.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="94.5" y1="231.6" x2="91.4" y2="231.6"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="231.6" x2="144.5" y2="230.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="230.9" x2="144.5" y2="232.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="232.2" x2="147.5" y2="231.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="231.6" x2="147.5" y2="231.6"/>
+ </g>
+ </g>
+</g>
+<g id="COURBES">
+</g>
+<g id="COSM_x5F_SKETCH">
+</g>
+<g id="COSMETIQUES">
+</g>
+<g id="COSM">
+</g>
+<g id="AXES">
+</g>
+<g id="_x30_7_x5F__x5F_ASM_x5F_ALL_x5F_SKELETONS">
+</g>
+<g id="_x30_6_x5F__x5F__x5F_PRT_x5F_ALL_x5F_SURFS">
+</g>
+<g id="_x30_6_x5F__x5F_ASM_x5F_ALL_x5F_SURFS">
+</g>
+<g id="_x30_6_x5F_ALL_x5F_SURFS">
+</g>
+<g id="_x30_5_x5F__x5F__x5F_PRT_x5F_DEF_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F__x5F__x5F_PRT_x5F_ALL_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F__x5F_ASM_x5F_DEF_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F__x5F_ASM_x5F_ALL_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_5_x5F_ALL_x5F_DTM_x5F_CSYS">
+</g>
+<g id="_x30_4_x5F__x5F__x5F_PRT_x5F_ALL_x5F_DTM_x5F_PNT">
+</g>
+<g id="_x30_4_x5F__x5F_ASM_x5F_ALL_x5F_DTM_x5F_PNT">
+</g>
+<g id="_x30_4_x5F_ALL_x5F_DTM_x5F_PNT">
+</g>
+<g id="_x30_3_x5F__x5F__x5F_PRT_x5F_ALL_x5F_CURVES">
+</g>
+<g id="_x30_3_x5F__x5F_ASM_x5F_ALL_x5F_CURVES">
+</g>
+<g id="_x30_3_x5F_ALL_x5F_CURVES">
+</g>
+<g id="_x30_2_x5F__x5F__x5F_PRT_x5F_ALL_x5F_AXES">
+</g>
+<g id="_x30_2_x5F__x5F_ASM_x5F_ALL_x5F_AXES">
+</g>
+<g id="_x30_2_x5F_ALL_x5F_AXES">
+</g>
+<g id="_x30_1_x5F__x5F__x5F_PRT_x5F_DEF_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F__x5F__x5F_PRT_x5F_ALL_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F__x5F_ASM_x5F_DEF_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F__x5F_ASM_x5F_ALL_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x30_1_x5F_ALL_x5F_DTM_x5F_PLN">
+</g>
+<g id="_x5F_BLACK_x5F_HOLE">
+</g>
+<g id="DEFAULT_x5F_3">
+</g>
+<g id="DEFAULT_x5F_2">
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="109.3" y1="367.1" x2="99.1" y2="354.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="117.5" y1="344.4" x2="122.8" y2="350.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="102.1" y1="354.5" x2="114.4" y2="344.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="98.3" y1="355.6" x2="99.1" y2="354.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="100.1" y1="356.2" x2="102.1" y2="354.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="108.2" y1="365.8" x2="110.2" y2="364.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="108.5" y1="367.8" x2="109.3" y2="367.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" x1="110.2" y1="364.2" x2="122.5" y2="353.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" d="
+ M122.5,353.8c0.9-0.8,1-2.1,0.3-3c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="3.3582 3.3582" d="
+ M117.5,344.4c-0.8-0.9-2.1-1-3-0.3c0,0,0,0,0,0"/>
+</g>
+<g id="DEFAULT_x5F_1">
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="392.4" y1="167.2" x2="411" y2="167.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="415.1" y1="167.2" x2="418" y2="167.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="427.6" y1="205.1" x2="427.6" y2="188.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="442.8" y1="205.2" x2="442.8" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="433.7" y1="92.8" x2="444.3" y2="92.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="445.8" y1="92.8" x2="447.2" y2="92.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="395.2" y1="67" x2="411" y2="67"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="415" y1="67" x2="421" y2="67"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="525.9" y1="208.4" x2="525.9" y2="187.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="81.3" y1="183.4" x2="81.3" y2="186.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="81.3" y1="168.1" x2="81.3" y2="165.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="81.3" y1="183.4" x2="81.3" y2="186.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="81.3" y1="168.1" x2="81.3" y2="165.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="73.7" y1="175.7" x2="70.8" y2="175.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="89" y1="175.7" x2="91.9" y2="175.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="91.4" y1="207.6" x2="91.4" y2="187.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="147.5" y1="204.1" x2="147.5" y2="26.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="156.4" y1="205.2" x2="156.4" y2="187.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="85" y1="92.8" x2="73.7" y2="92.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="89.1" y1="92.8" x2="101.1" y2="92.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="208.3" y1="205.7" x2="208.3" y2="185.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="148.7" y1="387.9" x2="143" y2="387.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="164" y1="387.9" x2="169.7" y2="387.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="91.4" y1="297.2" x2="91.4" y2="302.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="91.4" y1="281.9" x2="91.4" y2="276.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="147.5" y1="332.3" x2="147.5" y2="406.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="147.5" y1="317" x2="147.5" y2="260.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="139.9" y1="324.6" x2="63.9" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="155.2" y1="324.6" x2="209.6" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="79.2" y1="299.7" x2="96.2" y2="305.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="117.1" y1="281.2" x2="101.6" y2="259.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="156.4" y1="395.5" x2="156.4" y2="401.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="156.4" y1="380.3" x2="156.4" y2="374.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="200.6" y1="304.8" x2="195" y2="304.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="215.9" y1="304.8" x2="221.6" y2="304.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="83.8" y1="289.6" x2="78.1" y2="289.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="99.1" y1="289.6" x2="104.7" y2="289.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="208.3" y1="312.4" x2="208.3" y2="318.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="208.3" y1="297.2" x2="208.3" y2="291.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" stroke-dasharray="12.5933 2.5187 2.5187 2.5187" x1="432" y1="303.9" x2="432" y2="242.2"/>
+</g>
+<g id="_x30_">
+ <g>
+
+ <text transform="matrix(1 0 0 1 378.1948 302.6934)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">15</text>
+
+ <text transform="matrix(1 0 0 1 382.311 308.8672)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">.60</text>
+
+ <text transform="matrix(1 0 0 1 378.1948 308.8672)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 394.6606 308.8672)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="274.9" x2="403.9" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.3" y1="290.5" x2="403.9" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="274.9" x2="404.1" y2="282.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="290.5" x2="404.1" y2="282.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="282.7" x2="404.1" y2="300.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="300.6" x2="400.8" y2="300.6"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="274.9" x2="403.4" y2="277.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.4" y1="277.9" x2="404.7" y2="277.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.7" y1="277.9" x2="404.1" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="277.9" x2="404.1" y2="274.9"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="290.5" x2="404.7" y2="287.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.7" y1="287.5" x2="403.4" y2="287.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.4" y1="287.5" x2="404.1" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.1" y1="287.5" x2="404.1" y2="290.5"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 357.4907 278.2354)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">23</text>
+
+ <text transform="matrix(1 0 0 1 361.6079 284.4092)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">.90</text>
+
+ <text transform="matrix(1 0 0 1 357.4907 284.4092)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 373.9565 284.4092)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="420.6" y1="267" x2="367.7" y2="267"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="416.4" y1="290.5" x2="367.7" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.8" y1="267" x2="367.8" y2="272.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.8" y1="290.5" x2="367.8" y2="286.5"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.8" y1="267" x2="367.2" y2="270.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.2" y1="270.1" x2="368.4" y2="270.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="368.4" y1="270.1" x2="367.8" y2="267"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.8" y1="270.1" x2="367.8" y2="267"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.8" y1="290.5" x2="368.4" y2="287.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="368.4" y1="287.5" x2="367.2" y2="287.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.2" y1="287.5" x2="367.8" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.8" y1="287.5" x2="367.8" y2="290.5"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 107.8442 405.0566)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">17</text>
+
+ <text transform="matrix(1 0 0 1 124.3101 405.0566)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">.67</text>
+
+ <text transform="matrix(1 0 0 1 120.1938 405.0566)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 136.6592 405.0566)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="406.4" x2="147.5" y2="402.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="156.4" y1="388" x2="156.4" y2="403.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="403" x2="142.8" y2="403"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="156.4" y1="403" x2="156.9" y2="403"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="403" x2="144.5" y2="402.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="402.4" x2="144.5" y2="403.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="403.6" x2="147.5" y2="403"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="403" x2="147.5" y2="403"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="156.4" y1="403" x2="159.4" y2="403.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="159.4" y1="403.6" x2="159.4" y2="402.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="159.4" y1="402.4" x2="156.4" y2="403"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="159.4" y1="403" x2="156.4" y2="403"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 246.1748 284.4883)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">39</text>
+
+ <text transform="matrix(1 0 0 1 250.2915 290.6631)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">1.52</text>
+
+ <text transform="matrix(1 0 0 1 246.1748 290.6631)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 266.7573 290.6631)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="209.6" y1="324.6" x2="238.5" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.3" y1="304.8" x2="238.5" y2="304.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="324.6" x2="238.3" y2="314.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="304.8" x2="238.3" y2="314.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="314.7" x2="238.3" y2="282.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="282.4" x2="244.1" y2="282.4"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="324.6" x2="238.9" y2="321.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.9" y1="321.5" x2="237.7" y2="321.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="237.7" y1="321.5" x2="238.3" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="321.5" x2="238.3" y2="324.6"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="304.8" x2="237.7" y2="307.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="237.7" y1="307.9" x2="238.9" y2="307.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.9" y1="307.9" x2="238.3" y2="304.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.3" y1="307.9" x2="238.3" y2="304.8"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 158.6978 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">118</text>
+
+ <text transform="matrix(1 0 0 1 179.2798 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">4.65</text>
+
+ <text transform="matrix(1 0 0 1 175.1636 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 195.7456 233.6084)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="237" x2="147.5" y2="231.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.3" y1="304.7" x2="208.3" y2="231.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="231.6" x2="156.6" y2="231.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.3" y1="231.6" x2="201.9" y2="231.6"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="231.6" x2="150.6" y2="232.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.6" y1="232.2" x2="150.6" y2="230.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.6" y1="230.9" x2="147.5" y2="231.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.6" y1="231.6" x2="147.5" y2="231.6"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.3" y1="231.6" x2="205.2" y2="230.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.2" y1="230.9" x2="205.2" y2="232.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.2" y1="232.2" x2="208.3" y2="231.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.2" y1="231.6" x2="208.3" y2="231.6"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 225.8833 347.6924)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">123</text>
+
+ <text transform="matrix(1 0 0 1 229.9995 353.8672)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">4.84</text>
+
+ <text transform="matrix(1 0 0 1 225.8833 353.8672)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 246.4653 353.8672)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="237.6" y1="324.6" x2="238.4" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="164.3" y1="387.9" x2="238.4" y2="387.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.2" y1="324.6" x2="238.2" y2="341.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.2" y1="387.9" x2="238.2" y2="355.9"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.2" y1="324.6" x2="237.6" y2="327.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="237.6" y1="327.7" x2="238.9" y2="327.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.9" y1="327.7" x2="238.2" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.2" y1="327.7" x2="238.2" y2="324.6"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.2" y1="387.9" x2="238.9" y2="384.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.9" y1="384.8" x2="237.6" y2="384.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="237.6" y1="384.8" x2="238.2" y2="387.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="238.2" y1="384.8" x2="238.2" y2="387.9"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 21.3633 307.4688)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">68</text>
+
+ <text transform="matrix(1 0 0 1 25.48 313.6436)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">2.68</text>
+
+ <text transform="matrix(1 0 0 1 21.3633 313.6436)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 41.9453 313.6436)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="63.8" y1="324.6" x2="33.6" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.4" y1="289.6" x2="33.6" y2="289.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.7" y1="324.6" x2="33.7" y2="315.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.7" y1="289.6" x2="33.7" y2="301.3"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.7" y1="324.6" x2="34.3" y2="321.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="34.3" y1="321.5" x2="33.1" y2="321.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.1" y1="321.5" x2="33.7" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.7" y1="321.5" x2="33.7" y2="324.6"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.7" y1="289.6" x2="33.1" y2="292.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.1" y1="292.6" x2="34.3" y2="292.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="34.3" y1="292.6" x2="33.7" y2="289.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="33.7" y1="292.6" x2="33.7" y2="289.6"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(0.8505 -0.2585 0.2908 0.9568 118.6406 248.3955)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">35°</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="249" x2="147.5" y2="247.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="111.2" y1="272.7" x2="103.2" y2="261.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M147.5,247.4c-7.9,0-15.7,1.2-23.2,3.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M124.3,251c-7.5,2.4-14.6,5.9-21.1,10.4"/>
+
+ <polygon fill-rule="evenodd" fill="#FFFF00" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 147.5,247.4 144.5,248.1 144.4,246.8 "/>
+
+ <polygon fill-rule="evenodd" fill="#FFFF00" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 103.3,261.4 105.5,259.1 106.2,260.2 "/>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 544.4185 120.3369)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">263</text>
+
+ <text transform="matrix(1 0 0 1 548.5356 126.5112)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">10.34</text>
+
+ <text transform="matrix(1 0 0 1 544.4185 126.5112)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 569.1177 126.5112)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="410.8" y1="67" x2="559" y2="67"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="533.7" y1="202.1" x2="559" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.8" y1="67" x2="558.8" y2="114.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.8" y1="202.1" x2="558.8" y2="128.6"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.8" y1="67" x2="558.2" y2="70.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.2" y1="70.1" x2="559.4" y2="70.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="559.4" y1="70.1" x2="558.8" y2="67"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.8" y1="70.1" x2="558.8" y2="67"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.8" y1="202.1" x2="559.4" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="559.4" y1="199.1" x2="558.2" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.2" y1="199.1" x2="558.8" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="558.8" y1="199.1" x2="558.8" y2="202.1"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 451.0239 213.8906)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">82</text>
+
+ <text transform="matrix(1 0 0 1 455.1401 220.0654)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">3.22</text>
+
+ <text transform="matrix(1 0 0 1 451.0239 220.0654)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 471.606 220.0654)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.7" y1="170.9" x2="483.7" y2="212"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="182.7" x2="441.6" y2="212"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.7" y1="211.8" x2="477.8" y2="211.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="211.8" x2="449" y2="211.8"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.7" y1="211.8" x2="480.6" y2="211.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.6" y1="211.2" x2="480.6" y2="212.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.6" y1="212.5" x2="483.7" y2="211.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.6" y1="211.8" x2="483.7" y2="211.8"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="211.8" x2="444.7" y2="212.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.7" y1="212.5" x2="444.7" y2="211.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.7" y1="211.2" x2="441.6" y2="211.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.7" y1="211.8" x2="441.6" y2="211.8"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 22.4673 261.6836)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">SUCTION </text>
+
+ <text transform="matrix(1 0 0 1 14.2349 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">D</text>
+
+ <text transform="matrix(1 0 0 1 17.9194 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">I</text>
+
+ <text transform="matrix(1 0 0 1 19.2417 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">S</text>
+
+ <text transform="matrix(1 0 0 1 21.9692 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 25.1777 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">H</text>
+
+ <text transform="matrix(1 0 0 1 28.7852 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 32.1709 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <text transform="matrix(1 0 0 1 35.1641 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">G</text>
+
+ <text transform="matrix(1 0 0 1 38.7378 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">E</text>
+
+ <text transform="matrix(1 0 0 1 41.46 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325"> </text>
+
+ <text transform="matrix(1 0 0 1 55.3989 274.0342)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">142</text>
+
+ <text transform="matrix(1 0 0 1 59.5151 280.208)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">5.59</text>
+
+ <text transform="matrix(1 0 0 1 55.3989 280.208)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 75.981 280.208)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <text transform="matrix(1 0 0 1 55.3989 261.6836)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">142</text>
+
+ <text transform="matrix(1 0 0 1 59.5151 267.8584)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">5.60</text>
+
+ <text transform="matrix(1 0 0 1 55.3989 267.8584)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 75.981 267.8584)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="103.4" y1="266.2" x2="95.6" y2="271.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="324.7" x2="137.5" y2="331.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="95.7" y1="271.7" x2="116.7" y2="301.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="116.7" y1="301.6" x2="87.3" y2="259.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="87.3" y1="259.6" x2="82.2" y2="259.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="137.6" y1="331.6" x2="116.7" y2="301.6"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="95.7" y1="271.7" x2="96.9" y2="274.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="96.9" y1="274.5" x2="98" y2="273.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="98" y1="273.8" x2="95.7" y2="271.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="97.5" y1="274.2" x2="95.7" y2="271.7"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="137.6" y1="331.6" x2="136.4" y2="328.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="136.4" y1="328.7" x2="135.4" y2="329.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="135.4" y1="329.4" x2="137.6" y2="331.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="135.9" y1="329" x2="137.6" y2="331.6"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1.3333 0 0 1 128.6211 21.8623)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">Ø</text>
+
+ <text transform="matrix(1 0 0 1 134.1094 21.8623)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">224</text>
+
+ <text transform="matrix(1 0 0 1 154.6919 21.8623)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">8.83</text>
+
+ <text transform="matrix(1 0 0 1 150.5747 21.8623)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 171.1577 21.8623)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.3" y1="58.9" x2="205.3" y2="19.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="58.9" x2="89.8" y2="19.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.3" y1="19.8" x2="177.3" y2="19.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="19.8" x2="126.6" y2="19.8"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.3" y1="19.8" x2="202.2" y2="19.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="202.2" y1="19.2" x2="202.2" y2="20.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="202.2" y1="20.4" x2="205.3" y2="19.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="202.2" y1="19.8" x2="205.3" y2="19.8"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="19.8" x2="92.9" y2="20.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.9" y1="20.4" x2="92.9" y2="19.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.9" y1="19.2" x2="89.8" y2="19.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.9" y1="19.8" x2="89.8" y2="19.8"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 234.0332 121.9512)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">333</text>
+
+ <text transform="matrix(1 0 0 1 238.1499 128.126)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">13.12</text>
+
+ <text transform="matrix(1 0 0 1 234.0332 128.126)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 258.7319 128.126)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="216.1" y1="202.1" x2="248.6" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.6" y1="30.7" x2="202.9" y2="30.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.1" y1="30.7" x2="248.6" y2="30.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="248.4" y1="202.1" x2="248.4" y2="130.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="248.4" y1="30.7" x2="248.4" y2="115.8"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="248.4" y1="202.1" x2="249.1" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="249.1" y1="199.1" x2="247.8" y2="199.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="247.8" y1="199.1" x2="248.4" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="248.4" y1="199.1" x2="248.4" y2="202.1"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="248.4" y1="30.7" x2="247.8" y2="33.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="247.8" y1="33.8" x2="249.1" y2="33.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="249.1" y1="33.8" x2="248.4" y2="30.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="248.4" y1="33.8" x2="248.4" y2="30.7"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1.3333 0 0 1 457.1997 314.0322)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">Ø</text>
+
+ <text transform="matrix(1 0 0 1 462.689 314.0322)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">31,75</text>
+
+ <text transform="matrix(1 0 0 1 466.8052 320.207)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">1.25</text>
+
+ <text transform="matrix(1 0 0 1 462.689 320.207)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 483.271 320.207)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="289.8" x2="415.7" y2="312.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.4" y1="289.8" x2="448.4" y2="312.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="312" x2="432" y2="312"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.4" y1="312" x2="432" y2="312"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="432" y1="312" x2="455.1" y2="312"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="312" x2="418.8" y2="312.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="418.8" y1="312.6" x2="418.8" y2="311.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="418.8" y1="311.4" x2="415.7" y2="312"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="418.8" y1="312" x2="415.7" y2="312"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.4" y1="312" x2="445.3" y2="311.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="445.3" y1="311.4" x2="445.3" y2="312.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="445.3" y1="312.6" x2="448.4" y2="312"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="445.3" y1="312" x2="448.4" y2="312"/>
+ </g>
+ </g>
+ <g>
+
+ <text transform="matrix(1 0 0 1 84.5313 415.2969)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">159</text>
+
+ <text transform="matrix(1 0 0 1 105.1133 415.2969)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">6.26</text>
+
+ <text transform="matrix(1 0 0 1 100.9966 415.2969)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">[</text>
+
+ <text transform="matrix(1 0 0 1 121.5791 415.2969)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">]</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="406.5" x2="147.5" y2="413.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.5" y1="330.5" x2="65.5" y2="413.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="413.2" x2="127.8" y2="413.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.5" y1="413.2" x2="82.5" y2="413.2"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="413.2" x2="144.5" y2="412.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="412.6" x2="144.5" y2="413.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="413.9" x2="147.5" y2="413.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.5" y1="413.2" x2="147.5" y2="413.2"/>
+ </g>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.5" y1="413.2" x2="68.6" y2="413.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="68.6" y1="413.9" x2="68.6" y2="412.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="68.6" y1="412.6" x2="65.5" y2="413.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="68.6" y1="413.2" x2="65.5" y2="413.2"/>
+ </g>
+ </g>
+
+ <text transform="matrix(1 0 0 1 284.5283 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">C</text>
+
+ <text transform="matrix(1 0 0 1 288.3735 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">O</text>
+
+ <text transform="matrix(1 0 0 1 293.1382 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">M</text>
+
+ <text transform="matrix(1 0 0 1 298.6982 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">P</text>
+
+ <text transform="matrix(1 0 0 1 302.3774 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">R</text>
+
+ <text transform="matrix(1 0 0 1 306.0977 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">E</text>
+
+ <text transform="matrix(1 0 0 1 309.5005 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">S</text>
+
+ <text transform="matrix(1 0 0 1 312.9097 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">S</text>
+
+ <text transform="matrix(1 0 0 1 316.3188 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">O</text>
+
+ <text transform="matrix(1 0 0 1 321.0835 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">R</text>
+
+ <text transform="matrix(1 0 0 1 324.8042 344.7646)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">S</text>
+
+ <text transform="matrix(1 0 0 1 284.5283 360.2012)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">MT/MTZ 18-3/4</text>
+
+ <text transform="matrix(1 0 0 1 284.5283 367.9189)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">MT/MTZ 22-3/4/6</text>
+
+ <text transform="matrix(1 0 0 1 284.5283 375.6377)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">MT/MTZ 28-3/4/6</text>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 405,59.9 401.9,59.3 402.4,58.2 405,59.9 "/>
+
+ <text transform="matrix(1 0 0 1 301.2725 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">S</text>
+ <text transform="matrix(1 0 0 1 304 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">U</text>
+
+ <text transform="matrix(1 0 0 1 307.5796 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 310.7886 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">T</text>
+
+ <text transform="matrix(1 0 0 1 313.5376 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">I</text>
+
+ <text transform="matrix(1 0 0 1 314.8599 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">O</text>
+
+ <text transform="matrix(1 0 0 1 318.6724 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">N</text>
+
+ <text transform="matrix(1 0 0 1 322.312 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325"> </text>
+
+ <text transform="matrix(1 0 0 1 323.4849 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <text transform="matrix(1 0 0 1 326.478 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">O</text>
+
+ <text transform="matrix(1 0 0 1 330.1353 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">T</text>
+
+ <text transform="matrix(1 0 0 1 332.4692 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 335.856 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">L</text>
+
+ <text transform="matrix(1 0 0 1 338.2515 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">O</text>
+
+ <text transform="matrix(1 0 0 1 342.063 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 345.272 49.1362)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">K</text>
+
+ <text transform="matrix(1 0 0 1 358.9028 55.3105)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">1&quot;</text>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 406.4,160.2 403.6,158.7 404.4,157.7 406.4,160.2 "/>
+
+ <text transform="matrix(1 0 0 1 293.292 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">D</text>
+
+ <text transform="matrix(1 0 0 1 296.9766 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">I</text>
+
+ <text transform="matrix(1 0 0 1 298.2988 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">S</text>
+
+ <text transform="matrix(1 0 0 1 301.0264 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 304.2349 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">H</text>
+
+ <text transform="matrix(1 0 0 1 307.8423 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 311.228 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <text transform="matrix(1 0 0 1 314.2212 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">G</text>
+
+ <text transform="matrix(1 0 0 1 317.7954 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">E</text>
+
+ <text transform="matrix(1 0 0 1 320.5171 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325"> </text>
+
+ <text transform="matrix(1 0 0 1 321.6899 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <text transform="matrix(1 0 0 1 324.6831 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">O</text>
+
+ <text transform="matrix(1 0 0 1 328.3394 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">T</text>
+
+ <text transform="matrix(1 0 0 1 330.6743 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 334.0601 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">L</text>
+
+ <text transform="matrix(1 0 0 1 336.4556 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">O</text>
+
+ <text transform="matrix(1 0 0 1 340.2681 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 343.4761 135.3052)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">K</text>
+
+ <text transform="matrix(1 0 0 1 359.1548 141.4805)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">1&quot;</text>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 105.5,183.7 107.9,185.7 106.9,186.5 105.5,183.7 "/>
+
+ <text transform="matrix(1 0 0 1 131.1777 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">P</text>
+
+ <text transform="matrix(1 0 0 1 134.1211 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">T</text>
+
+ <text transform="matrix(1 0 0 1 136.7212 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 139.9302 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325"> </text>
+
+ <text transform="matrix(1 0 0 1 141.103 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 144.3115 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <text transform="matrix(1 0 0 1 147.3159 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 150.7017 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">N</text>
+
+ <text transform="matrix(1 0 0 1 154.3418 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">K</text>
+
+ <text transform="matrix(1 0 0 1 157.2188 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 160.4497 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 163.8354 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">S</text>
+
+ <text transform="matrix(1 0 0 1 166.563 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">E</text>
+
+ <text transform="matrix(1 0 0 1 169.2852 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325"> </text>
+
+ <text transform="matrix(1 0 0 1 170.458 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">H</text>
+
+ <text transform="matrix(1 0 0 1 174.0649 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">E</text>
+
+ <text transform="matrix(1 0 0 1 176.7871 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 179.7358 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">T</text>
+
+ <text transform="matrix(1 0 0 1 182.4854 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">E</text>
+
+ <text transform="matrix(1 0 0 1 185.2075 214.9414)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 85.1,90 82,89.2 82.5,88.1 85.1,90 "/>
+
+ <text transform="matrix(1 0 0 1 26.8564 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">S</text>
+
+ <text transform="matrix(1 0 0 1 29.584 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">C</text>
+
+ <text transform="matrix(1 0 0 1 32.7925 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">H</text>
+
+ <text transform="matrix(1 0 0 1 36.3999 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <text transform="matrix(1 0 0 1 39.4038 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">A</text>
+
+ <text transform="matrix(1 0 0 1 42.7896 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">D</text>
+
+ <text transform="matrix(1 0 0 1 46.4741 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">E</text>
+
+ <text transform="matrix(1 0 0 1 49.1963 82.6523)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">R</text>
+
+ <text transform="matrix(1 0 0 1 43.3223 88.8267)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">1/4&quot;</text>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 425.9,257.8 423.3,256 424.2,255.1 425.9,257.8 "/>
+
+ <text transform="matrix(1 0 0 1 361.8315 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">B</text>
+
+ <text transform="matrix(1 0 0 1 364.8306 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">O</text>
+
+ <text transform="matrix(1 0 0 1 368.6421 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">L</text>
+
+ <text transform="matrix(1 0 0 1 370.7554 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">T</text>
+
+ <text transform="matrix(1 0 0 1 373.5054 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325"> </text>
+
+ <text transform="matrix(1 0 0 1 374.6782 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">H</text>
+
+ <text transform="matrix(1 0 0 1 378.2847 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325"> </text>
+
+ <text transform="matrix(1 0 0 1 379.4575 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">M</text>
+
+ <text transform="matrix(1 0 0 1 383.9058 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">8</text>
+
+ <text transform="matrix(1 0 0 1 386.7437 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">-</text>
+
+ <text transform="matrix(1 0 0 1 388.4419 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">4</text>
+
+ <text transform="matrix(1 0 0 1 391.2808 248.7383)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="5.5325">0</text>
+
+ <text transform="matrix(1 0 0 1 463.5708 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">G</text>
+
+ <text transform="matrix(1 0 0 1 466.2515 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">R</text>
+
+ <text transform="matrix(1 0 0 1 468.4956 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">O</text>
+
+ <text transform="matrix(1 0 0 1 471.355 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">M</text>
+
+ <text transform="matrix(1 0 0 1 474.6909 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">M</text>
+
+ <text transform="matrix(1 0 0 1 478.0269 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">E</text>
+
+ <text transform="matrix(1 0 0 1 480.0688 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">T</text>
+
+ <text transform="matrix(1 0 0 1 482.1304 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494"> </text>
+
+ <text transform="matrix(1 0 0 1 483.0103 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">C</text>
+
+ <text transform="matrix(1 0 0 1 485.3169 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">O</text>
+
+ <text transform="matrix(1 0 0 1 488.1763 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">M</text>
+
+ <text transform="matrix(1 0 0 1 491.5122 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">P</text>
+
+ <text transform="matrix(1 0 0 1 493.7192 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">R</text>
+
+ <text transform="matrix(1 0 0 1 495.9517 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">E</text>
+
+ <text transform="matrix(1 0 0 1 497.9937 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">S</text>
+
+ <text transform="matrix(1 0 0 1 500.0386 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">S</text>
+
+ <text transform="matrix(1 0 0 1 502.0845 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">I</text>
+
+ <text transform="matrix(1 0 0 1 503.0767 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">O</text>
+
+ <text transform="matrix(1 0 0 1 505.9351 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">N</text>
+
+ <text transform="matrix(1 0 0 1 508.6655 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494"> </text>
+
+ <text transform="matrix(1 0 0 1 509.5454 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">N</text>
+
+ <text transform="matrix(1 0 0 1 512.2749 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">O</text>
+
+ <text transform="matrix(1 0 0 1 515.0181 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">T</text>
+
+ <text transform="matrix(1 0 0 1 517.0806 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494"> </text>
+
+ <text transform="matrix(1 0 0 1 517.9595 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">I</text>
+
+ <text transform="matrix(1 0 0 1 518.9517 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">N</text>
+
+ <text transform="matrix(1 0 0 1 521.6821 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">C</text>
+
+ <text transform="matrix(1 0 0 1 524.0884 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">L</text>
+
+ <text transform="matrix(1 0 0 1 525.897 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">U</text>
+
+ <text transform="matrix(1 0 0 1 528.5815 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">D</text>
+
+ <text transform="matrix(1 0 0 1 531.3452 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">E</text>
+
+ <text transform="matrix(1 0 0 1 533.3872 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">D</text>
+
+ <text transform="matrix(1 0 0 1 535.9966 282.1152)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">,</text>
+
+ <text transform="matrix(1 0 0 1 463.5708 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">A</text>
+
+ <text transform="matrix(1 0 0 1 466.1099 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">R</text>
+
+ <text transform="matrix(1 0 0 1 468.355 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">O</text>
+
+ <text transform="matrix(1 0 0 1 471.2134 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">U</text>
+
+ <text transform="matrix(1 0 0 1 473.8979 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">N</text>
+
+ <text transform="matrix(1 0 0 1 476.6284 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">D</text>
+
+ <text transform="matrix(1 0 0 1 479.3921 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494"> </text>
+
+ <text transform="matrix(1 0 0 1 480.272 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">1</text>
+
+ <text transform="matrix(1 0 0 1 482.3999 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494"> </text>
+
+ <text transform="matrix(1 0 0 1 483.2798 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">M</text>
+
+ <text transform="matrix(1 0 0 1 486.6157 286.7461)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="4.1494">M</text>
+
+ <text transform="matrix(1 0 0 1 486.7993 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">S</text>
+
+ <text transform="matrix(1 0 0 1 490.2085 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">I</text>
+
+ <text transform="matrix(1 0 0 1 491.8618 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">L</text>
+
+ <text transform="matrix(1 0 0 1 495.1255 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">E</text>
+
+ <text transform="matrix(1 0 0 1 498.5278 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">N</text>
+
+ <text transform="matrix(1 0 0 1 503.0786 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">T</text>
+
+ <text transform="matrix(1 0 0 1 506.5151 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">B</text>
+
+ <text transform="matrix(1 0 0 1 510.2632 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">L</text>
+
+ <text transform="matrix(1 0 0 1 513.2583 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">O</text>
+
+ <text transform="matrix(1 0 0 1 518.0229 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">C</text>
+
+ <text transform="matrix(1 0 0 1 522.0337 258.2305)" fill="#FFFF00" stroke="#000000" font-family="'Myriad-Roman'" font-size="6.9156">K</text>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="0.5" x2="0.5" y2="10.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="0.5" y1="10.8" x2="0.5" y2="0.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="0.5" y1="0.5" x2="10.8" y2="0.5"/>
+ <polygon fill-rule="evenodd" stroke="#000000" points="0.5,10.8 0.5,0.5 10.8,0.5 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="432.7" x2="0.5" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="0.5" y1="422.4" x2="0.5" y2="432.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="0.5" y1="432.7" x2="10.8" y2="432.7"/>
+ <polygon fill-rule="evenodd" stroke="#000000" points="0.5,422.4 0.5,432.7 10.8,432.7 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="0.5" y1="0.5" x2="0.5" y2="432.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="10.8" x2="10.8" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="76.9" y1="427.6" x2="76.9" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="76.9" y1="10.8" x2="76.9" y2="5.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="611.8" y1="432.7" x2="601.5" y2="432.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="611.8" y1="422.4" x2="611.8" y2="432.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="432.7" x2="611.8" y2="422.4"/>
+ <polygon fill-rule="evenodd" stroke="#000000" points="601.5,432.7 611.8,422.4 611.8,432.7 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="0.5" y1="432.7" x2="611.8" y2="432.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="203.2" y1="425.5" x2="409.1" y2="425.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="422.4" x2="601.5" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="153.3" y1="427.6" x2="153.3" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="153.3" y1="10.8" x2="153.3" y2="5.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="378.7" x2="5.6" y2="378.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="378.7" x2="606.6" y2="378.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="324.7" x2="5.6" y2="324.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="324.7" x2="606.6" y2="324.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="203.2" y1="427.6" x2="203.2" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="213.5" y1="425.5" x2="213.5" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="223.8" y1="425.5" x2="223.8" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="229.7" y1="10.8" x2="229.7" y2="5.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="234.1" y1="425.5" x2="234.1" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="244.4" y1="425.5" x2="244.4" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="431.3" y1="293.5" x2="414.3" y2="293.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.4" y1="293.5" x2="459.9" y2="293.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="440.9" y1="290.4" x2="459.9" y2="290.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="254.7" y1="427.6" x2="254.7" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="265" y1="425.5" x2="265" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="270.6" x2="5.6" y2="270.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="270.6" x2="606.6" y2="270.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="275.3" y1="425.5" x2="275.3" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="285.6" y1="425.5" x2="285.6" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="295.9" y1="425.5" x2="295.9" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="306.1" y1="432.7" x2="306.1" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="306.1" y1="10.8" x2="306.1" y2="0.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="216.6" x2="0.5" y2="216.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="598.4" y1="216.6" x2="611.8" y2="216.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="316.4" y1="425.5" x2="316.4" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="326.7" y1="425.5" x2="326.7" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="337" y1="425.5" x2="337" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="347.3" y1="425.5" x2="347.3" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="357.6" y1="427.6" x2="357.6" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="367.9" y1="425.5" x2="367.9" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="162.6" x2="5.6" y2="162.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="378.2" y1="425.5" x2="378.2" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="382.6" y1="10.8" x2="382.6" y2="5.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="388.5" y1="425.5" x2="388.5" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="409.1" y1="427.6" x2="409.1" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="414.3" y1="293.5" x2="414.3" y2="290.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="108.6" x2="5.6" y2="108.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="610.8" y1="216.6" x2="600.5" y2="220.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="600.5" y1="212.5" x2="610.8" y2="216.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="459" y1="427.6" x2="459" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="459" y1="10.8" x2="459" y2="5.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="10.8" y1="54.5" x2="5.6" y2="54.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="600.5" y1="220.7" x2="604.6" y2="216.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="604.6" y1="216.6" x2="600.5" y2="212.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="600.5" y1="212.5" x2="600.5" y2="220.7"/>
+ <polygon fill-rule="evenodd" stroke="#000000" points="604.6,216.6 600.5,212.5 600.5,220.7 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="10.8" x2="10.8" y2="10.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="611.8" y1="0.5" x2="601.5" y2="0.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="611.8" y1="10.8" x2="611.8" y2="0.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="0.5" x2="611.8" y2="10.8"/>
+ <polygon fill-rule="evenodd" stroke="#000000" points="601.5,0.5 611.8,10.8 611.8,0.5 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="0.5" y1="0.5" x2="611.8" y2="0.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="535.4" y1="427.6" x2="535.4" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="535.4" y1="10.8" x2="535.4" y2="5.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="422.4" x2="601.5" y2="10.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="611.8" y1="432.7" x2="611.8" y2="0.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="533.7" y1="202.1" x2="518.2" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="450.6" y1="202.1" x2="419.8" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="419.4" y1="201.7" x2="451" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="517.8" y1="201.7" x2="534.1" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="419.4" y1="194.7" x2="451" y2="194.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="517.8" y1="194.7" x2="534.1" y2="194.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="417.5" y1="194.3" x2="452.2" y2="194.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="516.2" y1="194.3" x2="536.4" y2="194.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="417.5" y1="192.2" x2="438" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="525.9" y1="192.2" x2="536.4" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.9" y1="192.2" x2="433.2" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="525.5" y1="192.2" x2="531.6" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.5" y1="191.8" x2="433.7" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="524.3" y1="191.8" x2="532" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="475.6" y1="191.7" x2="493.8" y2="191.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.5" y1="190.8" x2="433.7" y2="190.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="523.3" y1="190.8" x2="532" y2="190.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="531.6" y1="190.4" x2="523.1" y2="190.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="433.2" y1="190.4" x2="421.9" y2="190.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="520.9" y1="189.8" x2="511.7" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="424.5" y1="189.8" x2="439.8" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="189.3" x2="467.1" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="458.1" y1="189.3" x2="448.3" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="189.1" x2="448.3" y2="189.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.4" y1="160.2" x2="373.2" y2="133.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="187.7" x2="448.3" y2="187.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="520.9" y1="186.2" x2="511.7" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="424.5" y1="186.2" x2="439.8" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.1" y1="185.7" x2="477.1" y2="185.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.9" y1="184.7" x2="420.3" y2="184.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="499.7" y1="184.4" x2="499" y2="184.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.1" y1="184.3" x2="477.1" y2="184.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="506.3" y1="183.7" x2="518.4" y2="183.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.4" y1="182.7" x2="479.1" y2="182.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.9" y1="182.7" x2="446.2" y2="182.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="182.6" x2="443.2" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="482.1" y1="182.6" x2="483.7" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="426.4" y1="181.9" x2="416.3" y2="181.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="507.5" y1="181.9" x2="507.1" y2="181.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.4" y1="181.6" x2="441.6" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="508.3" y1="181.6" x2="518.4" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="514.5" y1="181.6" x2="506.9" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.1" y1="181.6" x2="412.7" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="419.3" y1="181.6" x2="441.6" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="420.5" y1="181.3" x2="418.1" y2="181.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="413.9" y1="181.3" x2="411.5" y2="181.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.5" y1="128.5" x2="403.5" y2="133.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.9" y1="59" x2="404.9" y2="59.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.9" y1="74.4" x2="404.9" y2="128.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="405.1" y1="159.9" x2="405.1" y2="139"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="420.1" y1="180.8" x2="410.4" y2="180.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454" y1="178.1" x2="471.2" y2="178.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454.7" y1="176.7" x2="470.6" y2="176.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="520.2" y1="176" x2="506.7" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.2" y1="176" x2="441.6" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.6" y1="176" x2="491.3" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.7" y1="174.6" x2="412.6" y2="174.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="507" y1="174.3" x2="506.7" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="490.9" y1="174.3" x2="491.3" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="417.5" y1="194.3" x2="417.5" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="416.2" y1="173.8" x2="413.1" y2="173.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.1" y1="172" x2="405.4" y2="172"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.9" y1="171.3" x2="401.3" y2="171.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="499.7" y1="168.5" x2="499" y2="168.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="411" y1="167.2" x2="415.1" y2="167.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="419.3" y1="194.3" x2="419.3" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="419.4" y1="194.7" x2="419.4" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.5" y1="190.8" x2="421.5" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="424.5" y1="186.2" x2="424.5" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="424.9" y1="194.3" x2="424.9" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="401.3" y1="163.2" x2="406.9" y2="163.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.1" y1="162.4" x2="405.4" y2="162.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="416.2" y1="160.7" x2="413.1" y2="160.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.7" y1="159.9" x2="412.6" y2="159.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="479.1" y1="182.7" x2="471.9" y2="177.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468.4" y1="159.2" x2="456.9" y2="159.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468.4" y1="157.7" x2="456.9" y2="157.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="484.5" y1="157.3" x2="440.8" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="484.5" y1="154.1" x2="440.8" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468.4" y1="153.4" x2="456.9" y2="153.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="453.4" y1="150.9" x2="446.2" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477.1" y1="184.3" x2="471.2" y2="178.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="432.8" y1="194.3" x2="432.8" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="433.7" y1="190.8" x2="433.7" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="435.7" y1="194.7" x2="435.7" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="439.8" y1="186.2" x2="439.8" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468.4" y1="151.9" x2="456.9" y2="151.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454.7" y1="151.5" x2="470.6" y2="151.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454" y1="150.1" x2="471.2" y2="150.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.7" y1="145.6" x2="482.1" y2="145.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="145.6" x2="443.2" y2="145.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.4" y1="145.5" x2="479.1" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.9" y1="145.5" x2="446.2" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454" y1="150.1" x2="448.1" y2="143.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="440.8" y1="154.1" x2="440.8" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.2" y1="189.8" x2="441.2" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="145.6" x2="441.6" y2="152.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="158.9" x2="441.6" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="157.6" x2="441.6" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.6" y1="154.1" x2="441.6" y2="153.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.7" y1="182.6" x2="441.7" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.7" y1="154.1" x2="441.7" y2="145.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="443.2" y1="182.6" x2="443.2" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="443.2" y1="154.1" x2="443.2" y2="145.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="443.2" y1="154.1" x2="443.2" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.9" y1="145.5" x2="444.9" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.9" y1="157.3" x2="444.9" y2="182.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="446.2" y1="145.5" x2="446.2" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="446.2" y1="157.3" x2="446.2" y2="182.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477.1" y1="143.9" x2="448.1" y2="143.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477.1" y1="142.5" x2="448.1" y2="142.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.3" y1="140.5" x2="477" y2="140.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.3" y1="139.1" x2="477" y2="139.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="405.1" y1="139" x2="447" y2="139"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="478.2" y1="139" x2="520.2" y2="139"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="138.9" x2="448.3" y2="138.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.3" y1="139.1" x2="448.3" y2="138.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.3" y1="139.1" x2="448.3" y2="140.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.1" y1="142.5" x2="448.1" y2="143.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="451" y1="194.7" x2="451" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="452.2" y1="194.3" x2="452.2" y2="193.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="452.4" y1="154.1" x2="452.4" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="453.4" y1="150.9" x2="453.4" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="453.4" y1="157.3" x2="453.4" y2="177.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="453.6" y1="154.1" x2="453.6" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.1" y1="185.7" x2="448.1" y2="184.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.3" y1="189.1" x2="448.3" y2="187.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.3" y1="189.3" x2="448.3" y2="189.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="509.2" y1="41.1" x2="511.4" y2="38.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.3" y1="136.2" x2="521" y2="136.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.5" y1="133.4" x2="521.8" y2="133.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="373.2" y1="133.2" x2="367.4" y2="133.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454.7" y1="151.5" x2="454.7" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454.7" y1="157.3" x2="454.7" y2="176.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="456.9" y1="157.7" x2="456.9" y2="159.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="456.9" y1="153.4" x2="456.9" y2="151.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="511.3" y1="42.2" x2="510.3" y2="43.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.5" y1="128.5" x2="521.8" y2="128.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468.4" y1="157.7" x2="468.4" y2="159.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468.4" y1="153.4" x2="468.4" y2="151.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="512.5" y1="42.7" x2="511.4" y2="44.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="470.6" y1="176.7" x2="470.6" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="470.6" y1="154.1" x2="470.6" y2="151.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="471.6" y1="154.1" x2="471.6" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="471.9" y1="177.3" x2="471.9" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="471.9" y1="154.1" x2="471.9" y2="150.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="472.9" y1="154.1" x2="472.9" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="138.9" x2="477" y2="139.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="139.1" x2="477" y2="140.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477.1" y1="142.5" x2="477.1" y2="143.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="479.1" y1="182.7" x2="479.1" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="479.1" y1="154.1" x2="479.1" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.4" y1="182.7" x2="480.4" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.4" y1="154.1" x2="480.4" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="482.1" y1="145.6" x2="482.1" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.5" y1="145.6" x2="483.5" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.5" y1="157.3" x2="483.5" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.6" y1="157.6" x2="483.6" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.6" y1="154.1" x2="483.6" y2="153.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.7" y1="145.6" x2="483.7" y2="152.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.7" y1="158.9" x2="483.7" y2="170.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="483.7" y1="179.8" x2="483.7" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477.1" y1="185.7" x2="477.1" y2="184.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="189.1" x2="477" y2="187.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477" y1="189.1" x2="477" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="484.5" y1="154.1" x2="484.5" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="490.9" y1="176" x2="490.9" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="509.2" y1="41.1" x2="508.7" y2="42.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.4" y1="96.4" x2="443.8" y2="96.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="491.3" y1="176" x2="491.3" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="514.9" y1="46.7" x2="516.6" y2="41.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="517.8" y1="41.6" x2="515.9" y2="47.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="471.2" y1="150.1" x2="477.1" y2="143.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="471.9" y1="150.9" x2="479.1" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.3" y1="92.8" x2="445.8" y2="92.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.4" y1="89.2" x2="443.8" y2="89.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="405" y1="59.9" x2="371.9" y2="47.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.1" y1="184.3" x2="454" y2="178.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="508.2" y1="183.7" x2="508.2" y2="181.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="511.7" y1="189.8" x2="511.7" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="506.7" y1="174.3" x2="506.7" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="507" y1="174.3" x2="507" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="446.2" y1="182.7" x2="453.4" y2="177.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.7" y1="74.4" x2="412.6" y2="74.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="413.1" y1="73.6" x2="415.3" y2="73.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.1" y1="71.8" x2="405.4" y2="71.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="514" y1="44.7" x2="513.8" y2="42.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="516.5" y1="183.7" x2="516.5" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="517.8" y1="194.7" x2="517.8" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="520.2" y1="176" x2="520.2" y2="139"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.9" y1="71.1" x2="401.2" y2="71.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="411" y1="67" x2="415" y2="67"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="520.4" y1="59" x2="520.4" y2="128.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="520.9" y1="189.8" x2="520.9" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="521.8" y1="128.5" x2="521.8" y2="133.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="523.1" y1="186.2" x2="523.1" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="401.2" y1="63" x2="406.9" y2="63"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="406.1" y1="62.2" x2="405.4" y2="62.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="413.1" y1="60.5" x2="415.3" y2="60.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="403.7" y1="59.7" x2="412.6" y2="59.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="404.9" y1="59" x2="520.4" y2="59"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="532" y1="190.8" x2="532" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="534.1" y1="194.7" x2="534.1" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="534.4" y1="194.3" x2="534.4" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="536.4" y1="194.3" x2="536.4" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="371.9" y1="47.1" x2="367.1" y2="47.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="412.6" y1="45" x2="512.6" y2="45"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="515.8" y1="38.7" x2="516.6" y2="41.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="517" y1="39.2" x2="517.8" y2="41.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="515.8" y1="38.7" x2="511.4" y2="38.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="511.3" y1="42.2" x2="512.5" y2="42.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="517.8" y1="41.6" x2="516.6" y2="41.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="517" y1="39.2" x2="515.8" y2="38.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="128.4" y1="212.9" x2="131.2" y2="212.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71" y1="182.7" x2="66.7" y2="177.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="70.9" y1="184.3" x2="66.7" y2="178.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="178.1" x2="70.9" y2="184.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="216" y1="202.1" x2="200.5" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="164.1" y1="202.1" x2="148.6" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="99.2" y1="202.1" x2="83.7" y2="202.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="83.3" y1="201.7" x2="99.6" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="148.2" y1="201.7" x2="164.5" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="200.1" y1="201.7" x2="216.5" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.8" y1="154.1" x2="65.8" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.8" y1="154.1" x2="65.8" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.9" y1="154.1" x2="65.9" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.3" y1="151.5" x2="66.3" y2="151.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.3" y1="153.4" x2="66.3" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.3" y1="157.3" x2="66.3" y2="157.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.3" y1="159.2" x2="66.3" y2="176.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.3" y1="176.7" x2="66.3" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.3" y1="154.1" x2="66.3" y2="151.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="83.3" y1="194.7" x2="99.6" y2="194.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="148.2" y1="194.7" x2="164.5" y2="194.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="200.1" y1="194.7" x2="216.5" y2="194.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="81" y1="194.3" x2="101.2" y2="194.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="145.9" y1="194.3" x2="166.4" y2="194.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="199" y1="194.3" x2="218.8" y2="194.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="81" y1="192.2" x2="91.2" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="145.9" y1="192.2" x2="166.4" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="202.3" y1="192.2" x2="218.8" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="214" y1="192.2" x2="202.6" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="162" y1="192.2" x2="150.7" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.6" y1="192.2" x2="85.8" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="74.1" y1="189.2" x2="72.7" y2="189.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="189.1" x2="75.7" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="187.7" x2="71.4" y2="185.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="139.1" x2="72.7" y2="140.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="183.1" x2="71.4" y2="185.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="142.5" x2="71.4" y2="140.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="140.1" x2="72.7" y2="145.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="177.3" x2="66.7" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="154.1" x2="66.7" y2="150.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="68.1" y1="154.1" x2="68.1" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71" y1="182.7" x2="71" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71" y1="154.1" x2="71" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="145.6" x2="71.4" y2="142.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="142.5" x2="71.4" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="157.3" x2="71.4" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.3" y1="154.1" x2="72.3" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="145.6" x2="72.7" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="157.3" x2="72.7" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="182.6" x2="71.4" y2="185.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="142.7" x2="71.4" y2="145.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="185.7" x2="71.4" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="142.5" x2="71.4" y2="140.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="182.6" x2="72.7" y2="188.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="185.7" x2="71.4" y2="187.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="188.3" x2="72.7" y2="189.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="140.6" x2="71.4" y2="140.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.3" y1="191.8" x2="92.8" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.3" y1="191.8" x2="162.4" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="202.2" y1="191.8" x2="214.4" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="132.1" y1="191.7" x2="110.5" y2="191.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.3" y1="190.8" x2="93.8" y2="190.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.3" y1="190.8" x2="162.4" y2="190.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="202.2" y1="190.8" x2="214.4" y2="190.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="214" y1="190.4" x2="202.6" y2="190.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="162" y1="190.4" x2="150.7" y2="190.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="93.9" y1="190.4" x2="85.8" y2="190.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="196.4" y1="189.8" x2="194.4" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="103.8" y1="189.8" x2="96.1" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.2" y1="189.8" x2="159.7" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="198.9" y1="189.8" x2="200.4" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="187.2" x2="75.7" y2="187.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="196.4" y1="186.2" x2="194.4" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="100.1" y1="186.2" x2="96.1" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.2" y1="186.2" x2="159.7" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="198.9" y1="186.2" x2="200.4" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="103.4" y1="184.4" x2="104.2" y2="184.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.5" y1="183.7" x2="128.4" y2="212.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="138.9" x2="75.7" y2="139.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="139.8" x2="75.7" y2="145.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="74.5" y1="157.6" x2="74.5" y2="153.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75" y1="178.8" x2="75" y2="171.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75" y1="158.5" x2="75" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75" y1="154.1" x2="75" y2="152.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="145.6" x2="75.7" y2="152.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="158.9" x2="75.7" y2="170.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="179.8" x2="75.7" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="81" y1="194.3" x2="81" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="81.3" y1="174.2" x2="81.3" y2="177.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="81.3" y1="174.2" x2="81.3" y2="177.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="182.6" x2="75.7" y2="188.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="188.6" x2="75.7" y2="189.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.6" y1="89.1" x2="85.4" y2="89.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="98.7" y1="183.7" x2="98.6" y2="183.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="140.3" y1="183.7" x2="141.4" y2="183.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="190.5" y1="183.7" x2="193.5" y2="183.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="120.3" y1="182.9" x2="123" y2="182.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="182.7" x2="71" y2="182.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="182.6" x2="75.7" y2="182.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="182.4" x2="75.7" y2="182.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="140.3" y1="182.3" x2="139" y2="182.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="137.2" y1="182.3" x2="137.1" y2="182.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="135.8" y1="181.9" x2="125" y2="181.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="193.9" y1="181.9" x2="160" y2="181.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="140.3" y1="181.6" x2="157" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="194.7" y1="181.6" x2="195" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="199.5" y1="181.6" x2="193.7" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="97.9" y1="181.6" x2="95.8" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="95.6" y1="181.6" x2="95.8" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="120.8" y1="181.6" x2="183.8" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="200.6" y1="181.3" x2="194.8" y2="181.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.9" y1="181.3" x2="179.1" y2="181.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="178.9" y1="180.8" x2="202.2" y2="180.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="141.4" x2="88.1" y2="142.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="142.1" x2="88.1" y2="146.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="82.8" y1="194.3" x2="82.8" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="83.3" y1="194.7" x2="83.3" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.3" y1="190.8" x2="85.3" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="146.2" x2="88.1" y2="182.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.4" y1="128.5" x2="88.4" y2="133.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.1" y1="155" x2="89.1" y2="156.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="182.4" x2="88.1" y2="186.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="186.4" x2="88.1" y2="187.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.1" y1="176" x2="205" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.1" y1="176" x2="110.7" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.2" y1="176" x2="97.7" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="82.9" y1="175.7" x2="79.8" y2="175.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="111" y1="174.3" x2="110.7" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="97.5" y1="174.3" x2="97.7" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.7" y1="170.4" x2="92.2" y2="170.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="144.7" x2="91.5" y2="146.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.7" y1="168.6" x2="91.7" y2="169.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.7" y1="147.2" x2="91.7" y2="148.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="158.3" x2="91.5" y2="156.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="59" x2="89.8" y2="128.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="155" x2="89.8" y2="156.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="90.7" y1="156.4" x2="90.7" y2="155.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="156.4" x2="91.5" y2="155.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="146.2" x2="91.5" y2="153.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="158.3" x2="91.5" y2="182.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.2" y1="176" x2="92.2" y2="143.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="94" y1="186.2" x2="94" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="96.1" y1="189.8" x2="96.1" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="155.1" x2="91.5" y2="153.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.7" y1="148.1" x2="91.7" y2="148.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.7" y1="169.5" x2="91.7" y2="170.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.2" y1="176" x2="92.2" y2="180.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="183.8" x2="91.5" y2="182.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="103.4" y1="168.5" x2="104.2" y2="168.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="97.5" y1="176" x2="97.5" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="97.7" y1="176" x2="97.7" y2="174.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="99.6" y1="194.7" x2="99.6" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="150.1" x2="70.9" y2="143.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="150.1" x2="70.9" y2="143.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="87.3" y1="157.3" x2="65.8" y2="157.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="156.6" x2="89.1" y2="156.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="90.7" y1="156.4" x2="91.5" y2="156.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="155" x2="89.1" y2="155"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="87.3" y1="154.1" x2="65.8" y2="154.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="110.7" y1="174.3" x2="110.7" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="111" y1="174.3" x2="111" y2="176"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="150.9" x2="71" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.1" y1="38.7" x2="177.5" y2="41.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.9" y1="39.2" x2="178.3" y2="41.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="153.2" x2="92.2" y2="153.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.5" y1="146.2" x2="75.7" y2="146.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="145.6" x2="71.4" y2="145.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="145.5" x2="71" y2="145.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="141.3" x2="75.7" y2="141.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="90.2" y1="139" x2="205.1" y2="139"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.6" y1="96.4" x2="85.4" y2="96.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="138.9" x2="72.7" y2="139.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="139.1" x2="75.7" y2="138.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.9" y1="136.2" x2="89.2" y2="136.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="206.7" y1="133.4" x2="88.4" y2="133.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="179.6" y1="45.2" x2="181.5" y2="42.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="206.7" y1="128.5" x2="88.4" y2="128.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="140.3" y1="183.7" x2="140.3" y2="181.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="142.9" y1="189.8" x2="142.9" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.1" y1="90" x2="64.6" y2="80.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="144.2" y1="186.2" x2="144.2" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="148.2" y1="194.7" x2="148.2" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.3" y1="190.8" x2="150.3" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.9" y1="194.3" x2="150.9" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="158.8" y1="194.3" x2="158.8" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="159.7" y1="186.2" x2="159.7" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="162.4" y1="190.8" x2="162.4" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="164.4" y1="194.3" x2="164.4" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="164.5" y1="194.7" x2="164.5" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="175.3" y1="51.4" x2="177.5" y2="41.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="178.3" y1="41.6" x2="176.1" y2="52"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.6" y1="96.4" x2="89.8" y2="96.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85" y1="92.8" x2="89.1" y2="92.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="166.4" y1="194.3" x2="166.4" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="186.7" y1="52" x2="188.8" y2="41.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.6" y1="89.2" x2="89.8" y2="89.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="175.3" y1="52.5" x2="175.3" y2="69.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="176.1" y1="69.3" x2="176.1" y2="52.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="64.6" y1="80.6" x2="59.8" y2="80.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="186.6" y1="69.3" x2="186.6" y2="52.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="137.2" y1="182.3" x2="135.1" y2="184.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="139" y1="182.3" x2="137" y2="184.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="191.3" y1="183.7" x2="191.3" y2="183.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="194.4" y1="189.8" x2="194.4" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="196.4" y1="189.8" x2="196.4" y2="186.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="175.3" y1="69.3" x2="186.6" y2="69.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="198.9" y1="186.2" x2="198.9" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="200.1" y1="194.7" x2="200.1" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="200.4" y1="186.2" x2="200.4" y2="189.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="202.2" y1="190.8" x2="202.2" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.3" y1="59" x2="186.6" y2="59"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.8" y1="59" x2="175.3" y2="59"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.1" y1="176" x2="205.1" y2="139"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="205.3" y1="59" x2="205.3" y2="128.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="206.7" y1="128.5" x2="206.7" y2="133.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="212.1" y1="194.3" x2="212.1" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="175.3" y1="52.5" x2="176.1" y2="52.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.3" y1="42.2" x2="185.1" y2="44.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="185.1" y1="42.7" x2="186" y2="45.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="214.4" y1="190.8" x2="214.4" y2="191.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="216.5" y1="194.7" x2="216.5" y2="201.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="218.3" y1="194.3" x2="218.3" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="218.8" y1="194.3" x2="218.8" y2="192.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="197.5" y1="45" x2="188.1" y2="45"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="185.1" y1="45" x2="179.8" y2="45"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="97.6" y1="45" x2="176.6" y2="45"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="187.2" y1="39.2" x2="180.9" y2="39.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="175.3" y1="51.4" x2="176.1" y2="52"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.1" y1="38.7" x2="186.4" y2="38.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="178.3" y1="41.6" x2="177.5" y2="41.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="185.1" y1="44.7" x2="186" y2="45.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.3" y1="42.2" x2="185.1" y2="42.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="188.8" y1="41.6" x2="187.2" y2="39.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.9" y1="39.2" x2="180.1" y2="38.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="187.2" y1="39.2" x2="186.4" y2="38.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.5" y1="330.4" x2="65.5" y2="318.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.8" y1="333.6" x2="65.8" y2="331"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.8" y1="318.3" x2="65.8" y2="315.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.3" y1="315.6" x2="66.3" y2="333.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="316" x2="66.7" y2="333.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.9" y1="314.4" x2="68" y2="305.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="68.5" y1="305.3" x2="66.4" y2="314.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="84.4" y1="281.3" x2="81" y2="286.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="109.5" y1="261.9" x2="101.6" y2="267.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="68.1" y1="344.1" x2="65.9" y2="334.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.4" y1="334.7" x2="68.6" y2="344"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="70.9" y1="339.1" x2="70.9" y2="310.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="344.1" x2="71.4" y2="305.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="303.7" x2="72.7" y2="345.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="315.4" x2="71" y2="308.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="316" x2="70.9" y2="310.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.4" y1="268.8" x2="109.6" y2="265.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="101.6" y1="271.6" x2="113.4" y2="263.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="345.7" x2="75.7" y2="303.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="83.4" y1="302.9" x2="84.5" y2="300"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="84.6" y1="305.5" x2="87" y2="298.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="101" y1="273" x2="101.6" y2="271.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.3" y1="276.9" x2="117.1" y2="268.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.3" y1="276.9" x2="105.9" y2="276.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="116.6" y1="269" x2="117.2" y2="268.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.9" y1="276.6" x2="116.6" y2="269.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="106.9" y1="276.5" x2="116.2" y2="269.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="106.9" y1="277.9" x2="117.5" y2="270.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.9" y1="396.4" x2="158.8" y2="398.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="333.2" x2="70.9" y2="339.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="66.7" y1="333.9" x2="71" y2="341"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="307.4" x2="88.1" y2="343.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.3" y1="292.4" x2="91.4" y2="291.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.6" y1="307.3" x2="92.1" y2="300.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="109.1" y1="281.1" x2="119.8" y2="273.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="157.9" y1="387.9" x2="154.8" y2="387.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.4" y1="288" x2="91.4" y2="291.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="116.6" y1="269.1" x2="116.2" y2="269.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="116.2" y1="270" x2="116.6" y2="269.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="117.1" y1="268.6" x2="117.7" y2="267.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="117.2" y1="268.6" x2="117.8" y2="267.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="89.6" y1="307.3" x2="89.1" y2="307.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="87.8" y1="298.4" x2="87" y2="298.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="178.8" y1="376" x2="180.7" y2="375.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="81" y1="286.9" x2="82.8" y2="294.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85" y1="306.3" x2="84.6" y2="305.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.1" y1="300.6" x2="91.9" y2="300"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="91.4" y1="291.7" x2="91.6" y2="292.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="150.9" y1="396.4" x2="143.3" y2="383.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.1" y1="345.8" x2="72.7" y2="345.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="344.2" x2="77.4" y2="343.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="88.1" y1="343.5" x2="75.7" y2="343.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="345.7" x2="72.7" y2="345.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="78.7" y1="343.5" x2="75.7" y2="344.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="73.9" y1="345.6" x2="72.3" y2="346.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="339.1" x2="70.9" y2="339.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="339" x2="71.4" y2="339"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="90.1" y1="338.7" x2="75.7" y2="338.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="176.9" y1="374.6" x2="177.4" y2="375.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="166.4" y1="387.2" x2="163.2" y2="381.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.5" y1="330.4" x2="66.3" y2="330.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="77.4" y1="305.8" x2="75.7" y2="305"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="303.7" x2="72.1" y2="303.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.3" y1="303" x2="73.8" y2="303.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="75.7" y1="304.4" x2="78.8" y2="305.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="82.8" y1="294.8" x2="89.8" y2="299.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="93.2" y1="301.3" x2="92" y2="300.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="183.6" y1="369.9" x2="184.2" y2="370.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="101" y1="273" x2="103.9" y2="277"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="156.4" y1="390.1" x2="156.5" y2="390.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="147.5" y1="323.1" x2="147.5" y2="326.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="149.1" y1="324.6" x2="146" y2="324.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85" y1="306.3" x2="89.1" y2="307.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.4" y1="307.6" x2="89.8" y2="306.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="85.7" y1="304.3" x2="89.8" y2="305.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.9" y1="276.6" x2="105.9" y2="276.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="106.9" y1="277.9" x2="109.1" y2="281.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="175.3" y1="375.5" x2="178.3" y2="379.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="109.4" y1="280.8" x2="109.6" y2="281.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="106.9" y1="276.5" x2="107.5" y2="277.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="103.6" y1="270.2" x2="101.6" y2="267.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="176.9" y1="374.4" x2="177.4" y2="375.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="104.5" y1="270.5" x2="107.3" y2="274.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.9" y1="379" x2="180.1" y2="377.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="177.5" y1="374" x2="178.1" y2="374.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.4" y1="268.8" x2="103.5" y2="266.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="156.4" y1="386.4" x2="156.4" y2="389.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="65.5" y1="318.9" x2="66.3" y2="318.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="87.1" y1="300.4" x2="91.2" y2="301.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="94.3" y1="302.2" x2="91.8" y2="301.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="87.8" y1="298.4" x2="91.9" y2="300"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="109.6" y1="265.9" x2="107.7" y2="263.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="183.6" y1="369.7" x2="184.2" y2="370.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="187.2" y1="374.6" x2="186.4" y2="373.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="111.4" y1="265.6" x2="114.3" y2="269.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.2" y1="369.2" x2="184.8" y2="370"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="111.5" y1="264.7" x2="109.5" y2="261.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="116.2" y1="269.9" x2="116.9" y2="270.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="119.4" y1="273.8" x2="119.6" y2="274.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="188.8" y1="372.4" x2="185.8" y2="368.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="117.5" y1="270.4" x2="119.8" y2="273.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="116.6" y1="269.1" x2="116.6" y2="269"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="177.8" y1="374" x2="178.1" y2="374.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="90.1" y1="310.6" x2="75.7" y2="310.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="310.3" x2="75.7" y2="310.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="71.4" y1="310.1" x2="70.9" y2="310.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.4" y1="279.5" x2="102.7" y2="286"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="114.9" y1="263.2" x2="117.8" y2="267.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="84.7" y1="305.8" x2="75.7" y2="305.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="209.8" y1="304.8" x2="206.8" y2="304.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="212.1" y1="314.2" x2="205.7" y2="313.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.5" y1="369.3" x2="184.8" y2="370"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="156.2" y1="390.7" x2="156.4" y2="390.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="212.1" y1="314.2" x2="218.3" y2="308.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="72.7" y1="303.7" x2="75.7" y2="303.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="164.4" y1="395.1" x2="166.4" y2="387.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="93" y1="289.6" x2="89.9" y2="289.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="198.7" y1="295" x2="213.5" y2="296.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.1" y1="307.6" x2="208.3" y2="307"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.3" y1="373.3" x2="185.1" y2="371.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="188" y1="371.2" x2="186.4" y2="373.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="184.8" y1="370" x2="184.2" y2="370.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="177.4" y1="375.1" x2="178.1" y2="374.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.1" y1="377.8" x2="186.4" y2="373.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="187.2" y1="374.6" x2="180.9" y2="379"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.1" y1="377.8" x2="177.5" y2="378.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="180.9" y1="379" x2="178.3" y2="379.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="92.4" y1="279.5" x2="84.4" y2="281.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.3" y1="276.9" x2="103.9" y2="277"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.3" y1="276.9" x2="103.8" y2="277"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="106.9" y1="276.5" x2="105.9" y2="276.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="105.9" y1="276.6" x2="106.9" y2="276.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.3" y1="303.3" x2="208.3" y2="306.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="188.8" y1="372.4" x2="187.2" y2="374.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="158.8" y1="398.4" x2="164.4" y2="395.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="114.9" y1="263.2" x2="113.4" y2="263.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="218.3" y1="308.9" x2="218.8" y2="302.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="208.3" y1="307" x2="208.5" y2="307.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="218.8" y1="302.4" x2="213.5" y2="296.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="411.3" y1="274.9" x2="411.3" y2="270.7"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 424.9,298.2 425.1,298.3 425.4,298.4 425.7,298.5 425.9,298.5 426.2,298.6 426.4,298.6 426.7,298.7 426.9,298.7 427.2,298.8
+ 427.4,298.8 427.7,298.8 427.9,298.8 428.2,298.8 428.4,298.8 428.7,298.8 428.9,298.7 429.2,298.7 429.4,298.6 429.7,298.6
+ 429.9,298.5 430.2,298.5 430.4,298.4 430.7,298.3 431,298.2 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.8" y1="299.1" x2="425.3" y2="298.8"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.1426" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 425.3,298.8 425.2,298.7 425.2,298.7 425.1,298.6 425.1,298.6 425,298.5 425,298.5 425,298.4 424.9,298.3 424.9,298.2 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="275.7" x2="415.7" y2="289.7"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 431,298.2 431.3,298.3 431.6,298.4 431.9,298.5 432.2,298.5 432.5,298.6 432.8,298.6 433.1,298.7 433.4,298.7 433.7,298.8
+ 433.9,298.8 434.2,298.8 434.5,298.8 434.8,298.8 435.1,298.8 435.4,298.8 435.7,298.7 436,298.7 436.3,298.6 436.6,298.6
+ 436.9,298.5 437.2,298.5 437.5,298.4 437.8,298.3 438.1,298.2 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.8" y1="299.1" x2="438.2" y2="299.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="413.6" y1="274.9" x2="411.3" y2="271.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.9" y1="274.9" x2="413.1" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="419.9" y1="267.9" x2="419.9" y2="269.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.7" y1="265.5" x2="421.7" y2="267"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.9" y1="253.8" x2="429.2" y2="252.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="445.7" y1="242.7" x2="447.9" y2="241.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="418.3" y1="274.9" x2="415.4" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="270.7" x2="422.2" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="288.1" x2="422.2" y2="289.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="424.9" y1="257.8" x2="424.9" y2="263.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="424.9" y1="293.6" x2="424.9" y2="298.2"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.1424" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 425.3,257.3 425.3,257.3 425.2,257.3 425.2,257.3 425.1,257.4 425.1,257.4 425.1,257.5 425,257.5 425,257.6 424.9,257.7
+ 424.9,257.8 424.9,257.8 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.3" y1="257.3" x2="425.8" y2="256.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="439.2" y1="293.6" x2="424.9" y2="293.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="290" x2="426.4" y2="289.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="289.1" x2="426.4" y2="288.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="436.6" y1="290.5" x2="436.4" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="288.1" x2="426.4" y2="287.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="289.9" x2="436.4" y2="289.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="287.2" x2="426.4" y2="286.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="420.6" y1="274.9" x2="417.7" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="273.9" x2="420" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.7" y1="267.9" x2="425.7" y2="277"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.8" y1="263.9" x2="425.8" y2="265.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="426.3" y1="277" x2="426.3" y2="286.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="426.4" y1="268.5" x2="426.4" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="268.5" x2="427.6" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.9" y1="293.6" x2="427.9" y2="267"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.9" y1="256.9" x2="427.9" y2="253.8"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 424.9,257.8 425.1,257.8 425.3,257.7 425.6,257.6 425.8,257.5 426,257.5 426.2,257.4 426.5,257.4 426.7,257.3 426.9,257.3
+ 427.1,257.3 427.4,257.3 427.6,257.2 427.8,257.2 428,257.2 428.2,257.2 428.5,257.3 428.7,257.3 428.9,257.3 429.1,257.3
+ 429.3,257.4 429.6,257.4 429.8,257.5 430,257.5 430.2,257.6 430.5,257.7 430.7,257.8 431,257.8 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.9" y1="290.5" x2="421.5" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="416.5" y1="290.5" x2="421.4" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="436.1" y1="290.5" x2="447.5" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.8" y1="289.7" x2="437.7" y2="289.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="426.4" y1="289.7" x2="422.2" y2="289.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="289" x2="436.4" y2="288.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="286.3" x2="426.4" y2="285.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="288" x2="436.4" y2="287.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="285.3" x2="426.4" y2="285"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="287.1" x2="436.4" y2="286.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="284.4" x2="426.4" y2="284.1"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.2333" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 438.1,298.2 438.2,298.3 438.2,298.4 438.2,298.5 438.3,298.5 438.3,298.6 438.4,298.6 438.4,298.7 438.5,298.7 438.5,298.8
+ 438.6,298.8 438.6,298.8 438.6,298.8 438.7,298.8 438.7,298.8 438.8,298.8 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="431" y1="257.8" x2="431" y2="263.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="431" y1="293.6" x2="431" y2="298.2"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 431,257.8 431.2,257.8 431.5,257.7 431.8,257.6 432.1,257.5 432.3,257.5 432.6,257.4 432.8,257.4 433.1,257.3 433.4,257.3
+ 433.6,257.3 433.9,257.3 434.1,257.2 434.4,257.2 434.7,257.2 434.9,257.2 435.2,257.3 435.4,257.3 435.7,257.3 436,257.3
+ 436.2,257.4 436.5,257.4 436.8,257.5 437,257.5 437.3,257.6 437.6,257.7 437.8,257.8 438.1,257.8 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="288.1" x2="426.4" y2="288.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="288.1" x2="441.8" y2="288.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="426.4" y1="287.3" x2="425.5" y2="287.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="423" y1="287.3" x2="425.5" y2="287.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="287.3" x2="441" y2="287.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="286.2" x2="436.4" y2="285.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="283.5" x2="426.4" y2="283.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="285.2" x2="436.4" y2="284.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="282.6" x2="426.4" y2="282.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="284.3" x2="436.4" y2="284"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="281.6" x2="426.4" y2="281.3"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.2334" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 438.1,257.8 438.2,257.8 438.2,257.7 438.2,257.6 438.3,257.5 438.3,257.5 438.4,257.4 438.4,257.4 438.4,257.3 438.5,257.3
+ 438.5,257.3 438.5,257.3 438.6,257.2 438.6,257.2 438.7,257.2 438.7,257.2 438.7,257.3 438.8,257.3 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="450.8" y1="248.2" x2="452.9" y2="246.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="419.9" y1="269.1" x2="423.5" y2="267"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="283.4" x2="436.4" y2="283"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="280.7" x2="426.4" y2="280.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="282.5" x2="436.4" y2="282.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="279.8" x2="426.4" y2="279.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="281.5" x2="436.4" y2="281.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="278.8" x2="426.4" y2="278.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="280.6" x2="436.4" y2="280.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="277.9" x2="426.4" y2="277.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="436.1" y1="293.6" x2="436.1" y2="267"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="436.1" y1="256.9" x2="436.1" y2="253.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="436.4" y1="268.5" x2="436.4" y2="290.5"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.1424" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 438.8,263.6 438.8,263.6 438.8,263.6 438.9,263.5 438.9,263.5 438.9,263.5 439,263.4 439,263.4 439.1,263.3 439.1,263.2
+ 439.1,263.1 439.2,263.1 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.1" y1="270.9" x2="425.7" y2="268.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.2" y1="263.9" x2="438.8" y2="263.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="279.7" x2="436.4" y2="279.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="277" x2="426.4" y2="276.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="278.7" x2="436.4" y2="278.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="276" x2="426.4" y2="275.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="277.8" x2="436.4" y2="277.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="275.1" x2="426.4" y2="274.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="268.5" x2="437.7" y2="290.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.8" y1="277" x2="437.8" y2="286.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.1" y1="257.8" x2="438.1" y2="263.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.1" y1="293.6" x2="438.1" y2="298.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.2" y1="263.9" x2="438.2" y2="265.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.3" y1="267.9" x2="438.3" y2="277"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="439.2" y1="257.8" x2="439.2" y2="263.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="439.2" y1="293.6" x2="439.2" y2="298.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="277.8" x2="420.8" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="274" x2="425.7" y2="272"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="280.9" x2="425.7" y2="275.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.3" y1="267.9" x2="439.8" y2="267"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.7" y1="277" x2="426.4" y2="277"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="277" x2="438.3" y2="277"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="276.9" x2="436.4" y2="276.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="274.2" x2="426.4" y2="273.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="275.9" x2="436.4" y2="275.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="273.3" x2="426.4" y2="272.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="275" x2="436.4" y2="274.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="272.3" x2="426.4" y2="272"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="274.1" x2="436.4" y2="273.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="271.4" x2="426.4" y2="271"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441" y1="258.6" x2="441" y2="265.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.8" y1="270.7" x2="441.8" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.8" y1="288.1" x2="441.8" y2="289.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="442.3" y1="265.5" x2="442.3" y2="267"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 441,258.6 441.1,258.2 441.1,257.8 441.1,257.4 441.2,257 441.3,256.6 441.4,256.2 441.5,255.9 441.7,255.5 441.8,255.1 442,254.8
+ 442.2,254.4 442.4,254.1 442.6,253.8 442.9,253.5 443.1,253.2 443.4,252.9 443.6,252.6 443.9,252.3 444.2,252.1 444.5,251.8
+ 444.8,251.6 445.2,251.3 445.5,251.1 445.9,250.9 446.2,250.7 446.6,250.5 447,250.4 447.3,250.2 447.7,250.1 448.1,249.9
+ 448.5,249.8 449,249.7 449.4,249.7 449.9,249.6 450.4,249.6 451,249.5 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="284.1" x2="426.3" y2="277.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.3" y1="271" x2="444.2" y2="267.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="451" y1="274.9" x2="441.8" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="274.9" x2="411.3" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="273.2" x2="436.4" y2="272.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="270.5" x2="426.4" y2="270.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="272.2" x2="436.4" y2="271.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="269.5" x2="426.4" y2="269.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="271.3" x2="436.4" y2="270.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.6" y1="268.6" x2="427.4" y2="268.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.8" y1="263.9" x2="425.3" y2="263.6"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.1424" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 425.3,263.6 425.3,263.6 425.2,263.6 425.2,263.5 425.1,263.5 425.1,263.5 425.1,263.4 425,263.4 425,263.3 424.9,263.2
+ 424.9,263.1 424.9,263.1 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.9" y1="257.8" x2="415" y2="246.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="443.6" y1="274.9" x2="441.8" y2="272.3"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.2334" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 438.1,263.1 438.2,263.1 438.2,263.2 438.2,263.3 438.3,263.4 438.3,263.4 438.4,263.5 438.4,263.5 438.4,263.5 438.5,263.6
+ 438.5,263.6 438.5,263.6 438.6,263.6 438.6,263.6 438.7,263.6 438.7,263.6 438.7,263.6 438.8,263.6 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="444.2" y1="267.9" x2="444.2" y2="269.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="466.9" y1="249.5" x2="469.7" y2="246.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.7" y1="287.2" x2="426.3" y2="281.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.3" y1="274.1" x2="441.8" y2="272.1"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 451,270.7 451.2,270.7 451.5,270.7 451.7,270.7 451.9,270.6 452.2,270.6 452.4,270.5 452.6,270.5 452.8,270.4 453.1,270.3
+ 453.3,270.2 453.5,270.1 453.7,270 453.9,269.8 454.1,269.7 454.2,269.5 454.4,269.4 454.6,269.2 454.7,269 454.9,268.9 455,268.7
+ 455.2,268.5 455.3,268.3 455.4,268.1 455.5,267.8 455.6,267.6 455.7,267.4 455.7,267.2 455.8,267 455.9,266.7 455.9,266.5
+ 455.9,266.3 455.9,266 455.9,265.8 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="451" y1="270.7" x2="441.8" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="422.2" y1="270.7" x2="411.3" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="420.7" y1="270.7" x2="421.7" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="442.3" y1="270.7" x2="443.4" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="270.4" x2="436.4" y2="270"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.7" y1="269.4" x2="436.4" y2="269.1"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 424.9,263.1 425.1,263.1 425.3,263.2 425.6,263.3 425.8,263.4 426,263.4 426.2,263.5 426.5,263.5 426.7,263.5 426.9,263.6
+ 427.1,263.6 427.4,263.6 427.6,263.6 427.8,263.6 428,263.6 428.2,263.6 428.5,263.6 428.7,263.6 428.9,263.6 429.1,263.5
+ 429.3,263.5 429.6,263.5 429.8,263.4 430,263.4 430.2,263.3 430.5,263.2 430.7,263.1 431,263.1 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="445.9" y1="274.9" x2="443" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.2" y1="274.9" x2="445.3" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="448.4" y1="275.7" x2="448.4" y2="289.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415.9" y1="290.2" x2="426.3" y2="284.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.8" y1="277.6" x2="442.5" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.9" y1="268.5" x2="426.4" y2="268.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="436.1" y1="268.5" x2="437.7" y2="268.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.3" y1="267.9" x2="436.1" y2="267.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.9" y1="267.9" x2="425.7" y2="267.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="420.7" y1="267" x2="443.4" y2="267"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 431,263.1 431.2,263.1 431.5,263.2 431.8,263.3 432.1,263.4 432.3,263.4 432.6,263.5 432.8,263.5 433.1,263.5 433.4,263.6
+ 433.6,263.6 433.9,263.6 434.1,263.6 434.4,263.6 434.7,263.6 434.9,263.6 435.2,263.6 435.4,263.6 435.7,263.6 436,263.5
+ 436.2,263.5 436.5,263.5 436.8,263.4 437,263.4 437.3,263.3 437.6,263.2 437.8,263.1 438.1,263.1 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="450.5" y1="274.9" x2="447.6" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="452.7" y1="274.7" x2="450" y2="270.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="420.7" y1="290.5" x2="422.2" y2="289.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.8" y1="280.7" x2="447.8" y2="274.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="442.3" y1="265.8" x2="455.9" y2="265.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="421.7" y1="265.5" x2="442.3" y2="265.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.8" y1="263.9" x2="438.2" y2="263.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="436.1" y1="253.8" x2="434.8" y2="252.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="454.6" y1="274.1" x2="452.2" y2="270.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.8" y1="283.8" x2="448.4" y2="277.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.8" y1="257.3" x2="438.2" y2="256.9"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.1424" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 438.8,257.3 438.8,257.3 438.8,257.3 438.9,257.3 438.9,257.4 438.9,257.4 439,257.5 439,257.5 439.1,257.6 439.1,257.7
+ 439.1,257.8 439.2,257.8 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="456.3" y1="273.2" x2="453.9" y2="269.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="457.7" y1="271.9" x2="455.2" y2="268.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="455.9" y1="258.6" x2="455.9" y2="265.8"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 455.9,258.6 456,258.2 456,257.7 456,257.3 456.1,256.9 456.2,256.5 456.3,256 456.4,255.6 456.6,255.2 456.8,254.8 457,254.4
+ 457.2,254.1 457.4,253.7 457.6,253.3 457.9,253 458.2,252.7 458.5,252.3 458.8,252 459.1,251.7 459.4,251.5 459.8,251.2 460.1,251
+ 460.5,250.8 460.9,250.5 461.3,250.4 461.7,250.2 462.1,250 462.5,249.9 462.9,249.8 463.3,249.7 463.7,249.6 464.2,249.6
+ 464.6,249.5 465,249.5 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="437.9" y1="286.9" x2="448.4" y2="280.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441" y1="258.6" x2="455.9" y2="258.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="458.9" y1="270.3" x2="455.9" y2="266.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.1" y1="265.8" x2="460.1" y2="258.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.6" y1="243.5" x2="460.6" y2="246.6"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 460.1,265.8 460.1,266.2 460,266.7 460,267.1 459.9,267.5 459.8,267.9 459.7,268.3 459.6,268.8 459.4,269.2 459.3,269.6
+ 459.1,269.9 458.9,270.3 458.6,270.7 458.4,271.1 458.1,271.4 457.9,271.7 457.6,272 457.3,272.4 456.9,272.6 456.6,272.9
+ 456.3,273.2 455.9,273.4 455.5,273.6 455.2,273.8 454.8,274 454.4,274.2 454,274.4 453.5,274.5 453.1,274.6 452.7,274.7
+ 452.3,274.8 451.9,274.8 451.4,274.8 451,274.9 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="441.8" y1="287.8" x2="448.4" y2="284"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.8" y1="256.9" x2="438.2" y2="256.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="459.7" y1="268.2" x2="455.9" y2="262.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.1" y1="265.4" x2="455.9" y2="259.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="442.4" y1="290.5" x2="448.4" y2="287.1"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 465,253.7 464.8,253.7 464.6,253.7 464.3,253.7 464.1,253.7 463.9,253.8 463.6,253.9 463.4,253.9 463.2,254 463,254.1 462.8,254.2
+ 462.6,254.3 462.4,254.4 462.2,254.6 462,254.7 461.8,254.9 461.6,255 461.4,255.2 461.3,255.4 461.1,255.5 461,255.7 460.9,255.9
+ 460.7,256.1 460.6,256.3 460.5,256.5 460.4,256.8 460.3,257 460.3,257.2 460.2,257.4 460.2,257.7 460.1,257.9 460.1,258.1
+ 460.1,258.4 460.1,258.6 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="427.9" y1="253.8" x2="436.1" y2="253.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="465" y1="253.7" x2="480.6" y2="253.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="429.2" y1="252.5" x2="434.8" y2="252.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.1" y1="262.1" x2="456.2" y2="256.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.1" y1="258.9" x2="457" y2="254.4"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="0.1426" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 438.8,298.8 438.8,298.7 438.9,298.7 438.9,298.6 438.9,298.6 439,298.5 439,298.5 439.1,298.4 439.1,298.3 439.2,298.2 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="438.2" y1="299.1" x2="438.8" y2="298.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="481" y1="250.9" x2="480.6" y2="250.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="451" y1="249.5" x2="464.8" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="465" y1="249.5" x2="480.5" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="455.9" y1="249.5" x2="480.2" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.6" y1="256.3" x2="458.1" y2="252.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="455.9" y1="246.7" x2="478.1" y2="246.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="415" y1="246.7" x2="411.2" y2="246.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.6" y1="246.6" x2="478" y2="246.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="473.2" y1="246" x2="474.8" y2="246"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.2" y1="249.5" x2="480.4" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="461.9" y1="254.8" x2="459.5" y2="251.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="463.5" y1="253.9" x2="461.1" y2="250.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="471.9" y1="253.7" x2="471.9" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="474.8" y1="246" x2="476.3" y2="246.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="465.7" y1="253.7" x2="462.9" y2="249.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="460.9" y1="243.5" x2="463.4" y2="243.7"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="458.2" y1="243.2" x2="460.9" y2="243.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="447.9" y1="241.5" x2="452.9" y2="242.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="463.4" y1="243.7" x2="465.8" y2="244.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="470.7" y1="245.6" x2="473.2" y2="246"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="452.9" y1="242.1" x2="458.2" y2="243.2"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="476.3" y1="246.1" x2="477.7" y2="246.4"/>
+
+ <polyline fill="none" stroke="#000000" stroke-width="4.840608e-002" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" points="
+ 479,249.5 479.1,249.5 479.2,249.5 "/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="465.8" y1="244.1" x2="468.2" y2="244.8"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.6" y1="252.9" x2="481" y2="253.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468" y1="253.7" x2="465.1" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="470.3" y1="253.7" x2="467.4" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="478.6" y1="253.7" x2="478.6" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="468.2" y1="244.8" x2="470.7" y2="245.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="481" y1="251.5" x2="480.6" y2="251.3"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="471.9" y1="252.7" x2="469.7" y2="249.5"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.6" y1="253.7" x2="480.6" y2="249.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="481" y1="250.7" x2="481" y2="253.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="477.7" y1="246.4" x2="479.1" y2="247.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="479.1" y1="247.4" x2="480.2" y2="248.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="480.2" y1="248.9" x2="481" y2="250.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M450.6,202.1c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M451,194.7c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M533.7,202.1c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M517.8,201.7c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M534.1,194.7c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M518.2,194.3c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M531.6,192.2c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M532,190.8c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M531.1,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M435.3,202.1c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.4,201.7c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M435.7,194.7c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.8,194.3c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M433.2,192.2c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M421.5,191.8c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M433.7,190.8c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M421.9,190.4c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M432.7,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M422.5,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M508.4,180.9c-0.7,0-1.4,0.2-2,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M511.7,189.8c0,2.5,2,4.5,4.5,4.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M511.7,186.2c0-0.8-0.4-1.5-1-2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M468.4,153.4c0.4,0,0.8-0.3,0.8-0.8s-0.3-0.8-0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M456.9,151.9c-0.4,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M468.4,159.2c0.4,0,0.8-0.3,0.8-0.8c0-0.4-0.3-0.8-0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M456.9,157.7c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.7,145.6c0-3.7-3-6.7-6.7-6.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M477,189.3c3.7,0,6.7-3,6.7-6.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.6,182.6c0,3.7,3,6.7,6.7,6.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M448.3,138.9c-3.7,0-6.7,3-6.7,6.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.5,145.6c0-3.6-2.9-6.5-6.5-6.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M482.1,145.6c0-2.8-2.3-5.1-5.1-5.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M477,189.1c3.6,0,6.5-2.9,6.5-6.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M477,187.7c2.8,0,5.1-2.3,5.1-5.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.7,182.6c0,3.6,2.9,6.5,6.5,6.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M443.2,182.6c0,2.8,2.3,5.1,5.1,5.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M448.3,139.1c-3.6,0-6.5,2.9-6.5,6.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M448.3,140.5c-2.8,0-5.1,2.3-5.1,5.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.3,181.9c-0.3-0.2-0.6-0.3-1-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M514.6,181.6c3.1,0,5.6-2.5,5.6-5.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.5,133.4c0,1,0.3,2,0.8,2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.1,139c0-1-0.3-2-0.8-2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M521,136.2c0.5-0.8,0.8-1.8,0.8-2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M521,136.2c-0.5,0.8-0.8,1.8-0.8,2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.3,181.9c2.7,1.5,5.4,2.8,8.2,4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441,191.3c13.6,3.1,27.8,3.3,41.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412.6,45c-4.8,3-7.7,8.3-7.7,14"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M512.6,45c-30.6-19.1-69.4-19.1-100,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M520.4,59c0-5.7-2.9-11-7.7-14"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M83.3,201.7c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M99.2,202.1c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M83.7,194.3c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M99.6,194.7c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.3,191.8c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.8,190.4c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M86.4,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200.1,201.7c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M216,202.1c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200.5,194.3c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M216.5,194.7c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.2,191.8c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M214,192.2c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.6,190.4c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M214.4,190.8c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M203.2,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M213.4,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M148.2,201.7c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M164.1,202.1c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M148.6,194.3c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M164.5,194.7c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M150.3,191.8c0,0.2,0.2,0.4,0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M162,192.2c0.2,0,0.4-0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M150.7,190.4c-0.2,0-0.4,0.2-0.4,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M162.4,190.8c0-0.2-0.2-0.4-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M151.3,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M161.5,192.2c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M101.2,194.3c2.1,0,4-1.5,4.4-3.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M194.4,189.8c0,2.5,2,4.5,4.5,4.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M194.4,186.2c0-1.4-1.1-2.5-2.5-2.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M75.4,152.5c-0.5,0.1-0.9,0.5-0.9,1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M74.5,157.6c0,0.5,0.4,1,0.9,1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71.4,187.7c0,0.8,0.6,1.4,1.3,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71.4,187.7c0,0.8,0.6,1.4,1.3,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M72.7,139.1c-0.8,0-1.3,0.7-1.3,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.7,150.1c-0.3,0.4-0.4,0.9-0.4,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,176.7c0,0.5,0.2,1,0.4,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71.4,185.7c0-0.5-0.2-1-0.4-1.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M70.9,143.9c0.3-0.4,0.4-0.9,0.4-1.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,151.9c-0.4,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,157.7c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M75.7,170.8c-2.1,2.6-2.1,6.4,0,9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,157.7c-0.4,0-0.8,0.3-0.8,0.8c0,0.4,0.3,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,151.9c-0.4,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M70.9,143.9c0.3-0.4,0.4-0.9,0.4-1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71.4,185.7c0-0.5-0.2-1-0.4-1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M72.7,139.1c-0.8,0-1.3,0.7-1.3,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M75.4,152.5c0.1,0,0.3-0.2,0.3-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M75.7,158.9c0-0.2-0.1-0.3-0.3-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.5,168.3c0,0.1,0.1,0.3,0.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.7,170.4c-0.1,0.1-0.2,0.2-0.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.7,148.9c-0.1,0.1-0.2,0.2-0.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.5,146.9c0,0.1,0.1,0.3,0.2,0.3"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="81.3" cy="175.7" r="5.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.5,144.7c0-1.9-1.5-3.4-3.4-3.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.5,154c-0.4,0.1-0.7,0.5-0.7,1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.8,156.6c0,0.4,0.3,0.8,0.7,1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.7,170.4c0.5-0.4,0.5-1.2,0.1-1.7c0,0,0,0-0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.7,148.9c0.5-0.4,0.5-1.2,0.1-1.7c0,0,0,0-0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M88.1,187.2c1.9,0,3.4-1.5,3.4-3.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M92.2,143.8c0-1.1-0.4-2.2-1.1-3.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.9,138c0.2,1,0.6,1.9,1.2,2.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M195.1,181.6c-0.4,0-0.8,0.1-1.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M204.3,178.9c0.5-0.9,0.8-1.8,0.8-2.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M92.2,180.4c1,0.8,2.2,1.2,3.4,1.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M205.9,136.2c0.5-0.8,0.8-1.8,0.8-2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M88.4,133.4c0,1,0.3,2,0.8,2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M205.9,136.2c-0.5,0.8-0.8,1.8-0.8,2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.9,138c-0.1-0.6-0.4-1.2-0.7-1.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M127.8,191.7c5.5,1.1,11,1.8,16.6,2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M164.6,192.3c10.3-1.8,20.1-5.3,29.3-10.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.6,45c-4.8,3-7.7,8.3-7.7,14"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.5,38.7C156.9,26.1,124,28.5,97.6,45"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M197.5,45c-3.2-2-6.6-3.8-10-5.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M205.3,59c0-5.7-2.9-11-7.7-14"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="91.4" cy="289.6" r="2.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.6,292.4c1.6-0.1,2.7-1.4,2.7-3c-0.1-1.6-1.4-2.7-3-2.7c-1.6,0.1-2.7,1.4-2.7,3c0.1,1.4,1.2,2.6,2.7,2.7"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="156.4" cy="387.9" r="2.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M156.5,390.7c1.6-0.1,2.7-1.4,2.7-3c-0.1-1.6-1.4-2.7-3-2.7c-1.6,0.1-2.7,1.4-2.7,3c0.1,1.4,1.2,2.6,2.7,2.7"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="208.3" cy="304.8" r="2.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M208.5,307.6c1.6-0.1,2.7-1.4,2.7-3c-0.1-1.6-1.4-2.7-3-2.7s-2.7,1.4-2.7,3c0.1,1.4,1.2,2.6,2.7,2.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M83.4,302.9c-0.4,1,0.1,2.2,1.2,2.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M87,298.8c-1-0.4-2.2,0.2-2.6,1.2"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="156.4" cy="387.9" r="2.9"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="156.4" cy="387.9" r="3.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M152,383.6c-2.4,2.4-2.4,6.2,0,8.6c2.4,2.4,6.2,2.4,8.6,0c2.4-2.4,2.4-6.2,0-8.6c-0.4-0.4-0.8-0.7-1.3-1"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="156.4" cy="387.9" r="3.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M152.7,383.6c-2.4,2-2.7,5.6-0.7,8c2,2.4,5.6,2.7,8,0.7c2.4-2,2.7-5.6,0.7-8c-0.5-0.7-1.2-1.2-2-1.5"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="208.3" cy="304.8" r="2.9"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="208.3" cy="304.8" r="3.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M204.8,309.8c2.8,1.9,6.6,1.2,8.5-1.5s1.2-6.6-1.5-8.5c-2.8-1.9-6.6-1.2-8.5,1.5c-0.3,0.5-0.6,1-0.8,1.5"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="208.3" cy="304.8" r="3.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M204.6,309.2c2.4,2,6,1.7,8-0.7c2-2.4,1.7-6-0.7-8s-6-1.7-8,0.7c-0.5,0.7-0.9,1.4-1.1,2.3"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="91.4" cy="289.6" r="2.9"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="91.4" cy="289.6" r="3.1"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="91.4" cy="289.6" r="6.1"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="91.4" cy="289.6" r="3.6"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="91.4" cy="289.6" r="5.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M175.3,375.2c3.7-2,7.1-4.4,10.3-7.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,332.5c0,0.5,0.1,0.9,0.4,1.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M65.5,330.4c0,0.4,0.3,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71,308.2c0.2-0.4,0.4-0.9,0.4-1.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,318.1c-0.4,0-0.8,0.3-0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71.4,342.4c0-0.5-0.1-0.9-0.4-1.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M72.7,303.7c-0.8,0-1.3,0.7-1.3,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71.4,344.1c0,0.8,0.6,1.4,1.3,1.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.7,315.4c-0.2,0.4-0.4,0.9-0.4,1.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200.4,295.1c-0.3,0.4-0.6,0.7-0.9,1.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M203.7,295.4c-1.2,0.9-2.2,2-3,3.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M101.2,287.9c0-1.1-0.2-2.1-0.5-3.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.8,299.9c0.8-0.2,1.6-0.5,2.4-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M144.8,383.7c-0.2,0.4-0.4,0.9-0.6,1.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M147.6,383.8c-0.8,1.3-1.4,2.7-1.7,4.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91,307.3c-0.1-0.1-0.1-0.2-0.2-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M88.1,343.5c1.1,0,2.2-0.6,2.8-1.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M72.1,303.5c-1.3-0.6-2.8,0.1-3.4,1.4c-0.1,0.1-0.1,0.3-0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.4,314.5c-0.1,0.4-0.1,0.7-0.1,1.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.3,333.6c0,0.4,0,0.7,0.1,1.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M68.6,344c0.3,1.4,1.7,2.2,3.1,1.9c0.1,0,0.3-0.1,0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M68.1,344.1c0.4,1.7,2,2.7,3.7,2.3c0.2,0,0.3-0.1,0.5-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M65.8,333.6c0,0.4,0,0.8,0.1,1.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M65.9,314.4c-0.1,0.4-0.1,0.8-0.1,1.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M72.3,303c-1.6-0.7-3.4,0.1-4,1.6c-0.1,0.2-0.1,0.3-0.2,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M108.5,280.2c-6.7,5.9-12,13.3-15.5,21.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M186.5,369.1c24.6-21.5,27-58.9,5.5-83.5c-18.3-20.8-48.6-26.2-72.9-12.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91,307.1c-9.7,31.2,7.8,64.4,39,74c15.3,4.7,31.9,3.1,46-4.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M109.4,280.9c-6.7,5.8-11.9,13.1-15.4,21.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M92.1,307.5c-9.5,30.6,7.7,63.1,38.3,72.6c15,4.6,31.2,3,44.9-4.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.9,368.2c24-21.2,26.4-57.8,5.2-81.9c-18-20.4-47.8-25.6-71.6-12.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M92.3,307.6c-9.4,30.5,7.7,62.8,38.2,72.3c14.9,4.6,31.1,3,44.8-4.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M109.6,281.1c-6.6,5.8-11.9,13-15.3,21.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.7,368c24-21.1,26.3-57.6,5.3-81.5c-17.9-20.4-47.6-25.6-71.4-12.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.6,369.7c0.2-0.2,0.4-0.3,0.6-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M177.7,373.9c2-1.2,4-2.6,5.9-4.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.9,374.3c0.2-0.1,0.4-0.3,0.7-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.4,369.1c24.6-20.3,28-56.7,7.6-81.3c-20.3-24.6-56.7-28-81.3-7.6c-24.6,20.3-28,56.7-7.6,81.3c18,21.8,49.2,27.3,73.6,13"/>
+
+ <circle fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" cx="147.5" cy="324.6" r="50"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M437.8,286.4c0,0.5,0.4,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M425.5,287.3c0.5,0,0.8-0.4,0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.5,274.9c-0.5,0-0.8,0.4-0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M444.2,267.9c0-0.5-0.4-0.8-0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M420.7,267c-0.5,0-0.8,0.4-0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.8,288.1c0-0.5-0.4-0.8-0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M423,287.3c-0.5,0-0.8,0.4-0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M439.1,267c-0.5,0-0.8,0.4-0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M443.4,270.7c0.5,0,0.8-0.4,0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M442.3,270.7c-0.3,0-0.5,0.2-0.5,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.8,274.3c0,0.3,0.2,0.5,0.5,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M448.4,275.7c0-0.5-0.4-0.8-0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M447.5,290.5c0.5,0,0.8-0.4,0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.8,289.7c0,0.5,0.4,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M425.7,267.9c0-0.5-0.4-0.8-0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M421.4,290.5c0.5,0,0.8-0.4,0.8-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.7,289.7c0,0.5,0.4,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.9,269.9c0,0.5,0.4,0.8,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M421.7,274.9c0.3,0,0.5-0.2,0.5-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M422.2,271.2c0-0.3-0.2-0.5-0.5-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M464.8,249.5c0,0-0.1,0-0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M474.7,249.5c0,0-0.1,0-0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M445.7,242.7c1.8,4.1,5.8,6.8,10.3,6.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M448.2,241.5c1.3,3.1,4.4,5.2,7.7,5.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M445.8,92.8c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.6,0.1,0.2-0.2-0.4
+ c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.6,0.1,0.2-0.2-0.4c-0.4-0.6,0.1,0.2-0.2-0.4c-0.4-0.6,0.1,0.2-0.3-0.4c-0.4-0.6,0.1,0.2-0.3-0.4"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M443.8,96.4c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4
+ c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M436.5,92.8c0.2,0.6-0.1-0.2,0.1,0.4c0.2,0.6-0.1-0.2,0.1,0.4c0.1,0.3,0-0.1,0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M437.6,95.1c0.1,0.2,0-0.1,0.1,0.1c0.3,0.5-0.1-0.2,0.2,0.4c0.4,0.6-0.1-0.2,0.3,0.4c0.4,0.6-0.1-0.2,0.3,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M440.2,89.2c0.4,0-0.1,0,0.2,0c0.7,0.1-0.2-0.1,0.5,0.1c0.7,0.2-0.2-0.1,0.5,0.2c0.7,0.3-0.2-0.1,0.5,0.2c0.6,0.4-0.2-0.2,0.4,0.3
+ c0.6,0.5-0.2-0.2,0.4,0.4c0.5,0.6-0.1-0.2,0.3,0.4c0.4,0.7-0.1-0.2,0.3,0.5c0.3,0.7-0.1-0.3,0.2,0.5c0.2,0.8,0-0.3,0.1,0.5
+ c0.1,0.8,0-0.3,0,0.5c0,0.8,0-0.3,0,0.5c-0.2,0.8,0.1-0.3-0.1,0.5c-0.3,0.8,0.1-0.2-0.2,0.5c-0.4,0.7,0.1-0.2-0.3,0.5
+ c-0.5,0.6,0.2-0.2-0.3,0.4c-0.5,0.6,0.2-0.2-0.4,0.4c-0.6,0.5,0.2-0.1-0.4,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M438.4,89.2c-0.4,0.6,0.1-0.2-0.3,0.4c-0.4,0.6,0.1-0.2-0.3,0.4c-0.3,0.5,0.1-0.2-0.2,0.4c-0.1,0.2,0-0.1-0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M436.8,91.8c-0.1,0.3,0-0.1-0.1,0.2c-0.2,0.6,0.1-0.2-0.1,0.4c-0.2,0.6,0.1-0.2-0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M439.9,89.2c-0.3,0,0.1,0-0.2,0c-0.7,0.1,0.2-0.1-0.5,0.1c-0.7,0.2,0.2-0.1-0.4,0.2c-0.5,0.2,0.2-0.1-0.3,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M440.2,96.3c0.4,0-0.1,0,0.2,0c0.7-0.1-0.2,0.1,0.5-0.1c0.7-0.2-0.2,0.1,0.5-0.2c0.7-0.3-0.2,0.1,0.5-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M438.4,89.7c-0.6,0.4,0.2-0.2-0.4,0.3c-0.6,0.5,0.2-0.2-0.4,0.4c-0.5,0.6,0.1-0.2-0.3,0.4c-0.4,0.7,0.1-0.2-0.3,0.5
+ c-0.3,0.7,0.1-0.2-0.2,0.5c-0.2,0.8,0-0.3-0.1,0.5c-0.1,0.8,0-0.3,0,0.5c0,0.8,0-0.3,0,0.5c0.1,0.8-0.1-0.3,0.1,0.5
+ c0.2,0.7-0.1-0.2,0.2,0.5c0.3,0.7-0.1-0.2,0.2,0.5c0.4,0.6-0.2-0.2,0.3,0.4c0.5,0.6-0.2-0.2,0.4,0.4c0.6,0.5-0.2-0.1,0.4,0.3
+ c0.6,0.4-0.2-0.1,0.4,0.2c0.7,0.3-0.2-0.1,0.5,0.2c0.7,0.2-0.2,0,0.5,0.1c0.7,0.1-0.2,0,0.5,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M442.3,96.4c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.5-0.1,0.2,0.2-0.4c0.2-0.5-0.1,0.2,0.2-0.3
+ c0.3-0.5-0.1,0.2,0.2-0.3c0.3-0.5-0.1,0.2,0.2-0.3c0.3-0.5-0.1,0.2,0.2-0.3c0.3-0.5-0.1,0.2,0.2-0.4c0.4-0.6-0.1,0.2,0.3-0.4
+ c0.4-0.6-0.1,0.2,0.3-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M439.7,89.2c0,0,0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M439.9,89.2C439.9,89.2,439.9,89.2,439.9,89.2c0.2,0,0,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M440,89.2c0,0,0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M438.8,91.4c-0.3,0.2,0.1-0.1-0.2,0.2c-0.3,0.3,0.1-0.1-0.2,0.2c-0.2,0.3,0.1-0.1-0.1,0.2c-0.2,0.4,0-0.1-0.1,0.2
+ c-0.1,0.4,0-0.1-0.1,0.3c0,0.4,0-0.1,0,0.3c0,0.4,0-0.1,0,0.3c0.1,0.4,0-0.1,0.1,0.3c0.2,0.4-0.1-0.1,0.1,0.2
+ c0.2,0.3-0.1-0.1,0.1,0.2c0.3,0.3-0.1-0.1,0.2,0.2c0.3,0.2-0.1-0.1,0.2,0.2c0.3,0.2-0.1,0,0.2,0.1c0.4,0.1-0.1,0,0.2,0.1
+ c0.4,0-0.1,0,0.3,0c0.4,0-0.1,0,0.3,0c0.4-0.1-0.1,0,0.2-0.1c0.3-0.2-0.1,0.1,0.2-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M444.3,92.8c-0.4-0.6,0.1,0.2-0.3-0.4c-0.4-0.6,0.1,0.2-0.3-0.4c-0.3-0.5,0.1,0.2-0.2-0.4c-0.3-0.5,0.1,0.2-0.2-0.3
+ c-0.3-0.5,0.1,0.2-0.2-0.3c-0.3-0.5,0.1,0.2-0.2-0.3c-0.3-0.5,0.1,0.2-0.2-0.3c-0.2-0.5,0.1,0.2-0.2-0.4c-0.2-0.6,0.1,0.2-0.1-0.4
+ c-0.2-0.6,0.1,0.2-0.1-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M440.2,94.1c0.3-0.2-0.1,0.1,0.2-0.2c0.3-0.3-0.1,0.1,0.2-0.2c0.2-0.3-0.1,0.1,0.1-0.2c0.2-0.4,0,0.1,0.1-0.2
+ c0.1-0.4,0,0.1,0.1-0.3c0-0.4,0,0.1,0-0.3c0-0.4,0,0.1,0-0.3c-0.1-0.4,0,0.1-0.1-0.3c-0.2-0.4,0.1,0.1-0.1-0.2
+ c-0.2-0.3,0.1,0.1-0.1-0.2c-0.3-0.3,0.1,0.1-0.2-0.2c-0.3-0.2,0.1,0.1-0.2-0.2c-0.3-0.2,0.1,0-0.2-0.1c-0.4-0.1,0.1,0-0.2-0.1
+ c-0.4,0,0.1,0-0.3,0c-0.4,0,0.1,0-0.3,0c-0.4,0.1,0.1,0-0.2,0.1c-0.3,0.2,0.1-0.1-0.2,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M439.7,96.3c0,0,0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M439.9,96.3C439.9,96.3,439.8,96.3,439.9,96.3c0.2,0,0,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M440,96.3c0,0,0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.3,163.2c-0.4,0.5,0.1-0.2-0.3,0.3c-0.3,0.5,0.1-0.2-0.2,0.4c-0.3,0.6,0.1-0.2-0.2,0.4c-0.3,0.7,0.1-0.2-0.2,0.4
+ c-0.2,0.7,0.1-0.2-0.1,0.5c-0.2,0.7,0.1-0.2-0.1,0.5c-0.1,0.8,0-0.3-0.1,0.5c-0.1,0.8,0-0.3-0.1,0.5c0,0.8,0-0.3,0,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.1,164.8c-0.3-0.5,0.1,0.1-0.2-0.3c-0.4-0.4,0.1,0.1-0.3-0.3c-0.4-0.3,0.2,0.1-0.3-0.2c-0.5-0.2,0.2,0-0.3-0.1
+ c-0.2,0,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.1,169.7c-0.3,0.5,0.1-0.1-0.2,0.3c-0.4,0.4,0.1-0.1-0.3,0.3c-0.4,0.3,0.2-0.1-0.3,0.2c-0.5,0.2,0.2,0-0.3,0.1
+ c-0.2,0,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.3,171.3c-0.4-0.5,0.1,0.2-0.3-0.3c-0.3-0.5,0.1,0.2-0.2-0.4c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.7,0.1,0.2-0.2-0.4
+ c-0.2-0.7,0.1,0.2-0.1-0.5c-0.2-0.7,0.1,0.2-0.1-0.5c-0.1-0.8,0,0.3-0.1-0.5c-0.1-0.8,0,0.3-0.1-0.5c0-0.8,0,0.3,0-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.7,167.2c0,0.9,0-0.3,0,0.6c-0.1,0.8,0.1-0.3-0.1,0.6c-0.2,0.8,0.1-0.3-0.1,0.5c-0.3,0.7,0.1-0.2-0.2,0.5
+ c-0.2,0.4,0.1-0.1-0.1,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.7,167.2c0-0.9,0,0.3,0-0.6c-0.1-0.8,0.1,0.3-0.1-0.6c-0.2-0.8,0.1,0.3-0.1-0.5c-0.3-0.7,0.1,0.2-0.2-0.5
+ c-0.2-0.4,0.1,0.1-0.1-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404,171.3c0.4,0.4-0.2-0.1,0.3,0.3c0.5,0.3-0.2-0.1,0.3,0.2c0.5,0.2-0.2-0.1,0.3,0.1c0.5,0.1-0.2,0,0.3,0.1c0.3,0-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.4,162.4c-0.3,0,0.1,0-0.2,0c-0.5,0.1,0.2-0.1-0.3,0.1c-0.5,0.2,0.2-0.1-0.3,0.1c-0.5,0.3,0.2-0.1-0.3,0.2
+ c-0.5,0.4,0.1-0.2-0.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.1,164.8C404.1,164.6,404.1,164.8,404.1,164.8c-0.4-0.6,0.1,0.1-0.3-0.4c-0.4-0.4,0.2,0.1-0.3-0.3c-0.5-0.3,0.2,0.1-0.3-0.2
+ c-0.5-0.2,0.2,0-0.3-0.1c-0.5,0,0.2,0-0.3,0c-0.5,0.1,0.2-0.1-0.3,0.1c-0.5,0.3,0.1-0.1-0.3,0.2c-0.4,0.4,0.1-0.1-0.3,0.3
+ c-0.4,0.5,0.1-0.2-0.3,0.4c-0.3,0.6,0.1-0.2-0.2,0.4c-0.3,0.7,0.1-0.2-0.2,0.5c-0.2,0.8,0.1-0.3-0.1,0.5c-0.1,0.8,0-0.3-0.1,0.6
+ c-0.1,0.9,0-0.3,0,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.9,170.5c-0.2,0,0.1,0-0.2,0c-0.5-0.1,0.1,0.1-0.3-0.1c-0.5-0.3,0.1,0.1-0.3-0.2c-0.4-0.4,0.1,0.1-0.3-0.3
+ c-0.4-0.5,0.1,0.2-0.2-0.3c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.7,0.1,0.2-0.2-0.5c-0.2-0.7,0.1,0.3-0.1-0.5c-0.1-0.8,0,0.3-0.1-0.5
+ c0-0.8,0,0.3,0-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.1,169.7C404.1,169.8,404.1,169.7,404.1,169.7c-0.4,0.6,0.1-0.1-0.3,0.4c-0.4,0.4,0.2-0.1-0.3,0.3c-0.5,0.3,0.2-0.1-0.3,0.2
+ c-0.5,0.2,0.2,0-0.3,0.1c-0.5,0,0.2,0-0.3,0c-0.5-0.1,0.2,0.1-0.3-0.1c-0.5-0.3,0.1,0.1-0.3-0.2c-0.4-0.4,0.1,0.1-0.3-0.3
+ c-0.4-0.5,0.1,0.2-0.3-0.4c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.7,0.1,0.2-0.2-0.5c-0.2-0.8,0.1,0.3-0.1-0.5c-0.1-0.8,0,0.3-0.1-0.6
+ c-0.1-0.9,0,0.3,0-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.5,167.2c0-0.8,0,0.3,0-0.5c-0.1-0.8,0,0.3-0.1-0.5c-0.1-0.8,0,0.3-0.1-0.5c-0.2-0.7,0.1,0.2-0.1-0.5c-0.2-0.7,0.1,0.2-0.1-0.5
+ c-0.3-0.7,0.1,0.2-0.2-0.4c-0.3-0.6,0.1,0.2-0.2-0.4c-0.3-0.5,0.1,0.2-0.2-0.4c-0.4-0.5,0.1,0.1-0.3-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.9,163.2c-0.4-0.4,0.2,0.1-0.3-0.3c-0.5-0.3,0.2,0.1-0.3-0.2c-0.5-0.2,0.2,0.1-0.3-0.1c-0.5-0.1,0.2,0-0.3-0.1
+ c-0.3,0,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.5,167.2c0,0.8,0-0.3,0,0.5c-0.1,0.8,0-0.3-0.1,0.5c-0.1,0.8,0-0.3-0.1,0.5c-0.2,0.7,0.1-0.2-0.1,0.5c-0.2,0.7,0.1-0.2-0.1,0.5
+ c-0.3,0.7,0.1-0.2-0.2,0.4c-0.3,0.6,0.1-0.2-0.2,0.4c-0.3,0.5,0.1-0.2-0.2,0.4c-0.4,0.5,0.1-0.2-0.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.4,172c0.3,0-0.1,0,0.2,0c0.5-0.1-0.2,0.1,0.3-0.1c0.5-0.2-0.2,0.1,0.3-0.1c0.5-0.3-0.2,0.1,0.3-0.2c0.5-0.4-0.1,0.2,0.3-0.3"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.9,163.9c-0.2,0,0.1,0-0.2,0c-0.5,0.1,0.1-0.1-0.3,0.1c-0.5,0.3,0.1-0.1-0.3,0.2c-0.4,0.4,0.1-0.1-0.3,0.3
+ c-0.4,0.5,0.1-0.2-0.2,0.3c-0.3,0.6,0.1-0.2-0.2,0.4c-0.3,0.7,0.1-0.2-0.2,0.5c-0.2,0.7,0.1-0.3-0.1,0.5c-0.1,0.8,0-0.3-0.1,0.5
+ c0,0.8,0-0.3,0,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M399.9,67c0,0.8,0-0.3,0,0.5c0.1,0.8,0-0.3,0.1,0.5c0.1,0.8,0-0.3,0.1,0.5c0.2,0.7-0.1-0.2,0.1,0.5c0.2,0.7-0.1-0.2,0.1,0.5
+ c0.3,0.7-0.1-0.2,0.2,0.4c0.3,0.6-0.1-0.2,0.2,0.4c0.3,0.5-0.1-0.2,0.2,0.4c0.4,0.5-0.1-0.1,0.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.8,68.8c0.1-0.2,0,0.1,0.1-0.1c0.2-0.6-0.1,0.2,0.2-0.4c0.2-0.6,0,0.2,0.1-0.4c0.1-0.7,0,0.2,0.1-0.4c0-0.7,0,0.2,0-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.8,65.2c0.1,0.2,0-0.1,0.1,0.1c0.2,0.6-0.1-0.2,0.2,0.4c0.2,0.6,0-0.2,0.1,0.4c0.1,0.7,0-0.2,0.1,0.4c0,0.7,0-0.2,0,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.8,64.5c0.2,0-0.1,0,0.1,0c0.4,0.1-0.1-0.1,0.3,0.1c0.4,0.2-0.1-0.1,0.2,0.2c0.3,0.4-0.1-0.1,0.2,0.2c0.1,0.1,0,0,0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M399.9,67c0-0.8,0,0.3,0-0.5c0.1-0.8,0,0.3,0.1-0.5c0.1-0.8,0,0.3,0.1-0.5c0.2-0.7-0.1,0.2,0.1-0.5c0.2-0.7-0.1,0.2,0.1-0.5
+ c0.3-0.7-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.5-0.1,0.2,0.2-0.4c0.4-0.5-0.1,0.2,0.2-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.4,62.2c-0.3,0,0.1,0-0.2,0c-0.5,0.1,0.2-0.1-0.3,0.1c-0.5,0.2,0.2-0.1-0.3,0.2c-0.5,0.3,0.2-0.1-0.3,0.2
+ c-0.5,0.4,0.1-0.2-0.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.9,71.1c0.4,0.4-0.2-0.1,0.3,0.3c0.5,0.3-0.2-0.1,0.3,0.2c0.5,0.2-0.2-0.1,0.3,0.1c0.5,0.1-0.2,0,0.3,0.1c0.3,0-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.8,69.5c0.2,0-0.1,0,0.1,0c0.4-0.1-0.1,0.1,0.3-0.1c0.4-0.2-0.1,0.1,0.2-0.2c0.3-0.4-0.1,0.1,0.2-0.2c0.1-0.1,0,0,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.2,67c0-0.7,0,0.2,0-0.5c0.1-0.7,0,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.2-0.4c0.3-0.5-0.1,0.2,0.2-0.3
+ c0.3-0.4-0.1,0.1,0.2-0.3c0.3-0.3-0.1,0.1,0.2-0.2c0.4-0.2-0.1,0,0.3-0.1c0.4-0.1-0.1,0,0.3,0c0.4,0-0.1,0,0.3,0
+ c0.4,0.2-0.1-0.1,0.3,0.1c0.4,0.3-0.1-0.1,0.2,0.2c0.3,0.4-0.1-0.1,0.2,0.3c0.1,0.2,0-0.1,0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.4,67c0-0.7,0,0.2,0-0.5c0.1-0.7,0,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.2-0.4c0.3-0.5-0.1,0.1,0.2-0.3
+ c0.3-0.4-0.1,0.1,0.2-0.2c0.4-0.3-0.1,0.1,0.2-0.2c0.4-0.1-0.1,0,0.3-0.1c0.2,0-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.2,67c0,0.7,0-0.2,0,0.5c0.1,0.7,0-0.2,0.1,0.4c0.2,0.6-0.1-0.2,0.1,0.4c0.2,0.6-0.1-0.2,0.2,0.4c0.3,0.5-0.1-0.2,0.2,0.3
+ c0.3,0.4-0.1-0.1,0.2,0.3c0.3,0.3-0.1-0.1,0.2,0.2c0.4,0.2-0.1,0,0.3,0.1c0.4,0.1-0.1,0,0.3,0c0.4,0-0.1,0,0.3,0
+ c0.4-0.2-0.1,0.1,0.3-0.1c0.4-0.3-0.1,0.1,0.2-0.2c0.3-0.4-0.1,0.1,0.2-0.3c0.1-0.2,0,0.1,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M401.4,67c0,0.7,0-0.2,0,0.5c0.1,0.7,0-0.2,0.1,0.4c0.2,0.6-0.1-0.2,0.1,0.4c0.2,0.6-0.1-0.2,0.2,0.4c0.3,0.5-0.1-0.1,0.2,0.3
+ c0.3,0.4-0.1-0.1,0.2,0.2c0.4,0.3-0.1-0.1,0.2,0.2c0.4,0.1-0.1,0,0.3,0.1c0.2,0-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.9,63c-0.4-0.4,0.2,0.1-0.3-0.3c-0.5-0.3,0.2,0.1-0.3-0.2c-0.5-0.2,0.2,0.1-0.3-0.2c-0.5-0.1,0.2,0-0.3-0.1c-0.3,0,0.1,0-0.2,0
+ "/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.2,63c0.4,0.5-0.1-0.2,0.2,0.3c0.4,0.5-0.1-0.2,0.2,0.4c0.3,0.6-0.1-0.2,0.2,0.4c0.3,0.7-0.1-0.2,0.2,0.4
+ c0.2,0.7-0.1-0.2,0.1,0.5c0.2,0.7-0.1-0.2,0.1,0.5c0.1,0.8,0-0.3,0.1,0.5c0.1,0.8,0-0.3,0.1,0.5c0,0.8,0-0.3,0,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404.2,71.1c0.4-0.5-0.1,0.2,0.2-0.3c0.4-0.5-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.7-0.1,0.2,0.2-0.4
+ c0.2-0.7-0.1,0.2,0.1-0.5c0.2-0.7-0.1,0.2,0.1-0.5c0.1-0.8,0,0.3,0.1-0.5c0.1-0.8,0,0.3,0.1-0.5c0-0.8,0,0.3,0-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.4,71.8c0.3,0-0.1,0,0.2,0c0.5-0.1-0.2,0.1,0.3-0.1c0.5-0.2-0.2,0.1,0.3-0.1c0.5-0.3-0.2,0.1,0.3-0.2c0.5-0.4-0.1,0.2,0.3-0.3"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M451,193.1c0.1,0.5,0-0.2,0,0.3c0.1,0.5,0-0.2,0,0.3c0.1,0.4,0-0.1,0.1,0.2c0.1,0.3,0-0.1,0.1,0.2c0.1,0.2,0-0.1,0.1,0.1
+ c0.1,0.1,0,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.4,167.2c0-1.2,0,0.4,0-0.8c-0.1-1.1,0.1,0.4-0.1-0.7c-0.2-1.1,0.1,0.4-0.2-0.7c-0.3-1,0.1,0.3-0.2-0.7
+ c-0.3-0.6,0.1,0.2-0.2-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M407.6,163.9c-0.2-0.3,0.1,0.1-0.1-0.2c-0.5-0.8,0.2,0.2-0.3-0.5c-0.5-0.6,0.2,0.2-0.4-0.4c-0.6-0.5,0.2,0.1-0.4-0.3
+ c-0.6-0.3,0.2,0.1-0.4-0.2c-0.7-0.1,0.2,0-0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.7,159.9c-0.7,1.3,0.2-0.4-0.5,0.9c-0.7,1.2,0.2-0.4-0.4,0.8c-0.6,1.2,0.2-0.4-0.4,0.8c-0.5,1.2,0.2-0.4-0.3,0.8c0,0,0,0,0,0"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.5,172.1c0.7-0.1-0.2,0.1,0.4-0.1c0.7-0.2-0.2,0.1,0.4-0.2c0.6-0.4-0.2,0.2,0.4-0.3c0.6-0.6-0.2,0.2,0.4-0.4
+ c0.5-0.7-0.2,0.3,0.3-0.5c0.2-0.3-0.1,0.1,0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M407.6,170.5c0.3-0.6-0.1,0.2,0.2-0.4c0.4-1-0.1,0.3,0.2-0.7c0.3-1.1-0.1,0.4,0.2-0.7c0.2-1.1,0,0.4,0.1-0.7c0.1-1.2,0,0.4,0-0.8"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.1,167.2c-0.1-1.3,0,0.4-0.1-0.9c-0.2-1.2,0.1,0.4-0.1-0.8c-0.2-1.2,0.1,0.4-0.2-0.8c-0.3-1.2,0.1,0.4-0.2-0.8
+ c-0.4-1.2,0.1,0.4-0.3-0.8c-0.5-1.2,0.2,0.4-0.3-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.7-1.3,0.3,0.4-0.5-0.9"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412.6,174.6c0.7-1.3-0.2,0.4,0.5-0.9c0.7-1.2-0.2,0.4,0.4-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.5-1.2-0.2,0.4,0.3-0.8
+ c0.4-1.2-0.1,0.4,0.3-0.8c0.3-1.2-0.1,0.4,0.2-0.8c0.2-1.2-0.1,0.4,0.2-0.8c0.2-1.2,0,0.4,0.1-0.8c0.1-1.3,0,0.4,0.1-0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.1,171.3C402.1,171.3,402.1,171.3,402.1,171.3c0.5,1.2-0.2-0.4,0.3,0.8c0.6,1.2-0.2-0.4,0.4,0.8c0.6,1.2-0.2-0.4,0.4,0.8
+ c0.7,1.3-0.3-0.4,0.5,0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M409.7,167.2c0-1.5,0,0.5,0-1c-0.2-1.4,0.1,0.5-0.1-1c-0.3-1.4,0.1,0.5-0.2-0.9c-0.4-1.3,0.1,0.4-0.3-0.9c-0.5-1.2,0.2,0.4-0.3-0.8
+ c-0.6-1.1,0.2,0.4-0.4-0.7c-0.6-0.9,0.2,0.3-0.4-0.6c-0.7-0.8,0.3,0.2-0.5-0.5c-0.8-0.6,0.3,0.2-0.5-0.4c-0.8-0.4,0.3,0.1-0.5-0.3
+ c-0.8-0.2,0.3,0-0.6-0.1c-0.8,0,0.3,0-0.6,0c-0.8,0.2,0.3-0.1-0.6,0.1c-0.8,0.4,0.3-0.2-0.5,0.3c-0.8,0.6,0.2-0.2-0.5,0.4
+ c-0.7,0.8,0.2-0.3-0.5,0.5c-0.7,0.9,0.2-0.3-0.4,0.6c-0.6,1.1,0.2-0.4-0.4,0.7c-0.3,0.8,0.1-0.3-0.2,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M404,171.3c0.5,0.5-0.2-0.2,0.3,0.3c0.6,0.5-0.2-0.1,0.4,0.3c0.6,0.3-0.2-0.1,0.4,0.2c0.7,0.1-0.2,0,0.4,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M411,167.2c-0.7-1.3,0.2,0.4-0.5-0.9c-0.7-1.2,0.2,0.4-0.4-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.5-1.2,0.2,0.4-0.3-0.8
+ c-0.4-1.2,0.1,0.4-0.3-0.8c-0.3-1.2,0.1,0.4-0.2-0.8c-0.2-1.2,0.1,0.4-0.2-0.8c-0.2-1.2,0,0.4-0.1-0.8c-0.1-1.3,0,0.4-0.1-0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.1,171.3c0.3,0.8-0.1-0.2,0.2,0.5c0.6,1.1-0.2-0.4,0.4,0.7c0.6,0.9-0.2-0.3,0.4,0.6c0.7,0.8-0.3-0.2,0.5,0.5
+ c0.8,0.6-0.3-0.2,0.5,0.4c0.8,0.4-0.3-0.1,0.5,0.3c0.8,0.2-0.3,0,0.6,0.1c0.8,0-0.3,0,0.6,0c0.8-0.2-0.3,0.1,0.6-0.1
+ c0.8-0.4-0.3,0.2,0.5-0.3c0.8-0.6-0.2,0.2,0.5-0.4c0.7-0.8-0.2,0.3,0.5-0.5c0.7-0.9-0.2,0.3,0.4-0.6c0.6-1.1-0.2,0.4,0.4-0.7
+ c0.5-1.2-0.1,0.4,0.3-0.8c0.4-1.3-0.1,0.4,0.3-0.9c0.3-1.4-0.1,0.5,0.2-0.9c0.2-1.4,0,0.5,0.1-1c0.1-1.5,0,0.5,0-1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.5,162.3c-0.7,0.1,0.2-0.1-0.4,0.1c-0.7,0.2,0.2-0.1-0.4,0.2c-0.6,0.4,0.2-0.2-0.4,0.3c-0.5,0.5,0.1-0.2-0.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.6,174.6c0.1-1.3,0,0.4,0.1-0.9c0.2-1.2-0.1,0.4,0.1-0.8c0.2-1.2-0.1,0.4,0.2-0.8c0.3-1.2-0.1,0.4,0.2-0.8
+ c0.4-1.2-0.1,0.4,0.3-0.8c0.5-1.2-0.2,0.4,0.3-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.7-1.3-0.3,0.4,0.5-0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.3,67c0-1.2,0,0.4,0-0.8c-0.1-1.1,0.1,0.4-0.1-0.7c-0.2-1.1,0.1,0.4-0.2-0.7c-0.3-1,0.1,0.3-0.2-0.7c-0.4-0.9,0.2,0.3-0.3-0.6
+ c-0.5-0.8,0.2,0.2-0.3-0.5c-0.5-0.6,0.2,0.2-0.4-0.4c-0.6-0.5,0.2,0.1-0.4-0.3c-0.6-0.3,0.2,0.1-0.4-0.2c-0.7-0.1,0.2,0-0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.7,59.7c-0.7,1.3,0.2-0.4-0.5,0.9c-0.7,1.2,0.2-0.4-0.4,0.8c-0.6,1.2,0.2-0.4-0.4,0.8c-0.5,1.2,0.2-0.4-0.3,0.8c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.5,71.9c0.7-0.1-0.2,0.1,0.4-0.1c0.7-0.2-0.2,0.1,0.4-0.2c0.6-0.4-0.2,0.2,0.4-0.3c0.6-0.6-0.2,0.2,0.4-0.4
+ c0.5-0.7-0.2,0.3,0.3-0.5c0.4-0.9-0.1,0.3,0.3-0.6c0.4-1-0.1,0.3,0.2-0.7c0.3-1.1-0.1,0.4,0.2-0.7c0.2-1.1,0,0.4,0.1-0.7
+ c0.1-1.2,0,0.4,0-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415,67c-0.1-1.3,0,0.4-0.1-0.9c-0.2-1.2,0.1,0.4-0.1-0.8c-0.2-1.2,0.1,0.4-0.2-0.8c-0.3-1.2,0.1,0.4-0.2-0.8
+ c-0.4-1.2,0.1,0.4-0.3-0.8c-0.5-1.2,0.2,0.4-0.3-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.7-1.3,0.3,0.4-0.5-0.9"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412.6,74.4c0.7-1.3-0.2,0.4,0.5-0.9c0.7-1.2-0.2,0.4,0.4-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.5-1.2-0.2,0.4,0.3-0.8
+ c0.4-1.2-0.1,0.4,0.3-0.8c0.3-1.2-0.1,0.4,0.2-0.8c0.2-1.2-0.1,0.4,0.2-0.8c0.2-1.2,0,0.4,0.1-0.8c0.1-1.3,0,0.4,0.1-0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402,71.1C402.1,71.1,402,71.1,402,71.1c0.5,1.2-0.2-0.4,0.3,0.8c0.6,1.2-0.2-0.4,0.4,0.8c0.6,1.2-0.2-0.4,0.4,0.8
+ c0.7,1.3-0.3-0.4,0.5,0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M409.6,67c0-1.5,0,0.5,0-1c-0.2-1.4,0.1,0.5-0.1-1c-0.3-1.4,0.1,0.5-0.2-0.9c-0.4-1.3,0.1,0.4-0.3-0.9c-0.5-1.2,0.2,0.4-0.3-0.8
+ c-0.6-1.1,0.2,0.4-0.4-0.7c-0.4-0.6,0.1,0.2-0.3-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.1,61.4c-0.3-0.3,0.1,0.1-0.2-0.2c-0.7-0.8,0.3,0.2-0.5-0.5c-0.8-0.6,0.3,0.2-0.5-0.4c-0.8-0.4,0.3,0.1-0.5-0.3
+ c-0.8-0.2,0.3,0-0.6-0.1c-0.8,0,0.3,0-0.6,0c-0.8,0.2,0.3-0.1-0.6,0.1c-0.8,0.4,0.3-0.2-0.5,0.3c-0.8,0.6,0.2-0.2-0.5,0.4
+ c-0.7,0.8,0.2-0.3-0.5,0.5c-0.7,0.9,0.2-0.3-0.4,0.6c-0.6,1.1,0.2-0.4-0.4,0.7c-0.3,0.8,0.1-0.3-0.2,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M403.9,71.1c0.5,0.5-0.2-0.2,0.3,0.3c0.6,0.5-0.2-0.1,0.4,0.3c0.6,0.3-0.2-0.1,0.4,0.2c0.7,0.1-0.2,0,0.4,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M411,67c-0.7-1.3,0.2,0.4-0.5-0.9c-0.7-1.2,0.2,0.4-0.4-0.8c-0.6-1.2,0.2,0.4-0.4-0.8c-0.5-1.2,0.2,0.4-0.3-0.8
+ c-0.4-1.2,0.1,0.4-0.3-0.8c-0.3-1.2,0.1,0.4-0.2-0.8c-0.2-1.2,0.1,0.4-0.2-0.8c-0.2-1.2,0,0.4-0.1-0.8c-0.1-1.3,0,0.4-0.1-0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M402.1,71.1c0.3,0.8-0.1-0.2,0.2,0.5c0.6,1.1-0.2-0.4,0.4,0.7c0.6,0.9-0.2-0.3,0.4,0.6c0.7,0.8-0.3-0.2,0.5,0.5
+ c0.8,0.6-0.3-0.2,0.5,0.4c0.8,0.4-0.3-0.1,0.5,0.3c0.8,0.2-0.3,0,0.6,0.1c0.8,0-0.3,0,0.6,0c0.8-0.2-0.3,0.1,0.6-0.1
+ c0.8-0.4-0.3,0.2,0.5-0.3c0.8-0.6-0.2,0.2,0.5-0.4c0.7-0.8-0.2,0.3,0.5-0.5c0.3-0.3-0.1,0.1,0.2-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.1,72.7c0.4-0.6-0.1,0.2,0.3-0.4c0.6-1.1-0.2,0.4,0.4-0.7c0.5-1.2-0.1,0.4,0.3-0.8c0.4-1.3-0.1,0.4,0.3-0.9
+ c0.3-1.4-0.1,0.5,0.2-0.9c0.2-1.4,0,0.5,0.1-1c0.1-1.5,0,0.5,0-1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.5,62.1c-0.7,0.1,0.2-0.1-0.4,0.1c-0.7,0.2,0.2-0.1-0.4,0.2c-0.6,0.4,0.2-0.2-0.4,0.3c-0.5,0.5,0.1-0.2-0.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M408.5,74.4c0.1-1.3,0,0.4,0.1-0.9c0.2-1.2-0.1,0.4,0.1-0.8c0.2-1.2-0.1,0.4,0.2-0.8c0.3-1.2-0.1,0.4,0.2-0.8
+ c0.4-1.2-0.1,0.4,0.3-0.8c0.5-1.2-0.2,0.4,0.3-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.6-1.2-0.2,0.4,0.4-0.8c0.7-1.3-0.3,0.4,0.5-0.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.3,60.5c0.7,0.1-0.2-0.1,0.5,0.1c0.7,0.2-0.2-0.1,0.5,0.2c0.7,0.4-0.2-0.2,0.5,0.3c0.7,0.6-0.2-0.2,0.4,0.4
+ c0.6,0.7-0.2-0.2,0.4,0.5c0.6,0.8-0.2-0.3,0.4,0.6c0.5,1-0.1-0.3,0.3,0.6c0.4,1.1-0.1-0.4,0.3,0.7c0.3,1.1-0.1-0.4,0.2,0.8
+ c0.1,0.6,0-0.2,0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M418.9,64.9c0.1,0.6,0-0.2,0.1,0.4c0.2,1.3,0-0.4,0.1,0.8c0.1,1.3,0-0.4,0,0.9c0,1.3,0-0.4,0,0.9c-0.1,1.3,0.1-0.4-0.1,0.8
+ c-0.1,0.6,0-0.2-0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M418.9,69.1c-0.1,0.6,0-0.2-0.1,0.4c-0.3,1.2,0.1-0.4-0.2,0.8c-0.4,1.1,0.1-0.3-0.3,0.7c-0.5,1,0.2-0.3-0.3,0.6
+ c-0.5,0.9,0.2-0.3-0.4,0.6c-0.6,0.7,0.2-0.2-0.4,0.5c-0.6,0.6,0.2-0.2-0.4,0.4c-0.7,0.4,0.2-0.1-0.5,0.3c-0.7,0.3,0.2-0.1-0.5,0.2
+ c-0.7,0.1,0.2,0-0.5,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M413.9,62.2c0.5,0.6-0.2-0.2,0.3,0.4c0.5,0.8-0.2-0.3,0.3,0.5c0.4,0.9-0.1-0.3,0.3,0.6c0.4,1-0.1-0.3,0.2,0.7
+ c0.3,1.1-0.1-0.4,0.2,0.7c0.2,1.1,0-0.4,0.1,0.8c0.1,1.2,0-0.4,0.1,0.8c0,1.2,0-0.4,0,0.8c-0.1,1.2,0-0.4-0.1,0.8
+ c-0.2,1.1,0.1-0.4-0.1,0.8c-0.3,1.1,0.1-0.4-0.2,0.7c-0.3,1,0.1-0.3-0.2,0.7c-0.4,0.9,0.2-0.3-0.3,0.6c-0.5,0.8,0.2-0.3-0.3,0.5
+ c-0.5,0.7,0.2-0.2-0.3,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M413.2,60.8c0.6,0.3-0.2-0.1,0.4,0.2c0.7,0.6-0.2-0.2,0.4,0.4c0.6,0.7-0.2-0.2,0.4,0.5c0.6,0.8-0.2-0.3,0.4,0.6
+ c0.5,1-0.1-0.3,0.3,0.6c0.4,1.1-0.1-0.4,0.3,0.7c0.3,1.1-0.1-0.4,0.2,0.8c0.3,1.2-0.1-0.4,0.2,0.8c0.2,1.3,0-0.4,0.1,0.8
+ c0.1,1.3,0-0.4,0,0.9c0,1.3,0-0.4,0,0.9c-0.1,1.3,0.1-0.4-0.1,0.8c-0.2,1.2,0.1-0.4-0.2,0.8c-0.3,1.2,0.1-0.4-0.2,0.8
+ c-0.4,1.1,0.2-0.3-0.3,0.7c-0.5,1,0.2-0.3-0.3,0.6c-0.5,0.9,0.2-0.3-0.4,0.6c-0.6,0.7,0.2-0.2-0.4,0.5c-0.6,0.6,0.2-0.2-0.4,0.4
+ c-0.6,0.4,0.2-0.1-0.4,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M513.8,42.2c-0.1-0.6,0,0.2-0.1-0.4c-0.2-0.5,0.1,0.2-0.1-0.3c-0.3-0.4,0.1,0.1-0.2-0.2c-0.3-0.2,0.1,0.1-0.2-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M513.7,41.7c-0.4,0.2,0.1-0.1-0.2,0.1c-0.5,0.3,0.2-0.1-0.3,0.2c-0.5,0.5,0.1-0.2-0.3,0.3c-0.5,0.6,0.1-0.2-0.3,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M513.6,45.7c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.9-0.1,0.3,0.2-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M513.2,41.2C513.1,41.1,513.2,41.2,513.2,41.2c-0.5-0.1,0.1,0-0.3-0.1c-0.5,0.1,0.2,0-0.3,0c-0.5,0.2,0.2-0.1-0.3,0.1
+ c-0.5,0.3,0.2-0.1-0.3,0.2c-0.5,0.5,0.2-0.2-0.3,0.3c-0.5,0.6,0.1-0.2-0.3,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M414.6,163.3c-0.5-0.9,0.2,0.3-0.4-0.6c-0.4-0.5,0.1,0.2-0.3-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415,162.7c-0.6-0.9,0.2,0.3-0.4-0.6c-0.6-0.8,0.2,0.2-0.4-0.5c-0.7-0.6,0.3,0.2-0.5-0.4c-0.6-0.4,0.2,0.1-0.4-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M414.6,163.3c0.5,1-0.1-0.3,0.3,0.7c0.4,1.1-0.1-0.4,0.3,0.7c0.3,1.2-0.1-0.4,0.2,0.8c0.2,1.2,0-0.4,0.1,0.8c0.1,1.3,0-0.4,0,0.9
+ c0,1.3,0-0.4,0,0.9c-0.1,1.3,0.1-0.4-0.1,0.8c-0.2,1.2,0.1-0.4-0.2,0.8c-0.3,1.1,0.1-0.4-0.2,0.7c-0.4,1,0.2-0.3-0.3,0.7
+ c-0.5,0.9,0.2-0.3-0.4,0.6c-0.5,0.7,0.2-0.2-0.4,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415,162.7c0.5,1.1-0.2-0.4,0.3,0.7c0.4,1.2-0.1-0.4,0.3,0.8c0.3,1.3-0.1-0.4,0.2,0.9c0.2,1.3-0.1-0.5,0.1,0.9
+ c0.1,1.4,0-0.5,0.1,0.9c0,1.4,0-0.5,0,0.9c-0.1,1.4,0.1-0.5-0.1,0.9c-0.2,1.3,0.1-0.4-0.2,0.9c-0.3,1.3,0.1-0.4-0.2,0.8
+ c-0.4,1.2,0.2-0.4-0.3,0.8c-0.5,1,0.2-0.3-0.4,0.7c-0.6,0.9,0.2-0.3-0.4,0.6c-0.7,0.7,0.2-0.2-0.5,0.5c-0.7,0.6,0.3-0.2-0.5,0.4
+ c-0.4,0.2,0.1-0.1-0.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M510.7,184.2C510.6,184.2,510.7,184.2,510.7,184.2c-0.7-0.4,0.2,0.1-0.5-0.3c-0.7-0.3,0.3,0.1-0.5-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M509.7,183.8c-0.2,0-0.3-0.1-0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M525.9,192.2c-1.1-0.1,0.3,0.1-0.7-0.1c-0.9-0.2,0.3,0.1-0.6-0.2c-0.8-0.4,0.2,0.2-0.5-0.3c-0.6-0.5,0.2,0.2-0.4-0.3
+ c-0.5-0.5,0.1,0.2-0.3-0.4c-0.3-0.6,0.1,0.2-0.2-0.4c-0.2-0.6,0,0.2-0.1-0.4c-0.1-0.6,0,0.2,0-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M523.1,186.2c0-0.9,0,0.3,0-0.6c-0.2-0.9,0.1,0.3-0.1-0.6c-0.3-0.8,0.1,0.3-0.2-0.6c-0.4-0.8,0.1,0.2-0.3-0.5
+ c-0.5-0.7,0.2,0.2-0.3-0.5c-0.6-0.6,0.2,0.2-0.4-0.4c-0.6-0.6,0.2,0.2-0.4-0.4c-0.7-0.5,0.2,0.2-0.5-0.3c-0.7-0.4,0.3,0.1-0.5-0.3
+ c-0.8-0.3,0.3,0.1-0.5-0.2c-0.9-0.2,0.3,0.1-0.6-0.1c-1.1-0.1,0.4,0-0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M518.4,183.7c0.8,0.1-0.3-0.1,0.5,0.1c0.7,0.2-0.2-0.1,0.5,0.2c0.7,0.4-0.2-0.1,0.4,0.3c0.6,0.5-0.2-0.2,0.4,0.3
+ c0.5,0.6-0.1-0.2,0.3,0.4c0.3,0.6-0.1-0.2,0.2,0.4c0.2,0.7,0-0.2,0.1,0.4c0.1,0.7,0-0.2,0,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M520.9,189.8c0,0.9,0-0.3,0,0.6c0.2,0.9-0.1-0.3,0.1,0.6c0.3,0.9-0.1-0.3,0.2,0.6c0.4,0.8-0.2-0.3,0.3,0.5c0.5,0.7-0.2-0.2,0.3,0.5
+ c0.6,0.7-0.2-0.2,0.4,0.4c0.7,0.6-0.2-0.2,0.5,0.4c0.8,0.5-0.3-0.1,0.5,0.3c0.8,0.4-0.3-0.1,0.6,0.2c0.9,0.3-0.3-0.1,0.6,0.2
+ c1,0.2-0.4,0,0.7,0.1c1.2,0.1-0.4,0,0.8,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499.7,184.4c1.3-0.1-0.4,0.1,0.9-0.1c1.3-0.3-0.4,0.2,0.9-0.2c1.2-0.6-0.4,0.2,0.8-0.4c1.2-0.8-0.4,0.3,0.8-0.5
+ c1.1-1-0.3,0.4,0.7-0.7c0.9-1.2-0.3,0.4,0.6-0.8c0.8-1.4-0.2,0.5,0.5-0.9c0.7-1.5-0.2,0.5,0.4-1c0.5-1.6-0.1,0.5,0.3-1.1
+ c0.3-1.7-0.1,0.6,0.2-1.1c0.1-1.7,0,0.6,0.1-1.1c-0.1-1.7,0.1,0.6-0.1-1.1c-0.3-1.7,0.1,0.6-0.2-1.1c-0.4-1.6,0.2,0.5-0.3-1.1
+ c-0.6-1.5,0.2,0.5-0.4-1c-0.8-1.4,0.3,0.4-0.5-0.9c-0.9-1.2,0.3,0.4-0.6-0.8c-1-1,0.4,0.3-0.7-0.7c-1.1-0.8,0.4,0.2-0.8-0.5
+ c-1.2-0.6,0.4,0.2-0.8-0.4c-1.3-0.4,0.4,0.1-0.9-0.2c-1.3-0.2,0.4,0-0.9-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499,184.4c-1.3-0.1,0.4,0.1-0.9-0.1c-1.3-0.3,0.4,0.2-0.9-0.2c-1.2-0.6,0.4,0.2-0.8-0.4c-1.2-0.8,0.4,0.3-0.8-0.5
+ c-1.1-1,0.3,0.4-0.7-0.7c-0.9-1.2,0.3,0.4-0.6-0.8c-0.8-1.4,0.2,0.5-0.5-0.9c-0.7-1.5,0.2,0.5-0.4-1c-0.5-1.6,0.1,0.5-0.3-1.1
+ c-0.3-1.7,0.1,0.6-0.2-1.1c-0.1-1.7,0,0.6-0.1-1.1c0.1-1.7-0.1,0.6,0.1-1.1c0.3-1.7-0.1,0.6,0.2-1.1c0.4-1.6-0.2,0.5,0.3-1.1
+ c0.6-1.5-0.2,0.5,0.4-1c0.8-1.4-0.3,0.4,0.5-0.9c0.9-1.2-0.3,0.4,0.6-0.8c1-1-0.4,0.3,0.7-0.7c1.1-0.8-0.4,0.2,0.8-0.5
+ c1.2-0.6-0.4,0.2,0.8-0.4c1.3-0.4-0.4,0.1,0.9-0.2c1.3-0.2-0.4,0,0.9-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499,181.6c-0.9-0.1,0.3,0.1-0.6-0.1c-0.9-0.3,0.3,0.1-0.6-0.2c-0.8-0.5,0.3,0.2-0.6-0.3c-0.8-0.7,0.2,0.3-0.5-0.5
+ c-0.7-0.8,0.2,0.3-0.4-0.6c-0.6-1,0.2,0.3-0.4-0.7c-0.5-1.1,0.1,0.4-0.3-0.7c-0.3-1.2,0.1,0.4-0.2-0.8c-0.2-1.3,0,0.4-0.1-0.8
+ c0-1.3,0,0.4,0-0.9c0.1-1.3-0.1,0.4,0.1-0.8c0.3-1.2-0.1,0.4,0.2-0.8c0.4-1.1-0.2,0.4,0.3-0.8c0.5-1-0.2,0.3,0.4-0.7
+ c0.7-0.9-0.2,0.3,0.4-0.6c0.7-0.7-0.3,0.2,0.5-0.5c0.8-0.6-0.3,0.2,0.6-0.4c0.9-0.4-0.3,0.1,0.6-0.2c0.9-0.1-0.3,0,0.6-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499,181.6c1-0.1-0.3,0.1,0.7-0.1c1-0.3-0.3,0.1,0.6-0.2c0.9-0.5-0.3,0.2,0.6-0.3c0.8-0.7-0.3,0.3,0.5-0.5c0.7-0.9-0.2,0.3,0.5-0.6
+ c0.6-1-0.2,0.4,0.4-0.7c0.5-1.1-0.1,0.4,0.3-0.8c0.3-1.2-0.1,0.4,0.2-0.8c0.2-1.3,0,0.4,0.1-0.8c0-0.4,0,0.1,0-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M503,176.6c0-0.1,0-0.2,0-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M503,176.3c0-0.4,0,0.1,0-0.3c-0.1-1.3,0.1,0.4-0.1-0.8c-0.3-1.2,0.1,0.4-0.2-0.8c-0.4-1.1,0.2,0.4-0.3-0.8c-0.6-1,0.2,0.3-0.4-0.7
+ c-0.7-0.9,0.3,0.3-0.5-0.6c-0.8-0.7,0.3,0.2-0.5-0.5c-0.9-0.5,0.3,0.1-0.6-0.3c-0.9-0.3,0.3,0.1-0.6-0.2c-1-0.1,0.3,0-0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499.7,184.4c-0.2,0-0.4,0-0.7,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499,184.4c-0.3-0.1,0.1,0-0.2,0c-1.3-0.3,0.4,0.2-0.9-0.2c-1.2-0.6,0.4,0.2-0.8-0.4c-1.2-0.8,0.4,0.3-0.8-0.5
+ c-1.1-1,0.3,0.4-0.7-0.7c-0.9-1.2,0.3,0.4-0.6-0.8c-0.8-1.4,0.2,0.5-0.5-0.9c-0.7-1.5,0.2,0.5-0.4-1c-0.5-1.6,0.1,0.5-0.3-1.1
+ c-0.3-1.7,0.1,0.6-0.2-1.1c-0.1-1.7,0,0.6-0.1-1.1c0.1-1.7-0.1,0.6,0.1-1.1c0.3-1.7-0.1,0.6,0.2-1.1c0.4-1.6-0.2,0.5,0.3-1.1
+ c0.6-1.5-0.2,0.5,0.4-1c0.8-1.4-0.3,0.4,0.5-0.9c0.9-1.2-0.3,0.4,0.6-0.8c1-1-0.4,0.3,0.7-0.7c1.1-0.8-0.4,0.2,0.8-0.5
+ c1.2-0.6-0.4,0.2,0.8-0.4c1.3-0.4-0.4,0.1,0.9-0.2c0.3-0.1-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499,168.5c0.2,0,0.4,0,0.7,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499.7,182.6c-1.1-0.1,0.4,0.1-0.7-0.1c-1.1-0.3,0.4,0.1-0.7-0.2c-1-0.5,0.3,0.2-0.7-0.4c-1-0.7,0.3,0.3-0.6-0.5
+ c-0.9-0.9,0.3,0.3-0.6-0.6c-0.7-1.1,0.2,0.4-0.5-0.7c-0.6-1.2,0.2,0.4-0.4-0.8c-0.5-1.3,0.1,0.5-0.3-0.9c-0.3-1.4,0.1,0.5-0.2-0.9
+ c-0.1-1.5,0,0.5-0.1-1c0.1-1.5-0.1,0.5,0.1-1c0.2-1.4-0.1,0.5,0.2-0.9c0.4-1.4-0.2,0.4,0.3-0.9c0.6-1.3-0.2,0.4,0.4-0.8
+ c0.7-1.1-0.3,0.4,0.5-0.7c0.8-1-0.3,0.3,0.6-0.6c0.9-0.8-0.3,0.2,0.6-0.5c1-0.6-0.4,0.2,0.7-0.4c1.1-0.4-0.4,0.1,0.7-0.2
+ c1.1-0.1-0.4,0,0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M499.7,182.6c1.1-0.1-0.4,0.1,0.7-0.1c1.1-0.3-0.4,0.1,0.7-0.2c1-0.5-0.3,0.2,0.7-0.4c1-0.7-0.3,0.3,0.6-0.5
+ c0.9-0.9-0.3,0.3,0.6-0.6c0.7-1.1-0.2,0.4,0.5-0.7c0.6-1.2-0.2,0.4,0.4-0.8c0.5-1.3-0.1,0.5,0.3-0.9c0.3-1.4-0.1,0.5,0.2-0.9
+ c0.1-1.5,0,0.5,0.1-1c-0.1-1.5,0.1,0.5-0.1-1c-0.2-1.4,0.1,0.5-0.2-0.9c-0.4-1.4,0.2,0.4-0.3-0.9c-0.6-1.3,0.2,0.4-0.4-0.8
+ c-0.7-1.1,0.3,0.4-0.5-0.7c-0.8-1,0.3,0.3-0.6-0.6c-0.9-0.8,0.3,0.2-0.6-0.5c-1-0.6,0.4,0.2-0.7-0.4c-1.1-0.4,0.4,0.1-0.7-0.2
+ c-1.1-0.1,0.4,0-0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M438,194.3c0.7,0-0.2,0,0.5,0c0.6-0.2-0.2,0.1,0.4-0.1c0.6-0.3-0.2,0.1,0.4-0.2c0.5-0.4-0.2,0.1,0.3-0.2c0.5-0.5-0.2,0.2,0.3-0.3
+ c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.6-0.1,0.2,0.3-0.4c0.3-0.7-0.1,0.2,0.2-0.5c0.3-0.8-0.1,0.3,0.2-0.5c0.2-0.9-0.1,0.3,0.1-0.6
+ c0.1-0.9,0,0.3,0.1-0.6c0-0.9,0,0.3,0-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M424.5,186.2c0-0.9,0,0.3,0-0.6c0.1-0.9-0.1,0.3,0.1-0.6c0.2-0.8-0.1,0.3,0.1-0.6c0.2-0.8-0.1,0.3,0.2-0.5c0.3-0.7-0.1,0.2,0.2-0.5
+ c0.3-0.6-0.1,0.2,0.2-0.4c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.5-0.2,0.2,0.3-0.3c0.5-0.4-0.2,0.1,0.3-0.3c0.5-0.3-0.2,0.1,0.3-0.2
+ c0.6-0.2-0.2,0.1,0.4-0.1c0.7-0.1-0.2,0,0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M424.5,190.4c0-0.3,0,0.1,0-0.2c0-0.6,0,0.2,0-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.2,186.2c0-0.7,0,0.2,0-0.4c0.1-0.7,0,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.1-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.5-0.1,0.1,0.2-0.3"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.6,182C441.5,182.1,441.6,182,441.6,182c-0.5,0.4,0.1-0.1-0.4,0.3c-0.4,0.5,0.1-0.2-0.3,0.3c-0.4,0.6,0.1-0.2-0.3,0.4
+ c-0.4,0.6,0.1-0.2-0.2,0.4c-0.3,0.7,0.1-0.2-0.2,0.5c-0.3,0.8,0.1-0.3-0.2,0.5c-0.2,0.8,0.1-0.3-0.1,0.6c-0.1,0.9,0-0.3-0.1,0.6
+ c0,0.9,0-0.3,0,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M439.8,189.8c0,0.6,0-0.2,0,0.4c-0.1,0.6,0.1-0.2-0.1,0.4c-0.2,0.6,0.1-0.2-0.1,0.4c-0.3,0.6,0.1-0.2-0.2,0.4
+ c-0.4,0.5,0.1-0.2-0.2,0.3c-0.5,0.4,0.2-0.1-0.3,0.3c-0.5,0.3,0.2-0.1-0.4,0.2c-0.6,0.1,0.2,0-0.4,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.6,153.5c0-0.4,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.2,0,0.1,0-0.2c0-0.2,0,0.1,0-0.1c0-0.1,0,0,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.7,158.6C483.6,158.5,483.7,158.7,483.7,158.6c0-0.2,0,0,0-0.2c0-0.2,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2
+ c0-0.4,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.6,158.6C441.6,158.5,441.6,158.7,441.6,158.6c0-0.2,0,0,0-0.2c0-0.2,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2
+ c0-0.4,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.6,153.5c0-0.4,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.2,0,0.1,0-0.2c0-0.2,0,0.1,0-0.1c0-0.1,0,0,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M458.1,189.3c1.5-0.1-0.5,0,1,0c1.7,0-0.6,0,1.1,0c1.8,0-0.6,0,1.2,0c1.8,0-0.6,0,1.2,0c1.8,0-0.6,0,1.2,0c1.8,0-0.6,0,1.2,0
+ c1.7,0-0.6,0,1.1,0c1.5,0-0.5,0,1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.6,152.2C441.6,152.3,441.6,152.1,441.6,152.2c0,0.2,0,0,0,0.2c0,0.1,0,0,0,0.1c0,0.1,0,0,0,0c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M441.6,158.6C441.6,158.7,441.6,158.6,441.6,158.6C441.6,158.7,441.6,158.6,441.6,158.6c0,0.2,0,0,0,0.1c0,0.1,0,0,0,0.1
+ c0,0.1,0,0,0,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.7,152.5C483.7,152.4,483.7,152.5,483.7,152.5C483.7,152.4,483.7,152.5,483.7,152.5c0-0.2,0,0,0-0.1c0-0.1,0,0,0-0.1
+ c0-0.1,0,0,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.7,158.9C483.7,158.8,483.7,159,483.7,158.9c0-0.2,0,0,0-0.2c0-0.1,0,0,0-0.1c0-0.1,0,0,0,0c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.7,179.8c-0.1-1.5,0,0.5,0-1c0-1.7,0,0.6,0-1.1c0-1.8,0,0.6,0-1.2c0-1.8,0,0.6,0-1.2c0-1.8,0,0.6,0-1.2c0-1.8,0,0.6,0-1.2
+ c0-1.7,0,0.6,0-1.1c0-1.5,0,0.5,0-1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M471.3,150.8c0-0.4,0,0.1,0-0.2c0-0.4,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M454,150.8c0-0.4,0,0.1,0-0.2c0-0.4,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M454,177.4c0,0.4,0-0.1,0,0.2c0,0.4,0-0.1,0,0.2c0,0.3,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M471.3,177.4c0,0.4,0-0.1,0,0.2c0,0.4,0-0.1,0,0.2c0,0.3,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M471.3,150.8c0.3,0-0.1,0,0.2,0c0.3,0.1-0.1,0,0.2,0c0.3,0.1-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M471.3,177.4c0.3,0-0.1,0,0.2,0c0.3-0.1-0.1,0,0.2,0c0.3-0.1-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M470.6,151.5c0.4-0.4-0.1,0.1,0.3-0.3c0.4-0.4-0.1,0.1,0.2-0.2c0.4-0.4-0.1,0.1,0.2-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M454,150.8c0.4,0.4-0.1-0.1,0.2,0.2c0.4,0.4-0.1-0.1,0.3,0.2c0.4,0.4-0.1-0.1,0.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M454,177.4c-0.3,0,0.1,0-0.2,0c-0.3-0.1,0.1,0-0.2,0c-0.3-0.1,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M453.4,150.9c0.3-0.1-0.1,0,0.2,0c0.3-0.1-0.1,0,0.2,0c0.3-0.1-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M470.6,176.7c0.4,0.4-0.1-0.1,0.3,0.3c0.4,0.4-0.1-0.1,0.2,0.2c0.4,0.4-0.1-0.1,0.2,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M454.7,176.7c-0.4,0.4,0.1-0.1-0.3,0.3c-0.4,0.4,0.1-0.1-0.3,0.2c-0.4,0.4,0.1-0.1-0.2,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M479.1,145.5c0.1-0.6,0,0.2,0.1-0.4c0-0.5,0,0.2,0-0.3c-0.1-0.5,0.1,0.1-0.1-0.3c-0.2-0.4,0.1,0.1-0.1-0.3
+ c-0.3-0.3,0.1,0.1-0.2-0.2c-0.4-0.2,0.2,0.1-0.3-0.1c-0.5-0.1,0.2,0-0.4-0.1c-0.6,0,0.2,0-0.4,0c-0.7,0.1,0.2-0.1-0.5,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M477.1,185.7c1,0-0.3,0,0.7,0c0.9-0.2-0.3,0.1,0.6-0.1c0.8-0.3-0.3,0.1,0.5-0.2c0.7-0.4-0.2,0.2,0.5-0.3c0.6-0.5-0.2,0.2,0.4-0.4
+ c0.4-0.6-0.1,0.2,0.3-0.4c0.3-0.7-0.1,0.2,0.2-0.5c0.2-0.8,0,0.3,0.1-0.5c0.1-0.8,0,0.3,0-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M477.1,184.3c0.7,0.1-0.2,0,0.5,0.1c0.6,0-0.2,0,0.4,0c0.6-0.1-0.2,0.1,0.4-0.1c0.4-0.2-0.1,0.1,0.3-0.1c0.3-0.3-0.1,0.1,0.2-0.2
+ c0.2-0.4-0.1,0.1,0.1-0.3c0.1-0.4,0,0.1,0.1-0.3c0-0.5,0,0.2,0-0.3c-0.1-0.6,0,0.2-0.1-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M444.9,182.7c0,0.8,0-0.3,0,0.6c0.2,0.8-0.1-0.3,0.1,0.5c0.3,0.7-0.1-0.2,0.2,0.5c0.4,0.6-0.2-0.2,0.3,0.4c0.5,0.6-0.2-0.2,0.4,0.4
+ c0.7,0.5-0.2-0.1,0.5,0.3c0.8,0.3-0.3-0.1,0.5,0.2c0.9,0.2-0.3,0,0.6,0.1c1,0.1-0.3,0,0.6,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M446.2,182.7c-0.1,0.6,0-0.2-0.1,0.4c0,0.5,0-0.2,0,0.3c0.1,0.5-0.1-0.1,0.1,0.3c0.2,0.4-0.1-0.1,0.1,0.3c0.3,0.3-0.1-0.1,0.2,0.2
+ c0.4,0.2-0.2-0.1,0.3,0.1c0.5,0.1-0.2,0,0.4,0.1c0.6,0-0.2,0,0.4,0c0.7-0.1-0.2,0.1,0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M448.1,142.5c-1,0,0.3,0-0.7,0c-0.9,0.2,0.3-0.1-0.6,0.1c-0.8,0.3,0.3-0.1-0.5,0.2c-0.7,0.4,0.2-0.2-0.5,0.3
+ c-0.6,0.5,0.2-0.2-0.4,0.4c-0.4,0.6,0.1-0.2-0.3,0.4c-0.3,0.7,0.1-0.2-0.2,0.5c-0.2,0.8,0-0.3-0.1,0.5c-0.1,0.8,0-0.3,0,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M448.1,143.9c-0.7-0.1,0.2,0-0.5-0.1c-0.6,0,0.2,0-0.4,0c-0.6,0.1,0.2-0.1-0.4,0.1c-0.4,0.2,0.1-0.1-0.3,0.1
+ c-0.3,0.3,0.1-0.1-0.2,0.2c-0.2,0.4,0.1-0.1-0.1,0.3c-0.1,0.4,0-0.1-0.1,0.3c0,0.5,0-0.2,0,0.3c0.1,0.6,0-0.2,0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M480.4,145.5c0-0.8,0,0.3,0-0.6c-0.2-0.8,0.1,0.3-0.1-0.5c-0.3-0.7,0.1,0.2-0.2-0.5c-0.4-0.6,0.2,0.2-0.3-0.4
+ c-0.5-0.6,0.2,0.2-0.4-0.4c-0.7-0.5,0.2,0.1-0.5-0.3c-0.8-0.3,0.3,0.1-0.5-0.2c-0.9-0.2,0.3,0-0.6-0.1c-1-0.1,0.3,0-0.6,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.5,173.9c0.7-0.1-0.2,0,0.5,0c0.9-0.3-0.3,0.1,0.6-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.6,173.6c0.5-0.2-0.1,0.1,0.3-0.2c1.4-1.1-0.4,0.4,0.9-0.7c1.2-1.6-0.3,0.6,0.8-1.1c0.9-2-0.2,0.7,0.6-1.3
+ c0.6-2.2-0.1,0.8,0.4-1.5c0.2-2.4,0,0.8,0.1-1.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.1,160.7c0,0-0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.6,167.2c-0.1-2.4,0.1,0.8-0.1-1.6c-0.5-2.3,0.2,0.7-0.4-1.5c-0.8-2,0.3,0.6-0.6-1.3c-1.1-1.6,0.4,0.5-0.8-1.1
+ c-1.3-1.2,0.5,0.3-0.9-0.7c-0.5-0.3,0.2,0.1-0.3-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.6,160.8c-0.9-0.4,0.3,0.1-0.6-0.2c-0.7-0.1,0.2,0-0.5,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M410.4,180.8c0.5,0.3-0.2-0.1,0.3,0.2c0.8,0.4-0.3-0.1,0.5,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M411.2,181.3c0.2,0.1,0.3,0.1,0.5,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M411.7,181.5c0.1,0,0.1,0,0.2,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M411.9,181.5c0.6,0.1-0.2,0,0.4,0.1c0.7,0.1-0.2,0,0.4,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.7,177.2c0,0.1,0.1,0.1,0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.8,177.4c0.1,0.2,0-0.1,0.1,0.2c0.4,0.7-0.2-0.2,0.3,0.4c0.2,0.2-0.1-0.1,0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M407.3,178.1c0.3,0.4-0.1-0.1,0.2,0.3c0.5,0.6-0.2-0.2,0.3,0.4c0.6,0.6-0.2-0.2,0.4,0.4c0.6,0.6-0.2-0.2,0.4,0.4
+ c0.7,0.6-0.2-0.2,0.4,0.4c0.7,0.5-0.2-0.2,0.5,0.4c0.8,0.5-0.3-0.2,0.5,0.3c0.4,0.3-0.1-0.1,0.3,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M405.7,174.6c0.1,0.3,0-0.1,0.1,0.2c1.4,3.7-0.6-1.2,1,2.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M413.7,181.6c0.3,0.3,0.5,0.6,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507.7,181.8C507.8,181.8,507.6,181.9,507.7,181.8c0.4-0.1,0,0,0.3-0.1c0.3-0.1-0.1,0,0.2-0.1c0.2,0-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M508.2,181.7C508.3,181.6,508.2,181.7,508.2,181.7c0.3,0,0,0,0.2,0c0.2,0-0.1,0,0.2,0c0.2,0-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.3,181.6c-0.1,0-0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M417.1,181.9c-0.2,0-0.4-0.1-0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.5,181.8c-0.4-0.1,0.1,0-0.3,0c-1-0.2,0.3,0-0.7-0.1c-0.3,0,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507,182.2c0.2-0.1,0.3-0.1,0.5-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507.5,181.9c0.1,0,0.1-0.1,0.2-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M493.7,191.7c2.8-0.1-0.9,0.1,1.9-0.1c3.8-0.8-1.2,0.4,2.5-0.6c3.6-1.5-1.1,0.6,2.4-1.1c3.3-2.2-1,0.8,2.2-1.5
+ c2.9-2.9-0.9,1.1,1.9-2c2.5-3.5-0.7,1.2,1.6-2.4c1.7-3.6-0.5,1.3,1.1-2.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507.2,181.6c0-0.1,0-0.1,0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M414.5,182.4c1.4,1.2-0.5-0.4,1,0.8c2.5,1.5-0.9-0.4,1.7,0.9c2.7,0.8-0.9-0.2,1.8,0.5c1.9,0.2-0.6,0,1.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.9,173.8c0,0,0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M508.6,181.6c-0.6,0,0.2,0-0.4,0c-0.6,0.1,0.2-0.1-0.4,0.1c-0.4,0.2,0.1-0.1-0.2,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507.6,181.9c0,0-0.1,0-0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M444.6,188.2c-1.9-0.1,0.6,0-1.3-0.1c-3.2-0.2,1.1,0.1-2.2-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.7,182.8c0.2,0-0.1,0,0.1,0c1.7-0.5-0.5,0.2,1.1-0.4c1.6-0.7-0.5,0.3,1-0.5c1.4-0.9-0.5,0.3,0.9-0.6c1.2-0.9-0.4,0.3,0.8-0.6
+ c1.1-0.9-0.4,0.3,0.7-0.6c1-0.9-0.3,0.3,0.6-0.6c0.9-0.8-0.3,0.3,0.6-0.6c0.8-0.8-0.3,0.3,0.5-0.5c0.7-0.7-0.2,0.3,0.5-0.5
+ c0.6-0.7-0.2,0.2,0.4-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M483.7,181.2c0.2-0.1-0.1,0,0.1,0c1.8-0.7-0.6,0.3,1.2-0.5c1.6-0.8-0.5,0.3,1.1-0.5c1.5-0.8-0.5,0.3,1-0.5c1.3-0.8-0.4,0.3,0.9-0.5
+ c1.2-0.8-0.4,0.3,0.8-0.5c1-0.7-0.3,0.2,0.7-0.5c0.9-0.7-0.3,0.2,0.6-0.4c0.8-0.6-0.3,0.2,0.6-0.4c0.7-0.5-0.2,0.2,0.5-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M414.8,173.8c0.4,0.1-0.1,0,0.3,0.1c0.7,0.1-0.2,0,0.5,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M475.5,191.7c-0.2,0,0.1,0-0.2,0c-0.9,0,0.3,0-0.6,0c-0.7-0.1,0.2,0.1-0.4-0.1c-0.5-0.2,0.2,0.1-0.3-0.1c-0.3-0.3,0.1,0.1-0.2-0.2
+ c-0.2-0.3,0,0.1-0.1-0.2c0-0.4,0,0.1,0-0.3c0.2-0.6-0.1,0.2,0.1-0.4c0.3-0.7-0.1,0.2,0.2-0.4c0.5-0.7-0.2,0.2,0.3-0.5
+ c0.2-0.3-0.1,0.1,0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M476.4,191.7c-0.2,0-0.4,0-0.6,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M475.8,191.8c-0.1,0-0.2,0-0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M475.5,191.8c-0.8,0,0.3,0-0.5,0c-1,0,0.3,0-0.7,0c-0.8-0.1,0.3,0.1-0.5-0.1c-0.6-0.2,0.2,0.1-0.4-0.1c-0.5-0.3,0.1,0.1-0.3-0.2
+ c-0.3-0.4,0.1,0.1-0.2-0.3c-0.2-0.5,0,0.2-0.1-0.3c0-0.6,0,0.2,0-0.4c0.2-0.7-0.1,0.2,0.1-0.5c0.3-0.8-0.1,0.3,0.2-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.9,176.9c0.5,0.7-0.2-0.2,0.3,0.4c0.5,0.7-0.2-0.2,0.3,0.5c0.5,0.8-0.1-0.3,0.3,0.5c0.4,0.8-0.1-0.3,0.2,0.6
+ c0.3,0.9-0.1-0.3,0.2,0.6c0.1,0.9,0-0.3,0.1,0.6c0,0.9,0.1-0.3-0.1,0.6c-0.3,0.8,0.2-0.2-0.2,0.5c-0.6,0.5,0.2-0.1-0.4,0.3
+ c-0.5,0.2,0.2,0-0.4,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.8,177.5c0.3,0.8-0.1-0.3,0.2,0.6c0.3,0.9-0.1-0.3,0.2,0.6c0.2,0.9-0.1-0.3,0.1,0.6c0.1,1,0-0.3,0.1,0.7c0,1,0-0.3,0,0.7
+ c-0.2,1,0.1-0.3-0.1,0.7c-0.1,0.3,0-0.1-0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507,176c0,0.6,0-0.2,0,0.4c-0.2,0.6,0.1-0.2-0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.7,176c0,0.4,0-0.1,0,0.2c-0.1,0.3,0.1-0.1-0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.9,176.9c-0.1,0.2,0-0.1,0,0.1c0,0.2,0-0.1,0,0.1c0,0.2,0-0.1,0,0.2c0,0.3,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.6,176.5c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.4,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.9,176.9c-0.1-0.2,0,0.1-0.1-0.1c-0.1-0.2,0.1,0.1-0.1-0.1c-0.2-0.2,0.1,0.1-0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.8,177.5c-0.1,0.9,0-0.3-0.1,0.6c-0.1,1,0.1-0.3-0.1,0.6c-0.2,1.1,0.1-0.3-0.1,0.7c-0.3,1.1,0.1-0.4-0.2,0.8
+ c-0.4,1.2,0.1-0.4-0.3,0.8c-0.5,1.3,0.2-0.4-0.3,0.9c-0.7,1.4,0.2-0.5-0.5,0.9c-0.9,1.5,0.3-0.5-0.6,1c-1.1,1.5,0.4-0.5-0.8,1
+ c-1.4,1.4,0.5-0.4-1,0.9c-1.8,1.3,0.6-0.4-1.2,0.8c-2.1,0.9,0.7-0.2-1.4,0.6c-2.3,0.4,0.8,0-1.5,0.2c-2.3-0.2,0.8,0.2-1.5-0.2
+ c-2.1-0.8,0.7,0.3-1.4-0.6c-1.8-1.2,0.6,0.5-1.2-0.8c-1.4-1.4,0.4,0.5-0.9-0.9c-1.1-1.4,0.3,0.5-0.7-1c-0.9-1.4,0.3,0.5-0.6-1
+ c-0.7-1.4,0.2,0.5-0.4-0.9c-0.5-1.3,0.1,0.4-0.3-0.9c-0.4-1.2,0.1,0.4-0.2-0.8c-0.3-1.1,0.1,0.4-0.2-0.8c-0.2-1.1,0.1,0.4-0.1-0.7
+ c-0.1-1,0,0.3-0.1-0.6c-0.1-0.9,0,0.3-0.1-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.3,177.3c-0.1,0.9,0-0.3-0.1,0.6c-0.2,0.9,0.1-0.3-0.1,0.6c-0.2,1,0.1-0.3-0.1,0.6c-0.3,1,0.1-0.3-0.2,0.7
+ c-0.4,1.1,0.1-0.4-0.2,0.7c-0.5,1.2,0.2-0.4-0.3,0.8c-0.6,1.3,0.2-0.4-0.4,0.8c-0.8,1.3,0.3-0.4-0.5,0.8c-1,1.3,0.4-0.4-0.7,0.8
+ c-1.3,1.2,0.5-0.4-0.9,0.8c-1.6,1.1,0.6-0.3-1.1,0.7c-1.9,0.8,0.7-0.2-1.3,0.5c-2,0.3,0.7,0-1.4,0.2c-2-0.2,0.7,0.2-1.4-0.2
+ c-1.9-0.6,0.6,0.3-1.3-0.5c-1.6-1,0.5,0.4-1.1-0.7c-1.3-1.2,0.4,0.4-0.9-0.8c-1.1-1.2,0.3,0.4-0.7-0.8c-0.8-1.3,0.3,0.4-0.5-0.8
+ c-0.7-1.2,0.2,0.4-0.4-0.8c-0.5-1.2,0.2,0.4-0.3-0.8c-0.4-1.1,0.1,0.4-0.2-0.7c-0.3-1,0.1,0.3-0.2-0.7c-0.2-1,0.1,0.3-0.1-0.6
+ c-0.2-0.9,0,0.3-0.1-0.6c-0.1-0.8,0,0.3-0.1-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.8,177.5c-0.2-0.1,0.1,0-0.2,0c-0.3-0.1,0.1,0-0.2,0c-0.3-0.1,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M491,177.5c0.1-0.3,0,0.1,0.1-0.2c0-0.2,0,0.1,0-0.2c0-0.2,0,0.1,0-0.1c0-0.2,0,0.1,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M491.7,177.3c-0.1-0.4,0,0.1,0-0.2c-0.1-0.3,0,0.1-0.1-0.2c-0.1-0.3,0,0.1-0.1-0.2c-0.1-0.3,0.1,0.1-0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M491,177.5c0.4-0.1-0.1,0,0.2,0c0.3-0.1-0.1,0,0.2,0c0.3-0.1-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M491.1,176.9c-0.2-0.6,0,0.2-0.1-0.4c-0.1-0.6,0,0.2,0-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M491.4,176.5c-0.2-0.3,0,0.1-0.1-0.2c-0.1-0.4,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M491.1,176.9c0.2-0.2-0.1,0.1,0.1-0.1c0.2-0.2-0.1,0.1,0.1-0.1c0.2-0.2-0.1,0.1,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M490.9,174.3c0-3.7,0,1.2,0-2.5c0.4-4.2-0.2,1.4,0.3-2.8c0.9-4.1-0.4,1.3,0.7-2.7c1.4-3.5-0.6,1.1,1-2.3c1.7-2.8-0.7,0.9,1.2-1.8
+ c1.9-2.2-0.7,0.6,1.3-1.4c2-1.5-0.7,0.4,1.4-1c2.1-0.9-0.7,0.2,1.4-0.6c2.1-0.4-0.7,0,1.4-0.2c2.1,0.2-0.7-0.2,1.4,0.2
+ c2,0.8-0.6-0.4,1.3,0.6c1.9,1.4-0.6-0.6,1.2,1c1.7,2.1-0.5-0.8,1.1,1.4c1.5,2.7-0.4-1,0.9,1.9c1.2,3.5-0.3-1.2,0.7,2.3
+ c0.8,4.1-0.2-1.4,0.5,2.7c0.4,4.2-0.1-1.4,0.2,2.8c0.1,3.7,0-1.2,0,2.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M491.3,174.3c0.1-3.7-0.1,1.2,0.1-2.4c0.4-4.1-0.2,1.3,0.3-2.7c0.9-4-0.4,1.3,0.7-2.6c1.3-3.3-0.5,1.1,0.9-2.2
+ c1.6-2.6-0.6,0.8,1.1-1.7c1.8-2-0.7,0.6,1.2-1.3c1.9-1.4-0.7,0.4,1.3-0.9c1.9-0.9-0.7,0.2,1.3-0.5c1.9-0.3-0.7,0,1.3-0.2
+ c1.9,0.2-0.6-0.2,1.3,0.2c1.9,0.7-0.6-0.3,1.2,0.5c1.8,1.3-0.5-0.5,1.1,0.9c1.6,1.9-0.5-0.7,1,1.3c1.4,2.6-0.4-0.9,0.9,1.8
+ c1.2,3.3-0.3-1.1,0.7,2.2c0.8,3.9-0.2-1.3,0.5,2.6c0.4,4.1-0.1-1.4,0.3,2.7c0.1,3.7,0-1.2,0.1,2.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M413.7,181.6c0.3,0.3,0.5,0.6,0.8,0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M433,181.6c-0.1,0-0.2,0-0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M434.4,181.6c-0.1,0-0.2,0-0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M462.6,138c2.4,0.5-0.8-0.2,1.6,0.3c2.4,0.5-0.8-0.2,1.6,0.3c1.5,0.3-0.5-0.1,1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M434.4,181.6c0.1,0,0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M428.1,181.6c0.1,0,0.2,0,0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M506.7,174.3c-0.6-2.9,0.3,0.9-0.5-1.9c-1-2.7,0.4,0.9-0.7-1.8c-1.4-2.3,0.5,0.7-1-1.5c-1.7-1.9,0.6,0.6-1.2-1.3
+ c-2-1.5,0.7,0.4-1.4-0.9c-2.2-0.9,0.8,0.2-1.5-0.6c-2.3-0.4,0.8,0-1.5-0.2c-2.3,0.2,0.8-0.2-1.5,0.2c-2.2,0.8,0.7-0.4-1.5,0.6
+ c-2.1,1.3,0.6-0.5-1.4,0.9c-1.8,1.8,0.5-0.7-1.2,1.3c-1.5,2.3,0.4-0.8-1,1.5c-1.2,2.6,0.3-0.9-0.7,1.8c-0.8,2.8,0.2-1-0.5,1.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M407.2,177.8c-0.1-0.2-0.2-0.4-0.3-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.8,177.1c0-0.1-0.1-0.1-0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.7,176.9c-1.2-2.7,0.3,0.9-0.7-1.8c-0.2-0.7,0.1,0.2-0.1-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M410.4,180.8c-0.6-0.4,0.2,0.1-0.4-0.3c-0.6-0.4,0.2,0.2-0.4-0.3c-0.6-0.5,0.2,0.2-0.4-0.3c-0.6-0.6,0.2,0.2-0.4-0.4
+ c-0.6-0.6,0.2,0.2-0.4-0.4c-0.6-0.7,0.2,0.2-0.4-0.4c-0.5-0.7,0.2,0.2-0.4-0.5c-0.5-0.7,0.2,0.3-0.3-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M411.5,181.3c-0.2,0,0,0-0.1,0c-0.2,0,0.1,0-0.1,0c-0.3-0.1,0.1,0-0.2-0.1c-0.3-0.1,0.1,0-0.2-0.1c-0.4-0.2,0.1,0.1-0.3-0.1
+ c-0.4-0.2,0.1,0.1-0.3-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412.7,181.6c-0.1,0-0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412.6,181.6c-0.4,0,0.1,0-0.3,0c-0.6-0.1,0.2,0.1-0.4-0.1c-0.6-0.3,0.2,0.1-0.4-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.1,181.6c-0.6,0,0.2,0-0.4,0c-0.6-0.1,0.2,0.1-0.4-0.1c-0.6-0.3,0.2,0.1-0.4-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M417.1,181.9c-0.2,0-0.3-0.1-0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.7,181.8c-0.1,0-0.3-0.1-0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.2,181.7c-0.6-0.2,0.2,0-0.4-0.1c-0.6-0.1,0.2,0-0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.4,181.5c-0.1,0-0.2,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.2,181.4c-0.7-0.1,0.2,0-0.4-0.1c-1.2-0.1,0.4,0-0.8-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M418.1,181.3c-0.8,0.1,0.3-0.1-0.5,0.1c-0.5,0.3,0.1-0.1-0.3,0.2c-0.2,0.5,0-0.2-0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.3,181.6c-1.4,0,0.5,0-0.9,0c-1.1,0.1,0.4-0.1-0.7,0.1c-0.8,0.2,0.3-0.1-0.5,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507.7,181.9C507.6,181.9,507.7,181.8,507.7,181.9c-0.3,0.1,0,0-0.2,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M420.4,180.8c0.6,0.4-0.2-0.1,0.4,0.3c0.5,0.3-0.2-0.1,0.3,0.2c0.4,0.2-0.1-0.1,0.3,0.2c0.3,0.2-0.1,0,0.2,0.1
+ c0.2,0.1-0.1,0,0.1,0.1c0.1,0,0,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M420.1,180.8c0.4,0.2-0.1-0.1,0.2,0.2c0.3,0.2-0.1-0.1,0.2,0.1c0.1,0.1,0-0.1,0.1,0.1c0,0.1,0,0,0,0.1c0,0,0,0,0,0
+ c-0.1,0,0,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M420.4,180.8C420.2,180.9,420.4,180.8,420.4,180.8c-0.2,0,0,0-0.2,0c-0.1,0,0,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.2,176c1,1.2-0.3-0.4,0.6,0.8c1,1.1-0.3-0.4,0.7,0.7c1,1-0.3-0.3,0.7,0.7c1,1-0.3-0.3,0.7,0.6c1,0.9-0.3-0.3,0.7,0.6
+ c0.9,0.8-0.3-0.3,0.6,0.5c0.6,0.5-0.2-0.2,0.4,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.6,180.3c0.3,0.2-0.1-0.1,0.2,0.1c0.9,0.6-0.3-0.2,0.6,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.5,177.8c1,0.7-0.3-0.2,0.7,0.5c1,0.7-0.3-0.2,0.7,0.5c1,0.7-0.3-0.2,0.6,0.4c0.9,0.6-0.3-0.2,0.6,0.4c0.9,0.6-0.3-0.2,0.6,0.4
+ c0.8,0.5-0.3-0.2,0.5,0.3c0.2,0.2-0.1-0.1,0.2,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.4,180.4c0.5,0.3-0.2-0.1,0.3,0.2c0.7,0.4-0.2-0.1,0.4,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.2,176c-0.1,1,0-0.3-0.1,0.6c0.1,0.9-0.1-0.3,0.1,0.6c0.4,0.8-0.2-0.2,0.3,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412.9,174.2c0.8,0.7,1.6,1.3,2.4,1.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M412,174.6c0.7,0.7-0.2-0.2,0.5,0.5c4.5,4.1-1.6-1.2,3.1,2.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.1,181.6C415.1,181.7,415.1,181.6,415.1,181.6c0.1,0.2,0,0,0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M458.5,138.9c1.5-0.3-0.5,0.1,1-0.2c2.4-0.5-0.8,0.2,1.6-0.3c2.4-0.5-0.8,0.2,1.6-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M493.7,191.7c-1.6-0.1,0.5,0.1-1.1-0.1c-3.2-0.6,1,0.3-2.1-0.5c-3.1-1.3,1,0.5-2.1-0.9c-2.9-1.9,0.9,0.7-1.9-1.3
+ c-2.7-2.5,0.8,0.9-1.7-1.7c-2.3-3,0.7,1.1-1.5-2c-0.2-0.3,0.1,0.1-0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.2,181.9c-0.1,0-0.3-0.1-0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M414.8,181.7c-0.3-0.1,0.1,0-0.2-0.1c-0.2-0.1,0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.5,182c-0.1,0-0.2,0-0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416.2,182c-0.1,0-0.2,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M416,182c-0.3,0-0.5-0.1-0.8-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.5,160.6c-0.7,0.1,0.2,0-0.5,0c-0.4,0.1,0.1,0-0.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M415.2,181.9c1.6,1.9-0.6-0.6,1.1,1.2c1.8,1.4-0.7-0.4,1.2,0.9c2,0.9-0.7-0.2,1.3,0.5c2,0.3-0.7,0,1.4,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M507,182.1c0.2-0.1,0.3-0.1,0.4-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.3,181.6c-0.6,0,0.2,0-0.4,0c-0.6-0.1,0.2,0.1-0.4-0.1c-0.6-0.3,0.2,0.1-0.4-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M421.7,181.6c-0.6,0,0.2,0-0.4,0c-0.6-0.1,0.2,0.1-0.4-0.1c-0.6-0.3,0.2,0.1-0.4-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M445.7,188.8C445.7,188.8,445.7,188.8,445.7,188.8c-2.7-0.1,0.9,0-1.8-0.1c-2.9-0.2,1,0.1-1.9-0.1c-1.3-0.1,0.4,0-0.8-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M406.7,177.2C406.8,177.3,406.7,177.2,406.7,177.2c0.6,0.8-0.2-0.1,0.4,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M444.6,90.4c0.2,0.1-0.1,0,0.1,0.1c0.8,0.9-0.2-0.4,0.5,0.6c0.5,1.1-0.1-0.4,0.3,0.8c0.2,0.9,0-0.3,0.1,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M418.9,64.9c0.2,1-0.1-0.3,0.1,0.6c0.2,2.2,0-0.7,0.1,1.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M419.1,67c-0.1,2.2,0.1-0.7-0.1,1.5c-0.2,1,0.1-0.3-0.1,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M445.7,93c-0.1,1,0.1-0.3-0.1,0.6c-0.5,1.2,0.2-0.4-0.3,0.8c-0.8,1,0.3-0.3-0.5,0.6c-0.2,0.1,0.1,0-0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.4,89.4C85.4,89.4,85.4,89.4,85.4,89.4c-0.3,0.3,0.1-0.1-0.2,0.2c-0.2,0.4,0.1-0.2-0.2,0.3c-0.2,0.5,0.1-0.2-0.1,0.4
+ c-0.2,0.6,0.1-0.2-0.1,0.4c-0.1,0.7,0-0.2-0.1,0.5c-0.1,0.7,0-0.2-0.1,0.5c-0.1,0.8,0-0.3,0,0.5c0,0.8,0-0.3,0,0.5
+ c0,0.8,0-0.3,0,0.5c0.1,0.8,0-0.3,0,0.5c0.1,0.7,0-0.2,0.1,0.5c0.1,0.7-0.1-0.2,0.1,0.5c0.2,0.6-0.1-0.2,0.1,0.4
+ c0.2,0.5-0.1-0.2,0.1,0.4c0.2,0.5-0.1-0.1,0.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.8,93.4c0-0.8,0,0.3,0-0.5c0-0.8,0,0.3,0-0.5c0-0.5,0,0.2,0-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.6,96.3C85.5,96.3,85.6,96.3,85.6,96.3c-0.5-0.1,0.1,0-0.4-0.1c-0.5-0.2,0.2,0.1-0.3-0.1c-0.5-0.3,0.1,0.1-0.3-0.2
+ c-0.4-0.3,0.1,0.1-0.3-0.2c-0.4-0.4,0.1,0.1-0.2-0.3c-0.3-0.4,0.1,0.1-0.2-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M83.9,95.1c-0.3-0.5,0.1,0.2-0.2-0.3c-0.2-0.6,0.1,0.2-0.1-0.4c-0.2-0.7,0,0.2-0.1-0.5c-0.1-0.7,0,0.2-0.1-0.5
+ c-0.1-0.7,0,0.2,0-0.5c0-0.7,0,0.2,0-0.5c0-0.7,0,0.2,0-0.5c0.1-0.7,0,0.2,0.1-0.5c0.2-0.7-0.1,0.2,0.1-0.5
+ c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.5-0.1,0.2,0.2-0.3c0.3-0.4-0.1,0.1,0.2-0.3c0.3-0.4-0.1,0.1,0.2-0.3c0.4-0.3-0.1,0.1,0.3-0.2
+ c0.4-0.3-0.1,0.1,0.3-0.2c0.5-0.2-0.2,0.1,0.3-0.1c0.5-0.1-0.2,0,0.3-0.1c0.1,0,0,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.4,96.1C85.4,96.1,85.4,96.1,85.4,96.1c-0.2-0.3,0.1,0.1-0.2-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.1,92.8c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.6,0,0.2,0.1-0.4c0.1-0.6,0,0.2,0.1-0.4
+ c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.6,96.3c-0.4-0.6,0.1,0.2-0.3-0.4c-0.3-0.5,0.1,0.2-0.2-0.4c-0.3-0.5,0.1,0.2-0.2-0.4c0-0.1,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85,95.2c-0.2-0.4,0,0.2-0.1-0.3c-0.1-0.5,0,0.2-0.1-0.3c-0.1-0.5,0,0.2,0-0.3c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M84.7,94c0-0.2,0,0.1,0-0.1c0-0.5,0,0.2,0-0.4c0.1-0.6,0,0.2,0.1-0.4c0.2-0.6-0.1,0.2,0.1-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.8,94.9c0-0.3,0,0.1,0-0.2c-0.1-0.6,0,0.2-0.1-0.4c-0.2-0.6,0.1,0.2-0.1-0.4c-0.2-0.6,0.1,0.2-0.1-0.4c-0.2-0.6,0.1,0.2-0.2-0.4
+ c-0.3-0.6,0.1,0.2-0.2-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.8,94.7c-0.1-0.5,0,0.2-0.1-0.3c-0.1-0.7,0,0.2-0.1-0.5c-0.1-0.7,0,0.2,0-0.5c0-0.8,0,0.3,0-0.5c0-0.8,0,0.3,0-0.5
+ c0-0.8,0,0.3,0-0.5c0.1-0.7,0,0.2,0.1-0.5c0.1-0.7,0,0.2,0.1-0.5c0.1-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85,92.8c-0.2-0.6,0.1,0.2-0.1-0.4c-0.1-0.6,0,0.2-0.1-0.4c-0.1-0.5,0,0.2,0-0.4c0-0.2,0,0.1,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M84.7,91.5c0-0.3,0,0.1,0-0.2c0.1-0.5,0,0.2,0-0.3c0.1-0.5-0.1,0.2,0.1-0.3c0.2-0.4-0.1,0.1,0.1-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85,90.3C85,90.2,85,90.3,85,90.3c0.3-0.6-0.1,0.1,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.4-0.6-0.1,0.2,0.3-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.9,181.7C97.8,181.7,97.9,181.7,97.9,181.7c-0.9,0.2,0.3-0.1-0.6,0.2c-0.8,0.3,0.3-0.1-0.5,0.2c-0.8,0.4,0.2-0.1-0.5,0.3
+ c-0.7,0.5,0.2-0.2-0.5,0.3c-0.6,0.6,0.2-0.2-0.4,0.4c-0.6,0.6,0.2-0.2-0.4,0.4c-0.5,0.7,0.1-0.2-0.3,0.5c-0.4,0.8,0.1-0.3-0.3,0.5
+ c-0.3,0.8,0.1-0.3-0.2,0.6c-0.2,0.9,0-0.3-0.1,0.6c-0.1,0.9,0-0.3,0,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M94,189.8c0,0.6,0-0.2,0,0.4c-0.2,0.7,0.1-0.2-0.1,0.4c-0.3,0.6,0.1-0.2-0.2,0.4c-0.4,0.6,0.2-0.2-0.3,0.4
+ c-0.6,0.5,0.2-0.1-0.4,0.3c-0.7,0.4,0.3-0.1-0.5,0.3c-0.9,0.3,0.3-0.1-0.6,0.2c-1,0.1,0.3,0-0.7,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.2,194.3c1.2,0-0.4,0,0.8,0c1-0.2-0.3,0.1,0.7-0.1c0.9-0.3-0.3,0.1,0.6-0.2c0.8-0.4-0.3,0.1,0.5-0.2c0.8-0.5-0.2,0.2,0.5-0.3
+ c0.7-0.6-0.2,0.2,0.5-0.4c0.6-0.6-0.2,0.2,0.4-0.4c0.5-0.7-0.2,0.2,0.3-0.5c0.4-0.8-0.1,0.3,0.3-0.5c0.3-0.9-0.1,0.3,0.2-0.6
+ c0.2-0.9,0,0.3,0.1-0.6c0.1-0.9,0,0.3,0-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M96.1,186.2c0-0.7,0,0.2,0-0.4c0.2-0.7-0.1,0.2,0.1-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.4-0.6-0.2,0.2,0.3-0.4c0.5-0.5-0.2,0.1,0.4-0.3
+ c0.6-0.4-0.2,0.1,0.4-0.3c0.7-0.3-0.2,0.1,0.5-0.2c0.7-0.1-0.3,0,0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.3,192.2c-1.2-0.1,0.4,0.1-0.8-0.1c-1.1-0.2,0.3,0.1-0.7-0.2c-0.9-0.4,0.3,0.2-0.6-0.3c-0.7-0.5,0.2,0.2-0.5-0.3
+ c-0.5-0.5,0.2,0.2-0.3-0.4c-0.4-0.6,0.1,0.2-0.2-0.4c-0.2-0.6,0.1,0.2-0.1-0.4c-0.1-0.6,0,0.2,0-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200.4,189.8c0.1,0.6,0-0.2,0,0.4c0.2,0.7-0.1-0.2,0.1,0.4c0.4,0.6-0.1-0.2,0.2,0.4c0.5,0.6-0.2-0.2,0.3,0.4
+ c0.7,0.5-0.2-0.1,0.5,0.3c0.9,0.4-0.3-0.1,0.6,0.3c0.1,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M198.9,186.2c-0.1-0.9,0,0.3,0-0.6c-0.2-0.9,0.1,0.3-0.2-0.6c-0.3-0.8,0.1,0.3-0.2-0.6c-0.4-0.8,0.2,0.2-0.3-0.5
+ c-0.5-0.7,0.2,0.2-0.4-0.5c-0.6-0.6,0.2,0.2-0.4-0.4c-0.7-0.6,0.3,0.2-0.5-0.4c-0.8-0.5,0.3,0.2-0.6-0.3c-0.9-0.4,0.3,0.1-0.6-0.3
+ c-0.9-0.3,0.3,0.1-0.6-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M195.1,181.8c-0.1,0-0.2,0-0.2-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M194.9,181.8c-0.2,0-0.3-0.1-0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M195.1,181.6c1.1,0.1-0.4,0,0.8,0.1c1.1,0.2-0.4-0.1,0.7,0.1c1,0.3-0.3-0.1,0.6,0.2c0.9,0.4-0.3-0.1,0.6,0.3
+ c0.8,0.5-0.3-0.2,0.6,0.3c0.8,0.6-0.2-0.2,0.5,0.4c0.7,0.6-0.2-0.2,0.4,0.4c0.6,0.7-0.2-0.2,0.4,0.5c0.5,0.8-0.1-0.3,0.3,0.5
+ c0.4,0.8-0.1-0.3,0.2,0.6c0.2,0.9-0.1-0.3,0.2,0.6c0.1,0.9,0-0.3,0,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M193.5,183.7c0.9,0.1-0.3-0.1,0.6,0.1c0.9,0.2-0.3-0.1,0.6,0.2c0.8,0.4-0.2-0.1,0.5,0.3c0.7,0.5-0.2-0.2,0.4,0.3
+ c0.5,0.6-0.2-0.2,0.3,0.4c0.4,0.6-0.1-0.2,0.2,0.4c0.2,0.7-0.1-0.2,0.1,0.4c0.1,0.7,0-0.2,0,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M196.4,189.8c0.1,0.9,0-0.3,0,0.6c0.2,0.9-0.1-0.3,0.2,0.6c0.3,0.9-0.1-0.3,0.2,0.6c0.5,0.8-0.2-0.3,0.3,0.5
+ c0.6,0.7-0.2-0.2,0.4,0.5c0.7,0.7-0.2-0.2,0.5,0.4c0.8,0.6-0.3-0.2,0.5,0.4c0.9,0.5-0.3-0.1,0.6,0.3c1,0.4-0.3-0.1,0.6,0.2
+ c1,0.3-0.4-0.1,0.7,0.2c1.2,0.2-0.4,0,0.8,0.1c1.4,0.1-0.5,0,0.9,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M104.2,171.3c0.7,0.1-0.2-0.1,0.5,0.1c0.7,0.3-0.2-0.1,0.4,0.2c0.6,0.4-0.2-0.2,0.4,0.3c0.6,0.6-0.2-0.2,0.4,0.4
+ c0.5,0.8-0.2-0.3,0.3,0.5c0.5,0.9-0.1-0.3,0.3,0.6c0.4,1-0.1-0.3,0.3,0.7c0.3,1.1-0.1-0.4,0.2,0.7c0.2,1.2,0-0.4,0.1,0.8
+ c0.1,1.2,0-0.4,0,0.8c0,1.2,0-0.4,0,0.8c-0.2,1.2,0.1-0.4-0.1,0.8c-0.3,1.1,0.1-0.4-0.2,0.8c-0.4,1,0.1-0.3-0.3,0.7
+ c-0.4,0.9,0.2-0.3-0.3,0.6c-0.5,0.8,0.2-0.2-0.4,0.5c-0.6,0.6,0.2-0.2-0.4,0.4c-0.6,0.5,0.2-0.1-0.4,0.3c-0.6,0.3,0.2-0.1-0.4,0.2
+ c-0.7,0.1,0.2,0-0.5,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M103.4,184.4c-1.1-0.1,0.4,0.1-0.7-0.1c-1.1-0.3,0.3,0.2-0.7-0.2c-1-0.6,0.3,0.2-0.7-0.4c-1-0.8,0.3,0.3-0.6-0.5
+ c-0.9-1,0.3,0.4-0.6-0.7c-0.8-1.2,0.2,0.4-0.5-0.8c-0.7-1.4,0.2,0.5-0.4-0.9c-0.5-1.5,0.2,0.5-0.4-1c-0.4-1.6,0.1,0.5-0.3-1.1
+ c-0.3-1.7,0.1,0.6-0.2-1.1c-0.1-1.7,0,0.6-0.1-1.1c0.1-1.7,0,0.6,0.1-1.1c0.2-1.7-0.1,0.6,0.2-1.1c0.4-1.6-0.1,0.5,0.3-1.1
+ c0.5-1.5-0.2,0.5,0.4-1c0.6-1.4-0.2,0.4,0.4-0.9c0.8-1.2-0.3,0.4,0.5-0.8c0.9-1-0.3,0.3,0.6-0.7c0.9-0.8-0.3,0.3,0.6-0.5
+ c1-0.6-0.4,0.2,0.7-0.4c1.1-0.4-0.4,0.1,0.7-0.2c1.1-0.2-0.4,0,0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M104.2,184.4c1.1-0.1-0.4,0.1,0.7-0.1c1.1-0.3-0.3,0.2,0.7-0.2c1-0.6-0.3,0.2,0.7-0.4c1-0.8-0.3,0.3,0.6-0.5c0.9-1-0.3,0.4,0.6-0.7
+ c0.8-1.2-0.2,0.4,0.5-0.8c0.7-1.4-0.2,0.5,0.4-0.9c0.5-1.5-0.2,0.5,0.4-1c0.4-1.6-0.1,0.5,0.3-1.1c0.3-1.7-0.1,0.6,0.2-1.1
+ c0.1-1.7,0,0.6,0.1-1.1c-0.1-1.7,0,0.6-0.1-1.1c-0.2-1.7,0.1,0.6-0.2-1.1c-0.4-1.6,0.1,0.5-0.3-1.1c-0.5-1.5,0.2,0.5-0.4-1
+ c-0.6-1.4,0.2,0.4-0.4-0.9c-0.8-1.2,0.3,0.4-0.5-0.8c-0.9-1,0.3,0.3-0.6-0.7c-0.9-0.8,0.3,0.3-0.6-0.5c-1-0.6,0.4,0.2-0.7-0.4
+ c-1.1-0.4,0.4,0.1-0.7-0.2c-1.1-0.2,0.4,0-0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M103.4,182.6c-0.9-0.1,0.3,0.1-0.6-0.1c-0.9-0.3,0.3,0.1-0.6-0.2c-0.9-0.5,0.3,0.2-0.6-0.4c-0.8-0.7,0.2,0.3-0.5-0.5
+ c-0.7-0.9,0.2,0.3-0.5-0.6c-0.6-1.1,0.2,0.4-0.4-0.7c-0.5-1.2,0.1,0.4-0.3-0.8c-0.4-1.3,0.1,0.5-0.2-0.9c-0.2-1.4,0.1,0.5-0.1-0.9
+ c-0.1-1.5,0,0.5,0-1c0.1-1.5,0,0.5,0-1c0.2-1.4-0.1,0.5,0.1-0.9c0.3-1.4-0.1,0.4,0.2-0.9c0.5-1.3-0.2,0.4,0.3-0.8
+ c0.6-1.1-0.2,0.4,0.4-0.7c0.7-1-0.3,0.3,0.5-0.6c0.8-0.8-0.3,0.2,0.5-0.5c0.9-0.6-0.3,0.2,0.6-0.4c0.9-0.4-0.3,0.1,0.6-0.2
+ c0.9-0.1-0.3,0,0.6-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M103.4,184.4c1.1-0.1-0.4,0.1,0.7-0.1c1.1-0.3-0.3,0.2,0.7-0.2c1-0.6-0.3,0.2,0.7-0.4c1-0.8-0.3,0.3,0.6-0.5c0.9-1-0.3,0.4,0.6-0.7
+ c0.8-1.2-0.2,0.4,0.5-0.8c0.7-1.4-0.2,0.5,0.4-0.9c0.5-1.5-0.2,0.5,0.4-1c0.4-1.6-0.1,0.5,0.3-1.1c0.3-1.7-0.1,0.6,0.2-1.1
+ c0.1-1.7,0,0.6,0.1-1.1c-0.1-1.7,0,0.6-0.1-1.1c-0.2-1.7,0.1,0.6-0.2-1.1c-0.4-1.6,0.1,0.5-0.3-1.1c-0.5-1.5,0.2,0.5-0.4-1
+ c-0.6-1.4,0.2,0.4-0.4-0.9c-0.8-1.2,0.3,0.4-0.5-0.8c-0.9-1,0.3,0.3-0.6-0.7c-0.9-0.8,0.3,0.3-0.6-0.5c-1-0.6,0.4,0.2-0.7-0.4
+ c-1.1-0.4,0.4,0.1-0.7-0.2c-1.1-0.2,0.4,0-0.7-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M104.2,181.6c-0.8-0.1,0.3,0.1-0.5-0.1c-0.8-0.3,0.3,0.1-0.5-0.2c-0.8-0.5,0.2,0.2-0.5-0.3c-0.7-0.7,0.2,0.3-0.5-0.5
+ c-0.6-0.9,0.2,0.3-0.4-0.6c-0.5-1,0.1,0.3-0.3-0.7c-0.4-1.1,0.1,0.4-0.3-0.8c-0.3-1.2,0.1,0.4-0.2-0.8c-0.2-1.3,0,0.4-0.1-0.8
+ c0-1.3,0,0.4,0-0.9c0.1-1.3-0.1,0.4,0.1-0.8c0.2-1.2-0.1,0.4,0.2-0.8c0.4-1.1-0.1,0.4,0.3-0.8c0.5-1-0.2,0.3,0.3-0.7
+ c0.6-0.9-0.2,0.3,0.4-0.6c0.7-0.7-0.2,0.2,0.5-0.5c0.7-0.5-0.3,0.1,0.5-0.3c0.8-0.3-0.3,0.1,0.5-0.2c0.8-0.1-0.3,0,0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M103.4,182.6c0.9-0.1-0.3,0.1,0.6-0.1c0.9-0.3-0.3,0.1,0.6-0.2c0.9-0.5-0.3,0.2,0.6-0.4c0.8-0.7-0.2,0.3,0.5-0.5
+ c0.7-0.9-0.2,0.3,0.5-0.6c0.6-1.1-0.2,0.4,0.4-0.7c0.5-1.2-0.1,0.4,0.3-0.8c0.4-1.3-0.1,0.5,0.2-0.9c0.2-1.4-0.1,0.5,0.1-0.9
+ c0.1-1.5,0,0.5,0-1c-0.1-1.5,0,0.5,0-1c-0.2-1.4,0.1,0.5-0.1-0.9c-0.3-1.4,0.1,0.4-0.2-0.9c-0.5-1.3,0.2,0.4-0.3-0.8
+ c-0.6-1.1,0.2,0.4-0.4-0.7c-0.7-1,0.3,0.3-0.5-0.6c-0.8-0.8,0.3,0.2-0.5-0.5c-0.9-0.6,0.3,0.2-0.6-0.4c-0.9-0.4,0.3,0.1-0.6-0.2
+ c-0.9-0.1,0.3,0-0.6-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M141.4,183.7c0.5,0.1-0.1,0,0.3,0.1c0.4,0.2-0.1-0.1,0.3,0.2c0.4,0.4-0.1-0.1,0.3,0.3c0.3,0.5-0.1-0.2,0.2,0.3
+ c0.3,0.6-0.1-0.2,0.2,0.4c0.2,0.6-0.1-0.2,0.1,0.4c0.1,0.7,0-0.2,0.1,0.4c0,0.7,0-0.2,0,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M142.9,189.8c0,0.9,0-0.3,0,0.6c0.1,0.9-0.1-0.3,0.1,0.6c0.2,0.9-0.1-0.3,0.1,0.6c0.2,0.8-0.1-0.3,0.2,0.5c0.3,0.7-0.1-0.2,0.2,0.5
+ c0.4,0.7-0.1-0.2,0.2,0.4c0.4,0.6-0.2-0.2,0.3,0.4c0.5,0.5-0.2-0.1,0.3,0.3c0.5,0.4-0.2-0.1,0.3,0.2c0.5,0.3-0.2-0.1,0.4,0.2
+ c0.6,0.2-0.2,0,0.4,0.1c0.7,0.1-0.2,0,0.5,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M157,181.6c0.6,0.1-0.2-0.1,0.4,0.1c0.6,0.2-0.2-0.1,0.4,0.1c0.5,0.3-0.2-0.1,0.3,0.2c0.5,0.4-0.1-0.1,0.3,0.3
+ c0.4,0.5-0.1-0.2,0.3,0.3c0.4,0.6-0.1-0.2,0.3,0.4c0.3,0.6-0.1-0.2,0.2,0.4c0.3,0.7-0.1-0.2,0.2,0.5c0.2,0.8-0.1-0.3,0.2,0.5
+ c0.2,0.8-0.1-0.3,0.1,0.6c0.1,0.9,0-0.3,0.1,0.6c0,0.9,0-0.3,0,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M159.7,189.8c0,0.6,0-0.2,0,0.4c0,0.3,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M144.2,186.2c0-0.9,0,0.3,0-0.6c-0.1-0.9,0,0.3-0.1-0.6c-0.2-0.8,0.1,0.3-0.1-0.6c-0.2-0.8,0.1,0.3-0.2-0.5
+ c-0.3-0.7,0.1,0.2-0.2-0.5c-0.3-0.6,0.1,0.2-0.2-0.4c-0.4-0.6,0.1,0.2-0.3-0.4c-0.4-0.5,0.1,0.2-0.3-0.3c-0.4-0.4,0.2,0.1-0.3-0.3
+ c-0.5-0.3,0.2,0.1-0.3-0.2c-0.5-0.2,0.2,0.1-0.4-0.1c-0.6-0.1,0.2,0-0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M145.9,192.2c-0.6-0.1,0.2,0.1-0.4-0.1c-0.5-0.2,0.2,0.1-0.4-0.2c-0.5-0.4,0.1,0.1-0.3-0.3c-0.4-0.5,0.1,0.2-0.2-0.3
+ c-0.3-0.5,0.1,0.2-0.2-0.4c-0.2-0.6,0.1,0.2-0.1-0.4c-0.1-0.6,0,0.2-0.1-0.4c0-0.6,0,0.2,0-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M177.5,64.1c0-0.4,0,0.1,0-0.2c0.1-0.3,0,0.1,0.1-0.2c0.1-0.3-0.1,0.1,0.1-0.2c0.2-0.3-0.1,0.1,0.1-0.2c0.2-0.2-0.1,0.1,0.2-0.1
+ c0.2-0.1-0.1,0,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.5,64.1c0-0.4,0,0.1,0-0.2c0.1-0.3,0,0.1,0.1-0.2c0.1-0.3-0.1,0.1,0.1-0.2c0.2-0.3-0.1,0.1,0.1-0.2c0.2-0.2-0.1,0.1,0.2-0.1
+ c0.3-0.2-0.1,0,0.2-0.1c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M181.5,42.7c0.5-0.6-0.2,0.2,0.3-0.4c0.6-0.5-0.2,0.1,0.4-0.3c0.6-0.4-0.2,0.1,0.4-0.2c0.6-0.2-0.2,0.1,0.4-0.1
+ c0.6-0.1-0.2,0,0.4,0c0.6,0.1-0.2,0,0.4,0c0.6,0.2-0.2-0.1,0.4,0.1c0.1,0.1,0,0,0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.1,44.7c-0.3,0.9,0.1-0.3-0.2,0.6c-0.4,0.9,0.2-0.3-0.3,0.6c-0.5,0.9,0.2-0.3-0.4,0.6c-0.6,0.8,0.2-0.2-0.4,0.5
+ c-0.7,0.7,0.3-0.2-0.5,0.4c-0.8,0.6,0.3-0.2-0.5,0.4c-0.8,0.4,0.3-0.1-0.6,0.3c-0.8,0.3,0.3-0.1-0.6,0.2c-0.8,0.1,0.3,0-0.6,0.1
+ c-0.8-0.1,0.3,0.1-0.5-0.1c-0.5-0.1,0.2,0.1-0.3-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.2,65.3C184.1,65.2,184.2,65.3,184.2,65.3c-0.3-0.1,0.1,0-0.2-0.1c-0.2-0.2,0.1,0.1-0.2-0.1c-0.2-0.3,0.1,0.1-0.1-0.2
+ c-0.2-0.3,0,0.1-0.1-0.2c-0.1-0.3,0,0.1-0.1-0.2c0-0.4,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178.2,65.2c-0.2-0.1,0.1,0-0.1-0.1c-0.3-0.2,0.1,0.1-0.2-0.1c-0.2-0.3,0.1,0.1-0.1-0.2c-0.2-0.3,0,0.1-0.1-0.2
+ c-0.1-0.3,0,0.1-0.1-0.2c0-0.4,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184,41.7c0.2,0.2-0.1-0.1,0.1,0.2c0.3,0.6-0.1-0.2,0.2,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M175.3,51.4c0,0.5,0-0.2,0,0.4c0,0.6,0-0.2,0,0.4c0,0.6,0-0.2,0,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M180.7,48.5c-0.3-0.2,0.1,0.1-0.2-0.1c-0.6-0.5,0.2,0.2-0.4-0.4c-0.5-0.7,0.1,0.2-0.3-0.4c-0.3-0.8,0.1,0.3-0.2-0.5
+ c-0.2-0.9,0,0.3-0.1-0.6c0-0.9,0,0.3,0-0.6c0.1-0.9-0.1,0.3,0.1-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M186.6,52.5c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.3,64.1c0,0.4,0-0.1,0,0.2c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.3,0.1-0.1-0.1,0.2c-0.2,0.3,0.1-0.1-0.1,0.2
+ c-0.2,0.2,0.1-0.1-0.2,0.1c-0.3,0.2,0.1,0-0.2,0.1c-0.3,0.1,0.1,0-0.2,0.1c-0.3,0,0.1,0-0.2,0c-0.2-0.1,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M186.1,51.7c0-0.6,0,0.2,0-0.4c0-0.6,0,0.2,0-0.4c0-0.5,0,0.2,0-0.3c-0.1-0.5,0,0.2,0-0.3c-0.1-0.4,0,0.1,0-0.3
+ c-0.1-0.4,0,0.1-0.1-0.2c-0.1-0.3,0,0.1-0.1-0.2c-0.1-0.3,0,0.1-0.1-0.2c-0.1-0.2,0.1,0.1-0.1-0.1c-0.2-0.1,0.1,0-0.1-0.1
+ c-0.2-0.1,0.1,0-0.1,0c-0.2,0,0.1,0-0.1,0c-0.2,0.1,0.1,0-0.1,0.1c-0.2,0.2,0.1-0.1-0.2,0.1c-0.2,0.2,0.1-0.1-0.2,0.2
+ c-0.2,0.3,0.1-0.1-0.2,0.2c-0.2,0.3,0.1-0.1-0.2,0.2c-0.2,0.4,0.1-0.1-0.2,0.3c-0.2,0.4,0.1-0.1-0.2,0.3c-0.3,0.5,0.1-0.2-0.2,0.3
+ c-0.3,0.5,0.1-0.2-0.2,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178.2,63.1c0.2-0.1-0.1,0,0.2,0c0.3,0-0.1,0,0.2,0c0.3,0.1-0.1,0,0.2,0.1c0.3,0.2-0.1-0.1,0.2,0.1c0.3,0.3-0.1-0.1,0.2,0.2
+ c0.2,0.3-0.1-0.1,0.1,0.2c0.1,0.4,0-0.1,0.1,0.3c0.1,0.4,0-0.1,0,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M179.3,51.2c0-0.6,0,0.2,0-0.4c0-0.5,0,0.2,0-0.3c-0.1-0.4,0,0.1,0-0.3c-0.1-0.4,0,0.1-0.1-0.3c-0.1-0.3,0,0.1-0.1-0.2
+ c-0.1-0.3,0,0.1-0.1-0.2c-0.1-0.2,0.1,0.1-0.1-0.2c-0.2-0.2,0.1,0-0.1-0.1c-0.2-0.1,0.1,0-0.1-0.1c-0.2,0,0.1,0-0.1,0
+ c-0.2,0,0.1,0-0.1,0c-0.2,0.1,0.1,0-0.1,0.1c-0.2,0.2,0.1-0.1-0.2,0.1c-0.2,0.2,0.1-0.1-0.2,0.2c-0.2,0.3,0.1-0.1-0.2,0.2
+ c-0.2,0.4,0.1-0.1-0.2,0.2c-0.2,0.4,0.1-0.1-0.2,0.3c-0.2,0.5,0.1-0.2-0.2,0.3c-0.3,0.5,0.1-0.2-0.2,0.3c-0.3,0.6,0.1-0.2-0.2,0.4
+ c-0.3,0.6,0.1-0.2-0.2,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178.2,63.1C178.2,63,178.1,63.1,178.2,63.1c0.4-0.1-0.1,0,0.3-0.1c0.3,0-0.1,0,0.2,0c0.3,0.1-0.1,0,0.2,0.1
+ c0.3,0.1-0.1-0.1,0.2,0.1c0.3,0.2-0.1-0.1,0.2,0.1c0.2,0.3-0.1-0.1,0.1,0.2c0.2,0.3,0-0.1,0.1,0.2c0.1,0.3,0-0.1,0.1,0.2
+ c0,0.4,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.7,51.7c0.1,1,0-0.3,0.1,0.6c0.1,0.9,0-0.3,0.1,0.6c0.1,0.9,0-0.3,0.1,0.6c0.1,0.8,0-0.3,0.1,0.5c0.1,0.7,0-0.2,0.1,0.5
+ c0.1,0.6,0-0.2,0.1,0.4c0.1,0.5,0-0.2,0.1,0.4c0.1,0.5,0-0.2,0.1,0.3c0.1,0.4,0-0.1,0,0.3c0.1,0.4,0-0.1,0,0.3c0.1,0.4,0-0.1,0,0.2
+ c0.1,0.3,0-0.1,0,0.2c0.1,0.3,0-0.1,0,0.2c0.1,0.3,0-0.1,0,0.2c0.1,0.2,0-0.1,0,0.2c0.1,0.2,0-0.1,0,0.1c0.1,0.2,0-0.1,0,0.1
+ c0.1,0.2,0-0.1,0.1,0.1c0.1,0.2,0-0.1,0.1,0.1c0.1,0.1,0,0,0.1,0.1c0.1,0.1,0,0,0.1,0.1c0.1,0.1,0,0,0.1,0c0.1,0,0,0,0.1,0
+ c0.1,0,0,0,0.1,0c0.1-0.1,0,0,0.1-0.1c0.1-0.1,0,0,0.1-0.1c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0-0.1
+ c0.1-0.2,0,0.1,0-0.2c0.1-0.3,0,0.1,0-0.2c0.1-0.3,0,0.1,0-0.2c0.1-0.3,0,0.1,0-0.2c0.1-0.3,0,0.1,0-0.2c0.1-0.4,0,0.1,0-0.3
+ c0.1-0.4,0,0.1,0-0.3c0.1-0.5,0,0.2,0-0.3c0.1-0.5,0,0.2,0-0.3c0.1-0.6,0,0.2,0-0.4c0.1-0.6,0,0.2,0-0.4c0.1-0.7,0,0.2,0-0.4
+ c0.1-0.7,0,0.2,0-0.5c0.1-0.8,0,0.3,0-0.5c0.1-0.9,0,0.3,0-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.8,51.7c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.3,0-0.1,0,0.2c0,0.3,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.1,52.5c0.5-0.2-0.2,0.1,0.3-0.1c0.5-0.2-0.2,0.1,0.3-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.1,52.5c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.1,52c0.5-0.2-0.2,0.1,0.4-0.1c0.5-0.2-0.2,0.1,0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.8,51.2c-0.1,0.2,0-0.1-0.1,0.2c-0.1,0.3,0-0.1,0,0.2c0,0.3,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M179.3,51.7c2.3-0.3-0.8,0,1.5-0.2c2.2,0-0.7,0,1.5,0c2.2,0.2-0.7-0.1,1.4,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M179.3,51.7c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.2,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M179.3,51.2c2.3-0.3-0.8,0,1.5-0.2c2.2,0-0.7,0,1.5,0c2.2,0.2-0.7-0.1,1.5,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M186,52.3c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M186.1,51.7c0.5,0.2-0.2-0.1,0.3,0.1c0.5,0.2-0.2-0.1,0.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M186,52.3c0.4,0.2-0.1-0.1,0.3,0.1c0.4,0.2-0.1-0.1,0.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.4,41.9c0.4,0.3-0.1-0.1,0.2,0.2c0.4,0.5-0.1-0.2,0.3,0.3c0.3,0.6-0.1-0.2,0.2,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.7,52.3c0.1,0.8,0-0.3,0,0.5c0.1,0.8,0-0.3,0,0.5c0.1,0.7,0-0.2,0.1,0.5c0.1,0.6,0-0.2,0.1,0.4c0.1,0.6,0-0.2,0,0.4
+ c0.1,0.5,0-0.2,0,0.4c0.1,0.5,0-0.2,0,0.3c0.1,0.5,0-0.1,0,0.3c0.1,0.4,0-0.1,0,0.3c0.1,0.4,0-0.1,0,0.3c0.1,0.3,0-0.1,0,0.2
+ c0.1,0.3,0-0.1,0,0.2c0.1,0.3,0-0.1,0,0.2c0.1,0.3,0-0.1,0,0.2c0.1,0.2,0-0.1,0.1,0.2c0.1,0.2,0-0.1,0.1,0.2c0.1,0.2,0-0.1,0.1,0.1
+ c0.1,0.2,0-0.1,0.1,0.1c0.1,0.2,0-0.1,0.1,0.1c0.1,0.1,0,0,0.1,0.1c0.1,0.1,0,0,0.1,0.1c0.1,0.1,0,0,0.1,0c0.1,0,0,0,0.1,0
+ c0.1-0.1,0,0,0.1,0c0.1-0.1,0,0,0.1-0.1c0.1-0.1,0,0,0.1-0.1c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0.1-0.1
+ c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0.1-0.2c0.1-0.3,0,0.1,0.1-0.2c0.1-0.3,0,0.1,0.1-0.2c0.1-0.3,0,0.1,0.1-0.2
+ c0.1-0.3,0,0.1,0-0.2c0.1-0.4,0,0.1,0.1-0.3c0.1-0.4,0,0.1,0.1-0.3c0.1-0.4,0,0.1,0.1-0.3c0.1-0.5,0,0.2,0.1-0.3
+ c0.1-0.5,0,0.2,0-0.3c0.1-0.5,0,0.2,0.1-0.4c0.1-0.6,0,0.2,0-0.4c0.1-0.6,0,0.2,0-0.4c0.1-0.6,0,0.2,0-0.4c0.1-0.7,0,0.2,0-0.5
+ c0.1-0.7,0,0.2,0-0.5c0.1-0.7,0,0.2,0-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M186,45.2c-0.3,0.9,0.1-0.3-0.2,0.6c-0.4,0.9,0.2-0.3-0.3,0.6c-0.5,0.9,0.2-0.3-0.4,0.6c-0.6,0.8,0.2-0.2-0.4,0.5
+ c-0.7,0.7,0.3-0.2-0.5,0.4c-0.8,0.6,0.3-0.2-0.5,0.4c-0.8,0.4,0.3-0.1-0.6,0.3c-0.8,0.3,0.3-0.1-0.6,0.2c-0.8,0.1,0.3,0-0.6,0.1
+ c-0.8-0.1,0.3,0.1-0.5-0.1c-0.8-0.2,0.2,0.1-0.5-0.2c-0.4-0.2,0.1,0.1-0.3-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.2,64.1c0,0.4,0-0.1,0,0.3c-0.1,0.4,0-0.1-0.1,0.3c-0.2,0.3,0.1-0.1-0.1,0.2c-0.2,0.3,0.1-0.1-0.2,0.2
+ c-0.3,0.2,0.1-0.1-0.2,0.1c-0.3,0.1,0.1,0-0.2,0.1c-0.3,0,0.1,0-0.2,0c-0.1,0,0,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.2,64.1C184.2,64.3,184.2,64.1,184.2,64.1c0,0.2,0,0,0,0.2c-0.1,0.1,0,0,0,0.1c-0.1,0.1,0,0-0.1,0.1c-0.1,0.1,0,0-0.1,0
+ c-0.1,0,0,0-0.1,0c-0.1,0,0,0-0.1,0c-0.1,0,0,0-0.1,0c-0.1-0.1,0,0-0.1,0c-0.1-0.1,0,0-0.1-0.1c-0.1-0.1,0,0,0-0.1c0-0.1,0,0,0-0.1
+ c0-0.1,0,0,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.7,64.1C183.7,64,183.7,64.2,183.7,64.1c0-0.2,0,0,0-0.2c0.1-0.1,0,0,0-0.1c0.1-0.1,0,0,0.1-0.1c0.1-0.1,0,0,0.1,0
+ c0.1,0,0,0,0.1,0c0.1,0,0,0,0.1,0c0.1,0,0,0,0.1,0c0.1,0.1,0,0,0.1,0c0.1,0.1,0,0,0.1,0.1c0.1,0.1,0,0,0,0.1c0,0.1,0,0,0,0.1
+ c0,0.1,0,0,0,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M179.4,64.1c0,0.4,0-0.1,0,0.3c-0.1,0.4,0.1-0.1-0.1,0.3c-0.2,0.3,0.1-0.1-0.1,0.2c-0.2,0.3,0.1-0.1-0.2,0.2
+ c-0.3,0.2,0.1-0.1-0.2,0.1c-0.3,0.1,0.1,0-0.2,0.1c-0.3,0,0.1,0-0.2,0c-0.2,0,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.2,63c0.2-0.1-0.1,0,0.2,0c0.3,0-0.1,0,0.2,0c0.3,0.1-0.1,0,0.2,0.1c0.3,0.1-0.1-0.1,0.2,0.1c0.2,0.2-0.1-0.1,0.2,0.1
+ c0.2,0.3-0.1-0.1,0.1,0.2c0.1,0.3,0-0.1,0.1,0.2c0.1,0.3,0-0.1,0.1,0.2c0,0.4,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.1,63C184.3,63,184.1,63.1,184.1,63c0.4,0,0,0,0.3,0c0.3,0.1-0.1,0,0.2,0.1c0.3,0.2-0.1-0.1,0.2,0.1c0.2,0.3-0.1-0.1,0.2,0.2
+ c0.2,0.3,0-0.1,0.1,0.2c0.1,0.4,0-0.1,0.1,0.3c0,0.4,0-0.1,0,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178.4,64.1C178.4,64.3,178.4,64.1,178.4,64.1c0,0.2,0,0,0,0.2c-0.1,0.1,0,0,0,0.1c-0.1,0.1,0,0-0.1,0.1c-0.1,0.1,0,0-0.1,0
+ c-0.1,0,0,0-0.1,0c-0.1,0,0,0-0.1,0c-0.1,0,0,0-0.1,0c-0.1-0.1,0,0-0.1,0c-0.1-0.1,0,0-0.1-0.1c-0.1-0.1,0,0,0-0.1c0-0.1,0,0,0-0.1
+ c0-0.1,0,0,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M177.8,64.1C177.8,64,177.8,64.2,177.8,64.1c0-0.2,0,0,0-0.2c0.1-0.1,0,0,0-0.1c0.1-0.1,0,0,0.1-0.1c0.1-0.1,0,0,0.1,0
+ c0.1,0,0,0,0.1,0c0.1,0,0,0,0.1,0c0.1,0,0,0,0.1,0c0.1,0.1,0,0,0.1,0c0.1,0.1,0,0,0.1,0.1c0.1,0.1,0,0,0,0.1c0,0.1,0,0,0,0.1
+ c0,0.1,0,0,0,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M179.5,64.1c0,0.4,0-0.1,0,0.2c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.3,0.1-0.1-0.1,0.2c-0.2,0.3,0.1-0.1-0.1,0.2
+ c-0.2,0.2,0.1-0.1-0.2,0.1c-0.3,0.2,0.1,0-0.2,0.1c-0.3,0.1,0.1,0-0.2,0.1c-0.3,0,0.1,0-0.2,0c-0.3-0.1,0.1,0-0.2-0.1
+ c-0.1,0,0,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71.4,142.5c-0.1,0.7,0-0.2-0.1,0.5c-0.2,0.8,0.1-0.3-0.2,0.5c-0.3,0.5,0.1-0.2-0.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71,184.4c0.3,0.5-0.1-0.2,0.2,0.3c0.3,0.8-0.1-0.3,0.2,0.5c0.1,0.5,0-0.2,0,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71,184.3C71,184.4,70.9,184.3,71,184.3c0.1,0.1,0,0.1,0.1,0.1c0.1-0.1,0,0,0-0.1c0-0.2,0,0.1,0-0.1c0-0.3,0,0.1,0-0.2
+ c0-0.4,0,0.1,0-0.3c0-0.4,0,0.1,0-0.3c-0.1-0.5,0,0.2,0-0.3c-0.1-0.6,0,0.2-0.1-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.4,150.8C66.5,150.8,66.4,150.8,66.4,150.8c0.2,0.1,0,0,0.2,0.1c0.2,0.1-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.4,177.4C66.5,177.4,66.4,177.4,66.4,177.4c0.2-0.1,0,0,0.2-0.1c0.2-0.1-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71,145.5c0.1-0.6,0,0.2,0.1-0.4c0.1-0.5,0,0.2,0-0.3c0-0.4,0,0.1,0-0.3c0-0.4,0,0.1,0-0.3c0-0.3,0,0.1,0-0.2c0-0.2,0,0.1,0-0.1
+ c-0.1-0.1,0,0,0-0.1c-0.1,0,0,0-0.1,0c-0.1,0.1,0,0-0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.5,153.3C91.5,153.2,91.5,153.3,91.5,153.3C91.5,153.2,91.5,153.3,91.5,153.3c0-0.2,0-0.1,0-0.1c0-0.1,0,0,0,0c0-0.1,0,0,0,0
+ c-0.1,0,0,0,0,0c-0.1,0,0,0-0.1,0c-0.1,0,0,0-0.1,0c-0.1,0,0,0-0.1,0c-0.2,0,0.1,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,155.1C90.7,155,90.7,155.2,90.7,155.1c0-0.3,0,0,0-0.2c0-0.2,0,0.1,0-0.1c0-0.2,0,0.1,0-0.1c0-0.2,0,0.1,0-0.1
+ c0-0.2,0,0.1,0-0.1c0-0.2,0,0.1,0-0.1c0-0.2,0,0.1,0-0.1c0-0.1,0,0,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,155.1C90.7,155.1,90.7,155.1,90.7,155.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.8,155.1c0.3,0-0.1,0,0.2,0c0.4,0-0.1,0,0.2,0c0.3,0-0.1,0,0.2,0c0.2,0-0.1,0,0.1,0c0.1,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,154.1C90.7,154.1,90.7,154.2,90.7,154.1C90.7,154.1,90.7,154.1,90.7,154.1C90.7,154.1,90.7,154.1,90.7,154.1
+ C90.6,154,90.7,154.1,90.7,154.1c0-0.1,0-0.1,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,154.1c0.4-0.1-0.1,0.1,0.3-0.1c0.4-0.2-0.1,0.1,0.2-0.1c0.3-0.3-0.1,0.1,0.2-0.2c0.2-0.3,0,0.1,0.1-0.2c0.1-0.4,0,0.1,0-0.2"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.1,153c-0.6,0.2,0.2-0.1-0.4,0.1c-0.6,0.3,0.2-0.1-0.4,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.3,153.3C90.3,153.3,90.3,153.3,90.3,153.3c-0.2,0.1,0.1,0-0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.1,153.4c-0.4,0.3,0.1-0.1-0.3,0.2c-0.5,0.5,0.2-0.2-0.3,0.3c-0.4,0.5,0.1-0.2-0.3,0.3c-0.2,0.5,0.1-0.2-0.2,0.4
+ c-0.1,0.4,0-0.1,0,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.1,154.9c0,0,0,0.1,0,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.5,154c0.4-0.2-0.1,0.1,0.2-0.1c0.3-0.3-0.1,0.1,0.2-0.2c0.2-0.4,0,0.2,0.1-0.3c0-0.5,0,0.2,0-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.1,156.6c0,0,0,0.1,0,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.1,156.7c0.1,0.4,0-0.1,0,0.3c0.2,0.6-0.1-0.2,0.2,0.4c0.4,0.5-0.1-0.2,0.3,0.3c0.5,0.5-0.2-0.1,0.3,0.3
+ c0.4,0.3-0.1-0.1,0.3,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.1,158.2c0.2,0.1-0.1,0,0.1,0.1c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.3,158.2c0.6,0.3-0.2-0.1,0.4,0.2c0.6,0.2-0.2,0,0.4,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.1,158.5c0.2,0-0.1,0,0.1,0c0.2,0-0.1,0,0.1,0c0.1-0.1,0,0,0.1,0c0.1-0.1,0,0.1,0.1-0.1c0-0.2,0,0.1,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.5,157.6c0.4,0.2-0.1-0.1,0.2,0.1c0.3,0.3-0.1-0.1,0.2,0.2c0.2,0.4,0-0.2,0.1,0.3c0,0.5,0-0.2,0,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.5,157.6C90.6,157.6,90.5,157.5,90.5,157.6C90.6,157.6,90.5,157.6,90.5,157.6c0.1,0,0.1,0,0.1,0c0-0.1,0,0,0,0c0-0.1,0,0,0-0.1"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,157.4c0-0.2,0,0.1,0-0.1c0-0.2,0,0.1,0-0.1c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,157.4c0.4,0.1-0.1-0.1,0.3,0.1c0.4,0.2-0.1-0.1,0.2,0.1c0.3,0.3-0.1-0.1,0.2,0.2c0.2,0.3,0-0.1,0.1,0.2c0.1,0.4,0-0.1,0,0.2"
+ />
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,155.1c-0.3,0,0.1,0-0.2,0c-0.3,0,0.1,0-0.2,0c-0.3,0,0.1,0-0.2,0c-0.2,0,0.1,0-0.1,0c-0.1,0,0,0-0.1,0c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M90.7,156.4c-0.3,0,0.1,0-0.2,0c-0.3,0,0.1,0-0.2,0c-0.3,0,0.1,0-0.2,0c-0.2,0,0.1,0-0.1,0c-0.1,0,0,0-0.1,0c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.3,180.8c0,0,0.1-0.1,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.5,180.7c0.3-0.2-0.1,0.1,0.2-0.1c0.9-0.7-0.3,0.2,0.6-0.5c0.8-0.8-0.2,0.3,0.5-0.5c0.7-0.9-0.2,0.3,0.4-0.6
+ c0.1-0.2,0,0.1,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200.4,181.5C200.3,181.5,200.4,181.5,200.4,181.5c-0.8,0.1,0.2,0-0.5,0.1c-0.6,0,0.2,0-0.4,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200.4,181.5c0.2,0-0.1,0,0.1,0c0.6-0.1-0.2,0.1,0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M201,181.4c0.3-0.1-0.1,0,0.2-0.1c0.9-0.3-0.3,0.1,0.6-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M201.8,181.1c0.2-0.1,0.3-0.2,0.5-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.2,180.9c0,0,0.1,0,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.5,180.4c0.3,1.1-0.1-0.4,0.2,0.7c1.5,4.3-0.6-1.4,1.1,2.8c2.1,3.7-0.8-1.2,1.5,2.4c2.6,3.1-1-0.9,1.8,2c3,2.4-1.1-0.7,2,1.5
+ c3.2,1.7-1.1-0.4,2.2,1.1c3.4,1-1.2-0.2,2.3,0.6c2.9,0.3-1,0,1.9,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.3,180.8c-0.1,0.1-0.2,0.1-0.3,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202,181c-0.1,0-0.1,0.1-0.2,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M201.9,181.1c-0.8,0.3,0.3-0.1-0.5,0.2c-0.8,0.3,0.3-0.1-0.5,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200.8,181.4c-0.1,0-0.3,0.1-0.4,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M153.9,181.6c0.1,0,0.2,0,0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M156.7,181.6c0.1,0,0.2,0,0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M120.3,182.9c-1.5,3.5,0.6-1.1-1.1,2.3c-1.9,3.1,0.7-1-1.3,2c-2.2,2.6,0.8-0.8-1.5,1.7c-2.4,2,0.9-0.6-1.6,1.3
+ c-2.6,1.4,0.9-0.4-1.7,0.9c-2.7,0.8,0.9-0.1-1.8,0.5c-1.3,0.1,0.4,0-0.9,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M135.5,181.6c0.2,0,0,0,0.1,0c0.2,0.1,0-0.1,0.1,0.1c0.1,0.2,0-0.1,0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M138.9,181.6c-1,0.1,0.3-0.1-0.6,0.1c-0.9,0.3,0.3-0.2-0.6,0.2c-0.8,0.6,0.2-0.2-0.5,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M137.1,182.3c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0-0.1c0-0.1,0,0,0-0.1c0-0.1,0,0,0-0.1c-0.1-0.1,0,0-0.1-0.1
+ c-0.2-0.1,0.1,0-0.1,0c-0.2,0,0.1,0-0.2,0c-0.3,0,0.1,0-0.2,0c-0.4,0,0.1,0-0.2,0c-0.4,0,0.1,0-0.3,0c-0.5,0.1,0.2,0-0.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M142.9,188.1c-1.7-0.1,0.6,0-1.2-0.1c-4.4-0.4,1.5,0.2-2.9-0.3c-4-0.6,1.3,0.2-2.6-0.4c-3.6-0.7,1.2,0.3-2.4-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M139,181.6c-0.1,0-0.3,0-0.4,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M138.5,181.6c-0.3,0.1,0.1,0-0.2,0c-0.9,0.3,0.3-0.2-0.6,0.2c-0.8,0.6,0.2-0.2-0.5,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.7,181.2C97.6,181.1,97.8,181.2,97.7,181.2c-0.5-0.5,0.1,0.1-0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.4,180.8c-0.2-0.3,0.1,0.1-0.1-0.2c-0.4-0.8,0.1,0.3-0.2-0.5c-0.2-0.8,0,0.3-0.1-0.5c0-0.8,0,0.3,0-0.5c0.1-0.8,0,0.3,0.1-0.5
+ c0.2-0.7-0.1,0.2,0.1-0.5c0.2-0.7-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M123,182.9c2.8,2.3-0.9-0.8,1.8,1.5c2.4,1.9-0.8-0.6,1.6,1.3c2.1,1.6-0.7-0.5,1.4,1.1c1.8,1.4-0.6-0.5,1.2,0.9
+ c1.5,1.2-0.5-0.4,1,0.8c1.3,1-0.4-0.3,0.9,0.7c1.1,0.8-0.4-0.3,0.7,0.6c0.3,0.2-0.1-0.1,0.2,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M131.8,189.9c0.6,0.4-0.2-0.2,0.4,0.3c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M132.2,190.3c0.6,0.5-0.2-0.2,0.4,0.4c0.5,0.5-0.2-0.2,0.3,0.3c0.3,0.4-0.1-0.1,0.2,0.3c0.1,0.3,0-0.1,0.1,0.2
+ c-0.1,0.2,0.1-0.1-0.1,0.2c-0.3,0.2,0.1,0-0.2,0.1c-0.6,0.1,0.2,0-0.4,0.1c-0.6,0,0.2,0-0.4,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M123,182.9c0.6-0.6-0.2,0.2,0.4-0.4c0.7-0.5-0.3,0.1,0.5-0.3c0.8-0.3-0.3,0.1,0.5-0.2c0.8-0.1-0.3,0,0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M125,181.9c2.6,2.6-0.9-0.9,1.7,1.7c2.2,2.2-0.7-0.7,1.5,1.4c1.9,1.8-0.6-0.6,1.2,1.2c1.6,1.6-0.5-0.5,1.1,1
+ c1.3,1.3-0.4-0.4,0.9,0.9c1.1,1.1-0.4-0.4,0.8,0.7c0.9,0.9-0.3-0.3,0.6,0.6c0.7,0.8-0.2-0.3,0.5,0.5c0.5,0.6-0.2-0.2,0.3,0.4
+ c0.4,0.5-0.1-0.2,0.2,0.4c0.2,0.4,0-0.2,0.1,0.3c0,0.3,0-0.1,0,0.2c-0.2,0.3,0.1-0.1-0.2,0.2c-0.4,0.2,0.2,0-0.3,0.1
+ c-0.7,0.1,0.2,0-0.4,0.1c-0.9,0,0.3,0-0.6,0c-0.4,0,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M132.1,191.8c-0.1,0-0.2,0-0.3,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.9,176.9c0.8,0.7-0.3-0.2,0.5,0.4c0.9,0.7-0.3-0.2,0.6,0.5c1.1,0.8-0.4-0.3,0.7,0.5c1.2,0.9-0.4-0.3,0.8,0.6
+ c1.4,0.9-0.5-0.3,0.9,0.6c1.6,0.9-0.5-0.3,1.1,0.6c1.8,0.9-0.6-0.3,1.2,0.6c2,0.8-0.7-0.2,1.4,0.5c2.1,0.5-0.7-0.1,1.4,0.3
+ c1.9,0.2-0.7,0,1.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.9,177.5c0.7,0.8-0.2-0.3,0.5,0.6c0.8,0.9-0.3-0.3,0.5,0.6c0.9,1-0.3-0.3,0.6,0.6c1,1-0.4-0.3,0.7,0.7c1.2,1-0.4-0.3,0.8,0.7
+ c1.4,1-0.5-0.3,0.9,0.7c1.6,1-0.6-0.3,1.1,0.7c1.8,0.8-0.6-0.2,1.2,0.5c1.8,0.6-0.6-0.1,1.2,0.3c1.7,0.2-0.6,0,1.2,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M119.6,182.9c0.6,0-0.2,0,0.4,0c0.5,0-0.2,0,0.4,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M119.6,182.9c0.4-1.1-0.2,0.3,0.3-0.7c0.6-0.7-0.2,0.2,0.4-0.5c0.7-0.3-0.3,0,0.5-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M120.3,182.9c0.5-1.1-0.2,0.3,0.4-0.7c0.7-0.7-0.3,0.2,0.5-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M121.2,181.8c0.2-0.1,0.4-0.2,0.6-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M123,182.9c0.4-0.8-0.1,0.3,0.3-0.5c0.5-0.6-0.2,0.2,0.3-0.4c0.6-0.4-0.2,0.1,0.4-0.3c0.6-0.2-0.2,0,0.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M124.4,181.6c0.3,0-0.1,0,0.2,0c0.3,0.1-0.1-0.1,0.2,0.1c0.3,0.2-0.1-0.1,0.2,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M111,176c0,0.6,0-0.2,0,0.4c-0.1,0.6,0.1-0.2-0.1,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.7,176c0,0.4,0-0.1,0,0.2c-0.1,0.3,0.1-0.1-0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.9,176.9c0,0.2,0-0.1,0,0.1c0,0.2,0-0.1,0,0.1c0,0.3,0-0.1,0,0.2c0.1,0.3,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.5,176.5c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.3,0-0.1-0.1,0.2c-0.1,0.3,0-0.1,0,0.2c0,0.4,0-0.1,0,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.9,176.9c-0.2-0.2,0.1,0.1-0.1-0.1c-0.2-0.2,0.1,0.1-0.1-0.1c-0.2-0.2,0,0.1-0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.9,177.5c-0.1,0.9,0-0.3,0,0.6c-0.1,1,0-0.3-0.1,0.6c-0.1,1.1,0.1-0.4-0.1,0.7c-0.2,1.1,0.1-0.4-0.1,0.8
+ c-0.3,1.2,0.1-0.4-0.2,0.8c-0.4,1.3,0.1-0.4-0.3,0.9c-0.5,1.4,0.2-0.5-0.4,0.9c-0.7,1.5,0.3-0.5-0.5,1c-0.9,1.5,0.3-0.5-0.6,1
+ c-1.2,1.4,0.4-0.4-0.8,0.9c-1.5,1.2,0.5-0.4-1,0.8c-1.7,0.9,0.6-0.2-1.2,0.6c-1.9,0.4,0.7,0-1.3,0.2c-2-0.2,0.6,0.2-1.3-0.2
+ c-1.8-0.8,0.6,0.3-1.2-0.6c-1.6-1.2,0.5,0.4-1-0.8c-1.3-1.4,0.4,0.5-0.8-0.9c-1-1.4,0.3,0.5-0.6-1c-0.8-1.4,0.2,0.5-0.5-1
+ c-0.6-1.4,0.2,0.5-0.4-0.9c-0.4-1.3,0.1,0.4-0.3-0.9c-0.3-1.2,0.1,0.4-0.2-0.8c-0.2-1.1,0.1,0.4-0.2-0.8c-0.2-1.1,0.1,0.4-0.1-0.7
+ c-0.1-1,0,0.3-0.1-0.6c-0.1-0.9,0,0.3-0.1-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.3,177.3c-0.1,0.8,0-0.3-0.1,0.6c-0.1,0.9,0-0.3-0.1,0.6c-0.2,1,0.1-0.3-0.1,0.6c-0.2,1,0.1-0.3-0.2,0.7
+ c-0.3,1.1,0.1-0.4-0.2,0.7c-0.4,1.2,0.1-0.4-0.3,0.8c-0.5,1.2,0.2-0.4-0.4,0.8c-0.7,1.3,0.2-0.4-0.5,0.8c-0.9,1.3,0.3-0.4-0.6,0.8
+ c-1.1,1.2,0.4-0.4-0.7,0.8c-1.3,1.1,0.5-0.3-0.9,0.7c-1.6,0.8,0.6-0.2-1.1,0.5c-1.7,0.3,0.6,0-1.1,0.2c-1.7-0.2,0.6,0.2-1.1-0.2
+ c-1.6-0.7,0.5,0.3-1.1-0.5c-1.4-1,0.4,0.4-0.9-0.7c-1.1-1.2,0.3,0.4-0.7-0.8c-0.9-1.2,0.3,0.4-0.6-0.8c-0.7-1.3,0.2,0.4-0.5-0.8
+ c-0.5-1.2,0.2,0.4-0.4-0.8c-0.4-1.2,0.1,0.4-0.3-0.8c-0.3-1.1,0.1,0.4-0.2-0.7c-0.2-1,0.1,0.3-0.2-0.7c-0.2-1,0.1,0.3-0.1-0.6
+ c-0.1-0.9,0,0.3-0.1-0.6c-0.1-0.8,0,0.3-0.1-0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.9,177.5c-0.3-0.1,0.1,0-0.2,0c-0.3-0.1,0.1,0-0.2,0c-0.3-0.1,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.6,177.5c0-0.3,0,0.1,0-0.2c0-0.2,0,0.1,0-0.2c0-0.2,0,0.1,0-0.1c0-0.2,0,0.1,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M98,177.3c0-0.4,0,0.1,0-0.2c-0.1-0.3,0,0.1,0-0.2c-0.1-0.3,0,0.1-0.1-0.2c-0.1-0.3,0,0.1-0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.6,177.5c0.2-0.1-0.1,0,0.1,0c0.2-0.1-0.1,0,0.1,0c0.2-0.1-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.6,176.9c-0.2-0.6,0,0.2-0.1-0.4c-0.1-0.6,0,0.2,0-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.8,176.5c-0.1-0.3,0,0.1-0.1-0.2c-0.1-0.4,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.6,176.9c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0.1-0.1c0.1-0.2,0,0.1,0.1-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.5,174.3c0-3.7,0,1.2,0-2.5c0.2-4.2-0.1,1.4,0.2-2.8c0.5-4.1-0.2,1.4,0.4-2.7c0.8-3.5-0.4,1.1,0.6-2.3c1.1-2.8-0.4,0.9,0.8-1.8
+ c1.3-2.1-0.5,0.7,0.9-1.4c1.4-1.5-0.6,0.4,1-1c1.6-0.9-0.6,0.2,1.1-0.6c1.7-0.4-0.6,0,1.1-0.2c1.8,0.2-0.6-0.2,1.2,0.2
+ c1.9,0.8-0.6-0.4,1.2,0.6c1.8,1.4-0.6-0.5,1.2,1c1.8,2.1-0.5-0.7,1.1,1.4c1.6,2.7-0.5-1,1,1.9c1.4,3.5-0.4-1.2,0.9,2.3
+ c0.9,4.1-0.2-1.4,0.6,2.7c0.4,4.2-0.1-1.4,0.3,2.8c0.1,3.7,0-1.2,0,2.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.7,174.3c0.1-3.7,0,1.2,0.1-2.4c0.3-4.1-0.1,1.4,0.2-2.7c0.6-3.9-0.3,1.3,0.4-2.6c0.8-3.3-0.4,1.1,0.6-2.2
+ c1-2.6-0.4,0.8,0.7-1.7c1.2-2-0.5,0.6,0.8-1.3c1.3-1.4-0.5,0.4,0.9-0.9c1.5-0.9-0.5,0.2,1-0.5c1.6-0.3-0.5,0,1-0.2
+ c1.7,0.2-0.5-0.2,1.1,0.2c1.7,0.8-0.5-0.3,1.1,0.5c1.7,1.3-0.5-0.5,1.1,0.9c1.6,1.9-0.5-0.7,1.1,1.3c1.5,2.6-0.4-0.9,1,1.8
+ c1.3,3.3-0.3-1.1,0.8,2.2c0.9,3.9-0.2-1.3,0.6,2.6c0.5,4.1-0.1-1.4,0.3,2.7c0.1,3.7,0-1.2,0.1,2.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M110.7,174.3c-0.5-2.9,0.2,0.9-0.4-1.9c-0.9-2.6,0.4,0.9-0.6-1.8c-1.2-2.3,0.5,0.7-0.8-1.5c-1.4-1.9,0.5,0.6-1-1.3
+ c-1.7-1.5,0.6,0.4-1.1-0.9c-1.8-0.9,0.6,0.2-1.2-0.6c-1.9-0.4,0.7,0-1.3-0.2c-1.9,0.2,0.6-0.2-1.3,0.2c-1.9,0.8,0.6-0.4-1.2,0.6
+ c-1.7,1.3,0.5-0.5-1.1,0.9c-1.5,1.8,0.4-0.7-1,1.3c-1.3,2.3,0.4-0.8-0.8,1.5c-1,2.6,0.3-0.9-0.6,1.8c-0.6,2.8,0.1-1-0.4,1.9"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M131.3,186.9c1.8-2-0.6,0.7,1.2-1.4c2.2-2.5-0.7,0.8,1.5-1.6c2.7-2.9-0.9,1,1.8-2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M135.1,184.5c1.4-1.5-0.5,0.5,0.9-1c1.6-1.7-0.5,0.6,1-1.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M133,186.3c-0.8,0.4,0.3-0.1-0.5,0.3c-0.8,0.3,0.3-0.1-0.6,0.2c-0.8,0.2,0.3-0.1-0.6,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M133,186.3c0.4,0.1-0.1-0.1,0.2,0.1c0.4,0.3-0.1-0.1,0.3,0.2c0.4,0.4-0.1-0.1,0.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M133.8,186.8c-1.2,0.1,0.4,0-0.8,0.1c-1.2,0,0.4,0-0.8,0c-1.2-0.1,0.4,0-0.8,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M135.1,184.5c-0.7,0.7,0.2-0.2-0.5,0.5c-0.7,0.6,0.2-0.2-0.4,0.4c-0.6,0.5,0.2-0.2-0.4,0.4c-0.6,0.5,0.2-0.1-0.4,0.3
+ c-0.6,0.4,0.2-0.1-0.4,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M135.1,184.5c0.7-0.4-0.3,0.1,0.5-0.2c0.9-0.1-0.3-0.1,0.6,0c1.1,0.3-0.3-0.2,0.7,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M137,184.5c-0.9,0.9,0.3-0.3-0.6,0.6c-0.9,0.8,0.3-0.3-0.6,0.5c-1,0.7,0.3-0.2-0.6,0.5c-1,0.6,0.3-0.2-0.6,0.4
+ c-1,0.5,0.3-0.1-0.7,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M137.2,182.3c0.5-0.3-0.2,0.1,0.3-0.2c0.6-0.1-0.2,0,0.4-0.1c0.8,0.1-0.2-0.1,0.5,0.1c0.8,0.3-0.3-0.1,0.5,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M160,181.9c-0.2,2.6,0.1-0.9-0.2,1.8c-0.3,1.9,0.1-0.6-0.2,1.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M142.9,188.7c-3.6-0.3,1.2,0.1-2.4-0.2c-4.6-0.5,1.5,0.2-3.1-0.4c-4.6-0.8,1.5,0.3-3.1-0.5c-4.6-1,1.5,0.4-3.1-0.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.1,177.8c6.3-3.9-2,1.4,4.2-2.7c6-4.6-1.9,1.7,4-3.1c5.4-5.1-1.7,1.8,3.5-3.5c4.6-5.4-1.4,1.9,3-3.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.1,176c0.2,1,0-0.3,0.1,0.6c0,0.9,0-0.3,0,0.6c-0.2,0.7,0.1-0.2-0.1,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.1,176c6.2-3.4-2,1.2,4.1-2.3c5.9-4-1.9,1.4,3.9-2.7c5.4-4.4-1.7,1.6,3.6-3c4.7-4.7-1.5,1.7,3.1-3.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178.6,180.8c0.8-0.6-0.3,0.2,0.5-0.4c0.9-0.7-0.3,0.2,0.6-0.5c0.9-0.8-0.3,0.3,0.6-0.5c1-0.9-0.3,0.3,0.7-0.6
+ c1.1-1-0.4,0.3,0.7-0.6c1.2-1-0.4,0.3,0.8-0.7c1.2-1.1-0.4,0.4,0.8-0.7c1.2-1.1-0.4,0.4,0.8-0.7"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178.9,180.8c0.6-0.4-0.2,0.1,0.4-0.3c0.7-0.5-0.2,0.1,0.5-0.3c0.8-0.5-0.3,0.2,0.6-0.3c1-0.6-0.3,0.2,0.6-0.4
+ c1-0.6-0.4,0.2,0.7-0.4c1.1-0.7-0.4,0.2,0.7-0.4c1.2-0.7-0.4,0.2,0.8-0.5c1.3-0.7-0.4,0.2,0.8-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178.6,180.8c0.2,0-0.1,0,0.1,0c0.2,0-0.1,0,0.1,0c0.2,0-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178,181.6C177.9,181.6,178.1,181.6,178,181.6c-0.2-0.1-0.1,0-0.1-0.1c0-0.2,0,0.1,0-0.1c0.2-0.3-0.1,0.1,0.1-0.2
+ c0.3-0.3-0.1,0.1,0.2-0.2c0.4-0.4-0.1,0.1,0.3-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M179.1,181.3c-0.3,0,0.1,0-0.2,0c-0.2,0,0.1,0-0.2,0c-0.2-0.1,0,0-0.1-0.1c0-0.1,0,0,0-0.1c0.1-0.2-0.1,0.1,0.1-0.1
+ c0.3-0.2-0.1,0.1,0.2-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M188.8,181.9c-2.4-0.3,0.8,0.1-1.6-0.2c-2.6-0.2,0.9,0-1.7-0.1c-2.6-0.1,0.9,0-1.8,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M188.8,181.9c-1.8-0.6,0.6,0.1-1.2-0.4c-2-0.3,0.7,0.1-1.3-0.2c-2.2-0.1,0.7,0-1.4-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M194.8,181.3c-2.6,0.1,0.9-0.1-1.7,0.1c-3,0.3,1-0.1-2,0.2c-3.4,0.5,1.1-0.2-2.3,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M193.7,181.6c-2,0,0.7,0-1.3,0c-2.4,0.1,0.8-0.1-1.6,0.1c-2.9,0.2,1-0.1-1.9,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.2,180.8c-0.1,0.1-0.2,0.1-0.3,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M201.9,181c-0.4,0.2,0.1-0.1-0.3,0.1c-0.4,0.1,0.1,0-0.3,0.1c-0.4,0.1,0.1,0-0.3,0.1c-0.4,0,0.1,0-0.3,0c-0.3,0,0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M205,176c0,1.1,0-0.4,0,0.7c-0.1,1.1,0.1-0.4-0.1,0.7c-0.3,1,0.1-0.3-0.2,0.7c-0.5,1,0.2-0.3-0.3,0.6c-0.1,0.1,0,0,0,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M204.1,177.8c0,0.7,0-0.2,0,0.5c-0.2,0.7,0.1-0.2-0.1,0.5c-0.3,0.7,0.1-0.2-0.2,0.4c-0.3,0.6,0.1-0.2-0.2,0.4
+ c-0.4,0.6,0.1-0.2-0.3,0.4c-0.5,0.5,0.2-0.2-0.3,0.3c-0.3,0.3,0.1-0.1-0.2,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.7,180.5c-0.2,0.1,0.1,0-0.1,0.1c-0.4,0.3,0.1-0.1-0.3,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.3,180.8c0,0-0.1,0.1-0.1,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M205,176c-0.1,1,0.1-0.3-0.1,0.6c-0.4,0.9,0.2-0.3-0.3,0.6c-0.7,0.8,0.3-0.2-0.5,0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M198.8,164.8c3.6,4.4-1.1-1.5,2.3,2.9c3,4.5-0.9-1.6,1.9,3.1c2,4.2-0.6-1.5,1.3,2.8c1,3.6-0.2-1.2,0.6,2.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M198.8,164.8c3.4,5-1-1.7,2.2,3.4c2.7,5.2-0.8-1.8,1.7,3.5c1.6,4.9-0.4-1.7,1,3.3c0.6,4.2-0.1-1.4,0.3,2.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M202.3,180.8C202.3,180.8,202.3,180.8,202.3,180.8C202.2,180.9,202.3,180.8,202.3,180.8c-0.2,0-0.1,0-0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M193.7,181.6c0.6,0-0.2,0,0.4,0c0.6-0.1-0.2,0.1,0.4-0.1c0.5-0.3-0.2,0.1,0.3-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M199.5,181.6c0,0,0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M199.6,181.6c0.4,0-0.1,0,0.2,0c0.2,0-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M200,181.5c0.4-0.1-0.1,0,0.2-0.1c0.5-0.3-0.2,0.1,0.3-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M178,181.6c0.6,0-0.2,0,0.4,0c0.6-0.1-0.2,0.1,0.4-0.1c0.5-0.3-0.2,0.1,0.3-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.8,181.6c0.6,0-0.2,0,0.4,0c0.6-0.1-0.2,0.1,0.4-0.1c0.5-0.3-0.2,0.1,0.3-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M97.5,180.4c-0.1-0.4,0,0.1-0.1-0.3c-0.1-0.9,0,0.3-0.1-0.6c0-0.8,0,0.3,0-0.6c0.1-0.8,0,0.3,0.1-0.5c0.1-0.8-0.1,0.2,0.1-0.5
+ c0.2-0.7-0.1,0.2,0.1-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M160.3,181.6c-0.2,0,0.1,0-0.1,0c-0.2,0.1,0-0.1-0.1,0.1c-0.2,0.2,0-0.1-0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M160,181.9c-0.4,0,0.1,0-0.3,0c-0.4,0,0.1,0-0.3,0c-0.4,0,0.1,0-0.3,0c-0.4,0.1,0.1,0-0.3,0.1c-0.4,0.1,0.1,0-0.3,0.1
+ c-0.4,0.2,0.1-0.1-0.2,0.1c-0.1,0.1,0,0-0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M139,181.6C139,181.7,139,181.5,139,181.6c0,0.2,0,0.1,0,0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M139,181.8c0,0.3,0-0.1,0,0.2c0,0.6,0-0.2,0,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.1,307.8c0.3-0.3-0.1,0.1,0.2-0.2c0.3-0.3-0.1,0.1,0.2-0.2c0.2-0.3-0.1,0.1,0.1-0.2c0.2-0.3,0,0.1,0.1-0.2
+ c0.1-0.2,0,0.1,0.1-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.8,306.8C89.8,306.8,89.8,306.9,89.8,306.8c0.1-0.4,0,0.1,0.1-0.3c0-0.4,0,0.1,0-0.2c0-0.4,0,0.1,0-0.3c0-0.4,0,0.1,0-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.7,304.3c-0.1-0.7,0,0.3,0-0.5c0-0.7,0,0.2,0-0.5c0-0.6,0,0.2,0-0.4c0.1-0.5,0,0.2,0.1-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85.7,302.6C85.7,302.5,85.7,302.6,85.7,302.6c0.2-0.6-0.1,0.2,0.1-0.4c0.2-0.5-0.1,0.2,0.2-0.4c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M86,301.8c0.3-0.5-0.1,0.2,0.2-0.3c0.4-0.5-0.1,0.2,0.2-0.3c0.4-0.5-0.2,0.2,0.3-0.3c0.5-0.5-0.2,0.2,0.4-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M85,306.3c-0.2-0.4,0.1,0.1-0.1-0.3c-0.1-0.4,0,0.1-0.1-0.3c-0.1-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M84.7,305.3C84.7,305.3,84.7,305.3,84.7,305.3c0.1-0.3,0,0.1,0-0.2c0.1-0.3-0.1,0.1,0.1-0.2c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M84.9,304.9c0.2-0.2-0.1,0.1,0.1-0.2c0.3-0.2-0.1,0.1,0.2-0.2c0.3-0.2-0.1,0.1,0.2-0.1c0.4-0.2-0.1,0.1,0.3-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M87.1,300.4c-0.2-0.4,0.1,0.1-0.1-0.3c-0.1-0.4,0,0.1-0.1-0.3c-0.1-0.3,0,0.1,0-0.2c0-0.3,0,0.1,0-0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M86.9,299.4C86.9,299.4,86.9,299.5,86.9,299.4c0.1-0.3,0,0.1,0-0.2c0.1-0.3-0.1,0.1,0.1-0.2c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M87,299c0.2-0.2-0.1,0.1,0.1-0.1c0.3-0.2-0.1,0.1,0.2-0.2c0.3-0.2-0.1,0.1,0.2-0.1c0.4-0.2-0.1,0.1,0.3-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.2,301.9c0.3-0.3-0.1,0.1,0.2-0.2c0.3-0.3-0.1,0.1,0.2-0.2c0.2-0.3-0.1,0.1,0.1-0.2c0.2-0.3,0,0.1,0.1-0.2c0-0.1,0,0,0-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M91.9,301.1c0.1-0.2,0,0.1,0.1-0.2c0.1-0.3,0,0.1,0-0.2c0-0.4,0,0.1,0-0.2c0-0.4,0,0.1,0-0.3c0-0.4,0,0.1,0-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M89.8,305.8c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4c0.3-0.6-0.1,0.2,0.2-0.4
+ c0.2-0.6-0.1,0.2,0.2-0.4c0.2-0.7-0.1,0.2,0.1-0.4c0.1-0.7,0,0.2,0.1-0.5c0.1-0.7,0,0.2,0.1-0.5c0.1-0.7,0,0.2,0-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M103.9,277c0.8-0.1-0.3,0,0.5-0.1c0.3-0.1-0.1,0,0.2,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M117.4,268c0.2-0.3,0,0.1,0.1-0.2c0.4-0.7-0.1,0.3,0.3-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M180.7,375.8c0.5-0.1-0.2,0,0.3-0.1c0.6-0.2-0.2,0.1,0.4-0.1c0.6-0.3-0.2,0.1,0.4-0.2c0.7-0.4-0.2,0.1,0.4-0.2
+ c0.7-0.4-0.2,0.1,0.4-0.3c0.6-0.5-0.2,0.2,0.4-0.3c0.6-0.5-0.2,0.2,0.4-0.3c0.5-0.5-0.2,0.2,0.3-0.3c0.4-0.5-0.1,0.2,0.3-0.3
+ c0.3-0.4-0.1,0.2,0.2-0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.6,372.6c-0.5,0.2,0.2-0.1-0.4,0.1c-0.8,0.3,0.3-0.1-0.5,0.2c-0.8,0.4,0.3-0.1-0.6,0.3c-0.9,0.5,0.3-0.2-0.6,0.3
+ c-0.8,0.5,0.3-0.2-0.6,0.4c-0.8,0.6,0.3-0.2-0.5,0.4c-0.8,0.6,0.2-0.2-0.5,0.4c-0.7,0.6,0.2-0.2-0.4,0.4c-0.6,0.6,0.2-0.2-0.4,0.4
+ c-0.3,0.4,0.1-0.2-0.2,0.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M175.3,375.5c0-0.2,0,0.1,0-0.1c0-0.1,0,0,0,0c0-0.1,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.8,368.1c-0.2-0.1,0.1,0-0.1-0.1c-0.1,0,0,0,0,0c-0.1,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.1,371.6c-0.3-0.2,0.1,0.1-0.2-0.2c-0.4-0.1,0.1,0-0.3-0.1c-0.5,0,0.2,0-0.4,0c-0.6,0.1,0.2,0-0.4,0.1
+ c-0.7,0.2,0.2-0.1-0.5,0.1c-0.8,0.3,0.3-0.1-0.5,0.2c-0.8,0.4,0.3-0.1-0.6,0.3c-0.9,0.5,0.3-0.2-0.6,0.3c-0.8,0.5,0.3-0.2-0.6,0.4
+ c-0.8,0.6,0.3-0.2-0.5,0.4c-0.8,0.6,0.2-0.2-0.5,0.4c-0.7,0.6,0.2-0.2-0.4,0.4c-0.6,0.6,0.2-0.2-0.4,0.4c-0.5,0.6,0.1-0.2-0.3,0.4
+ c-0.3,0.6,0.1-0.2-0.2,0.4c-0.2,0.5,0-0.2-0.1,0.3c0,0.4,0-0.1,0,0.3c0.1,0.3-0.1-0.1,0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.9,374.6C176.7,374.5,176.9,374.6,176.9,374.6c-0.1-0.1-0.1,0-0.1-0.1c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M176.9,374.6c-1.2,0.7,0.4-0.2-0.8,0.4c-1.2,0.7,0.4-0.2-0.8,0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.6,369.9C183.5,369.8,183.7,370,183.6,369.9c-0.1-0.1,0,0-0.1-0.1c0,0,0,0,0,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M183.6,369.9c-2.9,2.2,1-0.7-1.9,1.5c-2.9,2.1,1-0.7-2,1.4c-3,2,1-0.6-2,1.3"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M177.7,373.9C177.7,373.9,177.7,373.9,177.7,373.9C177.7,374,177.7,373.9,177.7,373.9c0.1,0.2,0,0,0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M184.4,369.1C184.4,369.1,184.4,369.1,184.4,369.1C184.4,369.2,184.4,369.1,184.4,369.1c0.1,0.2,0,0,0.1,0.2"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M185.8,368.1c-1,0.9,0.3-0.3-0.7,0.6c-1,0.9,0.3-0.3-0.7,0.6"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M111.4,265.6c0.4-0.7-0.1,0.2,0.3-0.5c0.4-0.7-0.1,0.2,0.3-0.4c0.4-0.6-0.2,0.2,0.3-0.4c0.5-0.5-0.2,0.1,0.3-0.3
+ c0.6-0.4-0.2,0.1,0.4-0.3c0.6-0.3-0.2,0.1,0.4-0.2c0.7-0.3-0.2,0.1,0.5-0.2c0.7-0.2-0.3,0,0.5-0.1c0.8-0.1-0.3,0,0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M114.3,269.7c0.8-0.1-0.3,0,0.6-0.1c0.7-0.2-0.2,0.1,0.5-0.1c0.7-0.2-0.2,0.1,0.5-0.2c0.6-0.3-0.2,0.1,0.4-0.2
+ c0.6-0.4-0.2,0.1,0.4-0.3c0.5-0.5-0.2,0.2,0.3-0.3c0.5-0.6-0.1,0.2,0.3-0.4c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.7-0.1,0.3,0.3-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M101,273c0.4-0.7-0.1,0.2,0.3-0.5c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.6-0.2,0.2,0.3-0.4c0.5-0.5-0.2,0.2,0.3-0.3
+ c0.6-0.4-0.2,0.1,0.4-0.3c0.6-0.3-0.2,0.1,0.4-0.2c0.7-0.3-0.2,0.1,0.5-0.2c0.7-0.2-0.3,0,0.5-0.1c0.8-0.1-0.3,0,0.5-0.1"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M104.5,270.5c1-1.2-0.3,0.4,0.7-0.8c1-1.1-0.3,0.3,0.7-0.7c1-1-0.4,0.3,0.7-0.6c1.1-0.9-0.4,0.3,0.7-0.6c1.1-0.8-0.4,0.3,0.8-0.5
+ c1.2-0.7-0.4,0.2,0.8-0.5c1.2-0.7-0.4,0.2,0.8-0.4c1.3-0.6-0.4,0.2,0.9-0.4c1.4-0.5-0.5,0.2,1-0.4"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M107.3,274.6c1.4-0.5-0.5,0.2,1-0.4c1.3-0.6-0.4,0.2,0.9-0.4c1.3-0.6-0.4,0.2,0.8-0.4c1.2-0.7-0.4,0.3,0.8-0.5
+ c1.1-0.8-0.4,0.3,0.8-0.5c1.1-0.9-0.4,0.3,0.7-0.6c1-1-0.3,0.3,0.7-0.6c1-1-0.3,0.4,0.7-0.7c1-1.2-0.3,0.4,0.7-0.8"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M103.8,277c0.8-0.1-0.3,0,0.5-0.1c0.7-0.2-0.2,0.1,0.5-0.1c0.7-0.2-0.2,0.1,0.5-0.2c0.6-0.3-0.2,0.1,0.4-0.2
+ c0.6-0.4-0.2,0.1,0.4-0.3c0.5-0.5-0.2,0.2,0.3-0.3c0.5-0.6-0.1,0.2,0.3-0.4c0.4-0.6-0.1,0.2,0.3-0.4c0.4-0.7-0.1,0.3,0.3-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.4,333.3C66.5,333.3,66.4,333.3,66.4,333.3c0.3-0.1,0,0,0.2,0c0.2-0.1-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M71,341C71.1,341.2,71,341,71,341C71.1,341.1,71.1,341.1,71,341c0.1,0,0.1,0.1,0.1,0c0-0.2,0,0.1,0-0.1c0-0.3,0,0.1,0-0.2
+ c0-0.4,0,0.1,0-0.3c-0.1-0.5,0,0.2,0-0.4c-0.1-0.6,0,0.2-0.1-0.4c-0.1-0.7,0,0.2-0.1-0.5"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M66.4,316C66.5,316,66.4,315.9,66.4,316c0.3,0.1,0,0,0.2,0c0.2,0.1-0.1,0,0.1,0"/>
+
+ <path fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" d="
+ M70.9,310.1c0.1-0.7,0,0.2,0.1-0.5c0.1-0.6,0,0.2,0.1-0.4c0.1-0.5,0,0.2,0-0.4c0-0.4,0,0.1,0-0.3c0-0.3,0,0.1,0-0.2
+ c0-0.2,0,0.1,0-0.1c0-0.1,0,0,0-0.1c-0.1,0,0,0,0,0c-0.1,0.1,0,0-0.1,0.1"/>
+ <g>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.5" y1="408" x2="601.5" y2="408"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.5" y1="394.1" x2="601.5" y2="394.1"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="600" y1="409.6" x2="531" y2="409.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="600" y1="420.9" x2="531" y2="420.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="531" y1="420.9" x2="531" y2="409.6"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="600" y1="409.6" x2="600" y2="420.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="601.5" y1="394.1" x2="601.5" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.5" y1="422.4" x2="601.5" y2="422.4"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="529.5" y1="422.4" x2="529.5" y2="408"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="589.7" y1="409.6" x2="589.7" y2="420.9"/>
+
+ <line fill="none" stroke="#000000" stroke-width="0.7078" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="500" x1="425.5" y1="394.1" x2="425.5" y2="422.4"/>
+ </g>
+</g>
+</svg>
diff --git a/src/test/res/embed_image.svgz b/src/test/res/embed_image.svgz
new file mode 100644
index 0000000..fe74789
--- /dev/null
+++ b/src/test/res/embed_image.svgz
Binary files differ
diff --git a/src/test/res/round_path.svg b/src/test/res/round_path.svg
new file mode 100644
index 0000000..7a001be
--- /dev/null
+++ b/src/test/res/round_path.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;">
+
+<path fill="none"
+ stroke="#000000"
+ stroke-width="10.7078"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ d="M100 100 l 100 0 l -100 100"/>
+
+</svg>
+
+<!--
+E:\dev\svn.dev.java.net\svgsalamander\trunk\svg-core\src\test\res\round_path.svg
+--> \ No newline at end of file