<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[127828] users/devans/dports/graphics/inkscape-devel</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/127828">127828</a></dd>
<dt>Author</dt> <dd>devans@macports.org</dd>
<dt>Date</dt> <dd>2014-11-04 16:09:03 -0800 (Tue, 04 Nov 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>devans/dports: inkscape-devel, fix build for new versioning scheme, update descriptions, patch to use new 0.91 about screen image.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#usersdevansdportsgraphicsinkscapedevelPortfile">users/devans/dports/graphics/inkscape-devel/Portfile</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>users/devans/dports/graphics/inkscape-devel/files/</li>
<li><a href="#usersdevansdportsgraphicsinkscapedevelfilespatchsplash091diff">users/devans/dports/graphics/inkscape-devel/files/patch-splash-0.91.diff</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="usersdevansdportsgraphicsinkscapedevelPortfile"></a>
<div class="modfile"><h4>Modified: users/devans/dports/graphics/inkscape-devel/Portfile (127827 => 127828)</h4>
<pre class="diff"><span>
<span class="info">--- users/devans/dports/graphics/inkscape-devel/Portfile        2014-11-04 23:13:55 UTC (rev 127827)
+++ users/devans/dports/graphics/inkscape-devel/Portfile        2014-11-05 00:09:03 UTC (rev 127828)
</span><span class="lines">@@ -4,7 +4,7 @@
</span><span class="cx"> PortSystem      1.0
</span><span class="cx"> 
</span><span class="cx"> name            inkscape-devel
</span><del>-conflicts       inkscape inkscape-experimental inkscape-prerelease
</del><ins>+conflicts       inkscape inkscape-branched inkscape-prerelease
</ins><span class="cx"> set bzr_rev     13669
</span><span class="cx"> version         0.91.99.${bzr_rev}
</span><span class="cx"> epoch           1
</span><span class="lines">@@ -12,8 +12,8 @@
</span><span class="cx"> maintainers     devans
</span><span class="cx"> categories      graphics gnome
</span><span class="cx"> platforms       darwin
</span><del>-description     Unstable development version of Inkscape from \
-                recent BZR trunk leading up to release of version 0.91.
</del><ins>+description     This is the ongoing unstable development version of Inkscape taken from \
+                recent bzr trunk after branching inkscape-0.91.x.
</ins><span class="cx"> 
</span><span class="cx"> long_description \
</span><span class="cx">                 Inkscape is an open source SVG editor with \
</span><span class="lines">@@ -21,14 +21,14 @@
</span><span class="cx">                 Visio, etc. Supported SVG features include basic \
</span><span class="cx">                 shapes, paths, text, alpha blending, transforms, \
</span><span class="cx">                 gradients, node editing, svg-to-png export, \
</span><del>-                grouping, and more.
</del><ins>+                grouping, and more. ${description}
</ins><span class="cx"> homepage        http://www.inkscape.org/
</span><span class="cx"> master_sites    file:///Users/devans/macports/distfiles/${name}
</span><span class="cx"> 
</span><del>-checksums       rmd160  a1a17a1902aef7364a8e2d0327942d3d939fccdd \
-                sha256  d73725186a566d2420f6482f363f8363fc3a55af22df54c7490cb627e7057e29
</del><ins>+checksums       rmd160  b837a883f0129329c92abc40a1173edd128d7b35 \
+                sha256  c8ee4ec3997fd20605022dc74a81a1c419d7e752cb58a0583e9c50116e6567c1
</ins><span class="cx"> 
</span><del>-worksrcdir      inkscape
</del><ins>+worksrcdir      ${name}
</ins><span class="cx"> 
</span><span class="cx"> depends_build   port:pkgconfig \
</span><span class="cx">                 port:autoconf \
</span><span class="lines">@@ -55,6 +55,8 @@
</span><span class="cx">                 port:py27-lxml \
</span><span class="cx">                 port:py27-numpy
</span><span class="cx"> 
</span><ins>+patchfiles      patch-splash-0.91.diff
+
</ins><span class="cx"> post-patch {
</span><span class="cx">     reinplace &quot;s|\&quot;python-interpreter\&quot;, \&quot;python\&quot;|\&quot;python-interpreter\&quot;, \&quot;python2.7\&quot;|g&quot; ${worksrcpath}/src/extension/implementation/script.cpp
</span><span class="cx">     reinplace &quot;s|^#include \&quot;Object.h\&quot;|#include \&quot;${prefix}/include/poppler/Object.h\&quot;|&quot; ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.h
</span></span></pre></div>
<a id="usersdevansdportsgraphicsinkscapedevelfilespatchsplash091diff"></a>
<div class="addfile"><h4>Added: users/devans/dports/graphics/inkscape-devel/files/patch-splash-0.91.diff (0 => 127828)</h4>
<pre class="diff"><span>
<span class="info">--- users/devans/dports/graphics/inkscape-devel/files/patch-splash-0.91.diff                                (rev 0)
+++ users/devans/dports/graphics/inkscape-devel/files/patch-splash-0.91.diff        2014-11-05 00:09:03 UTC (rev 127828)
</span><span class="lines">@@ -0,0 +1,11153 @@
</span><ins>+=== modified file 'share/screens/about.svg'
+--- share/screens/about.svg        2010-05-20 22:12:08 +0000
++++ share/screens/about.svg        2014-11-03 22:47:53 +0000
+@@ -10,7447 +10,3726 @@
+    xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;
+    xmlns:sodipodi=&quot;http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd&quot;
+    xmlns:inkscape=&quot;http://www.inkscape.org/namespaces/inkscape&quot;
++   id=&quot;svg2&quot;
++   version=&quot;1.1&quot;
++   inkscape:version=&quot;0.91pre2 r13520 custom&quot;
+    width=&quot;750&quot;
+    height=&quot;625&quot;
+-   id=&quot;svg2&quot;
+-   version=&quot;1.1&quot;
+-   inkscape:version=&quot;0.47+devel r9427&quot;
+-   sodipodi:docname=&quot;Unimount_V2_by_TheArtContinuum+.svg&quot;
+-   inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\aboutpage_inkscapecontest_TAC_0.48.png&quot;
+-   inkscape:export-xdpi=&quot;21.6&quot;
+-   inkscape:export-ydpi=&quot;21.6&quot;&gt;
++   sodipodi:docname=&quot;about.svg&quot;
++   inkscape:export-filename=&quot;/Users/Pascal/SVG/Vogel/eisvogel.png&quot;
++   inkscape:export-xdpi=&quot;90&quot;
++   inkscape:export-ydpi=&quot;90&quot;&gt;
++  &lt;title
++     id=&quot;title4154&quot;&gt;Eisvogel&lt;/title&gt;
+   &lt;sodipodi:namedview
+-     id=&quot;base&quot;
+      pagecolor=&quot;#ffffff&quot;
+      bordercolor=&quot;#666666&quot;
+-     borderopacity=&quot;1.0&quot;
+-     inkscape:pageopacity=&quot;0.0&quot;
++     borderopacity=&quot;1&quot;
++     objecttolerance=&quot;10&quot;
++     gridtolerance=&quot;10&quot;
++     guidetolerance=&quot;10&quot;
++     inkscape:pageopacity=&quot;0&quot;
+      inkscape:pageshadow=&quot;2&quot;
+-     inkscape:zoom=&quot;0.90737908&quot;
+-     inkscape:cx=&quot;546.55635&quot;
+-     inkscape:cy=&quot;265.13527&quot;
+-     inkscape:document-units=&quot;px&quot;
+-     inkscape:current-layer=&quot;layer1&quot;
++     inkscape:window-width=&quot;1366&quot;
++     inkscape:window-height=&quot;744&quot;
++     id=&quot;namedview4&quot;
+      showgrid=&quot;false&quot;
+-     width=&quot;770px&quot;
+-     inkscape:window-width=&quot;1680&quot;
+-     inkscape:window-height=&quot;1019&quot;
++     inkscape:zoom=&quot;1&quot;
++     inkscape:cx=&quot;367.14412&quot;
++     inkscape:cy=&quot;324.12121&quot;
+      inkscape:window-x=&quot;0&quot;
+-     inkscape:window-y=&quot;1&quot;
++     inkscape:window-y=&quot;24&quot;
+      inkscape:window-maximized=&quot;1&quot;
+-     inkscape:snap-nodes=&quot;false&quot;
+-     showborder=&quot;true&quot; /&gt;
+-  &lt;defs
+-     id=&quot;defs4&quot;&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient7931&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop7933&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop7935&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient7202&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop7204&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop7210&quot;
+-         offset=&quot;0.8490566&quot;
+-         style=&quot;stop-color:#000000;stop-opacity:0.45098039;&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop7206&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient5538&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop5540&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop5542&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient5173&quot;
+-       inkscape:collect=&quot;always&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop5175&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop5177&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient5162&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop5164&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:0&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop5166&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient5066&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop5068&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop5070&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient5052&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop5054&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#030303;stop-opacity:0&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#020202;stop-opacity:0.17254902;&quot;
+-         offset=&quot;0.69524252&quot;
+-         id=&quot;stop5058&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop5056&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#000000;stop-opacity:0.95673077&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient4858&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:0.99&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop4860&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop4862&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient5845&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#dcdcdc;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop5847&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#dcdcdc;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop5849&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient5584&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#fff500;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop5586&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop5588&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient4839&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#d4dbe5;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop4841&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop4843&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#b8c6d6;stop-opacity:1;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient4776&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop4778&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#dedede;stop-opacity:1&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#71757c;stop-opacity:1&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop4780&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient4694&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop4696&quot;
+-         offset=&quot;0.0000000&quot;
+-         style=&quot;stop-color:#ffffff;stop-opacity:1.0000000&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop4698&quot;
+-         offset=&quot;1.0000000&quot;
+-         style=&quot;stop-color:#7a7a7a;stop-opacity:1&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient4687&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop4690&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#b3c4d9;stop-opacity:1&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop4692&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient5176&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#a2ccd1;stop-opacity:1&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop5178&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#438487;stop-opacity:1&quot;
+-         offset=&quot;1.0000000&quot;
+-         id=&quot;stop5180&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient4494&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#857cc3;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop4496&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#49317b;stop-opacity:1;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop4498&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient7285&quot;
+-       inkscape:collect=&quot;always&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop7287&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop7289&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#ffffff;stop-opacity:0;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3803&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop3805&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop3811&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#636363;stop-opacity:1;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3785&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#6886b0;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop3787&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#cccccc;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop3789&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3775&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#cb5700;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop3777&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop3783&quot;
+-         offset=&quot;0.5&quot;
+-         style=&quot;stop-color:#b62119;stop-opacity:0.49803922;&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#2f0042;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop3779&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3763&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#214586;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop3765&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#717189;stop-opacity:0.98039216;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop3767&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;filter
+-       y=&quot;0&quot;
+-       x=&quot;0&quot;
+-       filterUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;ShadowBlur&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         id=&quot;feGaussianBlur24&quot;
+-         result=&quot;blur&quot;
+-         stdDeviation=&quot;3&quot;
+-         in=&quot;SourceAlpha&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;clipPath
+-       id=&quot;clipoutline1&quot;
+-       clipPathUnits=&quot;userSpaceOnUse&quot;&gt;
+-      &lt;path
+-         d=&quot;M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m -9.9,64.7 c 0.9,0 30.8,4 19.3,7.1 -4.4,1.2 -24.6,-7.1 -19.3,-7.1 z m 57.2,16.6 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z&quot;
+-         id=&quot;outline1&quot; /&gt;
+-    &lt;/clipPath&gt;
+-    &lt;linearGradient
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;BlackTransparent&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop12&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:black;stop-opacity:1&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop14&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:black;stop-opacity:0&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;WhiteTransparent&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop7&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:white;stop-opacity:1&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop9&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:white;stop-opacity:0&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter3888&quot;
+-       x=&quot;-0.045026734&quot;
+-       width=&quot;1.0900536&quot;
+-       y=&quot;-0.10088593&quot;
+-       height=&quot;1.2017719&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;4.1350701&quot;
+-         id=&quot;feGaussianBlur3890&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       id=&quot;filter2896&quot;
+-       inkscape:label=&quot;Matte jelly&quot;
+-       x=&quot;0&quot;
+-       y=&quot;0&quot;
+-       width=&quot;1&quot;
+-       height=&quot;1&quot;
+-       inkscape:menu=&quot;ABCs&quot;
+-       inkscape:menu-tooltip=&quot;Bulging, matte jelly covering&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feColorMatrix
+-         id=&quot;feColorMatrix2898&quot;
+-         values=&quot;1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.85 0&quot;
+-         result=&quot;result0&quot;
+-         in=&quot;SourceGraphic&quot; /&gt;
+-      &lt;feGaussianBlur
+-         id=&quot;feGaussianBlur2900&quot;
+-         in=&quot;SourceAlpha&quot;
+-         stdDeviation=&quot;7&quot; /&gt;
+-      &lt;feSpecularLighting
+-         id=&quot;feSpecularLighting2902&quot;
+-         surfaceScale=&quot;5&quot;
+-         specularConstant=&quot;0.89999998&quot;
+-         specularExponent=&quot;25&quot;
+-         result=&quot;result1&quot;&gt;
+-        &lt;feDistantLight
+-           id=&quot;feDistantLight2904&quot;
+-           elevation=&quot;60&quot;
+-           azimuth=&quot;225&quot; /&gt;
+-      &lt;/feSpecularLighting&gt;
+-      &lt;feComposite
+-         id=&quot;feComposite2906&quot;
+-         in2=&quot;result0&quot;
+-         operator=&quot;atop&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       id=&quot;filter2912&quot;
+-       inkscape:label=&quot;Diffuse light&quot;
+-       inkscape:menu=&quot;ABCs&quot;
+-       inkscape:menu-tooltip=&quot;Basic diffuse bevel to use for building textures&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         id=&quot;feGaussianBlur2914&quot;
+-         stdDeviation=&quot;6&quot;
+-         in=&quot;SourceGraphic&quot;
+-         result=&quot;result0&quot; /&gt;
+-      &lt;feDiffuseLighting
+-         id=&quot;feDiffuseLighting2916&quot;
+-         diffuseConstant=&quot;1&quot;
+-         surfaceScale=&quot;10&quot;
+-         result=&quot;result5&quot;&gt;
+-        &lt;feDistantLight
+-           id=&quot;feDistantLight2918&quot;
+-           elevation=&quot;25&quot;
+-           azimuth=&quot;235&quot; /&gt;
+-      &lt;/feDiffuseLighting&gt;
+-      &lt;feComposite
+-         id=&quot;feComposite2920&quot;
+-         in2=&quot;SourceGraphic&quot;
+-         k1=&quot;1&quot;
+-         in=&quot;result5&quot;
+-         result=&quot;result4&quot;
+-         operator=&quot;arithmetic&quot;
+-         k2=&quot;0&quot;
+-         k3=&quot;0.6&quot;
+-         k4=&quot;0&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       id=&quot;filter2934&quot;
+-       inkscape:label=&quot;Diffuse light&quot;
+-       inkscape:menu=&quot;ABCs&quot;
+-       inkscape:menu-tooltip=&quot;Basic diffuse bevel to use for building textures&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feTurbulence
+-         id=&quot;feTurbulence2936&quot;
+-         numOctaves=&quot;3&quot;
+-         seed=&quot;0&quot;
+-         type=&quot;turbulence&quot;
+-         baseFrequency=&quot;0.04&quot;
+-         result=&quot;result91&quot; /&gt;
+-      &lt;feDisplacementMap
+-         id=&quot;feDisplacementMap2938&quot;
+-         in2=&quot;result91&quot;
+-         scale=&quot;6.6&quot;
+-         yChannelSelector=&quot;G&quot;
+-         xChannelSelector=&quot;R&quot;
+-         in=&quot;SourceGraphic&quot;
+-         result=&quot;fbSourceGraphic&quot; /&gt;
+-      &lt;feColorMatrix
+-         result=&quot;fbSourceGraphicAlpha&quot;
+-         in=&quot;fbSourceGraphic&quot;
+-         values=&quot;0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0&quot;
+-         id=&quot;feColorMatrix2962&quot; /&gt;
+-      &lt;feGaussianBlur
+-         id=&quot;feGaussianBlur2964&quot;
+-         stdDeviation=&quot;6&quot;
+-         in=&quot;fbSourceGraphic&quot;
+-         result=&quot;result0&quot; /&gt;
+-      &lt;feDiffuseLighting
+-         id=&quot;feDiffuseLighting2966&quot;
+-         diffuseConstant=&quot;1&quot;
+-         surfaceScale=&quot;10&quot;
+-         result=&quot;result5&quot;&gt;
+-        &lt;feDistantLight
+-           id=&quot;feDistantLight2968&quot;
+-           elevation=&quot;25&quot;
+-           azimuth=&quot;235&quot; /&gt;
+-      &lt;/feDiffuseLighting&gt;
+-      &lt;feComposite
+-         id=&quot;feComposite2970&quot;
+-         in2=&quot;fbSourceGraphic&quot;
+-         k1=&quot;1&quot;
+-         in=&quot;result5&quot;
+-         result=&quot;result4&quot;
+-         operator=&quot;arithmetic&quot;
+-         k2=&quot;0&quot;
+-         k3=&quot;0.6&quot;
+-         k4=&quot;0&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       y2=&quot;202.39444&quot;
+-       x2=&quot;-254.78735&quot;
+-       y1=&quot;150.28613&quot;
+-       x1=&quot;-254.78735&quot;
+-       gradientTransform=&quot;translate(-4,377.36218)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5048-1&quot;
+-       xlink:href=&quot;#linearGradient3762-7&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3762-7&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop3772-4&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#d4dbe5;stop-opacity:1;&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#bac2cb;stop-opacity:1;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop3766-0&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       y2=&quot;569.78333&quot;
+-       x2=&quot;-258.78735&quot;
+-       y1=&quot;599.74908&quot;
+-       x1=&quot;-258.78735&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5050-9&quot;
+-       xlink:href=&quot;#linearGradient3779-4&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3779-4&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#dedede;stop-opacity:1&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop3781-8&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop3784-8&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#aaacae;stop-opacity:1;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       y2=&quot;202.39444&quot;
+-       x2=&quot;-254.78735&quot;
+-       y1=&quot;150.28613&quot;
+-       x1=&quot;-254.78735&quot;
+-       gradientTransform=&quot;translate(-4,377.36218)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5203&quot;
+-       xlink:href=&quot;#linearGradient3762-7&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;569.78333&quot;
+-       x2=&quot;-258.78735&quot;
+-       y1=&quot;599.74908&quot;
+-       x1=&quot;-258.78735&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5205&quot;
+-       xlink:href=&quot;#linearGradient3779-4&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;202.39444&quot;
+-       x2=&quot;-254.78735&quot;
+-       y1=&quot;150.28613&quot;
+-       x1=&quot;-254.78735&quot;
+-       gradientTransform=&quot;translate(-4,377.36218)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5217&quot;
+-       xlink:href=&quot;#linearGradient3762-7&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;569.78333&quot;
+-       x2=&quot;-258.78735&quot;
+-       y1=&quot;599.74908&quot;
+-       x1=&quot;-258.78735&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5219&quot;
+-       xlink:href=&quot;#linearGradient3779-4&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;202.39444&quot;
+-       x2=&quot;-254.78735&quot;
+-       y1=&quot;150.28613&quot;
+-       x1=&quot;-254.78735&quot;
+-       gradientTransform=&quot;translate(-4,377.36218)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5231&quot;
+-       xlink:href=&quot;#linearGradient3762-7&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;569.78333&quot;
+-       x2=&quot;-258.78735&quot;
+-       y1=&quot;599.74908&quot;
+-       x1=&quot;-258.78735&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5233&quot;
+-       xlink:href=&quot;#linearGradient3779-4&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;202.39444&quot;
+-       x2=&quot;-254.78735&quot;
+-       y1=&quot;150.28613&quot;
+-       x1=&quot;-254.78735&quot;
+-       gradientTransform=&quot;translate(-4,377.36218)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5245&quot;
+-       xlink:href=&quot;#linearGradient3762-7&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;569.78333&quot;
+-       x2=&quot;-258.78735&quot;
+-       y1=&quot;599.74908&quot;
+-       x1=&quot;-258.78735&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5247&quot;
+-       xlink:href=&quot;#linearGradient3779-4&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;202.39444&quot;
+-       x2=&quot;-254.78735&quot;
+-       y1=&quot;150.28613&quot;
+-       x1=&quot;-254.78735&quot;
+-       gradientTransform=&quot;translate(-4,377.36218)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5259&quot;
+-       xlink:href=&quot;#linearGradient3762-7&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;569.78333&quot;
+-       x2=&quot;-258.78735&quot;
+-       y1=&quot;599.74908&quot;
+-       x1=&quot;-258.78735&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5261&quot;
+-       xlink:href=&quot;#linearGradient3779-4&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;202.39444&quot;
+-       x2=&quot;-254.78735&quot;
+-       y1=&quot;150.28613&quot;
+-       x1=&quot;-254.78735&quot;
+-       gradientTransform=&quot;translate(-4,377.36218)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5273&quot;
+-       xlink:href=&quot;#linearGradient3762-7&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;569.78333&quot;
+-       x2=&quot;-258.78735&quot;
+-       y1=&quot;599.74908&quot;
+-       x1=&quot;-258.78735&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5275&quot;
+-       xlink:href=&quot;#linearGradient3779-4&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;202.39444&quot;
+-       x2=&quot;-254.78735&quot;
+-       y1=&quot;150.28613&quot;
+-       x1=&quot;-254.78735&quot;
+-       gradientTransform=&quot;translate(-4,377.36218)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5287&quot;
+-       xlink:href=&quot;#linearGradient3762-7&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;569.78333&quot;
+-       x2=&quot;-258.78735&quot;
+-       y1=&quot;599.74908&quot;
+-       x1=&quot;-258.78735&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5289&quot;
+-       xlink:href=&quot;#linearGradient3779-4&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;202.39444&quot;
+-       x2=&quot;-254.78735&quot;
+-       y1=&quot;150.28613&quot;
+-       x1=&quot;-254.78735&quot;
+-       gradientTransform=&quot;translate(-4,377.36218)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5301&quot;
+-       xlink:href=&quot;#linearGradient3762-7&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;569.78333&quot;
+-       x2=&quot;-258.78735&quot;
+-       y1=&quot;599.74908&quot;
+-       x1=&quot;-258.78735&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5303&quot;
+-       xlink:href=&quot;#linearGradient3779-4&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient6679-6&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffeb74;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop6681-6&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop6683-7&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#eraserFill&quot;
+-       y2=&quot;188.41277&quot;
+-       x2=&quot;176.86269&quot;
+-       y1=&quot;157.82079&quot;
+-       x1=&quot;144.08243&quot;
+-       gradientTransform=&quot;matrix(0.809546,0,0,0.809417,342.9983,-4.125322)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient7426&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#eraserFill&quot;
+-       y2=&quot;234.00311&quot;
+-       x2=&quot;112.20101&quot;
+-       y1=&quot;221.06877&quot;
+-       x1=&quot;101.09393&quot;
+-       gradientTransform=&quot;matrix(1.13356,0,0,1.133368,339.5737,-131.407)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient7424&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       id=&quot;eraserFill&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop5742_1&quot;
+-         offset=&quot;0.0000000&quot;
+-         style=&quot;stop-color:#ffffff;stop-opacity:1.0000000;&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop5744_1&quot;
+-         offset=&quot;1.0000000&quot;
+-         style=&quot;stop-color:#f3b698;stop-opacity:1.0000000;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient4935&quot;
+-       gradientTransform=&quot;matrix(1.00712,0,0,1.00712,16.0574,-204.726)&quot;
+-       y2=&quot;96.397003&quot;
+-       x2=&quot;-14.7622&quot;
+-       y1=&quot;107.85&quot;
+-       x1=&quot;-0.53531498&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient4246&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;radialGradient
+-       xlink:href=&quot;#linearGradient4798&quot;
+-       r=&quot;9.4159403&quot;
+-       fy=&quot;-2729.78&quot;
+-       fx=&quot;-293.81201&quot;
+-       cy=&quot;-2729.78&quot;
+-       cx=&quot;-293.81201&quot;
+-       gradientTransform=&quot;matrix(1.20758,0.0165454,0.27747,1.03554,1573.42,3294.03)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;radialGradient4365&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient5704&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       y2=&quot;109.46882&quot;
+-       x2=&quot;48.803055&quot;
+-       y1=&quot;98.276649&quot;
+-       x1=&quot;44.283833&quot;
+-       id=&quot;linearGradient5436&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient5704&quot;
+-       y2=&quot;279.68689&quot;
+-       x2=&quot;501.15674&quot;
+-       y1=&quot;276.5925&quot;
+-       x1=&quot;497.19922&quot;
+-       gradientTransform=&quot;matrix(1,0,0,1.005747,-444.4008,-168.4784)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5230&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient6684&quot;
+-       gradientTransform=&quot;matrix(1,0,0,1.005747,-443,-167.4216)&quot;
+-       y2=&quot;275.92883&quot;
+-       x2=&quot;498.01834&quot;
+-       y1=&quot;278.69318&quot;
+-       x1=&quot;501.36981&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5228&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient700&quot;
+-       y2=&quot;118.64024&quot;
+-       x2=&quot;95.750748&quot;
+-       y1=&quot;121.4717&quot;
+-       x1=&quot;99.279366&quot;
+-       gradientTransform=&quot;matrix(0.97755,-0.211918,0.218379,1.018965,-62.10329,4.028774)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient6325&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient5704&quot;
+-       gradientTransform=&quot;translate(0.30283,0.11441)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       y2=&quot;129.00923&quot;
+-       x2=&quot;86.020599&quot;
+-       y1=&quot;115.25341&quot;
+-       x1=&quot;75.092407&quot;
+-       id=&quot;linearGradient6189&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient800&quot;
+-       y2=&quot;121.33732&quot;
+-       x2=&quot;97.37693&quot;
+-       y1=&quot;118.01502&quot;
+-       x1=&quot;94.58905&quot;
+-       gradientTransform=&quot;matrix(0.97755,-0.210707,0.218379,1.013142,-30.17658,18.69473)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient6170&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient6684&quot;
+-       y2=&quot;247.05618&quot;
+-       x2=&quot;497.45804&quot;
+-       y1=&quot;250.02412&quot;
+-       x1=&quot;500.09354&quot;
+-       gradientTransform=&quot;matrix(0.97755,-0.210707,0.210707,0.97755,-452.0637,-9.594324)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient6168&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient5663&quot;
+-       gradientTransform=&quot;matrix(0.977549,-0.210707,0.210707,0.977549,-25.77315,22.51322)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       y2=&quot;120.93597&quot;
+-       x2=&quot;87.871544&quot;
+-       y1=&quot;124.96582&quot;
+-       x1=&quot;94.053925&quot;
+-       id=&quot;linearGradient6123&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient5704&quot;
+-       gradientTransform=&quot;translate(1,-1.24044)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       y2=&quot;169.57916&quot;
+-       x2=&quot;21.9317&quot;
+-       y1=&quot;167.06665&quot;
+-       x1=&quot;19.57576&quot;
+-       id=&quot;linearGradient5670&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient5704&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       y2=&quot;304.59381&quot;
+-       x2=&quot;454.26642&quot;
+-       y1=&quot;293.79044&quot;
+-       x1=&quot;448.79019&quot;
+-       id=&quot;linearGradient5856&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient6684&quot;
+-       gradientTransform=&quot;translate(-0.93075,0)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       y2=&quot;219.01349&quot;
+-       x2=&quot;20.659096&quot;
+-       y1=&quot;215.0097&quot;
+-       x1=&quot;17.627459&quot;
+-       id=&quot;linearGradient5694&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient6684&quot;
+-       y2=&quot;213.66304&quot;
+-       x2=&quot;15.985496&quot;
+-       y1=&quot;219.52322&quot;
+-       x1=&quot;19.473742&quot;
+-       gradientTransform=&quot;matrix(0.75262,0,0,0.59916,3.63262,86.9905)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5679&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient14614&quot;
+-       gradientTransform=&quot;translate(-474.994,-196)&quot;
+-       y2=&quot;300.82486&quot;
+-       x2=&quot;500.25235&quot;
+-       y1=&quot;302.00549&quot;
+-       x1=&quot;503.90671&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient14654&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient3480&quot;
+-       gradientTransform=&quot;translate(-474.994,-196)&quot;
+-       y2=&quot;301.24585&quot;
+-       x2=&quot;503.20328&quot;
+-       y1=&quot;296.24222&quot;
+-       x1=&quot;494.79541&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient14652&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient700&quot;
+-       gradientTransform=&quot;translate(-474.994,-196)&quot;
+-       y2=&quot;298.38025&quot;
+-       x2=&quot;502.13275&quot;
+-       y1=&quot;299.7858&quot;
+-       x1=&quot;505.68192&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient14650&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient16137&quot;
+-       gradientTransform=&quot;translate(-474.994,-196)&quot;
+-       y2=&quot;304.79916&quot;
+-       x2=&quot;496.69983&quot;
+-       y1=&quot;311.08139&quot;
+-       x1=&quot;503.46234&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient14646&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient5734&quot;
+-       gradientTransform=&quot;matrix(1,0,0,0.973548,1.5,3.761392)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       y2=&quot;175.94685&quot;
+-       x2=&quot;13.848969&quot;
+-       y1=&quot;177.44151&quot;
+-       x1=&quot;15&quot;
+-       id=&quot;linearGradient4369&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient5704&quot;
+-       gradientTransform=&quot;matrix(1,0,0,0.973548,1.5,3.761392)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       y2=&quot;178.02231&quot;
+-       x2=&quot;15.847412&quot;
+-       y1=&quot;174.94193&quot;
+-       x1=&quot;14.019764&quot;
+-       id=&quot;linearGradient4360&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient4343&quot;
+-       gradientTransform=&quot;translate(41.8634,-175.7596)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       y2=&quot;335.03082&quot;
+-       x2=&quot;-10.528212&quot;
+-       y1=&quot;332.07693&quot;
+-       x1=&quot;-13.059585&quot;
+-       id=&quot;linearGradient4349&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient4935&quot;
+-       gradientTransform=&quot;matrix(0.89781,0,0,0.89781,-0.81747,10.4227)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       y2=&quot;96.397003&quot;
+-       x2=&quot;-14.7622&quot;
+-       y1=&quot;107.85&quot;
+-       x1=&quot;-0.53531498&quot;
+-       id=&quot;linearGradient10520&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient5734&quot;
+-       gradientTransform=&quot;translate(1.863401,-1.999999)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       y2=&quot;164.95464&quot;
+-       x2=&quot;23.615282&quot;
+-       y1=&quot;170.37819&quot;
+-       x1=&quot;22.452934&quot;
+-       id=&quot;linearGradient3628&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient800&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop998&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#f3ff49;stop-opacity:1;&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop999&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#ffa01e;stop-opacity:1;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient700&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop347&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#376796;stop-opacity:1;&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop348&quot;
+-         offset=&quot;1.0000000&quot;
+-         style=&quot;stop-color:#b0dde2;stop-opacity:1.0000000;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient500&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop1007&quot;
+-         offset=&quot;0.0000000&quot;
+-         style=&quot;stop-color:#e7eaf0;stop-opacity:1.0000000;&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop1008&quot;
+-         offset=&quot;1.0000000&quot;
+-         style=&quot;stop-color:#bacadd;stop-opacity:1.0000000;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient1610&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop1611&quot;
+-         offset=&quot;0.0000000&quot;
+-         style=&quot;stop-color:#000000;stop-opacity:1.0000000&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop3053&quot;
+-         offset=&quot;0.35076979&quot;
+-         style=&quot;stop-color:#7f7f7f;stop-opacity:1.0000000&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop3054&quot;
+-         offset=&quot;0.59668732&quot;
+-         style=&quot;stop-color:#bfbfbf;stop-opacity:1.0000000&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop3055&quot;
+-         offset=&quot;0.78382427&quot;
+-         style=&quot;stop-color:#dfdfdf;stop-opacity:1.0000000&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop1612&quot;
+-         offset=&quot;1.0000000&quot;
+-         style=&quot;stop-color:#ffffff;stop-opacity:1.0000000&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient2888&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop2889&quot;
+-         offset=&quot;0.0000000&quot;
+-         style=&quot;stop-color:#ffffff;stop-opacity:1.0000000;&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop2894&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#8ab3de;stop-opacity:1;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient2485&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop2486&quot;
+-         offset=&quot;0.0000000&quot;
+-         style=&quot;stop-color:#ffffff;stop-opacity:1.0000000&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop2487&quot;
+-         offset=&quot;1.0000000&quot;
+-         style=&quot;stop-color:#aaaaaa;stop-opacity:1.0000000;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3466&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1.0000000&quot;
+-         offset=&quot;0.0000000&quot;
+-         id=&quot;stop3468&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#a0a0a0;stop-opacity:1.0000000;&quot;
+-         offset=&quot;1.0000000&quot;
+-         id=&quot;stop3470&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3480&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop3482&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#b2b2b2;stop-opacity:1;&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop3484&quot;
+-         offset=&quot;1.0000000&quot;
+-         style=&quot;stop-color:#000000;stop-opacity:1.0000000;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient10585&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#d7d7d7;stop-opacity:1.0000000;&quot;
+-         offset=&quot;0.0000000&quot;
+-         id=&quot;stop10587&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:1.0000000;&quot;
+-         offset=&quot;1.0000000&quot;
+-         id=&quot;stop10595&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient5663&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop5665&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop5667&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient6684&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffbf00;stop-opacity:1.0000000;&quot;
+-         offset=&quot;0.0000000&quot;
+-         id=&quot;stop6686&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1.0000000;&quot;
+-         offset=&quot;1.0000000&quot;
+-         id=&quot;stop6688&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient4343&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#fff9f9;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop4345&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#fff9f9;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop4347&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient14614&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#c80000&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop14616&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#bf0000;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop14618&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient16137&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#db5d00;stop-opacity:1.0000000;&quot;
+-         offset=&quot;0.0000000&quot;
+-         id=&quot;stop16139&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffd749;stop-opacity:1.0000000;&quot;
+-         offset=&quot;0.35076979&quot;
+-         id=&quot;stop16141&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#fff593;stop-opacity:1.0000000;&quot;
+-         offset=&quot;0.59668732&quot;
+-         id=&quot;stop16143&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#fff7c2;stop-opacity:1.0000000;&quot;
+-         offset=&quot;0.78382427&quot;
+-         id=&quot;stop16145&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1.0000000;&quot;
+-         offset=&quot;1.0000000&quot;
+-         id=&quot;stop16147&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient5704&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#5a5a5a;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop5706&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:1.0000000;&quot;
+-         offset=&quot;1.0000000&quot;
+-         id=&quot;stop5708&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient5734&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop5736&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#8ab3df;stop-opacity:1;&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop5738&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#ffffff&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient5740&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop5742&quot;
+-         offset=&quot;0.0000000&quot;
+-         style=&quot;stop-color:#ffffff;stop-opacity:1.0000000;&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop5744&quot;
+-         offset=&quot;1.0000000&quot;
+-         style=&quot;stop-color:#98b6d3;stop-opacity:1.0000000;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient5858&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffa01e&quot;
+-         offset=&quot;0.0000000&quot;
+-         id=&quot;stop5860&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:1.0000000;&quot;
+-         offset=&quot;1.0000000&quot;
+-         id=&quot;stop5862&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient5899&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop5901&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffacb5;stop-opacity:1;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop5903&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient6679&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffeb74;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop6681&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop6683&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient4698&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop4700&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#4fa7f5;stop-opacity:1;&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop4702&quot;
+-         offset=&quot;1.0000000&quot;
+-         style=&quot;stop-color:#004c91;stop-opacity:1&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       xlink:href=&quot;#linearGradient700&quot;
+-       gradientTransform=&quot;matrix(-0.42698,-0.87201,0.87201,-0.42698,11.5331,-7.26288)&quot;
+-       y2=&quot;-0.473952&quot;
+-       x2=&quot;-16.435499&quot;
+-       y1=&quot;-1.11146&quot;
+-       x1=&quot;-30.512699&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient3352&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient4935&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#5eba69;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop4939&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#153815;stop-opacity:1;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop4937&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient4798&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1.0000000;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop4802&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#5eba69;stop-opacity:1;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop4800&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       y2=&quot;138.5&quot;
+-       x2=&quot;36.186733&quot;
+-       y1=&quot;132.94643&quot;
+-       x1=&quot;31.372471&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient15134&quot;
+-       xlink:href=&quot;#linearGradient5704&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       y2=&quot;137.47379&quot;
+-       x2=&quot;42.183006&quot;
+-       y1=&quot;137.51648&quot;
+-       x1=&quot;34.519402&quot;
+-       gradientTransform=&quot;translate(-1.5,7.5244)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient15136&quot;
+-       xlink:href=&quot;#linearGradient3480&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;filter
+-       height=&quot;1.233604&quot;
+-       y=&quot;-0.11680196&quot;
+-       width=&quot;1.1636285&quot;
+-       x=&quot;-0.081814222&quot;
+-       id=&quot;filter7186&quot;
+-       inkscape:collect=&quot;always&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         id=&quot;feGaussianBlur7188&quot;
+-         stdDeviation=&quot;2.9208933&quot;
+-         inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       y2=&quot;91.984299&quot;
+-       x2=&quot;130.44356&quot;
+-       y1=&quot;665.61041&quot;
+-       x1=&quot;351.74768&quot;
+-       id=&quot;linearGradient7291&quot;
+-       xlink:href=&quot;#linearGradient7285&quot;
+-       inkscape:collect=&quot;always&quot;
+-       gradientTransform=&quot;translate(-11.303092,29.559197)&quot; /&gt;
+-    &lt;filter
+-       id=&quot;filter7305&quot;
+-       inkscape:collect=&quot;always&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         id=&quot;feGaussianBlur7307&quot;
+-         stdDeviation=&quot;13.216943&quot;
+-         inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter9459&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;1.8795773&quot;
+-         id=&quot;feGaussianBlur9461&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter9481&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.85365539&quot;
+-         id=&quot;feGaussianBlur9483&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter9489&quot;
+-       x=&quot;-0.01254057&quot;
+-       width=&quot;1.0250812&quot;
+-       y=&quot;-0.1163854&quot;
+-       height=&quot;1.2327708&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.74635171&quot;
+-         id=&quot;feGaussianBlur9491&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter9509&quot;
+-       x=&quot;-0.0057437643&quot;
+-       width=&quot;1.0114875&quot;
+-       y=&quot;-0.38989219&quot;
+-       height=&quot;1.7797844&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.82087963&quot;
+-         id=&quot;feGaussianBlur9511&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter4581&quot;
+-       x=&quot;-0.14611837&quot;
+-       width=&quot;1.2922368&quot;
+-       y=&quot;-0.36957869&quot;
+-       height=&quot;1.7391574&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;1.4131103&quot;
+-         id=&quot;feGaussianBlur4583&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter4601&quot;
+-       x=&quot;-0.13850237&quot;
+-       width=&quot;1.2770047&quot;
+-       y=&quot;-0.28678128&quot;
+-       height=&quot;1.5735626&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;2.6894194&quot;
+-         id=&quot;feGaussianBlur4603&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4494&quot;
+-       id=&quot;linearGradient4633&quot;
+-       x1=&quot;166.71602&quot;
+-       y1=&quot;466.7348&quot;
+-       x2=&quot;164.09886&quot;
+-       y2=&quot;485.35492&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4494-8&quot;
+-       id=&quot;linearGradient4633-5&quot;
+-       x1=&quot;166.71602&quot;
+-       y1=&quot;466.7348&quot;
+-       x2=&quot;164.09886&quot;
+-       y2=&quot;485.35492&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient4494-8&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#857cc3;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop4496-8&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#2f1c55;stop-opacity:1;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop4498-1&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4698&quot;
+-       id=&quot;linearGradient4788&quot;
+-       x1=&quot;162.62898&quot;
+-       y1=&quot;424.5499&quot;
+-       x2=&quot;161.51878&quot;
+-       y2=&quot;451.30502&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter4796&quot;
+-       x=&quot;-0.13579759&quot;
+-       width=&quot;1.2715952&quot;
+-       y=&quot;-0.20746858&quot;
+-       height=&quot;1.4149373&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.56258564&quot;
+-         id=&quot;feGaussianBlur4798&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient10585&quot;
+-       id=&quot;linearGradient4810&quot;
+-       x1=&quot;142.47583&quot;
+-       y1=&quot;439.6665&quot;
+-       x2=&quot;162.33174&quot;
+-       y2=&quot;473.41339&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;translate(-11.303092,29.559197)&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4698&quot;
+-       id=&quot;linearGradient4816&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;162.62898&quot;
+-       y1=&quot;424.5499&quot;
+-       x2=&quot;161.51878&quot;
+-       y2=&quot;451.30502&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4698&quot;
+-       id=&quot;linearGradient4818&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;162.62898&quot;
+-       y1=&quot;424.5499&quot;
+-       x2=&quot;161.51878&quot;
+-       y2=&quot;451.30502&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4698&quot;
+-       id=&quot;linearGradient4820&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;162.62898&quot;
+-       y1=&quot;424.5499&quot;
+-       x2=&quot;161.51878&quot;
+-       y2=&quot;451.30502&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4698&quot;
+-       id=&quot;linearGradient4822&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;162.62898&quot;
+-       y1=&quot;424.5499&quot;
+-       x2=&quot;161.51878&quot;
+-       y2=&quot;451.30502&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4698&quot;
+-       id=&quot;linearGradient4824&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;162.62898&quot;
+-       y1=&quot;424.5499&quot;
+-       x2=&quot;161.51878&quot;
+-       y2=&quot;451.30502&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient1610&quot;
+-       id=&quot;linearGradient4852&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(2.6784776,0,0.30354724,2.6555979,-2852.402,-104.21873)&quot;
+-       x1=&quot;1095.3066&quot;
+-       y1=&quot;180.82251&quot;
+-       x2=&quot;1095.3198&quot;
+-       y2=&quot;214.02989&quot; /&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter4863&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;1.5367755&quot;
+-         id=&quot;feGaussianBlur4865&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient800-9&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop998-8&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#d0ca48;stop-opacity:1;&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop999-6&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#9c6c2b;stop-opacity:1;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter5075&quot;
+-       x=&quot;-0.1363816&quot;
+-       width=&quot;1.2727633&quot;
+-       y=&quot;-0.1363816&quot;
+-       height=&quot;1.2727633&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.79555929&quot;
+-         id=&quot;feGaussianBlur5077&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter5099&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;1.0092614&quot;
+-         id=&quot;feGaussianBlur5101&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter5156&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;1.2767986&quot;
+-         id=&quot;feGaussianBlur5158&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter4595&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.85661394&quot;
+-         id=&quot;feGaussianBlur4597&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter4662&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.50376327&quot;
+-         id=&quot;feGaussianBlur4664&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter4702&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.87186674&quot;
+-         id=&quot;feGaussianBlur4704&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter4760&quot;
+-       x=&quot;-0.1060771&quot;
+-       width=&quot;1.2121542&quot;
+-       y=&quot;-0.10905856&quot;
+-       height=&quot;1.2181171&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;1.3329063&quot;
+-         id=&quot;feGaussianBlur4762&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter4790&quot;
+-       x=&quot;-0.23978288&quot;
+-       width=&quot;1.4795659&quot;
+-       y=&quot;-0.12732288&quot;
+-       height=&quot;1.2546458&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;1.3598317&quot;
+-         id=&quot;feGaussianBlur4792&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter4794&quot;
+-       x=&quot;-0.13601574&quot;
+-       width=&quot;1.2720315&quot;
+-       y=&quot;-0.11919772&quot;
+-       height=&quot;1.2383955&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;1.3598317&quot;
+-         id=&quot;feGaussianBlur4796&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4687&quot;
+-       id=&quot;linearGradient3814-1&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;translate(139.98216,324.22785)&quot;
+-       x1=&quot;99.030533&quot;
+-       y1=&quot;294.77142&quot;
+-       x2=&quot;51.654381&quot;
+-       y2=&quot;238.90999&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4694&quot;
+-       id=&quot;linearGradient3811-4&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;75.173698&quot;
+-       y1=&quot;701.08582&quot;
+-       x2=&quot;48.545189&quot;
+-       y2=&quot;646.85864&quot;
+-       gradientTransform=&quot;matrix(0.96807191,0,0,0.93488716,177.49609,-10.294394)&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4687-4&quot;
+-       id=&quot;linearGradient3814-1-0&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.97606581,0,0,0.97606581,140.74624,328.29815)&quot;
+-       x1=&quot;-1.4708021&quot;
+-       y1=&quot;211.62039&quot;
+-       x2=&quot;-18.857502&quot;
+-       y2=&quot;147.86916&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient4687-4&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop4690-9&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#b3c4d9;stop-opacity:1&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop4692-4&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4776&quot;
+-       id=&quot;linearGradient3811-0&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;8.4619932&quot;
+-       y1=&quot;582.33105&quot;
+-       x2=&quot;5.6335659&quot;
+-       y2=&quot;555.46094&quot;
+-       gradientTransform=&quot;matrix(1.0265628,0,0,1.0257497,174.16917,-67.058024)&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3779-7-1&quot;
+-       id=&quot;linearGradient3811-8&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;-38.207054&quot;
+-       y1=&quot;486.16452&quot;
+-       x2=&quot;-39.621265&quot;
+-       y2=&quot;466.36554&quot;
+-       gradientTransform=&quot;matrix(0.9803957,0,0,0.98111732,173.86099,-42.813622)&quot; /&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3779-7-1&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#dedede;stop-opacity:1&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop3781-1-2&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop3784-1-1&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#aaacae;stop-opacity:1;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4839&quot;
+-       id=&quot;linearGradient3814-8&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;translate(140.55183,325.93686)&quot;
+-       x1=&quot;-24.713148&quot;
+-       y1=&quot;61.426189&quot;
+-       x2=&quot;-25.420256&quot;
+-       y2=&quot;70.618576&quot; /&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3779-7-7&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#dedede;stop-opacity:1&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop3781-1-4&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop3784-1-0&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#aaacae;stop-opacity:1;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3779-7-17&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#dedede;stop-opacity:1&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop3781-1-1&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop3784-1-15&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#aaacae;stop-opacity:1;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3762-4-6&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop3772-5-1&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#d4dbe5;stop-opacity:1;&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#bac2cb;stop-opacity:1;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop3766-5-4&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3779-7-2&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#dedede;stop-opacity:1&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop3781-1-21&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop3784-1-6&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#aaacae;stop-opacity:1;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3762-4-76&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop3772-5-18&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#d4dbe5;stop-opacity:1;&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#bac2cb;stop-opacity:1;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop3766-5-9&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3779-7-9&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#dedede;stop-opacity:1&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop3781-1-5&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop3784-1-4&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#aaacae;stop-opacity:1;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3762-4-3&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop3772-5-3&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#d4dbe5;stop-opacity:1;&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#bac2cb;stop-opacity:1;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop3766-5-41&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3779-7-0&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#dedede;stop-opacity:1&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop3781-1-20&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop3784-1-8&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#aaacae;stop-opacity:1;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient3762-4-78&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop3772-5-7&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#d4dbe5;stop-opacity:1;&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#bac2cb;stop-opacity:1;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop3766-5-8&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;filter
+-       id=&quot;filter5611&quot;
+-       inkscape:label=&quot;Feather&quot;
+-       inkscape:menu=&quot;ABCs&quot;
+-       inkscape:menu-tooltip=&quot;Blurred mask on the edge without altering the contents&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         id=&quot;feGaussianBlur5613&quot;
+-         result=&quot;result6&quot;
+-         stdDeviation=&quot;5&quot; /&gt;
+-      &lt;feComposite
+-         id=&quot;feComposite5615&quot;
+-         in2=&quot;result6&quot;
+-         operator=&quot;atop&quot;
+-         in=&quot;SourceGraphic&quot;
+-         result=&quot;result91&quot; /&gt;
+-      &lt;feComposite
+-         id=&quot;feComposite5617&quot;
+-         in2=&quot;result91&quot;
+-         operator=&quot;in&quot;
+-         result=&quot;result92&quot; /&gt;
+-      &lt;feComposite
+-         id=&quot;feComposite5619&quot;
+-         in2=&quot;result92&quot;
+-         operator=&quot;in&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter5797&quot;
+-       x=&quot;-0.11128103&quot;
+-       width=&quot;1.2225621&quot;
+-       y=&quot;-0.21722668&quot;
+-       height=&quot;1.4344534&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;6.834681&quot;
+-         id=&quot;feGaussianBlur5799&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter5819&quot;
+-       x=&quot;-0.12079751&quot;
+-       width=&quot;1.241595&quot;
+-       y=&quot;-0.23580337&quot;
+-       height=&quot;1.4716067&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;7.4191661&quot;
+-         id=&quot;feGaussianBlur5821&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter5833&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;1.0204686&quot;
+-         id=&quot;feGaussianBlur5835&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5845&quot;
+-       id=&quot;linearGradient5851&quot;
+-       x1=&quot;364.12961&quot;
+-       y1=&quot;543.96576&quot;
+-       x2=&quot;434.72357&quot;
+-       y2=&quot;122.95647&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter5947&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;2.1456413&quot;
+-         id=&quot;feGaussianBlur5949&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5052&quot;
+-       id=&quot;radialGradient4853&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.97913814,0.00513136,-0.00448465,0.84421632,0.06315078,80.011403)&quot;
+-       cx=&quot;384.90625&quot;
+-       cy=&quot;332.82812&quot;
+-       fx=&quot;384.90625&quot;
+-       fy=&quot;332.82812&quot;
+-       r=&quot;373.15625&quot; /&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter4878&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.92725342&quot;
+-         id=&quot;feGaussianBlur4880&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient4858-4&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:0.99&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop4860-5&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop4862-5&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter4878-1&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.92725342&quot;
+-         id=&quot;feGaussianBlur4880-7&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient4858-2&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:0.99&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop4860-7&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#000000;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop4862-6&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter4878-14&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.92725342&quot;
+-         id=&quot;feGaussianBlur4880-2&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter5873-5&quot;
+-       x=&quot;-0.018711384&quot;
+-       width=&quot;1.0374228&quot;
+-       y=&quot;-0.17425787&quot;
+-       height=&quot;1.3485157&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;1.1585993&quot;
+-         id=&quot;feGaussianBlur5875-7&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter5869-6&quot;
+-       x=&quot;-0.10901141&quot;
+-       width=&quot;1.2180228&quot;
+-       y=&quot;-0.25509357&quot;
+-       height=&quot;1.5101871&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;1.1585993&quot;
+-         id=&quot;feGaussianBlur5871-1&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter5114&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;2.4166326&quot;
+-         id=&quot;feGaussianBlur5116&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5162&quot;
+-       id=&quot;linearGradient5169&quot;
+-       x1=&quot;561.81354&quot;
+-       y1=&quot;171.39847&quot;
+-       x2=&quot;387.8544&quot;
+-       y2=&quot;292.56067&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;translate(-11.303092,29.559197)&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5173&quot;
+-       id=&quot;linearGradient5171&quot;
+-       x1=&quot;712.41187&quot;
+-       y1=&quot;12.81899&quot;
+-       x2=&quot;387.8544&quot;
+-       y2=&quot;292.56067&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;translate(-11.303092,29.559197)&quot; /&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter4872&quot;
+-       color-interpolation-filters=&quot;sRGB&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.21692816&quot;
+-         id=&quot;feGaussianBlur4874&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4494-8&quot;
+-       id=&quot;linearGradient5157&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;166.71602&quot;
+-       y1=&quot;466.7348&quot;
+-       x2=&quot;164.09886&quot;
+-       y2=&quot;485.35492&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4494-8&quot;
+-       id=&quot;linearGradient5159&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;166.71602&quot;
+-       y1=&quot;466.7348&quot;
+-       x2=&quot;164.09886&quot;
+-       y2=&quot;485.35492&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4494-8&quot;
+-       id=&quot;linearGradient5161&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;166.71602&quot;
+-       y1=&quot;466.7348&quot;
+-       x2=&quot;164.09886&quot;
+-       y2=&quot;485.35492&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4494-8&quot;
+-       id=&quot;linearGradient5163&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;166.71602&quot;
+-       y1=&quot;466.7348&quot;
+-       x2=&quot;164.09886&quot;
+-       y2=&quot;485.35492&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4494-8&quot;
+-       id=&quot;linearGradient5165&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;166.71602&quot;
+-       y1=&quot;466.7348&quot;
+-       x2=&quot;164.09886&quot;
+-       y2=&quot;485.35492&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4494&quot;
+-       id=&quot;linearGradient5167&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;166.71602&quot;
+-       y1=&quot;466.7348&quot;
+-       x2=&quot;164.09886&quot;
+-       y2=&quot;485.35492&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4494&quot;
+-       id=&quot;linearGradient5170&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;166.71602&quot;
+-       y1=&quot;466.7348&quot;
+-       x2=&quot;164.09886&quot;
+-       y2=&quot;485.35492&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4494&quot;
+-       id=&quot;linearGradient5172&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;166.71602&quot;
+-       y1=&quot;466.7348&quot;
+-       x2=&quot;164.09886&quot;
+-       y2=&quot;485.35492&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4494&quot;
+-       id=&quot;linearGradient5175&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;166.71602&quot;
+-       y1=&quot;466.7348&quot;
+-       x2=&quot;164.09886&quot;
+-       y2=&quot;485.35492&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4494&quot;
+-       id=&quot;linearGradient5177&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;166.71602&quot;
+-       y1=&quot;466.7348&quot;
+-       x2=&quot;164.09886&quot;
+-       y2=&quot;485.35492&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4858-2&quot;
+-       id=&quot;linearGradient5334&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;548.27954&quot;
+-       y1=&quot;428.4588&quot;
+-       x2=&quot;564.84192&quot;
+-       y2=&quot;560.32965&quot;
+-       gradientTransform=&quot;translate(-12.205129,406.07025)&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4858-4&quot;
+-       id=&quot;linearGradient5339&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;589.23322&quot;
+-       y1=&quot;455.48822&quot;
+-       x2=&quot;610.71002&quot;
+-       y2=&quot;531.66211&quot;
+-       gradientTransform=&quot;translate(-12.205129,406.07025)&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4858&quot;
+-       id=&quot;linearGradient5342&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;646.56836&quot;
+-       y1=&quot;448.11658&quot;
+-       x2=&quot;687.70294&quot;
+-       y2=&quot;508.72803&quot;
+-       gradientTransform=&quot;translate(-12.205129,406.07025)&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#WhiteTransparent&quot;
+-       id=&quot;linearGradient5367&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(2.9109279,0,0,2.9109279,189.05419,597.20548)&quot;
+-       x1=&quot;60&quot;
+-       y1=&quot;20&quot;
+-       x2=&quot;90&quot;
+-       y2=&quot;50&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#BlackTransparent&quot;
+-       id=&quot;linearGradient5370&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(2.9109279,0,0,2.9109279,249.05419,637.20548)&quot;
+-       x1=&quot;0&quot;
+-       y1=&quot;128&quot;
+-       x2=&quot;0&quot;
+-       y2=&quot;64&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#WhiteTransparent&quot;
+-       id=&quot;linearGradient5373&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(2.9109279,0,0,2.9109279,169.05419,617.20548)&quot;
+-       x1=&quot;33&quot;
+-       y1=&quot;35&quot;
+-       x2=&quot;58&quot;
+-       y2=&quot;60&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3803&quot;
+-       id=&quot;linearGradient5383&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;386.42279&quot;
+-       y1=&quot;958.1955&quot;
+-       x2=&quot;386.42279&quot;
+-       y2=&quot;639.21942&quot;
+-       gradientTransform=&quot;translate(-12.205129,28.708077)&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3803&quot;
+-       id=&quot;linearGradient5386&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;translate(-12.205129,18.708077)&quot;
+-       x1=&quot;386.42279&quot;
+-       y1=&quot;992.1955&quot;
+-       x2=&quot;113.42279&quot;
+-       y2=&quot;885.30359&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3785&quot;
+-       id=&quot;linearGradient5389&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       spreadMethod=&quot;pad&quot;
+-       x1=&quot;174.60938&quot;
+-       y1=&quot;161.53125&quot;
+-       x2=&quot;174.60938&quot;
+-       y2=&quot;218.59375&quot;
+-       gradientTransform=&quot;translate(-12.205129,406.07025)&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3775&quot;
+-       id=&quot;linearGradient5393&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1,0,0,0.71043685,-12.205129,196.02928)&quot;
+-       x1=&quot;354.60971&quot;
+-       y1=&quot;895.41766&quot;
+-       x2=&quot;354.60971&quot;
+-       y2=&quot;577.84015&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3763&quot;
+-       id=&quot;linearGradient5397&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1.0053442,0,0,0.99837055,-16.476431,28.784587)&quot;
+-       x1=&quot;109.43697&quot;
+-       y1=&quot;433.91605&quot;
+-       x2=&quot;109.43697&quot;
+-       y2=&quot;746.10834&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5066&quot;
+-       id=&quot;radialGradient5399&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.99338072,-0.11486837,0.09629223,0.83273445,-17.42792,79.497825)&quot;
+-       cx=&quot;389.53735&quot;
+-       cy=&quot;207.76729&quot;
+-       fx=&quot;389.53735&quot;
+-       fy=&quot;207.76729&quot;
+-       r=&quot;243.54314&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5584&quot;
+-       id=&quot;radialGradient5401&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.96897734,-0.06849625,0.07125887,1.0080578,-13.012094,16.425898)&quot;
+-       cx=&quot;366.15582&quot;
+-       cy=&quot;342.00967&quot;
+-       fx=&quot;366.15582&quot;
+-       fy=&quot;342.00967&quot;
+-       r=&quot;255.53001&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#WhiteTransparent&quot;
+-       id=&quot;linearGradient5403&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;0&quot;
+-       y1=&quot;128&quot;
+-       x2=&quot;0&quot;
+-       y2=&quot;76&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#WhiteTransparent&quot;
+-       id=&quot;linearGradient5405&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;80&quot;
+-       y1=&quot;20&quot;
+-       x2=&quot;60&quot;
+-       y2=&quot;40&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3785&quot;
+-       id=&quot;linearGradient5407&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;translate(439.69921,320.20842)&quot;
+-       spreadMethod=&quot;pad&quot;
+-       x1=&quot;174.60938&quot;
+-       y1=&quot;161.53125&quot;
+-       x2=&quot;174.60938&quot;
+-       y2=&quot;218.59375&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3785&quot;
+-       id=&quot;linearGradient5409&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;translate(426.14208,422.64008)&quot;
+-       spreadMethod=&quot;pad&quot;
+-       x1=&quot;174.60938&quot;
+-       y1=&quot;161.53125&quot;
+-       x2=&quot;174.60938&quot;
+-       y2=&quot;218.59375&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3785&quot;
+-       id=&quot;linearGradient5411&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;translate(67.631306,340.54412)&quot;
+-       spreadMethod=&quot;pad&quot;
+-       x1=&quot;174.60938&quot;
+-       y1=&quot;161.53125&quot;
+-       x2=&quot;174.60938&quot;
+-       y2=&quot;218.59375&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient4935&quot;
+-       id=&quot;radialGradient5413&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1,0,0,0.23591779,0,428.40183)&quot;
+-       cx=&quot;386.60416&quot;
+-       cy=&quot;560.67505&quot;
+-       fx=&quot;386.60416&quot;
+-       fy=&quot;560.67505&quot;
+-       r=&quot;380.66855&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3762-4-3&quot;
+-       id=&quot;linearGradient4210&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;translate(159.78806,100.75715)&quot;
+-       x1=&quot;43.552956&quot;
+-       y1=&quot;82.000069&quot;
+-       x2=&quot;43.243927&quot;
+-       y2=&quot;90.343819&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3779-7-9&quot;
+-       id=&quot;linearGradient4212&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.95534315,0,0,0.95534315,193.71739,-255.00907)&quot;
+-       x1=&quot;16.143656&quot;
+-       y1=&quot;492.07584&quot;
+-       x2=&quot;15.424483&quot;
+-       y2=&quot;480.37613&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5704&quot;
+-       id=&quot;linearGradient4214&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1.5537688,0.11540714,-0.11401048,1.534965,25.494485,-98.49555)&quot;
+-       x1=&quot;109.99998&quot;
+-       y1=&quot;174.4991&quot;
+-       x2=&quot;117.8272&quot;
+-       y2=&quot;183.32233&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient6679&quot;
+-       id=&quot;linearGradient4216&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1.5436242,0.11465365,-0.11527702,1.5520169,-498.05038,-141.70661)&quot;
+-       x1=&quot;456.73318&quot;
+-       y1=&quot;187.25432&quot;
+-       x2=&quot;452.4859&quot;
+-       y2=&quot;178.00641&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient6679&quot;
+-       id=&quot;linearGradient4218&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1.5436242,0.11465365,-0.11527702,1.5520169,-498.05038,-141.70661)&quot;
+-       x1=&quot;464.50012&quot;
+-       y1=&quot;190.85718&quot;
+-       x2=&quot;454.03549&quot;
+-       y2=&quot;180.20343&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5704&quot;
+-       id=&quot;linearGradient4220&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1.5537688,0.11540714,-0.11401048,1.534965,25.494485,-100.49555)&quot;
+-       x1=&quot;109.99998&quot;
+-       y1=&quot;174.4991&quot;
+-       x2=&quot;117.8272&quot;
+-       y2=&quot;183.32233&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5704&quot;
+-       id=&quot;linearGradient4222&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;98.531143&quot;
+-       y1=&quot;191.04416&quot;
+-       x2=&quot;101.69498&quot;
+-       y2=&quot;195.88911&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient6679-6&quot;
+-       id=&quot;linearGradient4224&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;102.72185&quot;
+-       y1=&quot;197.65771&quot;
+-       x2=&quot;98.80204&quot;
+-       y2=&quot;191.23259&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient6679-6&quot;
+-       id=&quot;linearGradient4226&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;109.28288&quot;
+-       y1=&quot;199.97221&quot;
+-       x2=&quot;99.931625&quot;
+-       y2=&quot;190.28522&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3762-4-78&quot;
+-       id=&quot;linearGradient4241&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;translate(159.78806,104.75715)&quot;
+-       x1=&quot;81.254341&quot;
+-       y1=&quot;52.951458&quot;
+-       x2=&quot;81.56337&quot;
+-       y2=&quot;59.441044&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3779-7-0&quot;
+-       id=&quot;linearGradient4243&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;translate(193.78806,-272.60503)&quot;
+-       x1=&quot;36.747402&quot;
+-       y1=&quot;458.7442&quot;
+-       x2=&quot;36.438374&quot;
+-       y2=&quot;453.49072&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3762-4-76&quot;
+-       id=&quot;linearGradient4258&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;translate(159.78806,104.75715)&quot;
+-       x1=&quot;-12.6901&quot;
+-       y1=&quot;107.03132&quot;
+-       x2=&quot;-12.999127&quot;
+-       y2=&quot;111.66673&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3779-7-2&quot;
+-       id=&quot;linearGradient4260&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.95576557,0,0,0.93532255,192.21646,-239.62571)&quot;
+-       x1=&quot;-48.235237&quot;
+-       y1=&quot;517.76849&quot;
+-       x2=&quot;-47.940514&quot;
+-       y2=&quot;510.48004&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5704&quot;
+-       id=&quot;linearGradient4262&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;113.7436&quot;
+-       y1=&quot;149.37389&quot;
+-       x2=&quot;123.97673&quot;
+-       y2=&quot;167.55257&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3480&quot;
+-       id=&quot;radialGradient4264&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.84907617,-1.3538573,1.3338449,1.6154409,-210.29953,60.430771)&quot;
+-       cx=&quot;122.61427&quot;
+-       cy=&quot;171.53789&quot;
+-       fx=&quot;122.61427&quot;
+-       fy=&quot;171.53789&quot;
+-       r=&quot;12&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5899&quot;
+-       id=&quot;linearGradient4266&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;106.1098&quot;
+-       y1=&quot;144.59769&quot;
+-       x2=&quot;127.7112&quot;
+-       y2=&quot;170.58238&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5899&quot;
+-       id=&quot;linearGradient4268&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;115.92701&quot;
+-       y1=&quot;156.459&quot;
+-       x2=&quot;137.9319&quot;
+-       y2=&quot;180.11198&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5704&quot;
+-       id=&quot;linearGradient4270&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;113.7436&quot;
+-       y1=&quot;149.37389&quot;
+-       x2=&quot;123.97673&quot;
+-       y2=&quot;167.55257&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3779-7-17&quot;
+-       id=&quot;linearGradient4352&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.96724373,-0.03587855,0.09419083,0.91539778,130.02071,-225.7386)&quot;
+-       x1=&quot;-68.322044&quot;
+-       y1=&quot;565.04974&quot;
+-       x2=&quot;-65.849823&quot;
+-       y2=&quot;556.70599&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3762-4-6&quot;
+-       id=&quot;linearGradient4355&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1,-0.0370936,0.10250483,0.99619773,131.6465,106.06742)&quot;
+-       x1=&quot;-30.304684&quot;
+-       y1=&quot;156.16673&quot;
+-       x2=&quot;-30.922739&quot;
+-       y2=&quot;161.72923&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3779-7-7&quot;
+-       id=&quot;linearGradient4445&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.96589609,0,0.03367183,0.9399043,166.44992,-234.86845)&quot;
+-       x1=&quot;-74.118469&quot;
+-       y1=&quot;632.59857&quot;
+-       x2=&quot;-71.984222&quot;
+-       y2=&quot;620.59338&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient500&quot;
+-       id=&quot;linearGradient4448&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1,0,0.03486072,0.98575366,146.90146,108.59341)&quot;
+-       x1=&quot;-8.3715343&quot;
+-       y1=&quot;211.2175&quot;
+-       x2=&quot;-7.5711913&quot;
+-       y2=&quot;230.42572&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3480&quot;
+-       id=&quot;radialGradient4487&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;178.74515&quot;
+-       cy=&quot;165.10939&quot;
+-       fx=&quot;178.74515&quot;
+-       fy=&quot;165.10939&quot;
+-       r=&quot;7.4352431&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient800&quot;
+-       id=&quot;linearGradient4489&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(-1.4281879,1.3861485,-1.8964229,-1.723943,515.43854,405.89205)&quot;
+-       x1=&quot;95.237885&quot;
+-       y1=&quot;120.625&quot;
+-       x2=&quot;98.377357&quot;
+-       y2=&quot;120.57917&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient800-9&quot;
+-       id=&quot;linearGradient4491&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(-1.4281879,1.3861485,-1.8964229,-1.723943,515.43854,405.89205)&quot;
+-       x1=&quot;95.237885&quot;
+-       y1=&quot;120.625&quot;
+-       x2=&quot;98.377357&quot;
+-       y2=&quot;120.57917&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5858&quot;
+-       id=&quot;linearGradient4493&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(-1.3229881,1.3033555,-1.7321938,-1.5968092,449.25059,438.42644)&quot;
+-       x1=&quot;64.943275&quot;
+-       y1=&quot;122.50062&quot;
+-       x2=&quot;73.446037&quot;
+-       y2=&quot;120.82606&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient2485&quot;
+-       id=&quot;linearGradient4495&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(-1.6544912,1.5949679,-1.8299841,-1.6530413,516.83703,393.02402)&quot;
+-       x1=&quot;85.640419&quot;
+-       y1=&quot;125.87318&quot;
+-       x2=&quot;89.703491&quot;
+-       y2=&quot;125.95964&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3480&quot;
+-       id=&quot;linearGradient4497&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(-1.3996068,1.3492536,-1.8299841,-1.6530413,474.79058,449.34283)&quot;
+-       x1=&quot;66.82119&quot;
+-       y1=&quot;132.3595&quot;
+-       x2=&quot;70.212822&quot;
+-       y2=&quot;128.70482&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient2888&quot;
+-       id=&quot;linearGradient4499&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;182.981&quot;
+-       y1=&quot;167.853&quot;
+-       x2=&quot;172.70799&quot;
+-       y2=&quot;146.119&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3466&quot;
+-       id=&quot;linearGradient4501&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;178.79727&quot;
+-       y1=&quot;148.12788&quot;
+-       x2=&quot;178.17139&quot;
+-       y2=&quot;168.20296&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient2888&quot;
+-       id=&quot;linearGradient4503&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;182.981&quot;
+-       y1=&quot;167.853&quot;
+-       x2=&quot;172.70799&quot;
+-       y2=&quot;146.119&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient2888&quot;
+-       id=&quot;linearGradient4505&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(2.2478767,1.0583242,-1.1231383,1.7904686,218.52074,263.6546)&quot;
+-       x1=&quot;-26.252876&quot;
+-       y1=&quot;34.121754&quot;
+-       x2=&quot;-21.25&quot;
+-       y2=&quot;41.695&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3779-7-17&quot;
+-       id=&quot;linearGradient4518&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.85478441,-0.01711658,0.05708404,0.8131956,160.5404,-212.25687)&quot;
+-       x1=&quot;-68.322044&quot;
+-       y1=&quot;565.04974&quot;
+-       x2=&quot;-65.849823&quot;
+-       y2=&quot;556.70599&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient3762-4-6&quot;
+-       id=&quot;linearGradient4521&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.88373218,-0.01769624,0.06212271,0.88497441,152.53089,82.009563)&quot;
+-       x1=&quot;-30.304684&quot;
+-       y1=&quot;156.16673&quot;
+-       x2=&quot;-30.922739&quot;
+-       y2=&quot;161.72923&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5176&quot;
+-       id=&quot;linearGradient4537&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.88373218,-0.02649627,0.06212271,0.8843558,-1.49291,21.713132)&quot;
+-       x1=&quot;148.74982&quot;
+-       y1=&quot;234.41402&quot;
+-       x2=&quot;158.24449&quot;
+-       y2=&quot;256.40167&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5740&quot;
+-       id=&quot;linearGradient4539&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.69490936,-0.02083494,0.04727249,0.67295356,39.374937,130.31725)&quot;
+-       x1=&quot;145.7771&quot;
+-       y1=&quot;147.53244&quot;
+-       x2=&quot;163.57761&quot;
+-       y2=&quot;173.94746&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient24464-5&quot;
+-       id=&quot;linearGradient4713-9&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(-1.1060785,1.0016576,-1.038128,-1.1463508,269.23751,428.89654)&quot;
+-       x1=&quot;26.746395&quot;
+-       y1=&quot;102.08096&quot;
+-       x2=&quot;17.479921&quot;
+-       y2=&quot;96.596153&quot; /&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient24464-5&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop24466-3&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#499204;stop-opacity:1&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop24468-1&quot;
+-         offset=&quot;1.0000000&quot;
+-         style=&quot;stop-color:#a7e26e;stop-opacity:1&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5538&quot;
+-       id=&quot;linearGradient5544&quot;
+-       x1=&quot;152.00401&quot;
+-       y1=&quot;351.2757&quot;
+-       x2=&quot;141.07468&quot;
+-       y2=&quot;350.77237&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1.2169222,0,0,1.2169222,-30.71156,-72.563008)&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient24464-5&quot;
+-       id=&quot;linearGradient5548&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(-1.079099,0.96605673,-1.0128059,-1.1056073,266.18175,425.55629)&quot;
+-       x1=&quot;26.746395&quot;
+-       y1=&quot;102.08096&quot;
+-       x2=&quot;17.479921&quot;
+-       y2=&quot;96.596153&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient6684-6-3&quot;
+-       id=&quot;linearGradient4708-5&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(-1.2923015,0.74611066,-0.74611066,-1.2923015,888.66091,304.15892)&quot;
+-       x1=&quot;442.82904&quot;
+-       y1=&quot;243.47147&quot;
+-       x2=&quot;436.83713&quot;
+-       y2=&quot;242.40591&quot; /&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient6684-6-3&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop6686-3-6&quot;
+-         offset=&quot;0.0000000&quot;
+-         style=&quot;stop-color:#ffbf00;stop-opacity:1.0000000;&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop6688-7-8&quot;
+-         offset=&quot;1.0000000&quot;
+-         style=&quot;stop-color:#ffffff;stop-opacity:1.0000000;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5704-1-3&quot;
+-       id=&quot;linearGradient4710-7&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(-1.2923015,0.74611066,-0.74611066,-1.2923015,891.25515,304.47167)&quot;
+-       x1=&quot;438.22284&quot;
+-       y1=&quot;245.89392&quot;
+-       x2=&quot;443.51831&quot;
+-       y2=&quot;246.50508&quot; /&gt;
+-    &lt;linearGradient
+-       id=&quot;linearGradient5704-1-3&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop5706-5-4&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#5a5a5a;stop-opacity:1;&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop5708-0-1&quot;
+-         offset=&quot;1.0000000&quot;
+-         style=&quot;stop-color:#000000;stop-opacity:1.0000000;&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7208&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7214&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7218&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7222&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7226&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7230&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7234&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7238&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7242&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7246&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7250&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7254&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7258&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7262&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7266&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7270&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7202&quot;
+-       id=&quot;radialGradient7274&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       cx=&quot;72.909515&quot;
+-       cy=&quot;268.55515&quot;
+-       fx=&quot;72.909515&quot;
+-       fy=&quot;268.55515&quot;
+-       r=&quot;5.3894062&quot; /&gt;
+-    &lt;filter
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter7294&quot;
+-       x=&quot;-0.1206061&quot;
+-       width=&quot;1.2412122&quot;
+-       y=&quot;-0.080045726&quot;
+-       height=&quot;1.1600915&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;1.2271696&quot;
+-         id=&quot;feGaussianBlur7296&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8147&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,442.81631,133.38824)&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8362&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,478.81631,145.38824)&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8366&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,510.81631,161.38824)&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8370&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,510.81631,179.38824)&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8374&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,534.81631,179.38824)&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8378&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,556.81631,197.38824)&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8382&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,570.81631,219.38824)&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8386&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,574.81631,231.38824)&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8390&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,576.81631,255.38824)&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8394&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,580.81631,277.38824)&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8398&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,580.81631,291.38824)&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8402&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,474.81631,157.38824)&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8406&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,500.81631,151.38824)&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8410&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,542.81631,203.38824)&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8414&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,566.81631,239.38824)&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8418&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,530.81631,203.38824)&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient7931&quot;
+-       id=&quot;linearGradient8422&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;-98.456581&quot;
+-       y1=&quot;-130.25375&quot;
+-       x2=&quot;-269.94342&quot;
+-       y2=&quot;352.05298&quot;
+-       gradientTransform=&quot;matrix(0.11370328,0,0,0.11370328,436.81631,141.38824)&quot; /&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter6017&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.80546496&quot;
+-         id=&quot;feGaussianBlur6019&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter6031&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;3.4903482&quot;
+-         id=&quot;feGaussianBlur6033&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5785&quot;
+-       id=&quot;linearGradient9175&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;82.118591&quot;
+-       y1=&quot;20&quot;
+-       x2=&quot;60&quot;
+-       y2=&quot;40&quot; /&gt;
+-    &lt;linearGradient
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient5785&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop5787&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:#c0cdf9;stop-opacity:1&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop5789&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:#07092d;stop-opacity:0.28804347&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;clipPath
+-       clipPathUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;clipPath9086&quot;&gt;
+-      &lt;use
+-         id=&quot;use9088&quot;
+-         xlink:href=&quot;#outline1&quot;
+-         class=&quot;low-specularity&quot;
+-         style=&quot;fill:#ffffff;fill-opacity:1&quot;
+-         x=&quot;0&quot;
+-         y=&quot;0&quot;
+-         width=&quot;400&quot;
+-         height=&quot;300&quot;
+-         transform=&quot;translate(1.0095461e-6,0)&quot; /&gt;
+-    &lt;/clipPath&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter8490&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;2.4163949&quot;
+-         id=&quot;feGaussianBlur8492&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       y2=&quot;60&quot;
+-       x2=&quot;58&quot;
+-       y1=&quot;35&quot;
+-       x1=&quot;33&quot;
+-       xlink:href=&quot;#WhiteTransparent-8&quot;
+-       id=&quot;shinySpecular-0&quot;
+-       gradientTransform=&quot;matrix(1.009184,0,0,1.009184,-0.3890738,-0.3831933)&quot; /&gt;
+-    &lt;linearGradient
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;WhiteTransparent-8&quot;&gt;
+-      &lt;stop
+-         id=&quot;stop7606&quot;
+-         offset=&quot;0&quot;
+-         style=&quot;stop-color:white;stop-opacity:1&quot; /&gt;
+-      &lt;stop
+-         id=&quot;stop7608&quot;
+-         offset=&quot;1&quot;
+-         style=&quot;stop-color:white;stop-opacity:0&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       y2=&quot;50&quot;
+-       x2=&quot;90&quot;
+-       y1=&quot;20&quot;
+-       x1=&quot;60&quot;
+-       xlink:href=&quot;#WhiteTransparent-8&quot;
+-       id=&quot;IcecapTip-5&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient8568&quot;
+-       id=&quot;radialGradient9177&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1.5700516,0,0,1.0509301,-75.500107,-22.095908)&quot;
+-       cx=&quot;116.31038&quot;
+-       cy=&quot;250.89737&quot;
+-       fx=&quot;116.31038&quot;
+-       fy=&quot;250.89737&quot;
+-       r=&quot;30.599579&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient8568&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop8570&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop8572&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient8568&quot;
+-       id=&quot;radialGradient8574&quot;
+-       cx=&quot;132.44434&quot;
+-       cy=&quot;251.99396&quot;
+-       fx=&quot;132.44434&quot;
+-       fy=&quot;251.99396&quot;
+-       r=&quot;30.599579&quot;
+-       gradientTransform=&quot;matrix(2.0032532,0,0,1.340898,-132.8752,-95.166065)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter8732&quot;
+-       x=&quot;-0.078079157&quot;
+-       width=&quot;1.1561583&quot;
+-       y=&quot;-0.11422065&quot;
+-       height=&quot;1.2284414&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;1.9579068&quot;
+-         id=&quot;feGaussianBlur8734&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient8738&quot;
+-       id=&quot;radialGradient8744&quot;
+-       cx=&quot;210.25&quot;
+-       cy=&quot;168.5&quot;
+-       fx=&quot;210.25&quot;
+-       fy=&quot;168.5&quot;
+-       r=&quot;34.25&quot;
+-       gradientTransform=&quot;matrix(1,0,0,0.4233577,0,97.164234)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient8738&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop8740&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop8742&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient8738&quot;
+-       id=&quot;radialGradient8768&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1,0,0,0.4233577,0,97.164234)&quot;
+-       cx=&quot;217.5&quot;
+-       cy=&quot;182.08189&quot;
+-       fx=&quot;217.5&quot;
+-       fy=&quot;182.08189&quot;
+-       r=&quot;34.25&quot; /&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter8764&quot;
+-       x=&quot;-0.074262142&quot;
+-       width=&quot;1.1485243&quot;
+-       y=&quot;-0.1754123&quot;
+-       height=&quot;1.3508246&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;2.1195652&quot;
+-         id=&quot;feGaussianBlur8766&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient8866&quot;
+-       id=&quot;linearGradient8912&quot;
+-       x1=&quot;231.625&quot;
+-       y1=&quot;195.1875&quot;
+-       x2=&quot;231.75&quot;
+-       y2=&quot;201.5&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient8866&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop8868&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop8870&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient8866&quot;
+-       id=&quot;linearGradient8910&quot;
+-       x1=&quot;231.37646&quot;
+-       y1=&quot;195.62132&quot;
+-       x2=&quot;231.37646&quot;
+-       y2=&quot;200.07138&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter8906&quot;
+-       x=&quot;-0.085441329&quot;
+-       width=&quot;1.1708827&quot;
+-       y=&quot;-0.27823201&quot;
+-       height=&quot;1.556464&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.56515877&quot;
+-         id=&quot;feGaussianBlur8908&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient8916&quot;
+-       id=&quot;radialGradient8922&quot;
+-       cx=&quot;228.21875&quot;
+-       cy=&quot;204.83229&quot;
+-       fx=&quot;228.21875&quot;
+-       fy=&quot;204.83229&quot;
+-       r=&quot;14.09375&quot;
+-       gradientTransform=&quot;matrix(1,0,0,0.1477455,0,174.56924)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient8916&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop8918&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop8920&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter8980&quot;
+-       x=&quot;-0.069862768&quot;
+-       width=&quot;1.1397254&quot;
+-       y=&quot;-0.47285891&quot;
+-       height=&quot;1.9457178&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.82052366&quot;
+-         id=&quot;feGaussianBlur8982&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient8866&quot;
+-       id=&quot;linearGradient8990&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;231.625&quot;
+-       y1=&quot;195.1875&quot;
+-       x2=&quot;231.75&quot;
+-       y2=&quot;201.5&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient8866&quot;
+-       id=&quot;linearGradient8992&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;231.37646&quot;
+-       y1=&quot;195.62132&quot;
+-       x2=&quot;231.37646&quot;
+-       y2=&quot;200.07138&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient8916&quot;
+-       id=&quot;radialGradient8994&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1,0,0,0.1477455,0,174.56924)&quot;
+-       cx=&quot;228.21875&quot;
+-       cy=&quot;204.83229&quot;
+-       fx=&quot;228.21875&quot;
+-       fy=&quot;204.83229&quot;
+-       r=&quot;14.09375&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient8998&quot;
+-       id=&quot;radialGradient9004&quot;
+-       cx=&quot;89.875&quot;
+-       cy=&quot;187.86935&quot;
+-       fx=&quot;89.875&quot;
+-       fy=&quot;187.86935&quot;
+-       r=&quot;22.75&quot;
+-       gradientTransform=&quot;matrix(1,0,0,0.4070844,0,115.76014)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient8998&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:0.33004926&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop9000&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop9002&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient8866&quot;
+-       id=&quot;linearGradient9023&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;231.625&quot;
+-       y1=&quot;195.1875&quot;
+-       x2=&quot;231.75&quot;
+-       y2=&quot;201.5&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient8866&quot;
+-       id=&quot;linearGradient9025&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;231.37646&quot;
+-       y1=&quot;195.62132&quot;
+-       x2=&quot;231.37646&quot;
+-       y2=&quot;200.07138&quot; /&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient9040&quot;
+-       id=&quot;radialGradient9046&quot;
+-       cx=&quot;90.28125&quot;
+-       cy=&quot;230.83626&quot;
+-       fx=&quot;90.28125&quot;
+-       fy=&quot;230.83626&quot;
+-       r=&quot;10.46875&quot;
+-       gradientTransform=&quot;matrix(1.1850746,-0.3283582,0.1228557,0.4433973,-45.068314,152.92161)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient9040&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop9042&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop9044&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter9068&quot;
+-       x=&quot;-0.076179281&quot;
+-       width=&quot;1.1523587&quot;
+-       y=&quot;-0.1655701&quot;
+-       height=&quot;1.3311402&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.66458488&quot;
+-         id=&quot;feGaussianBlur9070&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient9286&quot;
+-       id=&quot;radialGradient11553&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1.7221535,0,0,1.6949765,-49.39526,-14.078057)&quot;
+-       cx=&quot;68.39994&quot;
+-       cy=&quot;21.225746&quot;
+-       fx=&quot;68.39994&quot;
+-       fy=&quot;21.225746&quot;
+-       r=&quot;54.783398&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient9286&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop9288&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop9290&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter9298&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;0.32610678&quot;
+-         id=&quot;feGaussianBlur9300&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5899-6&quot;
+-       id=&quot;linearGradient5905&quot;
+-       x1=&quot;95.5&quot;
+-       y1=&quot;208.16444&quot;
+-       x2=&quot;153.5&quot;
+-       y2=&quot;223.5&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient5899-6&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop5901-6&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop5903-2&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter5983&quot;
+-       x=&quot;-0.082508981&quot;
+-       width=&quot;1.165018&quot;
+-       y=&quot;-0.12233575&quot;
+-       height=&quot;1.2446715&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;3.6868363&quot;
+-         id=&quot;feGaussianBlur5985&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5793&quot;
+-       id=&quot;linearGradient5801&quot;
+-       x1=&quot;57.225197&quot;
+-       y1=&quot;76.246338&quot;
+-       x2=&quot;53.63158&quot;
+-       y2=&quot;84.480316&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.8852575,0,0,0.8852575,5.1772151,9.2293372)&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient5793&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#eeeeec;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop5795&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#eeeeec;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop5797&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;radialGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5805&quot;
+-       id=&quot;radialGradient5811&quot;
+-       cx=&quot;181.22731&quot;
+-       cy=&quot;214.55121&quot;
+-       fx=&quot;181.22731&quot;
+-       fy=&quot;214.55121&quot;
+-       r=&quot;22.466398&quot;
+-       gradientTransform=&quot;matrix(1.3515234,0,0,1.7175707,-63.705646,-153.95568)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient5805&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop5807&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#ffffff;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop5809&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter5845&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;1.2409356&quot;
+-         id=&quot;feGaussianBlur5847&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#WhiteTransparent-8&quot;
+-       id=&quot;linearGradient5822&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.4927913,0,0,0.4927913,-6.0003885,-9.7225182)&quot;
+-       x1=&quot;73.712105&quot;
+-       y1=&quot;180.47572&quot;
+-       x2=&quot;82.754066&quot;
+-       y2=&quot;187.65974&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;linearGradient10981-3&quot;&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#729fcf;stop-opacity:1;&quot;
+-         offset=&quot;0&quot;
+-         id=&quot;stop10983-2&quot; /&gt;
+-      &lt;stop
+-         style=&quot;stop-color:#729fcf;stop-opacity:0;&quot;
+-         offset=&quot;1&quot;
+-         id=&quot;stop10985-3&quot; /&gt;
+-    &lt;/linearGradient&gt;
+-    &lt;filter
+-       color-interpolation-filters=&quot;sRGB&quot;
+-       inkscape:collect=&quot;always&quot;
+-       id=&quot;filter10997-7&quot;&gt;
+-      &lt;feGaussianBlur
+-         inkscape:collect=&quot;always&quot;
+-         stdDeviation=&quot;2.7696726&quot;
+-         id=&quot;feGaussianBlur10999-0&quot; /&gt;
+-    &lt;/filter&gt;
+-    &lt;linearGradient
+-       y2=&quot;144.5&quot;
+-       x2=&quot;153.70045&quot;
+-       y1=&quot;217.5&quot;
+-       x1=&quot;180.81293&quot;
+-       gradientTransform=&quot;translate(-130.16572,-83.352786)&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       id=&quot;linearGradient7215&quot;
+-       xlink:href=&quot;#linearGradient10981-3&quot;
+-       inkscape:collect=&quot;always&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#WhiteTransparent&quot;
+-       id=&quot;linearGradient7546&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       x1=&quot;80&quot;
+-       y1=&quot;20&quot;
+-       x2=&quot;60&quot;
+-       y2=&quot;40&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5740&quot;
+-       id=&quot;linearGradient7501&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(1,0,0,1.66306,-4.001611,-151.8935)&quot;
+-       x1=&quot;22.009026&quot;
+-       y1=&quot;219.05171&quot;
+-       x2=&quot;16.946434&quot;
+-       y2=&quot;214.90157&quot; /&gt;
+-    &lt;linearGradient
+-       inkscape:collect=&quot;always&quot;
+-       xlink:href=&quot;#linearGradient5740&quot;
+-       id=&quot;linearGradient7503&quot;
+-       gradientUnits=&quot;userSpaceOnUse&quot;
+-       gradientTransform=&quot;matrix(0.752624,0,0,0.996445,0.561763,-7.22312)&quot;
+-       x1=&quot;14.827456&quot;
+-       y1=&quot;213.23509&quot;
+-       x2=&quot;17.498137&quot;
+-       y2=&quot;218.80258&quot; /&gt;
+-  &lt;/defs&gt;
++     inkscape:current-layer=&quot;svg2&quot;
++     showguides=&quot;false&quot;
++     inkscape:guide-bbox=&quot;true&quot;&gt;
++    &lt;inkscape:grid
++       type=&quot;xygrid&quot;
++       id=&quot;grid4251&quot;
++       empspacing=&quot;5&quot;
++       visible=&quot;true&quot;
++       enabled=&quot;true&quot;
++       snapvisiblegridlinesonly=&quot;true&quot; /&gt;
++    &lt;sodipodi:guide
++       orientation=&quot;1,0&quot;
++       position=&quot;50,510&quot;
++       id=&quot;guide4255&quot; /&gt;
++    &lt;sodipodi:guide
++       orientation=&quot;1,0&quot;
++       position=&quot;700,470&quot;
++       id=&quot;guide4257&quot; /&gt;
++    &lt;sodipodi:guide
++       orientation=&quot;0,1&quot;
++       position=&quot;-15,575&quot;
++       id=&quot;guide4259&quot; /&gt;
++    &lt;sodipodi:guide
++       orientation=&quot;0,1&quot;
++       position=&quot;130,50&quot;
++       id=&quot;guide4261&quot; /&gt;
++  &lt;/sodipodi:namedview&gt;
+   &lt;metadata
+-     id=&quot;metadata7&quot;&gt;
++     id=&quot;metadata8&quot;&gt;
+     &lt;rdf:RDF&gt;
+       &lt;cc:Work
+          rdf:about=&quot;&quot;&gt;
+         &lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;
+         &lt;dc:type
+            rdf:resource=&quot;http://purl.org/dc/dcmitype/StillImage&quot; /&gt;
+-        &lt;dc:title&gt;&lt;/dc:title&gt;
++        &lt;dc:title&gt;Eisvogel&lt;/dc:title&gt;
++        &lt;cc:license
++           rdf:resource=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot; /&gt;
++        &lt;dc:date&gt;2014-09-30&lt;/dc:date&gt;
++        &lt;dc:creator&gt;
++          &lt;cc:Agent&gt;
++            &lt;dc:title&gt;Pascal Wagler&lt;/dc:title&gt;
++          &lt;/cc:Agent&gt;
++        &lt;/dc:creator&gt;
++        &lt;dc:source&gt;http://pasal-wagler.de&lt;/dc:source&gt;
+       &lt;/cc:Work&gt;
++      &lt;cc:License
++         rdf:about=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;
++        &lt;cc:permits
++           rdf:resource=&quot;http://creativecommons.org/ns#Reproduction&quot; /&gt;
++        &lt;cc:permits
++           rdf:resource=&quot;http://creativecommons.org/ns#Distribution&quot; /&gt;
++        &lt;cc:requires
++           rdf:resource=&quot;http://creativecommons.org/ns#Notice&quot; /&gt;
++        &lt;cc:requires
++           rdf:resource=&quot;http://creativecommons.org/ns#Attribution&quot; /&gt;
++        &lt;cc:permits
++           rdf:resource=&quot;http://creativecommons.org/ns#DerivativeWorks&quot; /&gt;
++        &lt;cc:requires
++           rdf:resource=&quot;http://creativecommons.org/ns#ShareAlike&quot; /&gt;
++      &lt;/cc:License&gt;
+     &lt;/rdf:RDF&gt;
+   &lt;/metadata&gt;
+-  &lt;g
+-     style=&quot;display:inline&quot;
+-     inkscape:label=&quot;Layer 1&quot;
+-     inkscape:groupmode=&quot;layer&quot;
+-     id=&quot;layer1&quot;
+-     transform=&quot;translate(0,-427.36218)&quot;&gt;
+-    &lt;rect
+-       style=&quot;color:#000000;fill:url(#linearGradient5397);fill-opacity:1;stroke:#130a0a;stroke-width:1.00185132;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;rect2816&quot;
+-       width=&quot;748.99811&quot;
+-       height=&quot;623.99817&quot;
+-       x=&quot;-2.1226966&quot;
+-       y=&quot;426.20413&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;path
+-       sodipodi:type=&quot;star&quot;
+-       style=&quot;opacity:0.70899999;color:#000000;fill:url(#radialGradient5399);fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5114);enable-background:accumulate&quot;
+-       id=&quot;path5064&quot;
+-       sodipodi:sides=&quot;13&quot;
+-       sodipodi:cx=&quot;391.91571&quot;
+-       sodipodi:cy=&quot;206.59642&quot;
+-       sodipodi:r1=&quot;243.8896&quot;
+-       sodipodi:r2=&quot;54.452702&quot;
+-       sodipodi:arg1=&quot;0.68514369&quot;
+-       sodipodi:arg2=&quot;0.92680467&quot;
+-       inkscape:flatsided=&quot;false&quot;
+-       inkscape:rounded=&quot;0&quot;
+-       inkscape:randomized=&quot;0&quot;
+-       d=&quot;M 580.76629,360.92593 424.6087,250.14255 487.4141,431.01165 400.62702,260.34779 372.18437,449.68655 374.64968,258.23924 261.47486,412.67243 352.62779,244.29994 180.64778,328.44878 339.60628,221.72322 148.21963,216.31022 338.56823,195.68113 171.61932,101.94635 349.75145,172.13961 245.48625,11.556546 370.59399,156.49172 352.89841,-34.151973 396.32108,152.32221 469.24897,-24.707937 421.03896,160.58628 567.8834,37.72514 439.08504,179.39071 626.20576,138.84459 446.32521,204.42764 630.85509,255.48517 441.10081,229.96141 z&quot;
+-       transform=&quot;matrix(0.99422458,0.10731953,-0.10731953,0.99422458,4.2807968,474.25961)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;rect
+-       y=&quot;606.54822&quot;
+-       x=&quot;1.9943944&quot;
+-       height=&quot;316.37354&quot;
+-       width=&quot;745.17242&quot;
+-       id=&quot;rect3771&quot;
+-       style=&quot;color:#000000;fill:url(#linearGradient5393);fill-opacity:1;stroke:none;stroke-width:0.84399998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;path
+-       sodipodi:type=&quot;arc&quot;
+-       style=&quot;opacity:0.7067308;color:#000000;fill:url(#radialGradient5401);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path5582&quot;
+-       sodipodi:cx=&quot;365.37677&quot;
+-       sodipodi:cy=&quot;294.8212&quot;
+-       sodipodi:rx=&quot;255.53001&quot;
+-       sodipodi:ry=&quot;223.58876&quot;
+-       d=&quot;m 620.90678,294.8212 a 255.53001,223.58876 0 1 1 -511.06002,0 255.53001,223.58876 0 1 1 511.06002,0 z&quot;
+-       transform=&quot;translate(7.2712434,442.04726)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;path
+-       style=&quot;color:#000000;fill:url(#linearGradient5389);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 136.51361,567.6015 c -18.57827,0 -33.65625,9.29925 -33.65625,20.78125 0,0.16408 0.0251,0.33683 0.0312,0.5 -0.16896,-0.002 -0.33019,0 -0.5,0 -13.084129,0 -23.687489,6.92401 -23.687489,15.46875 0,8.54474 10.60336,15.46875 23.687489,15.46875 6.44007,0 12.26847,-1.68481 16.53125,-4.40625 7.60265,5.45907 24.16193,9.25 43.40625,9.25 26.4353,0 47.875,-7.15698 47.875,-15.96875 0,-0.16859 -0.0156,-0.33266 -0.0312,-0.5 5.3108,-0.11642 10.17891,-1.29126 14.09375,-3.1875 2.3112,1.19915 5.27746,1.90625 8.53125,1.90625 7.3449,0 13.3125,-3.67935 13.3125,-8.21875 0,-4.46206 -5.76562,-8.0963 -12.9375,-8.21875 -2.08991,-6.9647 -11.99685,-12.21875 -23.875,-12.21875 -7.51469,0 -14.20794,2.08984 -18.65625,5.40625 -2.03855,-0.39005 -4.24993,-0.59375 -6.5625,-0.59375 -5.67499,0 -10.72359,1.29098 -14.09375,3.3125 -1.62719,-10.5426 -15.98231,-18.78125 -33.46875,-18.78125 z&quot;
+-       id=&quot;path3714&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;czazzzcccczzzzcccc&quot;
+-       id=&quot;path7339&quot;
+-       d=&quot;m 1.3684488,819.17677 c 0,0 17.0349532,-10.21259 33.0855952,-11.87688 16.050642,-1.66429 40.650716,10.75079 61.081097,8.48349 23.744259,-2.63507 50.598339,-25.37503 67.099649,-25.18417 16.50131,0.19086 18.05159,9.4968 26.21869,7.36885 8.1671,-2.12795 9.1245,-16.86497 20.52768,-23.38851 11.40318,-6.52354 47.34021,-7.15204 47.34021,-7.15204 l 24.60211,6.78678 189.05862,-2.75825 38.2988,1.90991 c 0,0 35.07669,12.25673 49.20422,19.51201 14.12753,7.25528 20.65279,19.6011 35.63064,22.90542 14.97785,3.30432 31.45763,-7.84166 49.20422,-6.78679 17.74659,1.05487 37.39607,13.36705 55.14266,14.42192 17.74659,1.05487 49.20422,-6.78679 49.20422,-6.78679 l 0,223.96408 -745.6984113,0 0,-221.41903 z&quot;
+-       style=&quot;fill:url(#linearGradient5386);fill-opacity:1;stroke:none&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:url(#linearGradient5383);fill-opacity:1;stroke:none&quot;
+-       d=&quot;m 1.3684488,829.17677 c 0,0 17.0349532,-10.21259 33.0855952,-11.87688 16.050642,-1.66429 40.650716,10.75079 61.081097,8.48349 23.744259,-2.63507 50.598339,-25.37503 67.099649,-25.18417 16.50131,0.19086 18.05159,9.4968 26.21869,7.36885 8.1671,-2.12795 9.1245,-16.86497 20.52768,-23.38851 11.40318,-6.52354 47.34021,-7.15204 47.34021,-7.15204 l 24.60211,6.78678 201.05862,4.24175 26.2988,-5.09009 c 0,0 35.07669,12.25673 49.20422,19.51201 14.12753,7.25528 20.65279,19.6011 35.63064,22.90542 14.97785,3.30432 31.45763,-7.84166 49.20422,-6.78679 17.74659,1.05487 37.39607,13.36705 55.14266,14.42192 17.74659,1.05487 49.20422,-6.78679 49.20422,-6.78679 l 0,223.96408 -745.6984113,0 0,-221.41903 z&quot;
+-       id=&quot;path3793&quot;
+-       sodipodi:nodetypes=&quot;czazzzcccczzzzcccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;use
+-       height=&quot;1&quot;
+-       width=&quot;1&quot;
+-       y=&quot;0&quot;
+-       x=&quot;0&quot;
+-       style=&quot;opacity:0.1;fill:none;stroke:none&quot;
+-       class=&quot;outline-big&quot;
+-       xlink:href=&quot;#outline1&quot;
+-       id=&quot;use32&quot;
+-       transform=&quot;matrix(2.9109279,0,0,2.9109279,185.50109,634.37161)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;use
+-       height=&quot;1&quot;
+-       width=&quot;1&quot;
+-       y=&quot;0&quot;
+-       x=&quot;0&quot;
+-       style=&quot;opacity:0.2;fill:none;stroke:none&quot;
+-       class=&quot;outline-small&quot;
+-       xlink:href=&quot;#outline1&quot;
+-       id=&quot;use34&quot;
+-       transform=&quot;matrix(2.9109279,0,0,2.9109279,185.50109,634.37161)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;use
+-       height=&quot;1&quot;
+-       width=&quot;1&quot;
+-       y=&quot;0&quot;
+-       x=&quot;0&quot;
+-       style=&quot;opacity:0.2;fill:none;stroke:none&quot;
+-       clip-path=&quot;url(#clipoutline1)&quot;
+-       xlink:href=&quot;#outline1&quot;
+-       class=&quot;stroke-highlight&quot;
+-       id=&quot;use38&quot;
+-       transform=&quot;matrix(2.9109279,0,0,2.9109279,185.50109,634.37161)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;path
+-       id=&quot;path3409&quot;
+-       d=&quot;m 588.41796,481.73967 c -18.57827,0 -33.65625,9.29925 -33.65625,20.78125 0,0.16408 0.0251,0.33683 0.0312,0.5 -0.16896,-0.002 -0.33019,0 -0.5,0 -13.08414,0 -23.6875,6.92401 -23.6875,15.46875 0,8.54474 10.60336,15.46875 23.6875,15.46875 6.44007,0 12.26847,-1.68481 16.53125,-4.40625 7.60265,5.45907 24.16193,9.25 43.40625,9.25 26.4353,0 47.875,-7.15698 47.875,-15.96875 0,-0.16859 -0.0156,-0.33266 -0.0312,-0.5 5.3108,-0.11642 10.17891,-1.29126 14.09375,-3.1875 2.3112,1.19915 5.27746,1.90625 8.53125,1.90625 7.3449,0 13.3125,-3.67935 13.3125,-8.21875 0,-4.46206 -5.76562,-8.0963 -12.9375,-8.21875 -2.08991,-6.9647 -11.99685,-12.21875 -23.875,-12.21875 -7.51469,0 -14.20794,2.08984 -18.65625,5.40625 -2.03855,-0.39005 -4.24993,-0.59375 -6.5625,-0.59375 -5.67499,0 -10.72359,1.29098 -14.09375,3.3125 -1.62719,-10.5426 -15.98231,-18.78125 -33.46875,-18.78125 z&quot;
+-       style=&quot;color:#000000;fill:url(#linearGradient5407);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter2896);enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       id=&quot;path2908&quot;
+-       d=&quot;m 574.86083,584.17133 c -18.57827,0 -33.65625,9.29925 -33.65625,20.78125 0,0.16408 0.0251,0.33683 0.0312,0.5 -0.16896,-0.002 -0.33019,0 -0.5,0 -13.08414,0 -23.6875,6.92401 -23.6875,15.46875 0,8.54474 10.60336,15.46875 23.6875,15.46875 6.44007,0 12.26847,-1.68481 16.53125,-4.40625 7.60265,5.45907 24.16193,9.25 43.40625,9.25 26.4353,0 47.875,-7.15698 47.875,-15.96875 0,-0.16859 -0.0156,-0.33266 -0.0312,-0.5 5.3108,-0.11642 10.17891,-1.29126 14.09375,-3.1875 2.3112,1.19915 5.27746,1.90625 8.53125,1.90625 7.3449,0 13.3125,-3.67935 13.3125,-8.21875 0,-4.46206 -5.76562,-8.0963 -12.9375,-8.21875 -2.08991,-6.9647 -11.99685,-12.21875 -23.875,-12.21875 -7.51469,0 -14.20794,2.08984 -18.65625,5.40625 -2.03855,-0.39005 -4.24993,-0.59375 -6.5625,-0.59375 -5.67499,0 -10.72359,1.29098 -14.09375,3.3125 -1.62719,-10.5426 -15.98231,-18.78125 -33.46875,-18.78125 z&quot;
+-       style=&quot;color:#000000;fill:url(#linearGradient5409);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter2912);enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       id=&quot;path2922&quot;
+-       d=&quot;m 216.35004,502.07537 c -18.57827,0 -33.65625,9.29925 -33.65625,20.78125 0,0.16408 0.0251,0.33683 0.0312,0.5 -0.16896,-0.002 -0.33019,0 -0.5,0 -13.08414,0 -23.6875,6.92401 -23.6875,15.46875 0,8.54474 10.60336,15.46875 23.6875,15.46875 6.44007,0 12.26847,-1.68481 16.53125,-4.40625 7.60265,5.45907 24.16193,9.25 43.40625,9.25 26.4353,0 47.875,-7.15698 47.875,-15.96875 0,-0.16859 -0.0156,-0.33266 -0.0312,-0.5 5.3108,-0.11642 10.17891,-1.29126 14.09375,-3.1875 2.3112,1.19915 5.27746,1.90625 8.53125,1.90625 7.3449,0 13.3125,-3.67935 13.3125,-8.21875 0,-4.46206 -5.76562,-8.0963 -12.9375,-8.21875 -2.08991,-6.9647 -11.99685,-12.21875 -23.875,-12.21875 -7.51469,0 -14.20794,2.08984 -18.65625,5.40625 -2.03855,-0.39005 -4.24993,-0.59375 -6.5625,-0.59375 -5.67499,0 -10.72359,1.29098 -14.09375,3.3125 -1.62719,-10.5426 -15.98231,-18.78125 -33.46875,-18.78125 z&quot;
+-       style=&quot;color:#000000;fill:url(#linearGradient5411);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter2934);enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       id=&quot;path2972&quot;
+-       d=&quot;m 136.51361,567.6015 c -18.57827,0 -33.65625,9.29925 -33.65625,20.78125 0,0.16408 0.0251,0.33683 0.0312,0.5 -0.16896,-0.002 -0.33019,0 -0.5,0 -13.084129,0 -23.687489,6.92401 -23.687489,15.46875 0,8.54474 10.60336,15.46875 23.687489,15.46875 6.44007,0 12.26847,-1.68481 16.53125,-4.40625 7.60265,5.45907 24.16193,9.25 43.40625,9.25 26.4353,0 47.875,-7.15698 47.875,-15.96875 0,-0.16859 -0.0156,-0.33266 -0.0312,-0.5 5.3108,-0.11642 10.17891,-1.29126 14.09375,-3.1875 2.3112,1.19915 5.27746,1.90625 8.53125,1.90625 7.3449,0 13.3125,-3.67935 13.3125,-8.21875 0,-4.46206 -5.76562,-8.0963 -12.9375,-8.21875 -2.08991,-6.9647 -11.99685,-12.21875 -23.875,-12.21875 -7.51469,0 -14.20794,2.08984 -18.65625,5.40625 -2.03855,-0.39005 -4.24993,-0.59375 -6.5625,-0.59375 -5.67499,0 -10.72359,1.29098 -14.09375,3.3125 -1.62719,-10.5426 -15.98231,-18.78125 -33.46875,-18.78125 z&quot;
+-       style=&quot;color:#000000;fill:none;stroke:#fc0909;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;rect
+-       style=&quot;color:#000000;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;rect3746&quot;
+-       width=&quot;3.179327&quot;
+-       height=&quot;3.179327&quot;
+-       x=&quot;101.01426&quot;
+-       y=&quot;587.03815&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;rect
+-       y=&quot;613.8858&quot;
+-       x=&quot;116.73425&quot;
+-       height=&quot;3.179327&quot;
+-       width=&quot;3.179327&quot;
+-       id=&quot;rect3748&quot;
+-       style=&quot;color:#000000;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;rect
+-       style=&quot;color:#000000;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;rect3750&quot;
+-       width=&quot;3.179327&quot;
+-       height=&quot;3.179327&quot;
+-       x=&quot;169.01651&quot;
+-       y=&quot;584.21204&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;rect
+-       y=&quot;582.2691&quot;
+-       x=&quot;189.15225&quot;
+-       height=&quot;3.179327&quot;
+-       width=&quot;3.179327&quot;
+-       id=&quot;rect3752&quot;
+-       style=&quot;color:#000000;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;rect
+-       style=&quot;color:#000000;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;rect3754&quot;
+-       width=&quot;3.179327&quot;
+-       height=&quot;3.179327&quot;
+-       x=&quot;231.19002&quot;
+-       y=&quot;588.98102&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;rect
+-       y=&quot;603.11139&quot;
+-       x=&quot;222.35855&quot;
+-       height=&quot;3.179327&quot;
+-       width=&quot;3.179327&quot;
+-       id=&quot;rect3756&quot;
+-       style=&quot;color:#000000;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;rect
+-       style=&quot;color:#000000;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;rect3758&quot;
+-       width=&quot;3.179327&quot;
+-       height=&quot;3.179327&quot;
+-       x=&quot;208.40483&quot;
+-       y=&quot;606.46735&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;path
+-       style=&quot;opacity:0.7067308;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5611);enable-background:accumulate&quot;
+-       d=&quot;m 90.375,56.4375 c -8.275844,0 -15.288467,2.365257 -17.75,5.625 -2.58102,-0.576581 -5.88044,-0.96875 -9.53125,-0.96875 -8.174943,0 -14.78125,1.754949 -14.78125,3.90625 0,2.151301 6.606307,3.90625 14.78125,3.90625 3.92796,0 7.475176,-0.436766 10.125,-1.09375 2.86329,2.911257 9.452394,4.96875 17.15625,4.96875 3.003062,0 5.830389,-0.29616 8.34375,-0.84375 1.82845,1.992042 8.02286,3.46875 15.40625,3.46875 5.73141,0 10.74553,-0.887655 13.5625,-2.21875 2.64305,0.568155 5.71736,0.90625 9.03125,0.90625 9.68085,0 17.53125,-2.807919 17.53125,-6.25 0,-3.442081 -7.8504,-6.21875 -17.53125,-6.21875 -8.25023,0 -15.13522,2.020542 -17,4.75 -1.74605,-0.190486 -3.6185,-0.3125 -5.59375,-0.3125 -1.92945,0 -3.75649,0.09776 -5.46875,0.28125 0.26767,-0.550661 0.40625,-1.132441 0.40625,-1.71875 0,-4.517732 -8.36126,-8.1875 -18.6875,-8.1875 z&quot;
+-       transform=&quot;matrix(1.72419,0,0,1.72419,-43.141111,354.70985)&quot;
+-       id=&quot;path5592&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;g
+-       id=&quot;g5741&quot;
+-       style=&quot;opacity:0.47596154;filter:url(#filter5797)&quot;
+-       transform=&quot;translate(-1.3438053,29.225283)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         style=&quot;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         d=&quot;m 90.375,56.4375 c -8.275844,0 -15.288467,2.365257 -17.75,5.625 -2.58102,-0.576581 -5.88044,-0.96875 -9.53125,-0.96875 -8.174943,0 -14.78125,1.754949 -14.78125,3.90625 0,2.151301 6.606307,3.90625 14.78125,3.90625 3.92796,0 7.475176,-0.436766 10.125,-1.09375 2.86329,2.911257 9.452394,4.96875 17.15625,4.96875 3.003062,0 5.830389,-0.29616 8.34375,-0.84375 1.82845,1.992042 8.02286,3.46875 15.40625,3.46875 5.73141,0 10.74553,-0.887655 13.5625,-2.21875 2.64305,0.568155 5.71736,0.90625 9.03125,0.90625 9.68085,0 17.53125,-2.807919 17.53125,-6.25 0,-3.442081 -7.8504,-6.21875 -17.53125,-6.21875 -8.25023,0 -15.13522,2.020542 -17,4.75 -1.74605,-0.190486 -3.6185,-0.3125 -5.59375,-0.3125 -1.92945,0 -3.75649,0.09776 -5.46875,0.28125 0.26767,-0.550661 0.40625,-1.132441 0.40625,-1.71875 0,-4.517732 -8.36126,-8.1875 -18.6875,-8.1875 z&quot;
+-         transform=&quot;matrix(1.1288191,0,0,1.72419,-27.011513,547.36591)&quot;
+-         id=&quot;path5621&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         ry=&quot;19.892488&quot;
+-         y=&quot;622.04688&quot;
+-         x=&quot;15.516177&quot;
+-         height=&quot;75.512062&quot;
+-         width=&quot;147.40369&quot;
+-         id=&quot;rect5739&quot;
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       transform=&quot;translate(194.16002,0.77895814)&quot;
+-       style=&quot;opacity:0.36538463;filter:url(#filter5797)&quot;
+-       id=&quot;g5801&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         id=&quot;path5803&quot;
+-         transform=&quot;matrix(1.1288191,0,0,1.72419,-27.011513,547.36591)&quot;
+-         d=&quot;m 90.375,56.4375 c -8.275844,0 -15.288467,2.365257 -17.75,5.625 -2.58102,-0.576581 -5.88044,-0.96875 -9.53125,-0.96875 -8.174943,0 -14.78125,1.754949 -14.78125,3.90625 0,2.151301 6.606307,3.90625 14.78125,3.90625 3.92796,0 7.475176,-0.436766 10.125,-1.09375 2.86329,2.911257 9.452394,4.96875 17.15625,4.96875 3.003062,0 5.830389,-0.29616 8.34375,-0.84375 1.82845,1.992042 8.02286,3.46875 15.40625,3.46875 5.73141,0 10.74553,-0.887655 13.5625,-2.21875 2.64305,0.568155 5.71736,0.90625 9.03125,0.90625 9.68085,0 17.53125,-2.807919 17.53125,-6.25 0,-3.442081 -7.8504,-6.21875 -17.53125,-6.21875 -8.25023,0 -15.13522,2.020542 -17,4.75 -1.74605,-0.190486 -3.6185,-0.3125 -5.59375,-0.3125 -1.92945,0 -3.75649,0.09776 -5.46875,0.28125 0.26767,-0.550661 0.40625,-1.132441 0.40625,-1.71875 0,-4.517732 -8.36126,-8.1875 -18.6875,-8.1875 z&quot;
+-         style=&quot;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect5805&quot;
+-         width=&quot;147.40369&quot;
+-         height=&quot;75.512062&quot;
+-         x=&quot;15.516177&quot;
+-         y=&quot;622.04688&quot;
+-         ry=&quot;19.892488&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       id=&quot;g5807&quot;
+-       style=&quot;opacity:0.4182692;filter:url(#filter5819)&quot;
+-       transform=&quot;matrix(-1.267312,0,0,1,695.39013,88.186755)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         style=&quot;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         d=&quot;m 90.375,56.4375 c -8.275844,0 -15.288467,2.365257 -17.75,5.625 -2.58102,-0.576581 -5.88044,-0.96875 -9.53125,-0.96875 -8.174943,0 -14.78125,1.754949 -14.78125,3.90625 0,2.151301 6.606307,3.90625 14.78125,3.90625 3.92796,0 7.475176,-0.436766 10.125,-1.09375 2.86329,2.911257 9.452394,4.96875 17.15625,4.96875 3.003062,0 5.830389,-0.29616 8.34375,-0.84375 1.82845,1.992042 8.02286,3.46875 15.40625,3.46875 5.73141,0 10.74553,-0.887655 13.5625,-2.21875 2.64305,0.568155 5.71736,0.90625 9.03125,0.90625 9.68085,0 17.53125,-2.807919 17.53125,-6.25 0,-3.442081 -7.8504,-6.21875 -17.53125,-6.21875 -8.25023,0 -15.13522,2.020542 -17,4.75 -1.74605,-0.190486 -3.6185,-0.3125 -5.59375,-0.3125 -1.92945,0 -3.75649,0.09776 -5.46875,0.28125 0.26767,-0.550661 0.40625,-1.132441 0.40625,-1.71875 0,-4.517732 -8.36126,-8.1875 -18.6875,-8.1875 z&quot;
+-         transform=&quot;matrix(1.1288191,0,0,1.72419,-27.011513,547.36591)&quot;
+-         id=&quot;path5809&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         ry=&quot;19.892488&quot;
+-         y=&quot;622.04688&quot;
+-         x=&quot;15.516177&quot;
+-         height=&quot;75.512062&quot;
+-         width=&quot;147.40369&quot;
+-         id=&quot;rect5811&quot;
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;path
+-       id=&quot;path5813&quot;
+-       transform=&quot;matrix(-2.347435,0,0,2.6679768,661.20088,313.6991)&quot;
+-       d=&quot;m 90.375,56.4375 c -8.275844,0 -15.288467,2.365257 -17.75,5.625 -2.58102,-0.576581 -5.88044,-0.96875 -9.53125,-0.96875 -8.174943,0 -14.78125,1.754949 -14.78125,3.90625 0,2.151301 6.606307,3.90625 14.78125,3.90625 3.92796,0 7.475176,-0.436766 10.125,-1.09375 2.86329,2.911257 9.452394,4.96875 17.15625,4.96875 3.003062,0 5.830389,-0.29616 8.34375,-0.84375 1.82845,1.992042 8.02286,3.46875 15.40625,3.46875 5.73141,0 10.74553,-0.887655 13.5625,-2.21875 2.64305,0.568155 5.71736,0.90625 9.03125,0.90625 9.68085,0 17.53125,-2.807919 17.53125,-6.25 0,-3.442081 -7.8504,-6.21875 -17.53125,-6.21875 -8.25023,0 -15.13522,2.020542 -17,4.75 -1.74605,-0.190486 -3.6185,-0.3125 -5.59375,-0.3125 -1.92945,0 -3.75649,0.09776 -5.46875,0.28125 0.26767,-0.550661 0.40625,-1.132441 0.40625,-1.71875 0,-4.517732 -8.36126,-8.1875 -18.6875,-8.1875 z&quot;
+-       style=&quot;opacity:0.7067308;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5611);enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;opacity:0.9807692;fill:#1a1a1a;stroke:url(#linearGradient5342);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter4878)&quot;
+-       d=&quot;m 703.2107,900.4415 -46.23249,-19.22527 4.09537,-16.38148 -43.41092,-29.48666 31.12481,35.22018 -8.19074,21.29592 16.06303,56.48795&quot;
+-       id=&quot;path4856&quot;
+-       sodipodi:nodetypes=&quot;ccccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;opacity:0.9807692;color:#000000;fill:#1a1a1a;stroke:url(#linearGradient5339);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4878-1);enable-background:accumulate&quot;
+-       d=&quot;m 617.66266,931.99881 -15.5624,-24.57222 -11.46704,-26.21036 -50.78257,-47.50628 40.95369,53.23979 3.27629,27.84852 20.86935,41.35212&quot;
+-       id=&quot;path4882&quot;
+-       sodipodi:nodetypes=&quot;ccccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;opacity:0.54807691;fill:url(#radialGradient5413);fill-opacity:1;stroke:#4e2f27;stroke-width:5.30000019;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter5947)&quot;
+-       d=&quot;m 13.735153,642.68199 0.80795,-157.55028 75.139368,-6.46361 25.046459,66.25192 25.04645,-40.39751 80.79502,14.5431 17.77491,48.47701 34.74185,9.69541 37.16571,37.97366 58.17242,4.8477 75.13936,-11.31131 13.73516,-29.89415 63.02011,-8.88745 35.54981,23.43055 23.43056,-44.43726 41.20546,-12.11925 4.03975,12.9272 7.27155,-21.81465 34.74186,-0.80795 8.0795,16.159 18.58285,-36.35776 38.78161,-9.6954 26.66236,3.2318 0.80795,141.39128 -745.738027,0.80795 z&quot;
+-       id=&quot;path5925&quot;
+-       transform=&quot;matrix(0.98064715,0,0,0.97714729,-5.5423086,416.83549)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;opacity:0.32692309;color:#000000;fill:#030303;fill-opacity:1;stroke:none;stroke-width:1.00147927;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m -2.6510551,425.37943 0,625.00007 749.9999851,0 0,-625.00007 -749.9999852,0 z m 9.7667685,7.2678 731.6598266,0 0,608.06267 -731.6598266,0 0,-608.06267 z&quot;
+-       id=&quot;rect3997&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;opacity:0.9807692;color:#000000;fill:none;stroke:url(#linearGradient5334);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4878-14);enable-background:accumulate&quot;
+-       d=&quot;m 510.36399,973.77157 c 0,-4.91444 6.55259,-47.50628 6.55259,-47.50628 l 18.01962,-20.47685 -39.31555,-38.49647 54.87795,39.31555 -4.91444,21.29592 16.38148,27.02943&quot;
+-       id=&quot;path4927&quot;
+-       sodipodi:nodetypes=&quot;ccccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;opacity:0.34615383;fill:#ffffff;stroke:none&quot;
+-       d=&quot;m 127.9098,964.64624 -2.70753,30.45975 37.22861,-2.7075 -34.52108,-27.75225 z&quot;
+-       id=&quot;path5118&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       id=&quot;path5120&quot;
+-       d=&quot;m 84.589249,771.05748 -9.476368,22.33716 19.62963,0 -10.153262,-22.33716 z&quot;
+-       style=&quot;opacity:0.34615383;fill:#ffffff;stroke:none&quot;
+-       sodipodi:nodetypes=&quot;cccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;cccc&quot;
+-       style=&quot;opacity:0.34615383;fill:#ffffff;stroke:none&quot;
+-       d=&quot;m 111.15965,638.12261 -12.33797,11.21634 14.02043,2.80409 -1.68246,-14.02043 z&quot;
+-       id=&quot;path5122&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;g
+-       id=&quot;g5204&quot;
+-       transform=&quot;translate(-12.205129,28.708077)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;rect
+-         transform=&quot;translate(0,377.36218)&quot;
+-         y=&quot;71.956573&quot;
+-         x=&quot;538.24774&quot;
+-         height=&quot;63.908047&quot;
+-         width=&quot;179.4751&quot;
+-         id=&quot;rect5179&quot;
+-         style=&quot;color:#000000;fill:none;stroke:#f8f4f4;stroke-width:0.89999998;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:2.9000001;stroke-opacity:1;stroke-dasharray:1.79999995, 1.79999995;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;path
+-         id=&quot;path5181&quot;
+-         d=&quot;m 629.19687,439.36629 -3.80998,2.65338 2.20629,0 0,2.86721 -2.20629,0 3.70307,2.65338 3.80998,-2.65338 -2.26461,0 0,-2.86721 2.26461,0 -3.70307,-2.65338 z&quot;
+-         style=&quot;fill:#ffffff;stroke:none&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;fill:#ffffff;stroke:none&quot;
+-         d=&quot;m 629.19687,514.45824 -3.80998,2.65338 2.20629,0 0,2.86721 -2.20629,0 3.70307,2.65338 3.80998,-2.65338 -2.26461,0 0,-2.86721 2.26461,0 -3.70307,-2.65338 z&quot;
+-         id=&quot;path5189&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         id=&quot;path5191&quot;
+-         d=&quot;m 536.12567,479.36624 -2.65338,-3.80998 0,2.20629 -2.86721,0 0,-2.20629 -2.65338,3.70307 2.65338,3.80998 0,-2.26461 2.86721,0 0,2.26461 2.65338,-3.70307 z&quot;
+-         style=&quot;fill:#ffffff;stroke:none&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;fill:#ffffff;stroke:none&quot;
+-         d=&quot;m 727.49476,479.36624 -2.65338,-3.80998 0,2.20629 -2.86721,0 0,-2.20629 -2.65338,3.70307 2.65338,3.80998 0,-2.26461 2.86721,0 0,2.26461 2.65338,-3.70307 z&quot;
+-         id=&quot;path5193&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;fill:#ffffff;stroke:none&quot;
+-         d=&quot;m 536.48852,447.80118 0.81784,-4.57029 -1.56008,1.56009 -2.02743,-2.02743 1.56009,-1.56008 -4.49469,0.74224 -0.81784,4.57029 1.60132,-1.60132 2.02742,2.02742 -1.60132,1.60132 4.49469,-0.74224 z&quot;
+-         id=&quot;path5195&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         id=&quot;path5198&quot;
+-         d=&quot;m 725.54982,520.2303 0.81784,-4.57029 -1.56008,1.56009 -2.02743,-2.02743 1.56009,-1.56008 -4.49469,0.74224 -0.81784,4.57029 1.60132,-1.60132 2.02742,2.02742 -1.60132,1.60132 4.49469,-0.74224 z&quot;
+-         style=&quot;fill:#ffffff;stroke:none&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         id=&quot;path5200&quot;
+-         d=&quot;m 718.88234,447.72558 4.57029,0.81784 -1.56009,-1.56008 2.02743,-2.02743 1.56008,1.56009 -0.74224,-4.49469 -4.57029,-0.81784 1.60132,1.60132 -2.02742,2.02742 -1.60132,-1.60132 0.74224,4.49469 z&quot;
+-         style=&quot;fill:#ffffff;stroke:none&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;fill:#ffffff;stroke:none&quot;
+-         d=&quot;m 530.88617,519.97718 4.57029,0.81784 -1.56009,-1.56008 2.02743,-2.02743 1.56008,1.56009 -0.74224,-4.49469 -4.57029,-0.81784 1.60132,1.60132 -2.02742,2.02742 -1.60132,-1.60132 0.74224,4.49469 z&quot;
+-         id=&quot;path5202&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       style=&quot;display:inline;enable-background:new&quot;
+-       transform=&quot;matrix(2.8765775,0,0,2.8765775,187.62795,635.35584)&quot;
+-       id=&quot;g9139&quot;
+-       inkscape:export-filename=&quot;/home/scislac/Theme/128/inkscape-128.png&quot;
+-       inkscape:export-xdpi=&quot;44.28133&quot;
+-       inkscape:export-ydpi=&quot;44.28133&quot;&gt;
+-      &lt;g
+-         style=&quot;opacity:0.78325124&quot;
+-         transform=&quot;translate(3.6896803e-7,0.4883067)&quot;
+-         id=&quot;g6035&quot;&gt;
+-        &lt;path
+-           inkscape:connector-curvature=&quot;0&quot;
+-           sodipodi:nodetypes=&quot;ccccccccccccccccccccccc&quot;
+-           style=&quot;fill:#000000;fill-opacity:1;filter:url(#filter6017)&quot;
+-           d=&quot;m 54.1,12.988307 -41.2,42.2 c -15.6,15.6 10.1,14.3 19.4,20.2 4.3,2.8 -13.8,6.4 -10.1,10.1 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.699996 -7.3,7.600003 -3.7,11.300003 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.100003 17,-4.1 20.3,-12.500003 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 l -42.7,-43.7 c -5.3,-5.0000003 -14,-5.0000003 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z M 31.9,105.38831 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.700003 -16.9,0.3 -11.1,5.2 z m 67.5,-6.700003 c -4.6,4.200003 0.8,8.600003 5.3,5.700003 1.2,-0.8 -0.1,-4.700007 -5.3,-5.700003 z&quot;
+-           id=&quot;path5987&quot; /&gt;
+-        &lt;path
+-           inkscape:connector-curvature=&quot;0&quot;
+-           id=&quot;path6021-1&quot;
+-           d=&quot;m 54.1,13.964921 -41.2,42.2 c -15.6,15.6 10.1,14.3 19.4,20.2 4.3,2.8 -13.8,6.4 -10.1,10.1 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.699999 -7.3,7.600009 -3.7,11.300009 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.100009 17,-4.1 20.3,-12.500009 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 l -42.7,-43.7 c -5.3,-5.0000009 -14,-5.0000009 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z M 31.9,106.36493 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.700009 -16.9,0.3 -11.1,5.2 z m 67.5,-6.700009 c -4.6,4.200009 0.8,8.600009 5.3,5.700009 1.2,-0.8 -0.1,-4.70001 -5.3,-5.700009 z&quot;
+-           style=&quot;opacity:0.57635468;fill:#000000;fill-opacity:1;filter:url(#filter6031)&quot;
+-           sodipodi:nodetypes=&quot;ccccccccccccccccccccccc&quot; /&gt;
+-      &lt;/g&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         sodipodi:nodetypes=&quot;ccccccccccccccccccccccc&quot;
+-         style=&quot;fill:#000000;fill-opacity:1&quot;
+-         d=&quot;M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z&quot;
+-         id=&quot;use7631&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         sodipodi:nodetypes=&quot;ccccccccccccccccccccccc&quot;
+-         style=&quot;fill:none&quot;
+-         d=&quot;M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z&quot;
+-         id=&quot;use7639&quot; /&gt;
+-      &lt;use
+-         inkscape:label=&quot;blue_cast&quot;
+-         id=&quot;use7641&quot;
+-         xlink:href=&quot;#outline1&quot;
+-         class=&quot;low-specularity&quot;
+-         style=&quot;opacity:0.66995072;fill:url(#linearGradient9175);filter:url(#filter8490)&quot;
+-         x=&quot;0&quot;
+-         y=&quot;0&quot;
+-         width=&quot;400&quot;
+-         height=&quot;300&quot;
+-         transform=&quot;matrix(0.9905442,0,0,0.9905442,0.6051535,0.604136)&quot;
+-         clip-path=&quot;url(#clipPath9086)&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         id=&quot;path7643&quot;
+-         d=&quot;M 16.565217,57.039374 C 5.3632748,68.140398 25.042362,65.011927 40.180121,70.966113 L 71.464824,15.965587 c -4.743164,-4.844083 -10.798268,-4.44041 -15.137759,0 L 16.565217,57.039374 z&quot;
+-         style=&quot;opacity:0.50526315;fill:url(#shinySpecular-0);stroke:none&quot;
+-         class=&quot;specularity&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         d=&quot;m 70.5,15.5 16.3,16.6 c 1.5,1.5 1.5,4.6 0.6,5.5 L 79.3,31 77.7,40.7 71,37.1 60.1,44 56.5,29.5 50.7,42.1 36.2,42 c -2.8,0 -2.4,-2.9 0.5,-5.8 5.7,-6.3 16.8,-17 20.3,-20.7 3.6,-3.7 9.9,-3.6 13.5,0 z&quot;
+-         style=&quot;fill:url(#IcecapTip-5)&quot;
+-         class=&quot;full-specularity&quot;
+-         id=&quot;icecap-9&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         style=&quot;opacity:0.21674876;fill:url(#radialGradient9177);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
+-         d=&quot;m 113,203.5 c 0,0 3.34046,5.10071 3,7.5 -0.66817,4.70868 -10.80945,7.05842 -8.5625,11.25 2.21991,4.14114 10.22139,1.79405 16.9375,6.125 6.6875,4.3125 4.88949,13.10149 9.75,15.3125 9.47925,4.31205 34.375,-7.4375 33.125,-7.1875 -1.25,0.25 -24.57014,5.09545 -29.82014,0.84545 -5.98592,-4.84575 -7.70217,-8.23028 -12.11736,-11.09545 -4.13751,-2.68498 -9.94967,-3.78036 -11.30246,-5.97865 -1.35279,-2.19829 2.7092,-5.03469 2.98996,-9.27135 0.16862,-2.54442 -4,-7.5 -4,-7.5 z&quot;
+-         id=&quot;path8566&quot;
+-         transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)&quot;
+-         sodipodi:nodetypes=&quot;csszsszszsc&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         sodipodi:nodetypes=&quot;csszscssc&quot;
+-         transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)&quot;
+-         id=&quot;path8718&quot;
+-         d=&quot;m 113,203.5 c 0,0 3.34046,5.10071 3,7.5 -0.66817,4.70868 -10.80945,7.05842 -8.5625,11.25 2.21991,4.14114 10.22139,1.79405 16.9375,6.125 6.6875,4.3125 4.88949,13.10149 9.75,15.3125 9.47925,4.31205 34.375,-7.4375 33.125,-7.1875 -41.33959,0.15736 -33.62485,-10.4946 -49.5625,-17.5 -2.30305,-1.0123 -0.96826,-3.76334 -0.6875,-8 0.16862,-2.54442 -4,-7.5 -4,-7.5 z&quot;
+-         style=&quot;opacity:0.27586209;fill:url(#radialGradient8574);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8732)&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         style=&quot;opacity:0.45320195;fill:url(#radialGradient8744);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
+-         d=&quot;m 183.25,181.75 c 37.10371,-13.65459 49.02363,-15.53058 61.25,-27.75 -14.16069,11.95366 -44.09847,18.3658 -68.5,29 l 7.25,-1.25 z&quot;
+-         id=&quot;path8736&quot;
+-         transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)&quot;
+-         sodipodi:nodetypes=&quot;cccc&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         sodipodi:nodetypes=&quot;cccc&quot;
+-         transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-14.791044)&quot;
+-         id=&quot;path8746&quot;
+-         d=&quot;m 183.25,181.75 c 61.10371,-21.65459 50.77363,-21.53058 61.25,-27.75 -19.42769,7.43666 -55.73446,8.22981 -68.5,29 l 7.25,-1.25 z&quot;
+-         style=&quot;opacity:0.51231528;fill:url(#radialGradient8768);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8764)&quot; /&gt;
+-      &lt;path
+-         sodipodi:type=&quot;arc&quot;
+-         style=&quot;opacity:0.2857143;fill:url(#linearGradient8912);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;path8864&quot;
+-         sodipodi:cx=&quot;229.9375&quot;
+-         sodipodi:cy=&quot;199.0625&quot;
+-         sodipodi:rx=&quot;7.9375&quot;
+-         sodipodi:ry=&quot;2.4375&quot;
+-         d=&quot;m 237.875,199.0625 c 0,1.34619 -3.55374,2.4375 -7.9375,2.4375 -4.38376,0 -7.9375,-1.09131 -7.9375,-2.4375 0,-1.34619 3.55374,-2.4375 7.9375,-2.4375 4.38376,0 7.9375,1.09131 7.9375,2.4375 z&quot;
+-         transform=&quot;matrix(0.5296484,0,0,0.5296484,-12.384318,-14.791044)&quot; /&gt;
+-      &lt;path
+-         transform=&quot;matrix(0.7131486,0,0,1.1407811,-54.577902,-134.95502)&quot;
+-         d=&quot;m 237.875,199.0625 c 0,1.34619 -3.55374,2.4375 -7.9375,2.4375 -4.38376,0 -7.9375,-1.09131 -7.9375,-2.4375 0,-1.34619 3.55374,-2.4375 7.9375,-2.4375 4.38376,0 7.9375,1.09131 7.9375,2.4375 z&quot;
+-         sodipodi:ry=&quot;2.4375&quot;
+-         sodipodi:rx=&quot;7.9375&quot;
+-         sodipodi:cy=&quot;199.0625&quot;
+-         sodipodi:cx=&quot;229.9375&quot;
+-         id=&quot;path8874&quot;
+-         style=&quot;opacity:0.62068942;fill:url(#linearGradient8910);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8906);enable-background:accumulate&quot;
+-         sodipodi:type=&quot;arc&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         style=&quot;fill:url(#radialGradient8922);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8980)&quot;
+-         d=&quot;m 214.125,203.75 c 3.76948,3.48424 24.75576,5.27219 28.1875,-1 -6.73663,4.7839 -21.71677,3.10264 -28.1875,1 z&quot;
+-         id=&quot;path8914&quot;
+-         transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-14.238677)&quot;
+-         sodipodi:nodetypes=&quot;ccc&quot; /&gt;
+-      &lt;path
+-         transform=&quot;matrix(0.2042516,-0.1035605,0.2395168,0.4723972,5.7547955,30.286555)&quot;
+-         d=&quot;m 236.44594,199.0625 c 0,1.70219 -2.91393,3.08208 -6.50844,3.08208 -3.59451,0 -6.50844,-1.37989 -6.50844,-3.08208 0,-1.70219 2.91393,-3.08208 6.50844,-3.08208 3.59451,0 6.50844,1.37989 6.50844,3.08208 z&quot;
+-         sodipodi:ry=&quot;3.0820823&quot;
+-         sodipodi:rx=&quot;6.5084434&quot;
+-         sodipodi:cy=&quot;199.0625&quot;
+-         sodipodi:cx=&quot;229.9375&quot;
+-         id=&quot;path8984&quot;
+-         style=&quot;opacity:0.2857143;fill:url(#linearGradient8990);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         sodipodi:type=&quot;arc&quot; /&gt;
+-      &lt;path
+-         sodipodi:type=&quot;arc&quot;
+-         style=&quot;opacity:0.62068942;fill:url(#linearGradient8992);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8906);enable-background:accumulate&quot;
+-         id=&quot;path8986&quot;
+-         sodipodi:cx=&quot;229.9375&quot;
+-         sodipodi:cy=&quot;199.0625&quot;
+-         sodipodi:rx=&quot;7.0555515&quot;
+-         sodipodi:ry=&quot;2.1400476&quot;
+-         d=&quot;m 236.99305,199.0625 c 0,1.18192 -3.15888,2.14005 -7.05555,2.14005 -3.89667,0 -7.05555,-0.95813 -7.05555,-2.14005 0,-1.18192 3.15888,-2.14005 7.05555,-2.14005 3.89667,0 7.05555,0.95813 7.05555,2.14005 z&quot;
+-         transform=&quot;matrix(0.2750159,-0.1394397,0.5158824,1.0174708,-65.353496,-69.300635)&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         sodipodi:nodetypes=&quot;ccc&quot;
+-         transform=&quot;matrix(0.2042516,-0.1035605,0.2395168,0.4723972,6.2599008,30.649764)&quot;
+-         id=&quot;path8988&quot;
+-         d=&quot;m 217.05754,201.94027 c 3.76948,3.48424 26.97122,8.91123 25.25496,0.80973 -3.31737,5.32326 -18.78423,1.29291 -25.25496,-0.80973 z&quot;
+-         style=&quot;fill:url(#radialGradient8994);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8980)&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         style=&quot;fill:url(#radialGradient9004);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
+-         d=&quot;m 68.25,186 c 0,-0.62057 38.84622,11.83854 45.5,18.5 -5.47122,-5.33854 -33.159709,-17.61609 -37.375,-17.75 -4.215291,-0.13391 -7.625,-0.5 -8.125,-0.75 z&quot;
+-         id=&quot;path8996&quot;
+-         transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)&quot;
+-         sodipodi:nodetypes=&quot;cczc&quot; /&gt;
+-      &lt;g
+-         id=&quot;g9018&quot;
+-         transform=&quot;matrix(0.8790148,-0.1929959,0.2338341,0.6959295,-20.209533,36.725557)&quot;&gt;
+-        &lt;path
+-           sodipodi:type=&quot;arc&quot;
+-           style=&quot;opacity:0.2857143;fill:url(#linearGradient9023);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-           id=&quot;path9006&quot;
+-           sodipodi:cx=&quot;229.9375&quot;
+-           sodipodi:cy=&quot;199.0625&quot;
+-           sodipodi:rx=&quot;7.9375&quot;
+-           sodipodi:ry=&quot;2.4375&quot;
+-           d=&quot;m 237.875,199.0625 c 0,1.34619 -3.55374,2.4375 -7.9375,2.4375 -4.38376,0 -7.9375,-1.09131 -7.9375,-2.4375 0,-1.34619 3.55374,-2.4375 7.9375,-2.4375 4.38376,0 7.9375,1.09131 7.9375,2.4375 z&quot;
+-           transform=&quot;matrix(0.5296484,0,0,0.5296484,-84.4165,-4.7277245)&quot; /&gt;
+-        &lt;path
+-           transform=&quot;matrix(0.7131486,0,0,1.1407811,-126.61008,-124.8917)&quot;
+-           d=&quot;m 237.875,199.0625 c 0,1.34619 -3.55374,2.4375 -7.9375,2.4375 -4.38376,0 -7.9375,-1.09131 -7.9375,-2.4375 0,-1.34619 3.55374,-2.4375 7.9375,-2.4375 4.38376,0 7.9375,1.09131 7.9375,2.4375 z&quot;
+-           sodipodi:ry=&quot;2.4375&quot;
+-           sodipodi:rx=&quot;7.9375&quot;
+-           sodipodi:cy=&quot;199.0625&quot;
+-           sodipodi:cx=&quot;229.9375&quot;
+-           id=&quot;path9008&quot;
+-           style=&quot;opacity:0.62068942;fill:url(#linearGradient9025);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8906);enable-background:accumulate&quot;
+-           sodipodi:type=&quot;arc&quot; /&gt;
+-      &lt;/g&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         style=&quot;opacity:0.61576353;fill:url(#radialGradient9046);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter9068)&quot;
+-         d=&quot;m 80.5,220.0625 c 0,0 2.10339,5.65078 7.875,5.9375 5.83887,0.29006 12.50324,-7.00698 13.0625,-9.625 -1,2.25 -6.590334,9.03328 -13.8125,8.9375 -4.099862,-0.0544 -7.125,-5.25 -7.125,-5.25 z&quot;
+-         id=&quot;path9038&quot;
+-         transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.622949,-14.42691)&quot;
+-         sodipodi:nodetypes=&quot;czczc&quot; /&gt;
+-      &lt;path
+-         inkscape:label=&quot;top_inner_highlight&quot;
+-         d=&quot;m 63.40625,10.21875 c -3.098181,0 -6.134601,1.122042 -8.28125,3.3125 l -41.1875,42.1875 c -3.76562,3.76562 -4.6702413,6.23069 -4.4375,7.625 0.1163706,0.697155 0.4585994,1.303027 1.1875,1.9375 0.728901,0.634473 1.831495,1.256389 3.15625,1.8125 2.649511,1.112222 6.217961,2.008085 9.71875,2.96875 3.500789,0.960665 6.929812,1.974626 9.53125,3.625 0.396623,0.258266 0.769088,0.576468 1.03125,1.03125 0.262162,0.454782 0.354216,1.056088 0.25,1.5625 -0.208431,1.012824 -0.83202,1.546985 -1.46875,2.03125 -1.27346,0.96853 -3.023257,1.773229 -4.78125,2.625 -1.757993,0.851771 -3.524925,1.723242 -4.40625,2.4375 -0.440663,0.357129 -0.600112,0.678133 -0.59375,0.65625 0.0064,-0.02188 -0.116851,-0.273101 0.09375,-0.0625 0.551764,0.56709 2.274075,1.538165 4.46875,2.40625 2.194675,0.868085 4.88065,1.745624 7.59375,2.625 2.7131,0.879376 5.4575,1.749959 7.78125,2.65625 2.32375,0.906291 4.217694,1.748944 5.46875,3 0.622681,0.639978 1.062632,1.435956 1.15625,2.25 0.09362,0.814044 -
 0.126809,1.578032 -0.4375,2.21875 -0.621382,1.28144 -1.620313,2.26719 -2.53125,3.21875 -0.910938,0.95156 -1.736226,1.86034 -2.03125,2.46875 -0.147512,0.3042 -0.170347,0.50242 -0.15625,0.625 0.0141,0.12258 0.03518,0.24623 0.3125,0.53125 A 1.4566768,1.4566768 0 0 1 44.875,106 c 1.193594,1.2618 3.787002,1.43924 6.71875,2.125 1.465874,0.34288 2.998909,0.86196 4.3125,2 1.313591,1.13804 2.299435,2.87059 2.71875,5.21875 0.176459,0.99459 0.702722,1.4788 1.96875,1.875 1.266028,0.3962 3.194353,0.46554 5.3125,0.15625 4.236295,-0.61859 9.260035,-2.69532 12.15625,-5.09375 0.17999,-0.15299 0.129956,-0.11255 0.1875,-0.1875 -0.194805,-0.13939 -0.651644,-0.43652 -1.40625,-0.8125 -0.891527,-0.4442 -1.944708,-0.85956 -2.75,-1.875 -0.402646,-0.50772 -0.679877,-1.30934 -0.5625,-2.09375 0.117377,-0.78441 0.546832,-1.43702 1.125,-2.03125 4.745751,-4.79848 9.421937,-5.944136 12.9375,-6.875 1.757782,-0.465432 3.229292,-0.891233 4.34375,-1.59375 1.114458,-0.702517 1.98508,-1.663728 2.71875,-3.53125 0
 .08087,-0.202174 0.07855,-0.260846 -0.03125,-0.5 C 94.515197,92.542096 94.220541,92.159521 93.75,91.75 92.808918,90.930959 91.239577,90.050804 89.6875,89.1875 88.135423,88.324196 86.627034,87.519262 85.53125,86.5 c -0.547892,-0.509631 -1.122017,-1.151633 -1.1875,-2.125 -0.06548,-0.973367 0.572568,-1.851633 1.3125,-2.375 2.745718,-1.93321 6.896278,-3.404906 11.40625,-4.96875 4.50997,-1.563844 9.36113,-3.182125 13.3125,-5.03125 3.95137,-1.849125 6.85729,-3.978669 7.78125,-6.125 0.46198,-1.073165 0.54663,-2.158606 0.0625,-3.5625 -0.48413,-1.403894 -1.58958,-3.120831 -3.5625,-5.09375 L 72,13.5625 c -0.01071,-0.0101 -0.02051,-0.02119 -0.03125,-0.03125 -2.357722,-2.207738 -5.478371,-3.3125 -8.5625,-3.3125 z m 45.9375,80 c -2.63522,0.09513 -5.05952,1.301393 -6.09375,3.1875 0.29381,0.110524 0.55838,0.234969 1.03125,0.34375 1.37562,0.316455 3.29543,0.520736 5.1875,0.5625 1.89207,0.04176 3.78415,-0.117472 4.9375,-0.4375 0.50487,-0.14009 0.77236,-0.281778 0.90625,-0.375 -0.2558,-1.0910
 98 -0.86487,-1.862126 -1.90625,-2.4375 -1.07862,-0.595951 -2.55669,-0.898111 -4.0625,-0.84375 z m -70.5,9.0625 c -2.089872,-0.145348 -4.716548,0.686551 -6,1.71875 -0.641726,0.5161 -0.913269,0.99441 -0.9375,1.3125 -0.02423,0.31809 0.07726,0.74199 0.9375,1.46875 a 1.4566768,1.4566768 0 0 1 0,0.0312 c 1.352809,1.17 2.882256,1.04802 4.625,0.0937 1.460951,-0.79997 2.757201,-2.30075 3.625,-3.875 -0.585032,-0.377341 -1.284532,-0.682853 -2.25,-0.75 z m 61,0.625 c -0.447303,0.5686 -0.690902,1.09797 -0.71875,1.46875 -0.03844,0.51176 0.106611,0.90723 0.5,1.28125 0.73729,0.70099 2.33912,1.00278 3.96875,0.125 -0.0322,-0.1891 -0.0933,-0.47591 -0.34375,-0.84375 -0.4999,-0.73414 -1.6686,-1.5251 -3.40625,-2.03125 z&quot;
+-         inkscape:href=&quot;#use7639&quot;
+-         id=&quot;87235&quot;
+-         style=&quot;fill:none;stroke:url(#radialGradient11553);stroke-width:0.34763536;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter9298)&quot;
+-         xlink:href=&quot;#use7639&quot;
+-         inkscape:original=&quot;M 63.40625 8.75 C 59.95625 8.75 56.54375 10 54.09375 12.5 L 12.90625 54.6875 C -2.69375 70.2875 23.0125 69.00625 32.3125 74.90625 C 36.6125 77.70625 18.4875 81.3 22.1875 85 C 25.7875 88.7 43.9 92.0875 47.5 95.6875 C 51.1 99.3875 40.2125 103.3 43.8125 107 C 47.3125 110.7 55.6875 107.19375 57.1875 115.59375 C 58.2875 121.79375 72.6 118.70625 79 113.40625 C 83 110.00625 72.0875 110.0125 75.6875 106.3125 C 84.6875 97.2125 92.7 102.2125 96 93.8125 C 97.8 89.3125 82.4 86.0875 86.5 83.1875 C 96.3 76.2875 132.2875 72.7875 115.6875 56.1875 L 73 12.5 C 70.35 10 66.85625 8.75 63.40625 8.75 z M 109.28125 88.75 C 105.81875 88.875 102.30625 90.6125 101.40625 93.8125 C 101.40625 95.9125 117.7125 97.1125 116.8125 93.3125 C 116.1625 90.1125 112.74375 88.625 109.28125 88.75 z M 38.9375 97.84375 C 33.95 97.496875 27.55625 101.23125 31.90625 104.90625 C 35.60625 108.10625 41.2 104.1875 43 99.6875 C 42.1 98.5125 40.6 97.959375 38.9375 97.84375 z M 99.40625 98.18
 75 C 94.80625 102.3875 100.1875 106.80625 104.6875 103.90625 C 105.8875 103.10625 104.60625 99.1875 99.40625 98.1875 z &quot;
+-         inkscape:radius=&quot;-1.4565312&quot;
+-         sodipodi:type=&quot;inkscape:offset&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         sodipodi:nodetypes=&quot;csssssscs&quot;
+-         transform=&quot;matrix(0.4883067,0,0,0.4883067,-5.8104012,-7.7042521)&quot;
+-         id=&quot;path5897&quot;
+-         d=&quot;m 95.5,172 c -5.090606,1.50191 -21.592018,7.73713 -19.25,12.5 2.243595,4.56272 40.61138,6.40132 46.5,20 2.5679,5.93009 -5.89238,10.40326 -3.75,16.5 1.64973,4.69477 14.41196,16.49084 22.48603,22.06781 6.33298,4.37435 14.65096,-3.52244 11.26397,-10.06781 -5.39589,-10.42759 18.44266,-23.19912 29.25,-29 6.30524,-3.38436 -13,-20 -13,-20 0,0 -73.5,-12 -73.5,-12 z&quot;
+-         style=&quot;opacity:0.32512315;fill:url(#linearGradient5905);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5983)&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         sodipodi:nodetypes=&quot;cssssssssss&quot;
+-         id=&quot;path5783&quot;
+-         d=&quot;m 41.742167,78.533037 c 2.231933,1.639226 6.636757,0.650538 9.282124,1.841759 6.349518,2.859218 14.154941,6.045427 12.718568,0.404555 0,0 -1.615771,1.342042 -1.615771,1.342042 0,0 -0.03153,-2.557545 -0.03153,-2.557545 0,0 -3.751977,0.916294 -3.751977,0.916294 0,0 -2.906173,-2.332759 -4.238526,-3.101995 -0.27829,-0.160669 -1.707695,1.292815 -1.707695,1.292815 0,0 -0.25697,-1.543804 -0.25697,-1.543804 -1.857372,-0.197638 -3.696159,-0.284805 -5.31515,-0.271821 -3.880942,0.03112 -6.499059,0.637741 -5.083074,1.6777 z&quot;
+-         style=&quot;fill:url(#linearGradient5801);fill-opacity:1;fill-rule:evenodd;stroke:none&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         sodipodi:nodetypes=&quot;csssssc&quot;
+-         transform=&quot;matrix(0.4883067,0,0,0.4883067,-5.8104012,-7.7042521)&quot;
+-         id=&quot;path5803-6&quot;
+-         d=&quot;m 182.75,187.25 c -1.75981,6.4783 21.62776,15.27989 19.875,19.75 -3.85895,9.84158 -24.97596,3.13755 -41.125,23.75 -2.31318,2.95251 3.25,13.5 2.5,12.25 -0.75,-1.25 -6.4649,-9.96285 -5,-14.25 4.59417,-13.44525 49.0128,-18.45749 40.875,-24.875 -4.67988,-3.69058 -21.50546,-13.88721 -17.125,-16.625 z&quot;
+-         style=&quot;opacity:0.47783251;fill:url(#radialGradient5811);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5845)&quot; /&gt;
+-      &lt;path
+-         transform=&quot;matrix(0.4883067,0,0,0.4883067,-6.3597463,-8.0094438)&quot;
+-         d=&quot;m 236.5,201.1875 c 0,0.5868 -1.14727,1.0625 -2.5625,1.0625 -1.41523,0 -2.5625,-0.4757 -2.5625,-1.0625 0,-0.5868 1.14727,-1.0625 2.5625,-1.0625 1.41523,0 2.5625,0.4757 2.5625,1.0625 z&quot;
+-         sodipodi:ry=&quot;1.0625&quot;
+-         sodipodi:rx=&quot;2.5625&quot;
+-         sodipodi:cy=&quot;201.1875&quot;
+-         sodipodi:cx=&quot;233.9375&quot;
+-         id=&quot;path6041&quot;
+-         style=&quot;opacity:0.58620689;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         sodipodi:type=&quot;arc&quot; /&gt;
+-      &lt;path
+-         sodipodi:type=&quot;arc&quot;
+-         style=&quot;opacity:0.58620689;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;path6043&quot;
+-         sodipodi:cx=&quot;233.9375&quot;
+-         sodipodi:cy=&quot;201.1875&quot;
+-         sodipodi:rx=&quot;2.5625&quot;
+-         sodipodi:ry=&quot;1.0625&quot;
+-         d=&quot;m 236.5,201.1875 c 0,0.5868 -1.14727,1.0625 -2.5625,1.0625 -1.41523,0 -2.5625,-0.4757 -2.5625,-1.0625 0,-0.5868 1.14727,-1.0625 2.5625,-1.0625 1.41523,0 2.5625,0.4757 2.5625,1.0625 z&quot;
+-         transform=&quot;matrix(0.3096579,0,0,0.4883067,27.528443,1.5735759)&quot; /&gt;
+-      &lt;path
+-         sodipodi:type=&quot;arc&quot;
+-         style=&quot;opacity:0.58620689;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;path6045&quot;
+-         sodipodi:cx=&quot;233.9375&quot;
+-         sodipodi:cy=&quot;201.1875&quot;
+-         sodipodi:rx=&quot;2.5625&quot;
+-         sodipodi:ry=&quot;1.0625&quot;
+-         d=&quot;m 236.5,201.1875 c 0,0.5868 -1.14727,1.0625 -2.5625,1.0625 -1.41523,0 -2.5625,-0.4757 -2.5625,-1.0625 0,-0.5868 1.14727,-1.0625 2.5625,-1.0625 1.41523,0 2.5625,0.4757 2.5625,1.0625 z&quot;
+-         transform=&quot;matrix(0.5478563,0,0,0.4883067,-92.102233,1.115795)&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         sodipodi:nodetypes=&quot;ccc&quot;
+-         id=&quot;path5049-4&quot;
+-         d=&quot;m 36.672282,76.528654 c -7.152988,4.424107 -18.274031,6.034229 -6.103834,8.972635 -1.449712,-3.2281 3.138581,-2.872021 6.103834,-8.972635 z&quot;
+-         style=&quot;opacity:0.25123153;fill:url(#linearGradient5822);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.04789329;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         style=&quot;opacity:0.36315792;color:#000000;fill:url(#linearGradient7215);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter10997-7);enable-background:accumulate&quot;
+-         d=&quot;m 8.8342799,171.64721 c 0,0 22.5917801,-2.12795 27.8180201,-8.64645 3.05755,-3.81358 -12.15146,-8.2638 -8.86827,-12 12.35008,-14.0541 22.73076,-13.46729 37.05025,-19.35355 14.31949,-5.88626 9.03544,-8.76906 4.40381,-11.35355 -7.9325,-4.4264 -25.58722,-9.14237 -19.74696,-19.64645 5.87688,-10.569936 57.34315,-25.249996 57.34315,-25.249996 15.59619,-5.32843 13.63909,-14.96447 6,-23 l -46,-45.7499997 c 0,0 2.28296,43.3886497 -7,61.9999997 -11.4715,22.99914 -72.54408,48.661766 -47,51.499996 9,1 13.32065,4.0705 17,11 7.57631,14.26883 -21.0000001,40.5 -21.0000001,40.5 z&quot;
+-         id=&quot;path10207&quot;
+-         sodipodi:nodetypes=&quot;csszsscccsssc&quot;
+-         transform=&quot;matrix(0.48830674,0,0,0.48830674,57.750397,32.997477)&quot; /&gt;
+-    &lt;/g&gt;
+-  &lt;/g&gt;
+-  &lt;g
+-     inkscape:groupmode=&quot;layer&quot;
+-     id=&quot;layer4&quot;
+-     inkscape:label=&quot;top effect&quot;
+-     style=&quot;display:inline&quot;
+-     transform=&quot;translate(0,-50)&quot;&gt;
+-    &lt;path
+-       id=&quot;path4785&quot;
+-       d=&quot;m 0.44690778,50.465447 0,624.999993 749.99999222,0 0,-624.999993 -749.99999222,0 z&quot;
+-       style=&quot;opacity:0.39903846;color:#000000;fill:url(#radialGradient4853);fill-opacity:1;stroke:none;stroke-width:1.00147927;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       sodipodi:nodetypes=&quot;ccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-  &lt;/g&gt;
+-  &lt;g
+-     style=&quot;display:inline&quot;
+-     inkscape:label=&quot;buttons&quot;
+-     id=&quot;layer3&quot;
+-     inkscape:groupmode=&quot;layer&quot;
+-     transform=&quot;translate(0,-50)&quot;&gt;
+-    &lt;path
+-       style=&quot;opacity:0.99519228;color:#000000;fill:url(#linearGradient5169);fill-opacity:1;stroke:url(#linearGradient5171);stroke-width:3.20000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.95906432;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 541.26923,294.02826 c 0,-87.95782 -71.3039,-159.26172 -159.26172,-159.26172 -87.95782,0 -159.26172,71.3039 -159.26172,159.26172 0,87.95782 71.3039,159.26172 159.26172,159.26172 87.95782,0 159.26172,-71.3039 159.26172,-159.26172 z&quot;
+-       id=&quot;path5124&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       d=&quot;m 529.08132,289.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8394);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path8392&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       d=&quot;m 523.08132,243.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8386);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path8384&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       id=&quot;path7822&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8147);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 391.08132,145.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0676,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41749,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;csccscc&quot;
+-       id=&quot;path7283&quot;
+-       d=&quot;M 231.38113,668.44547 C 158.29807,591.95031 90.726048,522.97916 83.954177,419.47693 76.773375,309.72456 136.83768,166.49483 290.60764,128.18414 l 3.55639,37.67012 c -35.14602,28.38249 -72.17313,45.14211 -89.28152,73.10452 -115.734652,189.15972 60.43562,315.45877 202.7336,425.87531 l -176.23498,3.61138 z&quot;
+-       style=&quot;opacity:0.48557691;fill:url(#linearGradient7291);fill-opacity:1;stroke:none;filter:url(#filter7305)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;g
+-       id=&quot;g4228&quot;
+-       transform=&quot;translate(-0.65105524,-3.9827419)&quot;&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:nodetypes=&quot;csscccccccc&quot;
+-         id=&quot;path7333&quot;
+-         d=&quot;m 244.93064,160.92293 -35.28131,-0.0819 c -0.99494,-0.002 -1.62915,3.60205 -1.71133,4.38822 l -2.61343,25.00057 c 0.14891,4.47486 3.21574,1.57277 5.51798,4.49399 l 30.00779,1.41494 c 1.69721,-0.0508 4.34251,-0.61587 4.68152,-2.79868 l 0.1624,-1.03325 -0.38155,-27.36409 -0.38207,-4.01983 0,3e-5 z&quot;
+-         style=&quot;fill:#999999;stroke:none&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;color:#000000;fill:#666666;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         d=&quot;m 213.52553,155.72946 c 4.54453,0.35784 17.95889,-0.085 25.0923,0.47666 4.35824,-0.04 7.85496,3.12001 7.58622,8.08353 l 0.12234,25.38515 c 0.0199,4.12557 -4.38284,5.81373 -7.01188,5.37863 l -30.06092,-1.70912 c -3.49769,-0.59246 -4.49565,-2.56156 -3.83985,-8.00647 l 1.38564,-24.16838 c 0.48295,-3.08639 1.05269,-5.47054 6.72615,-5.44004 l 0,4e-5 z&quot;
+-         id=&quot;path7335&quot;
+-         sodipodi:nodetypes=&quot;ccczcccccc&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:nodetypes=&quot;cczccccsc&quot;
+-         id=&quot;path7337&quot;
+-         d=&quot;m 239.94142,158.0744 c 2.25224,0.12556 4.74477,2.29062 4.62353,5.64117 l 0.26254,24.57956 c 0.0387,3.62709 -1.45034,5.15852 -6.63559,4.79379 l -26.07698,-0.92469 c -4.38043,-0.44682 -4.93683,-1.73965 -4.8711,-6.47235 l 1.4256,-24.31787 c 0.47518,-2.3757 1.689,-3.99997 5.08811,-3.9195 l 26.18389,0.61989 z&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient4241);fill-opacity:1;fill-rule:nonzero;stroke:#fcf5f5;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient4243);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         d=&quot;m 243.65089,171.64779 0.24959,16.31631 c 0.0528,3.44797 -1.3788,4.90407 -6.30828,4.55733 l -24.79071,-0.87908 c -4.16436,-0.42478 -4.69331,-1.65384 -4.63082,-6.15309 l 0.47393,-14.89239 35.00629,1.05092 z&quot;
+-         id=&quot;path5444&quot;
+-         sodipodi:nodetypes=&quot;czccccc&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         id=&quot;path4734&quot;
+-         d=&quot;m 225.10477,177.70534 c 1.43805,-0.19334 1.86539,1.87261 1.49558,3.03166 -0.77337,2.42383 -3.53719,3.00341 -5.40311,1.9825 -2.9089,-1.59175 -3.44481,-5.82756 -1.83633,-8.79519 2.2142,-4.08514 7.21242,-4.8969 10.63803,-2.49907 4.39855,3.07895 5.09066,9.85541 2.1771,14.55871 -3.57769,5.77548 -10.91314,6.82156 -15.87298,3.01565 -5.9039,-4.53045 -6.75103,-13.89656 -2.51779,-20.32238 4.92481,-7.4755 14.62102,-8.75595 21.10791,-3.53208 7.41498,5.97121 8.41699,17.9425 2.85847,26.0859 -0.0181,0.0266 -0.0365,0.0534 -0.0548,0.0798&quot;
+-         style=&quot;font-size:12px;fill:none;stroke:#000000;stroke-width:2.52657557;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4760)&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;font-size:12px;fill:none;stroke:#666666;stroke-width:2.52657557;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
+-         d=&quot;m 225.10477,177.70534 c 1.43805,-0.19334 1.86539,1.87261 1.49558,3.03166 -0.77337,2.42383 -3.53719,3.00341 -5.40311,1.9825 -2.9089,-1.59175 -3.44481,-5.82756 -1.83633,-8.79519 2.2142,-4.08514 7.21242,-4.8969 10.63803,-2.49907 4.39855,3.07895 5.09066,9.85541 2.1771,14.55871 -3.57769,5.77548 -10.91314,6.82156 -15.87298,3.01565 -5.9039,-4.53045 -6.75103,-13.89656 -2.51779,-20.32238 4.92481,-7.4755 14.62102,-8.75595 21.10791,-3.53208 7.41498,5.97121 8.41699,17.9425 2.85847,26.0859 -0.0181,0.0266 -0.0365,0.0534 -0.0548,0.0798&quot;
+-         id=&quot;path4719&quot; /&gt;
+-      &lt;g
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         transform=&quot;matrix(1.4196694,0.15194758,-0.14815382,1.3842237,112.30839,-63.055765)&quot;
+-         inkscape:label=&quot;#draw_arc&quot;
+-         id=&quot;g4706&quot;&gt;
+-        &lt;path
+-           inkscape:connector-curvature=&quot;0&quot;
+-           style=&quot;font-size:12px;fill:none;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none&quot;
+-           d=&quot;m 96.15762,162.8596 c 0.9734,-0.2466 1.42103,1.1976 1.25344,2.0538 -0.35048,1.7905 -2.20576,2.4131 -3.56363,1.8242 -2.11688,-0.9182 -2.80091,-3.9049 -1.91734,-6.147 1.2163,-3.0864 4.58912,-4.0434 7.12105,-2.5881 3.25106,1.8687 4.23186,6.6593 2.58126,10.2402 -2.02684,4.3972 -6.98766,5.6979 -10.67849,3.352 -4.39336,-2.7925 -5.67379,-9.4221 -3.24514,-14.3335 2.82541,-5.7137 9.39039,-7.3599 14.23593,-4.1158 5.5388,3.7082 7.1199,12.1879 3.909,18.4267 -0.0105,0.0204 -0.0211,0.0409 -0.0317,0.0612&quot;
+-           id=&quot;path4713&quot; /&gt;
+-        &lt;rect
+-           style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline&quot;
+-           id=&quot;rect4715&quot;
+-           width=&quot;24&quot;
+-           height=&quot;24&quot;
+-           x=&quot;85&quot;
+-           y=&quot;150&quot; /&gt;
+-      &lt;/g&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline&quot;
+-         d=&quot;m 210.97111,158.21 34.07206,3.64674 -3.55569,33.22137 -34.07207,-3.64674 3.5557,-33.22137 z&quot;
+-         id=&quot;rect4721&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         id=&quot;path4732&quot;
+-         d=&quot;m 224.90604,175.78094 c 1.41844,-0.19345 1.83996,1.87367 1.47519,3.03337 -0.76283,2.4252 -3.48896,3.00511 -5.32944,1.98362 -2.86923,-1.59265 -3.39784,-5.83085 -1.81129,-8.80016 2.18401,-4.08745 7.11408,-4.89966 10.49298,-2.50048 4.33857,3.08069 5.02124,9.86098 2.14741,14.56694 -3.52891,5.77874 -10.76433,6.82541 -15.65654,3.01735 -5.8234,-4.53301 -6.65898,-13.90441 -2.48346,-20.33386 4.85765,-7.47973 14.42165,-8.7609 20.82009,-3.53408 7.31388,5.97459 8.30222,17.95264 2.8195,26.10064 -0.0179,0.0266 -0.036,0.0534 -0.0541,0.0799&quot;
+-         style=&quot;font-size:12px;fill:none;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       id=&quot;g4192&quot;
+-       transform=&quot;matrix(1,0,0,0.86933743,6.1972802,11.507474)&quot;&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;fill:#b3b3b3;stroke:none&quot;
+-         d=&quot;m 211.31243,185.15069 -36.17986,-2.11643 c -1.02028,-0.0597 -1.67065,3.92747 -1.75491,4.80036 l -2.68,27.75821 c 0.15271,5.00385 3.0958,8.01765 4.92424,8.86935 l 33.63606,1.04428 c 1.74044,0.0407 4.45311,-0.43826 4.80076,-2.85548 l 0.53367,-3.10218 -1.46833,-29.80937 -1.81163,-4.58874 z&quot;
+-         id=&quot;path7327&quot;
+-         sodipodi:nodetypes=&quot;cssccccccc&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:nodetypes=&quot;ccczcccccc&quot;
+-         id=&quot;path7329&quot;
+-         d=&quot;m 179.32029,177.55065 c 4.77819,0.66029 18.88228,0.9359 26.38246,1.97231 4.58233,0.20553 8.13646,1.73088 7.8539,7.25625 l 1.16087,30.59705 c 0.17494,4.61092 -4.6082,6.23832 -7.37241,5.60173 l -34.35212,-1.23536 c -3.67752,-0.86212 -3.98291,-5.43152 -3.29339,-11.47204 l 3.03822,-27.03331 c 0.5025,-2.98128 1.39701,-5.42259 6.58247,-5.68668 l 0,5e-5 z&quot;
+-         style=&quot;color:#000000;fill:#666666;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient4210);fill-opacity:1;fill-rule:nonzero;stroke:#fffcfc;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         d=&quot;m 207.58391,181.6845 c 2.36805,0.26943 4.49921,1.60556 4.37174,5.33882 l 1.00393,28.71685 c 0.14174,4.05442 -2.25281,5.63549 -7.70466,4.93072 l -27.41777,-0.49717 c -4.60566,-0.75021 -6.46446,-4.32667 -6.39535,-9.60602 l 2.77269,-26.99475 c 0.49962,-2.62472 1.77546,-4.36328 5.34973,-4.0833 l 28.01969,2.19485 z&quot;
+-         id=&quot;path7331&quot;
+-         sodipodi:nodetypes=&quot;cczccccsc&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:nodetypes=&quot;czccccc&quot;
+-         id=&quot;path5368&quot;
+-         d=&quot;m 211.07367,196.18147 0.9591,19.16808 c 0.19369,3.87087 -2.15221,5.38382 -7.36059,4.71052 l -26.19338,-0.47496 c -4.39999,-0.71671 -6.17578,-4.13346 -6.10976,-9.17705 l 2.05841,-16.63719 36.64622,2.4106 z&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient4212);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;color:#000000;fill:#000000;stroke:url(#linearGradient4214);stroke-width:1.5516454;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline;filter:url(#filter4702)&quot;
+-         d=&quot;m 194.08074,208.30763 -14.49604,-1.0767 -3.12251,-14.03176 12.0452,-7.97669 10.7346,9.66867 -5.16125,13.41648 z&quot;
+-         id=&quot;path4682&quot;
+-         sodipodi:nodetypes=&quot;cccccc&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;color:#000000;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:1.5516454;marker:none;display:inline&quot;
+-         d=&quot;m 193.8604,208.47707 -15.1149,-1.11508 -3.1062,-13.85866 0.0665,-2.5756 23.53624,3.65462 -5.38159,13.89472 z&quot;
+-         id=&quot;path4680&quot;
+-         sodipodi:nodetypes=&quot;cccccc&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:nodetypes=&quot;cccccc&quot;
+-         id=&quot;path4603&quot;
+-         d=&quot;m 192.96439,204.6214 -12.02523,-0.89318 -2.56802,-11.9372 10.00611,-6.80803 8.89067,8.2116 -4.30353,11.42681 z&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient4216);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4218);stroke-width:1.55164719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:nodetypes=&quot;cccccc&quot;
+-         id=&quot;path4605&quot;
+-         d=&quot;m 194.08074,206.30763 -14.49604,-1.0767 -3.12251,-14.03176 12.0452,-7.97669 10.7346,9.66867 -5.16125,13.41648 z&quot;
+-         style=&quot;color:#000000;fill:none;stroke:url(#linearGradient4220);stroke-width:1.5516454;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline&quot; /&gt;
+-      &lt;rect
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         transform=&quot;matrix(0.99725293,0.07407158,-0.07407158,0.99725293,0,0)&quot;
+-         y=&quot;166.00188&quot;
+-         x=&quot;188.85684&quot;
+-         height=&quot;37.239517&quot;
+-         width=&quot;37.239521&quot;
+-         id=&quot;rect4607&quot;
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1.00000012;marker:none;display:inline&quot; /&gt;
+-      &lt;g
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;fill:#4d4d4d;stroke:none&quot;
+-         id=&quot;g4635&quot;
+-         transform=&quot;matrix(1.8532821,0.12716635,-0.13765369,1.7120873,-637.88329,-175.93466)&quot;&gt;
+-        &lt;path
+-           sodipodi:type=&quot;star&quot;
+-           style=&quot;color:#000000;fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.67829257;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-           id=&quot;path4639&quot;
+-           sodipodi:sides=&quot;5&quot;
+-           sodipodi:cx=&quot;103&quot;
+-           sodipodi:cy=&quot;195&quot;
+-           sodipodi:r1=&quot;4.5616722&quot;
+-           sodipodi:r2=&quot;2.2270374&quot;
+-           sodipodi:arg1=&quot;-0.12207873&quot;
+-           sodipodi:arg2=&quot;0.49597247&quot;
+-           inkscape:flatsided=&quot;false&quot;
+-           inkscape:rounded=&quot;0&quot;
+-           inkscape:randomized=&quot;0&quot;
+-           d=&quot;m 107.52772,194.4445 -2.56903,1.61532 -0.0312,3.07464 -2.33014,-1.94413 -2.933809,0.92041 1.128929,-2.81686 -1.78196,-2.5058 3.02785,0.20322 1.8325,-2.46908 0.74239,2.94245 z&quot;
+-           transform=&quot;matrix(1.4926956,-0.04098291,0.03994835,1.4550146,302.93141,-91.012178)&quot; /&gt;
+-        &lt;path
+-           inkscape:connector-curvature=&quot;0&quot;
+-           style=&quot;opacity:0.7932692;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:0.67829257;marker:none;display:inline;filter:url(#filter4662)&quot;
+-           d=&quot;m 472.19409,188.57923 -4.04676,2.806 0.0375,5.75116 -4.55649,-3.59409 -5.20893,2.03316 1.70626,-5.26273 -2.86364,-4.0198 -0.17196,-1.80218 6.15373,0.6303 9.04929,2.0363 -0.11658,1.72904 0.0176,-0.30716 z&quot;
+-           id=&quot;path4648&quot;
+-           sodipodi:nodetypes=&quot;cccccccccccc&quot; /&gt;
+-        &lt;path
+-           inkscape:connector-curvature=&quot;0&quot;
+-           sodipodi:nodetypes=&quot;cccccccccccc&quot;
+-           id=&quot;path4637&quot;
+-           d=&quot;m 108.1334,194.40442 -2.76057,1.85075 -0.0806,3.95038 -2.98417,-2.5542 -3.524348,1.29808 1.238938,-3.58206 -1.843109,-2.81464 -0.08199,-1.24091 4.107869,0.5489 6.02039,1.56908 -0.10982,1.18524 0.0174,-0.21062 z&quot;
+-           style=&quot;color:#000000;fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke-width:0.67829257;marker:none;display:inline&quot;
+-           transform=&quot;matrix(1.4926956,-0.04098291,0.03994835,1.4550146,302.93141,-91.012178)&quot; /&gt;
+-      &lt;/g&gt;
+-      &lt;g
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         transform=&quot;matrix(1.5473843,0.11493293,-0.11493293,1.5473843,-500.28257,-141.42985)&quot;
+-         id=&quot;g4609&quot;&gt;
+-        &lt;path
+-           sodipodi:type=&quot;star&quot;
+-           style=&quot;color:#000000;fill:#fffbc5;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4222);stroke-width:0.67829257;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot;
+-           id=&quot;path4612&quot;
+-           sodipodi:sides=&quot;5&quot;
+-           sodipodi:cx=&quot;103&quot;
+-           sodipodi:cy=&quot;195&quot;
+-           sodipodi:r1=&quot;6.158659&quot;
+-           sodipodi:r2=&quot;3&quot;
+-           sodipodi:arg1=&quot;-0.122765&quot;
+-           sodipodi:arg2=&quot;0.5055535&quot;
+-           inkscape:flatsided=&quot;false&quot;
+-           inkscape:rounded=&quot;0&quot;
+-           inkscape:randomized=&quot;0&quot;
+-           d=&quot;m 109.11231,194.24583 -3.48759,2.20705 -0.0186,4.12722 -3.17675,-2.63488 -3.930991,1.25764 1.524251,-3.83549 -2.410831,-3.34996 4.118791,0.26442 2.44101,-3.32803 1.0213,3.99891 z&quot;
+-           transform=&quot;matrix(1.4926956,-0.04098291,0.03994835,1.4550146,302.93141,-91.012178)&quot; /&gt;
+-        &lt;path
+-           transform=&quot;matrix(1.4926956,-0.04098291,0.03994835,1.4550146,302.93141,-91.012178)&quot;
+-           d=&quot;m 107.52772,194.4445 -2.56903,1.61532 -0.0312,3.07464 -2.33014,-1.94413 -2.933809,0.92041 1.128929,-2.81686 -1.78196,-2.5058 3.02785,0.20322 1.8325,-2.46908 0.74239,2.94245 z&quot;
+-           inkscape:randomized=&quot;0&quot;
+-           inkscape:rounded=&quot;0&quot;
+-           inkscape:flatsided=&quot;false&quot;
+-           sodipodi:arg2=&quot;0.49597247&quot;
+-           sodipodi:arg1=&quot;-0.12207873&quot;
+-           sodipodi:r2=&quot;2.2270374&quot;
+-           sodipodi:r1=&quot;4.5616722&quot;
+-           sodipodi:cy=&quot;195&quot;
+-           sodipodi:cx=&quot;103&quot;
+-           sodipodi:sides=&quot;5&quot;
+-           id=&quot;path4614&quot;
+-           style=&quot;color:#000000;fill:url(#linearGradient4224);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4226);stroke-width:0.67829257;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:80;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-           sodipodi:type=&quot;star&quot; /&gt;
+-      &lt;/g&gt;
+-    &lt;/g&gt;
+-    &lt;path
+-       d=&quot;m 505.08132,209.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8378);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path8376&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       inkscape:connector-curvature=&quot;0&quot;
+-       id=&quot;path8396&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8398);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 529.08132,303.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot; /&gt;
+-    &lt;path
+-       inkscape:connector-curvature=&quot;0&quot;
+-       id=&quot;path8412&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8414);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 515.08132,251.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot; /&gt;
+-    &lt;path
+-       id=&quot;path5052&quot;
+-       d=&quot;m 533.26923,294.02826 c 0,-87.95782 -71.3039,-159.26172 -159.26172,-159.26172 -87.95782,0 -159.26172,71.3039 -159.26172,159.26172 0,87.95782 71.3039,159.26172 159.26172,159.26172 87.95782,0 159.26172,-71.3039 159.26172,-159.26172 z&quot;
+-       style=&quot;color:#000000;fill:none;stroke:#f8f4f4;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.21052629;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;g
+-       transform=&quot;matrix(0.36363189,0,0,0.36363189,606.93817,154.9481)&quot;
+-       id=&quot;g3800&quot;
+-       style=&quot;display:inline&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:url(#linearGradient5048-1);fill-opacity:1;fill-rule:nonzero;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect3802&quot;
+-         width=&quot;99.916611&quot;
+-         height=&quot;99.916611&quot;
+-         x=&quot;-308.74567&quot;
+-         y=&quot;529.79828&quot;
+-         ry=&quot;17.984989&quot; /&gt;
+-      &lt;path
+-         style=&quot;color:#000000;fill:url(#linearGradient5050-9);fill-opacity:1;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         d=&quot;m -208.82906,569.7833 0,41.94663 c 0,9.96368 -8.0213,17.98499 -17.98498,17.98499 l -63.94664,0 c -9.96368,0 -17.98499,-8.02131 -17.98499,-17.98499 l 0,-41.94663 99.91661,0 z&quot;
+-         id=&quot;path3804&quot;
+-         sodipodi:nodetypes=&quot;ccccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:#f8f4f4;stroke-width:4.08850002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect3806&quot;
+-         width=&quot;95.067207&quot;
+-         height=&quot;94.937042&quot;
+-         x=&quot;-306.32098&quot;
+-         y=&quot;532.28802&quot;
+-         ry=&quot;17.088667&quot; /&gt;
+-      &lt;rect
+-         ry=&quot;17.984989&quot;
+-         y=&quot;529.79828&quot;
+-         x=&quot;-308.74567&quot;
+-         height=&quot;99.916611&quot;
+-         width=&quot;99.916611&quot;
+-         id=&quot;rect3808&quot;
+-         style=&quot;color:#000000;fill:none;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       style=&quot;display:inline&quot;
+-       id=&quot;g5193&quot;
+-       transform=&quot;matrix(0.36363189,0,0,0.36363189,625.04162,104.08603)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;rect
+-         ry=&quot;17.984989&quot;
+-         y=&quot;529.79828&quot;
+-         x=&quot;-308.74567&quot;
+-         height=&quot;99.916611&quot;
+-         width=&quot;99.916611&quot;
+-         id=&quot;rect5195&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient5203);fill-opacity:1;fill-rule:nonzero;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccccc&quot;
+-         id=&quot;path5197&quot;
+-         d=&quot;m -208.82906,569.7833 0,41.94663 c 0,9.96368 -8.0213,17.98499 -17.98498,17.98499 l -63.94664,0 c -9.96368,0 -17.98499,-8.02131 -17.98499,-17.98499 l 0,-41.94663 99.91661,0 z&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient5205);fill-opacity:1;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         ry=&quot;17.088667&quot;
+-         y=&quot;532.28802&quot;
+-         x=&quot;-306.32098&quot;
+-         height=&quot;94.937042&quot;
+-         width=&quot;95.067207&quot;
+-         id=&quot;rect5199&quot;
+-         style=&quot;color:#000000;fill:none;stroke:#f8f4f4;stroke-width:4.08850002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect5201&quot;
+-         width=&quot;99.916611&quot;
+-         height=&quot;99.916611&quot;
+-         x=&quot;-308.74567&quot;
+-         y=&quot;529.79828&quot;
+-         ry=&quot;17.984989&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;path
+-       inkscape:connector-curvature=&quot;0&quot;
+-       id=&quot;path8380&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8382);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 519.08132,231.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot; /&gt;
+-    &lt;g
+-       transform=&quot;matrix(0.36363189,0,0,0.36363189,622.45541,48.051554)&quot;
+-       id=&quot;g5207&quot;
+-       style=&quot;display:inline&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:url(#linearGradient5217);fill-opacity:1;fill-rule:nonzero;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect5209&quot;
+-         width=&quot;99.916611&quot;
+-         height=&quot;99.916611&quot;
+-         x=&quot;-308.74567&quot;
+-         y=&quot;529.79828&quot;
+-         ry=&quot;17.984989&quot; /&gt;
+-      &lt;path
+-         style=&quot;color:#000000;fill:url(#linearGradient5219);fill-opacity:1;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         d=&quot;m -208.82906,569.7833 0,41.94663 c 0,9.96368 -8.0213,17.98499 -17.98498,17.98499 l -63.94664,0 c -9.96368,0 -17.98499,-8.02131 -17.98499,-17.98499 l 0,-41.94663 99.91661,0 z&quot;
+-         id=&quot;path5211&quot;
+-         sodipodi:nodetypes=&quot;ccccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:#f8f4f4;stroke-width:4.08850002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect5213&quot;
+-         width=&quot;95.067207&quot;
+-         height=&quot;94.937042&quot;
+-         x=&quot;-306.32098&quot;
+-         y=&quot;532.28802&quot;
+-         ry=&quot;17.088667&quot; /&gt;
+-      &lt;rect
+-         ry=&quot;17.984989&quot;
+-         y=&quot;529.79828&quot;
+-         x=&quot;-308.74567&quot;
+-         height=&quot;99.916611&quot;
+-         width=&quot;99.916611&quot;
+-         id=&quot;rect5215&quot;
+-         style=&quot;color:#000000;fill:none;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       style=&quot;display:inline&quot;
+-       id=&quot;g5221&quot;
+-       transform=&quot;matrix(0.36363189,0,0,0.36363189,603.4899,-2.8105149)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;rect
+-         ry=&quot;17.984989&quot;
+-         y=&quot;529.79828&quot;
+-         x=&quot;-308.74567&quot;
+-         height=&quot;99.916611&quot;
+-         width=&quot;99.916611&quot;
+-         id=&quot;rect5223&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient5231);fill-opacity:1;fill-rule:nonzero;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccccc&quot;
+-         id=&quot;path5225&quot;
+-         d=&quot;m -208.82906,569.7833 0,41.94663 c 0,9.96368 -8.0213,17.98499 -17.98498,17.98499 l -63.94664,0 c -9.96368,0 -17.98499,-8.02131 -17.98499,-17.98499 l 0,-41.94663 99.91661,0 z&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient5233);fill-opacity:1;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         ry=&quot;17.088667&quot;
+-         y=&quot;532.28802&quot;
+-         x=&quot;-306.32098&quot;
+-         height=&quot;94.937042&quot;
+-         width=&quot;95.067207&quot;
+-         id=&quot;rect5227&quot;
+-         style=&quot;color:#000000;fill:none;stroke:#f8f4f4;stroke-width:4.08850002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect5229&quot;
+-         width=&quot;99.916611&quot;
+-         height=&quot;99.916611&quot;
+-         x=&quot;-308.74567&quot;
+-         y=&quot;529.79828&quot;
+-         ry=&quot;17.984989&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       transform=&quot;matrix(0.36363189,0,0,0.36363189,562.12352,-46.776032)&quot;
+-       id=&quot;g5235&quot;
+-       style=&quot;display:inline&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:url(#linearGradient5245);fill-opacity:1;fill-rule:nonzero;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect5237&quot;
+-         width=&quot;99.916611&quot;
+-         height=&quot;99.916611&quot;
+-         x=&quot;-308.74567&quot;
+-         y=&quot;529.79828&quot;
+-         ry=&quot;17.984989&quot; /&gt;
+-      &lt;path
+-         style=&quot;color:#000000;fill:url(#linearGradient5247);fill-opacity:1;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         d=&quot;m -208.82906,569.7833 0,41.94663 c 0,9.96368 -8.0213,17.98499 -17.98498,17.98499 l -63.94664,0 c -9.96368,0 -17.98499,-8.02131 -17.98499,-17.98499 l 0,-41.94663 99.91661,0 z&quot;
+-         id=&quot;path5239&quot;
+-         sodipodi:nodetypes=&quot;ccccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:#f8f4f4;stroke-width:4.08850002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect5241&quot;
+-         width=&quot;95.067207&quot;
+-         height=&quot;94.937042&quot;
+-         x=&quot;-306.32098&quot;
+-         y=&quot;532.28802&quot;
+-         ry=&quot;17.088667&quot; /&gt;
+-      &lt;rect
+-         ry=&quot;17.984989&quot;
+-         y=&quot;529.79828&quot;
+-         x=&quot;-308.74567&quot;
+-         height=&quot;99.916611&quot;
+-         width=&quot;99.916611&quot;
+-         id=&quot;rect5243&quot;
+-         style=&quot;color:#000000;fill:none;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       style=&quot;display:inline&quot;
+-       id=&quot;g5249&quot;
+-       transform=&quot;matrix(0.36363189,0,0,0.36363189,512.20711,-68.134705)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;rect
+-         ry=&quot;17.984989&quot;
+-         y=&quot;529.79828&quot;
+-         x=&quot;-308.74567&quot;
+-         height=&quot;99.916611&quot;
+-         width=&quot;99.916611&quot;
+-         id=&quot;rect5251&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient5259);fill-opacity:1;fill-rule:nonzero;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccccc&quot;
+-         id=&quot;path5253&quot;
+-         d=&quot;m -208.82906,569.7833 0,41.94663 c 0,9.96368 -8.0213,17.98499 -17.98498,17.98499 l -63.94664,0 c -9.96368,0 -17.98499,-8.02131 -17.98499,-17.98499 l 0,-41.94663 99.91661,0 z&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient5261);fill-opacity:1;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         ry=&quot;17.088667&quot;
+-         y=&quot;532.28802&quot;
+-         x=&quot;-306.32098&quot;
+-         height=&quot;94.937042&quot;
+-         width=&quot;95.067207&quot;
+-         id=&quot;rect5255&quot;
+-         style=&quot;color:#000000;fill:none;stroke:#f8f4f4;stroke-width:4.08850002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect5257&quot;
+-         width=&quot;99.916611&quot;
+-         height=&quot;99.916611&quot;
+-         x=&quot;-308.74567&quot;
+-         y=&quot;529.79828&quot;
+-         ry=&quot;17.984989&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       transform=&quot;matrix(0.36363189,0,0,0.36363189,459.52439,-76.948443)&quot;
+-       id=&quot;g5263&quot;
+-       style=&quot;display:inline&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:url(#linearGradient5273);fill-opacity:1;fill-rule:nonzero;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect5265&quot;
+-         width=&quot;99.916611&quot;
+-         height=&quot;99.916611&quot;
+-         x=&quot;-308.74567&quot;
+-         y=&quot;529.79828&quot;
+-         ry=&quot;17.984989&quot; /&gt;
+-      &lt;path
+-         style=&quot;color:#000000;fill:url(#linearGradient5275);fill-opacity:1;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         d=&quot;m -208.82906,569.7833 0,41.94663 c 0,9.96368 -8.0213,17.98499 -17.98498,17.98499 l -63.94664,0 c -9.96368,0 -17.98499,-8.02131 -17.98499,-17.98499 l 0,-41.94663 99.91661,0 z&quot;
+-         id=&quot;path5267&quot;
+-         sodipodi:nodetypes=&quot;ccccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:#f8f4f4;stroke-width:4.08850002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect5269&quot;
+-         width=&quot;95.067207&quot;
+-         height=&quot;94.937042&quot;
+-         x=&quot;-306.32098&quot;
+-         y=&quot;532.28802&quot;
+-         ry=&quot;17.088667&quot; /&gt;
+-      &lt;rect
+-         ry=&quot;17.984989&quot;
+-         y=&quot;529.79828&quot;
+-         x=&quot;-308.74567&quot;
+-         height=&quot;99.916611&quot;
+-         width=&quot;99.916611&quot;
+-         id=&quot;rect5271&quot;
+-         style=&quot;color:#000000;fill:none;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       style=&quot;display:inline&quot;
+-       id=&quot;g5277&quot;
+-       transform=&quot;matrix(0.36363189,0,0,0.36363189,407.48991,-70.879483)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;rect
+-         ry=&quot;17.984989&quot;
+-         y=&quot;529.79828&quot;
+-         x=&quot;-308.74567&quot;
+-         height=&quot;99.916611&quot;
+-         width=&quot;99.916611&quot;
+-         id=&quot;rect5279&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient5287);fill-opacity:1;fill-rule:nonzero;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccccc&quot;
+-         id=&quot;path5281&quot;
+-         d=&quot;m -208.82906,569.7833 0,41.94663 c 0,9.96368 -8.0213,17.98499 -17.98498,17.98499 l -63.94664,0 c -9.96368,0 -17.98499,-8.02131 -17.98499,-17.98499 l 0,-41.94663 99.91661,0 z&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient5289);fill-opacity:1;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         ry=&quot;17.088667&quot;
+-         y=&quot;532.28802&quot;
+-         x=&quot;-306.32098&quot;
+-         height=&quot;94.937042&quot;
+-         width=&quot;95.067207&quot;
+-         id=&quot;rect5283&quot;
+-         style=&quot;color:#000000;fill:none;stroke:#f8f4f4;stroke-width:4.08850002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect5285&quot;
+-         width=&quot;99.916611&quot;
+-         height=&quot;99.916611&quot;
+-         x=&quot;-308.74567&quot;
+-         y=&quot;529.79828&quot;
+-         ry=&quot;17.984989&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       transform=&quot;matrix(0.36363189,0,0,0.36363189,360.66232,-57.258789)&quot;
+-       id=&quot;g5291&quot;
+-       style=&quot;display:inline&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:url(#linearGradient5301);fill-opacity:1;fill-rule:nonzero;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect5293&quot;
+-         width=&quot;99.916611&quot;
+-         height=&quot;99.916611&quot;
+-         x=&quot;-308.74567&quot;
+-         y=&quot;529.79828&quot;
+-         ry=&quot;17.984989&quot; /&gt;
+-      &lt;path
+-         style=&quot;color:#000000;fill:url(#linearGradient5303);fill-opacity:1;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         d=&quot;m -208.82906,569.7833 0,41.94663 c 0,9.96368 -8.0213,17.98499 -17.98498,17.98499 l -63.94664,0 c -9.96368,0 -17.98499,-8.02131 -17.98499,-17.98499 l 0,-41.94663 99.91661,0 z&quot;
+-         id=&quot;path5295&quot;
+-         sodipodi:nodetypes=&quot;ccccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:#f8f4f4;stroke-width:4.08850002;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         id=&quot;rect5297&quot;
+-         width=&quot;95.067207&quot;
+-         height=&quot;94.937042&quot;
+-         x=&quot;-306.32098&quot;
+-         y=&quot;532.28802&quot;
+-         ry=&quot;17.088667&quot; /&gt;
+-      &lt;rect
+-         ry=&quot;17.984989&quot;
+-         y=&quot;529.79828&quot;
+-         x=&quot;-308.74567&quot;
+-         height=&quot;99.916611&quot;
+-         width=&quot;99.916611&quot;
+-         id=&quot;rect5299&quot;
+-         style=&quot;color:#000000;fill:none;stroke:#929292;stroke-width:4.30000019;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       id=&quot;g4798&quot;
+-       transform=&quot;matrix(1.1137536,0,0,1.0711908,-42.861227,59.2786)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         style=&quot;opacity:0.91384618;fill:none;stroke:#000000;stroke-width:1.23633265;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4794)&quot;
+-         d=&quot;m 264.5141,75.155825 c 10.87812,-1.398057 3.87339,6.296179 2.47983,8.364595 -6.61109,9.885083 0.9854,2.709612 4.6944,3.94008 2.34578,0.77827 1.2434,3.943402 0.61816,5.677869 -0.65677,1.821953 -0.90441,4.352164 0,6.152337 1.23634,2.460934 4.42072,3.076174 6.18167,3.076174 1.85449,0 4.41594,-0.65289 6.18166,-2.10878 1.90342,-1.569461 3.44415,-4.06042 3.709,-5.202786&quot;
+-         id=&quot;path4774&quot;
+-         sodipodi:nodetypes=&quot;csssssss&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         id=&quot;path4776&quot;
+-         style=&quot;opacity:0.91384618;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.21442115;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;filter:url(#filter4790)&quot;
+-         d=&quot;m 290.47708,81.448928 -3.37402,8.308485 0,0 -8.14965,8.633453 c -2.07599,2.130304 -2.07599,1.515074 -2.07336,-0.813955 l -0.0136,-11.287816 4.95629,-12.222972&quot;
+-         sodipodi:nodetypes=&quot;ccccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       id=&quot;layer1-2&quot;
+-       transform=&quot;translate(204.72767,-400.59236)&quot; /&gt;
+-    &lt;g
+-       inkscape:label=&quot;#draw_text&quot;
+-       transform=&quot;matrix(1.3777855,0,0,1.3777855,458.83578,16.468136)&quot;
+-       id=&quot;draw-text&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         style=&quot;fill:#ffffff;fill-rule:evenodd;stroke:none&quot;
+-         d=&quot;m 41.91177,127.0244 0,3 2,0 0,18 -2,0 0,3 7,0 0,-3 -2,0 0,-18 2,0 0,-3 -7,0 z&quot;
+-         id=&quot;path604&quot;
+-         sodipodi:nodetypes=&quot;ccccccccccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;fill:none;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none&quot;
+-         d=&quot;m 45.41177,129.5 0,19.0369&quot;
+-         id=&quot;path598&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;cc&quot;
+-         style=&quot;fill:none;stroke:#000000;stroke-width:1.0000006;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none&quot;
+-         d=&quot;m 46.38747,128.5244 1.30813,-0.0111&quot;
+-         id=&quot;path599&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;fill:none;stroke:#000000;stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none&quot;
+-         d=&quot;m 46.39879,149.5244 1.12625,0&quot;
+-         id=&quot;path600&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;fill:none;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none&quot;
+-         d=&quot;m 44.5,149.5244 -1.17647,0&quot;
+-         id=&quot;path601&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;cc&quot;
+-         style=&quot;fill:none;stroke:#000000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none&quot;
+-         d=&quot;m 44.46788,128.5244 -1.15635,0&quot;
+-         id=&quot;path602&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline&quot;
+-         id=&quot;rect5171&quot;
+-         width=&quot;24&quot;
+-         height=&quot;24&quot;
+-         x=&quot;25&quot;
+-         y=&quot;127&quot; /&gt;
+-      &lt;g
+-         id=&quot;g3805&quot;&gt;
+-        &lt;path
+-           sodipodi:nodetypes=&quot;ccccccccccccc&quot;
+-           id=&quot;text2410&quot;
+-           d=&quot;m 33,129.5 5,0 6.5,18 -4,0 -1,-2.5 -8,0 -1,2.5 -4,0 6.5,-18 z m 5.5,12 -3,-8.5 -3,8.5 6,0 z&quot;
+-           style=&quot;font-size:24px;fill:url(#linearGradient15134);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
+-           inkscape:connector-curvature=&quot;0&quot; /&gt;
+-        &lt;path
+-           style=&quot;fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:#646464;stroke-width:1.00000024px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1&quot;
+-           d=&quot;M 33.5,130.5 28,146&quot;
+-           id=&quot;path5817&quot;
+-           sodipodi:nodetypes=&quot;cc&quot;
+-           inkscape:connector-curvature=&quot;0&quot; /&gt;
+-        &lt;path
+-           style=&quot;fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient15136);stroke-width:1.00000024px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1&quot;
+-           d=&quot;m 38,142.5244 -5.5,0&quot;
+-           id=&quot;path5828&quot;
+-           sodipodi:nodetypes=&quot;cc&quot;
+-           inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;/g&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       inkscape:label=&quot;#draw_gradient&quot;
+-       transform=&quot;matrix(1.2836272,0,0,1.2836272,541.63853,183.45971)&quot;
+-       id=&quot;color-gradient&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:0.4532662;marker:none;display:inline&quot;
+-         id=&quot;rect2808&quot;
+-         width=&quot;24&quot;
+-         height=&quot;24&quot;
+-         x=&quot;-20&quot;
+-         y=&quot;90&quot; /&gt;
+-      &lt;rect
+-         transform=&quot;scale(-1,-1)&quot;
+-         y=&quot;-113.076&quot;
+-         x=&quot;-3.0785899&quot;
+-         height=&quot;22.1569&quot;
+-         width=&quot;22.1569&quot;
+-         id=&quot;rect4244&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient4246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.45326599;marker:none;display:inline&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:url(#linearGradient10520);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.45326599;marker:none;display:inline&quot;
+-         id=&quot;rect3548&quot;
+-         width=&quot;19.7519&quot;
+-         height=&quot;19.7519&quot;
+-         x=&quot;-17.875999&quot;
+-         y=&quot;92.123901&quot; /&gt;
+-      &lt;path
+-         style=&quot;fill:none;stroke:#3c3c3c;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1&quot;
+-         d=&quot;M -15.3527,96.3045 -0.647354,107.695&quot;
+-         id=&quot;path3570&quot;
+-         sodipodi:nodetypes=&quot;cc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         id=&quot;rect3568&quot;
+-         width=&quot;4.0099001&quot;
+-         height=&quot;4.0178599&quot;
+-         x=&quot;-16.184&quot;
+-         y=&quot;94.8769&quot; /&gt;
+-      &lt;use
+-         x=&quot;0&quot;
+-         y=&quot;0&quot;
+-         id=&quot;use4906&quot;
+-         transform=&quot;matrix(1,0,0,0.99644,12.2265,10.564)&quot;
+-         width=&quot;1250&quot;
+-         height=&quot;1250&quot;
+-         xlink:href=&quot;#rect3568&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       inkscape:label=&quot;#draw_dropper&quot;
+-       transform=&quot;matrix(1.3779614,0,0,1.3779614,479.25088,135.8233)&quot;
+-       id=&quot;color-picker&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccccc&quot;
+-         id=&quot;path3620&quot;
+-         d=&quot;M 28.8634,163 21,171 l -3,2 -1,-1 2,-3 7.8634,-8 2,2 z&quot;
+-         style=&quot;fill:url(#linearGradient3628);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5670);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline&quot;
+-         id=&quot;rect3581&quot;
+-         width=&quot;24&quot;
+-         height=&quot;24&quot;
+-         x=&quot;11&quot;
+-         y=&quot;155&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;czzc&quot;
+-         id=&quot;path4352&quot;
+-         d=&quot;m 17.15103,173.5 c 0,0 -2.15103,1.6058 -2.15103,3.5529 0,1.9471 3,1.9471 3,0 0,-1.9471 -0.84897,-3.5529 -0.84897,-3.5529 z&quot;
+-         style=&quot;fill:url(#linearGradient4369);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4360);stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;cc&quot;
+-         id=&quot;path4372&quot;
+-         d=&quot;m 20,169 7,-7&quot;
+-         style=&quot;fill:none;stroke:#ffffff;stroke-width:0.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1&quot;
+-         d=&quot;m 25,160 5,5 1,-1 -1.5,-1.5 c 3.5,-0.5 6.3634,-4.2596 4.3634,-6.2596 -2,-2 -5.8634,0.7596 -6.3634,4.2596 L 26,159 l -1,1 z&quot;
+-         id=&quot;path3583&quot;
+-         sodipodi:nodetypes=&quot;ccccsccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;csss&quot;
+-         id=&quot;path4341&quot;
+-         d=&quot;m 28,160 c -0.40639,-0.2032 0.15657,-1.7676 1.5,-3 1.83949,-1.6846 3.33144,-1.1712 3.3634,-0.7596 C 33,158 30,161 28,160 z&quot;
+-         style=&quot;fill:url(#linearGradient4349);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       inkscape:label=&quot;#draw_calligraphic&quot;
+-       transform=&quot;matrix(1.2836272,0,0,1.2836272,336.3569,-8.8536409)&quot;
+-       id=&quot;draw-calligraphic&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline&quot;
+-         id=&quot;rect12294&quot;
+-         width=&quot;24&quot;
+-         height=&quot;24&quot;
+-         x=&quot;10&quot;
+-         y=&quot;99&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccssccssc&quot;
+-         id=&quot;path12296&quot;
+-         transform=&quot;translate(-440,-196)&quot;
+-         d=&quot;m 450,295 0,0.5 c 8,2.1875 -2.1665,15.6417 4.5,21 4.1531,3.3381 10.6496,2.8504 13.5,0 1,-1 3,-2 5.7187,-0.9375 l 0,-0.2188 C 472,312.5 469,313 467.5,315 c -1.8974,2.5298 -7.5,5.5 -10.5,1 -4,-6 11.5,-21 -7,-21 z&quot;
+-         style=&quot;fill:url(#linearGradient5856);fill-opacity:1;stroke-width:1pt&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;g
+-         id=&quot;g15748&quot;&gt;
+-        &lt;path
+-           style=&quot;fill:url(#linearGradient14646);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1&quot;
+-           d=&quot;m 20.50599,109.5 0,10 2,0 c 2,-3 4,-5 7,-7 l 0,-6 -6,-1 -3,4 z&quot;
+-           id=&quot;path12332&quot;
+-           sodipodi:nodetypes=&quot;ccccccc&quot;
+-           inkscape:connector-curvature=&quot;0&quot; /&gt;
+-        &lt;path
+-           style=&quot;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
+-           d=&quot;M 22,117.8669 24.00599,112 c 0,0 1,0 1,0 l 0,-2 -2,0 0,2 -1.33362,5.8646 0.32763,0.002 z&quot;
+-           id=&quot;path13072&quot;
+-           sodipodi:nodetypes=&quot;cccccccc&quot;
+-           inkscape:connector-curvature=&quot;0&quot; /&gt;
+-        &lt;path
+-           style=&quot;color:#000000;fill:url(#linearGradient14650);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient14652);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot;
+-           d=&quot;m 25.29308,99.5 -1.78709,6 7.06221,1.7811 c 0.70614,-0.3233 1.01874,-1.3214 0.93779,-2.3194 L 33.5,101.6184&quot;
+-           id=&quot;path13820&quot;
+-           sodipodi:nodetypes=&quot;ccccc&quot;
+-           inkscape:connector-curvature=&quot;0&quot; /&gt;
+-        &lt;path
+-           style=&quot;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1&quot;
+-           d=&quot;m 31.33134,104.9438 -5,-1&quot;
+-           id=&quot;path14610&quot;
+-           inkscape:connector-curvature=&quot;0&quot; /&gt;
+-        &lt;path
+-           style=&quot;fill:url(#linearGradient14654);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
+-           d=&quot;m 30.48686,106.7926 c 0.48725,-0.2332 0.63717,-0.8036 0.61843,-1.3741 l -5.17231,-1.0434 -0.67465,1.0529 5.22853,1.3646 z&quot;
+-           id=&quot;path14612&quot;
+-           sodipodi:nodetypes=&quot;ccccc&quot;
+-           inkscape:connector-curvature=&quot;0&quot; /&gt;
+-        &lt;path
+-           style=&quot;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1&quot;
+-           d=&quot;M 24.92101,104.2064 26.2141,99.98988&quot;
+-           id=&quot;path14622&quot;
+-           sodipodi:nodetypes=&quot;cc&quot;
+-           inkscape:connector-curvature=&quot;0&quot; /&gt;
+-        &lt;path
+-           style=&quot;fill:none;stroke:#000000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.24495682;stroke-dasharray:none&quot;
+-           d=&quot;m 33.45251,103.4948 -0.96448,1.5471 c 0.04303,1.3375 -0.47615,2.8999 -1.89485,3.0005 l 0.0083,4.9298 c -3.08937,1.587 -5.39164,4.186 -7.30037,6.9536&quot;
+-           id=&quot;path14656&quot;
+-           sodipodi:nodetypes=&quot;ccccc&quot;
+-           inkscape:connector-curvature=&quot;0&quot; /&gt;
+-        &lt;path
+-           style=&quot;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
+-           d=&quot;M 21.03975,117 21,109.725 l 2.66352,-3.5381 3.8959,0.9541 -0.67582,1.1926 -2.54426,-0.1193 -1.9082,1.8287 -1.39139,6.957 z&quot;
+-           id=&quot;path16152&quot;
+-           sodipodi:nodetypes=&quot;cccccccc&quot;
+-           inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;/g&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       inkscape:label=&quot;#draw_connector&quot;
+-       transform=&quot;matrix(1.2836275,0,0,1.2836275,506.13348,-20.26362)&quot;
+-       id=&quot;draw-connector&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;cccccccccc&quot;
+-         d=&quot;m 11.5083,213.51 -2,6.892 m 10,-11.892 5,4 0,8 m -10.9291,-6.002 7.9986,0 0,5.002 -7.9986,0 0,-5.002 z&quot;
+-         style=&quot;color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         id=&quot;path5856&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccc&quot;
+-         id=&quot;path5854&quot;
+-         d=&quot;m 24.0083,221.0097 1,0 -1,0 z&quot;
+-         style=&quot;fill:#ce0000;fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:url(#linearGradient5694);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5679);stroke-width:1.00000095;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         id=&quot;rect5677&quot;
+-         width=&quot;6.00072&quot;
+-         height=&quot;3.0037899&quot;
+-         x=&quot;14.5775&quot;
+-         y=&quot;215.50999&quot; /&gt;
+-      &lt;g
+-         id=&quot;g5746&quot;&gt;
+-        &lt;rect
+-           y=&quot;205.5097&quot;
+-           x=&quot;10.5083&quot;
+-           height=&quot;6.9991221&quot;
+-           width=&quot;7.9986801&quot;
+-           id=&quot;rect5710&quot;
+-           style=&quot;color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot; /&gt;
+-        &lt;rect
+-           y=&quot;206.51199&quot;
+-           x=&quot;11.50669&quot;
+-           height=&quot;4.9954739&quot;
+-           width=&quot;6.00072&quot;
+-           id=&quot;rect5712&quot;
+-           style=&quot;color:#000000;fill:url(#linearGradient7501);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7503);stroke-width:1.00000083;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot; /&gt;
+-      &lt;/g&gt;
+-      &lt;use
+-         x=&quot;0&quot;
+-         y=&quot;0&quot;
+-         id=&quot;use5750&quot;
+-         transform=&quot;translate(-4.99868,15.99998)&quot;
+-         width=&quot;1250&quot;
+-         height=&quot;1250&quot;
+-         xlink:href=&quot;#g5746&quot; /&gt;
+-      &lt;use
+-         x=&quot;0&quot;
+-         y=&quot;0&quot;
+-         id=&quot;use5757&quot;
+-         transform=&quot;translate(15,8.780086e-4)&quot;
+-         width=&quot;1250&quot;
+-         height=&quot;1250&quot;
+-         xlink:href=&quot;#use5750&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       inkscape:label=&quot;#draw_freehand&quot;
+-       transform=&quot;matrix(1.2363326,0,0,1.2304675,161.10422,-0.17350686)&quot;
+-       id=&quot;draw-freehand&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         id=&quot;path6127&quot;
+-         d=&quot;m 84.5,130.9858 3,1 5.27118,-5.8333 c -1.1209,-2.8273 -4.58031,-4.639 -8.13786,-3.1099 L 84.5,130.9858 z&quot;
+-         style=&quot;fill:url(#linearGradient6168);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         id=&quot;path6021&quot;
+-         d=&quot;m 84.49792,134.0861 1.08291,0.2781 1.91917,-2.2498 c -0.27184,-0.9435 -2,-2 -2.92873,-1.0611 l -0.07335,3.0328 z&quot;
+-         style=&quot;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;fill:url(#linearGradient6170);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
+-         d=&quot;m 84.49115,123.548 c 2.12781,-1.993 6.94819,-0.9861 8.2798,2.8187 L 95.5,119.1144 c -2.5,0 -0.5,-6 -7,-6 l -4.00885,10.4336 z&quot;
+-         id=&quot;path6019&quot;
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline&quot;
+-         id=&quot;rect6011&quot;
+-         width=&quot;24&quot;
+-         height=&quot;24&quot;
+-         x=&quot;73&quot;
+-         y=&quot;113&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;csssssss&quot;
+-         id=&quot;path6013&quot;
+-         d=&quot;m 74.5,114.5 c 8.7987,-1.1362 3.13297,5.1169 2.0058,6.7979 -5.34734,8.0336 0.79703,2.2021 3.79703,3.2021 1.89737,0.6325 1.00572,3.2048 0.5,4.6144 -0.53123,1.4807 -0.73153,3.537 0,5 1,2 3.57567,2.5 5,2.5 1.5,0 3.57181,-0.5306 5,-1.7138 1.53957,-1.2755 2.78578,-3.2999 3,-4.2283&quot;
+-         style=&quot;fill:none;stroke:url(#linearGradient6189);stroke-width:1.00238049;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccccc&quot;
+-         d=&quot;m 95.5,119.6144 -2.72906,6.7523 0,0 -6.59179,7.0164 C 84.5,135.1144 84.5,134.6144 84.50212,132.7216 L 84.49114,123.548 88.5,113.6144&quot;
+-         style=&quot;fill:none;stroke:#000000;stroke-width:0.98461533;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1&quot;
+-         id=&quot;path6023&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;cccc&quot;
+-         id=&quot;path6115&quot;
+-         d=&quot;m 92.77094,126.3667 c -0.54138,-1.0094 -1.08275,-2.0188 -1.62412,-3.0282 -1.0546,-0.3859 -2.10919,-0.7718 -3.16379,-1.1577 -1.19908,0.2928 -2.39816,0.5856 -3.59725,0.8785&quot;
+-         style=&quot;fill:none;stroke:url(#linearGradient6123);stroke-width:1.00238049px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;cc&quot;
+-         id=&quot;path6125&quot;
+-         d=&quot;m 88.07236,120.9146 2.5,-6&quot;
+-         style=&quot;fill:none;stroke:#ffffff;stroke-width:1.00238049px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       inkscape:label=&quot;#draw_pen&quot;
+-       transform=&quot;matrix(1.3301215,0,0,1.3225212,244.39739,-7.8588839)&quot;
+-       id=&quot;draw-path&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;cccc&quot;
+-         id=&quot;path6331&quot;
+-         d=&quot;m 54.74801,112.7209 -2.02196,5.3521 c -0.41924,1.2317 1.29973,1.89 1.73578,0.6129 l 2.07236,-5.2546&quot;
+-         style=&quot;fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1.20344317;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;fill:url(#linearGradient6325);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
+-         d=&quot;m 53.30533,107.4469 0.79348,1.188 5.92422,2.4368 1.5611,-0.5121 1.98917,-5.534 c -2.5,0 -0.5,-6.03453 -7,-6.03453 l -3.26797,8.45583 z&quot;
+-         id=&quot;path6315&quot;
+-         sodipodi:nodetypes=&quot;ccccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;cccc&quot;
+-         id=&quot;path5211-5&quot;
+-         d=&quot;m 54.2095,108.7548 -0.91109,3.3199 5,1.9101 1.91507,-3.0918&quot;
+-         style=&quot;fill:url(#linearGradient5228);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5230);stroke-width:1.00286937px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccsscc&quot;
+-         d=&quot;m 63.5733,105.5284 -1.73917,4.3275 c -0.23117,0.7551 -1.18676,1.3635 -1.67929,1.0399 -1.81427,-1.1919 -3.78289,-2.0079 -5.98567,-2.2653 -0.42201,-0.0493 -0.90938,-1.1851 -0.71897,-1.691 l 3.1231,-7.44555&quot;
+-         style=&quot;fill:none;stroke:#000000;stroke-width:0.9850955;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1&quot;
+-         id=&quot;path6317&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;rect
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline&quot;
+-         id=&quot;rect6268&quot;
+-         width=&quot;24&quot;
+-         height=&quot;24&quot;
+-         x=&quot;40&quot;
+-         y=&quot;99&quot; /&gt;
+-      &lt;path
+-         style=&quot;fill:none;stroke:url(#linearGradient5436);stroke-width:1.00574684;stroke-miterlimit:4;stroke-dasharray:none&quot;
+-         d=&quot;M 44.54642,120.6114 C 57,118.612 42.20822,100.5101 42.20822,100.5101 l 11.79178,0&quot;
+-         id=&quot;path6270&quot;
+-         sodipodi:nodetypes=&quot;ccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 40.5625,118.5995 3.9375,0 0,4.0355 -3.9375,0 0,-4.0355 z m 4.47596,3.0298 5.46154,0 m 0,-1.0303 2.01365,0 0,2.036 -2.01365,0 0,-2.036 z&quot;
+-         style=&quot;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00286913;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         id=&quot;rect6272&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         id=&quot;path6311&quot;
+-         d=&quot;m 53,112.5776 4.5,2.0115 1.5,-3.0173 -4.5,-1.5086 -1.5,2.5144 z&quot;
+-         style=&quot;fill:none;stroke:none&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;cc&quot;
+-         id=&quot;path6321&quot;
+-         d=&quot;m 56,106.5431 2.5,-6.0345&quot;
+-         style=&quot;fill:none;stroke:#ffffff;stroke-width:1.00286937px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;use
+-       style=&quot;display:inline&quot;
+-       x=&quot;0&quot;
+-       y=&quot;0&quot;
+-       id=&quot;controls_fill&quot;
+-       transform=&quot;translate(-152.21733,-603.30054)&quot;
+-       width=&quot;1250&quot;
+-       height=&quot;1250&quot;
+-       xlink:href=&quot;#properties_fill&quot; /&gt;
+-    &lt;use
+-       style=&quot;display:inline&quot;
+-       x=&quot;0&quot;
+-       y=&quot;0&quot;
+-       id=&quot;controls_stroke&quot;
+-       transform=&quot;translate(-148.24213,-603.28054)&quot;
+-       width=&quot;1250&quot;
+-       height=&quot;1250&quot;
+-       xlink:href=&quot;#properties_stroke_paint&quot; /&gt;
+-    &lt;g
+-       transform=&quot;matrix(0.76838,0,0,0.776759,-629.79302,91.976769)&quot;
+-       id=&quot;g3735&quot; /&gt;
+-    &lt;g
+-       inkscape:label=&quot;#g3340&quot;
+-       transform=&quot;matrix(0.99183838,0,0,0.99183838,451.833,147.43767)&quot;
+-       id=&quot;color-fill&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccscc&quot;
+-         style=&quot;fill:url(#linearGradient3352);fill-opacity:1;stroke:#000000;stroke-width:1.27999997;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
+-         d=&quot;M 13.0063,24.4482 30.4465,15.9086 C 31.4092,15.4372 31.0551,10.9526 28.9338,6.62049 26.8126,2.28834 23.7236,-0.25897 22.7609,0.212415 L 5.32066,8.75199&quot;
+-         id=&quot;path30990&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         transform=&quot;matrix(1.28,0,0,1.28,-578.362,-566.08)&quot;
+-         sodipodi:nodetypes=&quot;ccc&quot;
+-         id=&quot;path4825&quot;
+-         d=&quot;m 459.326,449.367 10.518,-5.119 c 1.234,0.647 1.542,1.015 2.233,2.513&quot;
+-         style=&quot;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;cs&quot;
+-         id=&quot;path31979&quot;
+-         d=&quot;M 15.3452,14.3489 C 13.4479,-3.0346 8.35128,-2.74598 9.06756,6.76043&quot;
+-         style=&quot;fill:none;stroke:#000000;stroke-width:1.27999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         transform=&quot;matrix(1.12392,0,0,1.12392,0.83338,-2.58525)&quot;
+-         d=&quot;m 14.1875,14.875 c 0,0.724874 -0.587626,1.3125 -1.3125,1.3125 -0.724874,0 -1.3125,-0.587626 -1.3125,-1.3125 0,-0.724874 0.587626,-1.3125 1.3125,-1.3125 0.724874,0 1.3125,0.587626 1.3125,1.3125 z&quot;
+-         sodipodi:ry=&quot;1.3125&quot;
+-         sodipodi:rx=&quot;1.3125&quot;
+-         sodipodi:cy=&quot;14.875&quot;
+-         sodipodi:cx=&quot;12.875&quot;
+-         id=&quot;path31981&quot;
+-         style=&quot;fill:#c8c8c8;fill-opacity:1;stroke:#2e3436;stroke-width:1.13887095;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
+-         sodipodi:type=&quot;arc&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;csscscsccsc&quot;
+-         id=&quot;path22088&quot;
+-         transform=&quot;matrix(1.28,0,0,1.28,-578.362,-566.08)&quot;
+-         d=&quot;m 456.281,449.062 c -0.068,0.008 -0.127,0.034 -0.187,0.063 -0.961,0.465 -0.457,3.569 1.156,6.937 0.988,2.063 2.18,3.737 3.156,4.626 -0.001,0.01 10e-4,0.02 0,0.031 -0.069,0.83 -0.759,1.709 -1.028,2.5 -10.092,0.32 -8.962,4.477 0.653,4.523 18.542,0.088 18.215,-4.476 2.844,-4.554 -0.273,-0.656 -0.558,-1.324 -0.781,-2 0.727,-0.738 0.168,-3.655 -1.344,-6.813 -1.512,-3.158 -3.442,-5.424 -4.469,-5.313 z&quot;
+-         style=&quot;color:#000000;fill:url(#radialGradient4365);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       inkscape:label=&quot;#draw_erase&quot;
+-       transform=&quot;matrix(1.3781696,0,0,1.3781696,-218.43026,-33.209405)&quot;
+-       id=&quot;draw-eraser&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;rect
+-         y=&quot;115&quot;
+-         x=&quot;450&quot;
+-         height=&quot;24&quot;
+-         width=&quot;24&quot;
+-         id=&quot;rect7418&quot;
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1.00000012;marker:none;display:inline&quot; /&gt;
+-      &lt;g
+-         id=&quot;g8277&quot;
+-         transform=&quot;matrix(0.8660254,0.5,-0.5,0.8660254,125.3963,-213.9852)&quot;&gt;
+-        &lt;rect
+-           y=&quot;117.5082&quot;
+-           x=&quot;456.5083&quot;
+-           height=&quot;18.991779&quot;
+-           width=&quot;10.99167&quot;
+-           id=&quot;rect7420&quot;
+-           style=&quot;color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot; /&gt;
+-        &lt;rect
+-           y=&quot;118.5&quot;
+-           x=&quot;457.5&quot;
+-           height=&quot;17&quot;
+-           width=&quot;9&quot;
+-           id=&quot;rect7422&quot;
+-           style=&quot;color:#000000;fill:url(#linearGradient7424);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7426);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot; /&gt;
+-      &lt;/g&gt;
+-    &lt;/g&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;csscccccc&quot;
+-       id=&quot;path7192&quot;
+-       d=&quot;m 164.30993,555.39687 -1.13738,12.38509 c -0.16688,1.81706 0.81163,4.2268 1.68245,5.37654 l 50.86443,67.15597 c 6.94909,10.0128 14.97444,12.53883 23.58214,11.01393 l 87.71629,-18.83017 c 1.73496,-1.40008 3.30604,-2.35384 3.64118,-6.04117 l 1.08852,-13.24934 -167.43763,-57.81085 z&quot;
+-       style=&quot;fill:#e6e6e6;stroke:none&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;color:#000000;fill:#666666;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 172.27976,550.08209 c 11.05419,-1.50731 42.49973,-5.79513 59.85111,-8.16112 11.3131,-1.54262 21.40784,3.645 30.97019,11.77124 l 66.1933,53.71195 c 6.32214,8.01271 1.24502,13.42828 -7.02404,14.66467 l -77.25286,15.40749 c -12.19053,1.40013 -14.97463,0.42951 -26.22618,-10.13077 l -48.79155,-60.95832 c -7.46806,-8.41181 -8.77418,-14.79782 2.28003,-16.30514 z&quot;
+-       id=&quot;path7190&quot;
+-       sodipodi:nodetypes=&quot;ccczccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;ccczccccc&quot;
+-       id=&quot;rect3531&quot;
+-       d=&quot;m 180.54083,552.89928 c 9.87233,-1.34616 37.95579,-5.17554 53.452,-7.28856 12.44626,-1.69714 20.08313,3.05414 27.63621,10.34601 l 57.25717,47.55676 c 8.2304,6.83601 6.24131,11.14879 -6.29253,12.95392 l -66.4369,12.49386 c -10.88677,1.25317 -13.3713,0.40039 -23.40267,-8.90478 l -44.27226,-52.76205 c -6.6562,-7.41417 -7.81334,-13.049 2.05898,-14.39516 z&quot;
+-       style=&quot;color:#000000;fill:url(#linearGradient3814-1);fill-opacity:1;fill-rule:nonzero;stroke:#f2f2f2;stroke-width:2.70000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;color:#000000;fill:url(#linearGradient3811-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 281.01339,573.82299 36.76024,29.77423 c 7.9436,6.43398 6.04204,10.42285 -6.09162,12.11045 l -64.3157,11.68034 c -10.53918,1.17158 -12.42585,2.44839 -22.13694,-6.25088 l -26.94853,-32.89082 82.73255,-14.42332 z&quot;
+-       id=&quot;path3827&quot;
+-       sodipodi:nodetypes=&quot;czccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       transform=&quot;matrix(1.1442911,-0.15603217,0.04541377,1.2880229,393.4146,-154.18096)&quot;
+-       sodipodi:nodetypes=&quot;csssssss&quot;
+-       id=&quot;path7176&quot;
+-       d=&quot;m -153.27731,579.77042 c 0,0 -44.73447,-50.29757 -44.73447,-50.29757 0,0 75.74456,34.03041 75.74456,34.03041 0,0 -12.95752,3.57857 -12.95752,3.57857 0,0 22.89664,12.39314 22.89664,12.39314 0,0 -12.51605,10.01523 -12.51605,10.01523 0,0 -18.90048,-17.95011 -18.90048,-17.95011 0,0 -9.53268,8.23033 -9.53268,8.23033 z&quot;
+-       style=&quot;font-size:12px;fill-rule:evenodd;stroke:none;filter:url(#filter7186)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;ccccc&quot;
+-       id=&quot;path7164&quot;
+-       d=&quot;m 196.46121,545.8565 -3.24783,8.43024 52.23976,56.66378 6.39957,-15.32796 -55.3915,-49.76606 z&quot;
+-       style=&quot;fill:#b3b3b3;stroke:none&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       id=&quot;path7174&quot;
+-       d=&quot;m 285.29903,570.08089 -8.34542,16.40413 -12.16955,-9.09631 20.51497,-7.30782 z&quot;
+-       style=&quot;fill:#666666;stroke:none&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;ccccccccc&quot;
+-       id=&quot;path7162&quot;
+-       d=&quot;m 251.11384,597.32268 -54.67279,-51.33874 4.33348,-1.36487 85.05175,25.58693 -12.01197,6.39036 22.30661,8.10152 -14.99922,17.19549 -20.69159,-16.90092 -9.31627,12.33023 z&quot;
+-       style=&quot;font-size:12px;fill:#e6e6e6;fill-rule:evenodd;stroke:none&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;font-size:12px;fill-rule:evenodd;stroke:none&quot;
+-       d=&quot;m 252.01019,590.77586 c 0,0 -51.11985,-43.79246 -51.11985,-43.79246 0,0 79.6478,23.48478 79.6478,23.48478 0,0 -12.35522,5.29641 -12.35522,5.29641 0,0 24.3611,9.18601 24.3611,9.18601 0,0 -11.04817,11.61441 -11.04817,11.61441 0,0 -21.15236,-15.23195 -21.15236,-15.23195 0,0 -8.3333,9.4428 -8.3333,9.4428 z&quot;
+-       id=&quot;path3549&quot;
+-       sodipodi:nodetypes=&quot;csssssss&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;ccccc&quot;
+-       id=&quot;path7166&quot;
+-       d=&quot;m 280.94037,601.72801 -4.28889,16.89186 -20.00384,-19.47767 3.97921,-14.07397 20.31352,16.65978 z&quot;
+-       style=&quot;fill:#808080;stroke:none&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;ccccc&quot;
+-       id=&quot;path7168&quot;
+-       d=&quot;m 245.31404,611.44334 11.77487,-12.88175 3.36763,-13.47014 -9.60725,12.23921 -5.53525,14.11268 z&quot;
+-       style=&quot;fill:#666666;stroke:none&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;ccccc&quot;
+-       id=&quot;path7170&quot;
+-       d=&quot;m 281.1339,601.8751 14.98762,-17.30984 -4.52886,12.58761 -15.08826,21.66054 4.6295,-16.93831 z&quot;
+-       style=&quot;fill:#666666;stroke:none&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:#e6e6e6;stroke:none&quot;
+-       d=&quot;m 110.98188,462.00813 -1.53309,9.52116 c -0.27037,1.67884 -0.59699,3.70163 -0.19635,4.77482 l 23.04492,61.73045 c 4.09682,9.25917 13.24038,8.92059 16.50002,8.43996 l 77.47129,-7.82823 c 1.96689,-1.03443 3.94614,-2.85934 5.39347,-5.99083 l 2.25387,-9.74666 -122.93413,-60.90067 z&quot;
+-       id=&quot;path7231&quot;
+-       sodipodi:nodetypes=&quot;csscccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;ccczccccc&quot;
+-       id=&quot;path7233&quot;
+-       d=&quot;m 119.00143,456.61174 c 10.26864,-0.22454 37.71642,-1.05566 53.83475,-1.40813 10.2718,-0.87008 17.5062,4.90061 23.21461,13.03295 l 38.22463,50.98008 c 1.24799,7.98558 -5.15881,11.46005 -11.37995,11.16063 l -69.98488,5.85496 c -11.26976,0.0317 -15.86783,-0.52836 -19.60212,-11.1755 l -21.97979,-54.73659 c -1.79563,-5.91375 -1.6942,-12.52273 7.67275,-13.7084 z&quot;
+-       style=&quot;color:#000000;fill:#666666;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;color:#000000;fill:url(#linearGradient3814-1-0);fill-opacity:1;fill-rule:nonzero;stroke:#f2f2f2;stroke-width:2.63537765;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 123.83933,460.35611 c 8.94133,-0.19684 37.27136,-1.43656 51.30623,-1.74553 4.90511,-0.20373 7.66341,0.82702 13.74584,6.35961 l 37.20801,50.61089 c 4.78084,6.50297 1.67363,9.89003 -9.71006,10.22009 l -61.31061,4.19104 c -9.78339,0.024 -11.6385,-0.92087 -17.18475,-9.62802 l -20.59974,-48.18787 c -3.26902,-6.81224 -2.39624,-11.62339 6.54508,-11.82021 z&quot;
+-       id=&quot;path7235&quot;
+-       sodipodi:nodetypes=&quot;ccczccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;czccccc&quot;
+-       id=&quot;path4737&quot;
+-       d=&quot;m 203.72385,487.59761 21.154,27.26777 c 4.82562,6.2203 1.63516,9.63708 -9.48688,9.95871 l -59.90139,4.08385 c -9.55852,0.0234 -11.371,-0.89732 -16.78975,-9.38178 l -11.83602,-27.66282 76.86004,-4.26573 z&quot;
+-       style=&quot;color:#000000;fill:url(#linearGradient3811-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;g
+-       transform=&quot;matrix(0.73918272,0,0,0.73918272,65.807754,108.00971)&quot;
+-       id=&quot;g4605&quot;
+-       style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient4633-5);stroke-width:2.90997052;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         id=&quot;path4607&quot;
+-         d=&quot;m 168.32619,467.65328 -0.0903,14.39101 5.19701,9.42956 0.23465,-14.93751 -5.34136,-8.88306 z&quot;
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient5157);stroke-width:2.90997052;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient5159);stroke-width:2.90997052;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         d=&quot;m 152.25038,483.01162 15.79825,-0.16512 6.15685,7.8868 -16.99541,0.16512 -4.95969,-7.8868 z&quot;
+-         id=&quot;path4609&quot;
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient5161);stroke-width:2.90997052;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         d=&quot;m 152.36138,467.84337 0.0675,15.03579 4.86144,8.89812 0.29267,-14.43249 -5.22156,-9.50141 z&quot;
+-         id=&quot;path4611&quot;
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         id=&quot;path4613&quot;
+-         d=&quot;m 157.59193,492.10198 0.26945,-15.60311 16.41115,-0.68414 -0.30968,15.60341 -16.37092,0.68384 z&quot;
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient5163);stroke-width:2.90997052;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         id=&quot;path4615&quot;
+-         d=&quot;m 152.74516,467.82985 15.1009,-0.36659 6.80081,8.94062 -17.85417,0.17934 -4.04754,-8.75337 z&quot;
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient5165);stroke-width:2.90997052;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;path
+-       style=&quot;opacity:0.58653846;fill:#000000;stroke:none;filter:url(#filter4601)&quot;
+-       d=&quot;m 172.64244,456.81385 c 1.85352,0.52958 27.27327,22.50707 27.27327,22.50707 l 19.32959,-10.59156 -46.60286,-11.91551 z&quot;
+-       id=&quot;path4587&quot;
+-       transform=&quot;matrix(1.120132,0,0,1.1794354,-34.180245,-54.693469)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       id=&quot;path4585&quot;
+-       d=&quot;m 145.41469,452.61618 18.46281,-1.58216 4.74758,8.22726 -19.25407,0.94931 -3.95632,-7.59441 z&quot;
+-       style=&quot;fill:#000000;stroke:none;filter:url(#filter4581)&quot;
+-       transform=&quot;matrix(1.5473525,0,0,1.2156871,-89.039863,-66.991502)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;opacity:0.50480772;fill:#000000;stroke:none;filter:url(#filter4581)&quot;
+-       d=&quot;m 142.05526,519.51062 18.46281,-1.58216 4.74758,8.22726 -19.25407,0.94931 -3.95632,-7.59441 z&quot;
+-       id=&quot;path4575&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;csscccccc&quot;
+-       id=&quot;path7271&quot;
+-       d=&quot;m 99.659595,379.71135 -1.230985,1.46108 c -1.152725,1.36816 -2.333585,10.94625 -2.281345,12.35511 l 1.759095,47.44872 c 1.969255,9.65367 9.23787,12.62872 15.00959,12.24019 l 57.73582,-0.29663 c 1.94607,-0.79253 4.16609,-2.68359 6.38938,-5.36296 l 2.51433,-7.03124 -79.895885,-60.81427 z&quot;
+-       style=&quot;fill:#e6e6e6;stroke:none&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;color:#000000;fill:#666666;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 107.98778,374.57198 c 8.43214,0.43976 31.04808,1.4197 44.28372,2.10995 9.04521,-0.64508 15.85108,5.03272 16.82468,13.82572 l 10.75553,46.43238 c 1.65364,7.1389 -6.9709,10.84232 -11.93405,10.1908 l -53.82123,-0.0295 c -9.18252,-0.67258 -14.668725,-4.88117 -14.153605,-14.52915 l -2.77574,-46.35408 c 0.51277,-5.34148 2.80156,-11.17985 10.820695,-11.64612 z&quot;
+-       id=&quot;path7273&quot;
+-       sodipodi:nodetypes=&quot;ccczccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;ccczccccc&quot;
+-       id=&quot;path7275&quot;
+-       d=&quot;m 109.99369,377.37495 c 7.5227,0.3911 33.88645,1.2522 45.69456,1.86611 4.15962,0.12781 6.45808,1.92288 9.63748,7.32299 l 11.04603,48.22519 c 1.43748,6.27583 -1.98701,9.06735 -11.59174,8.6414 l -49.88588,-0.10747 c -8.16572,-0.60131 -9.38937,-1.57556 -11.03595,-9.81782 l -3.3645,-45.83765 c -0.39589,-6.38037 1.97731,-10.68386 9.5,-10.29275 z&quot;
+-       style=&quot;color:#000000;fill:url(#linearGradient3814-8);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;color:#000000;fill:url(#linearGradient3811-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 168.97523,407.02422 6.67001,27.19569 c 1.5046,6.1347 -1.94805,8.89614 -11.36449,8.47822 l -48.9079,-0.10544 c -8.00564,-0.58995 -9.2053,-1.54581 -10.8196,-9.63243 l -1.91205,-28.322 66.33403,2.38596 z&quot;
+-       id=&quot;path4782&quot;
+-       sodipodi:nodetypes=&quot;czccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;cssssscccc&quot;
+-       id=&quot;path4857&quot;
+-       d=&quot;m 120.56228,376.61007 c 22.78494,4.69232 8.91387,-18.37763 22.87745,-28.73745 4.31615,-3.20219 15.92833,-3.16978 20.61716,5.43636 3.49054,6.4066 3.68419,10.2514 -0.39248,9.02706 -4.2887,-1.28814 -4.09823,-6.40993 -10.91274,-5.02996 -3.44711,0.69804 -5.02274,7.55276 0.3528,12.54838 7.36204,6.84171 8.12988,10.6914 22.52822,6.98916 l 5.84618,26.62743 -58.1065,0 -2.81009,-26.86098 z&quot;
+-       style=&quot;opacity:0.81730772;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.51760674;marker:none;visibility:visible;display:inline;filter:url(#filter4863)&quot;
+-       transform=&quot;matrix(1.0935168,0,0,1.0935168,-24.856393,0.22803214)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;rect
+-       style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline&quot;
+-       id=&quot;rect4366&quot;
+-       width=&quot;109.96423&quot;
+-       height=&quot;109.96423&quot;
+-       x=&quot;245.76257&quot;
+-       y=&quot;439.26596&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;g
+-       id=&quot;g4467&quot;
+-       transform=&quot;translate(-7.3030922,33.559197)&quot;
+-       style=&quot;stroke:url(#linearGradient4788)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         id=&quot;path4423&quot;
+-         d=&quot;m 165.16455,424.26759 -0.13346,16.85561 7.68103,11.04446 0.34681,-17.4957 -7.89438,-10.40437 z&quot;
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient4816);stroke-width:4.58184099;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient4818);stroke-width:4.58184099;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         d=&quot;m 145.93826,442.48095 19.70924,-0.21336 7.68103,10.19101 -21.20277,0.21336 -6.1875,-10.19101 z&quot;
+-         id=&quot;path4417&quot;
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient4820);stroke-width:4.58184099;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         d=&quot;m 145.93826,424.48095 0.0799,18.13579 5.76077,9.55092 0.34681,-17.4957 -6.1875,-10.19101 z&quot;
+-         id=&quot;path4419&quot;
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         id=&quot;path4421&quot;
+-         d=&quot;m 173.32852,452.00468 -21.54959,0.16298 0.34681,-17.4957 21.12286,0.0504 0.0799,17.28235 z&quot;
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient4822);stroke-width:4.58184099;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         id=&quot;rect4370&quot;
+-         d=&quot;m 145.93826,424.48095 19.70924,-0.21336 7.68103,10.19101 -21.20277,0.21336 -6.1875,-10.19101 z&quot;
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient4824);stroke-width:4.58184099;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;cc&quot;
+-       id=&quot;path4812&quot;
+-       d=&quot;m 140.55797,473.44404 c -13.23324,4.73946 -2.99707,16.72426 3.83487,26.33281&quot;
+-       style=&quot;fill:none;stroke:#323232;stroke-width:4.30000019;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:none;stroke:url(#linearGradient4810);stroke-width:5.0999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
+-       d=&quot;m 140.30231,471.65443 c -13.23324,4.73946 -0.69614,18.25822 4.85751,28.63374&quot;
+-       id=&quot;path4802&quot;
+-       sodipodi:nodetypes=&quot;cc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:#b3b3b3;stroke:none&quot;
+-       d=&quot;m 148.79269,457.45274 0.0685,4.79368 9.46408,6.01264 -0.0959,2.6663 35.53253,22.26096 0.98158,-10.71059 -45.9508,-25.02299 1e-5,0 z&quot;
+-       id=&quot;path4478&quot;
+-       sodipodi:nodetypes=&quot;cccccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:#808080;stroke:none&quot;
+-       d=&quot;m 216.32874,473.49102 -1.3377,8.63329 -21.33413,10.92048 0.99071,-10.13078 21.68112,-9.42299 z&quot;
+-       id=&quot;path4480&quot;
+-       sodipodi:nodetypes=&quot;ccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;cccc&quot;
+-       id=&quot;path4476&quot;
+-       d=&quot;m 148.47988,457.22212 45.97248,25.6486 22.17548,-9.45024 -68.14796,-16.19836 z&quot;
+-       style=&quot;fill:#ececec;stroke:none&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:#000000;stroke:none&quot;
+-       d=&quot;m 153.65484,459.00042 41.21192,21.53045 16.68199,-6.71114 -57.89391,-14.81931 z&quot;
+-       id=&quot;path4474&quot;
+-       sodipodi:nodetypes=&quot;cccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;cc&quot;
+-       id=&quot;path4814&quot;
+-       d=&quot;m 141.32494,469.3535 c -13.23324,4.73946 -5.8093,16.46862 5.11317,30.93467&quot;
+-       style=&quot;fill:none;stroke:#d9d9d9;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;g
+-       id=&quot;g4558&quot;
+-       transform=&quot;translate(-11.303092,25.559197)&quot;
+-       style=&quot;stroke:url(#linearGradient4633)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient5167);stroke-width:3.48241329;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         d=&quot;m 168.32619,467.65328 -0.0903,14.39101 5.19701,9.42956 0.23465,-14.93751 -5.34136,-8.88306 z&quot;
+-         id=&quot;path4484&quot;
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         id=&quot;path4486&quot;
+-         d=&quot;m 152.25038,483.01162 15.79825,-0.16512 6.15685,7.8868 -16.99541,0.16512 -4.95969,-7.8868 z&quot;
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient5170);stroke-width:3.608706;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         id=&quot;path4488&quot;
+-         d=&quot;m 152.36138,467.84337 0.0675,15.03579 4.86144,8.89812 0.29267,-14.43249 -5.22156,-9.50141 z&quot;
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient5172);stroke-width:3.8307116;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient5175);stroke-width:3.72402239;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         d=&quot;m 157.59193,492.10198 0.26945,-15.60311 16.41115,-0.68414 -0.30968,15.60341 -16.37092,0.68384 z&quot;
+-         id=&quot;path4490&quot;
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         style=&quot;color:#000000;fill:#0000ff;fill-opacity:0.39215692;fill-rule:evenodd;stroke:url(#linearGradient5177);stroke-width:3.85130858;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         d=&quot;m 152.74516,467.82985 15.1009,-0.36659 6.80081,8.94062 -17.85417,0.17934 -4.04754,-8.75337 z&quot;
+-         id=&quot;path4492&quot;
+-         sodipodi:nodetypes=&quot;ccccc&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;path
+-       style=&quot;opacity:0.46634617;fill:#000000;stroke:none;filter:url(#filter4796)&quot;
+-       d=&quot;m 148.86599,462.13621 -0.54233,2.71167 6.68878,3.61556 3.254,0.18077 -9.40045,-6.508 z&quot;
+-       id=&quot;path4790&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:#808080;fill-opacity:0.4035088;stroke:none&quot;
+-       d=&quot;m 158.44722,468.46344 5.19868,5.67679 -4.97404,-2.54907 -0.22464,-3.12772 z&quot;
+-       id=&quot;path4800&quot;
+-       sodipodi:nodetypes=&quot;cccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:#cccccc;stroke:none&quot;
+-       d=&quot;m 109.67398,406.39615 -0.70062,5.13799 2.33544,28.49251 1.86837,-5.83862 -3.50319,-27.79188 z&quot;
+-       id=&quot;path4848&quot;
+-       sodipodi:nodetypes=&quot;ccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:#666666;stroke:none&quot;
+-       d=&quot;m 112.71008,435.5893 -1.40127,4.20381 61.65593,0.46709 0.46709,-4.90444 -60.72175,0.23354 z&quot;
+-       id=&quot;path4846&quot;
+-       sodipodi:nodetypes=&quot;ccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;rect
+-       style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline&quot;
+-       id=&quot;rect4838&quot;
+-       width=&quot;67.617928&quot;
+-       height=&quot;68.348679&quot;
+-       x=&quot;60.257355&quot;
+-       y=&quot;371.89249&quot;
+-       transform=&quot;matrix(1,0,0.11356518,0.99353055,0,0)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:#666666;stroke:none&quot;
+-       d=&quot;m 157.55076,391.91635 c 1.71759,0.83196 -0.4782,4.60216 -2.10191,5.60509 -2.32946,1.43885 -5.60191,-1.28529 -7.70699,-3.03609 -4.87081,-4.05105 -6.414,3.42754 -9.34181,0 -2.13384,-2.49806 4.20381,-9.80891 4.20381,-9.80891 l 14.9469,7.23991 z&quot;
+-       id=&quot;path4855&quot;
+-       sodipodi:nodetypes=&quot;cssscs&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:url(#linearGradient4852);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.51760674;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline&quot;
+-       d=&quot;m 111.12821,407.87827 c 22.78494,4.69232 8.91387,-18.37763 22.87745,-28.73745 4.31615,-3.20219 15.92833,-3.16978 20.61716,5.43636 3.49054,6.4066 3.68419,10.2514 -0.39248,9.02706 -4.2887,-1.28814 -4.09823,-6.40993 -10.91274,-5.02996 -3.44711,0.69804 -4.78919,8.48694 0.58635,13.48256 7.36204,6.84171 8.12988,7.88886 22.29467,6.05498 l 5.84618,26.62743 -58.1065,0 -2.81009,-26.86098 z&quot;
+-       id=&quot;path4840&quot;
+-       sodipodi:nodetypes=&quot;cssssscccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:none;stroke:#ffffff;stroke-width:2.51760674;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline&quot;
+-       d=&quot;m 139.5874,378.74159 c -7.16488,1.53146 -9.79571,9.47813 -11.25436,16.37913 -1.24904,6.26872 -0.2346,11.93767 -6.23163,14.67543 -2.61366,1.07702 -7.37846,1.51149 -10.34051,1.06148 l 2.16817,23.74401 58.19138,0.16646 -5.51656,-25.145 c -7.39804,1.18716 -13.11998,2.41364 -19.90904,-2.67624 -5.99383,-4.68371 -10.86725,-12.1255 -7.63996,-18.38672 3.39413,-4.67207 11.78086,-2.72445 14.94243,2.49666 2.24872,1.10421 1.19663,-2.09271 0.69874,-3.34923 -2.39095,-5.98906 -9.28553,-9.64404 -15.10866,-8.96598 z&quot;
+-       id=&quot;path4842&quot;
+-       sodipodi:nodetypes=&quot;ccccccccccsc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;g
+-       id=&quot;g4245&quot;
+-       transform=&quot;matrix(0.97674608,0,0,0.97674608,16.515661,-16.5775)&quot;&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:nodetypes=&quot;csscccccc&quot;
+-         id=&quot;path7321&quot;
+-         d=&quot;m 186.09481,215.30113 -39.9006,-2.15495 c -1.12519,-0.0608 -2.26472,3.99895 -2.44974,4.88773 l -5.88401,28.26349 c -0.11081,3.13685 1.22838,5.0573 3.16673,5.92451 l 37.33196,4.16956 c 4.48585,0.28464 6.50184,-2.49393 7.15198,-4.07238 l 2.11135,-32.3457 -1.52767,-4.67226 z&quot;
+-         style=&quot;fill:#cccccc;stroke:none&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;color:#000000;fill:#666666;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         d=&quot;m 151.17756,207.56275 c 5.09886,0.67231 20.32504,0.95293 28.32856,2.00821 4.93472,0.20927 8.52017,4.00532 7.6349,9.63127 l -1.85544,28.91106 c -0.30136,4.6951 -5.63868,6.35188 -8.56169,5.70369 l -34.78364,-3.75 c -3.8872,-0.87782 -5.98044,-3.03822 -4.60097,-9.18871 l 5.59262,-27.52538 c 0.90772,-3.47983 1.83143,-6.15642 8.24566,-5.79019 l 0,5e-5 z&quot;
+-         id=&quot;path7323&quot;
+-         sodipodi:nodetypes=&quot;ccczcccccc&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:nodetypes=&quot;cczccccsc&quot;
+-         id=&quot;path7325&quot;
+-         d=&quot;m 180.78458,211.77184 c 2.53303,0.27434 5.09904,2.88087 4.56953,6.68209 l -1.7983,27.99349 c -0.26517,4.12798 -3.02784,5.73807 -8.85066,5.02047 l -29.3089,-3.36186 c -4.90282,-0.76387 -6.83234,-1.54978 -6.20376,-6.92524 l 5.83083,-27.48612 c 0.81574,-2.6725 2.37903,-4.44775 6.21466,-4.15764 l 29.5466,2.23481 z&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient4258);fill-opacity:1;fill-rule:nonzero;stroke:#f3f3f3;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient4260);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-         d=&quot;m 183.88757,227.20785 -1.45074,18.6479 c -0.30009,3.85745 -2.89391,5.36695 -8.45916,4.69576 l -28.01244,-3.14442 c -4.68595,-0.71447 -6.53011,-1.44955 -5.92934,-6.47734 l 3.1827,-17.03717 40.66898,3.31527 z&quot;
+-         id=&quot;path5292&quot;
+-         sodipodi:nodetypes=&quot;czccccc&quot; /&gt;
+-      &lt;path
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:type=&quot;arc&quot;
+-         style=&quot;opacity:0.69230772;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.25467694;marker:none;display:inline;filter:url(#filter4595)&quot;
+-         id=&quot;path4577&quot;
+-         sodipodi:cx=&quot;122&quot;
+-         sodipodi:cy=&quot;162&quot;
+-         sodipodi:rx=&quot;12&quot;
+-         sodipodi:ry=&quot;12&quot;
+-         d=&quot;m 134,162 c 0,6.62742 -5.37258,12 -12,12 -6.62742,0 -12,-5.37258 -12,-12 0,-6.62742 5.37258,-12 12,-12 6.62742,0 12,5.37258 12,12 z&quot;
+-         transform=&quot;matrix(1.409333,0.19108224,-0.17058021,1.0851253,18.86662,34.11222)&quot; /&gt;
+-      &lt;rect
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         transform=&quot;matrix(0.98951061,0.14446019,-0.14446019,0.98951061,0,0)&quot;
+-         y=&quot;184.31268&quot;
+-         x=&quot;173.69254&quot;
+-         height=&quot;33.880146&quot;
+-         width=&quot;41.025536&quot;
+-         id=&quot;rect3761&quot;
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1.00000012;marker:none;display:inline&quot; /&gt;
+-      &lt;path
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         transform=&quot;matrix(1.4200827,0.21071399,-0.17188132,1.1966108,17.757741,7.6113537)&quot;
+-         d=&quot;m 134,162 c 0,6.62742 -5.37258,12 -12,12 -6.62742,0 -12,-5.37258 -12,-12 0,-6.62742 5.37258,-12 12,-12 6.62742,0 12,5.37258 12,12 z&quot;
+-         sodipodi:ry=&quot;12&quot;
+-         sodipodi:rx=&quot;12&quot;
+-         sodipodi:cy=&quot;162&quot;
+-         sodipodi:cx=&quot;122&quot;
+-         id=&quot;path3763&quot;
+-         style=&quot;color:#000000;fill:none;stroke:url(#linearGradient4262);stroke-width:1.25467694;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         sodipodi:type=&quot;arc&quot; /&gt;
+-      &lt;path
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         transform=&quot;matrix(1.4874531,0.21222193,-0.18003556,1.2051742,10.867956,8.9684767)&quot;
+-         d=&quot;m 134,162 c 0,6.62742 -5.37258,12 -12,12 -6.62742,0 -12,-5.37258 -12,-12 0,-6.62742 5.37258,-12 12,-12 6.62742,0 12,5.37258 12,12 z&quot;
+-         sodipodi:ry=&quot;12&quot;
+-         sodipodi:rx=&quot;12&quot;
+-         sodipodi:cy=&quot;162&quot;
+-         sodipodi:cx=&quot;122&quot;
+-         id=&quot;path3785&quot;
+-         style=&quot;color:#000000;fill:url(#radialGradient4264);fill-opacity:1;stroke:none;stroke-width:1.25467694;marker:none;display:inline&quot;
+-         sodipodi:type=&quot;arc&quot; /&gt;
+-      &lt;path
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         transform=&quot;matrix(1.2624385,0.18732248,-0.15220093,1.059599,33.810353,32.602382)&quot;
+-         d=&quot;m 134,162 c 0,6.62742 -5.37258,12 -12,12 -6.62742,0 -12,-5.37258 -12,-12 0,-6.62742 5.37258,-12 12,-12 6.62742,0 12,5.37258 12,12 z&quot;
+-         sodipodi:ry=&quot;12&quot;
+-         sodipodi:rx=&quot;12&quot;
+-         sodipodi:cy=&quot;162&quot;
+-         sodipodi:cx=&quot;122&quot;
+-         id=&quot;path3765&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient4266);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4268);stroke-width:1.41412926;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         sodipodi:type=&quot;arc&quot; /&gt;
+-      &lt;rect
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         transform=&quot;matrix(0.98951061,0.14446019,-0.14446019,0.98951061,0,0)&quot;
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1.00000012;marker:none;display:inline&quot;
+-         id=&quot;rect3767&quot;
+-         width=&quot;41.025536&quot;
+-         height=&quot;33.880146&quot;
+-         x=&quot;173.69254&quot;
+-         y=&quot;184.25749&quot; /&gt;
+-      &lt;path
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:type=&quot;arc&quot;
+-         style=&quot;color:#000000;fill:none;stroke:url(#linearGradient4270);stroke-width:1.25467694;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         id=&quot;path3769&quot;
+-         sodipodi:cx=&quot;122&quot;
+-         sodipodi:cy=&quot;162&quot;
+-         sodipodi:rx=&quot;12&quot;
+-         sodipodi:ry=&quot;12&quot;
+-         d=&quot;m 134,162 c 0,6.62742 -5.37258,12 -12,12 -6.62742,0 -12,-5.37258 -12,-12 0,-6.62742 5.37258,-12 12,-12 6.62742,0 12,5.37258 12,12 z&quot;
+-         transform=&quot;matrix(1.4200827,0.21071399,-0.17188132,1.1966108,17.766156,7.5527667)&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;csscccccc&quot;
+-       id=&quot;path7315&quot;
+-       d=&quot;m 177.37929,221.07487 -42.01138,-1.33086 c -1.18472,-0.0375 -2.64067,4.08366 -2.89135,4.98453 l -7.97169,28.64811 c -0.69249,5.14935 3.53805,5.52011 5.53154,6.35432 l 37.91078,2.95018 c 2.61675,-0.47146 5.22293,-0.96525 6.51479,-4.23525 l 4.24053,-32.68809 -1.32322,-4.68294 z&quot;
+-       style=&quot;fill:#e6e6e6;stroke:none&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;color:#000000;fill:#666666;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 140.97865,214.00379 c 5.34392,0.57064 21.40925,0.5318 29.79743,1.42751 5.19933,0.10683 8.75055,3.86198 7.46582,9.55844 l -3.75674,29.21642 c -0.61009,4.74469 -6.3507,6.52961 -9.39785,5.93728 l -36.50742,-3.04881 c -4.05132,-0.80369 -6.12805,-2.93969 -4.28871,-9.17597 l 7.61805,-27.89704 c 1.17507,-3.53105 2.3171,-6.25182 9.06943,-6.01789 l -1e-5,6e-5 z&quot;
+-       id=&quot;path7317&quot;
+-       sodipodi:nodetypes=&quot;ccczcccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;cczccccsc&quot;
+-       id=&quot;path7319&quot;
+-       d=&quot;m 171.98966,217.6254 c 2.65849,0.22329 5.20686,2.79954 4.41129,6.64695 l -3.63934,28.28919 c -0.53666,4.17158 -3.55481,5.85493 -9.66061,5.25389 l -30.74879,-2.7729 c -5.13117,-0.6672 -7.1204,-1.41954 -6.12235,-6.85777 l 7.8672,-27.86245 c 1.02773,-2.71435 2.78932,-4.53901 6.82269,-4.32735 l 31.06991,1.63044 z&quot;
+-       style=&quot;color:#000000;fill:url(#linearGradient4521);fill-opacity:1;fill-rule:nonzero;stroke:#fcf5f5;stroke-width:0.97347188;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;color:#000000;fill:url(#linearGradient4518);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 174.16294,235.24544 -2.15526,16.65972 c -0.49677,3.83998 -3.45797,5.38388 -9.36132,4.83745 l -29.73008,-2.51846 c -4.96048,-0.60816 -6.88187,-1.29761 -5.89815,-6.29608 l 4.72854,-15.23472 42.41627,2.55209 z&quot;
+-       id=&quot;path5216&quot;
+-       sodipodi:nodetypes=&quot;czccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;ccccc&quot;
+-       id=&quot;path5146&quot;
+-       d=&quot;m 135.64163,263.1425 36.6091,2.78141 -7.98041,31.98422 -39.77875,-3.67146 11.15006,-31.09417 z&quot;
+-       style=&quot;opacity:0.9375;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.95559937;marker:none;display:inline;filter:url(#filter5156)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot;
+-       transform=&quot;matrix(0.90882134,-0.0185569,0.06388637,0.92801513,-1.1862171,-19.815137)&quot; /&gt;
+-    &lt;rect
+-       y=&quot;230.83026&quot;
+-       x=&quot;122.06155&quot;
+-       height=&quot;20.002897&quot;
+-       width=&quot;20.61071&quot;
+-       id=&quot;rect5117&quot;
+-       style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1.00000012;marker:none;display:inline&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       transform=&quot;matrix(0.99955084,-0.02996876,0.07007361,0.99754182,0,0)&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:#4d4d4d;stroke:none&quot;
+-       d=&quot;m 130.1291,246.97471 0.73942,2.35969 35.80984,2.50934 -0.68095,-2.88854 -35.86831,-1.98049 z&quot;
+-       id=&quot;path5142&quot;
+-       sodipodi:nodetypes=&quot;ccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:#cccccc;stroke:none&quot;
+-       d=&quot;m 166.73745,251.9123 4.79109,-28.61443 -0.16725,-2.78555 -5.3188,28.49583 0.695,2.90415 z&quot;
+-       id=&quot;path5144&quot;
+-       sodipodi:nodetypes=&quot;ccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;color:#000000;fill:none;stroke:#000000;stroke-width:0.84568101;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dashoffset:0;marker:none;display:inline&quot;
+-       d=&quot;m 138.39574,219.22275 32.52543,1.48976 -5.0656,28.49688 -35.38184,-2.1929 7.92201,-27.79374 z&quot;
+-       id=&quot;rect5119&quot;
+-       sodipodi:nodetypes=&quot;ccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;color:#000000;fill:url(#linearGradient4537);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4539);stroke-width:1.55401504;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot;
+-       d=&quot;m 139.30049,220.50552 30.03586,1.32233 -4.69108,25.93296 -32.47707,-2.01617 7.13229,-25.23912 z&quot;
+-       id=&quot;rect5121&quot;
+-       sodipodi:nodetypes=&quot;ccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;opacity:0.59615383;fill:none;stroke:url(#linearGradient5851);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5833)&quot;
+-       d=&quot;M 380,86 C -17.031819,78.438488 96.048152,628.67521 226.61981,628 L 420,627 565.45949,625.99998&quot;
+-       id=&quot;path5823&quot;
+-       sodipodi:nodetypes=&quot;cscc&quot;
+-       transform=&quot;matrix(1.0243402,0,0,0.9999779,-21.59163,29.567084)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       inkscape:connector-curvature=&quot;0&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       style=&quot;fill:#e6e6e6;stroke:none&quot;
+-       d=&quot;m 165.80966,260.83778 -48.40712,-0.7062 c -1.36508,-0.0199 -2.88871,4.8 -3.14397,5.85225 l -8.1175,33.46218 c -0.60685,5.99984 4.27649,6.34617 6.60195,7.276 l 43.74687,2.67071 c 4.16247,0.95667 7.54804,-2.88445 8.09319,-7.80632 l 2.92271,-35.33131 z&quot;
+-       id=&quot;path4286&quot;
+-       sodipodi:nodetypes=&quot;csscccccc&quot; /&gt;
+-    &lt;path
+-       inkscape:connector-curvature=&quot;0&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       sodipodi:nodetypes=&quot;ccczcccccc&quot;
+-       id=&quot;path4288&quot;
+-       d=&quot;m 123.36322,255.05463 c 6.07162,0.53944 24.26086,0.18391 33.79129,1.03064 5.89105,0.0195 10.04853,4.1828 8.80088,10.62788 l -3.19188,33.00103 c -0.51835,5.35931 -6.95353,7.48238 -10.42532,6.87393 l -41.44788,-2.7277 c -4.61649,-0.82716 -7.04558,-3.19423 -5.18956,-10.25848 l 7.61195,-31.58895 c 1.20219,-4.00245 2.39642,-7.09103 10.05053,-6.95841 l -1e-5,6e-5 z&quot;
+-       style=&quot;color:#000000;fill:#666666;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-    &lt;path
+-       inkscape:connector-curvature=&quot;0&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       style=&quot;color:#000000;fill:url(#linearGradient4355);fill-opacity:1;fill-rule:nonzero;stroke:#fcf5f5;stroke-width:1.10000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 158.60838,258.53456 c 3.01831,0.20007 5.99743,3.05415 5.23645,7.40578 l -3.09265,31.95373 c -0.45604,4.71196 -3.81229,6.66774 -10.74769,6.10882 l -34.9174,-2.52848 c -5.83422,-0.65239 -8.11396,-1.4617 -7.18152,-7.61018 l 7.89533,-31.55482 c 1.06504,-3.07913 2.99335,-5.16978 7.568,-5.0095 l 35.23948,1.23465 z&quot;
+-       id=&quot;path4290&quot;
+-       sodipodi:nodetypes=&quot;cczccccsc&quot; /&gt;
+-    &lt;path
+-       inkscape:connector-curvature=&quot;0&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       sodipodi:nodetypes=&quot;czccccc&quot;
+-       id=&quot;path4292&quot;
+-       d=&quot;m 161.70955,278.35091 -1.83489,18.81802 c -0.42293,4.33747 -3.71976,6.13497 -10.42394,5.63367 l -33.75468,-2.26148 c -5.63881,-0.58916 -7.83944,-1.32891 -6.90725,-6.98149 l 4.29993,-18.5131 z&quot;
+-       style=&quot;color:#000000;fill:url(#linearGradient4352);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-    &lt;rect
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1.00000012;marker:none;display:inline&quot;
+-       id=&quot;rect4296&quot;
+-       width=&quot;23.327908&quot;
+-       height=&quot;22.595894&quot;
+-       x=&quot;93.364159&quot;
+-       y=&quot;274.05743&quot;
+-       transform=&quot;matrix(0.99931274,-0.03706811,0.10235564,0.99474787,0,0)&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:#e6e6e6;stroke:none&quot;
+-       d=&quot;m 160.13639,319.19116 -57.61835,-4.16132 c -1.68754,-0.12188 -1.50175,5.35933 -1.64261,6.52581 l -4.807322,39.81139 c 0.458495,6.65635 2.997697,9.32636 6.024372,10.32643 l 53.87468,2.81752 c 4.29223,-0.23053 7.93818,-3.90792 8.42945,-9.50007 l -1.83044,-40.69907 z&quot;
+-       id=&quot;path7309&quot;
+-       sodipodi:nodetypes=&quot;csscccccc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;ccczcccccc&quot;
+-       id=&quot;path7311&quot;
+-       d=&quot;m 111.05604,309.18152 c 7.27109,0.54356 27.38043,1.29454 38.79361,2.14774 7.97386,-0.36603 13.14208,4.83139 12.61864,12.32364 l 1.69429,38.81076 c 0.27334,6.09969 -6.68305,8.63445 -10.90159,7.9808 l -49.14847,-2.57407 c -5.61314,-0.88985 -8.950476,-3.32786 -8.195151,-11.42328 l 4.696291,-39.19282 c 0.72652,-4.54186 2.07162,-7.86862 10.44239,-8.07285 z&quot;
+-       style=&quot;color:#000000;fill:#666666;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;color:#000000;fill:url(#linearGradient4448);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.48927689;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 152.14226,314.14431 c 3.60077,0.18966 7.69402,3.36959 7.67972,8.28085 l 1.59876,37.32353 c 0.23422,5.28554 -3.14323,7.55653 -11.43713,7.00901 l -41.01472,-1.8431 c -7.01399,-0.66588 -10.11235,-1.55058 -10.26057,-8.48808 l 4.88876,-38.61394 c 0.63123,-3.48136 2.66745,-6.01345 8.15487,-5.73295 z&quot;
+-       id=&quot;path7313&quot;
+-       sodipodi:nodetypes=&quot;cczccccsc&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;czccccc&quot;
+-       id=&quot;path4362&quot;
+-       d=&quot;m 159.18041,335.61345 1.15964,23.67598 c 0.24683,5.03949 -3.03604,7.20507 -11.04709,6.68301 l -40.02271,-1.73303 c -6.77478,-0.6349 -9.665785,-1.67635 -9.808955,-8.29118 l 2.940295,-22.98485 z&quot;
+-       style=&quot;color:#000000;fill:url(#linearGradient4445);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.30000019;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;opacity:0.71153846;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter7294)&quot;
+-       d=&quot;m 139.24625,320.60138 c -1.59978,-0.005 -3.16447,0.71753 -2.71875,1.96875 l 0.21875,1.09375 c -2.17362,1.19535 -3.61426,3.35623 -3,6.125 l 0.0625,0.0625 c -1.63527,1.72484 -2.49364,4.02462 -1.875,6.78125 l 2.71875,18.40907 c 7.75037,1.01694 11.27723,6.37082 14.40625,5.3125 1.90355,-0.25535 3.3162,-0.35294 7.09375,-3.1875 l -4.9375,-25.09657 c -0.78325,-1.90965 -2.07095,-3.31154 -3.625,-4.21875 l -0.40625,-1.3125 c -0.90555,-2.23335 -2.79812,-3.41716 -4.875,-3.78125 L 142.09,321.97638 c -0.33587,-0.9381 -1.59948,-1.37082 -2.84375,-1.375 z&quot;
+-       id=&quot;path7276&quot;
+-       inkscape:connector-curvature=&quot;0&quot;
+-       transform=&quot;matrix(1.1238792,0,0,1.2917519,-18.48254,-98.854821)&quot;
+-       sodipodi:nodetypes=&quot;ccccccccccccccc&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;cccc&quot;
+-       id=&quot;path5613&quot;
+-       d=&quot;m 142.83656,316.55958 -1.12884,-3.91908 c -0.93422,-2.60935 -7.7405,-2.0082 -6.77624,0.69872 l 0.78362,3.79841&quot;
+-       style=&quot;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.84300494;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       style=&quot;color:#000000;fill:url(#linearGradient4708-5);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4710-7);stroke-width:1.21692228;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 148.745,320.89493 -0.84192,-2.69677 c -3.42651,-8.4508 -18.28239,-4.77833 -16.35031,3.93052 l 0.41006,0.40086&quot;
+-       id=&quot;path5560&quot;
+-       inkscape:connector-curvature=&quot;0&quot;
+-       sodipodi:nodetypes=&quot;cccc&quot; /&gt;
+-    &lt;g
+-       id=&quot;g4472&quot;
+-       transform=&quot;matrix(0.78510201,-0.02575846,0,0.79878544,31.6225,26.055664)&quot;&gt;
+-      &lt;path
+-         transform=&quot;matrix(1,0,0.03486072,1,-13.887447,-17.151665)&quot;
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         id=&quot;path5079&quot;
+-         d=&quot;m 144.06671,342.97944 c -2.74988,0.85435 -4.17046,2.62312 -5.125,4.78125 l 1.09375,3.875 -0.21875,0.1875 0.375,0.34375 0.0625,0.25 c 0.11256,0.0732 0.34075,0.21522 0.5,0.3125 l 13.6875,12.90625 c 0.12218,0.29936 0.2443,0.63064 0.40625,0.9375 4.81777,4.03499 12.21368,-2.21096 8.59375,-7.84375 -0.25849,-0.23442 -0.51297,-0.44076 -0.78125,-0.625 0.0725,0.0222 0.1481,0.0356 0.21875,0.0625 l -13.5625,-12.71875 c -0.10237,-0.27015 -0.19887,-0.52858 -0.3125,-0.8125 l -0.875,-0.28125 -0.21875,-0.21875 -0.0937,0.0937 -3.75,-1.25 z&quot;
+-         style=&quot;opacity:0.78365383;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5099);enable-background:accumulate&quot; /&gt;
+-      &lt;path
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         transform=&quot;matrix(2.7186873,0,0.07939845,2.2775906,-373.61926,-47.593825)&quot;
+-         d=&quot;m 186,159 c 0,3.86599 -3.13401,7 -7,7 -3.86599,0 -7,-3.13401 -7,-7 0,-3.86599 3.13401,-7 7,-7 3.86599,0 7,3.13401 7,7 z&quot;
+-         sodipodi:ry=&quot;7&quot;
+-         sodipodi:rx=&quot;7&quot;
+-         sodipodi:cy=&quot;159&quot;
+-         sodipodi:cx=&quot;179&quot;
+-         id=&quot;path5053&quot;
+-         style=&quot;opacity:0.79403848;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.87048578;marker:none;display:inline;filter:url(#filter5075)&quot;
+-         sodipodi:type=&quot;arc&quot; /&gt;
+-      &lt;path
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:type=&quot;arc&quot;
+-         style=&quot;color:#000000;fill:url(#radialGradient4487);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.87048578;marker:none;display:inline&quot;
+-         id=&quot;path4903&quot;
+-         sodipodi:cx=&quot;179&quot;
+-         sodipodi:cy=&quot;159&quot;
+-         sodipodi:rx=&quot;7&quot;
+-         sodipodi:ry=&quot;7&quot;
+-         d=&quot;m 186,159 c 0,3.86599 -3.13401,7 -7,7 -3.86599,0 -7,-3.13401 -7,-7 0,-3.86599 3.13401,-7 7,-7 3.86599,0 7,3.13401 7,7 z&quot;
+-         transform=&quot;matrix(2.7186873,0,0.07939845,2.2775906,-373.68898,-49.593825)&quot; /&gt;
+-      &lt;rect
+-         transform=&quot;matrix(1,0,0.03483956,0.99939292,0,0)&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;display:inline&quot;
+-         id=&quot;rect4905&quot;
+-         width=&quot;54.904148&quot;
+-         height=&quot;52.325226&quot;
+-         x=&quot;95.725128&quot;
+-         y=&quot;293.5629&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;fill:url(#linearGradient4489);fill-opacity:1;fill-rule:evenodd;stroke:#584f35;stroke-width:1.70000005;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
+-         d=&quot;m 146.64701,322.97985 c -3.7542,0.31916 -7.50885,1.74862 -8.56912,8.31689 l 15.70746,14.08437 c 4.83106,3.16657 11.9083,-2.23928 8.16094,-7.98759 l -15.29928,-14.41367 z&quot;
+-         id=&quot;path4913&quot;
+-         sodipodi:nodetypes=&quot;ccccc&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:nodetypes=&quot;ccc&quot;
+-         id=&quot;path4972&quot;
+-         d=&quot;m 153.78535,345.38111 c 4.86421,4.11774 11.9083,-2.23928 8.16094,-7.98759 -4.6378,-1.1499 -8.70327,0.69197 -8.16094,7.98759 z&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient4491);fill-opacity:1;fill-rule:evenodd;stroke:#584f35;stroke-width:1.70000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-      &lt;path
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         transform=&quot;matrix(2.5890975,0,0.07387461,2.1191361,-349.64491,-29.390523)&quot;
+-         d=&quot;m 186,159 c 0,3.86599 -3.13401,7 -7,7 -3.86599,0 -7,-3.13401 -7,-7 0,-3.86599 3.13401,-7 7,-7 3.86599,0 7,3.13401 7,7 z&quot;
+-         sodipodi:ry=&quot;7&quot;
+-         sodipodi:rx=&quot;7&quot;
+-         sodipodi:cy=&quot;159&quot;
+-         sodipodi:cx=&quot;179&quot;
+-         id=&quot;path5136&quot;
+-         style=&quot;color:#000000;fill:none;stroke:#000000;stroke-width:0.93012607;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         sodipodi:type=&quot;arc&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;fill:none;stroke:url(#linearGradient4493);stroke-width:2.19305253;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
+-         d=&quot;m 138.05647,330.68344 15.34388,14.01824 c -1.42906,-4.4714 4.35939,-9.02565 7.94754,-7.67831 l -15.4718,-14.04352&quot;
+-         id=&quot;path4915&quot;
+-         sodipodi:nodetypes=&quot;cccc&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         style=&quot;fill:url(#linearGradient4495);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4497);stroke-width:2.29421806;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
+-         d=&quot;m 146.78756,323.2921 -4.77804,-1.4785 c -2.7201,0.85435 -4.08417,2.62678 -4.96348,4.78491 l 1.46908,4.66843 c 0.57319,-0.48288 1.05679,-7.23673 8.27244,-7.97484 z&quot;
+-         id=&quot;path4917&quot;
+-         sodipodi:nodetypes=&quot;ccccc&quot; /&gt;
+-      &lt;path
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:type=&quot;arc&quot;
+-         style=&quot;color:#000000;fill:url(#linearGradient4499);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4501);stroke-width:0.93012607;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         id=&quot;path4907&quot;
+-         sodipodi:cx=&quot;179&quot;
+-         sodipodi:cy=&quot;159&quot;
+-         sodipodi:rx=&quot;7&quot;
+-         sodipodi:ry=&quot;7&quot;
+-         d=&quot;m 186,159 c 0,3.86599 -3.13401,7 -7,7 -3.86599,0 -7,-3.13401 -7,-7 0,-3.86599 3.13401,-7 7,-7 3.86599,0 7,3.13401 7,7 z&quot;
+-         transform=&quot;matrix(2.5777215,0,0.07701417,2.2091962,-348.11994,-42.360972)&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:nodetypes=&quot;cc&quot;
+-         id=&quot;path4919&quot;
+-         d=&quot;m 155.41849,335.37558 -9.01367,-7.93613&quot;
+-         style=&quot;fill:none;stroke:#ffffff;stroke-width:1.78985417;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot; /&gt;
+-      &lt;path
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         transform=&quot;matrix(2.5777215,0,0.07701417,2.2091962,-348.11994,-42.360972)&quot;
+-         d=&quot;m 186,159 c 0,3.86599 -3.13401,7 -7,7 -3.86599,0 -7,-3.13401 -7,-7 0,-3.86599 3.13401,-7 7,-7 3.86599,0 7,3.13401 7,7 z&quot;
+-         sodipodi:ry=&quot;7&quot;
+-         sodipodi:rx=&quot;7&quot;
+-         sodipodi:cy=&quot;159&quot;
+-         sodipodi:cx=&quot;179&quot;
+-         id=&quot;path5048&quot;
+-         style=&quot;opacity:0.69711537;color:#000000;fill:url(#linearGradient4503);fill-opacity:1;fill-rule:evenodd;stroke:#373737;stroke-width:0.18039094;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline&quot;
+-         sodipodi:type=&quot;arc&quot; /&gt;
+-      &lt;path
+-         inkscape:connector-curvature=&quot;0&quot;
+-         inkscape:export-ydpi=&quot;90&quot;
+-         inkscape:export-xdpi=&quot;90&quot;
+-         inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-         sodipodi:nodetypes=&quot;cczc&quot;
+-         id=&quot;path4909&quot;
+-         d=&quot;m 110.65467,305.64026 c 12.36252,3.50116 15.73033,-6.50951 28.09287,-3.00835 -2.24948,-5.6976 -8.9518,-8.00939 -15.73515,-7.40828 -6.78334,0.60111 -12.35933,5.77738 -12.35772,10.41663 z&quot;
+-         style=&quot;fill:url(#linearGradient4505);fill-opacity:1;fill-rule:evenodd;stroke:none&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;ccc&quot;
+-       inkscape:connector-curvature=&quot;0&quot;
+-       id=&quot;path5546&quot;
+-       d=&quot;m 159.18008,352.32409 -6.14934,-27.79504 c -5.03718,-12.42319 -26.87626,-7.02444 -24.03596,5.77812 l 3.5134,20.05397&quot;
+-       style=&quot;color:#000000;fill:url(#linearGradient4713-9);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.06876779;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-    &lt;path
+-       style=&quot;color:#000000;fill:#0a350a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 159.11336,352.18639 c -0.12096,3.50961 -0.23189,7.14161 -4.79418,8.60868 -4.56229,1.46709 -3.19293,1.8417 -6.15726,2.12621 -6.05796,-0.0248 -5.01271,-2.56588 -8.7839,-4.7698 -4.94676,-1.33771 -6.93171,-5.71483 -6.93171,-8.81122 0,-5.96289 -0.67107,-7.51752 6.7441,-7.51752 7.41515,0 20.1284,4.40431 19.92295,10.36365 z&quot;
+-       id=&quot;path4759&quot;
+-       inkscape:connector-curvature=&quot;0&quot;
+-       sodipodi:nodetypes=&quot;szccsss&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;szccsss&quot;
+-       inkscape:connector-curvature=&quot;0&quot;
+-       id=&quot;path5536&quot;
+-       d=&quot;m 159.11336,352.18639 c -0.12096,3.50961 -0.23189,7.14161 -4.79418,8.60868 -4.56229,1.46709 -3.19293,1.8417 -6.15726,2.12621 -6.05796,-0.0248 -5.01271,-2.56588 -8.7839,-4.7698 -4.94676,-1.33771 -6.93171,-5.71483 -6.93171,-8.81122 0,-5.96289 -0.67107,-7.51752 6.7441,-7.51752 7.41515,0 20.1284,4.40431 19.92295,10.36365 z&quot;
+-       style=&quot;color:#000000;fill:url(#linearGradient5544);fill-opacity:1;fill-rule:evenodd;stroke:#70726d;stroke-width:1.46030676;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
+-    &lt;path
+-       style=&quot;color:#000000;fill:url(#linearGradient5548);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 152.80951,324.89822 5.99934,26.80715 c -1.25587,-3.97526 -5.0495,-4.3757 -7.61347,-3.44624 -5.54293,2.00933 -5.97644,-3.95845 -9.18471,-5.0941 -5.25053,-1.85855 -10.12165,0.89197 -9.35897,5.93078 l -3.29187,-18.62485 c -2.77102,-12.34752 18.53536,-17.55439 23.44968,-5.57274 z&quot;
+-       id=&quot;path4681&quot;
+-       inkscape:connector-curvature=&quot;0&quot;
+-       sodipodi:nodetypes=&quot;ccssccc&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:#ffffff;stroke:none&quot;
+-       d=&quot;m 145.62515,323.75596 3.71236,19.79922 c 0.7259,3.40677 3.99886,2.54407 4.20732,0.74246 l -4.33107,-19.18049 c -0.70122,-3.31115 -3.62986,-2.6133 -3.58861,-1.36119&quot;
+-       id=&quot;path5550&quot;
+-       inkscape:connector-curvature=&quot;0&quot;
+-       sodipodi:nodetypes=&quot;ccccc&quot; /&gt;
+-    &lt;path
+-       style=&quot;fill:none;stroke:#80cf30;stroke-width:1.21692228px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1&quot;
+-       d=&quot;m 132.63191,323.26098 c 3.81178,-4.06705 10.64566,-4.79375 14.72568,-2.72239&quot;
+-       id=&quot;path5555&quot;
+-       inkscape:connector-curvature=&quot;0&quot;
+-       sodipodi:nodetypes=&quot;cc&quot; /&gt;
+-    &lt;path
+-       sodipodi:type=&quot;arc&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7208);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path7200&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       transform=&quot;matrix(0.96435346,0,0,0.96435346,30.518898,51.780669)&quot; /&gt;
+-    &lt;path
+-       transform=&quot;matrix(0.96435346,0,0,0.96435346,35.386587,73.685269)&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       id=&quot;path7212&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7214);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       sodipodi:type=&quot;arc&quot; /&gt;
+-    &lt;path
+-       sodipodi:type=&quot;arc&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7218);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path7216&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       transform=&quot;matrix(0.96435346,0,0,0.96435346,28.085054,63.702393)&quot; /&gt;
+-    &lt;path
+-       transform=&quot;matrix(0.6658631,0,0,0.6658631,62.30561,140.02742)&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       id=&quot;path7220&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7222);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       sodipodi:type=&quot;arc&quot; /&gt;
+-    &lt;path
+-       sodipodi:type=&quot;arc&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7226);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path7224&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       transform=&quot;matrix(0.6658631,0,0,0.6658631,64.161787,132.85021)&quot; /&gt;
+-    &lt;path
+-       transform=&quot;matrix(0.6658631,0,0,0.6658631,66.760433,147.82336)&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       id=&quot;path7228&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7230);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       sodipodi:type=&quot;arc&quot; /&gt;
+-    &lt;path
+-       sodipodi:type=&quot;arc&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7234);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path7232&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       transform=&quot;matrix(0.39033354,0,0,0.39033354,75.093378,210.06246)&quot; /&gt;
+-    &lt;path
+-       transform=&quot;matrix(0.39033354,0,0,0.39033354,77.692024,217.73466)&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       id=&quot;path7236&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7238);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       sodipodi:type=&quot;arc&quot; /&gt;
+-    &lt;path
+-       sodipodi:type=&quot;arc&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7242);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path7240&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       transform=&quot;matrix(0.39033354,0,0,0.39033354,93.160159,207.71131)&quot; /&gt;
+-    &lt;path
+-       transform=&quot;matrix(0.39033354,0,0,0.39033354,90.066532,212.53736)&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       id=&quot;path7244&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7246);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       sodipodi:type=&quot;arc&quot; /&gt;
+-    &lt;path
+-       sodipodi:type=&quot;arc&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7250);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path7248&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       transform=&quot;matrix(0.39033354,0,0,0.39033354,93.03641,216.99219)&quot; /&gt;
+-    &lt;path
+-       transform=&quot;matrix(0.22960796,0,0,0.22960796,110.69459,252.11244)&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       id=&quot;path7252&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7254);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       sodipodi:type=&quot;arc&quot; /&gt;
+-    &lt;path
+-       sodipodi:type=&quot;arc&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7258);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path7256&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       transform=&quot;matrix(0.22960796,0,0,0.22960796,107.7247,255.08233)&quot; /&gt;
+-    &lt;path
+-       transform=&quot;matrix(0.22960796,0,0,0.22960796,110.69459,254.09236)&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       id=&quot;path7260&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7262);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       sodipodi:type=&quot;arc&quot; /&gt;
+-    &lt;path
+-       sodipodi:type=&quot;arc&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7266);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path7264&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       transform=&quot;matrix(0.22960796,0,0,0.22960796,109.33339,257.30973)&quot; /&gt;
+-    &lt;path
+-       transform=&quot;matrix(0.22960796,0,0,0.22960796,101.04248,258.42344)&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       id=&quot;path7268&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7270);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       sodipodi:type=&quot;arc&quot; /&gt;
+-    &lt;path
+-       sodipodi:type=&quot;arc&quot;
+-       style=&quot;color:#000000;fill:url(#radialGradient7274);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path7272&quot;
+-       sodipodi:cx=&quot;72.909515&quot;
+-       sodipodi:cy=&quot;268.55515&quot;
+-       sodipodi:rx=&quot;5.3894062&quot;
+-       sodipodi:ry=&quot;5.3894062&quot;
+-       d=&quot;m 78.298922,268.55515 a 5.3894062,5.3894062 0 1 1 -10.778813,0 5.3894062,5.3894062 0 1 1 10.778813,0 z&quot;
+-       transform=&quot;matrix(0.22960796,0,0,0.22960796,98.44383,253.22615)&quot; /&gt;
+-    &lt;path
+-       sodipodi:nodetypes=&quot;cscsc&quot;
+-       inkscape:connector-curvature=&quot;0&quot;
+-       id=&quot;path7298&quot;
+-       d=&quot;m 132.36699,346.30876 c 4.5925,-5.55 9.31364,-3.38223 13.21004,-0.311 1.24397,0.98052 1.00004,2.28243 2.16312,2.48978 1.76952,1.00477 3.83972,-0.68128 5.72494,-0.85898 2.1667,-0.20423 4.50383,0.52644 5.10731,2.0509&quot;
+-       style=&quot;fill:none;stroke:#80cf30;stroke-width:1.21692228px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1&quot; /&gt;
+-    &lt;path
+-       d=&quot;m 427.08132,157.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8362);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path8360&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       inkscape:connector-curvature=&quot;0&quot;
+-       id=&quot;path8364&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8366);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 459.08132,173.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot; /&gt;
+-    &lt;path
+-       d=&quot;m 459.08132,191.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8370);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path8368&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       inkscape:connector-curvature=&quot;0&quot;
+-       id=&quot;path8372&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8374);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 483.08132,191.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot; /&gt;
+-    &lt;path
+-       inkscape:connector-curvature=&quot;0&quot;
+-       id=&quot;path8388&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8390);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 525.08132,267.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot; /&gt;
+-    &lt;path
+-       inkscape:connector-curvature=&quot;0&quot;
+-       id=&quot;path8400&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8402);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 423.08132,169.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot; /&gt;
+-    &lt;path
+-       d=&quot;m 449.08132,163.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8406);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path8404&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       inkscape:connector-curvature=&quot;0&quot;
+-       id=&quot;path8408&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8410);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       d=&quot;m 491.08132,215.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot; /&gt;
+-    &lt;path
+-       d=&quot;m 479.08132,215.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8418);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path8416&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       d=&quot;m 385.08132,153.8956 c 0,0.50237 -0.40726,0.90963 -0.90963,0.90963 -0.50237,0 -0.90962,-0.40726 -0.90962,-0.90963 0,-0.50237 0.40725,-0.90963 0.90962,-0.90963 0.50237,0 0.90963,0.40726 0.90963,0.90963 z m -0.0917,-0.10924 c 0,0.47456 -0.38471,0.85926 -0.85926,0.85926 -0.47455,0 -0.85926,-0.3847 -0.85926,-0.85926 0,-0.47455 0.38471,-0.85925 0.85926,-0.85925 0.47455,0 0.85926,0.3847 0.85926,0.85925 z m -0.84416,-0.125 c 0,0.31149 -0.25251,0.564 -0.564,0.564 -0.31149,0 -0.56399,-0.25251 -0.56399,-0.564 0,-0.31148 0.2525,-0.56399 0.56399,-0.56399 0.31149,0 0.564,0.25251 0.564,0.56399 z m -1.88319,-0.87112 c 0,0.31618 -0.25631,0.57249 -0.57249,0.57249 -0.31618,0 -0.5725,-0.25631 -0.5725,-0.57249 0,-0.31618 0.25632,-0.5725 0.5725,-0.5725 0.31618,0 0.57249,0.25632 0.57249,0.5725 z m -4.54799,-1.72086 c 0,0.37757 -0.30608,0.68365 -0.68365,0.68365 -0.37757,0 -0.68365,-0.30608 -0.68365,-0.68365 0,-0.37757 0.30608,-0.68365 0.68365,-0.68365 0.37757,0 0.68365,0.30608 0.68
 365,0.68365 z m -5.35017,4.03537 c 0,0.34316 -0.27819,0.62135 -0.62135,0.62135 -0.34316,0 -0.62135,-0.27819 -0.62135,-0.62135 0,-0.34316 0.27819,-0.62135 0.62135,-0.62135 0.34316,0 0.62135,0.27819 0.62135,0.62135 z m -2.97507,-8.41287 c 0,0.36095 -0.2926,0.65355 -0.65355,0.65355 -0.36094,0 -0.65355,-0.2926 -0.65355,-0.65355 0,-0.36094 0.29261,-0.65355 0.65355,-0.65355 0.36095,0 0.65355,0.29261 0.65355,0.65355 z m 0.6013,0.62935 c 0,0.50499 -0.40938,0.91437 -0.91437,0.91437 -0.505,0 -0.91438,-0.40938 -0.91438,-0.91437 0,-0.505 0.40938,-0.91438 0.91438,-0.91438 0.50499,0 0.91437,0.40938 0.91437,0.91438 z m 7.76336,13.38775 c 0,0.48818 -0.39575,0.88393 -0.88394,0.88393 -0.48818,0 -0.88394,-0.39575 -0.88394,-0.88393 0,-0.48819 0.39576,-0.88394 0.88394,-0.88394 0.48819,0 0.88394,0.39575 0.88394,0.88394 z m 0.88335,1.98723 c 0,0.3464 -0.28081,0.62722 -0.62721,0.62722 -0.3464,0 -0.62722,-0.28082 -0.62722,-0.62722 0,-0.3464 0.28082,-0.62721 0.62722,-0.62721 0.3464,0 0.62721,0.28081 
 0.62721,0.62721 z m 8.01971,6.5262 c 0,0.37189 -0.30147,0.67337 -0.67337,0.67337 -0.37189,0 -0.67337,-0.30148 -0.67337,-0.67337 0,-0.37189 0.30148,-0.67337 0.67337,-0.67337 0.3719,0 0.67337,0.30148 0.67337,0.67337 z m -3.71059,-0.14716 c 0,0.35876 -0.29083,0.6496 -0.64959,0.6496 -0.35876,0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35876 0.29084,-0.6496 0.6496,-0.6496 0.35876,0 0.64959,0.29084 0.64959,0.6496 z m -2.68275,0.50504 c 0,0.4761 -0.38596,0.86206 -0.86206,0.86206 -0.4761,0 -0.86206,-0.38596 -0.86206,-0.86206 0,-0.47611 0.38596,-0.86207 0.86206,-0.86207 0.4761,0 0.86206,0.38596 0.86206,0.86207 z m -2.55174,2.07354 c 0,0.46701 -0.37859,0.8456 -0.84561,0.8456 -0.46701,0 -0.8456,-0.37859 -0.8456,-0.8456 0,-0.46702 0.37859,-0.84561 0.8456,-0.84561 0.46702,0 0.84561,0.37859 0.84561,0.84561 z m -12.63693,-4.87084 c 0,0.40335 -0.32698,0.73032 -0.73032,0.73032 -0.40335,0 -0.73032,-0.32697 -0.73032,-0.73032 0,-0.40335 0.32697,-0.73032 0.73032,-0.73032 0.40334,0 0.73032,0.32697 0.
 73032,0.73032 z m -8.43859,-7.86155 c 0,0.44844 -0.36354,0.81198 -0.81198,0.81198 -0.44844,0 -0.81198,-0.36354 -0.81198,-0.81198 0,-0.44844 0.36354,-0.81198 0.81198,-0.81198 0.44844,0 0.81198,0.36354 0.81198,0.81198 z m 8.25417,43.92636 c 0,0.50919 -0.41278,0.92197 -0.92197,0.92197 -0.50919,0 -0.92197,-0.41278 -0.92197,-0.92197 0,-0.50919 0.41278,-0.92196 0.92197,-0.92196 0.50919,0 0.92197,0.41277 0.92197,0.92196 z m 0.15622,-1.67906 c 0,0.44128 -0.35773,0.79901 -0.79901,0.79901 -0.44128,0 -0.79901,-0.35773 -0.79901,-0.79901 0,-0.44128 0.35773,-0.79901 0.79901,-0.79901 0.44128,0 0.79901,0.35773 0.79901,0.79901 z m 0.3356,-4.59369 c 0,0.36881 -0.29898,0.6678 -0.6678,0.6678 -0.36881,0 -0.66779,-0.29899 -0.66779,-0.6678 0,-0.36881 0.29898,-0.6678 0.66779,-0.6678 0.36882,0 0.6678,0.29899 0.6678,0.6678 z m -0.64683,-2.82066 c 0,0.37777 -0.30624,0.68402 -0.68401,0.68402 -0.37777,0 -0.68402,-0.30625 -0.68402,-0.68402 0,-0.37777 0.30625,-0.68402 0.68402,-0.68402 0.37777,0 0.68401,0.
 30625 0.68401,0.68402 z m -4.51266,-4.05957 c 0,0.41331 -0.33505,0.74836 -0.74836,0.74836 -0.41331,0 -0.74837,-0.33505 -0.74837,-0.74836 0,-0.41331 0.33506,-0.74837 0.74837,-0.74837 0.41331,0 0.74836,0.33506 0.74836,0.74837 z m -5.69523,-1.95563 c 0,0.45817 -0.37142,0.82958 -0.82959,0.82958 -0.45816,0 -0.82958,-0.37141 -0.82958,-0.82958 0,-0.45817 0.37142,-0.82958 0.82958,-0.82958 0.45817,0 0.82959,0.37141 0.82959,0.82958 z m -1.59361,-7.32136 c 0,0.49976 -0.40513,0.90489 -0.90488,0.90489 -0.49976,0 -0.90489,-0.40513 -0.90489,-0.90489 0,-0.49975 0.40513,-0.90488 0.90489,-0.90488 0.49975,0 0.90488,0.40513 0.90488,0.90488 z m -0.40138,-5.97404 c 0,0.3163 -0.25641,0.57272 -0.57271,0.57272 -0.3163,0 -0.57272,-0.25642 -0.57272,-0.57272 0,-0.3163 0.25642,-0.57272 0.57272,-0.57272 0.3163,0 0.57271,0.25642 0.57271,0.57272 z m -0.13926,-2.01334 c 0,0.35598 -0.28858,0.64457 -0.64457,0.64457 -0.35599,0 -0.64457,-0.28859 -0.64457,-0.64457 0,-0.35599 0.28858,-0.64458 0.64457,-0.64458 0.3
 5599,0 0.64457,0.28859 0.64457,0.64458 z m 0.23173,-2.99759 c 0,0.38753 -0.31415,0.70169 -0.70169,0.70169 -0.38753,0 -0.70169,-0.31416 -0.70169,-0.70169 0,-0.38754 0.31416,-0.70169 0.70169,-0.70169 0.38754,0 0.70169,0.31415 0.70169,0.70169 z m 1.19391,-2.57316 c 0,0.48596 -0.39395,0.87991 -0.87992,0.87991 -0.48596,0 -0.87991,-0.39395 -0.87991,-0.87991 0,-0.48597 0.39395,-0.87992 0.87991,-0.87992 0.48597,0 0.87992,0.39395 0.87992,0.87992 z m 0.82192,-0.63861 c 0,0.49102 -0.39805,0.88907 -0.88908,0.88907 -0.49102,0 -0.88907,-0.39805 -0.88907,-0.88907 0,-0.49102 0.39805,-0.88908 0.88907,-0.88908 0.49103,0 0.88908,0.39806 0.88908,0.88908 z m 2.87397,0.99225 c 0,0.42827 -0.34719,0.77545 -0.77546,0.77545 -0.42828,0 -0.77546,-0.34718 -0.77546,-0.77545 0,-0.42828 0.34718,-0.77546 0.77546,-0.77546 0.42827,0 0.77546,0.34718 0.77546,0.77546 z m 3.53683,3.34102 c 0,0.42798 -0.34695,0.77493 -0.77494,0.77493 -0.42798,0 -0.77493,-0.34695 -0.77493,-0.77493 0,-0.42799 0.34695,-0.77494 0.7749
 3,-0.77494 0.42799,0 0.77494,0.34695 0.77494,0.77494 z m 0.32867,0.5008 c 0,0.31098 -0.2521,0.56308 -0.56308,0.56308 -0.31098,0 -0.56308,-0.2521 -0.56308,-0.56308 0,-0.31098 0.2521,-0.56308 0.56308,-0.56308 0.31098,0 0.56308,0.2521 0.56308,0.56308 z m -0.13288,1.73723 c 0,0.48814 -0.39571,0.88386 -0.88385,0.88386 -0.48814,0 -0.88386,-0.39572 -0.88386,-0.88386 0,-0.48814 0.39572,-0.88385 0.88386,-0.88385 0.48814,0 0.88385,0.39571 0.88385,0.88385 z m -0.47636,1.20885 c 0,0.4438 -0.35977,0.80357 -0.80356,0.80357 -0.4438,0 -0.80357,-0.35977 -0.80357,-0.80357 0,-0.44379 0.35977,-0.80356 0.80357,-0.80356 0.44379,0 0.80356,0.35977 0.80356,0.80356 z m 0.40004,7.41088 c 0,0.46899 -0.3802,0.84919 -0.84919,0.84919 -0.469,0 -0.84919,-0.3802 -0.84919,-0.84919 0,-0.469 0.38019,-0.84919 0.84919,-0.84919 0.46899,0 0.84919,0.38019 0.84919,0.84919 z m 3.99077,2.6599 c 0,0.46615 -0.37788,0.84403 -0.84402,0.84403 -0.46615,0 -0.84403,-0.37788 -0.84403,-0.84403 0,-0.46614 0.37788,-0.84402 0.84403
 ,-0.84402 0.46614,0 0.84402,0.37788 0.84402,0.84402 z m 2.51568,1.00605 c 0,0.38897 -0.31532,0.70429 -0.70429,0.70429 -0.38897,0 -0.70429,-0.31532 -0.70429,-0.70429 0,-0.38896 0.31532,-0.70428 0.70429,-0.70428 0.38897,0 0.70429,0.31532 0.70429,0.70428 z m 1.79417,0.13191 c 0,0.49114 -0.39814,0.88928 -0.88927,0.88928 -0.49114,0 -0.88928,-0.39814 -0.88928,-0.88928 0,-0.49113 0.39814,-0.88927 0.88928,-0.88927 0.49113,0 0.88927,0.39814 0.88927,0.88927 z m 0.27766,3.14158 c 0,0.37156 -0.30121,0.67276 -0.67276,0.67276 -0.37156,0 -0.67277,-0.3012 -0.67277,-0.67276 0,-0.37156 0.30121,-0.67277 0.67277,-0.67277 0.37155,0 0.67276,0.30121 0.67276,0.67277 z m -0.0675,-0.0148 c 0,0.46082 -0.37357,0.83438 -0.83438,0.83438 -0.46082,0 -0.83439,-0.37356 -0.83439,-0.83438 0,-0.46082 0.37357,-0.83439 0.83439,-0.83439 0.46081,0 0.83438,0.37357 0.83438,0.83439 z m -0.4332,1.43769 c 0,0.46382 -0.376,0.83982 -0.83982,0.83982 -0.46382,0 -0.83982,-0.376 -0.83982,-0.83982 0,-0.46382 0.376,-0.83982 0.8
 3982,-0.83982 0.46382,0 0.83982,0.376 0.83982,0.83982 z m -0.57552,3.99528 c 0,0.48731 -0.39504,0.88236 -0.88236,0.88236 -0.48731,0 -0.88236,-0.39505 -0.88236,-0.88236 0,-0.48731 0.39505,-0.88236 0.88236,-0.88236 0.48732,0 0.88236,0.39505 0.88236,0.88236 z m 1.09495,5.48873 c 0,0.35951 -0.29144,0.65095 -0.65095,0.65095 -0.35951,0 -0.65094,-0.29144 -0.65094,-0.65095 0,-0.35951 0.29143,-0.65095 0.65094,-0.65095 0.35951,0 0.65095,0.29144 0.65095,0.65095 z m 1.58351,2.27369 c 0,0.36679 -0.29735,0.66413 -0.66414,0.66413 -0.36679,0 -0.66413,-0.29734 -0.66413,-0.66413 0,-0.3668 0.29734,-0.66414 0.66413,-0.66414 0.36679,0 0.66414,0.29734 0.66414,0.66414 z m 3.00242,3.63291 c 0,0.43716 -0.35438,0.79154 -0.79154,0.79154 -0.43715,0 -0.79154,-0.35438 -0.79154,-0.79154 0,-0.43715 0.35439,-0.79154 0.79154,-0.79154 0.43716,0 0.79154,0.35439 0.79154,0.79154 z m 1.46635,0.61019 c 0,0.38542 -0.31244,0.69786 -0.69786,0.69786 -0.38542,0 -0.69786,-0.31244 -0.69786,-0.69786 0,-0.38542 0.31244,-0.
 69787 0.69786,-0.69787 0.38542,0 0.69786,0.31245 0.69786,0.69787 z m 4.2803,-1.14432 c 0,0.35096 -0.28451,0.63547 -0.63547,0.63547 -0.35097,0 -0.63548,-0.28451 -0.63548,-0.63547 0,-0.35097 0.28451,-0.63548 0.63548,-0.63548 0.35096,0 0.63547,0.28451 0.63547,0.63548 z m 2.37281,-0.50176 c 0,0.43085 -0.34927,0.78011 -0.78011,0.78011 -0.43084,0 -0.78011,-0.34926 -0.78011,-0.78011 0,-0.43084 0.34927,-0.78011 0.78011,-0.78011 0.43084,0 0.78011,0.34927 0.78011,0.78011 z m 4.78445,-4.18383 c 0,0.31345 -0.2541,0.56755 -0.56756,0.56755 -0.31345,0 -0.56755,-0.2541 -0.56755,-0.56755 0,-0.31345 0.2541,-0.56756 0.56755,-0.56756 0.31346,0 0.56756,0.25411 0.56756,0.56756 z m 1.84304,-7.84541 c 0,0.45504 -0.36888,0.82392 -0.82392,0.82392 -0.45503,0 -0.82391,-0.36888 -0.82391,-0.82392 0,-0.45504 0.36888,-0.82392 0.82391,-0.82392 0.45504,0 0.82392,0.36888 0.82392,0.82392 z m -3.06667,-11.87496 c 0,0.49658 -0.40256,0.89914 -0.89914,0.89914 -0.49657,0 -0.89913,-0.40256 -0.89913,-0.89914 0,-0.496
 58 0.40256,-0.89913 0.89913,-0.89913 0.49658,0 0.89914,0.40255 0.89914,0.89913 z m -2.32324,-3.5794 c 0,0.36118 -0.29279,0.65397 -0.65397,0.65397 -0.36118,0 -0.65398,-0.29279 -0.65398,-0.65397 0,-0.36118 0.2928,-0.65398 0.65398,-0.65398 0.36118,0 0.65397,0.2928 0.65397,0.65398 z m -0.91996,-0.62165 c 0,0.41633 -0.3375,0.75383 -0.75383,0.75383 -0.41632,0 -0.75382,-0.3375 -0.75382,-0.75383 0,-0.41632 0.3375,-0.75382 0.75382,-0.75382 0.41633,0 0.75383,0.3375 0.75383,0.75382 z m -0.458,0.1859 c 0,0.49772 -0.40348,0.9012 -0.9012,0.9012 -0.49772,0 -0.9012,-0.40348 -0.9012,-0.9012 0,-0.49772 0.40348,-0.9012 0.9012,-0.9012 0.49772,0 0.9012,0.40348 0.9012,0.9012 z m -3.12154,1.29291 c 0,0.34285 -0.27794,0.62078 -0.62079,0.62078 -0.34285,0 -0.62078,-0.27793 -0.62078,-0.62078 0,-0.34285 0.27793,-0.62078 0.62078,-0.62078 0.34285,0 0.62079,0.27793 0.62079,0.62078 z m -1.67966,3.22803 c 0,0.47183 -0.38249,0.85433 -0.85432,0.85433 -0.47183,0 -0.85432,-0.3825 -0.85432,-0.85433 0,-0.47182 0.
 38249,-0.85432 0.85432,-0.85432 0.47183,0 0.85432,0.3825 0.85432,0.85432 z m -4.83752,-3.42126 c 0,0.4941 -0.40054,0.89464 -0.89464,0.89464 -0.49409,0 -0.89463,-0.40054 -0.89463,-0.89464 0,-0.49409 0.40054,-0.89463 0.89463,-0.89463 0.4941,0 0.89464,0.40054 0.89464,0.89463 z m 0.54361,-8.1993 c 0,0.34358 -0.27853,0.62211 -0.62211,0.62211 -0.34358,0 -0.62211,-0.27853 -0.62211,-0.62211 0,-0.34358 0.27853,-0.62211 0.62211,-0.62211 0.34358,0 0.62211,0.27853 0.62211,0.62211 z m 2.65792,-2.97799 c 0,0.38456 -0.31175,0.69632 -0.69632,0.69632 -0.38457,0 -0.69632,-0.31176 -0.69632,-0.69632 0,-0.38457 0.31175,-0.69633 0.69632,-0.69633 0.38457,0 0.69632,0.31176 0.69632,0.69633 z m 2.04888,-0.75826 c 0,0.44343 -0.35947,0.8029 -0.8029,0.8029 -0.44343,0 -0.8029,-0.35947 -0.8029,-0.8029 0,-0.44343 0.35947,-0.8029 0.8029,-0.8029 0.44343,0 0.8029,0.35947 0.8029,0.8029 z m 5.84175,-0.35308 c 0,0.45649 -0.37005,0.82654 -0.82654,0.82654 -0.45649,0 -0.82654,-0.37005 -0.82654,-0.82654 0,-0.45649 0
 .37005,-0.82654 0.82654,-0.82654 0.45649,0 0.82654,0.37005 0.82654,0.82654 z m 0.94987,-1.97684 c 0,0.34915 -0.28305,0.6322 -0.6322,0.6322 -0.34916,0 -0.6322,-0.28305 -0.6322,-0.6322 0,-0.34915 0.28304,-0.6322 0.6322,-0.6322 0.34915,0 0.6322,0.28305 0.6322,0.6322 z m -0.10374,-4.38451 c 0,0.31433 -0.25481,0.56913 -0.56913,0.56913 -0.31432,0 -0.56913,-0.2548 -0.56913,-0.56913 0,-0.31432 0.25481,-0.56913 0.56913,-0.56913 0.31432,0 0.56913,0.25481 0.56913,0.56913 z m -4.86407,-1.90471 c 0,0.30952 -0.25092,0.56044 -0.56044,0.56044 -0.30952,0 -0.56044,-0.25092 -0.56044,-0.56044 0,-0.30952 0.25092,-0.56044 0.56044,-0.56044 0.30952,0 0.56044,0.25092 0.56044,0.56044 z m -17.95365,30.43387 c 0,0.31148 -0.2525,0.56398 -0.56398,0.56398 -0.31147,0 -0.56397,-0.2525 -0.56397,-0.56398 0,-0.31148 0.2525,-0.56398 0.56397,-0.56398 0.31148,0 0.56398,0.2525 0.56398,0.56398 z m 3.06603,0.34164 c 0,0.35231 -0.28561,0.63792 -0.63792,0.63792 -0.35231,0 -0.63792,-0.28561 -0.63792,-0.63792 0,-0.35231
  0.28561,-0.63792 0.63792,-0.63792 0.35231,0 0.63792,0.28561 0.63792,0.63792 z m 14.54252,1.02892 c 0,0.49951 -0.40493,0.90444 -0.90444,0.90444 -0.49951,0 -0.90445,-0.40493 -0.90445,-0.90444 0,-0.49951 0.40494,-0.90444 0.90445,-0.90444 0.49951,0 0.90444,0.40493 0.90444,0.90444 z m -11.41759,-13.10359 c 0,0.42058 -0.34094,0.76152 -0.76152,0.76152 -0.42058,0 -0.76153,-0.34094 -0.76153,-0.76152 0,-0.42058 0.34095,-0.76153 0.76153,-0.76153 0.42058,0 0.76152,0.34095 0.76152,0.76153 z m -1.13047,5.18668 c 0,0.36157 -0.29312,0.65469 -0.65469,0.65469 -0.36157,0 -0.65469,-0.29312 -0.65469,-0.65469 0,-0.36157 0.29312,-0.65469 0.65469,-0.65469 0.36157,0 0.65469,0.29312 0.65469,0.65469 z m -10.15551,13.34055 c 0,0.39109 -0.31703,0.70812 -0.70812,0.70812 -0.39108,0 -0.70811,-0.31703 -0.70811,-0.70812 0,-0.39108 0.31703,-0.70811 0.70811,-0.70811 0.39109,0 0.70812,0.31703 0.70812,0.70811 z m -4.26605,1.28414 c 0,0.42804 -0.347,0.77503 -0.77504,0.77503 -0.42804,0 -0.77503,-0.34699 -0.77503,
 -0.77503 0,-0.42804 0.34699,-0.77504 0.77503,-0.77504 0.42804,0 0.77504,0.347 0.77504,0.77504 z m 24.58961,-19.49138 c 0,0.45391 -0.36797,0.82188 -0.82188,0.82188 -0.45391,0 -0.82188,-0.36797 -0.82188,-0.82188 0,-0.45391 0.36797,-0.82188 0.82188,-0.82188 0.45391,0 0.82188,0.36797 0.82188,0.82188 z m 0.18967,0.22697 c 0,0.47688 -0.38659,0.86346 -0.86347,0.86346 -0.47688,0 -0.86346,-0.38658 -0.86346,-0.86346 0,-0.47688 0.38658,-0.86347 0.86346,-0.86347 0.47688,0 0.86347,0.38659 0.86347,0.86347 z m 1.56079,3.19382 c 0,0.41945 -0.34003,0.75947 -0.75947,0.75947 -0.41945,0 -0.75948,-0.34002 -0.75948,-0.75947 0,-0.41945 0.34003,-0.75947 0.75948,-0.75947 0.41944,0 0.75947,0.34002 0.75947,0.75947 z m -0.68966,20.50092 c 0,0.48201 -0.39074,0.87276 -0.87275,0.87276 -0.48201,0 -0.87276,-0.39075 -0.87276,-0.87276 0,-0.48201 0.39075,-0.87276 0.87276,-0.87276 0.48201,0 0.87275,0.39075 0.87275,0.87276 z m 0.20649,0.20122 c 0,0.46988 -0.38092,0.8508 -0.8508,0.8508 -0.46988,0 -0.85079,-0.3809
 2 -0.85079,-0.8508 0,-0.46988 0.38091,-0.85079 0.85079,-0.85079 0.46988,0 0.8508,0.38091 0.8508,0.85079 z m -2.15297,-1.68646 c 0,0.38356 -0.31094,0.6945 -0.6945,0.6945 -0.38357,0 -0.69451,-0.31094 -0.69451,-0.6945 0,-0.38357 0.31094,-0.69451 0.69451,-0.69451 0.38356,0 0.6945,0.31094 0.6945,0.69451 z m -0.81404,-2.00804 c 0,0.50751 -0.41142,0.91893 -0.91893,0.91893 -0.50751,0 -0.91892,-0.41142 -0.91892,-0.91893 0,-0.50751 0.41141,-0.91893 0.91892,-0.91893 0.50751,0 0.91893,0.41142 0.91893,0.91893 z m -9.07679,-30.62425 c 0,0.43029 -0.34881,0.77911 -0.7791,0.77911 -0.43029,0 -0.7791,-0.34882 -0.7791,-0.77911 0,-0.43028 0.34881,-0.7791 0.7791,-0.7791 0.43029,0 0.7791,0.34882 0.7791,0.7791 z m -7.77625,-15.26489 c 0,0.38815 -0.31465,0.70281 -0.7028,0.70281 -0.38815,0 -0.7028,-0.31466 -0.7028,-0.70281 0,-0.38814 0.31465,-0.7028 0.7028,-0.7028 0.38815,0 0.7028,0.31466 0.7028,0.7028 z m -6.05173,-5.04002 c 0,0.31093 -0.25206,0.56298 -0.56299,0.56298 -0.31093,0 -0.56299,-0.25205 -0
 .56299,-0.56298 0,-0.31093 0.25206,-0.56299 0.56299,-0.56299 0.31093,0 0.56299,0.25206 0.56299,0.56299 z m 35.50885,18.96145 c 0,0.46875 -0.37999,0.84874 -0.84873,0.84874 -0.46874,0 -0.84873,-0.37999 -0.84873,-0.84874 0,-0.46874 0.37999,-0.84873 0.84873,-0.84873 0.46874,0 0.84873,0.37999 0.84873,0.84873 z m -0.18186,-0.62014 c 0,0.49205 -0.39888,0.89094 -0.89093,0.89094 -0.49205,0 -0.89094,-0.39889 -0.89094,-0.89094 0,-0.49204 0.39889,-0.89093 0.89094,-0.89093 0.49205,0 0.89093,0.39889 0.89093,0.89093 z m -2.8003,-13.91115 c 0,0.36542 -0.29623,0.66165 -0.66165,0.66165 -0.36541,0 -0.66164,-0.29623 -0.66164,-0.66165 0,-0.36541 0.29623,-0.66164 0.66164,-0.66164 0.36542,0 0.66165,0.29623 0.66165,0.66164 z m -7.34024,-2.95155 c 0,0.32277 -0.26165,0.58443 -0.58442,0.58443 -0.32277,0 -0.58443,-0.26166 -0.58443,-0.58443 0,-0.32277 0.26166,-0.58442 0.58443,-0.58442 0.32277,0 0.58442,0.26165 0.58442,0.58442 z m -7.17719,7.16772 c 0,0.31277 -0.25355,0.56632 -0.56632,0.56632 -0.31277,0 
 -0.56632,-0.25355 -0.56632,-0.56632 0,-0.31278 0.25355,-0.56632 0.56632,-0.56632 0.31277,0 0.56632,0.25354 0.56632,0.56632 z m -3.7892,1.14006 c 0,0.45874 -0.37188,0.83063 -0.83062,0.83063 -0.45874,0 -0.83063,-0.37189 -0.83063,-0.83063 0,-0.45874 0.37189,-0.83062 0.83063,-0.83062 0.45874,0 0.83062,0.37188 0.83062,0.83062 z m -3.77477,1.04589 c 0,0.36909 -0.29921,0.6683 -0.66829,0.6683 -0.36909,0 -0.6683,-0.29921 -0.6683,-0.6683 0,-0.36909 0.29921,-0.66829 0.6683,-0.66829 0.36908,0 0.66829,0.2992 0.66829,0.66829 z m -1.92965,3.67358 c 0,0.36914 -0.29925,0.66839 -0.66839,0.66839 -0.36914,0 -0.66838,-0.29925 -0.66838,-0.66839 0,-0.36914 0.29924,-0.66838 0.66838,-0.66838 0.36914,0 0.66839,0.29924 0.66839,0.66838 z m -4.11498,14.35173 c 0,0.39995 -0.32422,0.72417 -0.72417,0.72417 -0.39995,0 -0.72417,-0.32422 -0.72417,-0.72417 0,-0.39995 0.32422,-0.72417 0.72417,-0.72417 0.39995,0 0.72417,0.32422 0.72417,0.72417 z m 1.18319,7.29922 c 0,0.47495 -0.38502,0.85997 -0.85997,0.85997 -0.
 47494,0 -0.85996,-0.38502 -0.85996,-0.85997 0,-0.47494 0.38502,-0.85996 0.85996,-0.85996 0.47495,0 0.85997,0.38502 0.85997,0.85996 z m 0.58098,2.85362 c 0,0.31651 -0.25659,0.57309 -0.5731,0.57309 -0.31651,0 -0.57309,-0.25658 -0.57309,-0.57309 0,-0.31651 0.25658,-0.5731 0.57309,-0.5731 0.31651,0 0.5731,0.25659 0.5731,0.5731 z m 28.86451,-5.59986 c 0,0.4469 -0.36228,0.80918 -0.80917,0.80918 -0.4469,0 -0.80918,-0.36228 -0.80918,-0.80918 0,-0.44689 0.36228,-0.80917 0.80918,-0.80917 0.44689,0 0.80917,0.36228 0.80917,0.80917 z m -4.07685,-5.56286 c 0,0.30931 -0.25074,0.56005 -0.56004,0.56005 -0.30931,0 -0.56005,-0.25074 -0.56005,-0.56005 0,-0.30931 0.25074,-0.56005 0.56005,-0.56005 0.3093,0 0.56004,0.25074 0.56004,0.56005 z m -0.14772,-8.08165 c 0,0.40254 -0.32633,0.72887 -0.72887,0.72887 -0.40254,0 -0.72887,-0.32633 -0.72887,-0.72887 0,-0.40254 0.32633,-0.72887 0.72887,-0.72887 0.40254,0 0.72887,0.32633 0.72887,0.72887 z m -9.04408,16.66261 c 0,0.38414 -0.31141,0.69555 -0.69556,0
 .69555 -0.38414,0 -0.69555,-0.31141 -0.69555,-0.69555 0,-0.38414 0.31141,-0.69555 0.69555,-0.69555 0.38415,0 0.69556,0.31141 0.69556,0.69555 z m 0.41368,-1.14884 c 0,0.50672 -0.41078,0.9175 -0.9175,0.9175 -0.50672,0 -0.9175,-0.41078 -0.9175,-0.9175 0,-0.50672 0.41078,-0.9175 0.9175,-0.9175 0.50672,0 0.9175,0.41078 0.9175,0.9175 z m 1.26472,-12.5817 c 0,0.49932 -0.40478,0.9041 -0.9041,0.9041 -0.49932,0 -0.9041,-0.40478 -0.9041,-0.9041 0,-0.49932 0.40478,-0.9041 0.9041,-0.9041 0.49932,0 0.9041,0.40478 0.9041,0.9041 z m -2.08037,-8.01379 c 0,0.3502 -0.28389,0.63409 -0.63409,0.63409 -0.3502,0 -0.63409,-0.28389 -0.63409,-0.63409 0,-0.35019 0.28389,-0.63409 0.63409,-0.63409 0.3502,0 0.63409,0.2839 0.63409,0.63409 z m -7.55706,-10.16744 c 0,0.3361 -0.27246,0.60856 -0.60856,0.60856 -0.3361,0 -0.60856,-0.27246 -0.60856,-0.60856 0,-0.3361 0.27246,-0.60856 0.60856,-0.60856 0.3361,0 0.60856,0.27246 0.60856,0.60856 z m -7.51064,8.68505 c 0,0.35876 -0.29084,0.6496 -0.6496,0.6496 -0.35877,
 0 -0.6496,-0.29084 -0.6496,-0.6496 0,-0.35877 0.29083,-0.6496 0.6496,-0.6496 0.35876,0 0.6496,0.29083 0.6496,0.6496 z m 8.26921,9.71596 c 0,0.34921 -0.2831,0.63231 -0.63231,0.63231 -0.34922,0 -0.63231,-0.2831 -0.63231,-0.63231 0,-0.34922 0.28309,-0.63231 0.63231,-0.63231 0.34921,0 0.63231,0.28309 0.63231,0.63231 z m 0.23919,-3.56982 c 0,0.49776 -0.40352,0.90127 -0.90128,0.90127 -0.49776,0 -0.90127,-0.40351 -0.90127,-0.90127 0,-0.49776 0.40351,-0.90127 0.90127,-0.90127 0.49776,0 0.90128,0.40351 0.90128,0.90127 z m -0.2681,-3.08485 c 0,0.49999 -0.40533,0.90532 -0.90532,0.90532 -0.5,0 -0.90532,-0.40533 -0.90532,-0.90532 0,-0.5 0.40532,-0.90533 0.90532,-0.90533 0.49999,0 0.90532,0.40533 0.90532,0.90533 z m -12.40615,-6.25831 c 0,0.3191 -0.25868,0.57777 -0.57778,0.57777 -0.31909,0 -0.57777,-0.25867 -0.57777,-0.57777 0,-0.31909 0.25868,-0.57777 0.57777,-0.57777 0.3191,0 0.57778,0.25868 0.57778,0.57777 z m -1.04549,7.61913 c 0,0.40766 -0.33047,0.73813 -0.73812,0.73813 -0.40766,0 -0
 .73813,-0.33047 -0.73813,-0.73813 0,-0.40765 0.33047,-0.73813 0.73813,-0.73813 0.40765,0 0.73812,0.33048 0.73812,0.73813 z&quot;
+-       style=&quot;opacity:0.71153846;color:#000000;fill:url(#linearGradient8422);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       id=&quot;path8420&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-  &lt;/g&gt;
+-  &lt;g
+-     inkscape:groupmode=&quot;layer&quot;
+-     id=&quot;layer2&quot;
+-     inkscape:label=&quot;text&quot;
+-     style=&quot;display:inline&quot;
+-     transform=&quot;translate(0,-50)&quot;&gt;
+-    &lt;g
+-       style=&quot;font-size:72.23972321px;font-style:normal;font-weight:normal;fill:#fdfafa;fill-opacity:1;stroke:none;filter:url(#filter3888);font-family:Bitstream Vera Sans&quot;
+-       id=&quot;text3846&quot;
+-       transform=&quot;translate(-11.303092,29.559197)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         d=&quot;m 329.40491,191.46574 c -4.40745,9.58027 -11.06073,20.24691 -19.95984,31.99995 -10.47326,13.86006 -18.42077,20.823 -23.84255,20.88885 -3.26955,0.0329 -6.643,-1.71193 -10.12035,-5.23456 -0.26132,-0.29629 -0.31379,-0.67489 -0.15741,-1.1358 0.39094,-1.15226 1.11316,-1.72839 2.16667,-1.72839 0.26336,0 0.5041,0.0659 0.72222,0.19753 2.33949,1.44856 4.5082,2.1893 6.50616,2.22222 4.3333,0.13169 11.3662,-6.37035 21.09872,-19.50614 9.34356,-12.67484 15.90219,-24.03283 19.6759,-34.07401 1.20775,-3.2592 0.14912,-4.88882 -3.17593,-4.88888 -0.5268,6e-5 -1.12042,0.0494 -1.78086,0.14814 -2.68934,0.3622 -6.29633,2.40335 -10.82096,6.12345 -5.0309,4.14819 -9.18726,8.87246 -12.46912,14.17281 -0.43418,0.6914 -0.75723,1.34983 -0.96913,1.97531 -0.41361,1.21814 -0.38274,2.33748 0.0926,3.35802 0.49997,0.75723 0.99997,1.51443 1.5,2.2716 0.23865,0.36217 0.30861,0.69139 0.20987,0.98765 -0.21402,0.62555 -0.81484,0.9383 -1.80246,0.93827 -0.39509,3e-5 -0.70167,-0.0658 -0.91975,-0.19753 -
 2.26134,-1.67898 -3.73973,-3.04523 -4.43518,-4.09876 -0.81483,-1.28391 -0.94241,-2.74893 -0.38272,-4.39505 0.52673,-1.54728 1.84154,-3.67073 3.94444,-6.37036 3.06581,-3.98348 6.94234,-7.88471 11.62961,-11.70368 4.46909,-3.65426 8.17175,-6.02462 11.10801,-7.1111 1.36414,-0.52668 3.69952,-0.23039 7.00616,0.88888 0.33121,-0.29623 0.7273,-0.44437 1.18826,-0.44444 1.2839,7e-5 3.38368,1.23463 6.29938,3.7037 1.30857,1.08648 0.538,4.75725 -2.31173,11.01232 z&quot;
+-         style=&quot;font-size:101.13562012px;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4958&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 343.30965,229.47626 c -2.13848,2.13992 -5.02795,5.24397 -8.66842,9.31215 -0.78191,1.0582 -1.55278,2.1164 -2.3126,3.1746 -0.57762,0.72898 -1.13685,1.09347 -1.67769,1.09347 -0.4233,0 -0.9862,-0.17637 -1.68871,-0.5291 -0.78926,-0.37625 -1.11994,-0.7525 -0.99206,-1.12875 0.0558,-0.1646 0.33214,-0.52909 0.82892,-1.09347 2.58375,-3.10404 5.26232,-6.97235 8.0357,-11.60491 2.94823,-4.8677 4.76407,-8.58315 5.44752,-11.14637 0.3042,-1.03466 0.24468,-1.552 -0.17857,-1.55202 -0.30573,2e-5 -0.86423,0.29397 -1.67548,0.88183 -7.89242,5.78484 -15.64813,13.52144 -23.26715,23.20983 -0.94798,1.1993 -1.78645,1.79894 -2.51543,1.79894 -0.51735,0 -1.27572,-0.29394 -2.27513,-0.88183 -0.39829,-0.21164 -0.5776,-0.41152 -0.53792,-0.59965 0.0323,-0.0941 0.27337,-0.42328 0.72311,-0.98765 2.37947,-2.98647 5.01835,-6.77246 7.91665,-11.358 3.12167,-4.96176 5.24762,-8.83006 6.37785,-11.60492 0.33508,-0.84653 0.4556,-1.26981 0.36155,-1.26984 -0.0235,3e-5 -0.46077,0.31749 -1.31172,0.95238 
 -0.85098,0.63494 -2.01206,1.45799 -3.48324,2.46913 -0.28367,0.21166 -0.55483,0.31748 -0.81349,0.31746 -0.32923,2e-5 -0.45048,-0.12931 -0.36376,-0.38801 0.0647,-0.1881 0.25425,-0.39974 0.56878,-0.63491 1.45061,-1.29333 3.3267,-2.90415 5.6283,-4.83245 0.4894,-0.39973 0.92223,-0.59961 1.2985,-0.59964 0.56435,3e-5 0.91782,0.41155 1.0604,1.23456 1.71368,0.5644 2.31185,1.43448 1.79453,2.61023 -1.13758,2.58673 -4.05277,7.25456 -8.74557,14.0035 2.60727,-3.03349 6.05303,-6.4256 10.33728,-10.17635 4.28421,-3.7507 7.27141,-5.96704 8.96162,-6.64902 0.84065,-0.32919 1.41384,-0.49379 1.71958,-0.49382 0.30567,3e-5 0.71131,0.2587 1.21693,0.77601 1.721,0.68198 2.30154,1.81072 1.74162,3.38624 -0.55853,1.64611 -1.85703,4.2916 -3.8955,7.93649 -1.65788,3.01 -3.04088,5.34979 -4.14902,7.01939 0.97733,-0.87007 2.231,-1.99881 3.76101,-3.38624 0.26746,-0.23514 0.49527,-0.35272 0.68342,-0.35273 0.3527,1e-5 0.45338,0.22341 0.30203,0.67019 -0.0485,0.1411 -0.11981,0.2822 -0.21384,0.42328 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4960&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 372.72758,245.77252 c -3.33776,3.38623 -5.67682,5.07935 -7.01718,5.07936 -1.64611,-1e-5 -3.25435,-2.20459 -4.82473,-6.61374 -1.57041,-4.40917 -2.51801,-9.3533 -2.8428,-14.83243 -3.97414,3.45679 -7.28909,7.50146 -9.94487,12.13402 -0.60994,1.03468 -1.09127,1.55202 -1.444,1.55202 -0.1411,0 -0.39536,-0.0823 -0.76279,-0.24691 -1.66372,-0.84656 -2.34788,-1.70488 -2.05246,-2.57495 0.0397,-0.11758 0.44826,-0.90535 1.22575,-2.36331 7.77922,-14.93235 15.64222,-27.68951 23.58902,-38.27154 5.93029,-7.90116 10.6084,-13.05106 14.03436,-15.4497 0.87297,-0.63486 1.62694,-0.95232 2.2619,-0.95238 0.65839,6e-5 1.37341,0.38806 2.14506,1.16402 0.84798,0.96419 1.69601,1.92833 2.54409,2.89241 0.2498,0.23521 0.32623,0.49388 0.22927,0.77601 -0.14261,0.42333 -0.48432,0.63497 -1.02513,0.63492 -0.25872,5e-5 -0.49387,-0.0705 -0.70546,-0.21164 -0.89805,-0.5408 -1.61748,-0.81123 -2.15829,-0.81128 -1.48152,5e-5 -3.5913,1.4345 -6.32935,4.30334 -9.83393,10.32336 -18.95942,23.78599 -27.376
 49,40.38793 0.9553,-1.15225 2.98425,-3.35095 6.08685,-6.59611 0.0206,-0.82302 0.0551,-1.30509 0.10361,-1.4462 0.19105,-0.56436 1.13828,-0.9994 2.84171,-1.30512 4.7795,-4.65605 8.46409,-7.78361 11.05377,-9.38269 0.92148,-0.56435 1.58212,-0.84653 1.98192,-0.84656 0.39973,3e-5 0.94426,0.57616 1.63359,1.72839 1.46234,0.68198 2.02157,1.52853 1.67769,2.53968 -0.11174,0.32924 -0.3028,0.75252 -0.57319,1.26983 -1.10968,1.95182 -2.32808,3.66845 -3.6552,5.14991 -0.68639,0.77603 -1.26473,1.16403 -1.73501,1.16402 -0.32924,1e-5 -0.80249,-0.12932 -1.41975,-0.38801 -1.18168,-0.47029 -1.68873,-0.95236 -1.52116,-1.44621 0.10433,-0.30568 0.39606,-0.54083 0.87522,-0.70546 1.27569,-0.84654 2.4544,-2.51614 3.53615,-5.00881 0.24688,-0.58786 0.19397,-0.88181 -0.15873,-0.88183 -0.21167,2e-5 -0.53795,0.12936 -0.97883,0.388 -3.22607,1.88127 -6.37494,4.60907 -9.44663,8.18341 -0.17345,11.02879 1.54906,17.93059 5.16753,20.70543 0.45265,0.32921 0.97293,0.49382 1.56085,0.49382 0.84653,0 1.57698,-0.24691 2.
 19135,-0.74074 0.61431,-0.49382 1.09785,-0.74074 1.45062,-0.74073 0.32918,-1e-5 0.43427,0.17636 0.31525,0.52909 -0.0721,0.21164 -0.24988,0.45855 -0.53351,0.74074 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4962&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 396.86113,213.77964 c -0.35864,1.05823 -1.21622,2.75134 -2.57274,5.07935 -0.4821,0.79955 -0.89288,1.3169 -1.23236,1.55203 -0.15729,0.1176 -0.61657,0.29397 -1.37787,0.5291 -0.98179,0.32924 -1.5785,0.49385 -1.79012,0.49383 -0.35275,2e-5 -0.44975,-0.23514 -0.291,-0.70547 0.0882,-0.25865 0.2513,-0.59962 0.48942,-1.02293 1.35506,-2.32801 2.12188,-3.9447 2.30048,-4.85008 0.17854,-0.90532 0.63673,-1.47557 1.37455,-1.71075 1.35212,-0.58786 2.1928,-0.8818 2.52204,-0.88183 0.72896,3e-5 0.92149,0.50561 0.5776,1.51675 z m -12.52422,20.24687 c -0.88773,2.82187 -3.10627,4.75015 -6.65563,5.78483 -0.73634,0.98765 -1.34481,1.6696 -1.8254,2.04585 -0.73192,0.56437 -1.64315,0.89359 -2.73368,0.98765 -0.69812,0.047 -1.41534,0.0118 -2.15167,-0.10582 -1.3154,-0.21164 -2.93209,-0.47031 -4.85008,-0.77601 -0.53203,-0.0941 -0.7569,-0.43504 -0.6746,-1.02293 0.30864,-0.63492 1.09494,-1.01116 2.3589,-1.12874 1.70929,-0.11758 4.27836,-0.41152 7.70722,-0.88184 1.31833,-0.28218 2.42356,-0
 .97589 3.31569,-2.08112 0.49822,-0.56437 0.88696,-1.25808 1.16622,-2.08113 0.5041,-1.48147 0.65034,-4.09169 0.43871,-7.83067 -0.219,-3.64489 -0.0735,-6.07874 0.43651,-7.30157 1.18752,-2.93942 4.59874,-4.98527 10.23367,-6.13756 0.557,-0.11755 0.75174,0.0706 0.58421,0.56438 -0.0956,0.28221 -0.35937,0.50561 -0.79144,0.67019 -2.91595,1.10525 -4.64948,2.46915 -5.20061,4.0917 -0.21607,0.63494 -0.36818,1.42859 -0.45635,2.38095 -0.0882,0.9524 -0.16021,3.23928 -0.21605,6.86066 -0.0162,2.61023 -0.24472,4.59729 -0.68562,5.96118 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4964&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 416.19972,216.03713 c -1.23753,3.64493 -2.74179,6.58437 -4.51278,8.81833 -0.73488,0.91712 -1.46533,1.12876 -2.19135,0.63492 -1.06851,-0.72897 -1.52265,-1.32861 -1.36243,-1.79894 0.0705,-0.21162 0.29906,-0.43502 0.68562,-0.6702 1.5667,-2.25747 2.52643,-4.00937 2.87919,-5.25572 0.31302,-1.05817 -0.036,-1.58727 -1.04718,-1.5873 -0.1176,3e-5 -0.28405,-0.0294 -0.49934,-0.0882 -0.21534,-0.0588 -0.39354,-0.0882 -0.53461,-0.0882 -0.82306,2e-5 -2.09805,0.77603 -3.82495,2.32803 -1.90771,1.74018 -3.98884,4.16227 -6.24337,7.26631 -1.85921,2.5632 -3.265,4.7619 -4.21737,6.5961 -0.70547,1.31688 -1.24265,2.51617 -1.61155,3.59788 -1.22134,3.59788 -0.67975,5.36154 1.62478,5.29099 2.01498,-0.047 5.79363,-2.55143 11.33596,-7.51321 0.52761,-0.44678 0.94427,-0.67018 1.25,-0.67019 0.30568,1e-5 0.39459,0.18813 0.26675,0.56437 -0.0632,0.18813 -0.20137,0.42329 -0.41446,0.70547 -2.28544,3.05702 -4.8354,5.74955 -7.6499,8.07758 -0.69372,0.58789 -1.66373,0.88184 -2.91005,0.88184 -0.75
 25,0 -1.61743,-0.15286 -2.59479,-0.45856 -2.11493,-0.14109 -3.60743,-0.8348 -4.4775,-2.08112 -0.93181,-1.34038 -0.98325,-3.09229 -0.15432,-5.25572 0.94208,-2.49264 2.9872,-5.94942 6.13535,-10.37035 3.39357,-4.79715 6.42193,-8.27745 9.08508,-10.4409 1.23013,-0.98763 2.15091,-1.48145 2.76234,-1.48148 0.61138,3e-5 1.6343,0.51737 3.06877,1.55202 1.08463,-0.3527 2.09727,-0.52907 3.03792,-0.52909 1.8577,2e-5 2.56243,0.65846 2.11419,1.9753 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4966&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 442.05064,218.54153 c -4.20049,5.99648 -7.40374,11.0288 -9.60977,15.09698 0.46441,-0.32921 1.1008,-0.83479 1.90917,-1.51675 0.80832,-0.68194 1.30288,-1.08171 1.48369,-1.1993 0.47322,-0.42326 0.89797,-0.6349 1.27424,-0.63492 0.35271,2e-5 0.46881,0.17638 0.34833,0.5291 -0.072,0.21165 -0.24988,0.45857 -0.53351,0.74074 -3.3216,3.26867 -5.91418,6.5726 -7.77776,9.9118 -0.53206,0.94062 -1.00972,1.41093 -1.43298,1.41093 -0.39979,0 -1.01192,-0.37625 -1.83642,-1.12874 -0.49237,-0.42328 -0.73708,-0.77601 -0.73412,-1.0582 -0.0309,-0.25867 0.14475,-0.77601 0.52689,-1.55203 3.01732,-5.97293 5.93838,-10.93471 8.76321,-14.88533 -3.17315,3.3157 -7.20679,6.98412 -12.10095,11.00527 -4.27101,3.50382 -7.25234,5.73779 -8.94398,6.70193 -1.21988,0.68195 -2.08848,1.02292 -2.60582,1.02292 -0.42328,0 -0.95385,-0.34097 -1.59171,-1.02292 -0.99059,-0.7525 -1.26249,-1.78718 -0.81569,-3.10405 0.0882,-0.25867 0.21164,-0.55261 0.37037,-0.88184 1.6064,-3.48029 4.51167,-7.53083 8.71581,-12.
 15165 4.20412,-4.62078 8.55045,-8.51848 13.039,-11.6931 1.45647,-1.03465 2.61608,-1.54024 3.47883,-1.51675 0.83036,0.0471 2.06125,1.16405 3.69267,3.35096 0.14841,0.18815 0.18663,0.38804 0.11464,0.59965 -0.1279,0.37627 -0.43874,0.5644 -0.93254,0.56437 -0.18815,3e-5 -0.35276,-0.0352 -0.49382,-0.10582 -1.43007,-0.70544 -2.77854,-0.68192 -4.04541,0.0705 -2.76163,1.62259 -6.17799,4.47973 -10.2491,8.57141 -4.70165,4.70312 -8.00925,8.93591 -9.92282,12.69839 -0.0808,0.16461 -0.14477,0.31746 -0.1918,0.45855 -0.19989,0.58789 -0.0647,0.88184 0.40564,0.88184 0.79953,0 1.93929,-0.55262 3.41931,-1.65785 3.50527,-2.56319 7.42207,-5.78481 11.75042,-9.66488 4.44735,-4.02114 7.45366,-7.05464 9.01894,-9.10052 1.14635,-1.50497 1.91796,-2.56316 2.31481,-3.17459 0.66428,-1.05818 1.17281,-1.58727 1.52557,-1.5873 0.3527,3e-5 1.01187,0.48209 1.97751,1.4462 0.40561,0.39979 0.5761,0.76428 0.51146,1.09348 -0.0485,0.28221 -0.32263,0.77603 -0.82231,1.48147 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4968&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 471.99988,220.3052 c -1.63289,3.97414 -4.12995,8.24221 -7.49117,12.80421 -3.13935,4.25632 -5.79587,7.16048 -7.96956,8.7125 -1.23752,0.87008 -2.33834,1.30512 -3.30246,1.30512 -1.08173,0 -2.58452,-0.87008 -4.50837,-2.61023 -0.38214,-0.32921 -0.51295,-0.67019 -0.39242,-1.02292 0.15137,-0.4468 0.54452,-0.67019 1.17945,-0.6702 0.25866,1e-5 0.60698,0.0823 1.04498,0.24692 0.43796,0.16461 0.8098,0.24691 1.11551,0.24691 1.71662,0 3.62799,-1.09347 5.73412,-3.28042 1.79157,-1.88123 3.74409,-4.40915 5.85757,-7.58376 2.58962,-3.95059 4.28568,-7.34858 5.08818,-10.19398 0.39238,-1.36388 0.16531,-2.04583 -0.68122,-2.04585 -0.75253,2e-5 -1.84526,0.51736 -3.27821,1.55202 -10.097,7.28983 -18.41929,16.00233 -24.96689,26.13752 -3.72133,5.7613 -6.71147,11.09932 -8.97044,16.01408 -0.0794,0.16459 -1.7835,4.24453 -5.11242,12.23983 -0.485,1.15223 -0.96266,1.72836 -1.43298,1.7284 -0.49381,-4e-5 -1.18017,-0.57617 -2.05908,-1.7284 -0.62902,-0.84658 -0.62976,-1.88127 -0.002,-3.10405 5
 .01469,-11.71075 12.27952,-24.7501 21.79449,-39.11809 7.4647,-11.2404 12.83432,-18.53021 16.10887,-21.86945 1.93413,-1.95175 3.38695,-2.90413 4.35846,-2.85713 0.97881,0.0236 2.56023,0.90538 4.74426,2.64549 0.29685,0.23519 0.4012,0.48211 0.31305,0.74074 -0.12055,0.35277 -0.46299,0.52914 -1.02733,0.5291 -0.14113,4e-5 -0.36636,-0.0294 -0.67571,-0.0882 -0.3094,-0.0588 -0.5464,-0.0882 -0.71098,-0.0882 -1.4815,3e-5 -3.44872,1.25811 -5.90166,3.77424 -1.42859,1.43448 -3.43549,3.84482 -6.02071,7.23103 -2.58526,3.38625 -4.56717,6.17284 -5.94576,8.35977 5.37475,-5.64371 11.04199,-10.4879 17.00173,-14.5326 0.91414,-0.61138 1.65341,-0.91708 2.21781,-0.91711 0.25864,3e-5 0.78554,0.35276 1.58069,1.0582 2.81448,1.12877 3.58461,3.25693 2.3104,6.38447 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4970&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 489.12508,231.98066 c -8.19959,7.31334 -13.46339,10.97 -15.79142,10.97 -1.10524,0 -2.245,-0.76426 -3.41931,-2.29276 -1.48442,-0.82305 -1.99074,-1.92828 -1.51895,-3.3157 0.0882,-0.25866 0.20355,-0.52909 0.34612,-0.81128 1.51821,-3.22162 3.58758,-6.78422 6.2081,-10.68781 -0.7187,-0.44678 -1.00971,-0.87006 -0.87302,-1.26984 0.11169,-0.3292 0.41446,-0.49381 0.90829,-0.49383 0.37624,2e-5 0.72824,0.10584 1.056,0.31746 3.69045,-4.70308 6.70632,-8.04228 9.0476,-10.01761 1.52996,-1.31685 2.72998,-1.97528 3.60008,-1.97531 0.39974,3e-5 1.27128,0.341 2.61463,1.02293 0.12196,-0.70544 0.46147,-1.11696 1.01852,-1.23457 0.0235,3e-5 0.5761,3e-5 1.65784,0 1.01114,3e-5 1.4572,0.1764 1.33819,0.5291 -0.025,0.0706 -0.12863,0.27046 -0.31085,0.59965 -0.18227,0.32924 -0.32116,0.63494 -0.41667,0.9171 -0.28809,0.84659 -0.632,1.89303 -1.03174,3.13933 -0.39979,1.24634 -0.67169,2.08114 -0.8157,2.5044 -0.99061,2.91595 -2.48164,4.95004 -4.47309,6.10228 -1.81807,1.05822 -3.64419,1.58731 
 -5.47839,1.5873 -0.96415,1e-5 -2.47502,-0.25866 -4.53262,-0.77601 -0.64815,0.72899 -1.57849,2.15168 -2.791,4.26807 -1.56967,2.68078 -2.68224,5.05584 -3.33773,7.1252 -0.39242,1.22281 -0.21238,1.83422 0.54012,1.83422 0.28218,0 0.67092,-0.0705 1.16622,-0.21164 3.05554,-0.96414 7.85197,-3.90358 14.38931,-8.81833 0.41003,-0.30569 0.7679,-0.45854 1.07363,-0.45855 0.44677,1e-5 0.59815,0.21165 0.45414,0.63492 -0.0882,0.25868 -0.29764,0.52911 -0.6283,0.81128 z m 1.17063,-15.5908 c 0.31156,-0.91708 0.26746,-1.37563 -0.13228,-1.37566 -0.25869,3e-5 -0.69887,0.18816 -1.32054,0.56438 -2.93505,1.85775 -6.06409,5.11465 -9.38711,9.7707 0.44678,0.0706 1.24558,0.14111 2.39638,0.21164 1.88123,0.0706 3.45236,-0.36447 4.7134,-1.30511 0.94501,-0.70545 1.72837,-1.86947 2.35008,-3.49206 -0.47768,1.19932 -0.0177,-0.25865 1.38007,-4.37389 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4973&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       style=&quot;font-size:72.23972321px;font-style:normal;font-weight:normal;opacity:0.69711537;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter9459);font-family:Bitstream Vera Sans&quot;
+-       id=&quot;text9445&quot;
+-       transform=&quot;translate(-7.3030922,29.559197)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         d=&quot;m 325.40491,195.46574 c -4.40745,9.58027 -11.06073,20.24691 -19.95984,31.99995 -10.47326,13.86006 -18.42077,20.823 -23.84255,20.88885 -3.26955,0.0329 -6.643,-1.71193 -10.12035,-5.23456 -0.26132,-0.29629 -0.31379,-0.67489 -0.15741,-1.1358 0.39094,-1.15226 1.11316,-1.72839 2.16667,-1.72839 0.26336,0 0.5041,0.0659 0.72222,0.19753 2.33949,1.44856 4.5082,2.1893 6.50616,2.22222 4.3333,0.13169 11.3662,-6.37035 21.09872,-19.50614 9.34356,-12.67484 15.90219,-24.03283 19.6759,-34.07401 1.20775,-3.2592 0.14912,-4.88882 -3.17593,-4.88888 -0.5268,6e-5 -1.12042,0.0494 -1.78086,0.14814 -2.68934,0.3622 -6.29633,2.40335 -10.82096,6.12345 -5.0309,4.14819 -9.18726,8.87246 -12.46912,14.17281 -0.43418,0.6914 -0.75723,1.34983 -0.96913,1.97531 -0.41361,1.21814 -0.38274,2.33748 0.0926,3.35802 0.49997,0.75723 0.99997,1.51443 1.5,2.2716 0.23865,0.36217 0.30861,0.69139 0.20987,0.98765 -0.21402,0.62555 -0.81484,0.9383 -1.80246,0.93827 -0.39509,3e-5 -0.70167,-0.0658 -0.91975,-0.19753 -
 2.26134,-1.67898 -3.73973,-3.04523 -4.43518,-4.09876 -0.81483,-1.28391 -0.94241,-2.74893 -0.38272,-4.39505 0.52673,-1.54728 1.84154,-3.67073 3.94444,-6.37036 3.06581,-3.98348 6.94234,-7.88471 11.62961,-11.70368 4.46909,-3.65426 8.17175,-6.02462 11.10801,-7.1111 1.36414,-0.52668 3.69952,-0.23039 7.00616,0.88888 0.33121,-0.29623 0.7273,-0.44437 1.18826,-0.44444 1.2839,7e-5 3.38368,1.23463 6.29938,3.7037 1.30857,1.08648 0.538,4.75725 -2.31173,11.01232 z&quot;
+-         style=&quot;font-size:101.13562012px;fill:#000000;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4941&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 339.30965,233.47626 c -2.13848,2.13992 -5.02795,5.24397 -8.66842,9.31215 -0.78191,1.0582 -1.55278,2.1164 -2.3126,3.1746 -0.57762,0.72898 -1.13685,1.09347 -1.67769,1.09347 -0.4233,0 -0.9862,-0.17637 -1.68871,-0.5291 -0.78926,-0.37625 -1.11994,-0.7525 -0.99206,-1.12875 0.0558,-0.1646 0.33214,-0.52909 0.82892,-1.09347 2.58375,-3.10404 5.26232,-6.97235 8.0357,-11.60491 2.94823,-4.8677 4.76407,-8.58315 5.44752,-11.14637 0.3042,-1.03466 0.24468,-1.552 -0.17857,-1.55202 -0.30573,2e-5 -0.86423,0.29397 -1.67548,0.88183 -7.89242,5.78484 -15.64813,13.52144 -23.26715,23.20983 -0.94798,1.1993 -1.78645,1.79894 -2.51543,1.79894 -0.51735,0 -1.27572,-0.29394 -2.27513,-0.88183 -0.39829,-0.21164 -0.5776,-0.41152 -0.53792,-0.59965 0.0323,-0.0941 0.27337,-0.42328 0.72311,-0.98765 2.37947,-2.98647 5.01835,-6.77246 7.91665,-11.358 3.12167,-4.96176 5.24762,-8.83006 6.37785,-11.60492 0.33508,-0.84653 0.4556,-1.26981 0.36155,-1.26984 -0.0235,3e-5 -0.46077,0.31749 -1.31172,0.95238 
 -0.85098,0.63494 -2.01206,1.45799 -3.48324,2.46913 -0.28367,0.21166 -0.55483,0.31748 -0.81349,0.31746 -0.32923,2e-5 -0.45048,-0.12931 -0.36376,-0.38801 0.0647,-0.1881 0.25425,-0.39974 0.56878,-0.63491 1.45061,-1.29333 3.3267,-2.90415 5.6283,-4.83245 0.4894,-0.39973 0.92223,-0.59961 1.2985,-0.59964 0.56435,3e-5 0.91782,0.41155 1.0604,1.23456 1.71368,0.5644 2.31185,1.43448 1.79453,2.61023 -1.13758,2.58673 -4.05277,7.25456 -8.74557,14.0035 2.60727,-3.03349 6.05303,-6.4256 10.33728,-10.17635 4.28421,-3.7507 7.27141,-5.96704 8.96162,-6.64902 0.84065,-0.32919 1.41384,-0.49379 1.71958,-0.49382 0.30567,3e-5 0.71131,0.2587 1.21693,0.77601 1.721,0.68198 2.30154,1.81072 1.74162,3.38624 -0.55853,1.64611 -1.85703,4.2916 -3.8955,7.93649 -1.65788,3.01 -3.04088,5.34979 -4.14902,7.01939 0.97733,-0.87007 2.231,-1.99881 3.76101,-3.38624 0.26746,-0.23514 0.49527,-0.35272 0.68342,-0.35273 0.3527,1e-5 0.45338,0.22341 0.30203,0.67019 -0.0485,0.1411 -0.11981,0.2822 -0.21384,0.42328 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#000000;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4943&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 368.72758,249.77252 c -3.33776,3.38623 -5.67682,5.07935 -7.01718,5.07936 -1.64611,-1e-5 -3.25435,-2.20459 -4.82473,-6.61374 -1.57041,-4.40917 -2.51801,-9.3533 -2.8428,-14.83243 -3.97414,3.45679 -7.28909,7.50146 -9.94487,12.13402 -0.60994,1.03468 -1.09127,1.55202 -1.444,1.55202 -0.1411,0 -0.39536,-0.0823 -0.76279,-0.24691 -1.66372,-0.84656 -2.34788,-1.70488 -2.05246,-2.57495 0.0397,-0.11758 0.44826,-0.90535 1.22575,-2.36331 7.77922,-14.93235 15.64222,-27.68951 23.58902,-38.27154 5.93029,-7.90116 10.6084,-13.05106 14.03436,-15.4497 0.87297,-0.63486 1.62694,-0.95232 2.2619,-0.95238 0.65839,6e-5 1.37341,0.38806 2.14506,1.16402 0.84798,0.96419 1.69601,1.92833 2.54409,2.89241 0.2498,0.23521 0.32623,0.49388 0.22927,0.77601 -0.14261,0.42333 -0.48432,0.63497 -1.02513,0.63492 -0.25872,5e-5 -0.49387,-0.0705 -0.70546,-0.21164 -0.89805,-0.5408 -1.61748,-0.81123 -2.15829,-0.81128 -1.48152,5e-5 -3.5913,1.4345 -6.32935,4.30334 -9.83393,10.32336 -18.95942,23.78599 -27.376
 49,40.38793 0.9553,-1.15225 2.98425,-3.35095 6.08685,-6.59611 0.0206,-0.82302 0.0551,-1.30509 0.10361,-1.4462 0.19105,-0.56436 1.13828,-0.9994 2.84171,-1.30512 4.7795,-4.65605 8.46409,-7.78361 11.05377,-9.38269 0.92148,-0.56435 1.58212,-0.84653 1.98192,-0.84656 0.39973,3e-5 0.94426,0.57616 1.63359,1.72839 1.46234,0.68198 2.02157,1.52853 1.67769,2.53968 -0.11174,0.32924 -0.3028,0.75252 -0.57319,1.26983 -1.10968,1.95182 -2.32808,3.66845 -3.6552,5.14991 -0.68639,0.77603 -1.26473,1.16403 -1.73501,1.16402 -0.32924,1e-5 -0.80249,-0.12932 -1.41975,-0.38801 -1.18168,-0.47029 -1.68873,-0.95236 -1.52116,-1.44621 0.10433,-0.30568 0.39606,-0.54083 0.87522,-0.70546 1.27569,-0.84654 2.4544,-2.51614 3.53615,-5.00881 0.24688,-0.58786 0.19397,-0.88181 -0.15873,-0.88183 -0.21167,2e-5 -0.53795,0.12936 -0.97883,0.388 -3.22607,1.88127 -6.37494,4.60907 -9.44663,8.18341 -0.17345,11.02879 1.54906,17.93059 5.16753,20.70543 0.45265,0.32921 0.97293,0.49382 1.56085,0.49382 0.84653,0 1.57698,-0.24691 2.
 19135,-0.74074 0.61431,-0.49382 1.09785,-0.74074 1.45062,-0.74073 0.32918,-1e-5 0.43427,0.17636 0.31525,0.52909 -0.0721,0.21164 -0.24988,0.45855 -0.53351,0.74074 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#000000;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4945&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 392.86113,217.77964 c -0.35864,1.05823 -1.21622,2.75134 -2.57274,5.07935 -0.4821,0.79955 -0.89288,1.3169 -1.23236,1.55203 -0.15729,0.1176 -0.61657,0.29397 -1.37787,0.5291 -0.98179,0.32924 -1.5785,0.49385 -1.79012,0.49383 -0.35275,2e-5 -0.44975,-0.23514 -0.291,-0.70547 0.0882,-0.25865 0.2513,-0.59962 0.48942,-1.02293 1.35506,-2.32801 2.12188,-3.9447 2.30048,-4.85008 0.17854,-0.90532 0.63673,-1.47557 1.37455,-1.71075 1.35212,-0.58786 2.1928,-0.8818 2.52204,-0.88183 0.72896,3e-5 0.92149,0.50561 0.5776,1.51675 z m -12.52422,20.24687 c -0.88773,2.82187 -3.10627,4.75015 -6.65563,5.78483 -0.73634,0.98765 -1.34481,1.6696 -1.8254,2.04585 -0.73192,0.56437 -1.64315,0.89359 -2.73368,0.98765 -0.69812,0.047 -1.41534,0.0118 -2.15167,-0.10582 -1.3154,-0.21164 -2.93209,-0.47031 -4.85008,-0.77601 -0.53203,-0.0941 -0.7569,-0.43504 -0.6746,-1.02293 0.30864,-0.63492 1.09494,-1.01116 2.3589,-1.12874 1.70929,-0.11758 4.27836,-0.41152 7.70722,-0.88184 1.31833,-0.28218 2.42356,-0
 .97589 3.31569,-2.08112 0.49822,-0.56437 0.88696,-1.25808 1.16622,-2.08113 0.5041,-1.48147 0.65034,-4.09169 0.43871,-7.83067 -0.219,-3.64489 -0.0735,-6.07874 0.43651,-7.30157 1.18752,-2.93942 4.59874,-4.98527 10.23367,-6.13756 0.557,-0.11755 0.75174,0.0706 0.58421,0.56438 -0.0956,0.28221 -0.35937,0.50561 -0.79144,0.67019 -2.91595,1.10525 -4.64948,2.46915 -5.20061,4.0917 -0.21607,0.63494 -0.36818,1.42859 -0.45635,2.38095 -0.0882,0.9524 -0.16021,3.23928 -0.21605,6.86066 -0.0162,2.61023 -0.24472,4.59729 -0.68562,5.96118 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#000000;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4947&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 412.19972,220.03713 c -1.23753,3.64493 -2.74179,6.58437 -4.51278,8.81833 -0.73488,0.91712 -1.46533,1.12876 -2.19135,0.63492 -1.06851,-0.72897 -1.52265,-1.32861 -1.36243,-1.79894 0.0705,-0.21162 0.29906,-0.43502 0.68562,-0.6702 1.5667,-2.25747 2.52643,-4.00937 2.87919,-5.25572 0.31302,-1.05817 -0.036,-1.58727 -1.04718,-1.5873 -0.1176,3e-5 -0.28405,-0.0294 -0.49934,-0.0882 -0.21534,-0.0588 -0.39354,-0.0882 -0.53461,-0.0882 -0.82306,2e-5 -2.09805,0.77603 -3.82495,2.32803 -1.90771,1.74018 -3.98884,4.16227 -6.24337,7.26631 -1.85921,2.5632 -3.265,4.7619 -4.21737,6.5961 -0.70547,1.31688 -1.24265,2.51617 -1.61155,3.59788 -1.22134,3.59788 -0.67975,5.36154 1.62478,5.29099 2.01498,-0.047 5.79363,-2.55143 11.33596,-7.51321 0.52761,-0.44678 0.94427,-0.67018 1.25,-0.67019 0.30568,1e-5 0.39459,0.18813 0.26675,0.56437 -0.0632,0.18813 -0.20137,0.42329 -0.41446,0.70547 -2.28544,3.05702 -4.8354,5.74955 -7.6499,8.07758 -0.69372,0.58789 -1.66373,0.88184 -2.91005,0.88184 -0.75
 25,0 -1.61743,-0.15286 -2.59479,-0.45856 -2.11493,-0.14109 -3.60743,-0.8348 -4.4775,-2.08112 -0.93181,-1.34038 -0.98325,-3.09229 -0.15432,-5.25572 0.94208,-2.49264 2.9872,-5.94942 6.13535,-10.37035 3.39357,-4.79715 6.42193,-8.27745 9.08508,-10.4409 1.23013,-0.98763 2.15091,-1.48145 2.76234,-1.48148 0.61138,3e-5 1.6343,0.51737 3.06877,1.55202 1.08463,-0.3527 2.09727,-0.52907 3.03792,-0.52909 1.8577,2e-5 2.56243,0.65846 2.11419,1.9753 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#000000;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4949&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 438.05064,222.54153 c -4.20049,5.99648 -7.40374,11.0288 -9.60977,15.09698 0.46441,-0.32921 1.1008,-0.83479 1.90917,-1.51675 0.80832,-0.68194 1.30288,-1.08171 1.48369,-1.1993 0.47322,-0.42326 0.89797,-0.6349 1.27424,-0.63492 0.35271,2e-5 0.46881,0.17638 0.34833,0.5291 -0.072,0.21165 -0.24988,0.45857 -0.53351,0.74074 -3.3216,3.26867 -5.91418,6.5726 -7.77776,9.9118 -0.53206,0.94062 -1.00972,1.41093 -1.43298,1.41093 -0.39979,0 -1.01192,-0.37625 -1.83642,-1.12874 -0.49237,-0.42328 -0.73708,-0.77601 -0.73412,-1.0582 -0.0309,-0.25867 0.14475,-0.77601 0.52689,-1.55203 3.01732,-5.97293 5.93838,-10.93471 8.76321,-14.88533 -3.17315,3.3157 -7.20679,6.98412 -12.10095,11.00527 -4.27101,3.50382 -7.25234,5.73779 -8.94398,6.70193 -1.21988,0.68195 -2.08848,1.02292 -2.60582,1.02292 -0.42328,0 -0.95385,-0.34097 -1.59171,-1.02292 -0.99059,-0.7525 -1.26249,-1.78718 -0.81569,-3.10405 0.0882,-0.25867 0.21164,-0.55261 0.37037,-0.88184 1.6064,-3.48029 4.51167,-7.53083 8.71581,-12.
 15165 4.20412,-4.62078 8.55045,-8.51848 13.039,-11.6931 1.45647,-1.03465 2.61608,-1.54024 3.47883,-1.51675 0.83036,0.0471 2.06125,1.16405 3.69267,3.35096 0.14841,0.18815 0.18663,0.38804 0.11464,0.59965 -0.1279,0.37627 -0.43874,0.5644 -0.93254,0.56437 -0.18815,3e-5 -0.35276,-0.0352 -0.49382,-0.10582 -1.43007,-0.70544 -2.77854,-0.68192 -4.04541,0.0705 -2.76163,1.62259 -6.17799,4.47973 -10.2491,8.57141 -4.70165,4.70312 -8.00925,8.93591 -9.92282,12.69839 -0.0808,0.16461 -0.14477,0.31746 -0.1918,0.45855 -0.19989,0.58789 -0.0647,0.88184 0.40564,0.88184 0.79953,0 1.93929,-0.55262 3.41931,-1.65785 3.50527,-2.56319 7.42207,-5.78481 11.75042,-9.66488 4.44735,-4.02114 7.45366,-7.05464 9.01894,-9.10052 1.14635,-1.50497 1.91796,-2.56316 2.31481,-3.17459 0.66428,-1.05818 1.17281,-1.58727 1.52557,-1.5873 0.3527,3e-5 1.01187,0.48209 1.97751,1.4462 0.40561,0.39979 0.5761,0.76428 0.51146,1.09348 -0.0485,0.28221 -0.32263,0.77603 -0.82231,1.48147 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#000000;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4951&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 467.99988,224.3052 c -1.63289,3.97414 -4.12995,8.24221 -7.49117,12.80421 -3.13935,4.25632 -5.79587,7.16048 -7.96956,8.7125 -1.23752,0.87008 -2.33834,1.30512 -3.30246,1.30512 -1.08173,0 -2.58452,-0.87008 -4.50837,-2.61023 -0.38214,-0.32921 -0.51295,-0.67019 -0.39242,-1.02292 0.15137,-0.4468 0.54452,-0.67019 1.17945,-0.6702 0.25866,1e-5 0.60698,0.0823 1.04498,0.24692 0.43796,0.16461 0.8098,0.24691 1.11551,0.24691 1.71662,0 3.62799,-1.09347 5.73412,-3.28042 1.79157,-1.88123 3.74409,-4.40915 5.85757,-7.58376 2.58962,-3.95059 4.28568,-7.34858 5.08818,-10.19398 0.39238,-1.36388 0.16531,-2.04583 -0.68122,-2.04585 -0.75253,2e-5 -1.84526,0.51736 -3.27821,1.55202 -10.097,7.28983 -18.41929,16.00233 -24.96689,26.13752 -3.72133,5.7613 -6.71147,11.09932 -8.97044,16.01408 -0.0794,0.16459 -1.7835,4.24453 -5.11242,12.23983 -0.485,1.15223 -0.96266,1.72836 -1.43298,1.7284 -0.49381,-4e-5 -1.18017,-0.57617 -2.05908,-1.7284 -0.62902,-0.84658 -0.62976,-1.88127 -0.002,-3.10405 5
 .01469,-11.71075 12.27952,-24.7501 21.79449,-39.11809 7.4647,-11.2404 12.83432,-18.53021 16.10887,-21.86945 1.93413,-1.95175 3.38695,-2.90413 4.35846,-2.85713 0.97881,0.0236 2.56023,0.90538 4.74426,2.64549 0.29685,0.23519 0.4012,0.48211 0.31305,0.74074 -0.12055,0.35277 -0.46299,0.52914 -1.02733,0.5291 -0.14113,4e-5 -0.36636,-0.0294 -0.67571,-0.0882 -0.3094,-0.0588 -0.5464,-0.0882 -0.71098,-0.0882 -1.4815,3e-5 -3.44872,1.25811 -5.90166,3.77424 -1.42859,1.43448 -3.43549,3.84482 -6.02071,7.23103 -2.58526,3.38625 -4.56717,6.17284 -5.94576,8.35977 5.37475,-5.64371 11.04199,-10.4879 17.00173,-14.5326 0.91414,-0.61138 1.65341,-0.91708 2.21781,-0.91711 0.25864,3e-5 0.78554,0.35276 1.58069,1.0582 2.81448,1.12877 3.58461,3.25693 2.3104,6.38447 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#000000;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4953&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 485.12508,235.98066 c -8.19959,7.31334 -13.46339,10.97 -15.79142,10.97 -1.10524,0 -2.245,-0.76426 -3.41931,-2.29276 -1.48442,-0.82305 -1.99074,-1.92828 -1.51895,-3.3157 0.0882,-0.25866 0.20355,-0.52909 0.34612,-0.81128 1.51821,-3.22162 3.58758,-6.78422 6.2081,-10.68781 -0.7187,-0.44678 -1.00971,-0.87006 -0.87302,-1.26984 0.11169,-0.3292 0.41446,-0.49381 0.90829,-0.49383 0.37624,2e-5 0.72824,0.10584 1.056,0.31746 3.69045,-4.70308 6.70632,-8.04228 9.0476,-10.01761 1.52996,-1.31685 2.72998,-1.97528 3.60008,-1.97531 0.39974,3e-5 1.27128,0.341 2.61463,1.02293 0.12196,-0.70544 0.46147,-1.11696 1.01852,-1.23457 0.0235,3e-5 0.5761,3e-5 1.65784,0 1.01114,3e-5 1.4572,0.1764 1.33819,0.5291 -0.025,0.0706 -0.12863,0.27046 -0.31085,0.59965 -0.18227,0.32924 -0.32116,0.63494 -0.41667,0.9171 -0.28809,0.84659 -0.632,1.89303 -1.03174,3.13933 -0.39979,1.24634 -0.67169,2.08114 -0.8157,2.5044 -0.99061,2.91595 -2.48164,4.95004 -4.47309,6.10228 -1.81807,1.05822 -3.64419,1.58731 
 -5.47839,1.5873 -0.96415,1e-5 -2.47502,-0.25866 -4.53262,-0.77601 -0.64815,0.72899 -1.57849,2.15168 -2.791,4.26807 -1.56967,2.68078 -2.68224,5.05584 -3.33773,7.1252 -0.39242,1.22281 -0.21238,1.83422 0.54012,1.83422 0.28218,0 0.67092,-0.0705 1.16622,-0.21164 3.05554,-0.96414 7.85197,-3.90358 14.38931,-8.81833 0.41003,-0.30569 0.7679,-0.45854 1.07363,-0.45855 0.44677,1e-5 0.59815,0.21165 0.45414,0.63492 -0.0882,0.25868 -0.29764,0.52911 -0.6283,0.81128 z m 1.17063,-15.5908 c 0.31156,-0.91708 0.26746,-1.37563 -0.13228,-1.37566 -0.25869,3e-5 -0.69887,0.18816 -1.32054,0.56438 -2.93505,1.85775 -6.06409,5.11465 -9.38711,9.7707 0.44678,0.0706 1.24558,0.14111 2.39638,0.21164 1.88123,0.0706 3.45236,-0.36447 4.7134,-1.30511 0.94501,-0.70545 1.72837,-1.86947 2.35008,-3.49206 -0.47768,1.19932 -0.0177,-0.25865 1.38007,-4.37389 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#000000;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4955&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       style=&quot;font-size:72.23972321px;font-style:normal;font-weight:normal;fill:#fdfafa;fill-opacity:1;stroke:#8686b0;stroke-width:1.5;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.85964912;font-family:Bitstream Vera Sans&quot;
+-       id=&quot;text3822&quot;
+-       transform=&quot;translate(-11.303092,29.559197)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         d=&quot;m 329.40491,191.46574 c -4.40745,9.58027 -11.06073,20.24691 -19.95984,31.99995 -10.47326,13.86006 -18.42077,20.823 -23.84255,20.88885 -3.26955,0.0329 -6.643,-1.71193 -10.12035,-5.23456 -0.26132,-0.29629 -0.31379,-0.67489 -0.15741,-1.1358 0.39094,-1.15226 1.11316,-1.72839 2.16667,-1.72839 0.26336,0 0.5041,0.0659 0.72222,0.19753 2.33949,1.44856 4.5082,2.1893 6.50616,2.22222 4.3333,0.13169 11.3662,-6.37035 21.09872,-19.50614 9.34356,-12.67484 15.90219,-24.03283 19.6759,-34.07401 1.20775,-3.2592 0.14912,-4.88882 -3.17593,-4.88888 -0.5268,6e-5 -1.12042,0.0494 -1.78086,0.14814 -2.68934,0.3622 -6.29633,2.40335 -10.82096,6.12345 -5.0309,4.14819 -9.18726,8.87246 -12.46912,14.17281 -0.43418,0.6914 -0.75723,1.34983 -0.96913,1.97531 -0.41361,1.21814 -0.38274,2.33748 0.0926,3.35802 0.49997,0.75723 0.99997,1.51443 1.5,2.2716 0.23865,0.36217 0.30861,0.69139 0.20987,0.98765 -0.21402,0.62555 -0.81484,0.9383 -1.80246,0.93827 -0.39509,3e-5 -0.70167,-0.0658 -0.91975,-0.19753 -
 2.26134,-1.67898 -3.73973,-3.04523 -4.43518,-4.09876 -0.81483,-1.28391 -0.94241,-2.74893 -0.38272,-4.39505 0.52673,-1.54728 1.84154,-3.67073 3.94444,-6.37036 3.06581,-3.98348 6.94234,-7.88471 11.62961,-11.70368 4.46909,-3.65426 8.17175,-6.02462 11.10801,-7.1111 1.36414,-0.52668 3.69952,-0.23039 7.00616,0.88888 0.33121,-0.29623 0.7273,-0.44437 1.18826,-0.44444 1.2839,7e-5 3.38368,1.23463 6.29938,3.7037 1.30857,1.08648 0.538,4.75725 -2.31173,11.01232 z&quot;
+-         style=&quot;font-size:101.13562012px;fill:#fdfafa;stroke:#8686b0;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4923&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 343.30965,229.47626 c -2.13848,2.13992 -5.02795,5.24397 -8.66842,9.31215 -0.78191,1.0582 -1.55278,2.1164 -2.3126,3.1746 -0.57762,0.72898 -1.13685,1.09347 -1.67769,1.09347 -0.4233,0 -0.9862,-0.17637 -1.68871,-0.5291 -0.78926,-0.37625 -1.11994,-0.7525 -0.99206,-1.12875 0.0558,-0.1646 0.33214,-0.52909 0.82892,-1.09347 2.58375,-3.10404 5.26232,-6.97235 8.0357,-11.60491 2.94823,-4.8677 4.76407,-8.58315 5.44752,-11.14637 0.3042,-1.03466 0.24468,-1.552 -0.17857,-1.55202 -0.30573,2e-5 -0.86423,0.29397 -1.67548,0.88183 -7.89242,5.78484 -15.64813,13.52144 -23.26715,23.20983 -0.94798,1.1993 -1.78645,1.79894 -2.51543,1.79894 -0.51735,0 -1.27572,-0.29394 -2.27513,-0.88183 -0.39829,-0.21164 -0.5776,-0.41152 -0.53792,-0.59965 0.0323,-0.0941 0.27337,-0.42328 0.72311,-0.98765 2.37947,-2.98647 5.01835,-6.77246 7.91665,-11.358 3.12167,-4.96176 5.24762,-8.83006 6.37785,-11.60492 0.33508,-0.84653 0.4556,-1.26981 0.36155,-1.26984 -0.0235,3e-5 -0.46077,0.31749 -1.31172,0.95238 
 -0.85098,0.63494 -2.01206,1.45799 -3.48324,2.46913 -0.28367,0.21166 -0.55483,0.31748 -0.81349,0.31746 -0.32923,2e-5 -0.45048,-0.12931 -0.36376,-0.38801 0.0647,-0.1881 0.25425,-0.39974 0.56878,-0.63491 1.45061,-1.29333 3.3267,-2.90415 5.6283,-4.83245 0.4894,-0.39973 0.92223,-0.59961 1.2985,-0.59964 0.56435,3e-5 0.91782,0.41155 1.0604,1.23456 1.71368,0.5644 2.31185,1.43448 1.79453,2.61023 -1.13758,2.58673 -4.05277,7.25456 -8.74557,14.0035 2.60727,-3.03349 6.05303,-6.4256 10.33728,-10.17635 4.28421,-3.7507 7.27141,-5.96704 8.96162,-6.64902 0.84065,-0.32919 1.41384,-0.49379 1.71958,-0.49382 0.30567,3e-5 0.71131,0.2587 1.21693,0.77601 1.721,0.68198 2.30154,1.81072 1.74162,3.38624 -0.55853,1.64611 -1.85703,4.2916 -3.8955,7.93649 -1.65788,3.01 -3.04088,5.34979 -4.14902,7.01939 0.97733,-0.87007 2.231,-1.99881 3.76101,-3.38624 0.26746,-0.23514 0.49527,-0.35272 0.68342,-0.35273 0.3527,1e-5 0.45338,0.22341 0.30203,0.67019 -0.0485,0.1411 -0.11981,0.2822 -0.21384,0.42328 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;stroke:#8686b0;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4925&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 372.72758,245.77252 c -3.33776,3.38623 -5.67682,5.07935 -7.01718,5.07936 -1.64611,-1e-5 -3.25435,-2.20459 -4.82473,-6.61374 -1.57041,-4.40917 -2.51801,-9.3533 -2.8428,-14.83243 -3.97414,3.45679 -7.28909,7.50146 -9.94487,12.13402 -0.60994,1.03468 -1.09127,1.55202 -1.444,1.55202 -0.1411,0 -0.39536,-0.0823 -0.76279,-0.24691 -1.66372,-0.84656 -2.34788,-1.70488 -2.05246,-2.57495 0.0397,-0.11758 0.44826,-0.90535 1.22575,-2.36331 7.77922,-14.93235 15.64222,-27.68951 23.58902,-38.27154 5.93029,-7.90116 10.6084,-13.05106 14.03436,-15.4497 0.87297,-0.63486 1.62694,-0.95232 2.2619,-0.95238 0.65839,6e-5 1.37341,0.38806 2.14506,1.16402 0.84798,0.96419 1.69601,1.92833 2.54409,2.89241 0.2498,0.23521 0.32623,0.49388 0.22927,0.77601 -0.14261,0.42333 -0.48432,0.63497 -1.02513,0.63492 -0.25872,5e-5 -0.49387,-0.0705 -0.70546,-0.21164 -0.89805,-0.5408 -1.61748,-0.81123 -2.15829,-0.81128 -1.48152,5e-5 -3.5913,1.4345 -6.32935,4.30334 -9.83393,10.32336 -18.95942,23.78599 -27.376
 49,40.38793 0.9553,-1.15225 2.98425,-3.35095 6.08685,-6.59611 0.0206,-0.82302 0.0551,-1.30509 0.10361,-1.4462 0.19105,-0.56436 1.13828,-0.9994 2.84171,-1.30512 4.7795,-4.65605 8.46409,-7.78361 11.05377,-9.38269 0.92148,-0.56435 1.58212,-0.84653 1.98192,-0.84656 0.39973,3e-5 0.94426,0.57616 1.63359,1.72839 1.46234,0.68198 2.02157,1.52853 1.67769,2.53968 -0.11174,0.32924 -0.3028,0.75252 -0.57319,1.26983 -1.10968,1.95182 -2.32808,3.66845 -3.6552,5.14991 -0.68639,0.77603 -1.26473,1.16403 -1.73501,1.16402 -0.32924,1e-5 -0.80249,-0.12932 -1.41975,-0.38801 -1.18168,-0.47029 -1.68873,-0.95236 -1.52116,-1.44621 0.10433,-0.30568 0.39606,-0.54083 0.87522,-0.70546 1.27569,-0.84654 2.4544,-2.51614 3.53615,-5.00881 0.24688,-0.58786 0.19397,-0.88181 -0.15873,-0.88183 -0.21167,2e-5 -0.53795,0.12936 -0.97883,0.388 -3.22607,1.88127 -6.37494,4.60907 -9.44663,8.18341 -0.17345,11.02879 1.54906,17.93059 5.16753,20.70543 0.45265,0.32921 0.97293,0.49382 1.56085,0.49382 0.84653,0 1.57698,-0.24691 2.
 19135,-0.74074 0.61431,-0.49382 1.09785,-0.74074 1.45062,-0.74073 0.32918,-1e-5 0.43427,0.17636 0.31525,0.52909 -0.0721,0.21164 -0.24988,0.45855 -0.53351,0.74074 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;stroke:#8686b0;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4928&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 396.86113,213.77964 c -0.35864,1.05823 -1.21622,2.75134 -2.57274,5.07935 -0.4821,0.79955 -0.89288,1.3169 -1.23236,1.55203 -0.15729,0.1176 -0.61657,0.29397 -1.37787,0.5291 -0.98179,0.32924 -1.5785,0.49385 -1.79012,0.49383 -0.35275,2e-5 -0.44975,-0.23514 -0.291,-0.70547 0.0882,-0.25865 0.2513,-0.59962 0.48942,-1.02293 1.35506,-2.32801 2.12188,-3.9447 2.30048,-4.85008 0.17854,-0.90532 0.63673,-1.47557 1.37455,-1.71075 1.35212,-0.58786 2.1928,-0.8818 2.52204,-0.88183 0.72896,3e-5 0.92149,0.50561 0.5776,1.51675 z m -12.52422,20.24687 c -0.88773,2.82187 -3.10627,4.75015 -6.65563,5.78483 -0.73634,0.98765 -1.34481,1.6696 -1.8254,2.04585 -0.73192,0.56437 -1.64315,0.89359 -2.73368,0.98765 -0.69812,0.047 -1.41534,0.0118 -2.15167,-0.10582 -1.3154,-0.21164 -2.93209,-0.47031 -4.85008,-0.77601 -0.53203,-0.0941 -0.7569,-0.43504 -0.6746,-1.02293 0.30864,-0.63492 1.09494,-1.01116 2.3589,-1.12874 1.70929,-0.11758 4.27836,-0.41152 7.70722,-0.88184 1.31833,-0.28218 2.42356,-0
 .97589 3.31569,-2.08112 0.49822,-0.56437 0.88696,-1.25808 1.16622,-2.08113 0.5041,-1.48147 0.65034,-4.09169 0.43871,-7.83067 -0.219,-3.64489 -0.0735,-6.07874 0.43651,-7.30157 1.18752,-2.93942 4.59874,-4.98527 10.23367,-6.13756 0.557,-0.11755 0.75174,0.0706 0.58421,0.56438 -0.0956,0.28221 -0.35937,0.50561 -0.79144,0.67019 -2.91595,1.10525 -4.64948,2.46915 -5.20061,4.0917 -0.21607,0.63494 -0.36818,1.42859 -0.45635,2.38095 -0.0882,0.9524 -0.16021,3.23928 -0.21605,6.86066 -0.0162,2.61023 -0.24472,4.59729 -0.68562,5.96118 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;stroke:#8686b0;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4930&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 416.19972,216.03713 c -1.23753,3.64493 -2.74179,6.58437 -4.51278,8.81833 -0.73488,0.91712 -1.46533,1.12876 -2.19135,0.63492 -1.06851,-0.72897 -1.52265,-1.32861 -1.36243,-1.79894 0.0705,-0.21162 0.29906,-0.43502 0.68562,-0.6702 1.5667,-2.25747 2.52643,-4.00937 2.87919,-5.25572 0.31302,-1.05817 -0.036,-1.58727 -1.04718,-1.5873 -0.1176,3e-5 -0.28405,-0.0294 -0.49934,-0.0882 -0.21534,-0.0588 -0.39354,-0.0882 -0.53461,-0.0882 -0.82306,2e-5 -2.09805,0.77603 -3.82495,2.32803 -1.90771,1.74018 -3.98884,4.16227 -6.24337,7.26631 -1.85921,2.5632 -3.265,4.7619 -4.21737,6.5961 -0.70547,1.31688 -1.24265,2.51617 -1.61155,3.59788 -1.22134,3.59788 -0.67975,5.36154 1.62478,5.29099 2.01498,-0.047 5.79363,-2.55143 11.33596,-7.51321 0.52761,-0.44678 0.94427,-0.67018 1.25,-0.67019 0.30568,1e-5 0.39459,0.18813 0.26675,0.56437 -0.0632,0.18813 -0.20137,0.42329 -0.41446,0.70547 -2.28544,3.05702 -4.8354,5.74955 -7.6499,8.07758 -0.69372,0.58789 -1.66373,0.88184 -2.91005,0.88184 -0.75
 25,0 -1.61743,-0.15286 -2.59479,-0.45856 -2.11493,-0.14109 -3.60743,-0.8348 -4.4775,-2.08112 -0.93181,-1.34038 -0.98325,-3.09229 -0.15432,-5.25572 0.94208,-2.49264 2.9872,-5.94942 6.13535,-10.37035 3.39357,-4.79715 6.42193,-8.27745 9.08508,-10.4409 1.23013,-0.98763 2.15091,-1.48145 2.76234,-1.48148 0.61138,3e-5 1.6343,0.51737 3.06877,1.55202 1.08463,-0.3527 2.09727,-0.52907 3.03792,-0.52909 1.8577,2e-5 2.56243,0.65846 2.11419,1.9753 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;stroke:#8686b0;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4932&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 442.05064,218.54153 c -4.20049,5.99648 -7.40374,11.0288 -9.60977,15.09698 0.46441,-0.32921 1.1008,-0.83479 1.90917,-1.51675 0.80832,-0.68194 1.30288,-1.08171 1.48369,-1.1993 0.47322,-0.42326 0.89797,-0.6349 1.27424,-0.63492 0.35271,2e-5 0.46881,0.17638 0.34833,0.5291 -0.072,0.21165 -0.24988,0.45857 -0.53351,0.74074 -3.3216,3.26867 -5.91418,6.5726 -7.77776,9.9118 -0.53206,0.94062 -1.00972,1.41093 -1.43298,1.41093 -0.39979,0 -1.01192,-0.37625 -1.83642,-1.12874 -0.49237,-0.42328 -0.73708,-0.77601 -0.73412,-1.0582 -0.0309,-0.25867 0.14475,-0.77601 0.52689,-1.55203 3.01732,-5.97293 5.93838,-10.93471 8.76321,-14.88533 -3.17315,3.3157 -7.20679,6.98412 -12.10095,11.00527 -4.27101,3.50382 -7.25234,5.73779 -8.94398,6.70193 -1.21988,0.68195 -2.08848,1.02292 -2.60582,1.02292 -0.42328,0 -0.95385,-0.34097 -1.59171,-1.02292 -0.99059,-0.7525 -1.26249,-1.78718 -0.81569,-3.10405 0.0882,-0.25867 0.21164,-0.55261 0.37037,-0.88184 1.6064,-3.48029 4.51167,-7.53083 8.71581,-12.
 15165 4.20412,-4.62078 8.55045,-8.51848 13.039,-11.6931 1.45647,-1.03465 2.61608,-1.54024 3.47883,-1.51675 0.83036,0.0471 2.06125,1.16405 3.69267,3.35096 0.14841,0.18815 0.18663,0.38804 0.11464,0.59965 -0.1279,0.37627 -0.43874,0.5644 -0.93254,0.56437 -0.18815,3e-5 -0.35276,-0.0352 -0.49382,-0.10582 -1.43007,-0.70544 -2.77854,-0.68192 -4.04541,0.0705 -2.76163,1.62259 -6.17799,4.47973 -10.2491,8.57141 -4.70165,4.70312 -8.00925,8.93591 -9.92282,12.69839 -0.0808,0.16461 -0.14477,0.31746 -0.1918,0.45855 -0.19989,0.58789 -0.0647,0.88184 0.40564,0.88184 0.79953,0 1.93929,-0.55262 3.41931,-1.65785 3.50527,-2.56319 7.42207,-5.78481 11.75042,-9.66488 4.44735,-4.02114 7.45366,-7.05464 9.01894,-9.10052 1.14635,-1.50497 1.91796,-2.56316 2.31481,-3.17459 0.66428,-1.05818 1.17281,-1.58727 1.52557,-1.5873 0.3527,3e-5 1.01187,0.48209 1.97751,1.4462 0.40561,0.39979 0.5761,0.76428 0.51146,1.09348 -0.0485,0.28221 -0.32263,0.77603 -0.82231,1.48147 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;stroke:#8686b0;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4934&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 471.99988,220.3052 c -1.63289,3.97414 -4.12995,8.24221 -7.49117,12.80421 -3.13935,4.25632 -5.79587,7.16048 -7.96956,8.7125 -1.23752,0.87008 -2.33834,1.30512 -3.30246,1.30512 -1.08173,0 -2.58452,-0.87008 -4.50837,-2.61023 -0.38214,-0.32921 -0.51295,-0.67019 -0.39242,-1.02292 0.15137,-0.4468 0.54452,-0.67019 1.17945,-0.6702 0.25866,1e-5 0.60698,0.0823 1.04498,0.24692 0.43796,0.16461 0.8098,0.24691 1.11551,0.24691 1.71662,0 3.62799,-1.09347 5.73412,-3.28042 1.79157,-1.88123 3.74409,-4.40915 5.85757,-7.58376 2.58962,-3.95059 4.28568,-7.34858 5.08818,-10.19398 0.39238,-1.36388 0.16531,-2.04583 -0.68122,-2.04585 -0.75253,2e-5 -1.84526,0.51736 -3.27821,1.55202 -10.097,7.28983 -18.41929,16.00233 -24.96689,26.13752 -3.72133,5.7613 -6.71147,11.09932 -8.97044,16.01408 -0.0794,0.16459 -1.7835,4.24453 -5.11242,12.23983 -0.485,1.15223 -0.96266,1.72836 -1.43298,1.7284 -0.49381,-4e-5 -1.18017,-0.57617 -2.05908,-1.7284 -0.62902,-0.84658 -0.62976,-1.88127 -0.002,-3.10405 5
 .01469,-11.71075 12.27952,-24.7501 21.79449,-39.11809 7.4647,-11.2404 12.83432,-18.53021 16.10887,-21.86945 1.93413,-1.95175 3.38695,-2.90413 4.35846,-2.85713 0.97881,0.0236 2.56023,0.90538 4.74426,2.64549 0.29685,0.23519 0.4012,0.48211 0.31305,0.74074 -0.12055,0.35277 -0.46299,0.52914 -1.02733,0.5291 -0.14113,4e-5 -0.36636,-0.0294 -0.67571,-0.0882 -0.3094,-0.0588 -0.5464,-0.0882 -0.71098,-0.0882 -1.4815,3e-5 -3.44872,1.25811 -5.90166,3.77424 -1.42859,1.43448 -3.43549,3.84482 -6.02071,7.23103 -2.58526,3.38625 -4.56717,6.17284 -5.94576,8.35977 5.37475,-5.64371 11.04199,-10.4879 17.00173,-14.5326 0.91414,-0.61138 1.65341,-0.91708 2.21781,-0.91711 0.25864,3e-5 0.78554,0.35276 1.58069,1.0582 2.81448,1.12877 3.58461,3.25693 2.3104,6.38447 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;stroke:#8686b0;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4936&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 489.12508,231.98066 c -8.19959,7.31334 -13.46339,10.97 -15.79142,10.97 -1.10524,0 -2.245,-0.76426 -3.41931,-2.29276 -1.48442,-0.82305 -1.99074,-1.92828 -1.51895,-3.3157 0.0882,-0.25866 0.20355,-0.52909 0.34612,-0.81128 1.51821,-3.22162 3.58758,-6.78422 6.2081,-10.68781 -0.7187,-0.44678 -1.00971,-0.87006 -0.87302,-1.26984 0.11169,-0.3292 0.41446,-0.49381 0.90829,-0.49383 0.37624,2e-5 0.72824,0.10584 1.056,0.31746 3.69045,-4.70308 6.70632,-8.04228 9.0476,-10.01761 1.52996,-1.31685 2.72998,-1.97528 3.60008,-1.97531 0.39974,3e-5 1.27128,0.341 2.61463,1.02293 0.12196,-0.70544 0.46147,-1.11696 1.01852,-1.23457 0.0235,3e-5 0.5761,3e-5 1.65784,0 1.01114,3e-5 1.4572,0.1764 1.33819,0.5291 -0.025,0.0706 -0.12863,0.27046 -0.31085,0.59965 -0.18227,0.32924 -0.32116,0.63494 -0.41667,0.9171 -0.28809,0.84659 -0.632,1.89303 -1.03174,3.13933 -0.39979,1.24634 -0.67169,2.08114 -0.8157,2.5044 -0.99061,2.91595 -2.48164,4.95004 -4.47309,6.10228 -1.81807,1.05822 -3.64419,1.58731 
 -5.47839,1.5873 -0.96415,1e-5 -2.47502,-0.25866 -4.53262,-0.77601 -0.64815,0.72899 -1.57849,2.15168 -2.791,4.26807 -1.56967,2.68078 -2.68224,5.05584 -3.33773,7.1252 -0.39242,1.22281 -0.21238,1.83422 0.54012,1.83422 0.28218,0 0.67092,-0.0705 1.16622,-0.21164 3.05554,-0.96414 7.85197,-3.90358 14.38931,-8.81833 0.41003,-0.30569 0.7679,-0.45854 1.07363,-0.45855 0.44677,1e-5 0.59815,0.21165 0.45414,0.63492 -0.0882,0.25868 -0.29764,0.52911 -0.6283,0.81128 z m 1.17063,-15.5908 c 0.31156,-0.91708 0.26746,-1.37563 -0.13228,-1.37566 -0.25869,3e-5 -0.69887,0.18816 -1.32054,0.56438 -2.93505,1.85775 -6.06409,5.11465 -9.38711,9.7707 0.44678,0.0706 1.24558,0.14111 2.39638,0.21164 1.88123,0.0706 3.45236,-0.36447 4.7134,-1.30511 0.94501,-0.70545 1.72837,-1.86947 2.35008,-3.49206 -0.47768,1.19932 -0.0177,-0.25865 1.38007,-4.37389 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;stroke:#8686b0;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4938&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       style=&quot;font-size:72.23972321px;font-style:normal;font-weight:normal;fill:#464674;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans&quot;
+-       id=&quot;text3892&quot;
+-       transform=&quot;translate(-11.303092,29.559197)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         d=&quot;m 329.40491,193.46574 c -4.40745,9.58027 -11.06073,20.24691 -19.95984,31.99995 -10.47326,13.86006 -18.42077,20.823 -23.84255,20.88885 -3.26955,0.0329 -6.643,-1.71193 -10.12035,-5.23456 -0.26132,-0.29629 -0.31379,-0.67489 -0.15741,-1.1358 0.39094,-1.15226 1.11316,-1.72839 2.16667,-1.72839 0.26336,0 0.5041,0.0659 0.72222,0.19753 2.33949,1.44856 4.5082,2.1893 6.50616,2.22222 4.3333,0.13169 11.3662,-6.37035 21.09872,-19.50614 9.34356,-12.67484 15.90219,-24.03283 19.6759,-34.07401 1.20775,-3.2592 0.14912,-4.88882 -3.17593,-4.88888 -0.5268,6e-5 -1.12042,0.0494 -1.78086,0.14814 -2.68934,0.3622 -6.29633,2.40335 -10.82096,6.12345 -5.0309,4.14819 -9.18726,8.87246 -12.46912,14.17281 -0.43418,0.6914 -0.75723,1.34983 -0.96913,1.97531 -0.41361,1.21814 -0.38274,2.33748 0.0926,3.35802 0.49997,0.75723 0.99997,1.51443 1.5,2.2716 0.23865,0.36217 0.30861,0.69139 0.20987,0.98765 -0.21402,0.62555 -0.81484,0.9383 -1.80246,0.93827 -0.39509,3e-5 -0.70167,-0.0658 -0.91975,-0.19753 -
 2.26134,-1.67898 -3.73973,-3.04523 -4.43518,-4.09876 -0.81483,-1.28391 -0.94241,-2.74893 -0.38272,-4.39505 0.52673,-1.54728 1.84154,-3.67073 3.94444,-6.37036 3.06581,-3.98348 6.94234,-7.88471 11.62961,-11.70368 4.46909,-3.65426 8.17175,-6.02462 11.10801,-7.1111 1.36414,-0.52668 3.69952,-0.23039 7.00616,0.88888 0.33121,-0.29623 0.7273,-0.44437 1.18826,-0.44444 1.2839,7e-5 3.38368,1.23463 6.29938,3.7037 1.30857,1.08648 0.538,4.75725 -2.31173,11.01232 z&quot;
+-         style=&quot;font-size:101.13562012px;fill:#464674;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4898&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 343.30965,231.47626 c -2.13848,2.13992 -5.02795,5.24397 -8.66842,9.31215 -0.78191,1.0582 -1.55278,2.1164 -2.3126,3.1746 -0.57762,0.72898 -1.13685,1.09347 -1.67769,1.09347 -0.4233,0 -0.9862,-0.17637 -1.68871,-0.5291 -0.78926,-0.37625 -1.11994,-0.7525 -0.99206,-1.12875 0.0558,-0.1646 0.33214,-0.52909 0.82892,-1.09347 2.58375,-3.10404 5.26232,-6.97235 8.0357,-11.60491 2.94823,-4.8677 4.76407,-8.58315 5.44752,-11.14637 0.3042,-1.03466 0.24468,-1.552 -0.17857,-1.55202 -0.30573,2e-5 -0.86423,0.29397 -1.67548,0.88183 -7.89242,5.78484 -15.64813,13.52144 -23.26715,23.20983 -0.94798,1.1993 -1.78645,1.79894 -2.51543,1.79894 -0.51735,0 -1.27572,-0.29394 -2.27513,-0.88183 -0.39829,-0.21164 -0.5776,-0.41152 -0.53792,-0.59965 0.0323,-0.0941 0.27337,-0.42328 0.72311,-0.98765 2.37947,-2.98647 5.01835,-6.77246 7.91665,-11.358 3.12167,-4.96176 5.24762,-8.83006 6.37785,-11.60492 0.33508,-0.84653 0.4556,-1.26981 0.36155,-1.26984 -0.0235,3e-5 -0.46077,0.31749 -1.31172,0.95238 
 -0.85098,0.63494 -2.01206,1.45799 -3.48324,2.46913 -0.28367,0.21166 -0.55483,0.31748 -0.81349,0.31746 -0.32923,2e-5 -0.45048,-0.12931 -0.36376,-0.38801 0.0647,-0.1881 0.25425,-0.39974 0.56878,-0.63491 1.45061,-1.29333 3.3267,-2.90415 5.6283,-4.83245 0.4894,-0.39973 0.92223,-0.59961 1.2985,-0.59964 0.56435,3e-5 0.91782,0.41155 1.0604,1.23456 1.71368,0.5644 2.31185,1.43448 1.79453,2.61023 -1.13758,2.58673 -4.05277,7.25456 -8.74557,14.0035 2.60727,-3.03349 6.05303,-6.4256 10.33728,-10.17635 4.28421,-3.7507 7.27141,-5.96704 8.96162,-6.64902 0.84065,-0.32919 1.41384,-0.49379 1.71958,-0.49382 0.30567,3e-5 0.71131,0.2587 1.21693,0.77601 1.721,0.68198 2.30154,1.81072 1.74162,3.38624 -0.55853,1.64611 -1.85703,4.2916 -3.8955,7.93649 -1.65788,3.01 -3.04088,5.34979 -4.14902,7.01939 0.97733,-0.87007 2.231,-1.99881 3.76101,-3.38624 0.26746,-0.23514 0.49527,-0.35272 0.68342,-0.35273 0.3527,1e-5 0.45338,0.22341 0.30203,0.67019 -0.0485,0.1411 -0.11981,0.2822 -0.21384,0.42328 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#464674;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4900&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 372.72758,247.77252 c -3.33776,3.38623 -5.67682,5.07935 -7.01718,5.07936 -1.64611,-1e-5 -3.25435,-2.20459 -4.82473,-6.61374 -1.57041,-4.40917 -2.51801,-9.3533 -2.8428,-14.83243 -3.97414,3.45679 -7.28909,7.50146 -9.94487,12.13402 -0.60994,1.03468 -1.09127,1.55202 -1.444,1.55202 -0.1411,0 -0.39536,-0.0823 -0.76279,-0.24691 -1.66372,-0.84656 -2.34788,-1.70488 -2.05246,-2.57495 0.0397,-0.11758 0.44826,-0.90535 1.22575,-2.36331 7.77922,-14.93235 15.64222,-27.68951 23.58902,-38.27154 5.93029,-7.90116 10.6084,-13.05106 14.03436,-15.4497 0.87297,-0.63486 1.62694,-0.95232 2.2619,-0.95238 0.65839,6e-5 1.37341,0.38806 2.14506,1.16402 0.84798,0.96419 1.69601,1.92833 2.54409,2.89241 0.2498,0.23521 0.32623,0.49388 0.22927,0.77601 -0.14261,0.42333 -0.48432,0.63497 -1.02513,0.63492 -0.25872,5e-5 -0.49387,-0.0705 -0.70546,-0.21164 -0.89805,-0.5408 -1.61748,-0.81123 -2.15829,-0.81128 -1.48152,5e-5 -3.5913,1.4345 -6.32935,4.30334 -9.83393,10.32336 -18.95942,23.78599 -27.376
 49,40.38793 0.9553,-1.15225 2.98425,-3.35095 6.08685,-6.59611 0.0206,-0.82302 0.0551,-1.30509 0.10361,-1.4462 0.19105,-0.56436 1.13828,-0.9994 2.84171,-1.30512 4.7795,-4.65605 8.46409,-7.78361 11.05377,-9.38269 0.92148,-0.56435 1.58212,-0.84653 1.98192,-0.84656 0.39973,3e-5 0.94426,0.57616 1.63359,1.72839 1.46234,0.68198 2.02157,1.52853 1.67769,2.53968 -0.11174,0.32924 -0.3028,0.75252 -0.57319,1.26983 -1.10968,1.95182 -2.32808,3.66845 -3.6552,5.14991 -0.68639,0.77603 -1.26473,1.16403 -1.73501,1.16402 -0.32924,1e-5 -0.80249,-0.12932 -1.41975,-0.38801 -1.18168,-0.47029 -1.68873,-0.95236 -1.52116,-1.44621 0.10433,-0.30568 0.39606,-0.54083 0.87522,-0.70546 1.27569,-0.84654 2.4544,-2.51614 3.53615,-5.00881 0.24688,-0.58786 0.19397,-0.88181 -0.15873,-0.88183 -0.21167,2e-5 -0.53795,0.12936 -0.97883,0.388 -3.22607,1.88127 -6.37494,4.60907 -9.44663,8.18341 -0.17345,11.02879 1.54906,17.93059 5.16753,20.70543 0.45265,0.32921 0.97293,0.49382 1.56085,0.49382 0.84653,0 1.57698,-0.24691 2.
 19135,-0.74074 0.61431,-0.49382 1.09785,-0.74074 1.45062,-0.74073 0.32918,-1e-5 0.43427,0.17636 0.31525,0.52909 -0.0721,0.21164 -0.24988,0.45855 -0.53351,0.74074 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#464674;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4902&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 396.86113,215.77964 c -0.35864,1.05823 -1.21622,2.75134 -2.57274,5.07935 -0.4821,0.79955 -0.89288,1.3169 -1.23236,1.55203 -0.15729,0.1176 -0.61657,0.29397 -1.37787,0.5291 -0.98179,0.32924 -1.5785,0.49385 -1.79012,0.49383 -0.35275,2e-5 -0.44975,-0.23514 -0.291,-0.70547 0.0882,-0.25865 0.2513,-0.59962 0.48942,-1.02293 1.35506,-2.32801 2.12188,-3.9447 2.30048,-4.85008 0.17854,-0.90532 0.63673,-1.47557 1.37455,-1.71075 1.35212,-0.58786 2.1928,-0.8818 2.52204,-0.88183 0.72896,3e-5 0.92149,0.50561 0.5776,1.51675 z m -12.52422,20.24687 c -0.88773,2.82187 -3.10627,4.75015 -6.65563,5.78483 -0.73634,0.98765 -1.34481,1.6696 -1.8254,2.04585 -0.73192,0.56437 -1.64315,0.89359 -2.73368,0.98765 -0.69812,0.047 -1.41534,0.0118 -2.15167,-0.10582 -1.3154,-0.21164 -2.93209,-0.47031 -4.85008,-0.77601 -0.53203,-0.0941 -0.7569,-0.43504 -0.6746,-1.02293 0.30864,-0.63492 1.09494,-1.01116 2.3589,-1.12874 1.70929,-0.11758 4.27836,-0.41152 7.70722,-0.88184 1.31833,-0.28218 2.42356,-0
 .97589 3.31569,-2.08112 0.49822,-0.56437 0.88696,-1.25808 1.16622,-2.08113 0.5041,-1.48147 0.65034,-4.09169 0.43871,-7.83067 -0.219,-3.64489 -0.0735,-6.07874 0.43651,-7.30157 1.18752,-2.93942 4.59874,-4.98527 10.23367,-6.13756 0.557,-0.11755 0.75174,0.0706 0.58421,0.56438 -0.0956,0.28221 -0.35937,0.50561 -0.79144,0.67019 -2.91595,1.10525 -4.64948,2.46915 -5.20061,4.0917 -0.21607,0.63494 -0.36818,1.42859 -0.45635,2.38095 -0.0882,0.9524 -0.16021,3.23928 -0.21605,6.86066 -0.0162,2.61023 -0.24472,4.59729 -0.68562,5.96118 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#464674;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4904&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 416.19972,218.03713 c -1.23753,3.64493 -2.74179,6.58437 -4.51278,8.81833 -0.73488,0.91712 -1.46533,1.12876 -2.19135,0.63492 -1.06851,-0.72897 -1.52265,-1.32861 -1.36243,-1.79894 0.0705,-0.21162 0.29906,-0.43502 0.68562,-0.6702 1.5667,-2.25747 2.52643,-4.00937 2.87919,-5.25572 0.31302,-1.05817 -0.036,-1.58727 -1.04718,-1.5873 -0.1176,3e-5 -0.28405,-0.0294 -0.49934,-0.0882 -0.21534,-0.0588 -0.39354,-0.0882 -0.53461,-0.0882 -0.82306,2e-5 -2.09805,0.77603 -3.82495,2.32803 -1.90771,1.74018 -3.98884,4.16227 -6.24337,7.26631 -1.85921,2.5632 -3.265,4.7619 -4.21737,6.5961 -0.70547,1.31688 -1.24265,2.51617 -1.61155,3.59788 -1.22134,3.59788 -0.67975,5.36154 1.62478,5.29099 2.01498,-0.047 5.79363,-2.55143 11.33596,-7.51321 0.52761,-0.44678 0.94427,-0.67018 1.25,-0.67019 0.30568,1e-5 0.39459,0.18813 0.26675,0.56437 -0.0632,0.18813 -0.20137,0.42329 -0.41446,0.70547 -2.28544,3.05702 -4.8354,5.74955 -7.6499,8.07758 -0.69372,0.58789 -1.66373,0.88184 -2.91005,0.88184 -0.75
 25,0 -1.61743,-0.15286 -2.59479,-0.45856 -2.11493,-0.14109 -3.60743,-0.8348 -4.4775,-2.08112 -0.93181,-1.34038 -0.98325,-3.09229 -0.15432,-5.25572 0.94208,-2.49264 2.9872,-5.94942 6.13535,-10.37035 3.39357,-4.79715 6.42193,-8.27745 9.08508,-10.4409 1.23013,-0.98763 2.15091,-1.48145 2.76234,-1.48148 0.61138,3e-5 1.6343,0.51737 3.06877,1.55202 1.08463,-0.3527 2.09727,-0.52907 3.03792,-0.52909 1.8577,2e-5 2.56243,0.65846 2.11419,1.9753 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#464674;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4906&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 442.05064,220.54153 c -4.20049,5.99648 -7.40374,11.0288 -9.60977,15.09698 0.46441,-0.32921 1.1008,-0.83479 1.90917,-1.51675 0.80832,-0.68194 1.30288,-1.08171 1.48369,-1.1993 0.47322,-0.42326 0.89797,-0.6349 1.27424,-0.63492 0.35271,2e-5 0.46881,0.17638 0.34833,0.5291 -0.072,0.21165 -0.24988,0.45857 -0.53351,0.74074 -3.3216,3.26867 -5.91418,6.5726 -7.77776,9.9118 -0.53206,0.94062 -1.00972,1.41093 -1.43298,1.41093 -0.39979,0 -1.01192,-0.37625 -1.83642,-1.12874 -0.49237,-0.42328 -0.73708,-0.77601 -0.73412,-1.0582 -0.0309,-0.25867 0.14475,-0.77601 0.52689,-1.55203 3.01732,-5.97293 5.93838,-10.93471 8.76321,-14.88533 -3.17315,3.3157 -7.20679,6.98412 -12.10095,11.00527 -4.27101,3.50382 -7.25234,5.73779 -8.94398,6.70193 -1.21988,0.68195 -2.08848,1.02292 -2.60582,1.02292 -0.42328,0 -0.95385,-0.34097 -1.59171,-1.02292 -0.99059,-0.7525 -1.26249,-1.78718 -0.81569,-3.10405 0.0882,-0.25867 0.21164,-0.55261 0.37037,-0.88184 1.6064,-3.48029 4.51167,-7.53083 8.71581,-12.
 15165 4.20412,-4.62078 8.55045,-8.51848 13.039,-11.6931 1.45647,-1.03465 2.61608,-1.54024 3.47883,-1.51675 0.83036,0.0471 2.06125,1.16405 3.69267,3.35096 0.14841,0.18815 0.18663,0.38804 0.11464,0.59965 -0.1279,0.37627 -0.43874,0.5644 -0.93254,0.56437 -0.18815,3e-5 -0.35276,-0.0352 -0.49382,-0.10582 -1.43007,-0.70544 -2.77854,-0.68192 -4.04541,0.0705 -2.76163,1.62259 -6.17799,4.47973 -10.2491,8.57141 -4.70165,4.70312 -8.00925,8.93591 -9.92282,12.69839 -0.0808,0.16461 -0.14477,0.31746 -0.1918,0.45855 -0.19989,0.58789 -0.0647,0.88184 0.40564,0.88184 0.79953,0 1.93929,-0.55262 3.41931,-1.65785 3.50527,-2.56319 7.42207,-5.78481 11.75042,-9.66488 4.44735,-4.02114 7.45366,-7.05464 9.01894,-9.10052 1.14635,-1.50497 1.91796,-2.56316 2.31481,-3.17459 0.66428,-1.05818 1.17281,-1.58727 1.52557,-1.5873 0.3527,3e-5 1.01187,0.48209 1.97751,1.4462 0.40561,0.39979 0.5761,0.76428 0.51146,1.09348 -0.0485,0.28221 -0.32263,0.77603 -0.82231,1.48147 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#464674;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4908&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 471.99988,222.3052 c -1.63289,3.97414 -4.12995,8.24221 -7.49117,12.80421 -3.13935,4.25632 -5.79587,7.16048 -7.96956,8.7125 -1.23752,0.87008 -2.33834,1.30512 -3.30246,1.30512 -1.08173,0 -2.58452,-0.87008 -4.50837,-2.61023 -0.38214,-0.32921 -0.51295,-0.67019 -0.39242,-1.02292 0.15137,-0.4468 0.54452,-0.67019 1.17945,-0.6702 0.25866,1e-5 0.60698,0.0823 1.04498,0.24692 0.43796,0.16461 0.8098,0.24691 1.11551,0.24691 1.71662,0 3.62799,-1.09347 5.73412,-3.28042 1.79157,-1.88123 3.74409,-4.40915 5.85757,-7.58376 2.58962,-3.95059 4.28568,-7.34858 5.08818,-10.19398 0.39238,-1.36388 0.16531,-2.04583 -0.68122,-2.04585 -0.75253,2e-5 -1.84526,0.51736 -3.27821,1.55202 -10.097,7.28983 -18.41929,16.00233 -24.96689,26.13752 -3.72133,5.7613 -6.71147,11.09932 -8.97044,16.01408 -0.0794,0.16459 -1.7835,4.24453 -5.11242,12.23983 -0.485,1.15223 -0.96266,1.72836 -1.43298,1.7284 -0.49381,-4e-5 -1.18017,-0.57617 -2.05908,-1.7284 -0.62902,-0.84658 -0.62976,-1.88127 -0.002,-3.10405 5
 .01469,-11.71075 12.27952,-24.7501 21.79449,-39.11809 7.4647,-11.2404 12.83432,-18.53021 16.10887,-21.86945 1.93413,-1.95175 3.38695,-2.90413 4.35846,-2.85713 0.97881,0.0236 2.56023,0.90538 4.74426,2.64549 0.29685,0.23519 0.4012,0.48211 0.31305,0.74074 -0.12055,0.35277 -0.46299,0.52914 -1.02733,0.5291 -0.14113,4e-5 -0.36636,-0.0294 -0.67571,-0.0882 -0.3094,-0.0588 -0.5464,-0.0882 -0.71098,-0.0882 -1.4815,3e-5 -3.44872,1.25811 -5.90166,3.77424 -1.42859,1.43448 -3.43549,3.84482 -6.02071,7.23103 -2.58526,3.38625 -4.56717,6.17284 -5.94576,8.35977 5.37475,-5.64371 11.04199,-10.4879 17.00173,-14.5326 0.91414,-0.61138 1.65341,-0.91708 2.21781,-0.91711 0.25864,3e-5 0.78554,0.35276 1.58069,1.0582 2.81448,1.12877 3.58461,3.25693 2.3104,6.38447 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#464674;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4910&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 489.12508,233.98066 c -8.19959,7.31334 -13.46339,10.97 -15.79142,10.97 -1.10524,0 -2.245,-0.76426 -3.41931,-2.29276 -1.48442,-0.82305 -1.99074,-1.92828 -1.51895,-3.3157 0.0882,-0.25866 0.20355,-0.52909 0.34612,-0.81128 1.51821,-3.22162 3.58758,-6.78422 6.2081,-10.68781 -0.7187,-0.44678 -1.00971,-0.87006 -0.87302,-1.26984 0.11169,-0.3292 0.41446,-0.49381 0.90829,-0.49383 0.37624,2e-5 0.72824,0.10584 1.056,0.31746 3.69045,-4.70308 6.70632,-8.04228 9.0476,-10.01761 1.52996,-1.31685 2.72998,-1.97528 3.60008,-1.97531 0.39974,3e-5 1.27128,0.341 2.61463,1.02293 0.12196,-0.70544 0.46147,-1.11696 1.01852,-1.23457 0.0235,3e-5 0.5761,3e-5 1.65784,0 1.01114,3e-5 1.4572,0.1764 1.33819,0.5291 -0.025,0.0706 -0.12863,0.27046 -0.31085,0.59965 -0.18227,0.32924 -0.32116,0.63494 -0.41667,0.9171 -0.28809,0.84659 -0.632,1.89303 -1.03174,3.13933 -0.39979,1.24634 -0.67169,2.08114 -0.8157,2.5044 -0.99061,2.91595 -2.48164,4.95004 -4.47309,6.10228 -1.81807,1.05822 -3.64419,1.58731 
 -5.47839,1.5873 -0.96415,1e-5 -2.47502,-0.25866 -4.53262,-0.77601 -0.64815,0.72899 -1.57849,2.15168 -2.791,4.26807 -1.56967,2.68078 -2.68224,5.05584 -3.33773,7.1252 -0.39242,1.22281 -0.21238,1.83422 0.54012,1.83422 0.28218,0 0.67092,-0.0705 1.16622,-0.21164 3.05554,-0.96414 7.85197,-3.90358 14.38931,-8.81833 0.41003,-0.30569 0.7679,-0.45854 1.07363,-0.45855 0.44677,1e-5 0.59815,0.21165 0.45414,0.63492 -0.0882,0.25868 -0.29764,0.52911 -0.6283,0.81128 z m 1.17063,-15.5908 c 0.31156,-0.91708 0.26746,-1.37563 -0.13228,-1.37566 -0.25869,3e-5 -0.69887,0.18816 -1.32054,0.56438 -2.93505,1.85775 -6.06409,5.11465 -9.38711,9.7707 0.44678,0.0706 1.24558,0.14111 2.39638,0.21164 1.88123,0.0706 3.45236,-0.36447 4.7134,-1.30511 0.94501,-0.70545 1.72837,-1.86947 2.35008,-3.49206 -0.47768,1.19932 -0.0177,-0.25865 1.38007,-4.37389 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#464674;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4912&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       style=&quot;font-size:72.23972321px;font-style:normal;font-weight:normal;fill:#fdfafa;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans&quot;
+-       id=&quot;text3840&quot;
+-       transform=&quot;translate(-11.303092,29.559197)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         d=&quot;m 329.40491,191.46574 c -4.40745,9.58027 -11.06073,20.24691 -19.95984,31.99995 -10.47326,13.86006 -18.42077,20.823 -23.84255,20.88885 -3.26955,0.0329 -6.643,-1.71193 -10.12035,-5.23456 -0.26132,-0.29629 -0.31379,-0.67489 -0.15741,-1.1358 0.39094,-1.15226 1.11316,-1.72839 2.16667,-1.72839 0.26336,0 0.5041,0.0659 0.72222,0.19753 2.33949,1.44856 4.5082,2.1893 6.50616,2.22222 4.3333,0.13169 11.3662,-6.37035 21.09872,-19.50614 9.34356,-12.67484 15.90219,-24.03283 19.6759,-34.07401 1.20775,-3.2592 0.14912,-4.88882 -3.17593,-4.88888 -0.5268,6e-5 -1.12042,0.0494 -1.78086,0.14814 -2.68934,0.3622 -6.29633,2.40335 -10.82096,6.12345 -5.0309,4.14819 -9.18726,8.87246 -12.46912,14.17281 -0.43418,0.6914 -0.75723,1.34983 -0.96913,1.97531 -0.41361,1.21814 -0.38274,2.33748 0.0926,3.35802 0.49997,0.75723 0.99997,1.51443 1.5,2.2716 0.23865,0.36217 0.30861,0.69139 0.20987,0.98765 -0.21402,0.62555 -0.81484,0.9383 -1.80246,0.93827 -0.39509,3e-5 -0.70167,-0.0658 -0.91975,-0.19753 -
 2.26134,-1.67898 -3.73973,-3.04523 -4.43518,-4.09876 -0.81483,-1.28391 -0.94241,-2.74893 -0.38272,-4.39505 0.52673,-1.54728 1.84154,-3.67073 3.94444,-6.37036 3.06581,-3.98348 6.94234,-7.88471 11.62961,-11.70368 4.46909,-3.65426 8.17175,-6.02462 11.10801,-7.1111 1.36414,-0.52668 3.69952,-0.23039 7.00616,0.88888 0.33121,-0.29623 0.7273,-0.44437 1.18826,-0.44444 1.2839,7e-5 3.38368,1.23463 6.29938,3.7037 1.30857,1.08648 0.538,4.75725 -2.31173,11.01232 z&quot;
+-         style=&quot;font-size:101.13562012px;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4881&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 343.30965,229.47626 c -2.13848,2.13992 -5.02795,5.24397 -8.66842,9.31215 -0.78191,1.0582 -1.55278,2.1164 -2.3126,3.1746 -0.57762,0.72898 -1.13685,1.09347 -1.67769,1.09347 -0.4233,0 -0.9862,-0.17637 -1.68871,-0.5291 -0.78926,-0.37625 -1.11994,-0.7525 -0.99206,-1.12875 0.0558,-0.1646 0.33214,-0.52909 0.82892,-1.09347 2.58375,-3.10404 5.26232,-6.97235 8.0357,-11.60491 2.94823,-4.8677 4.76407,-8.58315 5.44752,-11.14637 0.3042,-1.03466 0.24468,-1.552 -0.17857,-1.55202 -0.30573,2e-5 -0.86423,0.29397 -1.67548,0.88183 -7.89242,5.78484 -15.64813,13.52144 -23.26715,23.20983 -0.94798,1.1993 -1.78645,1.79894 -2.51543,1.79894 -0.51735,0 -1.27572,-0.29394 -2.27513,-0.88183 -0.39829,-0.21164 -0.5776,-0.41152 -0.53792,-0.59965 0.0323,-0.0941 0.27337,-0.42328 0.72311,-0.98765 2.37947,-2.98647 5.01835,-6.77246 7.91665,-11.358 3.12167,-4.96176 5.24762,-8.83006 6.37785,-11.60492 0.33508,-0.84653 0.4556,-1.26981 0.36155,-1.26984 -0.0235,3e-5 -0.46077,0.31749 -1.31172,0.95238 
 -0.85098,0.63494 -2.01206,1.45799 -3.48324,2.46913 -0.28367,0.21166 -0.55483,0.31748 -0.81349,0.31746 -0.32923,2e-5 -0.45048,-0.12931 -0.36376,-0.38801 0.0647,-0.1881 0.25425,-0.39974 0.56878,-0.63491 1.45061,-1.29333 3.3267,-2.90415 5.6283,-4.83245 0.4894,-0.39973 0.92223,-0.59961 1.2985,-0.59964 0.56435,3e-5 0.91782,0.41155 1.0604,1.23456 1.71368,0.5644 2.31185,1.43448 1.79453,2.61023 -1.13758,2.58673 -4.05277,7.25456 -8.74557,14.0035 2.60727,-3.03349 6.05303,-6.4256 10.33728,-10.17635 4.28421,-3.7507 7.27141,-5.96704 8.96162,-6.64902 0.84065,-0.32919 1.41384,-0.49379 1.71958,-0.49382 0.30567,3e-5 0.71131,0.2587 1.21693,0.77601 1.721,0.68198 2.30154,1.81072 1.74162,3.38624 -0.55853,1.64611 -1.85703,4.2916 -3.8955,7.93649 -1.65788,3.01 -3.04088,5.34979 -4.14902,7.01939 0.97733,-0.87007 2.231,-1.99881 3.76101,-3.38624 0.26746,-0.23514 0.49527,-0.35272 0.68342,-0.35273 0.3527,1e-5 0.45338,0.22341 0.30203,0.67019 -0.0485,0.1411 -0.11981,0.2822 -0.21384,0.42328 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4883&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 372.72758,245.77252 c -3.33776,3.38623 -5.67682,5.07935 -7.01718,5.07936 -1.64611,-1e-5 -3.25435,-2.20459 -4.82473,-6.61374 -1.57041,-4.40917 -2.51801,-9.3533 -2.8428,-14.83243 -3.97414,3.45679 -7.28909,7.50146 -9.94487,12.13402 -0.60994,1.03468 -1.09127,1.55202 -1.444,1.55202 -0.1411,0 -0.39536,-0.0823 -0.76279,-0.24691 -1.66372,-0.84656 -2.34788,-1.70488 -2.05246,-2.57495 0.0397,-0.11758 0.44826,-0.90535 1.22575,-2.36331 7.77922,-14.93235 15.64222,-27.68951 23.58902,-38.27154 5.93029,-7.90116 10.6084,-13.05106 14.03436,-15.4497 0.87297,-0.63486 1.62694,-0.95232 2.2619,-0.95238 0.65839,6e-5 1.37341,0.38806 2.14506,1.16402 0.84798,0.96419 1.69601,1.92833 2.54409,2.89241 0.2498,0.23521 0.32623,0.49388 0.22927,0.77601 -0.14261,0.42333 -0.48432,0.63497 -1.02513,0.63492 -0.25872,5e-5 -0.49387,-0.0705 -0.70546,-0.21164 -0.89805,-0.5408 -1.61748,-0.81123 -2.15829,-0.81128 -1.48152,5e-5 -3.5913,1.4345 -6.32935,4.30334 -9.83393,10.32336 -18.95942,23.78599 -27.376
 49,40.38793 0.9553,-1.15225 2.98425,-3.35095 6.08685,-6.59611 0.0206,-0.82302 0.0551,-1.30509 0.10361,-1.4462 0.19105,-0.56436 1.13828,-0.9994 2.84171,-1.30512 4.7795,-4.65605 8.46409,-7.78361 11.05377,-9.38269 0.92148,-0.56435 1.58212,-0.84653 1.98192,-0.84656 0.39973,3e-5 0.94426,0.57616 1.63359,1.72839 1.46234,0.68198 2.02157,1.52853 1.67769,2.53968 -0.11174,0.32924 -0.3028,0.75252 -0.57319,1.26983 -1.10968,1.95182 -2.32808,3.66845 -3.6552,5.14991 -0.68639,0.77603 -1.26473,1.16403 -1.73501,1.16402 -0.32924,1e-5 -0.80249,-0.12932 -1.41975,-0.38801 -1.18168,-0.47029 -1.68873,-0.95236 -1.52116,-1.44621 0.10433,-0.30568 0.39606,-0.54083 0.87522,-0.70546 1.27569,-0.84654 2.4544,-2.51614 3.53615,-5.00881 0.24688,-0.58786 0.19397,-0.88181 -0.15873,-0.88183 -0.21167,2e-5 -0.53795,0.12936 -0.97883,0.388 -3.22607,1.88127 -6.37494,4.60907 -9.44663,8.18341 -0.17345,11.02879 1.54906,17.93059 5.16753,20.70543 0.45265,0.32921 0.97293,0.49382 1.56085,0.49382 0.84653,0 1.57698,-0.24691 2.
 19135,-0.74074 0.61431,-0.49382 1.09785,-0.74074 1.45062,-0.74073 0.32918,-1e-5 0.43427,0.17636 0.31525,0.52909 -0.0721,0.21164 -0.24988,0.45855 -0.53351,0.74074 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4885&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 396.86113,213.77964 c -0.35864,1.05823 -1.21622,2.75134 -2.57274,5.07935 -0.4821,0.79955 -0.89288,1.3169 -1.23236,1.55203 -0.15729,0.1176 -0.61657,0.29397 -1.37787,0.5291 -0.98179,0.32924 -1.5785,0.49385 -1.79012,0.49383 -0.35275,2e-5 -0.44975,-0.23514 -0.291,-0.70547 0.0882,-0.25865 0.2513,-0.59962 0.48942,-1.02293 1.35506,-2.32801 2.12188,-3.9447 2.30048,-4.85008 0.17854,-0.90532 0.63673,-1.47557 1.37455,-1.71075 1.35212,-0.58786 2.1928,-0.8818 2.52204,-0.88183 0.72896,3e-5 0.92149,0.50561 0.5776,1.51675 z m -12.52422,20.24687 c -0.88773,2.82187 -3.10627,4.75015 -6.65563,5.78483 -0.73634,0.98765 -1.34481,1.6696 -1.8254,2.04585 -0.73192,0.56437 -1.64315,0.89359 -2.73368,0.98765 -0.69812,0.047 -1.41534,0.0118 -2.15167,-0.10582 -1.3154,-0.21164 -2.93209,-0.47031 -4.85008,-0.77601 -0.53203,-0.0941 -0.7569,-0.43504 -0.6746,-1.02293 0.30864,-0.63492 1.09494,-1.01116 2.3589,-1.12874 1.70929,-0.11758 4.27836,-0.41152 7.70722,-0.88184 1.31833,-0.28218 2.42356,-0
 .97589 3.31569,-2.08112 0.49822,-0.56437 0.88696,-1.25808 1.16622,-2.08113 0.5041,-1.48147 0.65034,-4.09169 0.43871,-7.83067 -0.219,-3.64489 -0.0735,-6.07874 0.43651,-7.30157 1.18752,-2.93942 4.59874,-4.98527 10.23367,-6.13756 0.557,-0.11755 0.75174,0.0706 0.58421,0.56438 -0.0956,0.28221 -0.35937,0.50561 -0.79144,0.67019 -2.91595,1.10525 -4.64948,2.46915 -5.20061,4.0917 -0.21607,0.63494 -0.36818,1.42859 -0.45635,2.38095 -0.0882,0.9524 -0.16021,3.23928 -0.21605,6.86066 -0.0162,2.61023 -0.24472,4.59729 -0.68562,5.96118 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4887&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 416.19972,216.03713 c -1.23753,3.64493 -2.74179,6.58437 -4.51278,8.81833 -0.73488,0.91712 -1.46533,1.12876 -2.19135,0.63492 -1.06851,-0.72897 -1.52265,-1.32861 -1.36243,-1.79894 0.0705,-0.21162 0.29906,-0.43502 0.68562,-0.6702 1.5667,-2.25747 2.52643,-4.00937 2.87919,-5.25572 0.31302,-1.05817 -0.036,-1.58727 -1.04718,-1.5873 -0.1176,3e-5 -0.28405,-0.0294 -0.49934,-0.0882 -0.21534,-0.0588 -0.39354,-0.0882 -0.53461,-0.0882 -0.82306,2e-5 -2.09805,0.77603 -3.82495,2.32803 -1.90771,1.74018 -3.98884,4.16227 -6.24337,7.26631 -1.85921,2.5632 -3.265,4.7619 -4.21737,6.5961 -0.70547,1.31688 -1.24265,2.51617 -1.61155,3.59788 -1.22134,3.59788 -0.67975,5.36154 1.62478,5.29099 2.01498,-0.047 5.79363,-2.55143 11.33596,-7.51321 0.52761,-0.44678 0.94427,-0.67018 1.25,-0.67019 0.30568,1e-5 0.39459,0.18813 0.26675,0.56437 -0.0632,0.18813 -0.20137,0.42329 -0.41446,0.70547 -2.28544,3.05702 -4.8354,5.74955 -7.6499,8.07758 -0.69372,0.58789 -1.66373,0.88184 -2.91005,0.88184 -0.75
 25,0 -1.61743,-0.15286 -2.59479,-0.45856 -2.11493,-0.14109 -3.60743,-0.8348 -4.4775,-2.08112 -0.93181,-1.34038 -0.98325,-3.09229 -0.15432,-5.25572 0.94208,-2.49264 2.9872,-5.94942 6.13535,-10.37035 3.39357,-4.79715 6.42193,-8.27745 9.08508,-10.4409 1.23013,-0.98763 2.15091,-1.48145 2.76234,-1.48148 0.61138,3e-5 1.6343,0.51737 3.06877,1.55202 1.08463,-0.3527 2.09727,-0.52907 3.03792,-0.52909 1.8577,2e-5 2.56243,0.65846 2.11419,1.9753 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4889&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 442.05064,218.54153 c -4.20049,5.99648 -7.40374,11.0288 -9.60977,15.09698 0.46441,-0.32921 1.1008,-0.83479 1.90917,-1.51675 0.80832,-0.68194 1.30288,-1.08171 1.48369,-1.1993 0.47322,-0.42326 0.89797,-0.6349 1.27424,-0.63492 0.35271,2e-5 0.46881,0.17638 0.34833,0.5291 -0.072,0.21165 -0.24988,0.45857 -0.53351,0.74074 -3.3216,3.26867 -5.91418,6.5726 -7.77776,9.9118 -0.53206,0.94062 -1.00972,1.41093 -1.43298,1.41093 -0.39979,0 -1.01192,-0.37625 -1.83642,-1.12874 -0.49237,-0.42328 -0.73708,-0.77601 -0.73412,-1.0582 -0.0309,-0.25867 0.14475,-0.77601 0.52689,-1.55203 3.01732,-5.97293 5.93838,-10.93471 8.76321,-14.88533 -3.17315,3.3157 -7.20679,6.98412 -12.10095,11.00527 -4.27101,3.50382 -7.25234,5.73779 -8.94398,6.70193 -1.21988,0.68195 -2.08848,1.02292 -2.60582,1.02292 -0.42328,0 -0.95385,-0.34097 -1.59171,-1.02292 -0.99059,-0.7525 -1.26249,-1.78718 -0.81569,-3.10405 0.0882,-0.25867 0.21164,-0.55261 0.37037,-0.88184 1.6064,-3.48029 4.51167,-7.53083 8.71581,-12.
 15165 4.20412,-4.62078 8.55045,-8.51848 13.039,-11.6931 1.45647,-1.03465 2.61608,-1.54024 3.47883,-1.51675 0.83036,0.0471 2.06125,1.16405 3.69267,3.35096 0.14841,0.18815 0.18663,0.38804 0.11464,0.59965 -0.1279,0.37627 -0.43874,0.5644 -0.93254,0.56437 -0.18815,3e-5 -0.35276,-0.0352 -0.49382,-0.10582 -1.43007,-0.70544 -2.77854,-0.68192 -4.04541,0.0705 -2.76163,1.62259 -6.17799,4.47973 -10.2491,8.57141 -4.70165,4.70312 -8.00925,8.93591 -9.92282,12.69839 -0.0808,0.16461 -0.14477,0.31746 -0.1918,0.45855 -0.19989,0.58789 -0.0647,0.88184 0.40564,0.88184 0.79953,0 1.93929,-0.55262 3.41931,-1.65785 3.50527,-2.56319 7.42207,-5.78481 11.75042,-9.66488 4.44735,-4.02114 7.45366,-7.05464 9.01894,-9.10052 1.14635,-1.50497 1.91796,-2.56316 2.31481,-3.17459 0.66428,-1.05818 1.17281,-1.58727 1.52557,-1.5873 0.3527,3e-5 1.01187,0.48209 1.97751,1.4462 0.40561,0.39979 0.5761,0.76428 0.51146,1.09348 -0.0485,0.28221 -0.32263,0.77603 -0.82231,1.48147 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4891&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 471.99988,220.3052 c -1.63289,3.97414 -4.12995,8.24221 -7.49117,12.80421 -3.13935,4.25632 -5.79587,7.16048 -7.96956,8.7125 -1.23752,0.87008 -2.33834,1.30512 -3.30246,1.30512 -1.08173,0 -2.58452,-0.87008 -4.50837,-2.61023 -0.38214,-0.32921 -0.51295,-0.67019 -0.39242,-1.02292 0.15137,-0.4468 0.54452,-0.67019 1.17945,-0.6702 0.25866,1e-5 0.60698,0.0823 1.04498,0.24692 0.43796,0.16461 0.8098,0.24691 1.11551,0.24691 1.71662,0 3.62799,-1.09347 5.73412,-3.28042 1.79157,-1.88123 3.74409,-4.40915 5.85757,-7.58376 2.58962,-3.95059 4.28568,-7.34858 5.08818,-10.19398 0.39238,-1.36388 0.16531,-2.04583 -0.68122,-2.04585 -0.75253,2e-5 -1.84526,0.51736 -3.27821,1.55202 -10.097,7.28983 -18.41929,16.00233 -24.96689,26.13752 -3.72133,5.7613 -6.71147,11.09932 -8.97044,16.01408 -0.0794,0.16459 -1.7835,4.24453 -5.11242,12.23983 -0.485,1.15223 -0.96266,1.72836 -1.43298,1.7284 -0.49381,-4e-5 -1.18017,-0.57617 -2.05908,-1.7284 -0.62902,-0.84658 -0.62976,-1.88127 -0.002,-3.10405 5
 .01469,-11.71075 12.27952,-24.7501 21.79449,-39.11809 7.4647,-11.2404 12.83432,-18.53021 16.10887,-21.86945 1.93413,-1.95175 3.38695,-2.90413 4.35846,-2.85713 0.97881,0.0236 2.56023,0.90538 4.74426,2.64549 0.29685,0.23519 0.4012,0.48211 0.31305,0.74074 -0.12055,0.35277 -0.46299,0.52914 -1.02733,0.5291 -0.14113,4e-5 -0.36636,-0.0294 -0.67571,-0.0882 -0.3094,-0.0588 -0.5464,-0.0882 -0.71098,-0.0882 -1.4815,3e-5 -3.44872,1.25811 -5.90166,3.77424 -1.42859,1.43448 -3.43549,3.84482 -6.02071,7.23103 -2.58526,3.38625 -4.56717,6.17284 -5.94576,8.35977 5.37475,-5.64371 11.04199,-10.4879 17.00173,-14.5326 0.91414,-0.61138 1.65341,-0.91708 2.21781,-0.91711 0.25864,3e-5 0.78554,0.35276 1.58069,1.0582 2.81448,1.12877 3.58461,3.25693 2.3104,6.38447 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4893&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 489.12508,231.98066 c -8.19959,7.31334 -13.46339,10.97 -15.79142,10.97 -1.10524,0 -2.245,-0.76426 -3.41931,-2.29276 -1.48442,-0.82305 -1.99074,-1.92828 -1.51895,-3.3157 0.0882,-0.25866 0.20355,-0.52909 0.34612,-0.81128 1.51821,-3.22162 3.58758,-6.78422 6.2081,-10.68781 -0.7187,-0.44678 -1.00971,-0.87006 -0.87302,-1.26984 0.11169,-0.3292 0.41446,-0.49381 0.90829,-0.49383 0.37624,2e-5 0.72824,0.10584 1.056,0.31746 3.69045,-4.70308 6.70632,-8.04228 9.0476,-10.01761 1.52996,-1.31685 2.72998,-1.97528 3.60008,-1.97531 0.39974,3e-5 1.27128,0.341 2.61463,1.02293 0.12196,-0.70544 0.46147,-1.11696 1.01852,-1.23457 0.0235,3e-5 0.5761,3e-5 1.65784,0 1.01114,3e-5 1.4572,0.1764 1.33819,0.5291 -0.025,0.0706 -0.12863,0.27046 -0.31085,0.59965 -0.18227,0.32924 -0.32116,0.63494 -0.41667,0.9171 -0.28809,0.84659 -0.632,1.89303 -1.03174,3.13933 -0.39979,1.24634 -0.67169,2.08114 -0.8157,2.5044 -0.99061,2.91595 -2.48164,4.95004 -4.47309,6.10228 -1.81807,1.05822 -3.64419,1.58731 
 -5.47839,1.5873 -0.96415,1e-5 -2.47502,-0.25866 -4.53262,-0.77601 -0.64815,0.72899 -1.57849,2.15168 -2.791,4.26807 -1.56967,2.68078 -2.68224,5.05584 -3.33773,7.1252 -0.39242,1.22281 -0.21238,1.83422 0.54012,1.83422 0.28218,0 0.67092,-0.0705 1.16622,-0.21164 3.05554,-0.96414 7.85197,-3.90358 14.38931,-8.81833 0.41003,-0.30569 0.7679,-0.45854 1.07363,-0.45855 0.44677,1e-5 0.59815,0.21165 0.45414,0.63492 -0.0882,0.25868 -0.29764,0.52911 -0.6283,0.81128 z m 1.17063,-15.5908 c 0.31156,-0.91708 0.26746,-1.37563 -0.13228,-1.37566 -0.25869,3e-5 -0.69887,0.18816 -1.32054,0.56438 -2.93505,1.85775 -6.06409,5.11465 -9.38711,9.7707 0.44678,0.0706 1.24558,0.14111 2.39638,0.21164 1.88123,0.0706 3.45236,-0.36447 4.7134,-1.30511 0.94501,-0.70545 1.72837,-1.86947 2.35008,-3.49206 -0.47768,1.19932 -0.0177,-0.25865 1.38007,-4.37389 z&quot;
+-         style=&quot;font-style:italic;font-variant:normal;font-stretch:normal;fill:#fdfafa;font-family:Pristina;-inkscape-font-specification:Pristina Italic&quot;
+-         id=&quot;path4895&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;rect
+-       style=&quot;opacity:0.44230766;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.22099996;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter9509);enable-background:accumulate&quot;
+-       id=&quot;rect9463&quot;
+-       width=&quot;343&quot;
+-       height=&quot;5.0529637&quot;
+-       x=&quot;213.77371&quot;
+-       y=&quot;387.95847&quot;
+-       ry=&quot;2.5264819&quot;
+-       transform=&quot;matrix(0.92888569,0,0,0.92888569,16.12038,55.692579)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;rect
+-       ry=&quot;2.346813&quot;
+-       y=&quot;414.45544&quot;
+-       x=&quot;213.58867&quot;
+-       height=&quot;4.6936259&quot;
+-       width=&quot;318.60779&quot;
+-       id=&quot;rect7858&quot;
+-       style=&quot;opacity:0.72596154;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.22099996;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot; /&gt;
+-    &lt;g
+-       transform=&quot;matrix(1.0001475,0,0,0.86270141,16.12038,55.692579)&quot;
+-       style=&quot;font-size:34.56383133px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter9481);font-family:Franklin Gothic Heavy;-inkscape-font-specification:'Franklin Gothic Heavy,'&quot;
+-       id=&quot;text9465&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         d=&quot;m 201.24736,460.74564 0,-23.03693 8.91099,0 c 3.87041,2e-5 6.76761,1.14765 8.69159,3.44288 1.92394,2.29527 2.88592,4.95056 2.88594,7.96588 -2e-5,3.44289 -1.03232,6.24164 -3.0969,8.39625 -2.06462,2.15461 -4.74523,3.23192 -8.04183,3.23192 z m 7.07141,-5.29934 1.83958,0 c 1.17012,0 2.15741,-0.56818 2.96189,-1.70457 0.80445,-1.13636 1.20668,-2.68341 1.2067,-4.64113 -2e-5,-1.67643 -0.35725,-3.12221 -1.07169,-4.33736 -0.71446,-1.21512 -1.74676,-1.82268 -3.0969,-1.8227 l -1.83958,0 z&quot;
+-         id=&quot;path5065&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 253.88632,460.74564 -7.84775,0 -3.35849,-8.80973 -2.22775,0 0,8.80973 -7.07141,0 0,-23.03693 12.03321,0 c 2.65528,2e-5 4.71707,0.62165 6.18537,1.86489 1.46827,1.24328 2.20241,2.88315 2.20244,4.91961 -3e-5,1.32766 -0.27006,2.5006 -0.81009,3.51883 -0.54009,1.01825 -1.63146,1.91553 -3.27412,2.69186 z m -13.43399,-13.73778 3.02096,0 c 0.88884,2e-5 1.60329,-0.18563 2.14336,-0.55693 0.54005,-0.37128 0.81008,-0.91696 0.81009,-1.63706 -1e-5,-1.4739 -0.90574,-2.21085 -2.71717,-2.21087 l -3.25724,0 z&quot;
+-         id=&quot;path5067&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 278.56031,460.74564 -1.29952,-4.53988 -6.17694,0 -1.3839,4.53988 -5.73814,0 7.12204,-23.03693 7.47646,0 7.20642,23.03693 z m -6.2782,-9.56919 3.74666,0 -1.87333,-6.68324 z&quot;
+-         id=&quot;path5069&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 325.42737,437.70871 -6.10942,23.03693 -5.94066,0 -3.22348,-12.70829 -3.03784,12.70829 -6.19381,0 -6.12631,-23.03693 6.64949,0 3.22348,13.28209 3.1391,-13.28209 5.56937,0 3.40913,13.28209 3.22348,-13.28209 z&quot;
+-         id=&quot;path5071&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 368.00771,452.12156 -7.51021,0 0,8.62408 -6.88576,0 0,-23.03693 16.65747,0 0,5.48498 -9.77171,0 0,3.74667 7.51021,0 z&quot;
+-         id=&quot;path5073&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 401.6602,460.74564 -7.84775,0 -3.35849,-8.80973 -2.22775,0 0,8.80973 -7.07141,0 0,-23.03693 12.03321,0 c 2.65528,2e-5 4.71707,0.62165 6.18537,1.86489 1.46827,1.24328 2.20241,2.88315 2.20244,4.91961 -3e-5,1.32766 -0.27006,2.5006 -0.81009,3.51883 -0.54009,1.01825 -1.63146,1.91553 -3.27412,2.69186 z m -13.43399,-13.73778 3.02096,0 c 0.88884,2e-5 1.60329,-0.18563 2.14336,-0.55693 0.54005,-0.37128 0.81008,-0.91696 0.81009,-1.63706 -1e-5,-1.4739 -0.90574,-2.21085 -2.71717,-2.21087 l -3.25724,0 z&quot;
+-         id=&quot;path5075&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 430.95845,455.24378 0,5.50186 -17.33255,0 0,-23.03693 17.33255,0 0,5.31621 -10.39615,0 0,3.34162 8.40468,0 0,5.11369 -8.40468,0 0,3.76355 z&quot;
+-         id=&quot;path5077&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 459.71664,455.24378 0,5.50186 -17.33254,0 0,-23.03693 17.33254,0 0,5.31621 -10.39615,0 0,3.34162 8.40468,0 0,5.11369 -8.40468,0 0,3.76355 z&quot;
+-         id=&quot;path5080&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 487.29345,455.09188 0,5.65376 -16.15116,0 0,-23.03693 7.07141,0 0,17.38317 z&quot;
+-         id=&quot;path5082&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 517.53679,437.70871 -7.20642,13.28209 0,9.75484 -6.86889,0 0,-9.75484 -7.74648,-13.28209 7.74648,0 4.03358,7.57771 3.8648,-7.57771 z&quot;
+-         id=&quot;path5084&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       transform=&quot;matrix(1.0767175,0,0,0.92874873,-11.303092,29.559197)&quot;
+-       style=&quot;font-size:32.10585022px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Franklin Gothic Heavy;-inkscape-font-specification:'Franklin Gothic Heavy,'&quot;
+-       id=&quot;text7860&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         d=&quot;m 210.1107,453.97192 0,-21.39867 8.27729,0 c 3.59518,2e-5 6.28634,1.06603 8.0735,3.19804 1.78712,2.13205 2.68069,4.59851 2.68071,7.3994 -2e-5,3.19805 -0.95891,5.79776 -2.87667,7.79915 -1.9178,2.00139 -4.40778,3.00208 -7.46994,3.00208 z m 6.56853,-4.92248 1.70876,0 c 1.08691,10e-6 2.00399,-0.52777 2.75126,-1.58334 0.74724,-1.05556 1.12087,-2.49258 1.12088,-4.31109 -1e-5,-1.5572 -0.33183,-2.90017 -0.99547,-4.02891 -0.66365,-1.1287 -1.62254,-1.69306 -2.87667,-1.69308 l -1.70876,0 z&quot;
+-         id=&quot;path5042&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 259.00628,453.97192 -7.28966,0 -3.11966,-8.18323 -2.06932,0 0,8.18323 -6.56853,0 0,-21.39867 11.17748,0 c 2.46645,2e-5 4.38161,0.57744 5.7455,1.73227 1.36385,1.15487 2.04579,2.67812 2.04581,4.56976 -2e-5,1.23324 -0.25085,2.32277 -0.75248,3.26859 -0.50167,0.94583 -1.51543,1.77931 -3.04128,2.50043 z m -12.47864,-12.76082 2.80613,0 c 0.82563,2e-5 1.48927,-0.17243 1.99094,-0.51733 0.50164,-0.34487 0.75246,-0.85175 0.75248,-1.52064 -2e-5,-1.36908 -0.84133,-2.05363 -2.52395,-2.05364 l -3.0256,0 z&quot;
+-         id=&quot;path5044&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 281.9256,453.97192 -1.20711,-4.21702 -5.73766,0 -1.28549,4.21702 -5.33008,0 6.61557,-21.39867 6.94477,0 6.69394,21.39867 z m -5.83173,-8.88868 3.48022,0 -1.74011,-6.20796 z&quot;
+-         id=&quot;path5046&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 325.45975,432.57325 -5.67496,21.39867 -5.51819,0 -2.99425,-11.80454 -2.8218,11.80454 -5.75335,0 -5.69063,-21.39867 6.17661,0 2.99425,12.33755 2.91586,-12.33755 5.17331,0 3.16669,12.33755 2.99424,-12.33755 z&quot;
+-         id=&quot;path5049&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 365.01203,445.96114 -6.97613,0 0,8.01078 -6.39608,0 0,-21.39867 15.47289,0 0,5.09492 -9.07681,0 0,3.48023 6.97613,0 z&quot;
+-         id=&quot;path5051&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 396.27134,453.97192 -7.28966,0 -3.11966,-8.18323 -2.06932,0 0,8.18323 -6.56853,0 0,-21.39867 11.17747,0 c 2.46645,2e-5 4.38162,0.57744 5.74551,1.73227 1.36385,1.15487 2.04579,2.67812 2.04581,4.56976 -2e-5,1.23324 -0.25085,2.32277 -0.75248,3.26859 -0.50168,0.94583 -1.51544,1.77931 -3.04128,2.50043 z m -12.47864,-12.76082 2.80613,0 c 0.82562,2e-5 1.48927,-0.17243 1.99093,-0.51733 0.50164,-0.34487 0.75247,-0.85175 0.75249,-1.52064 -2e-5,-1.36908 -0.84133,-2.05363 -2.52395,-2.05364 l -3.0256,0 z&quot;
+-         id=&quot;path5054&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 423.48606,448.86132 0,5.1106 -16.09995,0 0,-21.39867 16.09995,0 0,4.93815 -9.65683,0 0,3.10399 7.80699,0 0,4.75003 -7.80699,0 0,3.4959 z&quot;
+-         id=&quot;path5056&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 450.19912,448.86132 0,5.1106 -16.09995,0 0,-21.39867 16.09995,0 0,4.93815 -9.65683,0 0,3.10399 7.80698,0 0,4.75003 -7.80698,0 0,3.4959 z&quot;
+-         id=&quot;path5058&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 475.81483,448.72023 0,5.25169 -15.00259,0 0,-21.39867 6.56853,0 0,16.14698 z&quot;
+-         id=&quot;path5060&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 503.90745,432.57325 -6.69394,12.33755 0,9.06112 -6.38041,0 0,-9.06112 -7.1956,-12.33755 7.1956,0 3.74672,7.03883 3.58997,-7.03883 z&quot;
+-         id=&quot;path5062&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       transform=&quot;matrix(0.92888569,0,0,0.92888569,16.12038,55.692579)&quot;
+-       style=&quot;font-size:16px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter9489);font-family:Aharoni;-inkscape-font-specification:Aharoni Bold&quot;
+-       id=&quot;text9469&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         d=&quot;m 425.76929,367.67169 -3.79688,7.25 -1.71094,0 -1.8125,-3.97656 -1.73437,3.97656 -1.72656,0 -3.72657,-7.25 2.85938,0 1.73437,3.82031 1.82032,-3.82031 1.60937,0 1.8125,3.92969 1.82031,-3.92969 z&quot;
+-         id=&quot;path4976&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 440.26929,367.67169 -3.79688,7.25 -1.71094,0 -1.8125,-3.97656 -1.73437,3.97656 -1.72656,0 -3.72657,-7.25 2.85938,0 1.73437,3.82031 1.82032,-3.82031 1.60937,0 1.8125,3.92969 1.82031,-3.92969 z&quot;
+-         id=&quot;path4978&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 454.76929,367.67169 -3.79688,7.25 -1.71094,0 -1.8125,-3.97656 -1.73437,3.97656 -1.72656,0 -3.72657,-7.25 2.85938,0 1.73437,3.82031 1.82032,-3.82031 1.60937,0 1.8125,3.92969 1.82031,-3.92969 z&quot;
+-         id=&quot;path4980&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 457.55835,374.10919 c 0,0.26042 -0.0912,0.48177 -0.27344,0.66406 -0.18229,0.1823 -0.40365,0.27344 -0.66406,0.27344 -0.27084,0 -0.4987,-0.0911 -0.68359,-0.27344 -0.1849,-0.18229 -0.27735,-0.40364 -0.27735,-0.66406 0,-0.26041 0.0924,-0.48047 0.27735,-0.66015 0.18489,-0.17969 0.41275,-0.26953 0.68359,-0.26954 0.26041,10e-6 0.48177,0.0898 0.66406,0.26954 0.18229,0.17968 0.27344,0.39974 0.27344,0.66015 z&quot;
+-         id=&quot;path4982&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 461.88647,364.88263 c 0,0.40626 -0.13932,0.74871 -0.41796,1.02734 -0.27865,0.27866 -0.6211,0.41798 -1.02735,0.41797 -0.40104,10e-6 -0.74088,-0.14061 -1.01953,-0.42187 -0.27865,-0.28124 -0.41797,-0.62239 -0.41797,-1.02344 0,-0.40103 0.13932,-0.74088 0.41797,-1.01953 0.27865,-0.27864 0.61849,-0.41796 1.01953,-0.41797 0.40104,10e-6 0.74219,0.13933 1.02344,0.41797 0.28125,0.27865 0.42187,0.6185 0.42187,1.01953 z m -0.16406,10.03906 -2.5625,0 0,-7.25 2.5625,0 z&quot;
+-         id=&quot;path4984&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 471.12866,374.92169 -2.5625,0 0,-3.67187 c 0,-0.64062 -0.0729,-1.0651 -0.21875,-1.27344 -0.21355,-0.30729 -0.53386,-0.46093 -0.96094,-0.46094 -0.39062,10e-6 -0.71875,0.13282 -0.98437,0.39844 -0.23959,0.23959 -0.35938,0.61459 -0.35938,1.125 l 0,3.88281 -2.5625,0 0,-7.25 2.5625,0 0,0.91406 c 0.29688,-0.34374 0.57031,-0.58593 0.82032,-0.72656 0.40624,-0.22916 0.91405,-0.34374 1.52343,-0.34375 0.78125,10e-6 1.41666,0.21095 1.90625,0.63281 0.55729,0.47918 0.83593,1.19793 0.83594,2.15625 z&quot;
+-         id=&quot;path4986&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 481.86304,374.92169 -3.59375,0 -2.82032,-2.95312 0,2.95312 -2.5625,0 0,-11.73437 2.5625,0 0,7.09375 2.67969,-2.60938 3.51563,0 -3.63282,3.34375 z&quot;
+-         id=&quot;path4988&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 488.65991,372.47638 c 0,0.77083 -0.27605,1.40104 -0.82812,1.89062 -0.6198,0.55209 -1.49219,0.82813 -2.61719,0.82813 -0.99479,0 -1.96094,-0.27865 -2.89844,-0.83594 l 0.92969,-1.8125 c 0.73437,0.48438 1.41666,0.72657 2.04687,0.72656 0.53646,10e-6 0.80469,-0.18489 0.80469,-0.55468 0,-0.19271 -0.0937,-0.34115 -0.28125,-0.44532 -0.11979,-0.0677 -0.39063,-0.14843 -0.8125,-0.24218 -0.47396,-0.10417 -0.78385,-0.1849 -0.92969,-0.24219 -0.52083,-0.20312 -0.87239,-0.52083 -1.05468,-0.95313 -0.099,-0.23437 -0.14844,-0.51562 -0.14844,-0.84375 0,-0.63541 0.21614,-1.19009 0.64844,-1.66406 0.55729,-0.60937 1.41666,-0.91405 2.57812,-0.91406 0.80729,10e-6 1.59114,0.15626 2.35156,0.46875 l -0.86718,1.65625 c -0.47917,-0.24479 -0.93751,-0.36718 -1.375,-0.36719 -0.51563,10e-6 -0.77344,0.17709 -0.77344,0.53125 0,0.16147 0.10416,0.29167 0.3125,0.39063 0.0937,0.0469 0.36979,0.11719 0.82812,0.21093 0.67187,0.14063 1.16667,0.36459 1.48438,0.67188 0.40103,0.38542 0.60156,0.88542 0.
 60156,1.5 z&quot;
+-         id=&quot;path4990&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 495.44897,374.76544 c -0.53125,0.26563 -1.08854,0.39844 -1.67187,0.39844 -1.32292,0 -2.3724,-0.44792 -3.14844,-1.34375 -0.625,-0.72396 -0.9375,-1.5625 -0.9375,-2.51563 0,-0.95832 0.3125,-1.79687 0.9375,-2.51562 0.77604,-0.89583 1.82552,-1.34374 3.14844,-1.34375 0.59374,10e-6 1.15104,0.13542 1.67187,0.40625 l 0,2.17969 c -0.45313,-0.31771 -0.89583,-0.47656 -1.32812,-0.47657 -0.51042,10e-6 -0.9323,0.16407 -1.26563,0.49219 -0.33333,0.32813 -0.5,0.7474 -0.5,1.25781 0,0.51042 0.16667,0.92969 0.5,1.25782 0.33333,0.32812 0.75521,0.49219 1.26563,0.49218 0.42708,10e-6 0.86979,-0.15624 1.32812,-0.46875 z&quot;
+-         id=&quot;path4992&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 505.0896,374.92169 -2.5625,0 0,-0.80469 c -0.2448,0.3073 -0.49219,0.53125 -0.74219,0.67188 -0.4375,0.24479 -0.9349,0.36719 -1.49219,0.36719 -0.90104,0 -1.70312,-0.3099 -2.40625,-0.92969 -0.83854,-0.73958 -1.25781,-1.71875 -1.25781,-2.9375 0,-1.23958 0.42969,-2.22916 1.28906,-2.96875 0.68229,-0.58854 1.46615,-0.88281 2.35157,-0.88281 0.51562,0 0.99999,0.10938 1.45312,0.32812 0.26041,0.12501 0.52864,0.33074 0.80469,0.61719 l 0,-0.71094 2.5625,0 z m -2.48438,-3.625 c 0,-0.45833 -0.16146,-0.84765 -0.48437,-1.16797 -0.32292,-0.3203 -0.71355,-0.48046 -1.17188,-0.48047 -0.51042,10e-6 -0.92969,0.19272 -1.25781,0.57813 -0.26563,0.3125 -0.39844,0.66927 -0.39844,1.07031 0,0.40105 0.13281,0.75782 0.39844,1.07031 0.32291,0.38542 0.74219,0.57813 1.25781,0.57813 0.46354,0 0.85547,-0.15885 1.17579,-0.47656 0.3203,-0.31771 0.48046,-0.70833 0.48046,-1.17188 z&quot;
+-         id=&quot;path4994&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 515.31616,371.3045 c -10e-6,1.23959 -0.42969,2.22917 -1.28906,2.96875 -0.6823,0.58855 -1.46615,0.88282 -2.35156,0.88282 -0.51563,0 -1.00001,-0.10938 -1.45313,-0.32813 -0.26042,-0.125 -0.52865,-0.33073 -0.80469,-0.61719 l 0,4.33594 -2.5625,0 0,-10.875 2.5625,0 0,0.80469 c 0.22917,-0.30208 0.47656,-0.52604 0.74219,-0.67188 0.4375,-0.24478 0.93489,-0.36718 1.49219,-0.36718 0.90103,0 1.70312,0.3099 2.40625,0.92968 0.83853,0.73959 1.2578,1.71876 1.25781,2.9375 z m -2.66406,-0.008 c -10e-6,-0.41145 -0.13022,-0.76822 -0.39063,-1.07031 -0.32813,-0.38541 -0.75,-0.57812 -1.26562,-0.57813 -0.46355,1e-5 -0.85547,0.15886 -1.17578,0.47657 -0.32032,0.31771 -0.48047,0.70833 -0.48047,1.17187 0,0.45834 0.16145,0.84766 0.48437,1.16797 0.32292,0.32032 0.71354,0.48047 1.17188,0.48047 0.51562,0 0.93489,-0.19271 1.25781,-0.57813 0.26562,-0.31249 0.39843,-0.66926 0.39844,-1.07031 z&quot;
+-         id=&quot;path4996&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 524.48804,371.76544 -5.39063,0 c 0,1.08855 0.52604,1.63282 1.57813,1.63281 0.53645,10e-6 0.94791,-0.22916 1.23437,-0.6875 l 2.47656,0 c -0.19792,0.65626 -0.48959,1.16407 -0.875,1.52344 -0.69792,0.65104 -1.63281,0.97656 -2.80468,0.97656 -1.48959,0 -2.60938,-0.45312 -3.35938,-1.35937 -0.5625,-0.67708 -0.84375,-1.5026 -0.84375,-2.47656 0,-1.15625 0.35156,-2.09635 1.05469,-2.82032 0.70312,-0.72395 1.69531,-1.08593 2.97656,-1.08593 1.57812,0 2.70572,0.57292 3.38281,1.71875 0.3802,0.64584 0.57031,1.39583 0.57032,2.25 z m -2.39063,-1.46875 c -0.1823,-0.80208 -0.66927,-1.20312 -1.46094,-1.20312 -0.4375,0 -0.79167,0.12761 -1.0625,0.38281 -0.21354,0.20313 -0.34896,0.47657 -0.40625,0.82031 z&quot;
+-         id=&quot;path4998&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 527.87085,374.10919 c 0,0.26042 -0.0911,0.48177 -0.27344,0.66406 -0.18229,0.1823 -0.40365,0.27344 -0.66406,0.27344 -0.27084,0 -0.4987,-0.0911 -0.68359,-0.27344 -0.1849,-0.18229 -0.27735,-0.40364 -0.27735,-0.66406 0,-0.26041 0.0924,-0.48047 0.27735,-0.66015 0.18489,-0.17969 0.41275,-0.26953 0.68359,-0.26954 0.26041,10e-6 0.48177,0.0898 0.66406,0.26954 0.18229,0.17968 0.27344,0.39974 0.27344,0.66015 z&quot;
+-         id=&quot;path5000&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 537.91772,371.29669 c 0,1.00521 -0.33073,1.86719 -0.99218,2.58594 -0.80209,0.875 -1.92449,1.3125 -3.36719,1.3125 -1.44792,0 -2.57292,-0.4375 -3.375,-1.3125 -0.66146,-0.71875 -0.99219,-1.60156 -0.99219,-2.64844 0,-0.9427 0.33333,-1.77864 1,-2.50781 0.80729,-0.8802 1.95573,-1.32031 3.44531,-1.32031 1.36979,0 2.46354,0.44011 3.28125,1.32031 0.66666,0.71875 1,1.57552 1,2.57031 z m -2.66406,0 c 0,-0.46874 -0.16537,-0.86588 -0.49609,-1.1914 -0.33074,-0.32552 -0.73048,-0.48828 -1.19922,-0.48829 -0.53125,10e-6 -0.96355,0.19793 -1.29688,0.59375 -0.27083,0.31772 -0.40625,0.6797 -0.40625,1.08594 0,0.41146 0.13542,0.77605 0.40625,1.09375 0.33333,0.39584 0.76563,0.59375 1.29688,0.59375 0.47395,0 0.87499,-0.16276 1.20312,-0.48828 0.32812,-0.32552 0.49219,-0.72526 0.49219,-1.19922 z&quot;
+-         id=&quot;path5002&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 544.82397,370.03888 c -0.35938,-0.17187 -0.72396,-0.25781 -1.09375,-0.25781 -0.84375,0 -1.39062,0.34375 -1.64062,1.03125 -0.0937,0.25 -0.14063,0.58594 -0.14063,1.00781 l 0,3.10156 -2.5625,0 0,-7.25 2.5625,0 0,1.1875 c 0.27083,-0.42187 0.5625,-0.72655 0.875,-0.91406 0.42187,-0.24999 0.92187,-0.37499 1.5,-0.375 0.13542,10e-6 0.30208,0.008 0.5,0.0234 z&quot;
+-         id=&quot;path5004&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 554.09741,374.42169 c -10e-6,0.63542 -0.0443,1.14844 -0.13281,1.53906 -0.14063,0.625 -0.50522,1.1849 -1.09375,1.67969 -0.7448,0.625 -1.73438,0.9375 -2.96875,0.9375 -1.29167,0 -2.32032,-0.34115 -3.08594,-1.02344 -0.51042,-0.45312 -0.83594,-0.92708 -0.97656,-1.42187 -0.0156,-0.0521 -0.0365,-0.16146 -0.0625,-0.32813 l 2.88281,0 c 0.0833,0.23959 0.19531,0.41146 0.33594,0.51563 0.22916,0.17187 0.52083,0.25781 0.875,0.25781 0.59374,0 1.04947,-0.21094 1.36719,-0.63281 0.19791,-0.26563 0.29687,-0.64583 0.29687,-1.14063 l 0,-0.6875 c -0.3073,0.28125 -0.56511,0.47917 -0.77344,0.59375 -0.43229,0.23959 -0.94271,0.35938 -1.53125,0.35938 -0.73958,0 -1.40104,-0.1901 -1.98437,-0.57031 -0.59896,-0.39063 -1.02865,-0.92448 -1.28906,-1.60157 -0.17709,-0.45833 -0.26563,-0.95572 -0.26563,-1.49218 0,-1.1875 0.37761,-2.15364 1.13281,-2.89844 0.70313,-0.6927 1.54948,-1.03906 2.53907,-1.03906 0.52603,0 0.99478,0.10678 1.40625,0.32031 0.24478,0.13021 0.49999,0.34376 0.76562,0.64062
  l 0,-0.75781 2.5625,0 z m -2.4375,-3.14844 c 0,-0.46353 -0.15886,-0.86197 -0.47656,-1.19531 -0.31771,-0.33333 -0.70834,-0.49999 -1.17188,-0.5 -0.51562,10e-6 -0.9375,0.19792 -1.26562,0.59375 -0.26042,0.31771 -0.39063,0.6849 -0.39063,1.10156 0,0.46355 0.16016,0.86068 0.48047,1.19141 0.32031,0.33073 0.71224,0.4961 1.17578,0.49609 0.45833,10e-6 0.84766,-0.16536 1.16797,-0.49609 0.32031,-0.33073 0.48047,-0.72786 0.48047,-1.19141 z&quot;
+-         id=&quot;path5006&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       style=&quot;font-size:14.86217117px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Aharoni;-inkscape-font-specification:Aharoni Bold&quot;
+-       id=&quot;text7864&quot;
+-       transform=&quot;translate(-11.303092,29.559197)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         d=&quot;m 422.06301,367.05846 -3.52686,6.73442 -1.58926,0 -1.68361,-3.69377 -1.61104,3.69377 -1.60378,0 -3.46155,-6.73442 2.65604,0 1.61103,3.54863 1.69086,-3.54863 1.49493,0 1.68361,3.65023 1.69086,-3.65023 z&quot;
+-         id=&quot;path5009&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 435.53186,367.05846 -3.52687,6.73442 -1.58926,0 -1.68361,-3.69377 -1.61103,3.69377 -1.60378,0 -3.46155,-6.73442 2.65603,0 1.61104,3.54863 1.69086,-3.54863 1.49492,0 1.68361,3.65023 1.69086,-3.65023 z&quot;
+-         id=&quot;path5011&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 449.0007,367.05846 -3.52686,6.73442 -1.58927,0 -1.6836,-3.69377 -1.61104,3.69377 -1.60378,0 -3.46155,-6.73442 2.65603,0 1.61104,3.54863 1.69086,-3.54863 1.49493,0 1.6836,3.65023 1.69086,-3.65023 z&quot;
+-         id=&quot;path5013&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 451.59142,373.03816 c 0,0.2419 -0.0847,0.44751 -0.25399,0.61684 -0.16933,0.16932 -0.37495,0.25399 -0.61684,0.25399 -0.25158,0 -0.46324,-0.0847 -0.63498,-0.25399 -0.17175,-0.16933 -0.25762,-0.37494 -0.25762,-0.61684 0,-0.2419 0.0859,-0.4463 0.25762,-0.61321 0.17174,-0.16691 0.3834,-0.25036 0.63498,-0.25037 0.24189,1e-5 0.44751,0.0835 0.61684,0.25037 0.16932,0.16691 0.25399,0.37131 0.25399,0.61321 z&quot;
+-         id=&quot;path5015&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 455.61175,364.46774 c 0,0.37736 -0.12942,0.69546 -0.38825,0.95428 -0.25883,0.25884 -0.57692,0.38825 -0.95428,0.38825 -0.37252,0 -0.6882,-0.13062 -0.94703,-0.39188 -0.25883,-0.26124 -0.38824,-0.57812 -0.38824,-0.95065 0,-0.37252 0.12941,-0.68819 0.38824,-0.94703 0.25883,-0.25882 0.57451,-0.38824 0.94703,-0.38825 0.37252,1e-5 0.6894,0.12943 0.95066,0.38825 0.26124,0.25884 0.39187,0.57451 0.39187,0.94703 z m -0.1524,9.32514 -2.38026,0 0,-6.73442 2.38026,0 z&quot;
+-         id=&quot;path5017&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 464.19669,373.79288 -2.38027,0 0,-3.41075 c -10e-6,-0.59507 -0.0677,-0.98936 -0.2032,-1.18288 -0.19836,-0.28544 -0.49589,-0.42816 -0.8926,-0.42816 -0.36285,0 -0.66764,0.12337 -0.91437,0.3701 -0.22255,0.22255 -0.33382,0.57088 -0.33382,1.045 l 0,3.60669 -2.38027,0 0,-6.73442 2.38027,0 0,0.84906 c 0.27576,-0.3193 0.52975,-0.54427 0.76198,-0.6749 0.37736,-0.21286 0.84905,-0.3193 1.4151,-0.3193 0.72568,0 1.31591,0.19594 1.77069,0.58781 0.51765,0.44509 0.77648,1.11273 0.77649,2.00291 z&quot;
+-         id=&quot;path5019&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 474.1677,373.79288 -3.33819,0 -2.61975,-2.74312 0,2.74312 -2.38027,0 0,-10.8999 2.38027,0 0,6.58929 2.48913,-2.42381 3.26561,0 -3.37447,3.10596 z&quot;
+-         id=&quot;path5021&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 480.48122,371.52146 c -1e-5,0.71602 -0.25642,1.30141 -0.76924,1.75618 -0.57572,0.51282 -1.38607,0.76923 -2.43106,0.76923 -0.92405,0 -1.82149,-0.25883 -2.69232,-0.77649 l 0.86357,-1.68361 c 0.68215,0.44993 1.31592,0.6749 1.90132,0.6749 0.4983,0 0.74745,-0.17175 0.74746,-0.51524 -1e-5,-0.17901 -0.0871,-0.31689 -0.26125,-0.41365 -0.11128,-0.0629 -0.36285,-0.13788 -0.75472,-0.22496 -0.44026,-0.0968 -0.72811,-0.17175 -0.86357,-0.22497 -0.4838,-0.18867 -0.81036,-0.48379 -0.97969,-0.88534 -0.0919,-0.21771 -0.13788,-0.47895 -0.13788,-0.78375 0,-0.59022 0.20077,-1.10546 0.60232,-1.54572 0.51766,-0.56604 1.31592,-0.84906 2.39479,-0.84906 0.74988,0 1.47799,0.14514 2.18433,0.43541 l -0.80552,1.53847 c -0.44509,-0.22738 -0.87083,-0.34107 -1.27722,-0.34108 -0.47896,1e-5 -0.71843,0.1645 -0.71843,0.49347 0,0.14999 0.0968,0.27093 0.29028,0.36285 0.0871,0.0435 0.34349,0.10886 0.76923,0.19594 0.62409,0.13063 1.08369,0.33866 1.37881,0.62409 0.37252,0.35801 0.55878,0.82246 0.
 55879,1.39333 z&quot;
+-         id=&quot;path5023&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 486.78748,373.64774 c -0.49348,0.24673 -1.01114,0.3701 -1.55298,0.3701 -1.22884,0 -2.20369,-0.41606 -2.92454,-1.24819 -0.58056,-0.67247 -0.87083,-1.45138 -0.87083,-2.33673 0,-0.89017 0.29027,-1.66908 0.87083,-2.33672 0.72085,-0.83212 1.6957,-1.24819 2.92454,-1.24819 0.55152,0 1.06918,0.12579 1.55298,0.37736 l 0,2.02468 c -0.42091,-0.29511 -0.83213,-0.44267 -1.23368,-0.44268 -0.47412,1e-5 -0.86599,0.1524 -1.17562,0.45719 -0.30963,0.30479 -0.46445,0.69425 -0.46444,1.16836 -1e-5,0.47413 0.15481,0.86358 0.46444,1.16837 0.30963,0.30479 0.7015,0.45719 1.17562,0.45718 0.39671,10e-6 0.80793,-0.14513 1.23368,-0.43541 z&quot;
+-         id=&quot;path5025&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 495.74252,373.79288 -2.38027,0 0,-0.74747 c -0.22739,0.28544 -0.45719,0.49348 -0.68941,0.6241 -0.40639,0.22738 -0.86842,0.34107 -1.38607,0.34107 -0.83697,0 -1.58201,-0.28785 -2.23513,-0.86357 -0.77891,-0.68699 -1.16837,-1.59652 -1.16837,-2.7286 0,-1.15143 0.39913,-2.07064 1.1974,-2.75763 0.63376,-0.54668 1.36187,-0.82002 2.18433,-0.82003 0.47895,10e-6 0.92888,0.1016 1.34979,0.30479 0.24189,0.11612 0.49104,0.30721 0.74746,0.5733 l 0,-0.66038 2.38027,0 z m -2.3077,-3.36721 c -10e-6,-0.42574 -0.14999,-0.78738 -0.44993,-1.08491 -0.29996,-0.29753 -0.66281,-0.4463 -1.08854,-0.4463 -0.47412,0 -0.86358,0.17901 -1.16836,0.53701 -0.24674,0.29028 -0.37011,0.62168 -0.37011,0.9942 0,0.37252 0.12337,0.70392 0.37011,0.99419 0.29994,0.35801 0.6894,0.53702 1.16836,0.53702 0.43057,0 0.79463,-0.14756 1.09217,-0.44268 0.29752,-0.29511 0.44629,-0.65795 0.4463,-1.08853 z&quot;
+-         id=&quot;path5027&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 505.24183,370.43292 c -10e-6,1.15144 -0.39914,2.07065 -1.19739,2.75763 -0.63378,0.54669 -1.36189,0.82003 -2.18434,0.82003 -0.47896,0 -0.92889,-0.10159 -1.34978,-0.30479 -0.2419,-0.11611 -0.49106,-0.30721 -0.74747,-0.57329 l 0,4.02759 -2.38027,0 0,-10.10163 2.38027,0 0,0.74746 c 0.21287,-0.2806 0.44267,-0.48863 0.68941,-0.6241 0.40638,-0.22737 0.86841,-0.34106 1.38607,-0.34107 0.83696,10e-6 1.582,0.28786 2.23513,0.86357 0.7789,0.687 1.16836,1.59653 1.16837,2.7286 z m -2.47461,-0.007 c -1e-5,-0.3822 -0.12096,-0.7136 -0.36285,-0.9942 -0.30479,-0.358 -0.69667,-0.53701 -1.17562,-0.53701 -0.43058,0 -0.79464,0.14756 -1.09217,0.44267 -0.29753,0.29512 -0.4463,0.65796 -0.4463,1.08854 0,0.42574 0.14998,0.78737 0.44993,1.08491 0.29995,0.29753 0.6628,0.4463 1.08854,0.4463 0.47895,0 0.86841,-0.17901 1.16837,-0.53702 0.24672,-0.29027 0.37009,-0.62167 0.3701,-0.99419 z&quot;
+-         id=&quot;path5029&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 513.76145,370.86108 -5.00728,0 c 0,1.01113 0.48863,1.5167 1.4659,1.5167 0.4983,0 0.8805,-0.21287 1.14659,-0.63861 l 2.30045,0 c -0.18385,0.60958 -0.45478,1.08128 -0.81278,1.4151 -0.64829,0.60474 -1.5167,0.90711 -2.60523,0.90711 -1.38366,0 -2.42382,-0.4209 -3.12048,-1.2627 -0.5225,-0.62893 -0.78375,-1.39575 -0.78375,-2.30044 0,-1.07402 0.32657,-1.94727 0.97969,-2.61975 0.65312,-0.67247 1.57475,-1.00871 2.76489,-1.00871 1.46589,0 2.5133,0.53218 3.14224,1.59652 0.35316,0.59991 0.52975,1.29657 0.52976,2.08999 z m -2.22062,-1.3643 c -0.16933,-0.74504 -0.62168,-1.11756 -1.35704,-1.11756 -0.4064,0 -0.73538,0.11853 -0.98695,0.35558 -0.19835,0.18869 -0.32414,0.44268 -0.37736,0.76198 z&quot;
+-         id=&quot;path5031&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 516.90369,373.03816 c 0,0.2419 -0.0847,0.44751 -0.25399,0.61684 -0.16933,0.16932 -0.37494,0.25399 -0.61684,0.25399 -0.25157,0 -0.46323,-0.0847 -0.63498,-0.25399 -0.17174,-0.16933 -0.25762,-0.37494 -0.25762,-0.61684 0,-0.2419 0.0859,-0.4463 0.25762,-0.61321 0.17175,-0.16691 0.38341,-0.25036 0.63498,-0.25037 0.2419,1e-5 0.44751,0.0835 0.61684,0.25037 0.16933,0.16691 0.25399,0.37131 0.25399,0.61321 z&quot;
+-         id=&quot;path5033&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 526.23609,370.42567 c 0,0.93372 -0.30721,1.7344 -0.92162,2.40204 -0.74506,0.81277 -1.78763,1.21916 -3.12774,1.21916 -1.34495,0 -2.38994,-0.40639 -3.13499,-1.21916 -0.61442,-0.66764 -0.92163,-1.48767 -0.92163,-2.4601 0,-0.87566 0.30963,-1.65215 0.92889,-2.32947 0.74988,-0.81761 1.81665,-1.22641 3.2003,-1.22642 1.27238,1e-5 2.28834,0.40881 3.04791,1.22642 0.61925,0.66764 0.92888,1.46348 0.92888,2.38753 z m -2.47461,0 c 0,-0.43541 -0.15361,-0.80431 -0.46081,-1.10668 -0.30721,-0.30237 -0.67853,-0.45356 -1.11394,-0.45356 -0.49347,0 -0.89502,0.18385 -1.20465,0.55152 -0.25157,0.29512 -0.37736,0.63136 -0.37736,1.00872 0,0.3822 0.12579,0.72085 0.37736,1.01597 0.30963,0.36768 0.71118,0.55152 1.20465,0.55152 0.44025,0 0.81277,-0.15118 1.11757,-0.45356 0.30478,-0.30237 0.45718,-0.67368 0.45718,-1.11393 z&quot;
+-         id=&quot;path5035&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 532.65121,369.2573 c -0.33382,-0.15965 -0.67248,-0.23947 -1.01597,-0.23948 -0.78375,1e-5 -1.29173,0.31931 -1.52395,0.95792 -0.0871,0.23222 -0.13063,0.54427 -0.13062,0.93614 l 0,2.881 -2.38027,0 0,-6.73442 2.38027,0 0,1.10305 c 0.25156,-0.39187 0.52249,-0.67489 0.81277,-0.84906 0.39187,-0.23222 0.85631,-0.34833 1.39333,-0.34833 0.12578,0 0.28059,0.007 0.46444,0.0218 z&quot;
+-         id=&quot;path5037&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 541.26517,373.32843 c 0,0.59023 -0.0411,1.06677 -0.12336,1.42962 -0.13064,0.58055 -0.46929,1.10063 -1.01597,1.56024 -0.69183,0.58055 -1.61104,0.87082 -2.75763,0.87083 -1.19982,-10e-6 -2.15531,-0.31689 -2.86648,-0.95066 -0.47412,-0.4209 -0.7765,-0.86116 -0.90712,-1.32076 -0.0145,-0.0484 -0.0339,-0.14998 -0.058,-0.30479 l 2.6778,0 c 0.0774,0.22254 0.18142,0.3822 0.31205,0.47896 0.21286,0.15965 0.48379,0.23947 0.81277,0.23947 0.55152,0 0.97484,-0.19593 1.26996,-0.58781 0.18384,-0.24673 0.27576,-0.5999 0.27577,-1.05951 l 0,-0.63861 c -0.28545,0.26125 -0.52493,0.4451 -0.71844,0.55153 -0.40155,0.22255 -0.87567,0.33382 -1.42236,0.33382 -0.68699,0 -1.30141,-0.17659 -1.84325,-0.52976 -0.55637,-0.36284 -0.9555,-0.85873 -1.1974,-1.48766 -0.16449,-0.42574 -0.24673,-0.88777 -0.24673,-1.38608 0,-1.10304 0.35075,-2.00048 1.05225,-2.69231 0.65312,-0.64344 1.43929,-0.96517 2.3585,-0.96517 0.48863,0 0.92404,0.0992 1.30625,0.29753 0.22737,0.12095 0.46443,0.31931 0.71118,0.5
 9507 l 0,-0.70392 2.38026,0 z m -2.26415,-2.92453 c -1e-5,-0.43058 -0.14757,-0.80068 -0.44268,-1.11031 -0.29512,-0.30963 -0.65796,-0.46444 -1.08853,-0.46445 -0.47896,1e-5 -0.87084,0.18385 -1.17563,0.55153 -0.2419,0.29512 -0.36284,0.63619 -0.36284,1.02323 0,0.43058 0.14876,0.79947 0.4463,1.10668 0.29753,0.30721 0.66158,0.46081 1.09217,0.46081 0.42573,0 0.78737,-0.1536 1.08491,-0.46081 0.29752,-0.30721 0.44629,-0.6761 0.4463,-1.10668 z&quot;
+-         id=&quot;path5039&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       transform=&quot;translate(-15.303092,39.559197)&quot;
+-       id=&quot;g7933&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         id=&quot;path7921&quot;
+-         style=&quot;font-size:66.06755066px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DaunPenh;-inkscape-font-specification:DaunPenh Italic&quot;
+-         d=&quot;m 258.53023,268.66068 c 1.59145,3e-5 2.83479,0.36026 3.73001,1.0807 0.89518,0.72049 1.49635,1.68827 1.80351,2.90336 0.30712,1.21513 0.35887,2.62917 0.15525,4.24213 -0.20366,1.61299 -0.60522,3.30124 -1.20469,5.06475 -0.7756,2.27968 -1.69432,4.33354 -2.75617,6.16157 -1.0619,1.82805 -2.2387,3.3765 -3.53041,4.64538 -1.29174,1.26887 -2.68898,2.24741 -4.19172,2.93561 -1.50277,0.68821 -3.08214,1.03231 -4.73812,1.03231 -1.59148,0 -2.83448,-0.36023 -3.72901,-1.0807 -0.89453,-0.72046 -1.50108,-1.68824 -1.81964,-2.90335 -0.31856,-1.21511 -0.3777,-2.62377 -0.17742,-4.226 0.20027,-1.60222 0.60419,-3.29584 1.21175,-5.08088 0.77422,-2.27966 1.69227,-4.33352 2.75416,-6.16158 1.06186,-1.82802 2.24404,-3.37647 3.54653,-4.64537 1.30247,-1.26885 2.70508,-2.24739 4.20785,-2.93562 1.50274,-0.68818 3.08212,-1.03228 4.73812,-1.03231 z m -1.39925,1.74202 c -0.70973,3e-5 -1.4601,0.18283 -2.25111,0.54841 -0.79105,0.36564 -1.58343,0.98932 -2.37713,1.87106 -0.79373,0.88178 -1.59518,2.0
 7 -2.40434,3.56468 -0.80919,1.49471 -1.59753,3.37113 -2.36503,5.62929 -0.84817,2.49475 -1.36533,4.57011 -1.55148,6.22609 -0.18618,1.656 -0.15896,2.98401 0.0816,3.98405 0.2406,1.00005 0.63376,1.70976 1.17949,2.12913 0.54572,0.41938 1.13042,0.62907 1.75411,0.62906 0.7097,1e-5 1.4547,-0.1828 2.23499,-0.54841 0.78026,-0.3656 1.57297,-0.98929 2.37813,-1.87105 0.80513,-0.88176 1.60657,-2.06998 2.40434,-3.56468 0.79774,-1.49469 1.58037,-3.37111 2.34789,-5.62929 0.84142,-2.47322 1.35724,-4.5432 1.54745,-6.20997 0.19018,-1.66672 0.17002,-3.00011 -0.0605,-4.00018 -0.23055,-1.00002 -0.61867,-1.70973 -1.16437,-2.12913 -0.54575,-0.41935 -1.13045,-0.62903 -1.75411,-0.62906 z&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         id=&quot;path7923&quot;
+-         style=&quot;font-size:66.06755066px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DaunPenh;-inkscape-font-specification:DaunPenh Italic&quot;
+-         d=&quot;m 263.20384,293.91991 c 0.125,-0.36561 0.31385,-0.71508 0.56655,-1.04844 0.2527,-0.33334 0.53934,-0.62368 0.85992,-0.871 0.32058,-0.24732 0.66065,-0.44088 1.02021,-0.58068 0.35955,-0.13978 0.72214,-0.20968 1.08775,-0.20968 0.3441,0 0.65359,0.0699 0.92847,0.20968 0.27487,0.1398 0.48859,0.33336 0.64116,0.58068 0.15255,0.24732 0.24227,0.53766 0.26917,0.871 0.0269,0.33336 -0.0222,0.68283 -0.14719,1.04844 -0.12367,0.36561 -0.31218,0.71509 -0.56555,1.04843 -0.25338,0.33335 -0.54035,0.62369 -0.86092,0.87101 -0.32059,0.24733 -0.6657,0.44088 -1.03533,0.58067 -0.36965,0.13979 -0.72652,0.20969 -1.07062,0.20969 -0.36561,0 -0.68081,-0.0699 -0.94561,-0.20969 -0.2648,-0.13979 -0.47348,-0.33334 -0.62603,-0.58067 -0.15257,-0.24732 -0.24195,-0.53766 -0.26816,-0.87101 -0.0262,-0.33334 0.0225,-0.68282 0.14618,-1.04843 z&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         id=&quot;path7925&quot;
+-         style=&quot;font-size:66.06755066px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DaunPenh;-inkscape-font-specification:DaunPenh Italic&quot;
+-         d=&quot;m 285.68672,291.17785 -12.81913,0.0323 -0.12098,-1.25812 c 1.84551,-1.63448 3.80696,-3.38725 5.88435,-5.25831 2.07737,-1.87104 4.13458,-3.74747 6.17165,-5.62929 2.03704,-1.88179 3.99681,-3.70983 5.8793,-5.48412 1.88246,-1.77426 3.56701,-3.39261 5.05366,-4.85507 l 1.37305,0.41938 c -0.43553,0.96781 -0.85188,1.94097 -1.24905,2.91949 -0.39722,0.97856 -0.79341,2.0485 -1.18856,3.20982 l -4.48408,13.19416 3.82881,-0.0645 0.25606,0.38711 -0.98392,2.41947 -4.03244,0 -2.0505,6.03253 c -0.63849,0.043 -1.23898,0.086 -1.8015,0.12904 -0.56254,0.043 -1.22083,0.0968 -1.97488,0.1613 0.35081,-0.90327 0.62467,-1.62911 0.82161,-2.17752 0.1969,-0.54841 0.35719,-1.00542 0.48086,-1.37103 z m 5.33896,-15.7104 -0.14114,-0.0645 c -2.38588,2.08614 -4.77779,4.23677 -7.17573,6.45191 -2.39797,2.21517 -4.84499,4.49484 -7.34106,6.83902 l 10.21619,-0.16129 z&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         id=&quot;path7927&quot;
+-         style=&quot;font-size:66.06755066px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none;font-family:DaunPenh;-inkscape-font-specification:DaunPenh Italic&quot;
+-         d=&quot;m 305.49812,280.5322 c -1.39927,-0.81723 -2.38352,-1.84416 -2.95276,-3.08079 -0.56925,-1.2366 -0.55816,-2.72591 0.0333,-4.46795 0.42474,-1.24734 1.06691,-2.39255 1.9265,-3.43564 0.85957,-1.04303 1.85289,-1.94092 2.97998,-2.69367 1.12705,-0.75269 2.33712,-1.33874 3.6302,-1.75815 1.29305,-0.41934 2.58478,-0.62902 3.87518,-0.62906 1.35488,4e-5 2.47186,0.20972 3.35096,0.62906 0.87905,0.41941 1.55482,0.96244 2.02731,1.62911 0.47244,0.66673 0.73791,1.41945 0.79641,2.25817 0.0584,0.83877 -0.0548,1.67752 -0.33973,2.51624 -0.16805,0.49468 -0.40966,1.0162 -0.72484,1.56459 -0.31523,0.54844 -0.79576,1.13986 -1.44159,1.77428 -0.64589,0.63446 -1.49808,1.32266 -2.55657,2.06461 -1.05854,0.74199 -2.41512,1.55385 -4.06975,2.43559 1.7299,0.86027 2.97928,1.9786 3.74816,3.355 0.76883,1.37642 0.81655,3.05391 0.14315,5.03249 -0.45972,1.3549 -1.16271,2.58614 -2.10897,3.69371 -0.9463,1.10759 -2.02598,2.05386 -3.23906,2.83884 -1.21311,0.78499 -2.50584,1.39254 -3.8782,1.82267 -1.3723
 9,0.43013 -2.71452,0.64519 -4.02639,0.64519 -1.22588,0 -2.33412,-0.15592 -3.32475,-0.46776 -0.99065,-0.31185 -1.79579,-0.77423 -2.41544,-1.38716 -0.61965,-0.61293 -1.01416,-1.38179 -1.18352,-2.30656 -0.16936,-0.92477 -0.0423,-2.01084 0.38107,-3.25822 0.16129,-0.47313 0.40156,-1.02154 0.7208,-1.64523 0.31923,-0.62368 0.81992,-1.3065 1.50208,-2.04848 0.68215,-0.74196 1.59247,-1.5377 2.73097,-2.38721 1.13849,-0.84949 2.61033,-1.74738 4.41553,-2.69367 z m 1.34885,0.87101 c -1.59686,0.90328 -2.92387,1.89794 -3.98103,2.984 -1.05718,1.08609 -1.84182,2.38184 -2.35394,3.88728 -0.31454,0.92478 -0.46374,1.79041 -0.4476,2.59689 0.0161,0.8065 0.19086,1.51083 0.52422,2.113 0.33334,0.60218 0.83202,1.0807 1.49604,1.43555 0.66399,0.35486 1.47989,0.53229 2.44769,0.53228 0.79572,1e-5 1.5676,-0.15054 2.31563,-0.45163 0.748,-0.30109 1.43016,-0.70971 2.04646,-1.22586 0.61628,-0.51615 1.15763,-1.11295 1.62407,-1.79041 0.4664,-0.67744 0.82731,-1.39253 1.08271,-2.14526 0.35887,-1.0538 0.47447,-1.978
 57 0.34679,-2.77432 -0.12771,-0.79572 -0.42611,-1.50006 -0.8952,-2.113 -0.46913,-0.61292 -1.07298,-1.16133 -1.81158,-1.64523 -0.73862,-0.48388 -1.53671,-0.95165 -2.39426,-1.40329 z m 3.76025,-2.90336 c 1.53903,-0.7312 2.83916,-1.64522 3.90039,-2.74207 1.06118,-1.0968 1.83305,-2.35492 2.31563,-3.77436 0.33601,-0.98927 0.47244,-1.84952 0.40929,-2.58077 -0.0632,-0.73118 -0.25642,-1.33336 -0.57966,-1.80653 -0.3233,-0.47311 -0.75309,-0.82259 -1.28938,-1.04844 -0.53634,-0.22578 -1.10558,-0.33869 -1.70774,-0.33872 -0.77425,3e-5 -1.52428,0.13444 -2.2501,0.40324 -0.72586,0.26886 -1.38415,0.63985 -1.97489,1.11296 -0.59077,0.47317 -1.11028,1.02158 -1.55854,1.64523 -0.44829,0.62372 -0.7934,1.29041 -1.03533,2.0001 -0.32933,0.96781 -0.47651,1.7958 -0.44155,2.48398 0.0349,0.68823 0.22479,1.30116 0.56958,1.8388 0.34476,0.53767 0.82563,1.02157 1.44261,1.45168 0.61694,0.43014 1.35018,0.88177 2.19969,1.3549 z&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;path
+-       id=&quot;path7891&quot;
+-       d=&quot;m 253.1969,332.02794 c 0.0354,0.1286 0.0508,0.26141 0.0625,0.40625 0.0269,0.33336 -1e-5,0.66564 -0.125,1.03125 -0.12367,0.36561 -0.30913,0.72916 -0.5625,1.0625 -0.25338,0.33335 -0.55443,0.62768 -0.875,0.875 -0.32059,0.24733 -0.66162,0.42271 -1.03125,0.5625 -0.36965,0.13979 -0.7184,0.21875 -1.0625,0.21875 -0.31515,0 -0.6035,-0.0836 -0.84375,-0.1875 0.0458,0.16689 0.10143,0.32924 0.1875,0.46875 0.15255,0.24733 0.3602,0.45396 0.625,0.59375 0.2648,0.13979 0.57189,0.21875 0.9375,0.21875 0.3441,0 0.69285,-0.079 1.0625,-0.21875 0.36963,-0.13979 0.74191,-0.34642 1.0625,-0.59375 0.32057,-0.24732 0.59037,-0.54165 0.84375,-0.875 0.25337,-0.33334 0.43883,-0.66564 0.5625,-1.03125 0.12499,-0.36561 0.18315,-0.72914 0.15625,-1.0625 -0.0269,-0.33334 -0.1287,-0.62768 -0.28125,-0.875 -0.15257,-0.24732 -0.35013,-0.4227 -0.625,-0.5625 -0.0292,-0.0149 -0.0637,-0.018 -0.0937,-0.0312 z&quot;
+-       style=&quot;font-size:66.06755066px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.5;fill:#000000;fill-opacity:1;stroke:none;font-family:DaunPenh;-inkscape-font-specification:DaunPenh Italic&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       id=&quot;path7889&quot;
+-       d=&quot;m 241.8219,309.96544 c -0.70973,3e-5 -1.45899,0.16567 -2.25,0.53125 -0.79105,0.36564 -1.5813,0.99326 -2.375,1.875 -0.79373,0.88178 -1.59709,2.06782 -2.40625,3.5625 -0.80919,1.49471 -1.6075,3.39809 -2.375,5.65625 -0.84817,2.49475 -1.3451,4.56277 -1.53125,6.21875 -0.18618,1.656 -0.17806,2.96871 0.0625,3.96875 0.2406,1.00005 0.64177,1.70563 1.1875,2.125 0.0478,0.0367 0.10788,0.0602 0.15625,0.0937 -0.16225,-0.325 -0.30166,-0.69027 -0.40625,-1.125 -0.24056,-1.00004 -0.27993,-2.344 -0.0937,-4 0.18615,-1.65598 0.71433,-3.724 1.5625,-6.21875 0.7675,-2.25816 1.56581,-4.13029 2.375,-5.625 0.80916,-1.49468 1.61252,-2.68072 2.40625,-3.5625 0.7937,-0.88174 1.58395,-1.50936 2.375,-1.875 0.79101,-0.36558 1.54027,-0.56247 2.25,-0.5625 0.56729,3e-5 1.09092,0.18428 1.59375,0.53125 -0.20561,-0.41067 -0.47887,-0.73635 -0.78125,-0.96875 -0.54575,-0.41935 -1.12634,-0.62497 -1.75,-0.625 z m 6.25,0.59375 c 0.30059,0.48389 0.53392,1.0487 0.6875,1.65625 0.30712,1.21513 0.35987,2.60579
  0.15625,4.21875 -0.20366,1.61299 -0.61928,3.29899 -1.21875,5.0625 -0.7756,2.27968 -1.68815,4.35947 -2.75,6.1875 -1.0619,1.82805 -2.23954,3.35612 -3.53125,4.625 -1.29174,1.26887 -2.68476,2.2493 -4.1875,2.9375 -1.50277,0.68821 -3.06277,1.03125 -4.71875,1.03125 -1.59148,0 -2.85547,-0.34203 -3.75,-1.0625 -0.0573,-0.0462 -0.10131,-0.10807 -0.15625,-0.15625 0.29894,0.46785 0.65836,0.86808 1.09375,1.21875 0.89453,0.72047 2.12727,1.09375 3.71875,1.09375 1.65598,0 3.24723,-0.34304 4.75,-1.03125 1.50274,-0.6882 2.89576,-1.66863 4.1875,-2.9375 1.29171,-1.26888 2.46935,-2.8282 3.53125,-4.65625 1.06185,-1.82803 1.9744,-3.87657 2.75,-6.15625 0.59947,-1.76351 0.98384,-3.44951 1.1875,-5.0625 0.20362,-1.61296 0.18212,-3.03487 -0.125,-4.25 -0.28355,-1.12168 -0.84036,-2.01855 -1.625,-2.71875 z&quot;
+-       style=&quot;font-size:66.06755066px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.5;fill:#000000;fill-opacity:1;stroke:none;font-family:DaunPenh;-inkscape-font-specification:DaunPenh Italic&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       id=&quot;path7893&quot;
+-       d=&quot;m 281.5094,309.40294 c -0.32597,0.74163 -0.63394,1.47086 -0.9375,2.21875 -0.39722,0.97856 -0.8236,2.05743 -1.21875,3.21875 l -4.46875,13.1875 1.28125,-0.0312 4.125,-12.09375 c 0.39515,-1.16132 0.79028,-2.24019 1.1875,-3.21875 0.39717,-0.97852 0.81447,-1.93844 1.25,-2.90625 l -1.21875,-0.375 z m -5.9375,5.5625 c -0.75125,0.65687 -1.49756,1.33035 -2.25,2 -0.97202,0.90661 -1.89624,1.78571 -2.90625,2.71875 -2.03707,1.88182 -4.07888,3.78521 -6.15625,5.65625 -0.52395,0.47191 -0.9908,0.85564 -1.5,1.3125 -0.5719,0.53513 -1.11035,1.05172 -1.6875,1.59375 l 2.125,-0.0312 c 2.07012,-1.93907 4.12324,-3.86958 6.125,-5.71875 1.86226,-1.7203 3.73876,-3.38876 5.59375,-5.03125 l 0.8125,-2.4375 -0.15625,-0.0625 z m 3.125,14.0625 -0.71875,1.75 -4.03125,0 -2.03125,6.03125 c -0.63849,0.043 -1.24998,0.082 -1.8125,0.125 -0.17887,0.0137 -0.42676,0.0466 -0.625,0.0625 -0.14392,0.38247 -0.24929,0.67164 -0.4375,1.15625 0.75405,-0.0645 1.40621,-0.11325 1.96875,-0.15625 0.56252,-0.043 1.17
 401,-0.082 1.8125,-0.125 l 2.0625,-6.03125 4.03125,0 0.96875,-2.40625 -0.25,-0.40625 -0.9375,0 z m -8.3125,1.71875 -12,0.0312 0.0937,1.0625 11.53125,-0.0312 0.375,-1.0625 z&quot;
+-       style=&quot;font-size:66.06755066px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.5;fill:#000000;fill-opacity:1;stroke:none;font-family:DaunPenh;-inkscape-font-specification:DaunPenh Italic&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;path
+-       id=&quot;path7895&quot;
+-       d=&quot;m 297.79065,305.77794 c -0.57161,0.0504 -1.14314,0.20465 -1.6875,0.40625 -0.72586,0.26886 -1.37801,0.62064 -1.96875,1.09375 -0.59077,0.47317 -1.11424,1.0326 -1.5625,1.65625 -0.44829,0.62372 -0.78932,1.29031 -1.03125,2 -0.32933,0.96781 -0.47246,1.78057 -0.4375,2.46875 0.0349,0.68823 0.21771,1.30611 0.5625,1.84375 0.21904,0.34161 0.51482,0.67056 0.84375,0.96875 -0.29961,-0.50922 -0.46759,-1.07968 -0.5,-1.71875 -0.035,-0.68818 0.10817,-1.53219 0.4375,-2.5 0.24193,-0.70969 0.58296,-1.37628 1.03125,-2 0.44826,-0.62365 0.97173,-1.15183 1.5625,-1.625 0.59074,-0.47311 1.24289,-0.85614 1.96875,-1.125 0.72582,-0.2688 1.47575,-0.40622 2.25,-0.40625 0.60216,3e-5 1.18241,0.11797 1.71875,0.34375 0.21886,0.0922 0.41036,0.2104 0.59375,0.34375 -0.0646,-0.13442 -0.13794,-0.25671 -0.21875,-0.375 -0.3233,-0.47311 -0.74496,-0.8054 -1.28125,-1.03125 -0.53634,-0.22578 -1.11659,-0.34372 -1.71875,-0.34375 -0.19356,10e-6 -0.37196,-0.0168 -0.5625,0 z m 7.4375,0.78125 c 0.36385,0.59926 
 0.57413,1.23945 0.625,1.96875 0.0584,0.83877 -0.0588,1.69253 -0.34375,2.53125 -0.16805,0.49468 -0.40357,1.01411 -0.71875,1.5625 -0.31523,0.54844 -0.79167,1.14683 -1.4375,1.78125 -0.64589,0.63446 -1.50401,1.32055 -2.5625,2.0625 -0.9183,0.64369 -2.10184,1.34489 -3.46875,2.09375 -0.20875,0.11436 -0.37454,0.22693 -0.59375,0.34375 0.49934,0.24832 0.95573,0.52118 1.375,0.8125 1.44005,-0.7831 2.67007,-1.51813 3.625,-2.1875 1.05849,-0.74195 1.91661,-1.42804 2.5625,-2.0625 0.64583,-0.63442 1.12227,-1.23281 1.4375,-1.78125 0.31518,-0.54839 0.5507,-1.06782 0.71875,-1.5625 0.28493,-0.83872 0.40215,-1.66123 0.34375,-2.5 -0.0585,-0.83872 -0.34006,-1.58327 -0.8125,-2.25 -0.21106,-0.2978 -0.45781,-0.56404 -0.75,-0.8125 z m -16.5625,12.40625 c 0.3223,0.46962 0.72229,0.91509 1.1875,1.3125 0.12186,-0.0651 0.21869,-0.12194 0.34375,-0.1875 -0.58584,-0.34215 -1.09091,-0.70933 -1.53125,-1.125 z m 2.875,2 c -1.59686,0.90328 -2.91159,1.88269 -3.96875,2.96875 -1.05718,1.08609 -1.86288,2.40081 -2.375,
 3.90625 -0.31454,0.92478 -0.45364,1.78727 -0.4375,2.59375 0.0161,0.8065 0.19789,1.52283 0.53125,2.125 0.21868,0.39505 0.514,0.71139 0.875,1 -0.31176,-0.58851 -0.45319,-1.28323 -0.46875,-2.0625 -0.0161,-0.80648 0.12296,-1.66897 0.4375,-2.59375 0.51212,-1.50544 1.28657,-2.78891 2.34375,-3.875 1.05716,-1.08606 2.40314,-2.09672 4,-3 0.85755,0.45164 1.63638,0.92237 2.375,1.40625 0.42206,0.27651 0.79094,0.58761 1.125,0.90625 -0.0709,-0.11134 -0.13771,-0.23786 -0.21875,-0.34375 -0.46913,-0.61292 -1.0739,-1.1411 -1.8125,-1.625 -0.73862,-0.48388 -1.5487,-0.95461 -2.40625,-1.40625 z m 8.65625,0.8125 c 0.10199,0.15255 0.19216,0.30927 0.28125,0.46875 0.76883,1.37642 0.82965,3.05267 0.15625,5.03125 -0.45972,1.3549 -1.17874,2.57993 -2.125,3.6875 -0.9463,1.10759 -2.03692,2.05877 -3.25,2.84375 -1.21311,0.78499 -2.50264,1.41362 -3.875,1.84375 -1.37239,0.43013 -2.71938,0.625 -4.03125,0.625 -1.22588,0 -2.32187,-0.15691 -3.3125,-0.46875 -0.85038,-0.26769 -1.548,-0.63545 -2.125,-1.125 0.17697,0.
 29895 0.37436,0.56457 0.625,0.8125 0.61965,0.61293 1.44685,1.0944 2.4375,1.40625 0.99063,0.31184 2.08662,0.46875 3.3125,0.46875 1.31187,0 2.65886,-0.22612 4.03125,-0.65625 1.37236,-0.43013 2.66189,-1.02751 3.875,-1.8125 1.21308,-0.78498 2.3037,-1.73616 3.25,-2.84375 0.94626,-1.10757 1.63403,-2.3326 2.09375,-3.6875 0.6734,-1.97858 0.61258,-3.65483 -0.15625,-5.03125 -0.31456,-0.56311 -0.71208,-1.08578 -1.1875,-1.5625 z&quot;
+-       style=&quot;font-size:66.06755066px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.5;fill:#000000;fill-opacity:1;stroke:none;font-family:DaunPenh;-inkscape-font-specification:DaunPenh Italic&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;
+-       inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;g
+-       style=&quot;font-size:14.08463669px;font-style:normal;font-weight:normal;opacity:0.46153846;fill:#008080;fill-opacity:1;stroke:none;display:inline;filter:url(#filter5869-6);font-family:Bitstream Vera Sans&quot;
+-       id=&quot;text5837&quot;
+-       transform=&quot;translate(-11.303092,29.559197)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         d=&quot;m 543.34961,610.07093 8.68598,0 0,1.16913 -3.64495,0 0,9.09862 -1.39608,0 0,-9.09862 -3.64495,0 z&quot;
+-         id=&quot;path5119&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 559.73125,615.68965 0,4.64903 -1.26542,0 0,-4.60776 c 0,-0.72899 -0.14213,-1.27458 -0.42639,-1.63679 -0.28426,-0.3622 -0.71065,-0.5433 -1.27917,-0.54331 -0.68315,10e-6 -1.22186,0.21779 -1.61616,0.65334 -0.3943,0.43557 -0.59144,1.02931 -0.59144,1.78122 l 0,4.3533 -1.2723,0 0,-10.70102 1.2723,0 0,4.19513 c 0.3026,-0.46306 0.65907,-0.80922 1.06941,-1.03846 0.41034,-0.22924 0.88373,-0.34386 1.42016,-0.34387 0.88487,10e-6 1.55425,0.27395 2.00816,0.82184 0.45389,0.54789 0.68084,1.35368 0.68085,2.41735 z&quot;
+-         id=&quot;path5121&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 568.85738,616.17106 0,0.61896 -5.81817,0 c 0.055,0.87112 0.3175,1.53477 0.78745,1.99096 0.46994,0.4562 1.12443,0.68429 1.96346,0.68429 0.48599,0 0.95708,-0.0596 1.41328,-0.17881 0.45618,-0.1192 0.90893,-0.29801 1.35826,-0.53642 l 0,1.19664 c -0.45391,0.19256 -0.91927,0.33928 -1.39609,0.44014 -0.47683,0.10087 -0.96053,0.1513 -1.4511,0.1513 -1.22874,0 -2.20188,-0.35761 -2.9194,-1.07285 -0.71753,-0.71523 -1.07629,-1.68263 -1.07629,-2.9022 0,-1.26083 0.34042,-2.26147 1.02127,-3.00193 0.68085,-0.74044 1.59896,-1.11067 2.75435,-1.11068 1.03616,10e-6 1.8557,0.33356 2.45862,1.00064 0.6029,0.66711 0.90435,1.57376 0.90436,2.71996 z m -1.26542,-0.37137 c -0.009,-0.69231 -0.20288,-1.24478 -0.58113,-1.65742 -0.37825,-0.41263 -0.87915,-0.61895 -1.50268,-0.61895 -0.70607,0 -1.27115,0.19944 -1.69525,0.59832 -0.4241,0.39888 -0.66824,0.96053 -0.73242,1.68493 z&quot;
+-         id=&quot;path5123&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       style=&quot;font-size:20.61829567px;font-style:normal;font-weight:normal;opacity:0.46153846;fill:#008080;fill-opacity:1;stroke:none;display:inline;filter:url(#filter5873-5);font-family:Bitstream Vera Sans&quot;
+-       id=&quot;text5841&quot;
+-       transform=&quot;translate(-11.303092,29.559197)&quot;
+-       inkscape:export-filename=&quot;C:\Users\Robert\Desktop\inkscape contest\text4066.png&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         d=&quot;m 577.1987,617.24709 -2.75851,7.48018 5.52708,0 z m -1.1477,-2.00343 2.30546,0 5.72843,15.03082 -2.11418,0 -1.36919,-3.85587 -6.77544,0 -1.36919,3.85587 -2.14438,0 z&quot;
+-         id=&quot;path5126&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 592.72282,620.73046 c -0.20807,-0.1208 -0.43459,-0.20973 -0.67955,-0.26679 -0.24499,-0.057 -0.51513,-0.0856 -0.81044,-0.0856 -1.04703,10e-6 -1.85075,0.34062 -2.41117,1.02185 -0.56043,0.68124 -0.84065,1.65947 -0.84064,2.93468 l 0,5.93985 -1.86249,0 0,-11.27564 1.86249,0 0,1.75175 c 0.38927,-0.68458 0.896,-1.19299 1.5202,-1.52523 0.62418,-0.33221 1.3826,-0.49833 2.27526,-0.49834 0.12751,10e-6 0.26846,0.008 0.42283,0.0252 0.15436,0.0168 0.32551,0.042 0.51345,0.0755 z&quot;
+-         id=&quot;path5128&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 596.51828,615.79737 0,3.20147 3.81559,0 0,1.43966 -3.81559,0 0,6.12106 c 0,0.9195 0.12584,1.51013 0.37753,1.77188 0.25169,0.26176 0.76345,0.39264 1.5353,0.39264 l 1.90276,0 0,1.5504 -1.90276,0 c -1.42959,0 -2.41621,-0.26679 -2.95985,-0.80037 -0.54365,-0.53358 -0.81547,-1.5051 -0.81547,-2.91455 l 0,-6.12106 -1.35912,0 0,-1.43966 1.35912,0 0,-3.20147 z&quot;
+-         id=&quot;path5130&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 620.68035,616.40142 0,2.14439 c -0.68461,-0.6376 -1.4145,-1.11413 -2.18969,-1.42959 -0.77521,-0.31544 -1.59907,-0.47316 -2.47158,-0.47318 -1.7182,2e-5 -3.03368,0.52521 -3.94647,1.57557 -0.91279,1.05039 -1.36918,2.56891 -1.36918,4.55556 0,1.97995 0.45639,3.49511 1.36918,4.54549 0.91279,1.05038 2.22827,1.57557 3.94647,1.57556 0.87251,10e-6 1.69637,-0.15772 2.47158,-0.47317 0.77519,-0.31545 1.50508,-0.79198 2.18969,-1.42959 l 0,2.12425 c -0.71145,0.48324 -1.46484,0.84567 -2.26016,1.08729 -0.79535,0.24162 -1.63598,0.36243 -2.52192,0.36243 -2.27526,0 -4.06728,-0.69633 -5.37606,-2.08901 -1.30878,-1.39267 -1.96317,-3.29375 -1.96316,-5.70325 -10e-6,-2.4162 0.65438,-4.32064 1.96316,-5.71332 1.30878,-1.39266 3.1008,-2.089 5.37606,-2.08902 0.89936,2e-5 1.74671,0.11915 2.54205,0.3574 0.79533,0.23828 1.542,0.59568 2.24003,1.07219 z&quot;
+-         id=&quot;path5132&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 628.13032,620.29756 c -0.99334,10e-6 -1.7786,0.38761 -2.3558,1.1628 -0.57721,0.7752 -0.86581,1.83733 -0.86581,3.18637 0,1.34905 0.28692,2.41117 0.86077,3.18637 0.57385,0.7752 1.36079,1.1628 2.36084,1.1628 0.98661,0 1.76852,-0.38928 2.34573,-1.16783 0.5772,-0.77856 0.8658,-1.839 0.86581,-3.18134 -10e-6,-1.33562 -0.28861,-2.39439 -0.86581,-3.17631 -0.57721,-0.7819 -1.35912,-1.17285 -2.34573,-1.17286 z m 0,-1.57054 c 1.61079,10e-6 2.87595,0.52352 3.79546,1.57054 0.91948,1.04703 1.37923,2.49675 1.37925,4.34917 -2e-5,1.84571 -0.45977,3.29376 -1.37925,4.34414 -0.91951,1.05037 -2.18467,1.57556 -3.79546,1.57556 -1.61752,0 -2.88435,-0.52519 -3.80049,-1.57556 -0.91615,-1.05038 -1.37422,-2.49843 -1.37422,-4.34414 0,-1.85242 0.45807,-3.30214 1.37422,-4.34917 0.91614,-1.04702 2.18297,-1.57053 3.80049,-1.57054 z&quot;
+-         id=&quot;path5134&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 645.73842,623.46883 0,6.80565 -1.85242,0 0,-6.74525 c -10e-6,-1.06715 -0.20807,-1.86584 -0.62419,-2.39607 -0.41613,-0.53021 -1.04032,-0.79532 -1.87256,-0.79533 -1.00004,10e-6 -1.78867,0.31881 -2.36587,0.95641 -0.57721,0.63762 -0.86581,1.50678 -0.8658,2.60749 l 0,6.37275 -1.8625,0 0,-11.27564 1.8625,0 0,1.75175 c 0.44296,-0.67787 0.9648,-1.1846 1.5655,-1.52019 0.60069,-0.33558 1.29367,-0.50337 2.07894,-0.50338 1.29535,10e-6 2.27525,0.40104 2.93972,1.20307 0.66444,0.80206 0.99667,1.98163 0.99668,3.53874 z&quot;
+-         id=&quot;path5137&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 651.28563,615.79737 0,3.20147 3.81559,0 0,1.43966 -3.81559,0 0,6.12106 c 0,0.9195 0.12584,1.51013 0.37753,1.77188 0.25169,0.26176 0.76345,0.39264 1.5353,0.39264 l 1.90276,0 0,1.5504 -1.90276,0 c -1.42959,0 -2.41621,-0.26679 -2.95985,-0.80037 -0.54365,-0.53358 -0.81547,-1.5051 -0.81547,-2.91455 l 0,-6.12106 -1.35912,0 0,-1.43966 1.35912,0 0,-3.20147 z&quot;
+-         id=&quot;path5139&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 657.54763,618.99884 1.85243,0 0,11.27564 -1.85243,0 z m 0,-4.38944 1.85243,0 0,2.34574 -1.85243,0 z&quot;
+-         id=&quot;path5141&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 672.63885,623.46883 0,6.80565 -1.85242,0 0,-6.74525 c -10e-6,-1.06715 -0.20807,-1.86584 -0.62419,-2.39607 -0.41613,-0.53021 -1.04032,-0.79532 -1.87256,-0.79533 -1.00005,10e-6 -1.78867,0.31881 -2.36587,0.95641 -0.57721,0.63762 -0.86581,1.50678 -0.86581,2.60749 l 0,6.37275 -1.86249,0 0,-11.27564 1.86249,0 0,1.75175 c 0.44297,-0.67787 0.9648,-1.1846 1.56551,-1.52019 0.60069,-0.33558 1.29367,-0.50337 2.07894,-0.50338 1.29535,10e-6 2.27525,0.40104 2.93972,1.20307 0.66444,0.80206 0.99667,1.98163 0.99668,3.53874 z&quot;
+-         id=&quot;path5143&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 676.16249,625.82463 0,-6.82579 1.85242,0 0,6.75532 c 0,1.06716 0.20806,1.86752 0.62419,2.4011 0.41612,0.53358 1.0403,0.80037 1.87256,0.80037 1.00003,0 1.79033,-0.3188 2.3709,-0.95642 0.58055,-0.6376 0.87083,-1.50677 0.87084,-2.60749 l 0,-6.39288 1.85243,0 0,11.27564 -1.85243,0 0,-1.73162 c -0.44969,0.68459 -0.97152,1.193 -1.5655,1.52523 -0.59399,0.33223 -1.28362,0.49834 -2.06888,0.49834 -1.29536,0 -2.27862,-0.4027 -2.94978,-1.2081 -0.67117,-0.8054 -1.00676,-1.9833 -1.00675,-3.5337 z&quot;
+-         id=&quot;path5145&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 689.25028,625.82463 0,-6.82579 1.85242,0 0,6.75532 c 0,1.06716 0.20806,1.86752 0.62419,2.4011 0.41612,0.53358 1.0403,0.80037 1.87256,0.80037 1.00003,0 1.79033,-0.3188 2.3709,-0.95642 0.58055,-0.6376 0.87083,-1.50677 0.87084,-2.60749 l 0,-6.39288 1.85243,0 0,11.27564 -1.85243,0 0,-1.73162 c -0.44969,0.68459 -0.97152,1.193 -1.5655,1.52523 -0.59399,0.33223 -1.28361,0.49834 -2.06887,0.49834 -1.29536,0 -2.27862,-0.4027 -2.94979,-1.2081 -0.67117,-0.8054 -1.00675,-1.9833 -1.00675,-3.5337 z&quot;
+-         id=&quot;path5147&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 711.30822,621.16336 c 0.4631,-0.83224 1.01681,-1.44635 1.66114,-1.84235 0.64431,-0.39598 1.40273,-0.59398 2.27526,-0.59399 1.17453,10e-6 2.08061,0.4111 2.71824,1.23327 0.63759,0.82219 0.95639,1.9917 0.95641,3.50854 l 0,6.80565 -1.86249,0 0,-6.74525 c -2e-5,-1.08057 -0.1913,-1.88262 -0.57385,-2.40614 -0.38258,-0.5235 -0.9665,-0.78525 -1.75175,-0.78526 -0.95978,10e-6 -1.7182,0.31881 -2.27526,0.95641 -0.55708,0.63762 -0.83562,1.50678 -0.83561,2.60749 l 0,6.37275 -1.86249,0 0,-6.74525 c -1e-5,-1.08728 -0.19129,-1.89101 -0.57385,-2.41117 -0.38257,-0.52015 -0.9732,-0.78022 -1.77188,-0.78023 -0.94636,10e-6 -1.69806,0.32049 -2.25513,0.96144 -0.55707,0.64098 -0.83561,1.50846 -0.8356,2.60246 l 0,6.37275 -1.8625,0 0,-11.27564 1.8625,0 0,1.75175 c 0.42283,-0.69129 0.92956,-1.20138 1.52019,-1.53026 0.59063,-0.32886 1.292,-0.4933 2.10412,-0.49331 0.81881,10e-6 1.51515,0.20807 2.08901,0.62419 0.57384,0.41613 0.99835,1.02018 1.27354,1.81215 z&quot;
+-         id=&quot;path5149&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-    &lt;g
+-       transform=&quot;matrix(1.4235235,0,0,1.4235235,-30.147334,-241.28646)&quot;
+-       style=&quot;font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;opacity:0.32692309;fill:#008080;fill-opacity:1;stroke:none;filter:url(#filter4872);font-family:Mistral;-inkscape-font-specification:Mistral&quot;
+-       id=&quot;text4066&quot;
+-       inkscape:export-xdpi=&quot;90&quot;
+-       inkscape:export-ydpi=&quot;90&quot;&gt;
+-      &lt;path
+-         d=&quot;m 467.34137,617.67487 c 0,0.0651 0.0464,0.15218 0.13916,0.26123 0.0928,0.10905 0.23193,0.24333 0.41748,0.40283 0.12044,0.10091 0.24495,0.19938 0.37354,0.29541 0.12857,0.096 0.25634,0.19287 0.3833,0.29053 0.0553,0.0456 0.12695,0.10498 0.21484,0.17822 0.0879,0.0732 0.19043,0.15869 0.30762,0.25635 0.0846,0.0651 0.17333,0.13021 0.26611,0.19531 0.0928,0.0651 0.19287,0.13021 0.30029,0.19531 0.0716,0.0553 0.15137,0.11556 0.23926,0.18067 0.0879,0.0651 0.1888,0.13509 0.30274,0.20996 0.0651,0.0391 0.11555,0.10986 0.15136,0.2124 0.0358,0.10254 0.057,0.23519 0.0635,0.39795 l -0.0439,0.12695 -0.0488,0.0244 c -0.0326,0 -0.0757,-0.0138 -0.1294,-0.0415 -0.0537,-0.0277 -0.12126,-0.0675 -0.20264,-0.11963 -0.0163,-0.01 -0.0903,-0.0456 -0.22216,-0.10742 -0.13184,-0.0619 -0.32146,-0.14974 -0.56885,-0.26367 -0.13672,-0.0586 -0.26205,-0.12451 -0.37598,-0.19776 -0.11393,-0.0732 -0.2181,-0.15055 -0.3125,-0.23193 -0.0553,-0.0488 -0.12614,-0.10254 -0.2124,-0.16113 -0.0863,-0.0586 -0.
 18799,-0.12207 -0.30518,-0.19043 -0.12044,-0.0684 -0.22461,-0.13346 -0.3125,-0.19531 -0.0879,-0.0619 -0.15788,-0.11394 -0.20996,-0.15625 -0.17578,-0.14323 -0.31901,-0.25228 -0.42968,-0.32715 -0.11068,-0.0749 -0.18718,-0.11231 -0.2295,-0.11231 -0.0325,0.0456 -0.0504,0.0928 -0.0537,0.1416 -0.0391,0.153 -0.0806,0.34587 -0.12451,0.57862 -0.0439,0.23275 -0.092,0.50374 -0.14404,0.81299 0,0.0553 -0.01,0.0968 -0.0293,0.12451 -0.0195,0.0277 -0.0488,0.0415 -0.0879,0.0415 -0.12695,0 -0.22298,-0.0309 -0.28809,-0.0928 -0.0651,-0.0619 -0.0976,-0.15462 -0.0976,-0.27832 0,-0.16602 0.0106,-0.34017 0.0317,-0.52246 0.0212,-0.18229 0.0562,-0.37435 0.10498,-0.57618 0.0163,-0.0879 0.0285,-0.16682 0.0366,-0.23681 0.008,-0.07 0.0122,-0.13428 0.0122,-0.19287 -10e-6,-0.14974 -0.0643,-0.27832 -0.19288,-0.38574 -0.12858,-0.10742 -0.19287,-0.18392 -0.19287,-0.2295 0,-0.0716 0.0106,-0.13427 0.0317,-0.18799 0.0212,-0.0537 0.0529,-0.0968 0.0952,-0.12939 0.10742,-0.0684 0.2067,-0.13346 0.29785,-0.19531 0.02
 28,-0.013 0.0383,-0.035 0.0464,-0.0659 0.008,-0.0309 0.0122,-0.074 0.0122,-0.12939 0,-0.0326 0,-0.0675 0,-0.10499 0,-0.0374 0,-0.0724 0,-0.10498 0.01,-0.28971 0.0179,-0.59081 0.0244,-0.90332 -10e-6,-0.0228 -10e-6,-0.0586 0,-0.10742 -10e-6,-0.0488 -0.003,-0.1123 -0.01,-0.19043 -0.007,-0.0586 -0.008,-0.11311 -0.005,-0.16357 0.003,-0.0504 0.005,-0.0968 0.005,-0.13916 -0.0195,-0.0651 -0.0366,-0.12125 -0.0513,-0.16846 -0.0147,-0.0472 -0.022,-0.0919 -0.022,-0.13428 0,-0.039 0.003,-0.10009 0.01,-0.1831 0.007,-0.083 0.01,-0.14241 0.01,-0.17822 0,-0.0456 -0.004,-0.10905 -0.0122,-0.19043 -0.008,-0.0814 -0.0122,-0.14323 -0.0122,-0.18555 0,-0.11718 0.0269,-0.22949 0.0806,-0.33692 0.0537,-0.10741 0.13591,-0.2132 0.24658,-0.31738 0.10742,-0.0911 0.21729,-0.16031 0.32959,-0.20752 0.11231,-0.0472 0.22705,-0.0708 0.34424,-0.0708 0.0553,10e-6 0.13753,0.004 0.24658,0.0122 0.10905,0.008 0.1945,0.0122 0.25635,0.0122 0.0423,0 0.15788,0.0358 0.34668,0.10742 0.0749,0.007 0.1416,0.0155 0.2002,0.0268
  0.0586,0.0114 0.10579,0.0236 0.1416,0.0366 0.0814,0.0391 0.14485,0.0692 0.19043,0.0903 0.0456,0.0212 0.0781,0.0334 0.0976,0.0366 0.0553,0.0195 0.10335,0.0358 0.14405,0.0488 0.0407,0.013 0.074,0.0293 0.10009,0.0488 0.0423,0.0195 0.092,0.0423 0.14893,0.0684 0.057,0.026 0.12125,0.0553 0.19287,0.0879 0.11718,0.0586 0.22705,0.12696 0.32959,0.20508 0.10254,0.0781 0.19938,0.16277 0.29053,0.25391 0.10416,0.11719 0.18229,0.23194 0.23437,0.34424 0.0521,0.11231 0.0781,0.2238 0.0781,0.33447 -1e-5,0.0326 -0.002,0.0789 -0.007,0.13916 -0.005,0.0602 -0.0138,0.12777 -0.0268,0.20264 -0.01,0.0944 -0.0586,0.19613 -0.14649,0.30517 -0.0879,0.10906 -0.21484,0.22868 -0.38086,0.35889 -0.14648,0.11393 -0.2832,0.20915 -0.41015,0.28564 -0.12696,0.0765 -0.24415,0.13103 -0.35156,0.16358 -0.0423,0.0293 -0.0749,0.057 -0.0977,0.083 -0.0326,0.0326 -0.10091,0.0781 -0.20508,0.13672 -0.10417,0.0586 -0.24577,0.13184 -0.4248,0.21973 -0.32553,0.15951 -0.55665,0.26449 -0.69336,0.31494 -0.13672,0.0505 -0.20508,0.10
 498 -0.20508,0.16358 z m -0.5127,-2.35352 c 0.0618,-0.0456 0.12045,-0.0903 0.17579,-0.13428 0.0553,-0.0439 0.12695,-0.0659 0.21484,-0.0659 0.0391,10e-6 0.0871,0.0431 0.14404,0.1294 0.057,0.0863 0.0854,0.15056 0.0854,0.19287 0,0.0228 -0.008,0.0749 -0.0244,0.15625 -0.0163,0.0814 -0.0423,0.19206 -0.0781,0.33203 -0.0749,0.31576 -0.11719,0.51351 -0.12695,0.59326 -0.01,0.0798 -0.0309,0.20427 -0.0635,0.37354 -0.013,0.0423 -0.026,0.0977 -0.0391,0.16601 0,0.0293 0.006,0.0505 0.0171,0.0635 0.0114,0.013 0.0269,0.0195 0.0464,0.0195 0.64778,-0.32552 0.98307,-0.49479 1.00586,-0.50781 0.026,-0.007 0.0537,-0.0155 0.083,-0.0269 0.0293,-0.0114 0.057,-0.0236 0.083,-0.0366 l 0.0732,-0.0928 c 0.1888,-0.12044 0.38412,-0.24902 0.58594,-0.38574 0.12695,-0.0976 0.22135,-0.19368 0.2832,-0.28809 0.0618,-0.0944 0.0928,-0.1888 0.0928,-0.2832 -10e-6,-0.12044 -0.07,-0.23925 -0.20996,-0.35645 -0.13998,-0.11718 -0.34994,-0.22948 -0.62989,-0.33691 -0.23763,-0.0944 -0.4541,-0.16357 -0.64941,-0.20752 -0.19531,
 -0.0439 -0.37272,-0.0659 -0.53223,-0.0659 -0.20833,10e-6 -0.36539,0.0366 -0.47119,0.10986 -0.10579,0.0733 -0.15869,0.18149 -0.15869,0.32471 0,0.11068 0.008,0.19451 0.0244,0.25147 0.0163,0.057 0.0391,0.0822 0.0684,0.0757 z&quot;
+-         id=&quot;path5087&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 470.10016,618.95905 c 0.0228,-0.0228 0.0464,-0.0529 0.0708,-0.0903 0.0244,-0.0374 0.0529,-0.0789 0.0855,-0.12451 l 0.37598,-0.25879 c 0.0456,-0.0553 0.11555,-0.12613 0.20996,-0.2124 0.0944,-0.0863 0.21158,-0.19124 0.35156,-0.31494 0.0163,-0.0358 0.0431,-0.0773 0.0806,-0.12451 0.0374,-0.0472 0.0822,-0.0936 0.13427,-0.13916 0.0456,-0.0423 0.0912,-0.0822 0.13672,-0.11963 0.0456,-0.0374 0.0879,-0.0741 0.12695,-0.10987 0.0488,-0.0488 0.0952,-0.0976 0.13916,-0.14648 0.0439,-0.0488 0.0887,-0.096 0.13428,-0.1416 0.0521,-0.0456 0.10579,-0.0814 0.16113,-0.10742 0.0553,-0.026 0.11556,-0.0391 0.18067,-0.0391 0.0716,10e-6 0.12614,0.009 0.16357,0.0269 0.0374,0.0179 0.0578,0.0431 0.061,0.0757 -0.0326,0.0749 -0.0667,0.14975 -0.10254,0.22461 l 0.0293,0.0439 c 0.14322,-0.0553 0.25553,-0.096 0.33691,-0.12207 0.0814,-0.026 0.13346,-0.0391 0.15625,-0.0391 0.23763,0 0.41585,0.0724 0.53467,0.21728 0.11881,0.14486 0.17822,0.36377 0.17822,0.65674 0,0.0553 -0.007,0.12044 -0.0195,0
 .19531 -0.013,0.0749 -0.0342,0.15625 -0.0635,0.24414 -0.0326,0.0977 -0.0675,0.17904 -0.10498,0.24414 -0.0374,0.0651 -0.0724,0.11231 -0.10498,0.1416 0.013,0.0423 0.0277,0.0724 0.0439,0.0903 0.0163,0.0179 0.0374,0.0268 0.0635,0.0268 0.026,0 0.0529,-0.008 0.0806,-0.0244 0.0277,-0.0163 0.061,-0.0407 0.1001,-0.0732 0.0326,0.0716 0.0643,0.14567 0.0952,0.22216 0.0309,0.0765 0.0627,0.15219 0.0952,0.22705 -0.0586,0.0521 -0.11557,0.10254 -0.1709,0.15137 -0.0553,0.0488 -0.11394,0.096 -0.17578,0.1416 -0.0749,0.0618 -0.14568,0.10661 -0.2124,0.13428 -0.0667,0.0277 -0.13266,0.0415 -0.19776,0.0415 -0.0749,0 -0.13672,-0.0179 -0.18555,-0.0537 -0.0488,-0.0358 -0.0879,-0.0863 -0.11718,-0.15136 -0.0814,0.10742 -0.17986,0.20589 -0.29541,0.29541 -0.11557,0.0895 -0.24333,0.16357 -0.3833,0.22216 -0.0814,0.0391 -0.15544,0.0692 -0.22217,0.0903 -0.0667,0.0212 -0.12777,0.0317 -0.18311,0.0317 -0.0163,0 -0.048,0.007 -0.0952,0.0195 -0.0472,0.013 -0.0854,0.0195 -0.11475,0.0195 -0.18555,0 -0.35319,-0.0781 -0
 .50293,-0.23438 -0.14974,-0.15625 -0.22461,-0.3304 -0.22461,-0.52246 0,-0.0781 0.0179,-0.18148 0.0537,-0.31006 0.0358,-0.12858 0.0537,-0.20426 0.0537,-0.22705 0,-0.0228 -0.007,-0.0415 -0.022,-0.0562 -0.0146,-0.0146 -0.035,-0.022 -0.061,-0.022 -0.0163,0 -0.0553,0.0244 -0.11719,0.0732 -0.0618,0.0488 -0.14974,0.11882 -0.26367,0.20996 -0.01,0.013 -0.0212,0.0325 -0.0342,0.0586 -0.013,0.026 -0.0342,0.0553 -0.0635,0.0879 -0.026,-0.0749 -0.0553,-0.15055 -0.0879,-0.22705 -0.0326,-0.0765 -0.0684,-0.15055 -0.10742,-0.22216 z m 2.34863,-0.89356 c -0.0163,0.003 -0.0399,0.0204 -0.0708,0.0513 -0.0309,0.0309 -0.061,0.0692 -0.0903,0.11475 -0.0456,0.0749 -0.0977,0.15625 -0.15625,0.24414 -0.0358,0.0391 -0.0741,0.0692 -0.11475,0.0903 -0.0407,0.0212 -0.0871,0.0366 -0.13916,0.0464 -0.0326,0.003 -0.0667,0.035 -0.10254,0.0952 -0.0358,0.0602 -0.0716,0.1473 -0.10742,0.26123 -0.0358,0.10091 -0.0618,0.18718 -0.0781,0.25879 -0.0163,0.0716 -0.0244,0.13184 -0.0244,0.18066 0,0.0911 0.0228,0.15951 0.0684,0.
 20508 0.0456,0.0456 0.11556,0.0684 0.20996,0.0684 0.14974,0 0.28727,-0.0415 0.4126,-0.12451 0.12532,-0.083 0.24333,-0.20752 0.354,-0.37354 0.0521,-0.0618 0.10091,-0.12044 0.14649,-0.17578 0.026,-0.0195 0.0472,-0.0513 0.0635,-0.0952 0.0163,-0.0439 0.0325,-0.0985 0.0488,-0.16358 l 0.0879,-0.27832 c -0.0293,-0.0977 -0.057,-0.17496 -0.083,-0.23193 -0.026,-0.057 -0.0521,-0.092 -0.0781,-0.10498 -0.0163,-0.01 -0.0521,-0.0203 -0.10742,-0.0317 -0.0553,-0.0114 -0.13509,-0.0236 -0.23926,-0.0366 z&quot;
+-         id=&quot;path5089&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 473.63531,618.95905 c 0.0391,-0.0456 0.0863,-0.10091 0.14161,-0.16602 0.0553,-0.0651 0.12532,-0.14323 0.20996,-0.23438 0.0326,-0.0911 0.0627,-0.20426 0.0903,-0.33935 0.0277,-0.13509 0.0513,-0.29378 0.0708,-0.47607 0.0228,-0.18555 0.048,-0.3475 0.0757,-0.48584 0.0277,-0.13835 0.0529,-0.24984 0.0757,-0.33448 0.14648,-0.45898 0.26041,-0.81461 0.34179,-1.06689 0.0814,-0.25228 0.12858,-0.4012 0.14161,-0.44678 0.10742,-0.29622 0.22054,-0.5607 0.33935,-0.79346 0.11882,-0.23274 0.23844,-0.43537 0.35889,-0.60791 0.0293,-0.0325 0.0602,-0.0675 0.0928,-0.10498 0.0326,-0.0374 0.07,-0.0773 0.11231,-0.11963 0.12044,-0.0553 0.23274,-0.10904 0.33691,-0.16113 0.0586,-0.026 0.118,-0.0472 0.17822,-0.0635 0.0602,-0.0163 0.11963,-0.0244 0.17823,-0.0244 0.0911,10e-6 0.16113,0.0431 0.20996,0.1294 0.0488,0.0863 0.0732,0.21566 0.0732,0.38818 0,0.10743 -0.0147,0.22706 -0.0439,0.35889 -0.0293,0.13184 -0.07,0.27588 -0.12207,0.43212 -0.0781,0.22136 -0.13835,0.39796 -0.18066,0.52979 -0
 .0423,0.13184 -0.0684,0.21403 -0.0781,0.24658 -0.013,0.0684 -0.0439,0.15463 -0.0928,0.25879 -0.0488,0.10417 -0.11393,0.23112 -0.19531,0.38086 -0.10092,0.19206 -0.17985,0.34017 -0.23682,0.44434 -0.057,0.10417 -0.0903,0.16602 -0.1001,0.18554 -0.0228,0.0228 -0.0464,0.0464 -0.0708,0.0708 -0.0244,0.0244 -0.0496,0.0497 -0.0757,0.0757 l 0,0.1123 c -0.0163,0.0391 -0.0325,0.0667 -0.0488,0.083 -0.0553,0.10742 -0.12939,0.24089 -0.22217,0.40039 -0.0928,0.15951 -0.20752,0.3418 -0.34423,0.54688 -0.0781,0.10742 -0.13672,0.20182 -0.17579,0.2832 -0.0391,0.0814 -0.0586,0.15137 -0.0586,0.20996 l 0,0.42969 c 0.0163,0.0846 0.0342,0.16846 0.0537,0.25146 0.0195,0.083 0.0391,0.16358 0.0586,0.2417 0.0163,0.10417 0.0472,0.18311 0.0928,0.23682 0.0456,0.0537 0.0976,0.0806 0.15625,0.0806 0.13021,0 0.23844,-0.0317 0.32471,-0.0952 0.0863,-0.0635 0.15055,-0.16032 0.19287,-0.29053 -0.0879,-0.0358 -0.15544,-0.0773 -0.20264,-0.12451 -0.0472,-0.0472 -0.0708,-0.0968 -0.0708,-0.14893 0.0163,-0.0326 0.0301,-0.068
 4 0.0415,-0.10742 0.0114,-0.0391 0.0236,-0.0797 0.0366,-0.12207 0.003,-0.0228 0.009,-0.0456 0.0171,-0.0684 0.008,-0.0228 0.0138,-0.0521 0.0171,-0.0879 0.14974,-0.27343 0.28646,-0.47933 0.41016,-0.61767 0.1237,-0.13835 0.23437,-0.20752 0.33203,-0.20752 0.0228,0 0.0602,0.004 0.11231,0.0122 0.0521,0.008 0.0911,0.0122 0.11718,0.0122 0.0195,0 0.0505,-0.006 0.0928,-0.0171 0.0423,-0.0114 0.0732,-0.0171 0.0928,-0.0171 0.0553,0 0.0944,0.0187 0.11719,0.0562 0.0228,0.0374 0.0342,0.0887 0.0342,0.15381 -10e-6,0.13998 -0.0407,0.29134 -0.12207,0.4541 -0.0814,0.16277 -0.12208,0.25554 -0.12207,0.27832 -10e-6,0.0195 0.013,0.0407 0.0391,0.0635 0.0195,-0.007 0.0399,-0.0163 0.061,-0.0293 0.0212,-0.013 0.0415,-0.0293 0.061,-0.0488 0.013,0.0423 0.0334,0.0911 0.061,0.14648 0.0277,0.0553 0.0578,0.11882 0.0903,0.19043 0.0163,0.0228 0.0277,0.0431 0.0342,0.061 0.006,0.0179 0.01,0.035 0.01,0.0513 -0.13672,0.13998 -0.25716,0.2474 -0.36133,0.32227 -0.10417,0.0749 -0.19206,0.11556 -0.26367,0.12207 -0.0228,
 0 -0.0505,-8.1e-4 -0.083,-0.002 -0.0326,-0.002 -0.0716,-0.004 -0.11718,-0.007 -0.0456,0.0553 -0.1001,0.11882 -0.16358,0.19043 -0.0635,0.0716 -0.13428,0.15625 -0.2124,0.25391 -0.0326,0.0228 -0.0732,0.0529 -0.12207,0.0903 -0.0488,0.0374 -0.10417,0.0838 -0.16602,0.13916 -0.0944,0.0944 -0.18799,0.16358 -0.28076,0.20752 -0.0928,0.0439 -0.18636,0.0659 -0.28076,0.0659 -0.0423,0 -0.0838,-0.006 -0.12451,-0.0171 -0.0407,-0.0114 -0.0871,-0.0334 -0.13916,-0.0659 -0.0391,-0.0195 -0.0806,-0.0464 -0.12451,-0.0806 -0.0439,-0.0342 -0.092,-0.0741 -0.14405,-0.11963 -0.0651,-0.19857 -0.1123,-0.38249 -0.1416,-0.55176 -0.0293,-0.16927 -0.0439,-0.3304 -0.0439,-0.4834 0,-0.026 -0.002,-0.048 -0.007,-0.0659 -0.005,-0.0179 -0.0122,-0.0334 -0.022,-0.0464 l -0.0439,-0.0146 -0.0342,0.0146 -0.0488,0.0488 c -0.026,-0.0716 -0.0553,-0.14485 -0.0879,-0.21972 -0.0326,-0.0749 -0.0684,-0.15137 -0.10743,-0.22949 z m 2.26075,-3.96973 c 0,-0.0163 -0.002,-0.0301 -0.007,-0.0415 -0.005,-0.0114 -0.0138,-0.022 -0.0269,-
 0.0317 -0.0195,-0.003 -0.0423,0.0187 -0.0684,0.0659 -0.026,0.0472 -0.0505,0.11476 -0.0732,0.20264 -0.013,0.0651 -0.0423,0.14161 -0.0879,0.22949 -0.0456,0.0879 -0.10417,0.19207 -0.17579,0.3125 -0.0618,0.10417 -0.12207,0.22055 -0.18066,0.34912 -0.0586,0.12859 -0.11719,0.26775 -0.17578,0.41749 -0.0749,0.17578 -0.13021,0.3304 -0.16602,0.46386 -0.0358,0.13347 -0.0537,0.24089 -0.0537,0.32227 l 0.01,0.0439 c 0.026,-0.013 0.0692,-0.0765 0.12939,-0.19043 0.0602,-0.11393 0.13916,-0.27831 0.23682,-0.49316 0.0911,-0.1888 0.15869,-0.33691 0.20264,-0.44434 0.0439,-0.10741 0.0708,-0.17903 0.0806,-0.21484 0.026,-0.0879 0.057,-0.19043 0.0928,-0.30762 0.0358,-0.11718 0.0765,-0.24739 0.12207,-0.39062 0.0326,-0.0553 0.0602,-0.10254 0.083,-0.1416 0.0195,-0.026 0.0342,-0.0521 0.0439,-0.0781 0.01,-0.026 0.0146,-0.0504 0.0146,-0.0732 z&quot;
+-         id=&quot;path5091&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 476.565,618.95905 c 0.0391,-0.0684 0.0895,-0.13754 0.15137,-0.20752 0.0618,-0.07 0.13997,-0.14242 0.23437,-0.21729 0.01,-0.0651 0.0195,-0.12939 0.0293,-0.19287 0.01,-0.0635 0.0163,-0.12777 0.0195,-0.19287 0.01,-0.0456 0.0252,-0.0993 0.0464,-0.16113 0.0212,-0.0619 0.0448,-0.12858 0.0708,-0.2002 0.0293,-0.0716 0.0692,-0.16113 0.11963,-0.26855 0.0505,-0.10742 0.11637,-0.22787 0.19775,-0.36133 0.0684,-0.0749 0.13998,-0.15706 0.21485,-0.24658 0.0749,-0.0895 0.14974,-0.17985 0.22461,-0.271 0.0358,-0.0293 0.0749,-0.057 0.11718,-0.083 0.0423,-0.026 0.0846,-0.0553 0.12696,-0.0879 0.0391,-0.013 0.083,-0.0244 0.13183,-0.0342 0.0488,-0.01 0.10254,-0.0146 0.16114,-0.0146 0.0814,10e-6 0.14729,0.008 0.19775,0.0244 0.0505,0.0163 0.092,0.0439 0.12451,0.083 0.0228,0.0261 0.0448,0.0651 0.0659,0.11719 0.0212,0.0521 0.0415,0.11557 0.061,0.19043 0.01,0.0651 0.0212,0.13672 0.0342,0.21485 0,-0.0195 -0.006,-0.0114 -0.0171,0.0244 -0.0114,0.0358 -0.0285,0.0928 -0.0513,0.1709 l -0.0
 439,0.15625 c -0.0456,0.15625 -0.14811,0.33691 -0.30762,0.54199 -0.1595,0.20508 -0.37435,0.43946 -0.64453,0.70313 -0.0228,0.0228 -0.0423,0.0513 -0.0586,0.0854 -0.0163,0.0342 -0.0244,0.0708 -0.0244,0.10987 0,0.0684 0.0122,0.12858 0.0366,0.18066 0.0244,0.0521 0.0594,0.0911 0.10498,0.11719 0.026,0.0195 0.0675,0.0391 0.12452,0.0586 0.057,0.0195 0.12451,0.0374 0.20263,0.0537 0.12695,-0.01 0.24251,-0.0309 0.34668,-0.0635 0.10417,-0.0326 0.19694,-0.0716 0.27832,-0.11719 0.0163,-0.01 0.0423,-0.0236 0.0781,-0.0415 0.0358,-0.0179 0.0716,-0.0415 0.10742,-0.0708 0.0423,0.0944 0.0797,0.17903 0.1123,0.2539 0.0326,0.0749 0.0586,0.13998 0.0781,0.19531 -0.18555,0.1823 -0.35401,0.31983 -0.50537,0.4126 -0.15137,0.0928 -0.29053,0.13916 -0.41748,0.13916 -0.0521,0.0326 -0.11149,0.0562 -0.17822,0.0708 -0.0667,0.0147 -0.14568,0.022 -0.23682,0.022 -0.12044,0 -0.22705,-0.0179 -0.31983,-0.0537 -0.0928,-0.0358 -0.17008,-0.0879 -0.23193,-0.15625 -0.0326,-0.0326 -0.0651,-0.0806 -0.0977,-0.14404 -0.0326,-
 0.0635 -0.0667,-0.13916 -0.10253,-0.22705 -0.0293,-0.0716 -0.057,-0.12451 -0.083,-0.15869 -0.026,-0.0342 -0.0553,-0.0513 -0.0879,-0.0513 -0.026,0 -0.0553,0.0122 -0.0879,0.0366 -0.0326,0.0244 -0.0684,0.061 -0.10743,0.10986 -0.013,-0.0488 -0.0358,-0.10904 -0.0684,-0.18066 -0.0326,-0.0716 -0.0749,-0.16113 -0.12696,-0.26855 z m 1.5625,-1.58692 c -0.0716,0 -0.16764,0.0936 -0.28808,0.28076 -0.12045,0.18718 -0.18067,0.32471 -0.18067,0.4126 0,0.0195 0.004,0.0334 0.0122,0.0415 0.008,0.008 0.0252,0.0122 0.0513,0.0122 0.0358,0 0.0651,-0.0187 0.0879,-0.0562 0.0228,-0.0374 0.0439,-0.0724 0.0635,-0.10498 0.0358,-0.0326 0.0708,-0.0675 0.10498,-0.10498 0.0342,-0.0374 0.0675,-0.074 0.10009,-0.10986 0.0391,-0.0456 0.0684,-0.0912 0.0879,-0.13672 0.0195,-0.0456 0.0293,-0.0911 0.0293,-0.13672 0,-0.0293 -0.006,-0.0529 -0.0171,-0.0708 -0.0114,-0.0179 -0.0285,-0.0269 -0.0513,-0.0269 z&quot;
+-         id=&quot;path5093&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 479.02594,618.95905 c 0.0521,-0.0684 0.10417,-0.13998 0.15625,-0.21485 0.23763,-0.19531 0.43213,-0.3833 0.5835,-0.56396 0.15136,-0.18066 0.26123,-0.34912 0.32959,-0.50537 l -0.0488,-0.23438 c 0.0423,-0.0814 0.14729,-0.1774 0.31494,-0.28809 0.16764,-0.11067 0.30355,-0.16601 0.40771,-0.16601 0.11068,0 0.20427,0.0326 0.28077,0.0977 0.0765,0.0651 0.15055,0.13346 0.22216,0.20507 0.0358,0.0228 0.0619,0.0407 0.0781,0.0537 0.1302,0.0977 0.22786,0.23275 0.29297,0.40528 0.0651,0.17253 0.0976,0.38249 0.0976,0.62988 0,0.13021 -0.0504,0.31657 -0.15136,0.55908 -0.10092,0.24252 -0.15137,0.42562 -0.15137,0.54932 0,0.0163 0.006,0.0293 0.0171,0.0391 0.0114,0.01 0.0269,0.0147 0.0464,0.0147 0.0423,0 0.0928,-0.0187 0.15136,-0.0562 0.0586,-0.0374 0.12207,-0.0887 0.19043,-0.15381 0.17253,-0.16927 0.27669,-0.26286 0.3125,-0.28076 0.0358,-0.0179 0.0797,-0.048 0.13184,-0.0903 0.026,0.0651 0.057,0.13509 0.0928,0.20996 0.0358,0.0749 0.07,0.15462 0.10254,0.23925 -0.0293,0.026 -0.0627
 ,0.057 -0.1001,0.0928 -0.0374,0.0358 -0.0822,0.0765 -0.13427,0.12207 -0.11068,0.0814 -0.25473,0.17985 -0.43213,0.29541 -0.17741,0.11556 -0.38982,0.24821 -0.63721,0.39795 -0.0651,0.0423 -0.13998,0.0765 -0.22461,0.10254 -0.13672,0 -0.23926,-0.0204 -0.30762,-0.061 -0.0684,-0.0407 -0.10254,-0.10661 -0.10254,-0.19775 0,-0.0358 0.007,-0.0773 0.022,-0.12451 0.0146,-0.0472 0.035,-0.0985 0.061,-0.15381 0.0195,-0.0423 0.0407,-0.0854 0.0635,-0.1294 0.0228,-0.0439 0.0423,-0.0887 0.0586,-0.13427 0.0716,-0.20508 0.12614,-0.39551 0.16358,-0.57129 0.0374,-0.17578 0.0562,-0.33366 0.0562,-0.47364 0,-0.17252 -0.0269,-0.30436 -0.0806,-0.3955 -0.0537,-0.0912 -0.13428,-0.14323 -0.2417,-0.15625 -0.0716,0.0391 -0.14974,0.0944 -0.23437,0.16601 -0.0846,0.0716 -0.1709,0.16114 -0.25879,0.26856 -0.0944,0.11719 -0.17904,0.21321 -0.25391,0.28808 -0.0749,0.0749 -0.13672,0.12533 -0.18554,0.15137 -0.0293,0.0488 -0.0765,0.10417 -0.14161,0.16601 -0.0651,0.0618 -0.15136,0.12859 -0.25878,0.2002 -0.007,0.013 -0.0
 163,0.0325 -0.0293,0.0586 -0.013,0.026 -0.0342,0.0553 -0.0635,0.0879 -0.026,-0.0749 -0.0553,-0.14892 -0.0879,-0.22216 -0.0325,-0.0732 -0.0684,-0.14893 -0.10742,-0.22705 z&quot;
+-         id=&quot;path5095&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 482.28766,618.95905 0.0195,-0.0391 c 0.0195,-0.026 0.0448,-0.0586 0.0757,-0.0977 0.0309,-0.0391 0.0675,-0.0846 0.10987,-0.13672 0.23112,-0.21484 0.45654,-0.47119 0.67627,-0.76905 0.21972,-0.29784 0.43701,-0.64045 0.65185,-1.02783 0.026,-0.0358 0.0553,-0.083 0.0879,-0.1416 0.0326,-0.0586 0.0684,-0.13183 0.10742,-0.21973 0,-0.0195 -0.005,-0.0342 -0.0146,-0.0439 -0.01,-0.01 -0.026,-0.0147 -0.0488,-0.0147 -0.0195,0 -0.0513,0.006 -0.0952,0.0171 -0.0439,0.0114 -0.0773,0.0171 -0.10009,0.0171 l -0.61036,0 c -0.026,0 -0.0692,-0.002 -0.12939,-0.005 -0.0602,-0.003 -0.10335,-0.005 -0.1294,-0.005 -0.0326,-0.0163 -0.0627,-0.0301 -0.0903,-0.0415 -0.0277,-0.0114 -0.0545,-0.0236 -0.0806,-0.0366 -0.0391,-0.013 -0.0692,-0.0301 -0.0903,-0.0513 -0.0211,-0.0212 -0.0317,-0.0464 -0.0317,-0.0757 0,-0.20833 0.022,-0.36784 0.0659,-0.47852 0.0439,-0.11067 0.11149,-0.16601 0.20264,-0.16601 0.0911,0 0.1766,0.004 0.25635,0.0122 0.0797,0.008 0.15055,0.0187 0.2124,0.0317 0.0488,-0.01 0.0
 944,-0.0195 0.13672,-0.0293 0.0879,1e-5 0.16276,0.003 0.22461,0.01 0.0618,0.007 0.10905,0.0146 0.1416,0.0244 0.0423,-0.01 0.0838,-0.0187 0.12451,-0.0269 0.0407,-0.008 0.0855,-0.0171 0.13428,-0.0269 l 0.16113,0.0488 c 0.11393,-0.013 0.23519,-0.17252 0.36377,-0.47851 0.12858,-0.30599 0.26611,-0.45898 0.4126,-0.45899 0.0781,1e-5 0.13834,0.0244 0.18066,0.0732 0.0423,0.0488 0.0635,0.12045 0.0635,0.21485 0,0.0749 -0.022,0.17334 -0.0659,0.29541 -0.0439,0.12207 -0.0692,0.21403 -0.0757,0.27588 0.007,0.013 0.0155,0.0269 0.0268,0.0415 0.0114,0.0146 0.0285,0.0317 0.0513,0.0513 0.0195,0.013 0.0334,0.035 0.0415,0.0659 0.008,0.0309 0.0122,0.0692 0.0122,0.11474 0,0.19532 -0.009,0.34587 -0.0268,0.45166 -0.0179,0.1058 -0.0464,0.16033 -0.0855,0.16358 l -0.33203,0.0684 c -0.007,0.0326 -0.0147,0.0724 -0.0244,0.11963 -0.01,0.0472 -0.0228,0.10173 -0.0391,0.16357 -0.0553,0.16276 -0.11719,0.36947 -0.18555,0.62012 -0.0684,0.25065 -0.14485,0.54687 -0.22949,0.88867 -0.0521,0.27344 -0.092,0.49479 -0.119
 63,0.66406 -0.0277,0.16927 -0.0415,0.28321 -0.0415,0.3418 0,0.0521 0.008,0.0911 0.0244,0.11719 0.0163,0.026 0.0407,0.0391 0.0733,0.0391 0.0195,0 0.0903,-0.0472 0.2124,-0.1416 0.12207,-0.0944 0.29215,-0.23438 0.51025,-0.41992 l 0.19043,0.44921 c -0.0326,0.0358 -0.0781,0.0781 -0.13672,0.12696 -0.0586,0.0488 -0.12858,0.10091 -0.20996,0.15625 -0.0326,0.0358 -0.0732,0.0757 -0.12207,0.11963 -0.0488,0.0439 -0.10254,0.0952 -0.16113,0.1538 -0.0586,0.0651 -0.11638,0.13021 -0.17334,0.19532 -0.057,0.0651 -0.11475,0.12858 -0.17334,0.19043 -0.0781,0.0846 -0.15462,0.14567 -0.22949,0.1831 -0.0749,0.0374 -0.14486,0.0561 -0.20996,0.0561 -0.14323,0 -0.24984,-0.0423 -0.31983,-0.12695 -0.07,-0.0846 -0.10498,-0.21321 -0.10498,-0.38574 0,-0.1888 0.007,-0.35238 0.0195,-0.49072 0.013,-0.13835 0.0342,-0.24984 0.0635,-0.33448 0.013,-0.026 0.0228,-0.0488 0.0293,-0.0684 0,-0.0325 0.005,-0.0765 0.0146,-0.13183 0.01,-0.0553 0.0212,-0.12044 0.0342,-0.19531 0.0195,-0.12696 0.0407,-0.25391 0.0635,-0.38086 0.
 0358,-0.0781 0.0732,-0.16113 0.11231,-0.24903 -10e-6,-0.0163 -0.013,-0.0309 -0.0391,-0.0439 l -0.0488,0.0293 c -0.0488,0.0781 -0.11231,0.16032 -0.19043,0.24658 -0.0781,0.0863 -0.1709,0.17659 -0.27832,0.27099 -0.16602,0.15951 -0.33529,0.32064 -0.50782,0.4834 -0.01,0.0163 -0.0277,0.0407 -0.0537,0.0732 -0.026,0.0326 -0.0553,0.0732 -0.0879,0.12207 -0.0163,-0.0391 -0.0366,-0.0887 -0.061,-0.14892 -0.0244,-0.0602 -0.0496,-0.12939 -0.0757,-0.20752 -0.007,-0.0195 -0.0147,-0.0374 -0.0244,-0.0537 -0.01,-0.0163 -0.0212,-0.0293 -0.0342,-0.0391 z&quot;
+-         id=&quot;path5097&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 488.64996,615.00885 -0.0781,-0.31738 c 0.0195,-0.0651 0.0391,-0.13102 0.0586,-0.19776 0.0195,-0.0667 0.0374,-0.13264 0.0537,-0.19775 0.0195,-0.0456 0.0529,-0.0806 0.1001,-0.10498 0.0472,-0.0244 0.10986,-0.0366 0.18799,-0.0366 0.0293,0 0.074,-0.007 0.13428,-0.0195 0.0602,-0.013 0.10335,-0.0195 0.12939,-0.0195 0.0293,0 0.0684,0.0228 0.11719,0.0683 0.0488,0.0456 0.083,0.0716 0.10254,0.0781 0.0228,-0.0163 0.0513,-0.0439 0.0855,-0.083 0.0342,-0.039 0.0757,-0.0911 0.12451,-0.15625 0.0423,-0.0521 0.083,-0.0944 0.12207,-0.12695 0.0391,-0.0326 0.0814,-0.0553 0.12695,-0.0684 0.0521,0.026 0.0977,0.0472 0.13672,0.0635 0.0228,0.013 0.0383,0.0277 0.0464,0.0439 0.008,0.0163 0.0122,0.0391 0.0122,0.0684 0,0.0163 -0.008,0.0513 -0.0244,0.10498 -0.0163,0.0537 -0.0407,0.12615 -0.0732,0.21729 -0.0358,0.0977 -0.0635,0.17904 -0.083,0.24414 -0.0195,0.0651 -0.0326,0.11556 -0.0391,0.15136 -0.0488,0.0749 -0.0871,0.14243 -0.11475,0.20264 -0.0277,0.0602 -0.0415,0.11638 -0.0415,0.16846
  0,0.0651 0.0195,0.16195 0.0586,0.29053 0.0391,0.12858 0.096,0.2889 0.1709,0.48095 0.10416,0.26042 0.20996,0.53223 0.31738,0.81543 0.0977,0.31251 0.2002,0.61443 0.30762,0.90576 0.10742,0.29135 0.21972,0.57048 0.33691,0.83741 0.12044,0.27995 0.21973,0.48828 0.29786,0.625 0.0781,0.13672 0.13671,0.20508 0.17578,0.20507 0.0325,1e-5 0.0561,-0.0187 0.0708,-0.0562 0.0146,-0.0374 0.022,-0.0968 0.022,-0.17822 0,-0.0326 0.004,-0.0749 0.0122,-0.12695 0.008,-0.0521 0.022,-0.10905 0.0415,-0.1709 0.0293,-0.0879 0.057,-0.18718 0.083,-0.29785 0.0325,-0.16927 0.0627,-0.31738 0.0903,-0.44434 0.0277,-0.12695 0.0513,-0.236 0.0708,-0.32715 0.013,-0.0586 0.0277,-0.18229 0.0439,-0.37109 0.0163,-0.1888 0.0326,-0.44433 0.0488,-0.7666 -1e-5,-0.0325 0.006,-0.0781 0.0171,-0.13672 0.0114,-0.0586 0.022,-0.12532 0.0317,-0.2002 0.013,-0.0749 0.0228,-0.13915 0.0293,-0.19287 0.007,-0.0537 0.01,-0.10172 0.01,-0.14404 -1e-5,-0.0749 -0.008,-0.18636 -0.0244,-0.33447 -0.0163,-0.14811 -0.0244,-0.2596 -0.0244,-0.33
 448 0.0488,-0.20507 0.0944,-0.40526 0.13672,-0.60058 0.0358,-0.16927 0.07,-0.31006 0.10254,-0.42237 0.0325,-0.11229 0.0602,-0.19774 0.083,-0.25634 0.0521,-0.11718 0.11556,-0.21891 0.19043,-0.30518 0.0749,-0.0863 0.15788,-0.15706 0.24903,-0.2124 l 0.0391,0 c 0.0325,0 0.0545,0.007 0.0659,0.0195 0.0114,0.013 0.0171,0.0342 0.0171,0.0635 -0.0163,0.0684 -0.0309,0.12045 -0.044,0.15625 0.01,0.0586 0.0195,0.12045 0.0293,0.18554 -0.01,0.0814 -0.0212,0.14975 -0.0342,0.20508 -0.007,0.0358 -0.013,0.0903 -0.0195,0.16357 -0.007,0.0733 -0.01,0.16196 -0.01,0.26612 0,0.0391 -0.005,0.12289 -0.0146,0.25146 -0.01,0.12859 -0.0277,0.3003 -0.0537,0.51514 -0.0195,0.30599 -0.0431,0.61036 -0.0708,0.91309 -0.0277,0.30273 -0.0562,0.60547 -0.0854,0.9082 -0.026,0.36459 -0.0635,0.69743 -0.1123,0.99853 -0.0488,0.30111 -0.10743,0.57048 -0.17578,0.80811 -0.0163,0.14323 -0.0464,0.30274 -0.0903,0.47852 -0.0439,0.17578 -0.1001,0.36621 -0.16845,0.57128 l -0.15137,0.24414 c -0.01,0.013 -0.11231,0.0545 -0.30762,0.1
 2452 -0.19531,0.07 -0.30436,0.10498 -0.32715,0.10498 -0.0488,0 -0.12207,-0.0643 -0.21972,-0.19287 -0.0977,-0.12858 -0.21322,-0.32471 -0.34668,-0.58838 -0.12696,-0.23763 -0.22787,-0.43376 -0.30274,-0.58838 -0.0749,-0.15462 -0.12207,-0.271 -0.1416,-0.34912 -0.007,-0.0293 -0.0163,-0.0667 -0.0293,-0.11231 -0.013,-0.0456 -0.0277,-0.0977 -0.0439,-0.15625 -0.0651,-0.14322 -0.1473,-0.32063 -0.24658,-0.53222 -0.0993,-0.21159 -0.21403,-0.46224 -0.34424,-0.75196 -0.0228,-0.0716 -0.0513,-0.14078 -0.0854,-0.20752 -0.0342,-0.0667 -0.0757,-0.13753 -0.12451,-0.2124 l -0.0342,0.0147 c -0.0228,0.0651 -0.0456,0.14649 -0.0684,0.24414 -0.0228,0.0977 -0.0488,0.21485 -0.0781,0.35156 -0.0326,0.0879 -0.0667,0.16602 -0.10253,0.23438 -0.0488,0.1888 -0.10417,0.39388 -0.16602,0.61523 -0.0618,0.22136 -0.12858,0.45899 -0.2002,0.71289 -0.0195,0.0846 -0.0391,0.17253 -0.0586,0.26367 -0.0195,0.0911 -0.0423,0.18555 -0.0684,0.28321 l -0.0879,0.16113 c -0.013,0.0977 -0.0277,0.19369 -0.0439,0.28809 -0.0228,0.0749
  -0.0513,0.1652 -0.0854,0.27099 -0.0342,0.1058 -0.0757,0.23194 -0.12452,0.37842 -0.01,0.0749 -0.0334,0.13102 -0.0708,0.16846 -0.0374,0.0374 -0.0887,0.0578 -0.1538,0.061 -0.007,0.013 -0.0195,0.0269 -0.0391,0.0415 -0.0195,0.0146 -0.0521,0.0285 -0.0976,0.0415 -0.0326,0.007 -0.057,-0.0106 -0.0733,-0.0513 -0.0163,-0.0407 -0.0244,-0.1001 -0.0244,-0.17822 0,-0.0456 0.008,-0.11719 0.0244,-0.21485 0.0163,-0.0977 0.0407,-0.22135 0.0733,-0.37109 0.0358,-0.16927 0.0643,-0.30192 0.0854,-0.39795 0.0211,-0.096 0.035,-0.15706 0.0415,-0.1831 0.013,-0.0781 0.0277,-0.18067 0.0439,-0.30762 0.0163,-0.12695 0.0342,-0.27344 0.0537,-0.43945 0.007,-0.0423 0.0171,-0.0952 0.0317,-0.1587 0.0147,-0.0635 0.0334,-0.13753 0.0562,-0.22216 0.0163,-0.0651 0.0488,-0.2417 0.0976,-0.52979 0.0488,-0.28808 0.11231,-0.68929 0.19043,-1.20361 0.0846,-0.50456 0.16602,-1.01237 0.24414,-1.52344 z&quot;
+-         id=&quot;path5099&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 492.73688,618.95905 c 0.013,-0.01 0.0236,-0.0212 0.0317,-0.0342 0.008,-0.013 0.0122,-0.0293 0.0122,-0.0488 0.0553,-0.0456 0.118,-0.10824 0.18799,-0.18799 0.07,-0.0797 0.14893,-0.17334 0.23682,-0.28076 0.0716,-0.0977 0.14567,-0.19531 0.22217,-0.29297 0.0765,-0.0977 0.15869,-0.19531 0.24658,-0.29297 0.0716,-0.0977 0.14241,-0.19938 0.2124,-0.30518 0.07,-0.10579 0.14404,-0.20914 0.22217,-0.31005 0.1302,-0.0619 0.23112,-0.1058 0.30273,-0.13184 0.0716,-0.026 0.12044,-0.0391 0.14649,-0.0391 0.0488,0 0.0863,0.0155 0.1123,0.0464 0.026,0.0309 0.0391,0.0757 0.0391,0.13428 0,0.0195 -0.005,0.0472 -0.0146,0.083 -0.01,0.0358 -0.0212,0.0749 -0.0342,0.11719 -0.0228,0.0651 -0.0488,0.13184 -0.0781,0.20019 -0.026,0.11394 -0.057,0.22787 -0.0928,0.3418 -0.0358,0.11393 -0.07,0.22624 -0.10254,0.33691 -0.0326,0.13998 -0.0578,0.26856 -0.0757,0.38575 -0.0179,0.11718 -0.0268,0.22461 -0.0268,0.32226 0,0.18229 0.009,0.31738 0.0268,0.40527 0.0179,0.0879 0.0431,0.12696 0.0757,0.11719 0.
 0326,-0.0195 0.0732,-0.0431 0.12207,-0.0708 0.0488,-0.0277 0.10579,-0.0594 0.1709,-0.0952 0.0586,-0.0618 0.12451,-0.13835 0.19775,-0.2295 0.0732,-0.0911 0.16195,-0.19856 0.26611,-0.32226 0.0586,-0.0911 0.11882,-0.18066 0.18067,-0.26856 0.0228,-0.026 0.0496,-0.057 0.0806,-0.0928 0.0309,-0.0358 0.0594,-0.0716 0.0854,-0.10742 0.0619,-0.15625 0.13102,-0.27262 0.20752,-0.34912 0.0765,-0.0765 0.16195,-0.11475 0.25635,-0.11475 0.0846,0 0.15218,0.0106 0.20264,0.0317 0.0505,0.0212 0.0854,0.0529 0.10498,0.0952 0.01,0.0228 0.0179,0.0619 0.0244,0.11719 0.007,0.0553 0.01,0.12858 0.01,0.21973 -10e-6,0.0358 0.007,0.0879 0.022,0.15625 0.0147,0.0684 0.022,0.11882 0.022,0.15137 0,0.12044 0.0212,0.21077 0.0635,0.27099 0.0423,0.0602 0.10742,0.0903 0.19531,0.0903 0.026,0 0.057,-0.005 0.0928,-0.0146 0.0358,-0.01 0.0716,-0.0212 0.10742,-0.0342 l 0.19531,0.44921 c -0.19532,0.11719 -0.35564,0.2059 -0.48096,0.26612 -0.12533,0.0602 -0.21891,0.0903 -0.28076,0.0903 -0.16276,0 -0.29623,-0.0423 -0.40039,-
 0.12695 -0.10417,-0.0846 -0.18067,-0.20996 -0.22949,-0.37598 -0.007,-0.0391 -0.0204,-0.0781 -0.0415,-0.11719 -0.0212,-0.0391 -0.048,-0.0781 -0.0806,-0.11719 -0.0293,0.0326 -0.0627,0.0716 -0.1001,0.11719 -0.0374,0.0456 -0.0773,0.0911 -0.11963,0.13672 -0.0879,0.10742 -0.17578,0.2124 -0.26367,0.31494 -0.0879,0.10254 -0.17741,0.20427 -0.26856,0.30518 -0.11393,0.13346 -0.22868,0.2303 -0.34423,0.29053 -0.11556,0.0602 -0.2238,0.0903 -0.32471,0.0903 -0.14974,0 -0.27018,-0.0448 -0.36133,-0.13428 -0.0911,-0.0895 -0.14974,-0.22217 -0.17578,-0.39795 -0.0293,-0.16927 -0.0488,-0.3011 -0.0586,-0.39551 -0.01,-0.0944 -0.0114,-0.15136 -0.005,-0.1709 -0.007,-0.0944 -0.0155,-0.16601 -0.0268,-0.21484 -0.0114,-0.0488 -0.0285,-0.0732 -0.0513,-0.0732 l -0.0293,0.0146 -0.27832,0.28808 c -0.01,0.0228 -0.026,0.0513 -0.0488,0.0855 -0.0228,0.0342 -0.0537,0.0757 -0.0928,0.12451 -0.013,-0.0488 -0.0358,-0.10904 -0.0684,-0.18066 -0.0326,-0.0716 -0.0749,-0.16113 -0.12695,-0.26855 z&quot;
+-         id=&quot;path5101&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 496.79938,618.95905 c 0.0521,-0.0684 0.10416,-0.13998 0.15625,-0.21485 0.23763,-0.19531 0.43213,-0.3833 0.58349,-0.56396 0.15137,-0.18066 0.26123,-0.34912 0.32959,-0.50537 l -0.0488,-0.23438 c 0.0423,-0.0814 0.14729,-0.1774 0.31494,-0.28809 0.16764,-0.11067 0.30354,-0.16601 0.40771,-0.16601 0.11068,0 0.20426,0.0326 0.28076,0.0977 0.0765,0.0651 0.15055,0.13346 0.22217,0.20507 0.0358,0.0228 0.0618,0.0407 0.0781,0.0537 0.1302,0.0977 0.22786,0.23275 0.29296,0.40528 0.0651,0.17253 0.0977,0.38249 0.0977,0.62988 0,0.13021 -0.0505,0.31657 -0.15137,0.55908 -0.10091,0.24252 -0.15137,0.42562 -0.15136,0.54932 -1e-5,0.0163 0.006,0.0293 0.0171,0.0391 0.0114,0.01 0.0268,0.0147 0.0464,0.0147 0.0423,0 0.0928,-0.0187 0.15137,-0.0562 0.0586,-0.0374 0.12207,-0.0887 0.19043,-0.15381 0.17252,-0.16927 0.27669,-0.26286 0.3125,-0.28076 0.0358,-0.0179 0.0797,-0.048 0.13184,-0.0903 0.026,0.0651 0.057,0.13509 0.0928,0.20996 0.0358,0.0749 0.07,0.15462 0.10254,0.23925 -0.0293,0.026 -0
 .0627,0.057 -0.1001,0.0928 -0.0374,0.0358 -0.0822,0.0765 -0.13428,0.12207 -0.11068,0.0814 -0.25472,0.17985 -0.43213,0.29541 -0.17741,0.11556 -0.38981,0.24821 -0.6372,0.39795 -0.0651,0.0423 -0.13998,0.0765 -0.22461,0.10254 -0.13672,0 -0.23926,-0.0204 -0.30762,-0.061 -0.0684,-0.0407 -0.10254,-0.10661 -0.10254,-0.19775 0,-0.0358 0.007,-0.0773 0.022,-0.12451 0.0147,-0.0472 0.035,-0.0985 0.061,-0.15381 0.0195,-0.0423 0.0407,-0.0854 0.0635,-0.1294 0.0228,-0.0439 0.0423,-0.0887 0.0586,-0.13427 0.0716,-0.20508 0.12614,-0.39551 0.16357,-0.57129 0.0374,-0.17578 0.0562,-0.33366 0.0562,-0.47364 0,-0.17252 -0.0269,-0.30436 -0.0806,-0.3955 -0.0537,-0.0912 -0.13428,-0.14323 -0.2417,-0.15625 -0.0716,0.0391 -0.14974,0.0944 -0.23437,0.16601 -0.0846,0.0716 -0.1709,0.16114 -0.25879,0.26856 -0.0944,0.11719 -0.17904,0.21321 -0.25391,0.28808 -0.0749,0.0749 -0.13672,0.12533 -0.18555,0.15137 -0.0293,0.0488 -0.0765,0.10417 -0.1416,0.16601 -0.0651,0.0618 -0.15136,0.12859 -0.25879,0.2002 -0.007,0.013 -
 0.0163,0.0325 -0.0293,0.0586 -0.013,0.026 -0.0342,0.0553 -0.0635,0.0879 -0.026,-0.0749 -0.0553,-0.14892 -0.0879,-0.22216 -0.0325,-0.0732 -0.0684,-0.14893 -0.10742,-0.22705 z&quot;
+-         id=&quot;path5103&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 500.0611,618.95905 0.0293,-0.0342 c 0.013,-0.0456 0.0415,-0.0944 0.0854,-0.14649 0.0439,-0.0521 0.10661,-0.10416 0.18799,-0.15625 0.10742,-0.0684 0.19124,-0.12369 0.25147,-0.16601 0.0602,-0.0423 0.0968,-0.0732 0.10986,-0.0928 0.0293,-0.0358 0.0488,-0.0635 0.0586,-0.083 0.0358,-0.026 0.0797,-0.0618 0.13184,-0.10742 0.0521,-0.0456 0.11067,-0.10091 0.17578,-0.16601 0.0228,-0.0163 0.0472,-0.0423 0.0732,-0.0781 0.026,-0.0358 0.0521,-0.0765 0.0781,-0.12207 0.0423,-0.0293 0.0903,-0.0667 0.14404,-0.1123 0.0537,-0.0456 0.11637,-0.10417 0.18799,-0.17578 0.0814,-0.0879 0.17334,-0.18473 0.27588,-0.29053 0.10253,-0.10579 0.21728,-0.21566 0.34424,-0.32959 0.0423,-0.0195 0.0822,-0.035 0.11962,-0.0464 0.0374,-0.0114 0.0741,-0.0171 0.10987,-0.0171 0.14648,10e-6 0.25634,0.035 0.32959,0.10498 0.0732,0.07 0.10986,0.17009 0.10986,0.3003 0,0.0325 -0.006,0.0863 -0.0171,0.16113 -0.0114,0.0749 -0.0236,0.16927 -0.0366,0.2832 -0.0456,0.32878 -0.0781,0.52897 -0.0977,0.60059 -0.0195,
 0.0716 -0.0879,0.29622 -0.20507,0.67383 -0.026,0.0618 -0.0529,0.13834 -0.0806,0.22949 -0.0277,0.0911 -0.061,0.20182 -0.1001,0.33203 0.007,0.013 0.0228,0.026 0.0488,0.0391 0.0228,0 0.0635,-0.022 0.12207,-0.0659 0.0586,-0.0439 0.13672,-0.10986 0.23437,-0.19775 0.11393,-0.10417 0.20345,-0.18392 0.26856,-0.23926 0.0651,-0.0553 0.10579,-0.0879 0.12207,-0.0976 0.0391,0.0879 0.0749,0.16845 0.10742,0.24169 0.0326,0.0733 0.0602,0.14242 0.083,0.20752 -0.0423,0.026 -0.0806,0.0553 -0.11475,0.0879 -0.0342,0.0326 -0.0659,0.0684 -0.0952,0.10743 -0.0684,0.0456 -0.1473,0.0977 -0.23682,0.15625 -0.0895,0.0586 -0.18799,0.12207 -0.29541,0.19043 -0.0488,0.0488 -0.11475,0.10823 -0.19775,0.17822 -0.083,0.07 -0.1766,0.14892 -0.28076,0.23682 l -0.0928,0.0195 c -0.0456,0.0619 -0.0887,0.10905 -0.12939,0.1416 -0.0407,0.0326 -0.0773,0.0553 -0.10987,0.0684 -0.0521,0.0195 -0.10416,0.0383 -0.15625,0.0562 -0.0521,0.0179 -0.10742,0.0366 -0.16601,0.0562 -0.0358,-0.01 -0.0618,-0.0309 -0.0781,-0.0635 -0.0163,-0.
 0326 -0.0228,-0.0749 -0.0195,-0.12696 -0.0488,-0.0879 -0.0879,-0.1888 -0.11718,-0.30273 -0.0293,-0.11393 -0.0439,-0.24089 -0.0439,-0.38086 0,-0.026 0.002,-0.0537 0.005,-0.083 0.003,-0.0293 0.007,-0.0553 0.01,-0.0781 -0.0228,-0.0846 -0.0342,-0.13509 -0.0342,-0.15137 0,-0.0977 0.0374,-0.17822 0.1123,-0.2417 0.0749,-0.0635 0.15951,-0.0952 0.25391,-0.0952 0.0488,10e-6 0.0838,0.0252 0.10498,0.0757 0.0212,0.0505 0.0431,0.0757 0.0659,0.0757 0.0228,0 0.0464,-0.0448 0.0708,-0.13428 0.0244,-0.0895 0.048,-0.22053 0.0708,-0.39306 0.0228,-0.14974 0.0374,-0.27995 0.0439,-0.39063 0.007,-0.11067 0.01,-0.19531 0.01,-0.2539 0,-0.0423 -0.009,-0.0741 -0.0269,-0.0952 -0.0179,-0.0212 -0.048,-0.0317 -0.0903,-0.0317 -0.0423,10e-6 -0.17903,0.0977 -0.41015,0.29297 -0.23112,0.19532 -0.55339,0.48666 -0.9668,0.87403 -0.013,0.0228 -0.0317,0.0505 -0.0562,0.083 -0.0244,0.0326 -0.0529,0.0732 -0.0854,0.12207 -0.013,-0.0488 -0.0358,-0.10904 -0.0684,-0.18066 -0.0325,-0.0716 -0.0749,-0.16113 -0.12695,-0.26855 z
 &quot;
+-         id=&quot;path5105&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 503.1275,618.95905 0.0293,-0.0342 c 0.013,-0.0456 0.0415,-0.0944 0.0855,-0.14649 0.0439,-0.0521 0.10661,-0.10416 0.18799,-0.15625 0.10742,-0.0684 0.19124,-0.12369 0.25146,-0.16601 0.0602,-0.0423 0.0968,-0.0732 0.10986,-0.0928 0.0293,-0.0358 0.0488,-0.0635 0.0586,-0.083 0.0358,-0.026 0.0797,-0.0618 0.13183,-0.10742 0.0521,-0.0456 0.11068,-0.10091 0.17579,-0.16601 0.0228,-0.0163 0.0472,-0.0423 0.0732,-0.0781 0.026,-0.0358 0.0521,-0.0765 0.0781,-0.12207 0.0423,-0.0293 0.0903,-0.0667 0.14405,-0.1123 0.0537,-0.0456 0.11637,-0.10417 0.18798,-0.17578 0.0814,-0.0879 0.17334,-0.18473 0.27588,-0.29053 0.10254,-0.10579 0.21729,-0.21566 0.34424,-0.32959 0.0423,-0.0195 0.0822,-0.035 0.11963,-0.0464 0.0374,-0.0114 0.074,-0.0171 0.10986,-0.0171 0.14649,10e-6 0.25635,0.035 0.32959,0.10498 0.0732,0.07 0.10986,0.17009 0.10987,0.3003 -10e-6,0.0325 -0.006,0.0863 -0.0171,0.16113 -0.0114,0.0749 -0.0236,0.16927 -0.0366,0.2832 -0.0456,0.32878 -0.0781,0.52897 -0.0977,0.60059 -0.0
 195,0.0716 -0.0879,0.29622 -0.20508,0.67383 -0.026,0.0618 -0.0529,0.13834 -0.0806,0.22949 -0.0277,0.0911 -0.061,0.20182 -0.1001,0.33203 0.007,0.013 0.0228,0.026 0.0488,0.0391 0.0228,0 0.0635,-0.022 0.12207,-0.0659 0.0586,-0.0439 0.13671,-0.10986 0.23437,-0.19775 0.11393,-0.10417 0.20345,-0.18392 0.26856,-0.23926 0.0651,-0.0553 0.10579,-0.0879 0.12207,-0.0976 0.0391,0.0879 0.0749,0.16845 0.10742,0.24169 0.0326,0.0733 0.0602,0.14242 0.083,0.20752 -0.0423,0.026 -0.0806,0.0553 -0.11475,0.0879 -0.0342,0.0326 -0.0659,0.0684 -0.0952,0.10743 -0.0684,0.0456 -0.1473,0.0977 -0.23681,0.15625 -0.0895,0.0586 -0.18799,0.12207 -0.29541,0.19043 -0.0488,0.0488 -0.11475,0.10823 -0.19776,0.17822 -0.083,0.07 -0.17659,0.14892 -0.28076,0.23682 l -0.0928,0.0195 c -0.0456,0.0619 -0.0887,0.10905 -0.1294,0.1416 -0.0407,0.0326 -0.0773,0.0553 -0.10986,0.0684 -0.0521,0.0195 -0.10417,0.0383 -0.15625,0.0562 -0.0521,0.0179 -0.10742,0.0366 -0.16601,0.0562 -0.0358,-0.01 -0.0618,-0.0309 -0.0781,-0.0635 -0.0163
 ,-0.0326 -0.0228,-0.0749 -0.0195,-0.12696 -0.0488,-0.0879 -0.0879,-0.1888 -0.11719,-0.30273 -0.0293,-0.11393 -0.0439,-0.24089 -0.0439,-0.38086 0,-0.026 0.002,-0.0537 0.005,-0.083 0.003,-0.0293 0.007,-0.0553 0.01,-0.0781 -0.0228,-0.0846 -0.0342,-0.13509 -0.0342,-0.15137 -1e-5,-0.0977 0.0374,-0.17822 0.1123,-0.2417 0.0749,-0.0635 0.1595,-0.0952 0.25391,-0.0952 0.0488,10e-6 0.0838,0.0252 0.10498,0.0757 0.0211,0.0505 0.0431,0.0757 0.0659,0.0757 0.0228,0 0.0464,-0.0448 0.0708,-0.13428 0.0244,-0.0895 0.048,-0.22053 0.0708,-0.39306 0.0228,-0.14974 0.0374,-0.27995 0.0439,-0.39063 0.007,-0.11067 0.01,-0.19531 0.01,-0.2539 0,-0.0423 -0.009,-0.0741 -0.0269,-0.0952 -0.0179,-0.0212 -0.048,-0.0317 -0.0903,-0.0317 -0.0423,10e-6 -0.17904,0.0977 -0.41016,0.29297 -0.23112,0.19532 -0.55338,0.48666 -0.96679,0.87403 -0.013,0.0228 -0.0317,0.0505 -0.0562,0.083 -0.0244,0.0326 -0.0529,0.0732 -0.0854,0.12207 -0.013,-0.0488 -0.0358,-0.10904 -0.0684,-0.18066 -0.0326,-0.0716 -0.0749,-0.16113 -0.12696,-0
 .26855 z&quot;
+-         id=&quot;path5107&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 506.67731,621.76178 c -0.0358,-0.003 -0.0659,-0.0106 -0.0903,-0.022 -0.0244,-0.0114 -0.0366,-0.0285 -0.0366,-0.0513 0,-0.0586 0.0733,-0.29053 0.21973,-0.6958 0.14648,-0.40528 0.21973,-0.71859 0.21973,-0.93994 0,-0.0391 -0.007,-0.0903 -0.0195,-0.15381 -0.013,-0.0635 -0.0195,-0.11312 -0.0195,-0.14893 0,-0.15299 0.0277,-0.26937 0.083,-0.34912 0.0553,-0.0797 0.13672,-0.11963 0.24414,-0.11963 0.10742,0 0.19857,0.0187 0.27344,0.0562 0.0749,0.0374 0.13509,0.0985 0.18066,0.18311 0.0195,0.0326 0.0423,0.092 0.0684,0.17822 0.026,0.0863 0.0553,0.19938 0.0879,0.33936 0,0.0358 -0.01,0.0773 -0.0293,0.12451 -0.0195,0.0472 -0.0456,0.0968 -0.0781,0.14892 -0.0326,0.0651 -0.0594,0.11801 -0.0806,0.1587 -0.0212,0.0407 -0.035,0.074 -0.0415,0.10009 -0.11719,0.40365 -0.23926,0.70557 -0.36621,0.90577 -0.12695,0.20019 -0.25228,0.29866 -0.37598,0.29541 z&quot;
+-         id=&quot;path5109&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 512.95172,614.09088 c 0.0326,-0.0553 0.0806,-0.10009 0.14404,-0.13428 0.0635,-0.0342 0.13591,-0.0643 0.21729,-0.0903 0.0423,-0.0488 0.096,-0.10579 0.16113,-0.1709 0.0195,-0.0195 0.0464,-0.0399 0.0806,-0.061 0.0342,-0.0211 0.0724,-0.0415 0.11474,-0.061 0.0651,-0.026 0.12207,-0.0505 0.1709,-0.0732 0.0749,1e-5 0.13184,0.057 0.1709,0.1709 0.0391,0.11394 0.0586,0.28484 0.0586,0.51269 -10e-6,0.34832 -0.022,0.66489 -0.0659,0.94971 -0.0439,0.28484 -0.10987,0.5363 -0.19776,0.7544 -0.01,0.026 -0.0203,0.0553 -0.0317,0.0879 -0.0114,0.0326 -0.0252,0.0684 -0.0415,0.10742 -0.01,0.0586 -0.0236,0.12696 -0.0415,0.20508 -0.0179,0.0781 -0.0382,0.16927 -0.061,0.27343 -0.007,0.0358 -0.0106,0.0773 -0.0122,0.12452 -0.002,0.0472 -0.009,0.10498 -0.022,0.17334 -0.007,0.0423 -0.026,0.11475 -0.0586,0.21728 -0.0326,0.10254 -0.0814,0.23357 -0.14649,0.39307 l 0.0195,0.10742 c -0.026,0.0911 -0.061,0.20345 -0.10498,0.33691 -0.0439,0.13347 -0.0969,0.28646 -0.1587,0.45899 -0.0195,0.0846 -0.
 0488,0.18636 -0.0879,0.30517 -0.0391,0.11882 -0.0863,0.25635 -0.1416,0.4126 -0.01,0.0846 -0.0195,0.15788 -0.0293,0.21973 -0.007,0.026 -0.0277,0.096 -0.0635,0.20996 -0.0358,0.11393 -0.0944,0.27181 -0.17578,0.47363 -0.0228,0.0553 -0.0643,0.10661 -0.12451,0.15381 -0.0602,0.0472 -0.14242,0.092 -0.24659,0.13428 -0.0879,0.0358 -0.17171,0.0635 -0.25146,0.083 -0.0798,0.0195 -0.15544,0.0293 -0.22705,0.0293 -0.10743,0 -0.2002,-0.0236 -0.27832,-0.0708 -0.0781,-0.0472 -0.13509,-0.11474 -0.1709,-0.20264 -0.12695,-0.31249 -0.22054,-0.56233 -0.28076,-0.74951 -0.0602,-0.18717 -0.0887,-0.31005 -0.0854,-0.36865 -0.0163,-0.0293 -0.0399,-0.0814 -0.0708,-0.15625 -0.0309,-0.0749 -0.0627,-0.17741 -0.0952,-0.30762 -0.0326,-0.11718 -0.0562,-0.21647 -0.0708,-0.29785 -0.0147,-0.0814 -0.022,-0.14485 -0.022,-0.19043 0,-0.21158 0.0163,-0.37027 0.0488,-0.47607 0.0325,-0.10579 0.0814,-0.15869 0.14648,-0.15869 0.11393,0 0.2124,0.0163 0.29541,0.0488 0.083,0.0326 0.15381,0.0781 0.2124,0.13672 0.0326,0.0391 0.
 0676,0.0993 0.10498,0.18067 0.0374,0.0814 0.0806,0.18555 0.1294,0.3125 0.0651,0.14648 0.11312,0.2653 0.14404,0.35644 0.0309,0.0911 0.0464,0.15137 0.0464,0.18067 0,0.0586 -0.0399,0.11149 -0.11963,0.15869 -0.0797,0.0472 -0.11963,0.0903 -0.11963,0.12939 0.0293,0.0553 0.0545,0.11231 0.0757,0.1709 0.0212,0.0586 0.0431,0.11231 0.0659,0.16113 0.0358,0.0879 0.0724,0.15219 0.10987,0.19288 0.0374,0.0407 0.0757,0.061 0.11474,0.061 0.0521,0 0.11149,-0.0732 0.17822,-0.21973 0.0667,-0.14648 0.13916,-0.36783 0.21729,-0.66406 0.0619,-0.2181 0.11637,-0.41666 0.16357,-0.5957 0.0472,-0.17904 0.0822,-0.34342 0.10498,-0.49317 0.0228,-0.0618 0.0472,-0.1359 0.0733,-0.22216 0.026,-0.0863 0.0553,-0.18962 0.0879,-0.31006 0.01,-0.026 0.0155,-0.0578 0.0171,-0.0952 0.002,-0.0374 0.007,-0.0822 0.0171,-0.13427 0.026,-0.16276 0.0545,-0.32796 0.0855,-0.49561 0.0309,-0.16764 0.061,-0.33447 0.0903,-0.50049 0.0325,-0.19531 0.0553,-0.37678 0.0684,-0.54443 0.013,-0.16764 0.0195,-0.32145 0.0195,-0.46143 0,-0.1171
 8 -0.0798,-0.18717 -0.23926,-0.20996 -0.15951,-0.0228 -0.23926,-0.0602 -0.23926,-0.1123 0,-0.0456 0.0277,-0.0985 0.083,-0.15869 0.0553,-0.0602 0.13672,-0.12614 0.24414,-0.19776 z&quot;
+-         id=&quot;path5111&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 513.92828,618.95905 c 0.0521,-0.0684 0.10417,-0.13998 0.15625,-0.21485 0.23763,-0.19531 0.43213,-0.3833 0.5835,-0.56396 0.15137,-0.18066 0.26123,-0.34912 0.32959,-0.50537 l -0.0488,-0.23438 c 0.0423,-0.0814 0.1473,-0.1774 0.31494,-0.28809 0.16764,-0.11067 0.30355,-0.16601 0.40772,-0.16601 0.11067,0 0.20426,0.0326 0.28076,0.0977 0.0765,0.0651 0.15055,0.13346 0.22217,0.20507 0.0358,0.0228 0.0618,0.0407 0.0781,0.0537 0.13021,0.0977 0.22786,0.23275 0.29297,0.40528 0.0651,0.17253 0.0976,0.38249 0.0977,0.62988 -10e-6,0.13021 -0.0505,0.31657 -0.15137,0.55908 -0.10091,0.24252 -0.15137,0.42562 -0.15137,0.54932 0,0.0163 0.006,0.0293 0.0171,0.0391 0.0114,0.01 0.0269,0.0147 0.0464,0.0147 0.0423,0 0.0928,-0.0187 0.15137,-0.0562 0.0586,-0.0374 0.12206,-0.0887 0.19043,-0.15381 0.17252,-0.16927 0.27669,-0.26286 0.3125,-0.28076 0.0358,-0.0179 0.0797,-0.048 0.13183,-0.0903 0.026,0.0651 0.057,0.13509 0.0928,0.20996 0.0358,0.0749 0.07,0.15462 0.10253,0.23925 -0.0293,0.026 -0
 .0627,0.057 -0.10009,0.0928 -0.0374,0.0358 -0.0822,0.0765 -0.13428,0.12207 -0.11068,0.0814 -0.25472,0.17985 -0.43213,0.29541 -0.17741,0.11556 -0.38981,0.24821 -0.63721,0.39795 -0.0651,0.0423 -0.13997,0.0765 -0.22461,0.10254 -0.13672,0 -0.23925,-0.0204 -0.30761,-0.061 -0.0684,-0.0407 -0.10254,-0.10661 -0.10254,-0.19775 0,-0.0358 0.007,-0.0773 0.022,-0.12451 0.0147,-0.0472 0.035,-0.0985 0.061,-0.15381 0.0195,-0.0423 0.0407,-0.0854 0.0635,-0.1294 0.0228,-0.0439 0.0423,-0.0887 0.0586,-0.13427 0.0716,-0.20508 0.12613,-0.39551 0.16357,-0.57129 0.0374,-0.17578 0.0562,-0.33366 0.0562,-0.47364 0,-0.17252 -0.0268,-0.30436 -0.0806,-0.3955 -0.0537,-0.0912 -0.13428,-0.14323 -0.2417,-0.15625 -0.0716,0.0391 -0.14974,0.0944 -0.23438,0.16601 -0.0846,0.0716 -0.1709,0.16114 -0.25879,0.26856 -0.0944,0.11719 -0.17903,0.21321 -0.2539,0.28808 -0.0749,0.0749 -0.13672,0.12533 -0.18555,0.15137 -0.0293,0.0488 -0.0765,0.10417 -0.1416,0.16601 -0.0651,0.0618 -0.15137,0.12859 -0.25879,0.2002 -0.007,0.013 
 -0.0163,0.0325 -0.0293,0.0586 -0.013,0.026 -0.0342,0.0553 -0.0635,0.0879 -0.0261,-0.0749 -0.0553,-0.14892 -0.0879,-0.22216 -0.0326,-0.0732 -0.0684,-0.14893 -0.10743,-0.22705 z&quot;
+-         id=&quot;path5113&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-      &lt;path
+-         d=&quot;m 518.78668,620.09186 c 0,0.0456 -0.0122,0.0895 -0.0366,0.13183 -0.0244,0.0423 -0.061,0.083 -0.10986,0.12207 -0.0163,0.0488 -0.0366,0.0854 -0.061,0.10987 -0.0244,0.0244 -0.0562,0.0366 -0.0952,0.0366 -0.13347,0 -0.2474,-0.0472 -0.3418,-0.1416 -0.0944,-0.0944 -0.16927,-0.23438 -0.22461,-0.41992 l 0.0342,-0.0342 -0.0488,-0.12696 c 0.0163,-0.0521 0.0309,-0.10254 0.0439,-0.15136 0.013,-0.0488 0.026,-0.0977 0.0391,-0.14649 0.0163,-0.0618 0.0431,-0.10661 0.0806,-0.13428 0.0374,-0.0277 0.0806,-0.0415 0.12939,-0.0415 0.0846,0 0.16358,0.0228 0.23682,0.0684 0.0732,0.0456 0.13916,0.11556 0.19775,0.20996 0.0553,0.0846 0.0952,0.17009 0.11963,0.25635 0.0244,0.0863 0.0366,0.17334 0.0366,0.26123 z&quot;
+-         id=&quot;path5115&quot;
+-         inkscape:connector-curvature=&quot;0&quot; /&gt;
+-    &lt;/g&gt;
+-  &lt;/g&gt;
++  &lt;defs
++     id=&quot;defs6&quot;&gt;
++    &lt;linearGradient
++       gradientTransform=&quot;translate(-130.16572,-83.352786)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient10981-3-9&quot;
++       id=&quot;linearGradient1539&quot;
++       y2=&quot;144.5&quot;
++       x2=&quot;153.70045&quot;
++       y1=&quot;217.5&quot;
++       x1=&quot;180.81293&quot; /&gt;
++    &lt;linearGradient
++       id=&quot;linearGradient10981-3-9&quot;&gt;
++      &lt;stop
++         offset=&quot;0&quot;
++         style=&quot;stop-color:#729fcf;stop-opacity:1&quot;
++         id=&quot;stop10983-2-0&quot; /&gt;
++      &lt;stop
++         offset=&quot;1&quot;
++         style=&quot;stop-color:#729fcf;stop-opacity:0&quot;
++         id=&quot;stop10985-3-7&quot; /&gt;
++    &lt;/linearGradient&gt;
++    &lt;linearGradient
++       gradientTransform=&quot;matrix(0.4927913,0,0,0.4927913,-6.0003885,-9.7225182)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#WhiteTransparent-3&quot;
++       id=&quot;linearGradient5822-7&quot;
++       y2=&quot;187.65974&quot;
++       x2=&quot;82.754066&quot;
++       y1=&quot;180.47572&quot;
++       x1=&quot;73.712105&quot; /&gt;
++    &lt;linearGradient
++       id=&quot;linearGradient5805-9&quot;&gt;
++      &lt;stop
++         offset=&quot;0&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
++         id=&quot;stop5807-4&quot; /&gt;
++      &lt;stop
++         offset=&quot;1&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
++         id=&quot;stop5809-9&quot; /&gt;
++    &lt;/linearGradient&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1.3515234,0,0,1.7175707,-63.705646,-153.95568)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient5805-9&quot;
++       id=&quot;radialGradient5811-3&quot;
++       fy=&quot;214.55121&quot;
++       fx=&quot;181.22731&quot;
++       r=&quot;22.466398&quot;
++       cy=&quot;214.55121&quot;
++       cx=&quot;181.22731&quot; /&gt;
++    &lt;linearGradient
++       id=&quot;linearGradient5793-9&quot;&gt;
++      &lt;stop
++         offset=&quot;0&quot;
++         style=&quot;stop-color:#eeeeec;stop-opacity:1&quot;
++         id=&quot;stop5795-5&quot; /&gt;
++      &lt;stop
++         offset=&quot;1&quot;
++         style=&quot;stop-color:#eeeeec;stop-opacity:0&quot;
++         id=&quot;stop5797-4&quot; /&gt;
++    &lt;/linearGradient&gt;
++    &lt;linearGradient
++       gradientTransform=&quot;matrix(0.8852575,0,0,0.8852575,5.1772151,9.2293372)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient5793-9&quot;
++       id=&quot;linearGradient5801-2&quot;
++       y2=&quot;84.480316&quot;
++       x2=&quot;53.63158&quot;
++       y1=&quot;76.246338&quot;
++       x1=&quot;57.225197&quot; /&gt;
++    &lt;linearGradient
++       id=&quot;linearGradient5899-9&quot;&gt;
++      &lt;stop
++         offset=&quot;0&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
++         id=&quot;stop5901-9&quot; /&gt;
++      &lt;stop
++         offset=&quot;1&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
++         id=&quot;stop5903-3&quot; /&gt;
++    &lt;/linearGradient&gt;
++    &lt;linearGradient
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient5899-9&quot;
++       id=&quot;linearGradient5905-4&quot;
++       y2=&quot;223.5&quot;
++       x2=&quot;153.5&quot;
++       y1=&quot;208.16444&quot;
++       x1=&quot;95.5&quot; /&gt;
++    &lt;linearGradient
++       id=&quot;linearGradient9286-3&quot;&gt;
++      &lt;stop
++         offset=&quot;0&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
++         id=&quot;stop9288-9&quot; /&gt;
++      &lt;stop
++         offset=&quot;1&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
++         id=&quot;stop9290-2&quot; /&gt;
++    &lt;/linearGradient&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1.7221535,0,0,1.6949765,-49.39526,-14.078057)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient9286-3&quot;
++       id=&quot;radialGradient11553-3&quot;
++       fy=&quot;21.225746&quot;
++       fx=&quot;68.39994&quot;
++       r=&quot;54.783398&quot;
++       cy=&quot;21.225746&quot;
++       cx=&quot;68.39994&quot; /&gt;
++    &lt;linearGradient
++       id=&quot;linearGradient9040-4&quot;&gt;
++      &lt;stop
++         offset=&quot;0&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
++         id=&quot;stop9042-3&quot; /&gt;
++      &lt;stop
++         offset=&quot;1&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
++         id=&quot;stop9044-7&quot; /&gt;
++    &lt;/linearGradient&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1.1850746,-0.3283582,0.1228557,0.4433973,-45.068314,152.92161)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient9040-4&quot;
++       id=&quot;radialGradient9046-1&quot;
++       fy=&quot;230.83626&quot;
++       fx=&quot;90.28125&quot;
++       r=&quot;10.46875&quot;
++       cy=&quot;230.83626&quot;
++       cx=&quot;90.28125&quot; /&gt;
++    &lt;linearGradient
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient8866-0&quot;
++       id=&quot;linearGradient9025-1&quot;
++       y2=&quot;200.07138&quot;
++       x2=&quot;231.37646&quot;
++       y1=&quot;195.62132&quot;
++       x1=&quot;231.37646&quot; /&gt;
++    &lt;linearGradient
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient8866-0&quot;
++       id=&quot;linearGradient9023-6&quot;
++       y2=&quot;201.5&quot;
++       x2=&quot;231.75&quot;
++       y1=&quot;195.1875&quot;
++       x1=&quot;231.625&quot; /&gt;
++    &lt;linearGradient
++       id=&quot;linearGradient8998-5&quot;&gt;
++      &lt;stop
++         offset=&quot;0&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:0.33004925&quot;
++         id=&quot;stop9000-9&quot; /&gt;
++      &lt;stop
++         offset=&quot;1&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
++         id=&quot;stop9002-5&quot; /&gt;
++    &lt;/linearGradient&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1,0,0,0.4070844,0,115.76014)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient8998-5&quot;
++       id=&quot;radialGradient9004-6&quot;
++       fy=&quot;187.86935&quot;
++       fx=&quot;89.875&quot;
++       r=&quot;22.75&quot;
++       cy=&quot;187.86935&quot;
++       cx=&quot;89.875&quot; /&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1,0,0,0.1477455,0,174.56924)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient8916-4&quot;
++       id=&quot;radialGradient8994-0&quot;
++       fy=&quot;204.83229&quot;
++       fx=&quot;228.21875&quot;
++       r=&quot;14.09375&quot;
++       cy=&quot;204.83229&quot;
++       cx=&quot;228.21875&quot; /&gt;
++    &lt;linearGradient
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient8866-0&quot;
++       id=&quot;linearGradient8992-2&quot;
++       y2=&quot;200.07138&quot;
++       x2=&quot;231.37646&quot;
++       y1=&quot;195.62132&quot;
++       x1=&quot;231.37646&quot; /&gt;
++    &lt;linearGradient
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient8866-0&quot;
++       id=&quot;linearGradient8990-4&quot;
++       y2=&quot;201.5&quot;
++       x2=&quot;231.75&quot;
++       y1=&quot;195.1875&quot;
++       x1=&quot;231.625&quot; /&gt;
++    &lt;linearGradient
++       id=&quot;linearGradient8916-4&quot;&gt;
++      &lt;stop
++         offset=&quot;0&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
++         id=&quot;stop8918-9&quot; /&gt;
++      &lt;stop
++         offset=&quot;1&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
++         id=&quot;stop8920-9&quot; /&gt;
++    &lt;/linearGradient&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1,0,0,0.1477455,0,174.56924)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient8916-4&quot;
++       id=&quot;radialGradient8922-9&quot;
++       fy=&quot;204.83229&quot;
++       fx=&quot;228.21875&quot;
++       r=&quot;14.09375&quot;
++       cy=&quot;204.83229&quot;
++       cx=&quot;228.21875&quot; /&gt;
++    &lt;linearGradient
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient8866-0&quot;
++       id=&quot;linearGradient8910-3&quot;
++       y2=&quot;200.07138&quot;
++       x2=&quot;231.37646&quot;
++       y1=&quot;195.62132&quot;
++       x1=&quot;231.37646&quot; /&gt;
++    &lt;linearGradient
++       id=&quot;linearGradient8866-0&quot;&gt;
++      &lt;stop
++         offset=&quot;0&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
++         id=&quot;stop8868-3&quot; /&gt;
++      &lt;stop
++         offset=&quot;1&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
++         id=&quot;stop8870-0&quot; /&gt;
++    &lt;/linearGradient&gt;
++    &lt;linearGradient
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient8866-0&quot;
++       id=&quot;linearGradient8912-9&quot;
++       y2=&quot;201.5&quot;
++       x2=&quot;231.75&quot;
++       y1=&quot;195.1875&quot;
++       x1=&quot;231.625&quot; /&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1,0,0,0.4233577,0,97.164234)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient8738-4&quot;
++       id=&quot;radialGradient8768-6&quot;
++       fy=&quot;182.08189&quot;
++       fx=&quot;217.5&quot;
++       r=&quot;34.25&quot;
++       cy=&quot;182.08189&quot;
++       cx=&quot;217.5&quot; /&gt;
++    &lt;linearGradient
++       id=&quot;linearGradient8738-4&quot;&gt;
++      &lt;stop
++         offset=&quot;0&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
++         id=&quot;stop8740-8&quot; /&gt;
++      &lt;stop
++         offset=&quot;1&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
++         id=&quot;stop8742-4&quot; /&gt;
++    &lt;/linearGradient&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1,0,0,0.4233577,0,97.164234)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient8738-4&quot;
++       id=&quot;radialGradient8744-9&quot;
++       fy=&quot;168.5&quot;
++       fx=&quot;210.25&quot;
++       r=&quot;34.25&quot;
++       cy=&quot;168.5&quot;
++       cx=&quot;210.25&quot; /&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(2.0032532,0,0,1.340898,-132.8752,-95.166065)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient8568-7&quot;
++       id=&quot;radialGradient8574-0&quot;
++       fy=&quot;251.99396&quot;
++       fx=&quot;132.44434&quot;
++       r=&quot;30.599579&quot;
++       cy=&quot;251.99396&quot;
++       cx=&quot;132.44434&quot; /&gt;
++    &lt;linearGradient
++       id=&quot;linearGradient8568-7&quot;&gt;
++      &lt;stop
++         offset=&quot;0&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
++         id=&quot;stop8570-9&quot; /&gt;
++      &lt;stop
++         offset=&quot;1&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
++         id=&quot;stop8572-1&quot; /&gt;
++    &lt;/linearGradient&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1.5700516,0,0,1.0509301,-75.500107,-22.095908)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient8568-7&quot;
++       id=&quot;radialGradient9177-1&quot;
++       fy=&quot;250.89737&quot;
++       fx=&quot;116.31038&quot;
++       r=&quot;30.599579&quot;
++       cy=&quot;250.89737&quot;
++       cx=&quot;116.31038&quot; /&gt;
++    &lt;linearGradient
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#WhiteTransparent-3&quot;
++       id=&quot;IcecapTip-0&quot;
++       y2=&quot;50&quot;
++       x2=&quot;90&quot;
++       y1=&quot;20&quot;
++       x1=&quot;60&quot; /&gt;
++    &lt;linearGradient
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       id=&quot;WhiteTransparent-3&quot;&gt;
++      &lt;stop
++         offset=&quot;0&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:1&quot;
++         id=&quot;stop7606-1&quot; /&gt;
++      &lt;stop
++         offset=&quot;1&quot;
++         style=&quot;stop-color:#ffffff;stop-opacity:0&quot;
++         id=&quot;stop7608-8&quot; /&gt;
++    &lt;/linearGradient&gt;
++    &lt;linearGradient
++       gradientTransform=&quot;matrix(1.009184,0,0,1.009184,-0.3890738,-0.3831933)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#WhiteTransparent-3&quot;
++       id=&quot;shinySpecular-0&quot;
++       y2=&quot;60&quot;
++       x2=&quot;58&quot;
++       y1=&quot;35&quot;
++       x1=&quot;33&quot; /&gt;
++    &lt;clipPath
++       id=&quot;clipPath9086-1&quot;&gt;
++      &lt;use
++         xlink:href=&quot;#outline1&quot;
++         height=&quot;300&quot;
++         width=&quot;400&quot;
++         y=&quot;0&quot;
++         x=&quot;0&quot;
++         style=&quot;opacity:0.25;fill:#ffffff;fill-opacity:1&quot;
++         id=&quot;use9088-0&quot;
++         transform=&quot;translate(1.0095461e-6,0)&quot; /&gt;
++    &lt;/clipPath&gt;
++    &lt;linearGradient
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       id=&quot;linearGradient5785-8&quot;&gt;
++      &lt;stop
++         offset=&quot;0&quot;
++         style=&quot;stop-color:#c0cdf9;stop-opacity:1&quot;
++         id=&quot;stop5787-7&quot; /&gt;
++      &lt;stop
++         offset=&quot;1&quot;
++         style=&quot;stop-color:#07092d;stop-opacity:0.28804347&quot;
++         id=&quot;stop5789-3&quot; /&gt;
++    &lt;/linearGradient&gt;
++    &lt;linearGradient
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient5785-8&quot;
++       id=&quot;linearGradient9175-3&quot;
++       y2=&quot;40&quot;
++       x2=&quot;60&quot;
++       y1=&quot;20&quot;
++       x1=&quot;82.118591&quot; /&gt;
++    &lt;clipPath
++       id=&quot;clipoutline1&quot;&gt;
++      &lt;path
++         id=&quot;outline1&quot;
++         d=&quot;M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m -9.9,64.7 c 0.9,0 30.8,4 19.3,7.1 -4.4,1.2 -24.6,-7.1 -19.3,-7.1 z m 57.2,16.6 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z&quot; /&gt;
++    &lt;/clipPath&gt;
++    &lt;clipPath
++       id=&quot;clipPath9086-1-0&quot;&gt;
++      &lt;use
++         xlink:href=&quot;#outline1&quot;
++         height=&quot;300&quot;
++         width=&quot;400&quot;
++         y=&quot;0&quot;
++         x=&quot;0&quot;
++         style=&quot;opacity:0.25;fill:#ffffff;fill-opacity:1&quot;
++         id=&quot;use9088-0-6&quot;
++         transform=&quot;translate(1.0095461e-6,0)&quot; /&gt;
++    &lt;/clipPath&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1.5700516,0,0,1.0509301,-75.500107,-22.095908)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient5805-9&quot;
++       id=&quot;radialGradient9177-1-8&quot;
++       fy=&quot;250.89737&quot;
++       fx=&quot;116.31038&quot;
++       r=&quot;30.599579&quot;
++       cy=&quot;250.89737&quot;
++       cx=&quot;116.31038&quot; /&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(2.0032532,0,0,1.340898,-132.8752,-95.166065)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient5805-9&quot;
++       id=&quot;radialGradient8574-0-4&quot;
++       fy=&quot;251.99396&quot;
++       fx=&quot;132.44434&quot;
++       r=&quot;30.599579&quot;
++       cy=&quot;251.99396&quot;
++       cx=&quot;132.44434&quot; /&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1,0,0,0.4233577,0,97.164234)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient5805-9&quot;
++       id=&quot;radialGradient8744-9-9&quot;
++       fy=&quot;168.5&quot;
++       fx=&quot;210.25&quot;
++       r=&quot;34.25&quot;
++       cy=&quot;168.5&quot;
++       cx=&quot;210.25&quot; /&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1,0,0,0.4233577,0,97.164234)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient5805-9&quot;
++       id=&quot;radialGradient8768-6-4&quot;
++       fy=&quot;182.08189&quot;
++       fx=&quot;217.5&quot;
++       r=&quot;34.25&quot;
++       cy=&quot;182.08189&quot;
++       cx=&quot;217.5&quot; /&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1,0,0,0.1477455,0,174.56924)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient5805-9&quot;
++       id=&quot;radialGradient8922-9-9&quot;
++       fy=&quot;204.83229&quot;
++       fx=&quot;228.21875&quot;
++       r=&quot;14.09375&quot;
++       cy=&quot;204.83229&quot;
++       cx=&quot;228.21875&quot; /&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1,0,0,0.1477455,0,174.56924)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient5805-9&quot;
++       id=&quot;radialGradient8994-0-9&quot;
++       fy=&quot;204.83229&quot;
++       fx=&quot;228.21875&quot;
++       r=&quot;14.09375&quot;
++       cy=&quot;204.83229&quot;
++       cx=&quot;228.21875&quot; /&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1,0,0,0.4070844,0,115.76014)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient5805-9&quot;
++       id=&quot;radialGradient9004-6-4&quot;
++       fy=&quot;187.86935&quot;
++       fx=&quot;89.875&quot;
++       r=&quot;22.75&quot;
++       cy=&quot;187.86935&quot;
++       cx=&quot;89.875&quot; /&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1.1850746,-0.3283582,0.1228557,0.4433973,-45.068314,152.92161)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient5805-9&quot;
++       id=&quot;radialGradient9046-1-2&quot;
++       fy=&quot;230.83626&quot;
++       fx=&quot;90.28125&quot;
++       r=&quot;10.46875&quot;
++       cy=&quot;230.83626&quot;
++       cx=&quot;90.28125&quot; /&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1.7221535,0,0,1.6949765,-49.39526,-14.078057)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient5805-9&quot;
++       id=&quot;radialGradient11553-3-6&quot;
++       fy=&quot;21.225746&quot;
++       fx=&quot;68.39994&quot;
++       r=&quot;54.783398&quot;
++       cy=&quot;21.225746&quot;
++       cx=&quot;68.39994&quot; /&gt;
++    &lt;radialGradient
++       gradientTransform=&quot;matrix(1.3515234,0,0,1.7175707,-63.705646,-153.95568)&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       xlink:href=&quot;#linearGradient5805-9&quot;
++       id=&quot;radialGradient5811-3-6&quot;
++       fy=&quot;214.55121&quot;
++       fx=&quot;181.22731&quot;
++       r=&quot;22.466398&quot;
++       cy=&quot;214.55121&quot;
++       cx=&quot;181.22731&quot; /&gt;
++    &lt;linearGradient
++       inkscape:collect=&quot;always&quot;
++       xlink:href=&quot;#linearGradient5785-8&quot;
++       id=&quot;linearGradient10837&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       x1=&quot;82.118591&quot;
++       y1=&quot;20&quot;
++       x2=&quot;60&quot;
++       y2=&quot;40&quot; /&gt;
++    &lt;linearGradient
++       inkscape:collect=&quot;always&quot;
++       xlink:href=&quot;#WhiteTransparent-3&quot;
++       id=&quot;linearGradient10839&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       gradientTransform=&quot;matrix(1.009184,0,0,1.009184,-0.3890738,-0.3831933)&quot;
++       x1=&quot;33&quot;
++       y1=&quot;35&quot;
++       x2=&quot;58&quot;
++       y2=&quot;60&quot; /&gt;
++    &lt;linearGradient
++       inkscape:collect=&quot;always&quot;
++       xlink:href=&quot;#WhiteTransparent-3&quot;
++       id=&quot;linearGradient10841&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       x1=&quot;60&quot;
++       y1=&quot;20&quot;
++       x2=&quot;90&quot;
++       y2=&quot;50&quot; /&gt;
++    &lt;linearGradient
++       inkscape:collect=&quot;always&quot;
++       xlink:href=&quot;#linearGradient8866-0&quot;
++       id=&quot;linearGradient10843&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       x1=&quot;231.625&quot;
++       y1=&quot;195.1875&quot;
++       x2=&quot;231.75&quot;
++       y2=&quot;201.5&quot; /&gt;
++    &lt;linearGradient
++       inkscape:collect=&quot;always&quot;
++       xlink:href=&quot;#linearGradient8866-0&quot;
++       id=&quot;linearGradient10845&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       x1=&quot;231.37646&quot;
++       y1=&quot;195.62132&quot;
++       x2=&quot;231.37646&quot;
++       y2=&quot;200.07138&quot; /&gt;
++    &lt;linearGradient
++       inkscape:collect=&quot;always&quot;
++       xlink:href=&quot;#linearGradient8866-0&quot;
++       id=&quot;linearGradient10847&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       x1=&quot;231.625&quot;
++       y1=&quot;195.1875&quot;
++       x2=&quot;231.75&quot;
++       y2=&quot;201.5&quot; /&gt;
++    &lt;linearGradient
++       inkscape:collect=&quot;always&quot;
++       xlink:href=&quot;#linearGradient8866-0&quot;
++       id=&quot;linearGradient10849&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       x1=&quot;231.37646&quot;
++       y1=&quot;195.62132&quot;
++       x2=&quot;231.37646&quot;
++       y2=&quot;200.07138&quot; /&gt;
++    &lt;linearGradient
++       inkscape:collect=&quot;always&quot;
++       xlink:href=&quot;#linearGradient8866-0&quot;
++       id=&quot;linearGradient10851&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       x1=&quot;231.625&quot;
++       y1=&quot;195.1875&quot;
++       x2=&quot;231.75&quot;
++       y2=&quot;201.5&quot; /&gt;
++    &lt;linearGradient
++       inkscape:collect=&quot;always&quot;
++       xlink:href=&quot;#linearGradient8866-0&quot;
++       id=&quot;linearGradient10853&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       x1=&quot;231.37646&quot;
++       y1=&quot;195.62132&quot;
++       x2=&quot;231.37646&quot;
++       y2=&quot;200.07138&quot; /&gt;
++    &lt;linearGradient
++       inkscape:collect=&quot;always&quot;
++       xlink:href=&quot;#linearGradient5899-9&quot;
++       id=&quot;linearGradient10855&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       x1=&quot;95.5&quot;
++       y1=&quot;208.16444&quot;
++       x2=&quot;153.5&quot;
++       y2=&quot;223.5&quot; /&gt;
++    &lt;linearGradient
++       inkscape:collect=&quot;always&quot;
++       xlink:href=&quot;#linearGradient5793-9&quot;
++       id=&quot;linearGradient10857&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       gradientTransform=&quot;matrix(0.8852575,0,0,0.8852575,5.1772151,9.2293372)&quot;
++       x1=&quot;57.225197&quot;
++       y1=&quot;76.246338&quot;
++       x2=&quot;53.63158&quot;
++       y2=&quot;84.480316&quot; /&gt;
++    &lt;linearGradient
++       inkscape:collect=&quot;always&quot;
++       xlink:href=&quot;#WhiteTransparent-3&quot;
++       id=&quot;linearGradient10859&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       gradientTransform=&quot;matrix(0.4927913,0,0,0.4927913,-6.0003885,-9.7225182)&quot;
++       x1=&quot;73.712105&quot;
++       y1=&quot;180.47572&quot;
++       x2=&quot;82.754066&quot;
++       y2=&quot;187.65974&quot; /&gt;
++    &lt;linearGradient
++       inkscape:collect=&quot;always&quot;
++       xlink:href=&quot;#linearGradient10981-3-9&quot;
++       id=&quot;linearGradient10861&quot;
++       gradientUnits=&quot;userSpaceOnUse&quot;
++       gradientTransform=&quot;translate(-130.16572,-83.352786)&quot;
++       x1=&quot;180.81293&quot;
++       y1=&quot;217.5&quot;
++       x2=&quot;153.70045&quot;
++       y2=&quot;144.5&quot; /&gt;
++  &lt;/defs&gt;
++  &lt;rect
++     style=&quot;fill:#f2f2f2;fill-opacity:1;stroke:none&quot;
++     id=&quot;rect6857&quot;
++     width=&quot;750&quot;
++     height=&quot;625&quot;
++     x=&quot;-750&quot;
++     y=&quot;-625&quot;
++     transform=&quot;scale(-1,-1)&quot;
++     inkscape:export-xdpi=&quot;90&quot;
++     inkscape:export-ydpi=&quot;90&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#68836f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 573.87734,312.30995 c 0.0186,-10.09322 -12.66966,-2.85311 -10.74857,4.83257 0.60894,2.43606 9.65449,0.63867 10.74857,-4.83257 z&quot;
++     id=&quot;path4203&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5a957e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 582.88068,303.48889 c 0.20289,-3.93483 0.38395,-7.95228 -4.96103,-6.61581 -1.73119,0.43287 -1.5432,2.28601 -2.93984,3.12412 -1.32537,0.79536 -3.67758,-0.6729 -5.14477,-0.18378 -0.74148,0.24717 -1.02708,0.91885 -1.83741,0.91885 -1.77428,0 2.85805,10.73524 3.4911,11.21011 1.08439,0.81343 3.53232,0.93085 4.77726,0.18378 0.19126,-0.1148 2.04469,-1.44664 2.20491,-1.2864 0.51175,0.51186 0.41654,1.70302 0.9187,2.20525 1.08159,1.08178 2.66566,0.98108 3.6748,1.65397 0.45263,0.30176 -0.61537,1.58975 -0.18376,2.02149 1.10206,1.10223 3.39004,-2.41662 4.4098,-2.7566 2.31761,-0.77267 7.83301,-3.14395 6.61469,-6.79956 -0.4375,-1.31265 -5.3597,-3.59915 -6.24722,-4.04298 -1.26165,-0.63092 -3.79028,0.7624 -4.77727,0.36756 z&quot;
++     id=&quot;path4201&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#609787;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 611.91178,301.83493 c -0.22924,-4.49718 -6.11467,-8.66668 -10.28951,-9.18862 -1.05817,-0.13225 -6.03655,-0.0268 -6.79844,0.7351 -2.27011,2.27051 -11.95905,9.90781 -8.08462,13.7829 3.39787,3.39844 10.34397,0.52634 11.75947,1.47018 2.42711,1.61836 -0.36106,7.02767 4.22604,5.88071 2.1522,-0.53814 11.80621,-9.04838 11.02447,-11.39387 -0.19331,-0.57986 -1.31374,-0.89359 -1.83741,-1.2864 z&quot;
++     id=&quot;path4197&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4e6e59;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 619.81267,308.63452 c 0.65865,-2.78286 -0.21823,-4.41745 -2.93985,-4.96186 -2.34549,-0.46916 -4.55688,1.00713 -6.2472,2.02152 -1.75645,1.054 -4.17056,0.6518 -5.32852,2.38901 -2.82994,4.24565 6.67609,6.84036 9.55457,5.8807 0.86287,-0.28767 2.64074,-2.27364 3.30733,-2.94034 0.98066,-0.98082 1.65367,-0.71701 1.65367,-2.38903 z&quot;
++     id=&quot;path4195&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4d7d71;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 652.88611,309.36959 c -7.51576,0.56243 -10.90872,-7.37353 -16.9042,-9.37239 -5.57888,-1.85991 -14.93957,9.44312 -12.31067,14.70178 3.17536,6.3518 11.54,0.65005 14.6993,2.7566 4.95161,3.3016 -0.32792,8.59608 2.38865,9.37236 1.94649,0.55625 6.41551,-0.7428 6.79842,-0.55131 7.45238,3.72681 5.53252,4.26793 9.00333,-4.41052 0.59561,-1.48932 2.59127,-3.80251 2.02114,-5.51317 -1.00452,-3.01403 -5.02553,-3.63049 -5.69597,-6.98335 z&quot;
++     id=&quot;path4193&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#579283;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 661.7057,280.14983 c 0.20748,-11.10827 -16.40512,-10.05755 -24.25385,-10.84255 -6.3786,-0.63798 -12.89413,-0.27888 -19.29285,-0.91887 -1.28705,-0.12869 -2.55651,-0.73508 -3.85854,-0.73508 -8.16464,0 -16.51811,-3.42773 -21.49775,4.04297 -2.45606,3.68471 -2.93985,7.70935 -2.93985,12.12897 0,3.99872 -0.54954,8.82275 2.38861,11.76139 0.92453,0.92468 3.82448,0.73511 4.96104,0.73511 7.84,0 8.27696,-0.64751 15.06677,-4.04299 0.75616,-0.37814 2.69892,0 3.49109,0 7.17279,0 7.38571,2.08877 13.59687,3.12413 3.22379,0.53737 6.82029,-2.86473 9.92203,-3.30789 3.90701,-0.55825 7.20602,2.09871 11.20823,1.65395 2.63708,-0.29308 4.86965,-2.84899 6.61467,-4.59432 1.08312,-1.08329 4.38129,-0.14574 4.96103,-0.91885 2.34468,-3.12678 0.52163,-5.86282 -0.3675,-8.08597 z&quot;
++     id=&quot;path4191&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#678571;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 587.55473,274.62458 c 1.88894,-1.71848 1.59574,-11.19372 -2.59848,-9.09626 -1.41477,0.7075 -3.83578,3.87574 -5.32693,3.37861 -0.92686,-0.30902 -2.1328,-3.22677 -2.46858,-3.89839 -0.72507,-1.45043 -7.60578,-1.58924 -8.9648,-0.90963 -0.15487,0.0776 0.0418,0.35169 0,0.51979 -0.54221,2.16918 0.68714,2.49399 2.20872,3.50855 2.83486,1.89023 -1.33034,5.16676 0.12994,6.62727 0.49899,0.49906 1.16931,0.84319 1.16931,1.68932 0,0.34683 0.0828,0.83835 0,1.16951 -0.18812,0.75236 -4.52891,1.18796 -1.81894,3.89839 1.0981,1.09829 2.07284,0.006 2.72844,-0.64973 0.5397,-0.5398 5.54014,-2.90544 5.84659,-2.59893 0.51151,0.5116 0.47726,0.96397 1.29925,1.16952 0.75594,0.18899 1.6222,-0.10902 2.33864,0.12993 0.72561,0.24192 2.23346,-0.41665 2.85836,0 2.01697,1.34491 2.4158,3.70755 4.93711,4.54814 1.0507,0.35028 1.95827,0.85793 2.98829,1.29948 0.6945,0.29768 2.12126,-0.30489 2.46857,0.38982 0.80517,1.61067 0.94574,3.04921 3.50797,2.72888 1.03731,-0.12974 6.18017,-4.36196 7.14585,-5.3
 278 0.35044,-0.3505 0.20989,-1.78923 0,-2.20911 -1.39745,-2.79539 -5.46492,-2.68942 -8.05534,-1.94918 -0.19581,0.0559 -2.06459,0.99591 -2.20871,0.77968 -1.63118,-2.4472 3.48604,-5.20885 -0.64962,-7.277 -1.27597,-0.63808 -5.54918,-1.24469 -6.36631,0.38983 -0.21905,0.43818 -0.0408,1.12119 -0.25986,1.55938 -0.12992,0.25986 -0.80348,0.12993 -0.90947,0.12993 z&quot;
++     id=&quot;path4145&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#8caf9e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 582.35775,275.27431 c 3.29456,0.56804 2.96942,-1.15069 4.41743,-2.59893 0.37635,-0.3764 1.19351,-3.8742 0.64964,-4.41817 -0.76514,-0.76526 -4.35734,-2.0727 -5.32693,-0.77968 -1.27684,1.70273 -6.34095,6.55753 -3.11817,8.7064 0.58156,0.38778 1.30758,0.90684 2.07878,0.64974 0.58026,-0.19335 0.72572,-1.21518 1.29925,-1.55936 z&quot;
++     id=&quot;path4147&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#8caf9e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 577.68046,267.47753 c -0.94364,-0.26625 -1.82586,-0.60873 -2.72843,-0.90963 -2.80688,-0.93578 -3.93328,4.27934 -0.77955,5.06791 0.875,0.21878 4.20412,0.95134 5.06706,0.51979 1.98898,-0.99467 -0.73879,-4.13111 -1.55908,-4.67807 z&quot;
++     id=&quot;path4149&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4d907f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 624.58996,289.15465 c -1.8132,-1.60674 -4.71752,-2.94348 -6.90191,-1.23889 -1.94065,1.61739 -4.36571,0.80738 -6.41365,-0.0788 -1.97477,-0.94555 -4.19218,-0.0877 -4.96906,1.94306 -0.93414,1.77007 -1.56004,3.98204 -0.88706,5.92894 0.92627,1.55756 2.17212,2.93293 3.43512,4.22278 1.92099,1.5822 4.63263,0.3825 6.78681,1.38447 1.66237,1.06507 1.50679,3.69289 2.27428,5.33567 -0.61147,2.1524 -2.13762,3.98239 -2.16323,6.31768 -0.73967,2.42398 1.93362,3.42298 3.80765,3.73571 2.4777,0.28808 3.66887,-2.57299 3.97231,-4.59635 -0.006,-3.13558 3.03548,-4.49414 5.05119,-6.28714 2.46869,-3.37319 5.38365,-7.21378 4.74969,-11.66505 -0.18834,-2.44836 -1.37005,-5.46396 -4.13475,-5.8186 -1.60724,-0.35236 -3.26273,-0.11645 -4.60739,0.81649 z&quot;
++     id=&quot;path4129&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#52705b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 565.02874,318.23901 c 1.38094,-2.79941 4.92155,-3.95516 7.05953,-6.09349 0.45492,-0.45499 0.6292,-1.76548 1.16047,-2.03116 0.62542,-0.31276 4.00579,-1.02308 4.64188,-0.38689 1.22874,1.22894 -2.64928,5.62784 -2.99788,6.67383 -0.37779,1.13357 1.10249,4.41048 0.96707,4.54593 -0.27964,0.27969 -6.39255,0.0435 -7.05953,-0.29014 -1.03041,-0.51531 -4.15838,3.16054 -4.15838,-1.16067 0,-0.59339 8.1e-4,-0.67953 0.38684,-1.25741 z&quot;
++     id=&quot;path3341&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a554c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 586.49746,345.41792 c -0.14697,-3.51971 2.23915,-7.00119 5.60894,-8.12464 0.34814,-0.11597 0.81233,0.11599 1.16046,0 0.4052,-0.13515 0.6745,-0.58033 1.16046,-0.58033 0.31893,0 2.75269,1.90144 3.77155,2.12788 1.211,0.26917 2.8947,0.0773 3.38472,1.54757 0.29083,0.87263 0.35558,2.55538 -0.38683,3.19183 -2.78384,2.38651 -5.84274,-1.29494 -7.63977,-0.0967 -2.11559,1.41063 10e-4,6.28694 -3.288,6.28694 -0.57349,0 -1.49552,0.17838 -2.03084,0 -1.59309,-0.53112 -3.26758,-3.13078 -1.74069,-4.35251 z&quot;
++     id=&quot;path3349&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#617c69;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 562.41766,280.91404 c 1.02421,1.31594 8.71653,-1.23847 6.96285,-3.13125 -2.84931,-3.07525 -17.91914,-0.62925 -20.50167,1.46125 -1.42909,1.15679 -3.26588,1.74159 -2.51436,4.17501 1.71774,5.56191 17.94408,2.59713 16.05318,-2.50501 z&quot;
++     id=&quot;path3317&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4b342e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 441.38942,489.29619 -8.83488,6.23742 -11.75818,10.26578 -24.23098,13.64439 -9.54947,11.37031 c -11.68002,14.39718 -20.13195,26.39135 -27.93382,37.87941 6.6147,-6.05975 13.19885,-12.9864 19.81353,-14.3591 -11.41374,15.06933 -20.48605,30.15206 -23.12659,45.22138 3.85331,-5.2471 6.63968,-6.25954 9.54945,-7.73182 -4.25377,7.67976 -8.0556,16.44408 -8.44511,33.78609 l 4.41744,-4.3532 c -2.7296,11.34815 -1.74966,19.70654 0.38979,27.15881 -4.9129,15.27789 -1.99877,28.20839 -4.09263,44.50668 3.72797,-10.31783 -0.2341,-14.04011 7.01593,-26.11924 -2.22651,18.88025 -3.72079,37.30407 -1.10436,53.27806 1.66256,-9.75722 3.73347,-18.88978 7.34074,-25.72942 -6.69279,19.81965 -3.16569,33.25364 -2.5985,48.53503 l 7.40571,-25.33957 c -2.80225,37.01096 4.29073,47.00559 7.66557,67.24731 l 3.31308,-24.23502 c -2.16715,13.01483 5.08445,22.89573 11.43337,33.07137 l 4.61234,-5.45774 c 0.76125,10.91558 2.53496,20.95433 5.0021,30.40748 l 2.20871,-20.98635 c -1.68557,-7.96196 -3.19982,-1
 6.53521 -4.87218,-24.55989 l -8.05533,-28.32834 2.92332,-15.07379 13.9669,-16.17833 -14.35668,-28.97807 -2.20872,-13.96925 2.20872,-27.93851 8.44511,-13.96924 5.52179,-16.56819 1.10437,-20.59651 4.41744,-12.47486 0.71459,-22.80561 8.83488,-14.68395 14.68148,-17.60777 2.5985,-22.48074 -4.41743,-12.08501 z&quot;
++     id=&quot;path6705&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#b3f5f2;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 848.20314,506.92459 c 54.86756,41.91123 109.35852,88.971 161.32476,170.5405 l 49.2427,74.97899 -41.5256,-57.70443 -37.85066,-34.54915 c -9.81279,-11.80603 -22.32706,-20.23473 -28.66367,-36.38687 4.9884,4.60092 9.34787,10.4598 16.16938,11.39388 -26.53453,-36.68147 -67.1814,-71.03202 -85.99098,-89.6808 l -36.74826,-34.1816 c 8.98799,12.23616 16.66489,24.90941 31.23606,35.28422 -8.89684,1.87575 -9.63711,-1.43992 -13.22941,-2.94032 -17.75899,-12.13029 -30.32312,-26.85845 -44.46539,-40.7974 z&quot;
++     id=&quot;path6703&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#365c5b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 535.97461,248.89517 c 69.0538,-6.21461 112.18032,7.58323 149.67328,25.72941 l -127.58607,-8.83636 z&quot;
++     id=&quot;path6692&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#8caf9e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 597.42901,275.40427 c -0.41974,-2.99363 4.0392,-3.33252 3.24813,-6.49734 -0.61487,-2.45986 -9.69726,-2.36259 -11.5633,-1.4294 -0.84082,0.42045 2.97395,3.43585 2.72842,4.41817 -0.72419,2.89726 1.80855,8.68637 4.67727,9.09624 1.69291,0.2419 4.01048,-0.31145 3.24813,-2.5989 -0.41188,-1.23582 -1.65833,-1.85471 -2.33865,-2.98877 z&quot;
++     id=&quot;path4151&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;csssssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#273534;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 481.34126,388.97749 c -4.75133,0.55113 -3.22515,7.8174 -2.33864,11.04544 2.5253,3.83276 1.49819,8.76014 -0.71459,12.4749 -2.3189,5.53323 -1.62865,11.74865 -1.75398,17.60773 0.3036,8.89943 0.76171,17.80531 0.97444,26.704 0.35618,6.25442 4.5597,12.05715 10.58887,13.96925 5.74124,2.2036 11.99378,1.87642 17.99458,2.33904 2.23761,1.3123 6.50433,1.50157 6.82104,-0.9746 5.00637,0.45497 3.93775,-3.39168 2.92331,-7.0171 6.18903,0.12682 16.89695,-3.16349 19.61862,4.41817 1.99799,7.21132 11.50227,5.00313 17.27999,5.97754 -0.78202,-9.58402 12.40453,-0.69966 10.91368,-8.31659 3.45592,1.05528 7.44454,-3.63187 9.61443,-0.51977 6.93682,-1.93178 14.39862,-1.76427 21.30765,0.90962 6.59058,1.2953 11.15046,6.66178 17.66976,7.92674 1.76083,5.71702 6.05805,6.79518 11.49834,7.08207 6.51236,5.28163 12.00823,-0.71556 17.99458,-1.81925 6.75124,2.64726 9.42348,-4.58202 15.72089,-1.6893 6.25032,3.10533 11.86456,6.66253 19.35879,5.8476 8.74952,3.93027 2.4583,-6.1525 -0.64961,-8.90134 -6.
 3688,-1.05547 -8.09854,-6.96881 -12.60271,-10.52567 -5.22628,-3.69432 -10.53998,-8.22162 -16.89023,-9.55106 -7.24354,-1.7964 -10.69417,-9.45927 -17.73471,-11.56524 -7.51732,-3.3201 -14.29578,-7.33531 -20.65804,-12.40989 -6.08747,-2.87761 -11.54706,-6.97891 -17.60479,-9.94091 -9.01024,-2.9377 -15.48222,-9.98975 -23.1266,-14.94384 -6.76788,-1.93486 -10.74447,-9.24533 -18.18946,-9.35614 -6.27157,0.1262 -11.51607,-3.35158 -17.34497,-4.93798 -2.85105,0.0208 -4.18404,1.28234 -4.74224,3.11872 -6.80874,-1.05482 -13.83928,-1.10997 -20.39819,-3.44359 -8.40353,-1.81435 -16.9011,-3.5633 -25.53021,-3.50855 z&quot;
++     id=&quot;path6604&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#264446;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 588.94414,421.01114 c -3.95813,-0.80713 -8.09495,-0.39876 -12.0312,0.18796 -3.26211,1.57217 -6.06274,4.58833 -5.16447,8.46621 -2.86889,0.24717 -6.09951,-3.26381 -9.57522,-2.28598 -2.63458,3.06322 3.92819,4.91546 6.10905,6.21208 4.62547,2.10031 9.1682,4.42883 13.23796,7.48268 3.45409,1.97871 6.81024,4.19823 10.74563,5.06829 3.68237,1.31433 7.04587,3.36344 10.81808,4.46166 3.38219,1.46275 6.02376,4.31979 9.65412,5.31644 4.08948,2.22107 8.86727,0.66643 13.23772,1.42904 0.95153,-0.59597 -4.2566,-4.33137 -0.2392,-3.93925 -2.52025,-3.45325 -8.04856,-4.77338 -9.04753,-9.61128 2.51375,1.21398 6.1045,4.55785 8.677,3.50089 -2.04021,-5.87374 -8.17082,-8.75745 -11.9292,-13.37608 -3.269,-2.90578 -6.31296,-6.15515 -10.44255,-7.85484 -4.4364,-2.12093 -8.82899,-6.04803 -14.05019,-5.05785 z&quot;
++     id=&quot;path6686&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#264446;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 504.92261,434.58871 c -0.81974,-0.81575 -1.1677,-0.52223 -1.68902,0.25989 -3.70884,5.56418 10.61612,12.83957 14.16179,15.20374 0.60779,0.40527 0.58085,-0.0146 1.0394,0.2599 1.57127,0.94293 3.08436,2.12719 4.80721,2.98877 2.03138,1.01585 0.77117,-3.62172 1.16933,-4.41819 0.0499,-0.1 0.6142,0.0414 0.77954,0 2.28524,-0.5714 2.85913,1.16983 4.80721,1.9492 0.71006,0.28407 -0.0208,-2.47723 1.29925,-1.9492 0.32326,0.12932 0.59558,0.62271 0.90947,0.77969 2.64699,1.3237 6.1869,2.80931 8.31519,4.93796 1.75783,1.75813 3.99891,3.91863 6.49624,4.41818 2.42,0.4841 -0.0247,-7.61731 0.12993,-7.92673 0.21296,-0.426 3.90002,2.29648 4.41744,2.46897 1.60984,0.53672 2.24357,-1.88264 2.7284,-1.55936 1.07118,0.71424 2.41349,1.92606 3.63791,2.07916 0.94393,0.1181 5.71835,2.9871 5.8466,2.85881 0.44369,-0.44374 1.03295,-2.85667 1.0394,-2.85881 0.47112,-0.15699 1.37377,1.18336 1.94888,1.03956 1.21066,-0.30271 2.52335,-3.59059 4.02766,-2.98877 1.06679,0.4268 1.84693,1.30882 2.98827,1.68
 931 2.60456,0.86835 1.93968,-0.72924 5.71668,1.42941 1.89436,1.08265 3.06813,2.77655 4.6773,4.02834 2.0045,1.55933 4.19523,2.8554 6.36631,4.1583 0.31669,0.19002 1.33352,-1.36804 1.42917,-1.55936 0.33061,-0.66134 1.34125,-0.45285 1.81895,-1.16953 0.098,-0.14719 0.48755,-1.92732 1.0394,-1.55936 0.41298,0.27537 0.8969,1.00855 1.29925,1.16952 2.23608,0.89458 5.01854,0.32332 7.40571,1.03959 1.19313,0.358 4.90569,3.78186 6.49623,4.41817 1.01953,0.40786 4.56918,1.06139 5.19698,1.68931 0.941,0.94114 3.46812,2.00742 4.1576,3.24866 0.1052,0.18941 -0.0594,0.44147 0,0.64974 0.24728,0.86555 3.12082,2.86039 3.76781,3.24865 1.16086,0.69665 2.92549,0.94321 3.89776,1.42941 1.10795,0.55407 8.04472,-0.0468 9.74435,0.51981 0.56198,0.18731 0.87035,0.75357 1.29924,1.03955 0.81344,0.54239 2.67645,0.42363 3.63789,0.51979 0.0732,0.008 2.00619,-0.14534 2.0788,0 0.33517,0.67043 3.33731,2.03455 4.54737,1.42941 0.68798,-0.34404 -0.38979,-1.78622 -0.38979,-2.07916 0,-0.3167 -4.82454,-0.89072 -5.8466,-1.1
 695 -1.49162,-0.40687 -3.32584,-1.05491 -4.28751,-2.20909 -0.33628,-0.40361 -0.41127,-0.87056 -0.90948,-1.16952 -0.90079,-0.54056 -2.08301,-1.04258 -2.98827,-1.68931 -0.37986,-0.27139 -0.60866,-0.79748 -1.16932,-0.90962 -1.92694,-0.38546 -3.48346,-1.38872 -5.06707,-2.33905 -2.48042,-1.48848 -5.38094,-2.54832 -7.79548,-4.15826 -1.53844,-1.0258 -3.011,-2.40769 -4.41744,-3.63851 -0.80806,-0.70718 -2.12109,-1.08187 -2.85833,-1.81926 -1.28307,-1.28327 -2.58286,-1.7655 -4.02767,-2.72888 -0.3145,-0.2097 -0.5306,-0.81221 -0.90948,-1.03957 -0.89315,-0.53598 -1.9073,-0.95382 -2.85835,-1.42942 -2.86019,-1.43033 -5.82707,-2.56992 -8.70495,-3.89839 -3.17629,-1.46623 -6.03572,-3.73092 -9.35459,-4.93796 -2.44801,-0.89034 -4.72899,-2.02187 -7.14586,-2.98877 -2.47211,-0.98902 -4.96127,-1.48496 -7.53564,-2.07914 -3.8325,-0.88458 -7.62638,-2.31441 -11.56329,-2.72888 -9.07451,-0.95536 -18.4371,-0.1287 -27.54405,-1.03957 -1.69667,-0.16965 -3.3675,-0.69713 -5.06707,-0.90963 -5.05549,-0.63204 -10.
 47808,-0.12994 -15.59095,-0.12994 -2.17348,0 -5.7104,-0.83899 -7.40571,0.12994 z&quot;
++     id=&quot;path6682&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#255a60;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 648.77745,465.39639 c -1.4174,-0.68371 -12.13067,-6.66526 -15.01006,-7.42128 -2.4981,-0.65593 -16.67692,-3.7281 -19.40373,-2.05556 -5.59366,-4.59437 -4.66457,-1.03796 -9.37725,-6.78574 -4.56078,-3.06596 -9.59351,-5.40067 -13.71491,-9.11983 -5.71397,-2.64001 -12.01478,-4.16856 -17.53933,-7.47507 -5.84606,-1.84531 -12.16957,-2.31453 -17.99676,-4.83993 -3.0037,-1.85134 -15.16463,-2.22996 -10.51431,3.66466 4.69344,3.66145 -3.78538,1.12947 -6.05872,0.66064 -4.9619,-4.33818 -13.56879,-3.17972 -19.68822,-3.02327 -4.00507,2.44373 -6.78687,4.1513 -11.68649,2.52648 -6.80507,-3.17329 -6.69071,8.36908 -2.11561,10.13113 4.5794,1.14027 9.62886,3.70444 14.10215,3.45554 0.33859,-4.28916 4.28356,-7.96304 5.91529,-1.97575 2.90584,2.7503 10.35579,3.85196 8.51279,-1.92498 4.44038,2.86884 13.60121,10.65214 17.08719,2.38803 2.97432,1.25791 8.15707,3.32797 12.5992,2.6366 5.19698,1.68837 9.46117,7.80125 15.55603,4.12226 5.81087,-2.87648 8.26452,4.55895 13.1821,5.67375 7.30073,2.4932
 3 15.92604,1.42017 21.99303,6.98133 5.33828,4.59072 10.72217,10.05142 18.08487,10.90515 5.54614,1.22139 10.48076,5.14647 16.23709,5.22173 -0.44823,-5.59853 -9.81912,-5.29475 -12.01953,-9.78623 4.42867,0.61407 8.45755,3.22751 13.3254,1.64539 6.22874,-1.32098 1.44061,-3.21789 -1.47022,-5.60505 z&quot;
++     id=&quot;path6607&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;csccccccccccccccccccccccc&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;ccccccccccccccccccccccc&quot;
++     style=&quot;fill:#26585a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 494.26877,467.20527 c -0.57276,-3.98256 -3.38094,-7.16836 -3.90017,-11.10568 -0.42509,-5.60875 2.21718,-10.68162 1.39084,-16.27496 -1.42218,-1.77306 -5.35094,-4.69504 -2.26854,-7.17898 2.06008,-0.7981 6.46463,2.2109 7.20528,0.21242 -4.35176,-4.99562 -9.79804,-9.04778 -13.60093,-14.51267 0.4002,-2.75165 5.46902,-1.94681 7.55957,-1.24834 4.04131,1.53988 7.7822,3.98812 11.92913,5.14673 1.53589,-4.40589 -7.89113,-4.74897 -5.71246,-9.41122 0.12639,-2.25322 0.63762,-5.11781 3.6618,-3.64665 5.6382,1.953 1.04555,-5.36084 -1.26281,-6.43132 -3.15896,-2.54116 -7.29011,-3.16854 -10.73402,-4.45982 -2.05516,-2.5341 -3.41097,-6.85908 -7.50847,-6.20427 -4.18311,0.0565 -8.60093,0.9173 -12.45614,-1.24905 -6.87499,-2.57033 -13.82664,-5.66349 -21.26944,-5.90245 -5.26386,-0.63344 -3.41203,5.89458 -3.63379,9.12911 0.10439,6.38737 1.98176,12.72815 5.74605,17.92789 3.77092,5.92436 3.00756,13.32196 2.38308,19.97689 -0.48995,3.8709 -2.30062,8.00691 -0.21332,11.72846 2.75081,5.46452 7.
 46264,10.10552 13.35168,12.02787 4.42049,2.21305 8.40652,5.25183 12.98897,7.18834 5.71324,2.53297 11.51534,5.19383 17.71144,6.26629 2.78155,-0.12225 -0.67783,-1.59734 -1.36775,-1.97859 z&quot;
++     id=&quot;path6601&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#333835;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 454.25196,400.41278 c -1.28773,-1.92812 -3.16882,-5.72618 -0.14633,-6.98604 3.37317,-1.03679 6.72314,0.70959 9.84199,1.72417 4.18076,0.0676 8.18544,-2.18467 12.38143,-1.20493 3.51909,0.34557 1.65779,-3.12127 -0.66998,-3.16884 -4.47806,-1.46885 -9.27908,-1.77238 -13.61096,-3.74491 -4.96091,-1.73224 -9.71028,-4.96671 -15.17778,-4.47287 -2.90114,0.19044 -5.83048,0.23426 -8.6655,-0.46755 -2.90345,1.50381 -0.59762,5.81032 -0.49568,8.46577 0.92675,3.90842 2.92797,8.28285 7.0957,9.52513 3.60222,1.13515 2.754,5.48674 2.45112,8.36315 -0.69235,3.32095 3.23656,4.77504 3.75467,7.80228 1.83099,3.80378 4.26819,7.73996 3.4873,12.15799 -0.60141,5.10326 -2.28569,10.60323 0.29746,15.46037 1.64895,3.23082 3.95906,6.11744 6.30916,8.8428 3.59204,2.21711 7.76177,3.98953 12.03837,3.98673 2.58837,-0.73194 2.92862,-4.19697 2.90548,-6.52229 -0.22332,-4.37158 -2.78318,-8.08201 -4.34791,-12.02959 0.14468,-3.38906 5.16762,1.1258 7.07639,-0.86111 0.61188,-2.48406 -1.48972,-4.73927 -2.7635
 9,-6.7111 -1.35339,-2.25511 -5.92289,-5.44378 -3.05222,-8.06825 0.9846,-0.68643 4.18077,1.16405 2.20523,-0.97545 -2.27795,-2.66307 -6.23679,-4.22645 -6.70875,-8.10926 -1.80844,-3.31988 5.58097,-1.24321 1.86282,-3.07566 -2.62204,-1.18207 -3.88736,-3.55377 -4.01867,-6.35806 -1.18295,-3.75787 -5.64885,-4.73171 -7.87443,-7.62059 0.49446,-2.80265 -0.57178,-5.18175 -3.47714,-5.81816 -2.02836,-2.8496 -6.63788,-1.68451 -6.06149,2.14993 -0.24904,2.75665 -0.74986,6.04261 1.54566,8.13025 0.97062,1.41354 4.47404,3.74062 3.65016,0.49286 l 0.0869,-0.45434 0.0807,-0.45243 z&quot;
++     id=&quot;path6675&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#352725;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 443.59813,386.37857 c -11.08263,-2.25614 -23.82267,-1.57837 -32.84944,5.96817 -1.82579,2.77693 -6.39676,2.89518 -7.235,6.27289 1.58488,3.61742 6.64365,3.8484 9.50813,6.28092 6.0967,4.21641 11.558,9.80955 18.93516,11.73842 6.15746,1.83885 11.60154,5.54089 16.38285,9.74513 2.05877,2.84571 3.61055,6.0176 6.55624,8.2195 5.04533,5.27479 11.87839,8.18153 17.78556,12.32077 3.02636,1.75436 5.89709,3.85516 8.59467,5.9868 -3.56929,-3.50291 -8.6456,-5.47323 -11.24652,-9.99505 -0.98918,-3.14332 -8.25679,-6.88598 -3.7419,-9.78748 4.35107,-0.2526 3.89595,-5.18607 1.85217,-7.85245 -1.55715,-2.72543 -2.37842,-6.85682 -6.26645,-6.76089 -3.89654,0.38539 -6.49866,-5.32709 -1.67636,-6.04792 3.61562,-1.76216 0.32005,-5.28722 -1.11321,-7.24065 1.72588,-3.69869 -1.42083,-7.4026 -5.3775,-6.14287 -5.2118,0.83613 0.51555,-6.81419 -4.71755,-6.2344 -2.30288,-1.09152 -2.64191,-4.50168 -5.08096,-6.00137 l -0.30989,-0.46952 z&quot;
++     id=&quot;path6598&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#60847b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 549.22696,295.80583 c 0.304,-2.05525 -1.47468,-2.61031 -2.98828,-2.98876 -4.75819,-1.18974 -7.9131,5.07614 -3.63787,7.92674 2.79788,1.86558 9.91025,-1.65331 6.62615,-4.93798 z&quot;
++     id=&quot;path3402&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#365c5b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 432.68445,273.06523 c 9.72097,-6.9693 59.31083,-29.94097 130.83422,-25.59947 0.5165,0.7749 1.34155,8.60987 1.42916,9.48609 0.15134,1.51249 0.36377,3.32673 -0.12993,4.80803 -1.77946,5.3393 -9.25044,10.56004 -12.73262,15.20374 -0.57741,0.77 -0.62143,1.70181 -1.16933,2.46898 -0.2578,0.36099 -0.77665,0.75657 -1.03939,1.16952 -0.99013,1.5562 -0.84407,3.89753 -1.68901,5.5877 -1.58632,3.17318 -2.99101,6.40604 -4.41744,9.61604 -3.88106,8.73378 -18.00143,7.31826 -25.85502,6.75722 -5.30628,-0.37909 -10.6685,0.16529 -15.98075,-0.12995 -2.95758,-0.16426 -5.90631,-0.48677 -8.83488,-0.77968 -2.67214,-0.26724 -5.39887,-0.0104 -8.05534,-0.38984 -1.42039,-0.20293 -13.10761,-0.24511 -13.77202,-0.90962 -2.89008,-2.89059 -2.15276,-7.84567 -3.76782,-11.4353 -3.52083,-7.82542 -11.35352,-11.59181 -19.4887,-12.99464 -4.48132,-0.77278 -11.14746,-2.16145 -15.33113,-2.85882 z&quot;
++     id=&quot;path5125&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccssssssscscsssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#426e67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 541.43149,270.27135 c 0.0836,-0.54622 0.9282,-2.46272 -0.0649,-2.79384 -0.24659,-0.0822 -0.71573,-0.26102 -0.90947,-0.45481 -0.18086,-0.1809 0.0233,-0.69707 -0.25987,-0.90963 -1.28088,-0.96082 -3.67872,-0.56935 -5.132,-0.71471 -1.34376,-0.13431 -3.17383,-0.40471 -4.54738,-0.12994 -1.11846,0.22373 -0.79399,1.90484 -2.01382,2.07913 -0.83814,0.11976 -3.12224,-0.44269 -3.50798,0.71472 -0.37024,1.11094 2.8903,4.98644 3.70286,5.39278 0.10046,0.0502 0.61523,0.28672 0.64961,0.38983 0.6017,1.80538 2.20643,3.61961 4.1576,3.8984 3.20438,0.45785 5.09322,-2.33416 6.43128,-4.74304 0.3741,-0.67354 0.68521,-3.2143 1.49413,-2.72889 z&quot;
++     id=&quot;path4258&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#426e67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 550.00651,257.73152 c 0.0977,-3.50973 0.77437,-3.77103 -2.33864,-5.32781 -2.03665,-1.01846 -5.47531,0.5569 -7.40572,1.03957 -1.61822,0.40462 -2.28482,-1.09106 -3.6379,-1.4294 -1.54751,-0.38693 -2.19594,3.91118 -1.29924,4.80801 0.36912,0.36919 0.93209,1.01539 1.42918,1.29946 0.82917,0.47391 15.04306,4.98329 13.25232,-0.38983 z&quot;
++     id=&quot;path3476&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#426e67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 545.19929,288.65877 c 1.02395,-1.16542 2.87649,-5.53225 1.03939,-6.75721 -0.96017,-0.64022 -2.56599,0.0975 -3.63787,-0.25989 -0.80266,-0.26759 -4.81845,-3.34497 -5.45685,-1.42942 -0.89993,2.70027 4.3345,5.02093 2.59849,6.75723 -2.36631,2.3667 -4.70838,-0.30215 -5.45684,4.93796 -0.0429,0.29935 -0.35205,1.39312 -0.12992,1.68931 0.52175,0.6958 2.01725,0.64972 2.85834,0.64972 2.50397,0 5.28699,-0.30995 6.49624,-2.72886 0.19996,-0.3999 0.20663,-0.98629 0.5197,-1.29948 0.66686,-0.66696 0.93586,-0.39185 1.16932,-1.55936 z&quot;
++     id=&quot;path3474&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#426e67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 503.10369,266.56788 c 0,-0.47646 0,-0.95292 0,-1.42942 0,-3.77269 -3.85208,-6.10748 -7.27578,-6.10748 -0.0482,0 -0.87979,-0.0594 -0.90949,0 -0.58031,1.16081 -1.93823,1.40809 -2.59848,2.72887 -1.41891,2.83828 -1.74424,8.00798 0,10.91551 1.8688,3.11524 7.57495,1.13612 8.70494,-1.6893 0.59962,-1.4993 1.2379,-3.01646 2.07881,-4.41818 z&quot;
++     id=&quot;path3472&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#518575;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 528.439,283.9807 c 1.1938,-0.38287 1.83851,-1.57891 2.59849,-2.33903 3.41445,-3.41502 -5.53242,-3.69287 -6.10645,-3.11871 -0.60874,0.60884 -1.08849,1.10671 -1.94888,1.4294 -1.10834,0.4157 -2.73215,0.79087 -3.11819,1.9492 -1.18426,3.55338 9.87427,3.58722 9.87427,2.59892 0,-0.48409 -1.09986,-0.48655 -1.29924,-0.51978 z&quot;
++     id=&quot;path3470&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#518575;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 520.77344,293.7267 c 0.49231,-3.4902 -0.93591,-5.62734 -2.72842,-8.31658 -0.49384,-0.74087 0.10658,-2.10232 -0.5197,-2.72889 -1.16873,-1.1689 -8.85838,-1.19924 -9.74435,0.12997 -1.45973,2.18994 -0.22404,6.80637 0.25986,9.22619 0.52958,2.64842 3.95455,4.23538 4.80721,6.36737 0.20247,0.50609 0.95147,2.12215 1.29925,2.2091 1.23801,0.30956 2.72369,0.51822 3.89773,0.90962 2.87673,0.95909 2.85834,-0.59063 2.85834,-3.24865 0,-1.52677 0.37168,-3.04305 -0.12992,-4.54813 z&quot;
++     id=&quot;path3468&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#45746c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 520.24231,292.46625 c -2.28735,-8.57601 -4.47483,-7.86751 -6.96864,-1.5334 -0.43771,1.11183 -1.08811,1.10137 -1.4489,2.6287 -0.36812,1.55836 -0.24252,4.3264 -0.27598,6.13363 -0.0234,1.25897 -0.0579,5.23096 0.20684,6.3527 0.13699,0.57899 0.37949,0.2923 0.55195,0.65682 2.5432,5.38301 9.36756,-2.86468 7.93458,-14.2388 z&quot;
++     id=&quot;path4252&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4b766d;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 538.23155,265.53993 c -1.23597,-1.24477 -2.16235,-2.7902 -4.13419,-2.29714 -1.25572,0.31396 -1.73371,0.72325 -2.75613,1.74581 -1.01448,1.01465 -2.74417,0.27267 -3.85856,0.55133 -1.72599,0.43157 2.28092,1.98976 2.38864,2.20527 0.11514,0.23032 0.73149,0.0221 1.01057,0.0919 1.3219,0.33056 7.20968,0.93491 8.36023,0.55132 2.50263,-0.83435 -0.0881,-2.84847 -1.01056,-2.84847 z&quot;
++     id=&quot;path3434&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4d6568;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 503.10518,279.75058 c -12.09769,-1.95829 -5.84359,6.7432 -0.42781,5.36986 2.57883,-0.6539 3.61316,-4.76403 0.42781,-5.36986 z&quot;
++     id=&quot;path3422&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5d786c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 516.48592,277.61332 c 0.65705,-0.38526 2.1764,-2.74501 0.90948,-3.37859 -0.9321,-0.46611 -2.21032,-1.42941 -3.24811,-1.42941 -7.161,0 -3.50003,9.09227 1.42917,6.62727 0.20952,-0.10486 0.65566,-1.50196 0.90946,-1.81927 z&quot;
++     id=&quot;path3390&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3c6660;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 543.56004,292.18688 c 0.44782,-1.4926 -1.1226,-2.1952 -2.38864,-1.56207 -0.36567,0.18276 -0.61216,0.76557 -0.91871,0.91886 -0.61012,0.30512 -1.63824,-0.0308 -2.02114,0.73508 -0.97868,1.9577 0.34578,2.9827 2.29674,3.3079 1.56979,0.26168 2.93989,1.22893 2.93989,-1.8377 0,-0.61582 0.38686,-0.82443 0.0919,-1.56207 z&quot;
++     id=&quot;path3430&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4b7c6e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 541.56139,296.32561 c 0.0722,-1.64415 -1.96031,-3.11872 -3.50796,-3.11872 -0.73392,0 -1.47403,-0.0426 -2.0788,0.2599 -0.99241,0.49631 -5.17086,5.76991 -4.54735,7.01712 0.18043,0.36098 0.70209,0.32237 1.03939,0.38984 1.27144,0.25435 2.8918,0.73882 4.28752,0.38985 1.97825,-0.49464 5.09774,-3.48503 4.8072,-4.93799 z&quot;
++     id=&quot;path3380&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a726f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 529.59571,284.56031 c -0.87401,-0.76797 -1.87135,-0.73506 -3.03174,-0.73506 -2.35287,0 -3.66335,0.88439 -4.22603,2.57282 -0.0897,0.26943 -0.23768,0.86492 0,1.10262 0.84976,0.84993 3.76733,-0.0924 4.6854,-0.55132 0.4691,-0.2346 6.67888,0.43177 4.59352,-1.65395 -0.52792,-0.52799 -1.30854,-0.30743 -2.02115,-0.73511 z&quot;
++     id=&quot;path3438&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#476f67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 524.2814,287.61921 c -0.27876,-1.08906 0.48773,-2.97177 -0.12991,-3.89839 -0.39127,-0.58702 -1.5458,-0.5198 -2.20872,-0.5198 -4.28464,0 -3.90011,-0.12287 -5.32693,4.15829 -0.16317,0.48976 -0.50195,1.47376 -0.25983,2.07915 0.93685,2.34256 4.6806,3.11762 7.01592,2.33902 1.0224,-0.34084 1.42918,-2.16032 1.42918,-2.98875 0,-0.4266 -0.90123,-0.97872 -0.51971,-1.16952 0.25987,-0.12994 0.25987,0.51978 0,0 z&quot;
++     id=&quot;path3378&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#334c4d;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 448.54492,268.45212 c -2.525,-0.0146 -4.79555,0.15803 -6.47195,0.6039 -3.18703,0.84776 -6.53984,2.11456 -10.03814,3.62335 0.40689,1.63326 1.42636,3.31772 3.30202,5.09954 12.47337,2.06886 20.22184,11.82108 28.79356,20.26395 2.07185,1.87701 4.32503,2.91389 6.53799,3.22075 0.71309,-1.11433 1.2558,-2.38461 1.58498,-3.22075 0.13283,-0.33784 0.17004,-1.17931 0.39623,-1.40909 1.6225,-1.64851 5.87008,-2.11707 6.86817,-3.89176 0.53409,-0.94959 0.13202,-3.19593 0.13202,-4.29435 0,-1.67084 -0.51153,-2.98888 -0.92457,-4.56274 -0.40816,-1.55515 -0.67599,-3.2445 -1.58496,-4.62985 -1.21851,-1.85704 -4.19438,-4.3189 -6.00967,-5.63632 -0.72881,-0.52895 -1.52825,-0.72841 -2.24537,-1.27488 -2.89977,-1.9859 -12.76538,-3.84508 -20.34041,-3.89175 z&quot;
++     id=&quot;path5147&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path5129&quot;
++     d=&quot;m 513.10786,296.84543 c 1.55088,-5.15626 0.22789,-8.78739 -4.54737,-11.17541 -0.39284,-0.19647 -0.98211,-0.73759 -1.42917,-0.38983 -0.84727,0.65912 -1.92043,1.77758 -2.20871,2.85881 -0.84001,3.15055 -0.75469,10.35657 3.37804,11.04546 2.35742,0.39297 2.70439,-2.33903 4.80721,-2.33903 z&quot;
++     style=&quot;fill:#3a464c;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path5127&quot;
++     d=&quot;m 464.64172,273.77886 c 0.8507,-0.99008 1.51686,-2.02147 2.08832,-3.05338 1.04019,-1.87828 1.99763,-3.68242 1.0991,-5.6793 -0.11537,-0.25633 -0.80317,-0.42748 -1.209,-0.42748 -3.3115,0 -3.99903,1.19026 -5.49563,2.68699 -1.16225,1.16239 -1.84966,3.61954 -1.31892,4.94649 0.52967,1.32431 2.9,2.60242 4.83613,1.52668 z&quot;
++     style=&quot;fill:#3a464c;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#2f393c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 432.42461,272.41548 c -21.49938,9.1277 -46.99464,28.52064 -51.90492,31.31712 -0.24985,0.1499 -0.2663,0.52623 -0.38979,0.64972 -0.25648,0.25654 -0.80364,0.40991 -1.10435,0.58478 5.04252,-1.00869 10.40327,-0.29837 15.59097,-1.03959 0.99054,-0.14159 1.7318,-0.52084 2.66345,-0.77968 2.86813,-0.79682 6.0257,-1.49228 8.96482,-1.88422 0.97635,-0.13015 1.75865,-0.61105 2.7284,-0.77968 5.80967,-1.01052 11.5902,-1.10454 17.47489,-1.10454 2.0318,0 4.08266,-0.16863 6.10646,0 1.36248,0.11352 3.11691,0.21615 4.41744,0.64973 2.54569,0.84871 4.76182,2.52646 7.34074,3.24867 2.89303,0.81017 6.47378,0.32485 9.41954,0.32485 2.22055,0 4.47513,0.13848 6.69112,0 1.05947,-0.0661 2.04398,-0.47155 3.05322,-0.64972 1.60555,-0.28336 3.30985,-0.32379 4.8722,-0.84465 0.75744,-0.25254 1.46685,-1.07285 2.07879,-2.01418 -2.17684,-0.29712 -4.39323,-1.30114 -6.43128,-3.11871 -8.4318,-8.17537 -16.05381,-17.6186 -28.32359,-19.62193 -1.84505,-1.72536 -2.84786,-3.35647 -3.24811,-4.93797 z&quot;
++     id=&quot;path5103&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#333834;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 484.38388,324.36792 c 0.0839,-1.21388 0.43896,-2.84976 -0.23358,-3.9708 -0.75356,-1.25613 -2.45052,-1.67976 -3.3863,-2.80289 -1.41644,-1.70003 -2.33741,-3.89038 -3.61979,-5.72264 -0.84143,-1.2022 -2.16687,-2.01589 -2.91921,-3.27002 -1.06475,-1.77485 -2.14269,-6.86123 -2.56894,-8.9927 -0.17752,-0.88821 0.4369,-2.71632 -0.23355,-3.38683 -0.65524,-0.65538 -7.79685,-0.24866 -9.10791,-0.46717 -2.84458,-0.47416 -5.6256,-0.58392 -8.52411,-0.58392 -0.91292,0 -2.21389,-0.50766 -3.03596,-0.23362 -0.57678,0.19253 -1.87957,0.24207 -2.33537,0.58393 -2.29219,1.71945 -2.07787,4.34812 -1.63477,7.00729 0.14094,0.84733 -0.29883,2.00581 0,2.80293 1.63493,4.36049 12.03926,7.72009 15.41341,11.09484 1.44654,1.44674 1.78644,3.4392 2.91926,5.13864 0.39679,0.59532 3.06503,1.7223 3.38624,2.68615 0.59076,1.77248 -0.12451,3.70634 0.35034,5.60583 0.38199,1.52823 6.52871,3.15176 8.17376,3.38681 2.06929,0.29565 4.38572,-0.17381 6.42227,0.23362 0.35631,0.0716 1.44499,0.50365 1.7515,0.35037 
 0.41533,-0.2077 -0.35745,-8.53978 -0.81737,-9.45982 z&quot;
++     id=&quot;path5095&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#474f42;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 503.68815,301.36134 c 1.57087,-2.66362 0.85946,-7.31963 -2.30576,-6.85295 -6.57681,-0.26644 -13.17131,0.17215 -19.75586,0.17526 -4.52256,-0.0473 -9.36451,0.42005 -13.15682,3.92084 -1.40047,3.25824 -1.3586,7.30816 -0.97132,10.87787 1.28416,3.79336 4.56127,5.32181 7.11169,7.4223 2.78994,1.9471 5.80136,-0.0912 8.60003,-0.80585 2.67392,-1.33039 5.65795,-1.42673 8.33824,-2.83247 2.4922,-1.77188 5.7068,0.81587 7.80887,-1.87771 2.32411,-2.75163 2.56719,-6.98345 4.33093,-10.02731 z&quot;
++     id=&quot;path5090&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#25292a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 392.24905,305.23472 c 1.91189,-7.79123 11.06295,-4.66183 16.36843,-6.50143 5.24381,-4.16262 11.55291,-4.1562 17.84031,-4.06375 5.83597,-1.47246 11.95528,-1.08568 16.95537,2.53721 6.40687,0.24232 11.77065,2.27228 9.62216,10.0682 1.53185,5.12535 9.48742,2.61684 10.88208,9.09354 4.85211,2.44809 10.37241,9.95602 1.52292,11.31681 -7.68007,-0.36281 -15.48743,1.39306 -23.27458,0.62538 -9.83186,-0.39448 -19.46269,-2.661 -29.31955,-2.65994 -11.12329,-0.71467 -15.17416,-12.60423 -20.59714,-20.41602 z&quot;
++     id=&quot;path5074&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4f3117;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 394.42163,309.97004 c 1.85798,-2.32413 4.28887,-6.34953 7.46035,-6.44271 1.61583,0.0716 1.86639,0.50439 2.16215,1.90865 0.88043,3.26221 2.86156,5.6693 4.6344,0.55436 1.54097,-5.02885 7.16503,-6.36239 11.76076,-6.85928 3.56489,0.54581 6.04783,4.20474 9.30798,-0.0371 4.12204,-2.67296 10.67424,-1.54082 10.06088,3.66358 3.14668,-0.36749 10.66731,-5.32232 9.23881,1.62063 -1.6164,3.46122 -0.67988,13.96815 4.70708,9.88035 4.95801,-2.90245 3.25726,7.28931 8.66583,5.9188 4.17385,1.84092 5.00523,7.12266 -0.87187,5.52 -5.24847,1.20866 -10.47019,-0.49443 -15.75217,-0.18589 -7.37231,-0.38068 -14.71753,-1.22704 -22.1119,-0.76422 -4.37095,0.0215 -8.71816,-0.58437 -12.98905,-1.28022 -4.07182,-2.83791 -11.02419,-1.53341 -13.07171,-6.67361 -0.89585,-2.32636 -1.07093,-5.19611 -3.20154,-6.82322 z&quot;
++     id=&quot;path5069&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#528376;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 535.45495,283.9807 c 0.39107,-3.09973 -6.33996,-4.78355 -7.14587,-1.55935 -1.5998,6.40021 11.5852,3.33539 7.14587,1.55935 z&quot;
++     id=&quot;path3382&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a726f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 522.98102,294.85157 c 0.28609,-0.82727 -1.74167,-5.42514 -3.12363,-4.04297 -1.99315,1.99348 -1.70909,7.47922 0.3675,9.55613 1.1086,1.1088 2.50999,1.04629 3.95044,1.28642 0.46977,0.0784 3.82299,0.43126 4.13419,0.27565 2.77039,-1.38542 -6.19463,-11.40657 -5.3285,-7.07523 z&quot;
++     id=&quot;path3440&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3b857f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 533.11627,299.44437 c 3.54233,-0.84406 3.37804,-5.81421 3.37804,-8.70644 0,-0.4249 0.21156,-1.59653 0,-1.94918 -1.33162,-2.21975 -4.56783,-3.24867 -7.01593,-3.24867 -1.9269,0 -3.18964,0.0146 -4.93714,0.64974 -0.85357,0.31043 -1.64186,0.47261 -2.33864,1.16951 -1.5959,1.59616 -2.69319,7.05237 -0.90947,8.83636 2.29944,2.29986 8.74404,6.94423 11.82314,3.24868 z&quot;
++     id=&quot;path5062&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#25292a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 389.12546,311.57485 c 2.78532,-0.917 7.41555,-2.40099 6.43094,-6.34013 -0.0902,-0.36115 -0.42561,-0.72573 -0.55122,-1.10264 -0.41463,-1.24407 -1.04633,-2.95228 -2.38864,-3.39979 -2.8093,-0.93659 -6.793,0.27334 -9.37081,1.37829 -0.65812,0.28211 -1.27472,1.02122 -1.9293,1.37831 -1.02482,0.55907 -2.06677,0.69806 -3.03171,1.47014 -0.62861,0.50297 -1.3851,0.83204 -2.02117,1.28642 -0.23507,0.168 -0.25506,0.53079 -0.45936,0.7351 -0.3326,0.3327 -1.08775,0.90784 -1.46991,1.19451 -2.84445,2.1337 -8.4246,5.90379 -9.7383,9.18861 -0.14947,0.37361 -0.64328,0.55173 -0.82682,0.91886 -0.68269,1.36557 -1.61873,2.48951 -1.28619,4.31865 0.30573,1.68177 1.7962,3.34208 2.75611,4.68618 1.08791,1.52334 3.11973,5.26684 4.96102,5.88071 0.91856,0.30624 2.77173,-0.19751 3.49109,-0.82699 0.1241,-0.10844 0.0867,-0.32601 0.18377,-0.45941 0.6911,-0.95044 1.89523,-1.55441 2.38861,-2.6647 0.62688,-1.41065 0.8223,-2.68197 1.83744,-3.9511 1.1953,-1.49437 2.79062,-2.35897 4.04229,-3.76732 1.3352
 9,-1.50248 2.19119,-3.3597 3.39922,-4.86998 1.01976,-1.2749 3.02912,-3.39195 3.58296,-5.05372 z&quot;
++     id=&quot;path5051&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#241c1c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 387.01243,321.65584 c 1.61081,-1.23526 2.1606,-3.88879 3.67483,-5.22962 0.86667,-0.76741 1.61456,-1.92616 2.38863,-2.90536 0.72473,-0.91674 0.70259,-3.07373 2.84188,-5.45729 -0.0208,-0.0505 -2.01455,0.20168 -2.19878,0.22772 -0.98572,0.13868 -3.00638,0.74776 -3.85858,1.39456 -0.61052,0.46337 -1.1314,1.29929 -1.74554,1.74321 -1.69064,1.22205 -3.6298,2.65105 -4.86914,4.53232 -0.4,0.60718 -1.11825,1.58071 -1.2862,2.32424 -0.26772,1.18537 -2.09599,9.46603 0.27563,8.71604 1.34459,-0.42522 3.60121,-5.0483 4.77727,-5.34582 z&quot;
++     id=&quot;path5049&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;csscccssccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#292329;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 386.73681,314.14764 c -0.2515,-1.177 -1.58977,-1.45364 -2.5955,-1.65576 -1.49834,-0.37285 -2.8581,-1.24205 -4.4307,-1.33034 -1.28007,-0.17942 -2.60424,-0.16591 -3.85497,0.18589 -1.07572,0.80658 -2.43856,1.05826 -3.5924,1.72214 -1.82109,0.73884 -3.88631,1.7234 -4.5145,3.75444 -0.92105,2.36694 -0.75277,4.96869 -0.36547,7.42698 0.13159,1.09482 0.11572,2.36237 0.90656,3.21896 1.22092,1.08731 2.88771,1.42074 4.42427,1.81753 2.3013,0.49819 4.78138,-0.005 6.71395,-1.34185 0.35015,-0.36187 1.31275,-1.44787 1.16585,-0.26937 -0.26638,0.51553 10e-4,1.60784 0.42365,0.60463 1.14598,-1.84242 2.26134,-3.72195 2.96041,-5.78737 0.54767,-1.31117 1.45508,-2.44968 1.85389,-3.83042 0.36893,-1.06161 0.58541,-2.16811 0.99087,-3.2172 0.19062,-0.4742 -0.0414,-1.23196 -0.0859,-1.29821 z&quot;
++     id=&quot;path5053&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4f3117;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 386.09371,321.131 c 2.2896,-4.46564 5.27485,-8.12191 8.43061,-11.52989 0.66675,-0.50168 1.44429,-0.76694 2.20779,-0.97954 0.8109,0.0695 0.70159,1.20011 0.55855,1.84737 -0.26819,1.8049 -0.8971,3.525 -1.81497,5.02572 -0.74576,1.28555 -1.57802,2.52772 -2.03565,3.99557 -0.29997,0.85608 -0.64377,1.69385 -1.01863,2.50776 -0.35608,1.22168 -0.1156,2.57814 -0.58635,3.76688 -0.73091,0.55361 -1.16488,-0.77596 -1.55879,-1.28768 -0.45167,-0.84918 -1.08305,-1.60625 -1.92033,-1.94644 -0.78323,-0.39439 -1.64989,-0.67825 -2.26223,-1.39975 z&quot;
++     id=&quot;path5045&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#e26c17;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 382.8242,343.99838 c 1.59892,-8.60023 4.00434,-15.45761 8.15185,-25.08006 2.32138,-5.38572 4.3407,-9.21844 9.21863,-12.60375 1.3122,-1.14523 1.68498,-0.46106 2.52266,0.62519 0.71272,1.32736 0.97282,3.1137 0.99475,5.17368 -0.63454,6.33767 0.79565,4.6694 1.73372,1.26273 1.54332,-4.01262 4.51181,-7.86817 11.15154,-11.48456 3.85813,-2.32839 3.662,-1.44612 4.20511,2.10309 0.17544,2.4411 -0.69861,7.63813 1.34945,4.30295 2.00369,-2.54167 4.96987,-5.37495 9.81448,-8.59866 7.09606,-5.77979 4.35594,-0.17526 2.57375,8.10686 -0.49068,4.70823 -0.55526,5.54648 2.62009,0.40536 2.18556,-3.20106 5.5663,-5.81127 10.6634,-8.00421 0.91815,-0.29175 0.58998,0.38091 0.66578,0.42982 -2.78051,8.16006 -2.34953,15.39965 -1.61012,20.94909 2.38182,-2.63028 4.60758,-5.3542 9.72454,-6.34312 l -4.22806,9.72614 c 5.47216,-1.2176 9.7249,-5.1794 19.44906,3.1716 l -8.66753,2.9601 c 15.5981,-0.83662 27.92138,1.78407 33.40169,11.62911 -4.07787,5.69604 -5.99201,13.33972 -4.43947,24.10398 -19.04161
 ,0.45609 -41.20605,7.6795 -50.73672,-12.47487 -3.09657,3.14821 -5.2638,7.41178 -10.99293,7.40037 z&quot;
++     id=&quot;path3798&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cscccccccccccccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#271a14;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 495.97102,343.09178 c 1.5724,0.12806 3.65745,0.0444 4.14189,-1.82597 0.37499,-1.3977 2.0113,-3.40344 0.63102,-4.61939 -1.27232,-0.67887 -2.90974,-0.62851 -3.92432,-1.791 -1.33403,-1.30862 -2.46285,-3.14547 -4.50673,-3.34637 -2.89281,-0.57406 -5.90294,-0.53181 -8.8129,-0.10763 -1.90334,-0.13453 -1.63062,1.95586 -0.0805,2.32684 2.20837,1.07994 5.26632,0.91344 6.67933,3.24564 0.5088,1.64895 1.97435,2.41138 3.08284,3.53543 0.72481,1.05122 1.20698,2.69182 2.78933,2.58254 z&quot;
++     id=&quot;path5080&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#492a1d;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 484.1197,333.35182 c 1.66594,0.0508 2.33272,-2.75933 0.68957,-3.34601 -2.1102,-1.34675 -4.82021,-0.17299 -6.95001,-1.43809 -1.49117,-0.0637 -2.84609,-0.63628 -4.26442,-0.97768 -2.43097,-0.19025 -5.07887,-0.69233 -7.27864,0.67396 -1.23602,1.01414 -2.61677,1.7743 -3.92581,2.67637 -1.38592,0.34622 -3.32929,1.98069 -1.00143,2.67958 2.28874,0.37499 4.6025,-0.33465 6.88746,-0.4406 4.56192,0.41182 9.13578,0.60347 13.71341,0.71381 0.71263,0.0208 1.72051,0.23768 2.12987,-0.54134 z&quot;
++     id=&quot;path5085&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#1c1816;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 390.59539,336.01654 c 0.86599,-1.69721 1.16582,-14.18844 0.36747,-15.25309 -0.30737,-0.40991 -0.84936,-0.87263 -1.19431,-1.10264 -0.28056,-0.18712 -2.3865,-0.36826 -2.66424,-0.27565 -0.5301,0.17674 -1.07269,0.65399 -1.46995,0.91887 -0.25475,0.16986 -1.42524,0.19565 -1.74554,0.27564 -1.53558,0.38398 -3.25945,-0.4714 -4.77726,-0.0919 -1.07265,0.26821 -1.56729,1.65759 -2.38862,2.20525 -0.76002,0.50677 -1.40534,0.64566 -2.20491,1.10264 -1.7222,0.98427 -3.69851,3.43876 -3.4911,5.51316 0.0416,0.416 5.29996,7.26213 5.78785,7.99409 2.21266,3.31951 1.4332,5.42129 4.96104,8.36161 0.3481,0.29018 0.60561,0.91139 1.10244,1.01077 1.23876,0.24779 2.20479,-0.24936 3.21545,-0.82699 3.1584,-1.80509 2.48037,-3.39928 3.49111,-6.43201 0.40436,-1.21333 1.01057,-2.092 1.01057,-3.39977 z&quot;
++     id=&quot;path5043&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#ee7c27;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 390.77913,330.13583 c -0.91651,-6.1204 3.25393,-11.28932 4.52929,-17.00109 0.069,-2.83258 4.90039,-6.75782 6.07976,-4.3019 0.42283,0.88055 -0.11283,2.27927 -0.0712,2.8734 -0.51844,2.53635 0.47248,7.47385 3.98033,5.13929 1.97099,-2.31748 2.99792,-5.48249 6.06791,-6.73119 2.58362,-2.91714 6.65281,-2.24201 6.62973,1.85823 1.9106,2.96081 4.28322,-2.78632 6.89764,-2.33441 3.16132,1.06605 -0.2738,5.34755 0.67467,7.82647 -0.15883,3.33174 5.96314,2.702 6.41407,-0.17361 0.92817,-2.44608 3.62464,-6.22798 6.58036,-5.05328 1.73054,2.32833 -1.86334,5.21579 0.16048,7.49571 2.93783,2.19725 5.4159,-2.62542 8.35151,-1.81003 1.57052,1.8566 1.43674,6.24523 5.21461,4.64653 2.48707,-0.86867 5.80498,-0.31686 5.87447,2.85833 1.68671,2.5775 -0.71488,5.40941 -3.55169,4.12303 -4.30245,-0.0754 -8.57112,0.70673 -12.87942,0.68208 -5.3047,-8.1e-4 -10.52751,0.97495 -15.80844,1.27777 -5.55301,0.26762 -11.2015,0.47131 -16.61917,-1.01856 -2.78418,-0.75068 -5.61835,-1.60865 -8.53684,-1.10926 -
 3.36955,0.32124 -6.91793,2.32938 -10.02904,1.72795 0.1104,-0.0224 -0.0693,-0.95276 0.0409,-0.97542 z&quot;
++     id=&quot;path5001&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccscccccccccccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;opacity:0.97844825;fill:#c2511a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 393.48385,323.36197 c 0.51326,-0.65862 1.20441,-5.15864 2.24229,-5.15864 0.39479,0 -0.65631,2.39512 0.87197,1.25481 1.09047,-0.81366 2.18459,-1.14767 3.48798,-0.41828 0.25304,0.14179 -0.41749,2.16673 0.37372,1.8125 0.48499,-0.21707 2.94064,-3.26161 2.9897,-3.20672 0.48571,0.54365 -2.29706,5.54624 0.49827,7.11055 0.67881,0.37988 1.37711,-2.10662 1.49483,-2.37019 0.0639,-0.14303 0.39976,2.48048 1.86856,0.83653 0.46326,-0.51849 0.95262,-0.92673 1.37028,-1.39421 0.16007,-0.17922 0.55051,-1.53366 0.74741,-1.53366 0.19209,0 -0.49047,1.68181 -0.12452,2.09134 0.61859,0.69233 1.92596,-0.41827 2.4914,-0.41827 0.8201,0 0.52263,1.52003 1.99314,0.69711 1.32167,-0.73962 2.28394,-2.41684 3.23882,-3.48557 0.0721,-0.0807 -1.26445,2.16784 -0.74742,3.90387 0.25905,0.86978 1.17796,0.41826 1.744,0.41826 0.46204,0 0.30191,1.11536 1.12113,1.11536 0.35477,0 0.99655,-0.81534 0.99655,-0.41825 0,0.15676 0.0223,0.56392 0.49828,0.69708 1.27004,0.35537 1.15472,-1.39419 1.74401,-1.39419 0.
 0124,0 -0.0779,1.14159 0.12451,1.25479 0.34146,0.19108 5.34743,-0.42335 6.35308,0.13931 0.0435,0.0245 0.89852,1.2845 0.99658,1.39425 0.17087,0.19128 0.76302,-2.42261 1.37027,-4.46152 0.11704,-0.39314 0.23942,5.15861 0.872,5.15861 0.10127,0 3.23884,-6.13414 3.23884,-3.76441 0,0.56437 1.18254,-1.81248 1.49483,-1.81248 0.0742,0 -0.20309,0.72639 0.24914,0.55767 0.96656,-0.36059 2.38539,-1.52843 3.36339,-1.2548 0.65577,0.18359 1.51518,-0.11679 1.99312,0.41828 0.58177,0.65111 -0.0165,1.59993 1.37028,1.2548 0.70526,-0.17548 1.78475,-2.23077 2.11769,-2.23077 0.0648,0 0.21507,2.33206 0.99659,3.20673 0.21329,0.23875 0.82369,-0.18214 0.99654,-0.27885 0.20289,-0.11352 0.26322,1.0483 0.62285,1.11537 0.85263,0.15905 1.75345,-0.97065 2.49142,-0.55769 0.40058,0.22428 0.95909,1.21287 1.37028,1.67308 0.56948,0.63739 2.17804,-0.83653 2.74053,-0.83653 0.29178,0 1.12114,2.68296 1.12114,2.23078 0,-0.85696 3.35192,1.40706 2.24227,2.64901 -1.33298,1.49191 -6.14145,-1.82298 -7.59878,-2.23078 -0.7525
 2,-0.21056 -1.64451,0.13931 -2.36686,0.13931 -1.142,0 -2.54079,0.12101 -3.61253,-0.27886 -0.90401,-0.33728 -3.86257,-3.34514 -4.98281,-2.09135 -3.9014,4.36656 -7.1055,5.43609 -13.07991,3.76442 -0.91733,-0.25667 -1.46002,-0.96298 -2.24225,-1.25481 -1.47597,-0.55063 -2.86698,0.97526 -4.35997,0.41825 -1.64068,-0.61209 -3.45779,-0.36616 -5.23194,-0.6971 -0.97315,-0.1815 -1.4936,-0.83583 -2.24227,-1.25481 -0.43198,-0.24175 -1.28541,0.0316 -1.74399,-0.1393 -3.46292,-1.29194 -6.59349,2.4183 -9.09364,1.95192 -2.76056,-0.51497 -3.29872,-3.13613 -5.35654,-3.90384 -0.98808,-0.36864 -2.04628,-0.17923 -3.11426,-0.41827 z&quot;
++     id=&quot;path4205&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#8b2e1f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 388.20674,339.14067 c 3.51515,-2.06678 1.04882,-6.73833 2.95055,-9.70828 1.55629,-3.08094 2.78697,-6.82054 5.75776,-8.79498 3.59692,-1.50458 3.11859,3.00026 4.11704,4.93686 2.52819,3.30322 5.58169,-0.29698 8.07353,-1.47086 4.04138,-1.59687 7.43437,1.94524 11.20515,2.68028 2.57542,0.77862 5.05564,-2.03423 7.46183,-0.13348 2.22517,2.27833 6.15484,3.21577 8.03935,-0.021 0.60046,-2.98656 4.00851,-6.72401 6.86395,-3.61137 1.47162,2.70543 5.8833,0.91561 7.7334,3.5926 3.47833,-0.21289 7.10255,0.26644 9.35167,3.09653 3.19538,1.70264 1.86052,5.15052 -1.1477,5.87996 -3.29115,2.00583 -7.24037,2.97929 -11.07142,2.35277 -7.75497,-0.27762 -15.55275,-0.30835 -23.24939,0.78532 -7.71762,0.71017 -15.47363,0.91677 -23.20091,1.46014 -4.31779,-0.0104 -8.58073,-0.81634 -12.88481,-1.04454 z&quot;
++     id=&quot;path4994&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;opacity:0.97844825;fill:#561f1d;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 393.733,329.60631 c 0.0779,-0.19461 0.74743,-1.18358 0.74743,-1.12132 0,0.10151 0.0409,0.91496 -0.12451,1.24591 -0.24039,0.48086 -0.0416,1.13518 0.37371,0.99675 0.69693,-0.23235 0.97538,-2.13922 1.49485,-1.6197 0.32657,0.32663 -0.53407,3.19496 0.62285,2.61641 0.32139,-0.16071 1.2355,-1.61969 1.24569,-1.61969 0.052,0 -0.33736,4.01635 1.2457,3.48857 0.73596,-0.24537 0.0543,-2.61642 0.87199,-2.61642 0.0232,0 0.34109,1.33786 0.49829,1.4951 0.84504,0.84514 1.06833,-0.12454 1.74398,-0.12454 0.63309,0 0.30209,1.57735 1.49485,0.62296 1.37257,-1.09823 2.31331,-2.78218 2.98971,-4.36068 0.20226,-0.47217 -0.13992,-1.49511 0.3737,-1.49511 0.23665,0 0.12452,2.8536 0.12452,3.36397 0,0.38289 0.40501,-0.7009 0.74743,-0.87215 0.27039,-0.13514 0.11398,0.60171 0.24915,0.87215 0.20725,0.41474 0.80276,-0.0969 0.99654,0 0.3132,0.15655 -0.13263,0.79175 0.37372,0.62294 0.41162,-0.13721 1.76575,-1.04022 1.86856,-1.24589 0.001,-0.005 0.62896,0.87825 0.74742,0.99672 0.50485,0.50493 1.50
 841,-0.69203 1.86856,-0.87216 0.31196,-0.15592 0.80399,0.2492 1.12112,0.2492 0.47636,0 0.57937,-1.70079 0.87201,-1.99346 0.31887,-0.31893 -0.28847,2.40987 0.37369,2.74102 2.30865,1.15449 -0.0891,-0.96129 1.86857,0.99672 0.34303,0.3431 1.22328,-0.52076 1.49485,-0.24919 0.0897,0.0897 0.51803,1.04915 0.62286,0.99674 0.42772,-0.2139 1.83041,-1.86887 1.99312,-1.86887 0.59451,0 0.2295,1.16742 0.3737,1.74428 0.13864,0.55458 0.70968,-0.23032 0.74743,-0.24919 0.008,-0.005 0.39045,0.69362 0.49828,0.74755 0.50013,0.25011 4.13511,-3.36398 4.48453,-3.36398 0.25461,0 0.12451,1.08823 0.12451,1.24594 0,0.25262 0.37717,0.74753 0.12453,0.74753 -0.69607,0 1.33278,0.84313 1.99312,0.62296 0.70863,-0.23624 1.60683,-1.99345 1.99314,-1.99345 0.26588,0 0.36213,0.55052 0.62286,0.49836 0.65629,-0.1312 1.94816,-0.99672 2.36681,-0.99672 0.0289,0 0.4413,0.55888 0.99658,0.37376 0.789,-0.26305 2.28629,-1.86886 2.86511,-1.86886 0.021,0 -0.31042,3.77489 1.74399,3.36395 0.58441,-0.1168 0.74412,-0.44403 1.3702
 8,-0.62296 0.14404,-0.0412 0.11514,-0.44072 0.24914,-0.37376 0.58884,0.29448 0.3186,0.933 1.24568,0.74754 0.6498,-0.12995 1.50081,-1.24591 1.99315,-1.24591 0.0349,0 0.72452,1.02131 1.61941,0.87213 1.93937,-0.32326 3.36341,-2.28662 3.36341,-1.99345 0,1.36589 1.24037,0.55803 2.11769,0.99674 1.18908,0.59463 1.59007,1.89084 2.86511,2.74099 0.68558,0.45712 2.33149,-0.7829 2.36685,-0.74754 1.18795,1.18816 -1.03765,1.81342 -2.11771,1.99346 -1.25461,0.20913 -2.25456,0.71012 -3.48798,1.12133 -2.28795,0.76279 -8.40239,-0.0186 -11.08675,0.74755 -3.27796,0.9367 -7.53939,0.11787 -10.96219,0.49836 -9.59002,1.06572 -19.91683,0.7116 -29.52318,-0.24918 -2.94551,-0.29462 -6.09646,0.4691 -8.96908,-0.24918 -0.28418,-0.0712 -1.43358,-0.18796 -1.61942,-0.37377 -1.57338,-2.73869 -0.90426,-1.00372 -0.9506,0.36911 -0.39927,-2.93144 2.76595,-4.07513 3.69124,-6.34957 z&quot;
++     id=&quot;path3435&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cscsccssscsscsscccccccsscccsscscssscscssscsccsssscsscccscccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#2f141d;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 385.08315,346.21588 c -0.40569,-3.54372 1.85153,-6.67623 4.20808,-9.07297 -0.36398,-2.33012 1.55042,-4.05664 3.67489,-4.44131 0.40525,-0.0734 0.63439,2.93432 1.04059,2.96372 0.89034,0.0645 1.93217,-2.64418 2.60682,-2.00737 1.39266,0.95685 2.65826,-0.0372 4.20325,0.32858 0.78234,0.18525 1.77292,2.15394 2.60938,1.97575 0.68229,-0.14533 1.72412,-1.87988 2.37814,-2.05375 0.63648,-0.16925 1.3415,1.94453 1.91827,1.543 1.01511,-0.67077 2.16032,-1.59485 3.35981,-2.3756 0.48025,-0.31259 0.96918,1.23549 1.46194,0.99431 0.56578,-0.27692 1.13661,-2.32771 1.7051,-2.43838 1.04143,-0.20272 2.07502,-0.0618 3.05539,0.65974 1.54,0.82076 3.17389,1.80381 4.89808,2.19534 0.56971,0.0186 1.18273,-0.88072 1.69146,-0.44931 0.62686,0.53157 1.14309,2.41811 1.80022,2.48505 0.82002,0.0836 1.81296,-1.58075 2.62296,-1.5292 0.87447,-0.0858 1.73841,-0.32399 2.57919,-0.65895 0.43419,-0.17297 0.67847,1.46598 1.09858,1.24905 0.41405,-0.21381 1.00421,-2.28297 1.40124,-2.52476 0.73614,-0.44822 1.
 44014,-0.93192 2.10146,-1.40436 3.67942,-1.59652 6.56539,4.1481 10.2516,1.53815 2.9764,-1.62799 7.95417,-3.16435 9.97082,0.61879 1.57325,2.83605 -0.93444,5.28268 -2.5118,7.39813 -1.50969,2.02967 -3.43557,3.74534 -5.66211,4.92974 -3.23742,2.81378 -3.58989,7.35457 -5.39574,10.97915 -2.31613,2.6705 -4.39245,6.33902 -8.12226,7.07256 -6.15051,0.85676 -12.26788,-0.6628 -18.11409,-2.44688 -4.32493,-0.93058 -8.84203,-1.8835 -12.35318,-4.77079 -4.96852,-3.45572 -10.79836,-5.4044 -15.64783,-9.0527 -0.85131,-0.74709 -1.97842,-1.0039 -2.83026,-1.70473 z&quot;
++     id=&quot;path4986&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccsscssscsssccsscsssccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;opacity:0.97844825;fill:#1a171a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 393.31727,348.04434 c 0.94464,-0.79962 1.01336,-1.7802 1.55909,-2.59893 1.67055,-2.50621 -0.43232,3.16128 3.50796,-0.77966 0.34239,-0.34244 -0.0825,1.77184 0.25986,1.4294 0.0939,-0.0938 1.16238,-1.40212 1.29923,-1.29946 0.47226,0.35424 0.50369,1.7258 1.16934,1.55936 1.21821,-0.30462 2.42142,-2.44541 3.50796,-2.98877 0.1424,-0.0712 0.19334,1.16631 0.25985,1.29947 0.0309,0.0621 0.79816,-0.90964 1.03939,-0.90964 0.31545,0 0.51222,1.49626 0.77957,1.42942 1.61504,-0.40384 2.4828,-0.66042 4.02767,-1.81925 0.34653,-0.25992 0.41637,0.7108 0.51967,0.77967 0.55367,0.36916 0.73088,-0.75936 1.16934,-0.64973 0.59664,0.14928 0.84872,1.39481 1.5591,1.03957 0.46186,-0.23097 2.40128,-1.49671 2.85833,-1.03957 0.3329,0.33294 2.07263,0.12371 2.07881,0.12995 0.419,0.41906 0.20929,0.80615 0.90947,1.03958 0.51335,0.17111 1.13737,-0.37919 1.55909,-0.5198 0.2324,-0.0774 0.69292,0.34654 0.5197,0.5198 -0.4938,0.49387 1.39404,-0.12288 2.07881,-0.2599 0.97063,-0.1942 2.3126,-2.46899 2.98
 826,-2.46899 0.0399,0 -0.061,1.52882 0,1.55936 0.37044,0.18526 1.43873,-0.66886 1.5591,-0.90963 0.56307,-1.12632 1.01793,-2.14467 1.42917,-3.3786 0.0493,-0.14824 0.25985,-0.54601 0.25985,-0.38985 0,0.26441 -0.62412,5.36262 0.25985,5.06792 0.62889,-0.20966 1.23808,-1.49819 1.68901,-1.9492 0.17671,-0.17672 -0.57939,3.13862 1.0394,2.59893 0.39201,-0.13077 2.29855,-3.02887 2.33866,-2.98877 0.54135,0.54146 -0.54138,2.70721 0,3.24867 0.39976,0.39984 1.70501,-0.68622 2.07878,-0.77969 0.5134,-0.12828 0.13283,0.7825 0.38978,1.03959 0.32422,0.32429 1.14905,-0.3533 1.42917,-0.2599 0.39568,0.13183 0.0891,1.21218 0.77954,1.03956 1.15326,-0.28834 2.20333,-2.59892 3.24813,-2.59892 0.16215,0 -0.41779,2.06134 -0.5197,2.46898 -0.2241,0.89666 -0.67949,4.88793 -1.55909,5.3278 -1.31909,0.65966 -4.25043,-2.19673 -5.45684,-2.59893 -3.45142,-1.15066 -15.08754,1.01278 -19.74856,0.77968 -7.47418,-0.37377 -16.24037,-1.16952 -22.86675,-1.16952 z&quot;
++     id=&quot;path4217&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#1a171a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 441.21613,357.01908 c 0.0635,-2.24228 0.87567,-4.59927 -0.21633,-6.75511 -2.49231,-1.83825 -5.23635,-4.28719 -8.85151,-3.88187 -8.39415,0.64796 -16.86335,2.22078 -25.28451,0.8959 -4.39974,-0.6117 -9.52194,-0.75382 -13.16807,1.79791 -1.96308,1.06734 -1.96856,3.61131 -0.0146,4.7118 2.00508,0.96474 4.12563,1.79137 6.07122,2.88468 5.76688,2.91157 11.18948,6.2922 16.97038,9.17983 3.07653,1.4106 6.31752,2.55881 9.58847,3.58872 2.20088,0.67832 4.54028,0.045 6.36535,-1.07107 3.97889,-2.32509 7.63259,-5.63783 8.39583,-9.84782 0.0919,-0.49696 0.14094,-0.99983 0.14323,-1.50297 z&quot;
++     id=&quot;path4962&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#331c16;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 499.27836,376.17073 c 0.32025,-4.05161 -3.14416,-9.1917 -6.28642,-11.00675 -3.18349,1.23519 -7.85549,-0.30798 -11.74214,-0.68453 -7.703,-1.89935 -22.52803,-3.11152 -28.47702,-4.92923 -2.82062,-1.60609 -2.59337,-0.84006 -4.73223,-3.4433 -1.14964,-1.14769 3.60004,-17.1062 2.23152,-17.36038 -15.87013,6.63965 -7.15853,21.41469 -19.83957,22.71075 -2.88458,0.16029 -1.35376,2.35555 0.16734,3.23483 2.91687,2.83056 6.47962,4.82448 9.68533,7.27736 2.46711,2.01142 5.64907,1.26666 8.54149,1.70317 6.67973,0.78679 13.20788,2.71043 19.95663,2.9174 2.83547,0.63368 5.60004,1.69082 8.55257,1.60615 6.19288,0.35486 12.39998,0.16737 18.59644,0.40812 1.47444,-0.18194 2.30037,-1.55602 3.34606,-2.43359 z&quot;
++     id=&quot;path4912&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#2a241b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 494.54725,334.61684 c 0.71652,-0.045 2.09113,-0.266 1.95293,-1.23364 -0.18689,-1.30881 -3.99234,-0.81127 -4.80524,-0.87382 -1.55878,-0.11996 -3.27428,0.32902 -4.52259,-0.66821 -1.15815,-0.92525 -1.57523,-0.18234 -1.74737,0.3341 -0.34885,1.04672 3.04372,1.23311 3.62322,1.46494 1.37666,0.55076 2.54286,1.15654 4.06005,1.15654 0.4798,0.0591 0.95935,-0.11996 1.439,-0.17985 z&quot;
++     id=&quot;path3294&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccscccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#553427;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 468.86848,330.95639 c -1.61048,-0.0104 -3.30722,0.0502 -5.00208,0.12994 -1.71535,0.45614 -3.39519,0.96714 -5.06707,1.55935 -4.61676,1.16687 -7.41692,5.2017 -10.13414,8.7714 -3.80762,4.80308 -7.60136,9.184 -5.94253,11.97011 4.5526,7.64628 37.45848,13.94913 50.04546,13.89385 -1.55253,-10.76424 -0.30353,-18.86847 3.77435,-24.5645 -4.79527,-8.6144 -14.79081,-11.68441 -27.67399,-11.76015 z&quot;
++     id=&quot;path4930&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;scccsccs&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#231512;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 490.56469,372.67722 c 0,0 -22.58324,-3.4977 -33.99349,-6.85515 -10.88807,-3.20382 -15.51247,-7.67085 -21.58423,-9.18683 -6.07176,-1.51598 -23.25435,-3.25399 -23.25435,-3.25399 l -2.52316,1.99263 3.30735,3.44332 5.90768,2.75258 4.30934,2.04077 8.90571,3.00491 40.86618,15.13035 z&quot;
++     id=&quot;path4975&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cszcccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#40251a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 464.64312,376.07887 c -1.00863,-0.25907 -1.84438,-1.00218 -2.34565,-1.90002 -0.85432,-0.51799 -1.54892,-1.30546 -2.52769,-1.60485 -1.54608,-0.78251 -3.14296,-1.53295 -4.86493,-1.82454 -0.92498,-0.65083 -2.11112,-0.41165 -3.1671,-0.54155 -1.68302,-0.0146 -3.38658,-0.10497 -5.05426,0.13909 -0.75424,0.26245 -2.02269,0.87002 -1.75363,1.82434 0.39736,0.91844 1.38871,1.3595 2.24015,1.76042 1.46339,0.51607 3.08931,0.4411 4.49028,1.15535 0.80638,0.18837 1.67022,0.0814 2.43089,0.46122 1.05983,0.25798 2.16684,0.25146 3.22187,0.54658 1.31553,0.25448 2.57544,0.84171 3.9371,0.79635 0.66486,-0.0266 1.27633,0.30763 1.94693,0.26895 0.5346,-0.10567 1.39209,0.29398 1.63291,-0.3334 0.0301,-0.26207 -0.074,-0.51817 -0.18688,-0.74794 z&quot;
++     id=&quot;path4900&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#42503f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 523.69673,320.95051 c 0.38365,-0.30979 1.65896,-0.36774 1.89616,-0.93396 0.51704,-1.23423 -0.33931,-3.24076 -1.00597,-3.94589 -0.49311,-0.52156 -2.05211,0.21546 -2.83247,0.30353 -1.96649,0.0674 -3.96833,-0.24962 -5.95495,-0.13266 -2.07225,0.15471 -4.2518,-0.15821 -6.20102,0.67824 -1.77518,0.65136 -4.03474,0.75313 -5.39025,-0.78861 -2.15933,-1.9896 -3.93979,-4.96862 -7.14657,-5.26772 -4.74497,-0.68772 -9.41597,0.91008 -13.86872,2.34695 -2.10764,0.86361 -4.19455,1.81263 -6.16051,2.96208 -1.95813,1.40827 -0.819,4.43003 1.41287,4.69967 1.99331,0.72578 4.52577,0.94963 5.68754,2.98499 2.07893,2.32556 5.46875,1.95761 8.28212,1.90308 2.30355,-0.0775 4.69211,0.38677 6.56414,1.78251 2.66785,0.97782 5.54431,0.27966 8.30394,0.52546 2.5059,-0.0502 4.78849,-1.18569 7.00316,-2.21508 2.50205,-0.9475 4.60201,-2.67511 7.01095,-3.81749 0.76847,-0.4244 1.55612,-0.8344 2.39958,-1.08504 z&quot;
++     id=&quot;path4804&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;csscccccccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#537459;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 533.11577,313.11276 c 0.16714,-3.21624 1.15738,-3.74167 -2.0308,-5.51319 -0.63722,-0.35404 -1.6991,-1.21035 -2.41768,-1.3541 -0.90288,-0.18068 -3.45519,-1.17377 -4.44847,-0.67704 -0.76116,0.38065 -1.16595,1.33405 -1.83741,1.8377 -0.7195,0.53974 -1.49131,0.84709 -1.93411,1.64428 -0.48911,0.88055 -0.68457,2.03878 -1.3539,2.70823 -0.44405,0.44412 -1.31231,0.63546 -1.83741,1.16065 -0.35834,0.35842 -3.49774,2.52671 -2.22423,3.48201 1.65022,1.23789 9.12157,0.66665 11.12118,0 1.12315,-0.37446 1.98176,-1.37793 2.90116,-1.8377 1.65892,-0.82961 4.70386,1.11832 4.06167,-1.45084 z&quot;
++     id=&quot;path3325&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#6c9579;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 562.12758,312.1165 c 1.54792,0.28617 4.99916,-2.34029 6.48895,-3.40457 1.69806,-1.21309 2.32376,-4.12999 1.25718,-5.99677 -1.55581,-2.72311 -4.64762,-1.40392 -7.15624,-2.03117 -2.2419,-0.56056 -4.54388,-2.41804 -6.86611,-2.41804 -0.59803,0 -1.6697,-0.51204 -2.22424,-0.29019 -1.61035,0.64427 -2.91151,7.53402 -1.54731,8.89844 1.26972,1.26996 3.36641,1.2452 4.8353,2.22462 0.50482,0.33659 -1.21025,1.68834 -0.87035,2.70821 0.14615,0.43849 0.99637,0.58034 1.35388,0.58034 1.39707,0 1.85799,-0.10705 2.99789,-0.67705 -0.39657,1.39283 3.06888,-1.0275 2.64974,-0.32884 z&quot;
++     id=&quot;path3331&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccssssccssccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5e856a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 549.84589,309.05041 c -0.031,-1.56181 1.62318,-4.70143 -0.38682,-5.70659 -0.50483,-0.25248 -1.15487,-0.28738 -1.54727,-0.4836 -0.38461,-0.19232 -0.66764,-0.94944 -1.1605,-1.1607 -0.8004,-0.34308 -1.54702,-0.79295 -2.32093,-1.25737 -1.27958,-0.76787 -2.53274,-1.8921 -4.25508,-1.54755 -3.247,1.49709 -1.8731,3.07297 -5.31882,1.25737 -2.15612,0 -4.20286,0 -6.38258,0 -2.0499,0 -6.80987,1.46665 -5.31884,4.44922 1.28992,2.58025 4.44721,2.27234 6.6727,3.3853 1.09224,0.54619 1.19962,2.56426 1.64402,3.67542 0.89902,2.24793 4.12332,2.43039 5.99578,2.80497 2.10792,0.42163 1.81572,-1.80392 3.28799,-2.22464 0.91705,-0.26206 2.01952,-0.34381 2.9979,-0.4836 1.75012,-0.25007 5.59434,-0.71541 6.09245,-2.70823 z&quot;
++     id=&quot;path3327&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccsssccssccsscc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#48634f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 568.12332,322.49479 c 0.62308,0.5637 1.25852,0.48361 2.03083,0.48361 0.81019,0 1.83095,0.14346 2.61106,-0.0966 1.55277,-0.47784 3.97129,-4.1527 5.89908,-2.22459 1.3588,1.35905 0.5492,4.40979 -0.96708,5.31971 -0.59603,0.35768 -6.82489,1.29323 -7.63976,0.96723 -1.38274,-0.55318 -0.45334,-2.77475 -1.25717,-3.57873 -8.1e-4,-8.1e-4 -0.48404,-0.48461 -0.67696,-0.8705 z&quot;
++     id=&quot;path3345&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5b7761;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 564.15838,314.6603 c 1.5962,-1.5021 4.0565,-6.02223 0.67694,-6.86728 -0.57836,-0.14449 -1.01342,0.93366 -1.35388,1.16068 -0.76104,0.50743 -1.20471,1.52132 -2.03082,1.93444 -1.45887,0.72954 -3.10222,1.28792 -3.57812,3.19182 -0.53212,2.12883 4.98144,1.62405 6.28588,0.58034 z&quot;
++     id=&quot;path3343&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#476f67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 556.89251,312.56894 c 3.66696,-7.01179 -5.19781,-2.21074 -3.76781,0.64973 0.50682,1.01379 3.76781,0.54702 3.76781,-0.64973 z&quot;
++     id=&quot;path3406&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5d7561;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 553.75768,307.43997 c -0.20838,-0.043 -0.63377,0.10127 -0.82683,-0.0919 -2.76694,-2.76737 2.861,-2.56955 4.6854,-2.11338 1.98863,0.49725 2.65778,4.68834 0.45936,5.42129 -2.81004,0.93682 -2.47253,-2.47772 -4.31793,-3.21602 z&quot;
++     id=&quot;path3452&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#738573;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 523.73528,316.85568 c 0.62356,-0.009 1.55634,-0.98816 2.55472,-2.02788 1.96,-2.04116 4.17279,-4.9488 4.79494,-4.32656 0.88577,0.88592 4.87907,3.64042 5.80233,2.90168 1.18913,-0.95145 4.71854,-6.98954 5.22213,-7.15745 0.81327,-0.27111 5.04894,5.06034 5.41554,4.44923 0.1289,-0.21491 3.10467,-5.79327 3.86825,-5.02956 1.18983,1.19001 -1.43427,6.74376 0.38682,7.35087 2.78667,0.92905 6.99725,-3.78936 9.09036,-4.83609 1.58693,-0.79359 -3.02439,5.93515 -1.74068,6.57711 1.85442,0.92735 5.53376,-0.81138 6.38258,-0.38689 0.31272,0.15637 -0.69432,4.68725 -0.38683,5.60988 0.54718,1.64185 2.31648,1.8355 3.67484,2.51477 0.13824,0.069 -0.11762,0.84955 0,0.96722 0.9429,0.94308 2.16404,2.62438 2.70775,4.25578 0.0384,0.11456 -2.35406,0 -4.44848,0 -4.68219,0 -8.42217,-4.1696 -13.152,-4.64267 -2.06508,-0.20645 -4.98357,-0.56227 -6.96283,-1.35411 -2.39721,-0.95903 -5.54139,0.0167 -7.9299,-0.58031 -3.14365,-0.78605 -10.26784,0.95871 -12.95859,-0.38689 -1.04971,-0.52496 -2.01256,-2.
 00559 -2.32095,-3.89813 z&quot;
++     id=&quot;path3323&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cscsccscsscscccscsccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4f5649;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 523.73528,321.72101 c -0.0276,-2.67159 3.85854,-2.3019 4.83532,-4.25577 0.43488,-0.86992 0.0593,-1.99373 0.77364,-2.70821 0.0166,-0.0165 1.49702,1.30381 1.93409,1.74099 1.12453,1.12472 3.00766,1.93443 4.6419,1.93443 4.97248,0 8.58681,-0.76041 12.37838,-3.28853 0.41894,-0.27935 1.99294,2.57784 3.28798,2.90165 1.45122,0.36288 3.79512,0.68927 5.60895,0.38688 0.44968,-0.0749 1.3539,-0.64938 1.3539,-0.19337 0,5.18962 8.70353,2.10313 8.70353,7.35091 0,0.48683 -5.0954,0.0916 -5.41554,0 -5.72053,-1.63471 -11.57128,-2.8961 -17.40706,-3.8689 -2.71747,-0.45297 -20.32625,0.27668 -20.69509,0 z&quot;
++     id=&quot;path3321&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#625d57;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 531.03747,320.56067 c -1.99728,-0.75603 -4.18386,-0.65054 -6.28303,-0.78168 -2.04443,-0.0269 -4.12182,-0.47714 -6.13421,0.0935 -1.77676,0.17984 -3.54853,0.41638 -5.33343,0.47312 -1.10255,0.16467 -2.1377,0.59227 -3.26108,0.66294 -1.56706,0.23701 -2.39938,1.86816 -2.61927,3.29343 -0.15216,1.51885 -0.39358,3.19903 0.40636,4.58758 0.96576,1.3292 2.47728,2.20696 4.02196,2.70633 1.41184,0.45742 2.91271,0.32018 4.36375,0.54764 1.52094,0.22733 3.0527,-0.35525 4.16802,-1.38516 1.3151,-1.18676 2.3661,-2.63019 3.44154,-4.02765 0.41613,-0.80171 0.8371,-1.62757 1.56387,-2.20283 0.9754,-0.82645 2.10881,-1.43425 3.16549,-2.14671 0.66122,-0.44039 1.44457,-0.60273 2.17033,-0.88149 0.36163,-0.16197 0.68946,-0.5935 0.3297,-0.93908 z&quot;
++     id=&quot;path4790&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#42594b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 575.47299,330.71617 c 0.81483,-2.37302 8.15849,-5.4428 9.28377,-3.19185 0.38608,0.77235 -1.21308,1.3363 -1.54731,1.83774 -0.77236,1.15872 -1.21633,2.35132 -1.54729,3.67543 -0.2531,1.01253 0.20496,4.34476 -0.67693,4.93282 -0.16133,0.10751 -1.61538,0.0913 -1.74072,-0.0967 -1.09042,-1.6359 -1.8083,-3.68012 -2.90119,-5.31971 -0.34251,-0.5139 -1.16822,-0.79709 -1.35387,-1.35411 -0.0721,-0.21628 0.30555,-0.34119 0.48354,-0.48361 z&quot;
++     id=&quot;path3347&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a443c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 519.08439,331.1513 c -0.39643,-5.92045 2.64011,-9.71835 9.03331,-11.44086 17.59694,-3.34373 39.32322,1.28238 50.19949,15.08931 8.52142,11.0386 12.7931,23.78403 33.27363,23.64032 -12.72259,5.06741 -27.65049,2.63548 -37.28841,18.19252 l -24.29592,3.89837 -1.94887,-10.13581 -18.44931,-30.92728 z&quot;
++     id=&quot;path4623&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3b3a35;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 527.13973,328.55238 c -0.47851,-2.92485 2.67334,-4.03423 7.01594,-4.54813 17.77736,-1.53207 29.55293,7.17169 38.17298,18.53678 4.16586,6.68461 8.82233,12.17525 15.61585,15.11936 -7.31847,2.7701 -10.69548,5.30201 -17.4675,13.16386 -1.96252,2.27835 -7.90066,7.28941 -10.07653,9.57678 l -9.09474,1.42942 -6.88601,-7.7968 -11.69321,-17.54277 z&quot;
++     id=&quot;path4625&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccsccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#322c2a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 553.48207,335.00579 c -0.21193,-2.14865 2.66727,-2.87469 4.21577,-1.94536 3.86987,1.8444 9.30164,7.19532 11.93063,11.272 2.18568,2.47735 5.04165,5.00454 5.05638,8.5822 0.16858,3.50356 -2.046,6.41886 -3.37351,9.48006 -0.8279,2.28972 -1.63611,4.81275 -3.74305,6.26056 -1.3052,1.34199 -3.90476,0.43827 -3.41626,-1.59539 -0.008,-5.97366 0.56391,-12.08627 -1.06961,-17.91436 -0.41198,-1.58124 -1.0789,-3.10731 -2.27165,-4.25928 -1.3214,-1.36257 -2.59172,-2.77735 -3.6045,-4.38633 -1.32555,-1.77279 -2.52545,-3.63466 -3.7242,-5.4941 z&quot;
++     id=&quot;path4691&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#706053;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 508.10575,336.34916 c -0.93043,-0.0292 -2.10283,0.1576 -3.37803,0.71471 l -14.94135,9.61604 1.94886,20.01176 c 3.65799,8.8706 8.63878,11.2221 13.18738,12.99465 3.27131,1.13016 4.904,-0.78084 3.18314,-3.31362 -0.0104,-0.008 0.0104,-0.0572 0,-0.0649 -5.57474,-3.96857 -8.29362,-9.30977 -7.66554,-17.21792 0.47815,-6.02074 3.74599,-13.00259 10.26405,-18.19249 0.56026,-0.91486 0.61037,-1.95841 0.12992,-2.98877 -0.21509,-0.82949 -1.17767,-1.51042 -2.72843,-1.55936 z&quot;
++     id=&quot;path3830&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#503c33;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 491.81908,367.04252 c 1.70711,3.95092 3.53341,6.81518 5.45803,8.95119 0.0736,0.0238 0.0804,0.0831 0.15591,0.1052 3.34037,0.98222 8.30967,1.53466 5.38005,-2.42209 -1.14318,-1.83426 -2.29319,-3.87567 -3.97655,-4.63354 -0.67174,-0.30261 -5.27829,-1.91913 -7.01749,-2.00086 z&quot;
++     id=&quot;path4076&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#40251a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 529.99807,385.01412 c 12.29509,-2.02142 23.8409,-6.99487 36.00213,-9.57891 -2.92717,-4.90092 -9.15229,-1.74882 -13.3285,-0.61695 -12.99486,3.40229 -29.54487,-2.66222 -42.32908,1.80319 -8.88668,1.72595 -13.30326,-4.10605 -22.23557,-1.30413 -5.78233,1.74169 -11.86215,1.71023 -17.81392,1.11976 -3.7802,-0.24346 -7.58611,-0.47149 -11.36368,-0.0639 8.20082,6.82508 19.23381,7.73802 29.07705,10.74675 14.14806,2.96066 28.83633,2.36035 42.98989,-0.23819 0.91002,-0.63417 0.0557,-2.31808 -0.99832,-1.86753 z&quot;
++     id=&quot;path4677&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#73686e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 537.14394,331.08633 2.14376,3.05374 1.23428,1.03957 c 7.57684,1.72489 14.23556,5.37517 16.5654,10.26577 4.55291,9.55721 3.99148,14.4865 -0.19479,21.24626 -2.48652,4.01502 -7.39751,6.87804 -12.73261,8.90134 l -0.32481,0.38984 c 7.98158,0.47696 21.70333,-4.32152 23.25653,-11.24037 1.64941,-4.84443 1.0463,-8.29954 0.38977,-11.76017 l -0.19478,-0.51978 c -5.35955,-10.62821 -12.99126,-19.74216 -30.14255,-21.3762 z&quot;
++     id=&quot;path3867&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#534a4b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 545.32919,377.28231 c 1.75418,-0.19128 3.55126,0.3603 5.27493,-0.16654 0.73774,-0.10763 1.59325,-0.0558 2.15045,-0.64395 0.72492,-0.46818 1.56295,-0.73423 2.26018,-1.25006 0.70904,-0.39344 1.47636,-0.67819 2.14541,-1.14328 0.3138,-0.20583 1.44042,-0.55708 0.84444,-0.97467 -0.55812,-0.0385 -1.1205,0.0851 -1.68242,0.10024 -1.79721,0.1052 -3.59441,0.62033 -5.39572,0.26722 -1.97728,-0.37985 -4.02724,-0.47097 -6.01597,-0.12288 -0.83458,0.12391 -1.50095,0.81243 -1.74947,1.59613 -0.22616,0.55833 -0.47142,1.22576 -0.19542,1.80729 0.53672,0.78251 1.5883,0.38193 2.36351,0.5304 z&quot;
++     id=&quot;path4758&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;g
++     id=&quot;g4854&quot;
++     transform=&quot;matrix(2.0787957,0,0,2.0791439,-663.62041,-66.614905)&quot;&gt;
++    &lt;path
++       inkscape:connector-curvature=&quot;0&quot;
++       id=&quot;path4781&quot;
++       d=&quot;m 567.03125,191.25 c -0.76199,-0.64411 -1.53666,-1.27455 -2.26335,-1.95806 -0.47294,-0.38834 -1.04029,-0.64147 -1.6233,-0.80823 -0.80891,-0.4081 -1.71607,-0.55798 -2.61473,-0.56142 -1.28869,-0.0668 -2.58834,-0.10855 -3.87249,0.0299 -0.87929,0.18227 -1.82597,0.33344 -2.50819,0.97212 -0.57597,0.40142 -1.34533,0.72931 -1.52554,1.4798 -0.17238,0.65877 0.28949,1.34942 0.94398,1.48978 0.85982,0.23445 1.76264,0.0958 2.63935,0.0626 1.66119,-0.13946 3.33241,-0.1825 4.99448,-0.0293 1.31295,0.11417 2.62849,0.21018 3.94618,0.2244 0.70549,0.0579 1.48519,-0.0838 1.97874,-0.62992 0.0878,-0.096 0.0275,-0.24404 -0.0951,-0.27172 z&quot;
++       style=&quot;fill:#2e3023;fill-opacity:1;stroke:none&quot; /&gt;
++    &lt;path
++       inkscape:connector-curvature=&quot;0&quot;
++       id=&quot;path4764&quot;
++       d=&quot;m 564.35079,192.13092 c -1.13882,0.10907 -2.2466,-0.37684 -3.14685,-1.02656 -0.52271,-0.32663 -1.14998,-0.4135 -1.69527,-0.69293 -0.46946,-0.22833 -1.00588,-0.24878 -1.5191,-0.23072 -0.45789,0.0306 -0.84084,0.30866 -1.24343,0.49655 -0.42587,0.2109 -0.42119,0.80755 -0.17853,1.15468 0.34546,0.66644 1.03921,1.03375 1.56188,1.54244 0.26495,0.33125 0.3409,0.78854 0.69163,1.05744 0.34874,0.33429 0.85299,0.45913 1.32846,0.41628 0.5266,0.007 1.08724,-0.0735 1.5065,-0.41288 0.49414,-0.27776 1.02665,-0.53261 1.37835,-0.99083 0.41835,-0.45668 0.82721,-0.92744 1.31636,-1.31347 z&quot;
++       style=&quot;fill:#191923;fill-opacity:1;stroke:none&quot; /&gt;
++    &lt;path
++       inkscape:connector-curvature=&quot;0&quot;
++       id=&quot;path4775&quot;
++       d=&quot;m 566.46875,191.65625 c -0.16201,-0.41046 -0.68629,-0.38946 -0.96611,-0.67452 -0.71188,-0.34016 -1.40684,-0.71231 -2.11231,-1.06467 -0.40592,-0.18307 -0.85456,-0.23074 -1.28736,-0.31813 -0.82945,-0.12342 -1.67215,-0.0302 -2.50543,-0.11061 -0.57907,-10e-4 -1.12732,0.51992 -1.06694,1.1151 0.0265,0.69842 0.60658,1.28358 1.26972,1.43327 0.3568,0.17597 0.67389,0.44283 1.07221,0.52409 1.22148,0.43787 2.52974,0.52738 3.81591,0.56322 0.36885,0.0433 0.82172,-0.0103 1.02531,-0.3651 0.2418,-0.30238 0.5588,-0.53839 0.77742,-0.86027 0.0217,-0.08 0.0143,-0.16793 -0.0224,-0.24238 z&quot;
++       style=&quot;fill:#181c0d;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;/g&gt;
++  &lt;path
++     style=&quot;fill:#493e34;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 513.97405,342.43708 c 4.46047,-9.74147 -4.25359,-11.15953 -6.34302,-8.10194 -6.95168,4.98148 -7.37202,13.18937 -9.01915,17.35213 -1.70378,4.32418 -2.08956,9.05258 -1.36492,13.60666 1.17818,4.95471 3.70059,10.39709 8.94809,12.28248 2.33734,1.26158 5.23603,-0.65178 4.42706,-3.27588 -1.47681,-6.39176 -1.29234,-13.01414 -0.86768,-19.50457 0.80977,-3.94215 2.51697,-7.63828 4.35536,-11.20181 0.0864,-0.38487 0.0591,-0.80708 -0.13574,-1.15707 z&quot;
++     id=&quot;path4663&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#32241f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 508.94639,375.50151 c -0.36673,-1.25457 -1.64098,-2.35244 -2.26264,-2.002 -1.66725,0.0569 -2.77519,1.25432 -4.16828,1.86682 -1.13004,0.16862 -2.06468,0.86498 -3.41632,0.4594 -1.20294,0.13161 -2.62573,-0.0346 -3.30907,1.1006 -0.51224,0.57588 0.52284,2.18331 1.2553,2.27455 1.28614,0.67763 2.5425,0.94472 3.49725,0.54361 1.13707,-0.14886 2.51411,0.34786 3.59685,0.0535 0.50168,-0.15198 0.96995,-0.3722 1.53623,-0.38255 1.42319,-0.15925 3.01655,-0.10439 3.93017,-1.26776 0.30782,-0.58882 -0.1588,-1.78055 -0.65957,-2.64598 z&quot;
++     id=&quot;path4717&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#211515;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 535.60401,379.41849 c 1.41614,-0.68604 0.82363,-2.80964 -0.82957,-2.1268 -3.41963,-0.15074 -6.867,-0.48023 -10.26928,0.0601 -4.72967,0.27689 -9.46059,-0.0473 -14.18426,-0.23938 -2.32482,-0.0467 -4.63549,0.45943 -6.7239,1.47488 -1.88876,0.64238 -3.85749,0.0244 -5.67944,-0.51003 -2.09434,-0.31185 -4.3188,-0.46762 -6.36223,0.15157 -1.92934,1.18061 -0.72981,3.44784 1.39042,3.46177 4.70415,0.9434 29.12732,3.00601 42.65826,-2.27211 z&quot;
++     id=&quot;path4685&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#1d1610;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 511.48381,341.48205 c 3.76793,-0.64926 6.71791,-3.4979 10.52735,-4.10246 4.77113,-1.6068 9.77376,-2.97386 14.8307,-2.58505 1.92129,0.15013 6.41345,2.76146 7.02011,0.58598 -2.80155,-1.664 -4.7882,-4.84054 -8.39193,-4.88571 -5.15883,-0.0502 -10.37992,-1.25713 -15.48013,0.0215 -5.78797,0.194 -5.27546,0.41684 -10.02969,3.54441 -4.32188,3.86957 -8.58689,19.20083 -4.51792,15.41316 z&quot;
++     id=&quot;path4671&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#322921;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 514.01733,332.32083 c -0.92822,-0.005 -2.93556,1.12105 -4.35247,2.07915 -3.61218,3.68634 -7.06106,14.81643 -5.45684,15.59356 0.46251,-0.12702 0.96935,-0.42371 1.42917,-0.77968 l 3.70285,-4.93795 c 0.0328,-0.0917 0.10161,-0.16571 0.12994,-0.25991 0.47616,-1.58753 0.57478,-3.35884 1.29924,-4.80801 0.68944,-1.37914 1.6775,-2.7441 2.53353,-4.02835 0.42021,-0.63043 1.64803,-1.91323 1.10436,-2.72887 -0.0795,-0.11934 -0.19103,-0.12911 -0.38978,-0.12994 z&quot;
++     id=&quot;path4066&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#372f2d;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 532.85643,330.37163 c -0.045,0.0227 -0.0854,0.0395 -0.12992,0.0649 -0.89072,0.50905 -0.0894,2.81842 0.71458,4.35321 1.12613,-0.0721 2.24443,-0.0872 3.37804,0 1.3895,0.10844 4.14506,1.48791 5.78165,1.42941 -0.34394,-1.53916 -1.31912,-2.4239 -2.53354,-3.6385 -0.11318,-0.11353 -0.16734,-0.26295 -0.25984,-0.38984 -1.25624,-0.9545 -2.61834,-1.66758 -4.35249,-1.68931 -0.87434,-0.008 -1.72146,-0.0727 -2.59848,-0.12995 z&quot;
++     id=&quot;path4071&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#000000;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
++     d=&quot;m 500.41512,359.05972 c 0.65422,-8.23764 6.6299,-18.14282 18.83502,-23.02448 12.20514,-4.88164 33.26668,-0.13804 37.8196,9.41909 4.55292,9.5572 4.0369,14.47059 -0.14947,21.23035 -4.18634,6.75975 -15.27543,10.28809 -23.61853,11.96078 -8.34313,1.67266 -18.46086,2.21512 -24.51545,-1.79412 -6.05461,-4.00923 -9.02541,-9.554 -8.37117,-17.79162 z&quot;
++     id=&quot;path3826&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;zzzzzzz&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     style=&quot;fill:#16131c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 529.67327,334.07511 c -2.20943,0.0543 -4.34563,0.34702 -6.36631,0.77968 -2.37856,3.34233 -3.48271,7.67117 -2.5985,12.27993 -0.18314,7.85067 4.08433,14.63494 10.06718,18.52541 1.85873,9.56041 9.06699,10.33043 22.02422,5.31978 1.6639,-1.26797 3.08913,-2.66785 4.09264,-4.28824 4.18636,-6.75976 4.74779,-11.68905 0.19478,-21.24626 -3.41469,-7.16783 -16.12811,-11.64763 -27.41411,-11.3703 z&quot;
++     id=&quot;path4635&quot;
++     sodipodi:nodetypes=&quot;cccccsscc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#221d2b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 537.36269,334.02929 c -4.47477,-0.0794 -9.58322,1.77459 -11.47579,6.13973 -0.60281,2.06144 -0.4955,4.25761 -0.66553,6.38122 0.0605,3.44049 1.27404,6.79279 3.13812,9.65982 1.03198,3.82809 5.83427,5.33011 6.32777,9.41426 -0.20684,3.29839 2.54621,6.14784 5.69056,6.69637 2.40811,0.45164 4.98488,0.10416 7.22885,-0.84321 2.83567,-1.50063 4.32144,-4.48388 6.34346,-6.82885 4.44413,-0.64502 7.25778,-5.27241 7.1379,-9.52887 0.59977,-5.76933 -2.40738,-11.14064 -5.81111,-15.555 -1.92946,-3.02414 -5.80398,-3.61745 -9.1081,-3.6934 -2.59561,-0.1524 -5.1611,-0.77128 -7.49312,-1.92342 -0.4031,-0.14595 -1.0208,-0.39122 -1.31301,0.0814 z&quot;
++     id=&quot;path4274&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#2e283b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 537.53371,337.06387 c -4.18955,0.42972 -7.99054,3.73687 -8.57503,7.99172 -0.23219,1.88904 0.14343,3.77488 0.32482,5.65267 1.11091,5.70502 6.4542,10.14186 12.14795,10.6556 4.49493,-0.14367 8.82227,2.17614 13.31729,1.10455 1.54995,-0.40014 3.11743,-1.29297 3.70285,-2.85882 0.74414,-1.46835 1.12532,-3.04358 1.16931,-4.67807 0.006,-0.045 -0.005,-0.0852 0,-0.12995 0.76645,-6.74482 -3.27417,-10.88135 -9.2896,-13.96925 -1.65159,-0.94593 -3.39295,-1.71597 -5.19699,-2.33904 -1.8776,-0.64846 -3.8375,-1.12463 -5.78164,-1.42941 -0.60474,-0.0629 -1.22045,-0.0613 -1.81896,0 z&quot;
++     id=&quot;path4627&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#2e283b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 550.52619,360.55755 c 5.04039,-4.32234 -2.5674,-10.51456 -8.26707,-8.87561 -6.60796,1.03948 -4.54819,6.92606 -4.0233,10.75257 -3.2136,4.59801 1.89891,9.10153 7.50069,7.72917 5.5012,-0.94628 4.87316,-5.95985 4.78968,-9.60613 z&quot;
++     id=&quot;path4652&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#373046;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 547.04421,343.52603 c -2.37844,-1.46972 -4.87845,-2.55228 -7.55098,-2.42441 -2.91675,0.88313 -4.61559,5.63182 -3.26423,9.10639 0.88158,3.53811 3.26505,6.15405 6.06323,6.86574 2.41171,0.65091 4.88989,0.95226 7.33162,1.21048 2.48072,-0.76954 2.8838,-4.95029 2.74577,-7.73964 -0.36606,-4.11387 -2.90504,-5.51256 -5.32541,-7.01856 z&quot;
++     id=&quot;path4134&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#453c58;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 545.95802,355.70817 c 1.84407,0.88824 2.36683,-1.47099 2.36683,-2.80329 0,-1.74845 0.13429,-3.53132 -0.62285,-5.04596 -0.71934,-1.43891 -4.8951,-3.56491 -5.66794,-1.24591 -0.44607,1.33842 0.14947,3.42643 0.62284,4.60987 0.25787,0.64478 0.90231,1.11801 1.05884,1.74429 0.15029,0.60151 0.50333,3.27304 0.93428,3.48854 0.45534,0.22772 1.03652,-0.47602 1.308,-0.74754 z&quot;
++     id=&quot;path4282&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#fff0ee;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 548.07406,357.76468 c -0.73675,-4.49357 -8.71676,-3.78029 -6.87416,1.27716 1.3092,2.9986 8.00768,3.36606 6.87416,-1.27716 z&quot;
++     id=&quot;path3835&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#fff0ee;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 548.42992,362.71741 c -3.34515,-5.50485 -13.12485,2.95231 -5.83825,5.43021 3.10479,0.96871 7.13463,-2.04279 5.83825,-5.43021 z&quot;
++     id=&quot;path3837&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#295c71;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 766.85085,443.68496 c 8.37393,-5.46292 0.6706,-15.76179 -5.04645,-20.0013 -10.5377,-11.42766 -43.36743,-40.94268 -60.01968,-43.57631 -10.29537,-2.80606 0.73253,21.91627 4.98699,32.64708 6.83508,12.89474 23.23728,12.84398 34.40205,19.89547 7.66014,4.96765 15.87978,12.57212 25.67709,11.03506 z&quot;
++     id=&quot;path4566&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#2c4d5e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 672.07077,367.14648 c -0.76495,0.0476 -1.54252,0.13391 -2.33865,0.2599 -15.43512,0.86327 -32.54004,1.15308 -45.27876,11.04545 -5.45715,4.57468 -20.12234,5.17751 -18.2483,4.92647 6.21471,-0.8325 24.85392,9.6542 30.52618,10.79706 13.10573,3.9635 26.61864,7.88924 40.34164,8.77138 6.04433,6.37389 13.30455,11.60755 18.77411,13.18958 13.12064,4.57376 17.7615,6.53686 30.98706,10.72058 6.42121,0.34623 10.12602,-1.21625 6.07666,-8.27703 -0.79925,-1.39362 -10.72974,-7.77001 -11.31479,-9.15674 -1.51975,-3.60224 11.09295,-3.27711 8.31152,-6.51655 -4.43268,-5.16258 -13.183,-7.95377 -16.76264,-11.38202 -1.67344,-1.60269 3.11475,-3.22179 1.60624,-3.97648 -2.89083,-2.32338 -8.59973,-5.55363 -15.20119,-8.38153 -8.73309,-5.76929 -16.59939,-12.69713 -27.47908,-12.02007 z&quot;
++     id=&quot;path4568&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;sccsccccssssccs&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#354354;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 705.47099,404.08665 c -1.73549,-2.43969 7.85039,0.34612 5.38981,-3.57481 -3.94931,-6.29328 -17.99447,-9.82324 -20.81872,-12.32579 -1.99508,-1.76786 3.65634,-3.09129 1.53355,-4.70887 -4.13149,-3.14813 -8.84675,-3.81284 -13.31128,-6.4299 -10.08924,-4.22706 -20.25379,1.63597 -30.00845,1.98065 -10.15852,-0.94079 -15.57926,13.33862 -2.85402,13.57733 11.26028,3.29379 21.35203,9.83181 33.06364,11.83073 10.6534,1.09116 19.57454,9.16014 30.55695,8.39341 1.9019,-1.84159 -3.62902,-6.30529 -3.55148,-8.74275 z&quot;
++     id=&quot;path4562&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cssscccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#545656;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 640.91626,378.86525 c -7.7936,-0.80518 -11.26151,11.82974 -1.46946,10.4411 9.32502,2.4224 18.90507,5.06637 28.4565,6.22606 5.31411,1.49378 19.78127,-8.9237 10.40731,-11.46876 -12.25758,-1.96199 -26.09823,-3.08404 -37.39435,-5.1984 z&quot;
++     id=&quot;path4601&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccc&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccsccccccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4558&quot;
++     d=&quot;m 569.59747,374.77014 c 16.00153,-1.72223 27.96137,4.37954 42.91364,8.38589 9.28957,2.48993 19.14513,3.77073 30.23406,6.63707 10.28015,3.31244 24.6413,4.7777 34.94448,8.32536 2.10895,0.72615 1.06287,2.59602 3.09584,3.41905 9.51179,3.99022 14.90366,6.99144 20.95535,15.69369 0.81501,3.87181 6.5084,15.32452 -2.56264,12.31623 -14.62871,-1.73646 -24.8611,-13.8911 -37.30189,-20.58512 -10.63835,-6.22018 -23.78914,-5.33327 -34.78878,-10.91001 -11.52168,-3.98965 -23.11718,-7.71988 -33.42377,-14.45549 -7.61698,-5.1323 -16.61891,-3.43056 -24.06629,-8.82667 z&quot;
++     style=&quot;fill:#4c6055;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;csscccccccc&quot;
++     style=&quot;fill:#415866;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 849.75093,506.68639 c 2.89779,-5.49037 2.1997,-16.0478 -1.36375,-21.77327 -2.08299,-3.34682 -7.08277,-4.48391 -10.86265,-7.49933 -11.64857,-9.29264 -22.75006,-15.37871 -31.17992,-18.8018 -13.54812,-6.32395 -27.37993,-12.10023 -40.81853,-18.5408 -8.40384,-3.40775 -19.1321,-6.78533 -26.00833,-7.19726 0.0125,3.19233 8.48008,7.40594 13.16279,11.53846 9.43057,4.43158 19.37884,8.19701 28.80048,12.93273 15.19185,6.69794 30.9884,11.61366 45.94263,18.87745 8.34374,3.15734 14.02904,31.62531 16.39778,28.7215 1.97449,-4.19152 4.3384,6.08786 5.9295,1.74232 z&quot;
++     id=&quot;path4556&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4554&quot;
++     d=&quot;m 772.05594,446.13133 c -12.7949,-8.4544 -28.21106,-16.4307 -44.05595,-22.86479 -4.76672,-2.22499 -13.90741,-4.99517 -17.88401,-7.71816 -2.87734,-1.97031 -0.14467,-2.71706 -3.61803,-4.08187 -5.36977,-2.11001 -14.02727,-2.64651 -19.31647,-5.1814 -8.40386,-3.40775 -19.26204,-7.17517 -26.13827,-7.5871 0.0124,3.19232 8.60999,6.23641 13.29271,10.36894 9.43061,4.43157 19.37884,8.197 28.80048,12.93272 15.19186,6.69795 30.98841,11.61365 45.94265,18.87746 8.34373,3.15734 21.56466,8.62478 23.93341,5.72097 l -0.95657,-0.46683 z&quot;
++     style=&quot;fill:#415866;fill-opacity:1;stroke:none&quot;
++     sodipodi:nodetypes=&quot;ccsscccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#464c4c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 708.19225,432.68066 c -6.03616,-1.06185 -10.88646,-6.94975 -9.02027,-9.02011 1.60128,-1.77649 -6.40425,-4.80341 -0.45749,-3.05013 1.25355,0.42995 16.10759,7.46549 17.36775,7.87683 22.14953,7.23033 45.21701,11.86636 65.61321,23.63133 21.6772,10.2615 44.40466,19.65219 61.8188,36.69153 3.01816,21.52344 0.0221,15.014 -29.60408,-1.6753 -15.00961,-14.44096 -35.16919,-20.60071 -53.8163,-28.64977 -14.7983,-6.91587 -30.25751,-12.40724 -44.91879,-19.23588 -2.64716,-1.9337 -6.40218,-3.177 -6.98283,-6.5685 z&quot;
++     id=&quot;path4530&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cscscccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#7c5a43;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 569.46754,375.15999 c 16.00152,-1.72224 28.35114,6.97846 43.30342,10.98483 9.28958,2.4899 19.06902,4.03061 30.15797,6.89695 12.38439,3.99045 28.09643,6.33983 40.06146,11.18386 5.3637,2.40008 9.56738,5.65003 13.97313,8.12053 3.25636,1.82597 6.91784,2.69549 9.71062,5.23411 0.81503,3.87181 1.5751,19.13375 -7.49594,16.12546 -14.62871,-1.73646 -24.8611,-13.89111 -37.30189,-20.58514 -10.63835,-6.22019 -23.78914,-5.33327 -34.78878,-10.90999 -11.52168,-3.98966 -23.11718,-7.71988 -33.42377,-14.45549 -7.61698,-5.13231 -16.74884,-7.19902 -24.19622,-12.59512 z&quot;
++     id=&quot;path4543&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccscccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#ffffff;stroke:none&quot;
++     d=&quot;m 701.8885,424.90769 c -0.381,0.32459 -1.175,0.67364 -2.98827,1.75428 -4.21812,2.51386 -16.90898,-0.91358 -23.90616,1.6893 -6.99715,2.6029 -10.87742,7.52924 -16.69532,12.47487 -5.7625,4.89854 -17.63706,16.98591 -17.86465,17.21791 0,0 19.01362,5.51494 39.42775,21.03923 20.41412,15.52428 39.6964,20.9335 39.6964,20.9335 l -12.47277,-12.6698 c 44.36849,-6.25184 46.17951,19.47332 72.56297,28.78315 -4.95159,-7.12538 -11.37027,-13.37038 -13.77203,-22.02594 9.35253,8.88364 17.90887,17.89999 30.46736,26.24921 -4.37992,-6.30577 -9.79735,-11.91975 -12.66767,-19.23208 7.86804,3.06932 12.56376,8.67691 17.73472,13.90427 l -2.72841,-9.48608 c 12.33016,0.96036 21.91057,12.92164 32.74102,19.8818 l 7.6006,1.68929 c -2.54662,-8.39109 -6.84372,-13.71839 -11.62825,-18.1925 3.98492,-0.80998 8.34814,-1.13415 23.25653,12.08502 -0.69317,-4.28118 0.54606,-7.27384 -3.18317,-13.57939 -9.14558,-11.85892 -19.04975,-18.4069 -28.71337,-26.63905 -15.50042,-12.6166 -30.42364,-18.09698 -45.47364
 ,-25.14464 l -44.56418,-18.58235 -22.47699,-8.44651 -3.9627,-3.6385 z&quot;
++     id=&quot;path3821&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;csssczccccccccccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#f5e3b1;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 668.0431,468.63469 c -0.97754,-0.0933 -1.91279,0.14347 -2.79338,0.64972 4.6186,2.68608 9.55793,5.96406 14.61653,9.81097 20.41413,15.52432 39.692,20.9214 39.692,20.9214 l -12.47277,-12.6698 c 44.36849,-6.25184 46.17951,19.47332 72.56297,28.78315 -4.95159,-7.12538 -11.37027,-13.37038 -13.77203,-22.02594 9.35253,8.88364 17.90887,17.89999 30.46736,26.24921 -4.37992,-6.30577 -9.79735,-11.91975 -12.66767,-19.23208 7.86804,3.06932 12.56376,8.67691 17.73472,13.90427 l -2.72841,-9.48608 c 12.33016,0.96036 21.91057,12.92164 32.74102,19.8818 l 7.6006,1.68929 c -1.25673,-4.14093 -2.97956,-7.54635 -4.93714,-10.46067 -6.7074,-4.52207 -15.21662,-6.24253 -20.13833,-13.25455 -7.40815,-4.60607 -16.56063,-2.0322 -24.62073,-4.41818 -2.60399,4.29256 -8.749,-2.41904 -13.05744,-1.03957 -5.98045,-4.20801 -11.69703,-12.40723 -19.48871,-12.66978 0.44407,3.35142 7.43138,11.85178 2.20141,9.52878 -8.81969,-3.04483 -20.12515,-7.5788 -26.83296,-13.5721 -8.44026,-5.39964 -12.55987,-3.49877 
 -20.64722,0.46978 -9.59366,1.95219 -13.36082,-7.63285 -23.21958,-6.31355 -5.51549,0.77779 -15.26152,-6.27062 -20.24024,-6.74607 z m 159.61252,34.9556 c -3.53849,-0.006 -6.46035,2.48717 -1.88389,5.58771 1.42524,2.32138 4.95125,4.61204 7.60059,6.43235 -1.82611,-2.5268 -3.84539,-4.69934 -5.97653,-6.69225 3.98492,-0.80998 8.34814,-1.13415 23.25653,12.08502 -0.46837,-2.89234 -0.0772,-5.2465 -0.90948,-8.38153 -5.56137,-3.60054 -12.85682,-4.63857 -18.57924,-8.12166 -1.05661,-0.61157 -2.32847,-0.90787 -3.50798,-0.90964 z&quot;
++     id=&quot;path4509&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;scscccccccccccccccccccssccccccs&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#7d4d24;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 503.98432,393.37547 c -0.86465,0.11121 -1.97879,0.50756 -2.207,0.73577 -0.74354,0.74368 0.73511,0.21034 1.78662,0.21034 2.31607,0 -3.94826,0.26042 -1.8917,0.63063 23.65823,1.53095 43.0282,9.65534 64.94866,16.50269 0.36232,-0.36237 -32.65629,-14.70445 -37.41378,-16.60777 -1.68711,-0.67495 -3.20916,-2.02822 -4.93947,-2.5227 -3.37611,-0.96476 -18.73047,-2.28462 -19.86293,0.7358&quot;
++     id=&quot;path3290&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cssccssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#ec6b0f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 497.4046,386.4975 c -19.0583,-2.65102 -36.73678,-11.01714 -55.26862,-15.46101 -13.54872,1.25257 -7.14834,12.88179 4.6148,16.60058 21.44994,5.27039 42.32448,6.48244 65.94317,6.78751 25.66364,2.18954 48.92504,14.41943 71.3974,26.08132 15.9425,8.93361 30.37404,20.25836 45.59217,30.34643 3.54316,2.44093 7.0863,4.88186 10.62947,7.32278 11.56517,-10.64555 21.66298,-23.78234 36.24114,-30.44527 7.42293,-1.99766 26.93755,4.88169 23.86435,-8.38584 -8.4911,-12.08512 -24.66161,-13.11731 -37.73182,-17.06213 -30.92684,-7.64959 -62.05331,-15.15371 -91.63571,-27.18658 -14.11131,-0.46963 -26.70026,7.49281 -40.59939,8.69617 -10.87682,2.05547 -21.97096,3.19929 -33.04696,2.70604 z&quot;
++     id=&quot;path3819&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4a3c53;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 734.88938,433.80904 c -3.43043,-4.37971 -8.11132,-7.6849 -13.35961,-9.50819 -4.28369,-2.29278 -8.82563,-4.02686 -13.03313,-6.45077 -2.78479,-0.96275 -13.10238,-5.10221 -15.96992,-3.76986 -0.78622,2.84521 8.34832,8.28913 9.34646,10.81841 2.97445,1.62237 6.33755,2.52248 9.23277,4.41844 4.90086,2.22014 10.50459,2.7007 15.16262,5.4844 2.82088,0.7542 7.17555,2.36377 8.91818,-0.81247 l -0.29737,-0.18005 z&quot;
++     id=&quot;path4548&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#e06413;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 661.22205,406.45529 c -3.75904,0.0491 -7.49676,0.70051 -11.23847,0.9746 -3.2505,-0.22863 -26.84921,-5.24313 -26.71846,-2.66294 0.10821,2.1393 23.4329,11.85522 25.744,12.53889 4.04091,1.52776 -3.9733,3.49491 -5.78164,3.11871 -3.72958,2.37243 -4.18583,-1.23789 -6.69112,-4.28823 -1.34148,-0.79697 -10.9965,-4.4548 -12.53311,-4.55453 -3.5355,-0.22945 0.76055,4.14886 -2.73305,3.96977 -1.98941,0.96496 -15.93546,-1.88437 -17.9983,-1.2465 -2.34465,0.72497 7.17351,4.87393 4.55109,4.88499 -4.67912,0.60175 -5.65715,7.69011 -0.38977,8.12166 1.93798,3.99577 -5.16921,1.43669 -7.01594,3.05374 0.0438,0.16425 0.13637,0.29578 0.19477,0.45481 l 39.69212,27.35373 c 0,0 12.17668,-12.4022 17.99458,-17.34785 5.8179,-4.94563 9.69817,-9.87197 16.69532,-12.47487 6.99718,-2.60288 19.68804,0.82456 23.90616,-1.6893 4.2181,-2.51384 3.35569,-0.97833 2.9233,-4.6131 -0.4324,-3.63474 -4.05239,-6.9447 -11.82314,-11.43528 -2.03973,-1.17871 -5.51244,-2.46581 -9.48451,-3.70348 -4.17346,0.59409 -8.
 3421,1.14576 -12.53774,0.32487 -0.38632,-0.10936 -6.03612,-2.93416 -6.42509,-3.01764 -1.85164,-0.39745 1.53289,2.21364 -0.331,2.23795 z&quot;
++     id=&quot;path4490&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;scscccscscccccsssssccss&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#292929;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 31.781276,283.25838 c 36.699477,-3.60335 139.768254,6.40978 331.855544,34.68621 8.39303,16.33704 19.84662,10.87209 19.134,26.31366 37.71546,11.21888 51.23882,19.41324 63.97933,27.50973 l 0,6.57842 -0.59792,6.57842 c -20.4692,3.44593 -34.22576,8.27035 -41.85566,14.35292 -46.47866,-9.13885 -82.90568,-12.856 -88.36089,-8.05172 C 180.69786,346.99368 56.12421,304.67873 31.781276,283.25838 z&quot;
++     id=&quot;path2987&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4d4d4d;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 83.184201,290.15494 c -1.98664,0.0888 -11.262806,-1.83904 -11.665533,-0.63066 -0.168173,0.5047 1.817063,0.85104 2.101883,0.946 0.27983,0.0933 0.56134,0.4557 0.84077,0.52556 1.94725,0.48689 3.96755,0.87774 5.88532,1.26136 0.57985,0.11595 1.0857,0.84089 1.68153,0.84089 0.7802,0 4.3887,1.13939 5.04454,1.57668 0.67352,0.44909 5.20693,0.37676 6.0955,0.63069 1.35989,0.38861 2.64644,0.52828 4.09871,0.73578 1.31848,0.18836 2.63824,0.84271 3.888519,1.05112 1.62404,0.27074 3.40278,0.59895 5.04457,0.7358 0.58934,0.0491 1.5224,-0.0881 2.10188,0.1052 2.20086,0.73372 4.75957,1.43085 7.25155,1.78691 0.83579,0.11934 2.04855,-0.15802 2.83757,0.1052 1.52148,0.50725 3.01562,0.76497 4.51908,1.36645 0.84395,0.33763 1.49295,0.69003 2.207,1.26136 0.62019,0.49623 4.30244,1.36485 5.14966,1.57667 0.30213,0.0754 0.69266,0.39232 0.94585,0.42048 4.25025,0.47231 8.5859,0.83452 12.82157,1.68178 0.9759,0.19525 2.00621,0.70843 2.83758,0.94602 1.93967,0.55427 4.12206,0.619 5.99042,1.36645 1.8
 5577,0.74244 3.86239,1.78041 5.99039,2.31249 2.23322,0.55839 3.8566,0.51493 6.09552,1.26136 0.91909,0.30639 2.15464,-0.0875 3.04774,0.21022 1.44923,0.48314 2.92045,0.79845 4.30889,1.26135 0.68859,0.22956 1.13592,-0.19731 1.89171,0.10497 0.99143,0.39664 2.2418,0.91095 3.46813,1.15624 1.04522,0.20908 2.36286,-0.0186 3.36305,0.31534 0.80998,0.27006 2.13544,0.39184 2.73247,0.63068 2.28646,0.91473 4.65465,1.68942 7.14646,2.31247 1.17862,0.29471 2.82813,0.0593 3.99358,0.52557 1.45707,0.58292 3.4437,1.30782 4.93948,1.6818 2.81857,0.70476 5.83366,0.96384 8.61779,1.89203 1.35769,0.45263 2.88622,0.26148 4.30889,0.73579 3.39117,-0.0728 6.99835,0.19585 10.19421,1.26129 0.73924,0.24645 1.16687,0.87393 1.78662,1.26134 1.10162,0.68864 2.45394,1.24427 3.78341,1.57669 0.75527,0.18878 1.64802,-0.12829 2.41719,0 3.05184,0.50871 6.24007,0.50915 9.24834,1.26135 3.18329,0.79595 5.59901,2.3572 8.61781,3.36361 1.04122,0.34714 2.05931,0.3466 3.04774,0.84089 0.42706,0.21357 1.37091,-0.17215 1.78662,0
 .1052 0.53293,0.35535 -0.32731,0.0932 -0.10497,0.31533 0.78103,0.78118 3.75594,1.38244 4.83435,1.78692 0.68249,0.25599 1.40678,0.14159 2.1019,0.31535 2.14959,0.53746 4.56759,1.10125 6.4108,2.20736 0.87853,0.52721 2.03589,0.34464 2.83756,0.946 0.74107,0.5559 6.21342,0.12205 7.56684,0.31533 1.30413,0.18629 2.41429,1.42895 3.67832,1.6818 0.78121,0.15636 1.4546,0.71549 2.207,0.8409 1.4657,0.24433 2.95523,0.10682 4.41397,0.31535 2.01384,0.28774 3.87661,1.03811 5.88532,1.26135 0.88539,0.0983 6.21326,1.85403 6.3057,1.57668 0.51494,-1.54513 -2.77205,-3.24546 -3.78342,-3.88915 -1.3855,-0.88184 -3.046,-1.02959 -4.51908,-1.47159 -0.75907,-0.22774 -1.49456,-0.87299 -2.20699,-1.05112 -0.99153,-0.24793 -2.05463,-0.30483 -3.04776,-0.52555 -1.57547,-0.35018 -3.03952,-1.18343 -4.62418,-1.47158 -0.96621,-0.17568 -1.99221,-0.18609 -2.94266,-0.52557 -2.05892,-0.73545 -4.41648,-2.22871 -6.62097,-2.5227 -2.12447,-0.28331 -2.90803,-0.79433 -4.93946,-1.47158 -0.41235,-0.13743 -1.09721,0.0649 -1.471
 33,-0.10497 -2.18948,-0.9954 -3.87953,-2.67814 -6.20061,-3.2585 -0.60801,-0.15199 -1.37125,0.0627 -1.99679,0 -0.72524,-0.0726 -1.37986,-0.52753 -2.10192,-0.63066 -0.39943,-0.0569 -0.86927,0.0979 -1.26114,0 -1.65075,-0.41278 -2.89264,-1.38025 -4.51908,-1.78693 -2.1345,-0.53372 -4.47205,-1.06771 -6.62098,-1.6818 -2.27706,-0.6507 -4.4263,-1.60606 -6.83116,-2.20737 -0.94387,-0.236 -1.8577,-0.84801 -2.83757,-0.94601 -2.08035,-0.20808 -4.10234,-0.79378 -6.09549,-1.15626 -2.3246,-0.42268 -4.86348,-0.0798 -7.14646,-0.84088 -1.22766,-0.40928 -2.47783,-0.86607 -3.78342,-1.15623 -2.26274,-0.50292 -7.70817,-1.25048 -9.45855,-2.41758 -0.76161,-0.50784 -3.91318,-0.2912 -5.04457,-0.63068 -2.02963,-0.609 -4.02433,-1.79306 -6.09552,-2.20738 -0.60724,-0.12143 -1.40718,0.0916 -1.99677,-0.10498 -1.81658,-0.60563 -3.48814,-0.71075 -5.35984,-1.05113 -0.64509,-0.11726 -1.26015,-0.49029 -1.89172,-0.63066 -2.6869,-0.59719 -5.5879,-0.73853 -8.30256,-1.15625 -3.97782,-0.61206 -7.95698,-2.20735 -11.875
 72,-2.20735 -0.4524,-0.4928 -0.93392,-0.20564 -1.47144,-0.42075 -0.42138,-0.16861 -0.74269,-0.61768 -1.15602,-0.73579 -1.93201,-0.5521 -4.09501,-0.23972 -6.09552,-0.52556 -0.73432,-0.10497 -1.53387,-0.61366 -2.10189,-0.84089 -1.12675,-0.45079 -2.70582,-0.54517 -3.88851,-0.84091 -0.85953,-0.21492 -1.88176,0.0328 -2.73248,-0.21022 -1.72053,-0.49166 -3.19275,-1.42901 -5.04455,-1.89202 -1.23351,-0.30844 -3.1636,-0.0386 -4.30891,-0.42046 -0.66589,-0.222 -1.16729,-0.52556 -1.9968,-0.52556 -0.17524,0.14013 -0.32482,0.32012 -0.52547,0.42045 -0.0398,0.0208 -6.60712,-1.25788 -7.88212,-1.57669 -1.8733,-0.46839 -4.07337,0.006 -5.9904,-0.42046 -0.95168,-0.2115 -2.16519,-0.76742 -2.94268,-1.15623 -0.54585,-0.27296 -1.7063,-0.12891 -2.31209,-0.31535 -1.06722,-0.32842 -1.92793,-1.0656 -2.94265,-1.47157 -1.39221,-0.55696 -2.81395,-0.72396 -4.09871,-1.36646 -0.78115,-0.39063 -2.26306,0.14908 -3.15284,-0.10521 -2.67983,-0.7658 -5.4691,-1.62993 -8.302499,-2.10225 -0.7713,-0.12848 -1.66042,0.189
 21 -2.41719,0 -2.05174,-0.51302 -4.19778,-0.52435 -6.30569,-0.94601 -1.96476,-0.393 -3.8254,-0.93199 -5.78023,-1.36647 -0.44591,-0.0991 -1.17483,0.16924 -1.57643,0 z&quot;
++     id=&quot;path4121&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4242&quot;
++     d=&quot;m 285.40348,311.29918 c -2.02802,-0.17277 -4.10729,-0.0919 -6.15533,-0.0919 -1.73813,0 -7.97174,-1.42033 -9.00331,0.64319 -0.75307,1.50638 3.74453,1.75534 4.40979,2.02149 1.03195,0.41286 2.23835,0.56248 3.30732,0.91886 1.61237,0.53754 3.50657,1.2957 4.86914,2.11339 1.97787,1.1869 10.1324,1.11895 12.40254,0.55131 0.79886,-0.1998 1.94476,-1.80314 0.9187,-2.57279 -1.32689,-0.99538 -9.46769,-4.09614 -10.74885,-3.58359 z&quot;
++     style=&quot;fill:#4a4e5c;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4214&quot;
++     d=&quot;m 259.36487,318.2866 c -2.1221,0 -4.24422,0 -6.36631,0 -1.16151,0 -7.9178,-0.43825 -8.57504,0 -1.16453,0.77649 -1.72709,4.12023 -0.51969,5.32779 0.73492,0.73507 3.02094,1.51076 4.15758,2.07917 1.40177,0.701 4.79721,-0.23192 6.23639,-0.5198 4.48039,-0.8962 10.44755,1.33767 14.42166,-0.64974 0.97611,-0.48812 -0.43976,-3.03876 -0.77956,-3.37858 -0.44113,-0.44122 -5.66769,-2.84252 -6.49623,-3.11873 -0.72557,-0.24192 -0.98174,0.6988 -2.0788,0.25989 z&quot;
++     style=&quot;fill:#55576a;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#bc5818;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 516.87568,385.79381 c -4.42618,0.47392 -8.86757,0.8088 -13.31727,0.84465 -0.37263,2.29488 -0.60486,5.34691 0.38976,7.60187 2.87306,0.0726 5.81759,0.15677 8.76991,0.19482 2.67939,0.2286 5.29657,0.53918 7.92541,0.97459 0.1792,-0.0125 0.36202,0.0839 0.51971,0.12995 0.021,0.005 0.0438,-0.005 0.0649,0 0.12326,0.0375 0.20207,0.0428 0.32481,0.0649 0.12619,0.0221 0.26368,-0.0224 0.38977,0 2.49025,-0.62267 5.42549,-0.64294 8.05534,-0.2599 4.74512,0.69113 11.62083,3.29971 11.95308,2.46898 1.4223,-3.55638 -13.95278,-10.49082 -16.50045,-10.91551 -1.13758,-0.18961 -2.25802,-0.77966 -3.37802,-0.77966 -1.72097,0 -3.47088,-0.15719 -5.19701,-0.32487 z&quot;
++     id=&quot;path4504&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccccccssssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5f2a1c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 443.79302,371.43472 c -4.1928,-0.0304 -8.24396,1.15412 -10.26405,6.36738 -0.26416,3.36095 -0.19478,7.52421 4.87218,8.70642 0,0 27.60157,6.34496 37.87306,7.60188 10.27146,1.25689 23.45141,1.03956 23.45141,1.03956 7.88824,-1.08267 16.5391,-0.91917 23.25652,-1.88424 8.62056,-0.67106 -4.29809,-4.72718 -7.79548,-4.87299 -3.19034,-0.39522 -6.33317,-0.94092 -9.41954,-1.81924 -2.94303,0.0891 -5.79898,0.12039 -8.38016,-0.0649 -12.66613,-1.06843 -51.77501,-15.00884 -51.77501,-15.00884 -0.59993,-0.0486 -1.21997,-0.0608 -1.81893,-0.0649 z&quot;
++     id=&quot;path4482&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccsccccccsc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#8f3d24;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 449.48447,373.1385 c -3.39793,-0.60399 -7.11542,-1.38232 -10.36873,0.21498 -2.00794,1.03642 -2.48774,3.61505 -2.16282,5.6651 0.50796,1.95472 2.09071,3.43205 3.67554,4.57187 1.56464,1.07214 3.46603,1.42577 5.3237,1.50862 2.50204,0.33009 4.63186,1.83861 7.09793,2.29072 2.86871,0.63448 5.91489,0.94498 8.44564,2.56664 1.83345,0.84721 3.90142,0.84584 5.81978,1.40228 1.78319,0.24673 2.41367,-2.12413 1.26069,-3.22755 -1.16703,-1.58728 -2.94766,-2.55289 -4.49206,-3.722 -3.89603,-2.65107 -8.15148,-4.72364 -12.139,-7.21452 -1.16705,-1.13043 -1.2174,-2.98407 -2.46067,-4.05614 z&quot;
++     id=&quot;path4341&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#702641;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 487.90246,391.18659 c -1.6218,-0.29923 -3.4023,0.15885 -4.89993,-0.69987 -2.54176,-0.41602 -5.11142,-0.9063 -7.45665,-2.01293 -1.54056,-0.30396 -3.18525,-0.40811 -4.54493,-1.27345 -4.38234,-0.56439 -7.86303,-3.93429 -12.30639,-4.25895 -1.21044,-0.78886 -3.86816,-0.0607 -3.07447,1.70186 0.8592,1.40794 2.58235,1.89614 3.7038,3.05402 1.60175,1.28057 3.66091,1.71894 5.3278,2.89209 1.77568,1.02056 4.0046,0.75568 5.7786,1.80981 5.5227,1.47499 11.29699,1.43741 16.96545,1.21307 1.14439,0.64232 3.59554,0.29887 3.24635,-1.42124 -0.45045,-1.03616 -1.77725,-1.05941 -2.73963,-1.00441 z&quot;
++     id=&quot;path4461&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#492422;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 485.40013,376.81395 c 1.46003,-0.0872 2.34475,-1.22401 3.73281,-1.47207 1.03984,-0.83037 -0.20954,-2.213 -1.49239,-2.17966 -1.8761,-0.19876 -3.66407,-0.7542 -5.56328,-0.8442 -2.29455,-0.17486 -4.57939,-0.55153 -6.89535,-0.37935 -3.13611,0.16466 -6.27709,0.35997 -9.42249,0.2851 -1.30418,-0.44508 -2.80378,-0.45718 -4.14804,-0.11933 -1.0456,-0.29255 -2.62316,0.24136 -2.5958,1.23425 0.29969,0.80981 1.13573,1.41735 1.84683,2.01459 2.19914,1.68608 5.16673,2.55672 8.13596,2.90057 2.22833,0.24576 4.13245,1.50836 6.44124,1.42999 1.67947,0.008 3.36699,-0.0536 5.04088,-0.0276 1.65035,-0.3105 2.45637,-1.67288 3.90171,-2.2721 0.34064,-0.18856 0.68409,-0.37408 1.01792,-0.57008 z&quot;
++     id=&quot;path4876&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#cf572f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 446.52145,373.18901 c -2.1542,-0.0187 -4.33621,0.36575 -6.0415,1.75427 -2.08908,3.17799 0.77788,7.7296 4.41743,7.86176 6.29384,1.36732 12.52872,2.98083 18.64421,5.00294 8.16388,2.33028 16.55924,3.75779 25.0105,4.48315 3.02386,0.44436 6.04508,0.95219 9.01721,1.66792 2.37428,0.65683 3.22135,0.36561 3.86914,-1.61729 -0.30584,-1.56834 -2.15114,-3.26669 -3.59673,-3.68913 -1.01325,-0.80828 -2.06749,-1.67475 -3.1182,-2.46898 -11.45894,-1.8759 -34.03491,-9.47624 -43.84959,-12.8647 -0.73756,-0.0908 -1.43715,-0.11376 -2.20873,0 -0.69324,-0.062 -1.42569,-0.12371 -2.14374,-0.12994 z&quot;
++     id=&quot;path4050&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;sccccccccccs&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#000000;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none&quot;
++     d=&quot;m 33.575107,284.75347 c 136.852603,29.65542 261.257103,63.07578 397.390473,97.04726 l 2.60062,0.36399 -0.31223,-3.31505 C 296.80658,345.46641 177.90281,310.97161 33.575107,284.75347 z&quot;
++     id=&quot;path3757&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccc&quot; /&gt;
++  &lt;path
++     style=&quot;opacity:0.54716982;fill:#27374e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 78.379701,283.52592 21.24271,7.53689 185.987259,26.31417 81.33287,5.8476 c -1.13548,-1.46063 -2.24529,-3.18444 -3.31309,-5.26284 C 292.37412,307.47252 233.41517,299.49183 185.50264,293.7917 l -1.62404,-0.19484 -55.73771,-6.0425 c -19.19036,-1.86554 -35.748499,-3.22504 -49.761189,-4.02835 z&quot;
++     id=&quot;path3767&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#a29090;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 563.91823,351.61797 c 0.7277,0.0857 1.08095,0.83232 1.45121,1.37485 0.79921,0.99592 1.15126,2.24637 1.59181,3.42425 0.25958,1.16561 0.61666,2.32671 0.67755,3.52378 -0.0271,1.28466 -0.38358,2.57212 -1.01468,3.6894 -0.52059,0.79472 -1.08589,1.57974 -1.78334,2.22803 -0.5955,0.45321 -1.25821,0.81485 -1.80664,1.32958 -0.56363,0.41587 -1.30266,0.78726 -2.01329,0.5754 -0.80218,-0.40801 -0.26979,-1.39279 -0.23604,-2.06505 0.84329,-3.2884 0.75425,-6.56526 0.64328,-9.92158 -0.33113,-2.63277 0.81094,-4.62197 2.49014,-4.15866 z&quot;
++     id=&quot;path4706&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#29221c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 568.87896,356.37479 c -6.69207,-14.83713 -15.87518,-28.19945 -45.59279,-25.0814 -8.30112,0.0664 -14.75428,3.41954 -20.43731,7.11617 -1.79792,1.16949 -3.82667,2.36428 -5.75993,3.59345 -1.07845,0.68569 -3.60822,2.4264 -3.60822,2.4264 l -0.19812,-0.67734 c 0,0 3.31066,-2.40094 3.50832,-2.59433 5.60996,-5.48872 13.49973,-11.13852 25.7479,-12.44848 35.61869,-3.20774 42.51936,11.71193 46.3402,27.66553 z&quot;
++     id=&quot;path3828&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccssccscc&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3865&quot;
++     d=&quot;m 566.05279,359.70448 c -0.20185,-2.05897 -0.98994,-3.45017 -1.77816,-3.4685 -0.93202,-0.0215 -1.55206,1.54611 -0.955,4.28624 0.22688,0.86893 -0.14905,2.36702 0.29527,2.76905 1.08896,0.98532 2.9194,-0.28908 2.43789,-3.58679 z&quot;
++     style=&quot;fill:#e3c8bf;fill-opacity:1;stroke:none&quot;
++     sodipodi:nodetypes=&quot;cscsc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78c1ba;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 595.54736,272.02271 c -0.0221,1.44241 -0.0389,2.80898 -0.0281,4.29277 0.43703,2.82211 2.02586,3.78162 5.64457,2.71905 5.4565,-2.10087 5.0408,-6.24376 1.71398,-9.46953 -3.59283,-2.06487 -7.34591,-1.16294 -7.3304,2.45771 z&quot;
++     id=&quot;path3942&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#60847b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 596.51953,287.22938 c 0.40039,-3.44916 -2.03005,-2.75903 -4.54736,-3.11871 -1.79065,-0.25585 -4.12371,-3.76956 -5.58676,-2.59893 -4.62609,3.7015 2.35707,14.27568 7.27578,9.35615 1.23965,-1.23986 1.43419,-2.49899 2.85834,-3.63851 z&quot;
++     id=&quot;path4157&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#8caf9e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 586.25549,285.28019 c 0.24901,-1.0709 1.30616,-4.31554 0.12992,-5.19785 -0.97789,-0.73354 -4.121,-2.98372 -5.32691,-2.07915 -1.13439,0.85092 -0.9635,2.40332 -1.16932,3.63851 -0.42841,2.57083 -0.75855,4.28822 2.59848,4.28822 0.41319,0 1.30551,0.38671 1.81896,0.12996 0.87662,-0.4384 0.93192,-0.77969 1.94887,-0.77969 z&quot;
++     id=&quot;path4153&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3944&quot;
++     d=&quot;m 667.71889,274.75455 c -0.73569,4.58338 1.91097,4.38305 5.68561,4.91854 14.43811,1.83025 10.97962,-2.72677 1.20032,-6.86898 -5.01335,-2.00443 -7.07165,-1.60163 -6.88593,1.95044 z&quot;
++     style=&quot;fill:#78bcbf;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 644.9165,258.38128 c -0.0416,0.39668 -0.0925,0.91797 -0.12993,1.29945 -0.64016,4.02949 -0.0165,4.63972 3.6379,5.26284 8.06065,1.23313 10.25634,-0.15594 8.89985,-2.40402 -4.02594,-1.47409 -8.1641,-2.85227 -12.40782,-4.15827 z&quot;
++     id=&quot;path3948&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 618.94164,295.15754 c -0.21651,6.04589 1.66383,7.36415 5.76133,6.25416 6.45825,-2.78106 4.8975,-8.31498 -0.15175,-12.02347 -5.51363,-2.00715 -5.51874,-0.78883 -5.6095,5.76931 z&quot;
++     id=&quot;path3954&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3956&quot;
++     d=&quot;m 608.15183,260.7064 c 1.00649,3.34709 1.94145,4.6617 6.07889,3.80581 6.70362,-1.81003 3.78202,-5.97557 -2.25197,-8.39916 -2.82128,-0.99201 -4.71029,0.0625 -3.82692,4.59335 z&quot;
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3958&quot;
++     d=&quot;m 588.28108,254.2269 c -0.0252,3.28368 0.68277,5.37358 4.12533,4.90573 8.352,-1.60328 6.61672,-6.12346 1.13211,-8.94483 -5.71379,-2.89753 -5.61581,-1.1488 -5.25744,4.0391 z&quot;
++     style=&quot;fill:#78bcbf;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78bcbf;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 630.09535,264.45677 c 0.30849,4.878 1.75068,5.26793 5.23733,4.96186 7.02417,-1.75902 5.30841,-5.93095 0.19438,-8.62562 -5.59073,-2.79698 -5.79517,-1.60909 -5.43174,3.66376 z&quot;
++     id=&quot;path3960&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3962&quot;
++     d=&quot;m 576.31159,266.69355 c 0.0975,4.04408 2.34296,5.04988 4.91084,4.57863 6.63944,-1.44654 5.81532,-4.70784 1.6403,-7.0167 -5.0247,-2.25726 -6.43291,-2.88209 -6.55114,2.43807 z&quot;
++     style=&quot;fill:#78c1ba;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3966&quot;
++     d=&quot;m 619.40251,250.67397 c 0.0391,1.39801 0.006,2.41394 0.006,3.41908 -0.49272,3.61919 2.07297,3.14262 4.65653,3.28057 9.95595,0.0724 4.33683,-4.46703 -4.66178,-6.69965 z&quot;
++     style=&quot;fill:#78bcbf;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 603.34058,249.47993 c 0.68349,1.03541 2.19629,0.8478 3.6379,0.51978 -1.2167,-0.16861 -2.40113,-0.36657 -3.6379,-0.51978 z&quot;
++     id=&quot;path3968&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3970&quot;
++     d=&quot;m 599.81529,292.81763 c 0.59664,5.55083 3.13234,5.79562 7.78429,4.48098 6.75699,-2.48149 4.88988,-7.99431 -0.37672,-11.31722 -5.56674,-4.2692 -7.1722,1.77454 -7.40757,6.83624 z&quot;
++     style=&quot;fill:#78c1ba;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 616.57754,279.45571 c 1.84038,3.74579 4.6631,2.73808 8.55909,2.2435 6.48779,-1.1655 1.59169,-3.90888 -4.48733,-5.54891 -4.93545,-1.12138 -6.10306,-0.28795 -4.07176,3.30541 z&quot;
++     id=&quot;path3972&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;ccccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3982&quot;
++     d=&quot;m 455.71637,271.69509 c -0.0186,1.24517 -0.0335,2.42488 -0.0244,3.70578 0.37728,2.43621 1.74884,3.26453 4.87273,2.34725 4.71039,-1.8136 4.35153,-5.39 1.47963,-8.17467 -3.10154,-1.78251 -6.34144,-1.00393 -6.32806,2.12164 z&quot;
++     style=&quot;fill:#70998f;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#7faca0;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 457.17662,286.59618 c -0.0104,0.75051 -0.0207,1.4616 -0.0146,2.23366 0.22739,1.4684 1.05411,1.96766 2.93702,1.41478 2.83919,-1.09313 2.62288,-3.24881 0.89184,-4.92726 -1.86944,-1.0744 -3.82231,-0.60511 -3.81422,1.27882 z&quot;
++     id=&quot;path3984&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccc&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;ccccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3986&quot;
++     d=&quot;m 472.0597,275.38607 c -0.0104,0.75051 -0.0208,1.4616 -0.0146,2.23366 0.22739,1.46842 1.0541,1.96768 2.93701,1.4148 2.83919,-1.09314 2.6229,-3.24881 0.89187,-4.92727 -1.86945,-1.07441 -3.82231,-0.60511 -3.81422,1.27881 z&quot;
++     style=&quot;fill:#b1f5e0;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#2d1e29;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 433.40711,294.11651 c 1.31593,0.0712 2.57238,-1.13765 2.57238,-2.48092 0,-3.05255 -10.01391,-6.35008 -10.01391,-1.92964 0,1.3014 0.0915,1.56166 1.01059,2.48093 0.94451,0.94468 2.04822,1.39185 3.30735,2.02151 1.09641,0.54829 2.06796,0.11933 3.12359,-0.0919 z&quot;
++     id=&quot;path5097&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;ccccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3990&quot;
++     d=&quot;m 436.91536,288.7076 c 0.54247,-0.84201 1.05709,-1.63939 1.59601,-2.51755 0.78105,-1.82271 0.19873,-2.97254 -2.32339,-3.67882 -3.98619,-0.77131 -5.2658,1.82132 -4.4937,4.94538 1.35589,2.53837 3.89787,3.38872 5.22096,1.2509 z&quot;
++     style=&quot;fill:#7faca0;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;ccccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3992&quot;
++     d=&quot;m 440.63755,274.14681 c -0.0104,0.62742 -0.0165,1.22185 -0.0125,1.86728 0.19022,1.22756 0.88124,1.64492 2.4553,1.18271 2.37346,-0.91384 2.19263,-2.71589 0.74554,-4.11905 -1.5628,-0.89815 -3.19534,-0.50585 -3.18858,1.06906 z&quot;
++     style=&quot;fill:#7faca0;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#7faca0;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 445.23642,284.23296 c -0.0146,0.89643 -0.0237,1.74572 -0.0186,2.66789 0.27176,1.75389 1.25906,2.35021 3.50803,1.68983 3.39114,-1.30567 3.13275,-3.88038 1.06521,-5.88517 -2.23286,-1.28328 -4.5654,-0.72275 -4.55574,1.52745 z&quot;
++     id=&quot;path3994&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#7faca0;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 421.05623,288.89137 c 0.40287,-0.62533 0.78507,-1.21749 1.1853,-1.86969 0.58009,-1.35367 0.14759,-2.20761 -1.72549,-2.73214 -2.96041,-0.57281 -3.91074,1.35265 -3.33732,3.67277 1.00696,1.88516 2.8948,2.51669 3.87743,0.92901 z&quot;
++     id=&quot;path3996&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4a8177;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 596.47752,295.03534 c -0.87302,-2.63181 2.78984,-7.42591 -0.36749,-9.00483 -2.66427,-1.33235 -4.27736,5.85504 -6.06344,4.96186 -1.78638,-0.89335 -0.36684,-4.96164 -2.02117,-5.51318 -8.84652,-2.94933 -9.64904,7.9232 -4.77726,11.57764 2.19813,1.64889 3.6374,0.81764 6.24719,1.4702 1.0243,0.2561 5.85562,4.69072 6.79843,0.91885 0.38463,-1.53872 0.83319,-2.78662 0.18377,-4.41054 z&quot;
++     id=&quot;path4139&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#74bda8;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 584.71808,303.30511 c -0.59005,-0.7898 -0.23772,-1.78889 -0.55124,-2.5728 -0.70782,-1.7699 -0.44945,-2.7566 -2.75612,-2.7566 -0.1074,0 -1.33385,-0.13596 -1.46992,0 -0.9352,0.93535 -0.17524,11.94805 0.36747,12.12897 3.03839,1.01298 3.83831,-3.75722 5.51225,-4.59431 1.80369,-0.902 -3.256,-3.28223 -1.10244,-2.20526 z&quot;
++     id=&quot;path4199&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78c1ba;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 582.50514,300.41656 c 0.82142,3.39411 1.58445,4.7272 4.96107,3.85928 5.47094,-1.83549 3.0866,-6.05957 -1.83785,-8.51723 -2.30251,-1.00594 -3.84414,0.0635 -3.12322,4.65795 z&quot;
++     id=&quot;path3998&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4000&quot;
++     d=&quot;m 635.74342,335.76738 c -2.49769,-0.70095 -3.93907,-0.56993 -7.04971,2.91855 -4.83271,5.83667 -0.30044,5.4523 6.03413,1.96509 2.89271,-1.69203 3.98786,-3.57404 1.01558,-4.88364 z&quot;
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78c1ba;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 623.81454,312.38391 c -2.6957,-0.92794 -4.25133,-0.75447 -7.60858,3.86363 -5.21579,7.72667 -0.32423,7.21783 6.5125,2.60141 3.12203,-2.23993 4.30399,-4.73138 1.09608,-6.46504 z&quot;
++     id=&quot;path4002&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4004&quot;
++     d=&quot;m 638.19165,315.36598 c -2.33779,0.0703 -3.5275,0.46597 -5.14081,3.44501 -2.38231,4.90473 1.3669,3.67905 5.7288,0.0104 1.96224,-1.74139 2.33556,-3.22369 -0.58799,-3.45522 z&quot;
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 605.49411,311.96362 c -3.14965,0.77248 -4.44956,1.53163 -4.15641,5.04503 0.85857,5.70239 4.97296,3.33164 7.87198,-1.70726 1.22757,-2.35935 0.49231,-3.97875 -3.7154,-3.33757 z&quot;
++     id=&quot;path4006&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#7ad3d0;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 646.82263,297.24061 c -1.69726,-0.7882 -5.039,-1.40472 -6.98216,-0.91885 -4.3582,1.0897 -6.63305,10.28513 -2.20489,11.76143 2.97562,0.99201 5.94608,1.77133 8.26834,-0.55132 0.17317,-0.1732 -0.17316,0.56181 0,0.73506 0.14157,0.1416 1.03091,0.83377 1.28619,0.91888 1.64045,0.54691 3.69819,2.15348 5.696,1.65395 1.38923,-0.34738 1.63255,-1.81659 2.57238,-2.75657 0.61911,-0.61926 1.75916,-0.61773 2.20488,-1.28641 0.48578,-0.72881 1.09515,-4.05764 0.55124,-5.14563 -0.65415,-1.3085 -2.88758,-0.99768 -4.04232,-1.28642 -0.50467,-0.1262 -3.13211,-2.39754 -3.30733,-2.57278 -0.46506,-0.46514 -3.22057,-0.22259 -4.04233,-0.55134 z&quot;
++     id=&quot;path3359&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4008&quot;
++     d=&quot;m 638.73227,300.5214 c -2.44836,4.64817 -1.7095,6.28381 1.41947,6.74021 5.32509,-0.0857 6.40472,-4.90793 4.48483,-9.43171 -2.87543,-3.34598 -3.34339,-2.39692 -5.90416,2.69156 z&quot;
++     style=&quot;fill:#92e2df;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#92e2df;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 650.71156,303.29704 c -3.99696,3.48026 -4.33437,5.28341 -2.4761,6.84315 3.60064,1.84447 6.77177,-2.29406 7.78757,-7.23656 -0.22086,-4.18181 -1.01561,-3.45964 -5.31137,0.39351 z&quot;
++     id=&quot;path4010&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 661.96531,313.94386 c -3.20216,1.39959 -4.39534,2.48517 -3.05109,6.49129 2.59819,6.44024 6.38388,3.04113 8.06829,-3.24036 0.64743,-2.92011 -0.62527,-4.66978 -5.0172,-3.25093 z&quot;
++     id=&quot;path4014&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4016&quot;
++     d=&quot;m 678.83679,333.04915 c -3.33489,1.37447 -4.5775,2.44055 -3.17752,6.3747 2.70584,6.32457 6.6484,2.9865 8.40264,-3.18216 0.67424,-2.86765 -0.65122,-4.5859 -5.22512,-3.19254 z&quot;
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78c1ba;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 655.57751,274.85222 c -2.04274,-2.51409 -3.16521,-3.3066 -5.25022,-1.07645 -3.19539,3.97724 0.33705,6.50328 4.96364,6.40769 2.10229,-0.16612 2.76749,-1.75502 0.28658,-5.33124 z&quot;
++     id=&quot;path4018&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4020&quot;
++     d=&quot;m 642.31995,282.33542 c -1.63496,-2.28847 -2.53333,-3.00987 -4.20215,-0.97987 -2.55753,3.62033 0.26976,5.9197 3.97282,5.8327 1.68261,-0.15116 2.21502,-1.59754 0.22933,-4.85283 z&quot;
++     style=&quot;fill:#78c1ba;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#355f61;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 610.16433,443.43356 c -3.12289,-2.66578 -7.01556,-4.13273 -10.46857,-6.28735 -2.46338,2.88246 1.95641,5.49096 4.48736,5.91683 1.55754,0.63361 5.33642,3.17366 5.98121,0.37052 z&quot;
++     id=&quot;path4358&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4a6c6a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 584.63143,423.54326 c -15.74931,1.93971 -1.38275,8.05956 6.30136,10.33074 4.31427,1.26732 7.14401,5.15832 11.62825,5.26285 2.79844,1.28182 6.38803,1.0072 8.83488,-0.90963 l -20.72299,-14.22916 c -1.98081,-0.39736 -4.01325,-0.58458 -6.0415,-0.4548 z&quot;
++     id=&quot;path4022&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccsccccccscscccccccsssccccsccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4322&quot;
++     d=&quot;m 491.64003,394.73171 c 1.25673,0.60694 6.46629,4.10171 6.21222,4.77809 -0.34351,0.91456 -9.01453,1.74076 -9.61529,2.94036 -0.6884,1.37457 2.50253,4.22239 3.26505,5.23749 1.04317,1.38872 -1.28765,3.24771 -0.27615,4.5943 1.10287,1.46818 4.37192,3.76807 5.10784,5.23751 0.15404,0.30756 -0.14925,0.48174 -0.27613,0.73508 -0.43747,0.87353 -7.02186,-0.9658 -7.35018,-0.0919 -0.48422,1.28924 8.65857,10.6999 9.22986,12.22084 0.35791,0.95291 -8.08112,-0.26886 -7.80707,0.6432 0.47348,1.57568 7.9451,4.97788 7.9451,6.61579 0,0.18421 0.17337,1.07911 0,1.1945 -1.22834,0.8176 -3.51325,1.16924 -5.24589,1.74585 -0.94771,0.31541 3.02654,7.72803 2.75517,8.26974 -0.4497,0.89799 -2.87073,1.13798 -3.31319,2.0215 -0.36071,0.72025 -1.60303,2.95542 -1.24241,3.67545 0.42006,0.83882 1.84414,1.35234 2.3468,2.02148 0.51397,0.68419 0.23585,5.47487 -0.27613,6.15638 -0.13989,0.18627 -1.39118,0.47009 -1.65658,0.73507 -0.32527,0.32474 -0.62211,1.22198 -1.51855,1.10263 -0.87988,-0.11703 -13.23048,
 -11.32632 -13.88414,-11.7614 -0.3923,-0.26111 -0.59113,-1.06258 -0.82828,-1.37828 -2.91756,-3.88385 -2.2088,-8.24649 -2.2088,-12.58839 0,-5.38766 -0.22833,-10.80117 0.27614,-16.17196 0.55108,-5.86896 -0.54285,-11.99509 0.55219,-17.82588 0.31145,-1.65799 0.85231,-3.28397 1.10438,-4.96185 0.30239,-2.01332 0.15425,-3.62156 0.96636,-5.51315 0.26334,-0.61366 0.70487,-1.29291 1.51852,-1.65395 1.07442,-0.47676 11.39195,0.29958 12.70056,0.73507 0.30049,0.1 1.31035,1.07855 1.5185,1.2864 z&quot;
++     style=&quot;opacity:0.97844825;fill:#223d3f;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#d8793b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 467.58297,379.20298 c -3.76791,-1.12875 -7.43648,-2.82337 -11.40487,-3.05984 -2.66415,-0.98789 -5.28179,-2.66249 -8.2465,-2.25235 -2.0486,-0.0309 -5.33358,0.28681 -5.52191,2.89158 0.17981,2.496 2.83466,3.92714 5.04441,4.32193 3.67572,0.48101 6.80323,2.70267 10.37227,3.57556 5.62276,1.8874 11.38026,3.35644 17.11881,4.82276 2.10717,0.47225 4.28272,0.0973 6.39191,0.39837 2.26179,0.46728 4.59495,1.24812 6.90835,0.61921 3.01993,-0.24584 5.01955,3.18852 8.08997,2.62498 2.67151,-0.80109 1.52453,-4.1734 -0.22983,-5.35481 -1.96211,-1.87414 -4.79977,-2.05625 -7.36266,-2.01214 -6.45092,-0.22094 -13.28211,0.3195 -19.25502,-2.58553 -1.29238,-0.83052 -2.33286,-2.40471 -1.90493,-3.98972 z&quot;
++     id=&quot;path4332&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#e5a84b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 447.17107,374.61841 c -1.09529,0.0754 -2.14166,0.45022 -2.92332,1.29947 -1.31486,2.33626 2.15549,3.64722 3.96272,3.96336 11.76197,2.06403 14.42984,7.79671 33.78042,9.16122 3.23542,-0.1316 6.56309,-0.0963 9.67941,0.84465 1.31087,0.60812 3.80176,3.17291 4.74223,1.16952 -0.16443,-2.03185 -1.96191,-3.28921 -2.72842,-5.06791 -5.69394,-1.03503 -13.76734,-3.388 -21.76239,-5.84758 -2.94889,-0.42215 -5.89423,-1.06461 -8.76992,-1.81926 -4.32214,-0.81208 -8.64573,-1.78297 -12.73261,-3.44358 -1.02744,-0.13557 -2.15285,-0.3353 -3.24812,-0.25989 z&quot;
++     id=&quot;path4030&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#ffe268;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 477.86191,384.25117 c -2.03221,-1.20819 -4.49765,-1.26896 -6.70003,-1.90755 -1.63817,-0.35578 -3.31529,-0.75061 -5.00185,-0.54559 -0.85517,0.33979 -0.7239,1.81939 0.18148,1.99632 2.31854,1.57297 12.6032,3.25469 16.62009,3.30083 3.2493,0.0371 1.54403,-0.74048 -5.09969,-2.84401 z&quot;
++     id=&quot;path4074&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccsc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#da7421;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 571.44407,378.19193 c -6.03517,0.31079 -11.8212,2.26557 -17.79361,3.02976 -5.11189,1.01188 -10.26635,1.79149 -15.37967,2.79561 -2.38967,-0.75644 -5.68661,2.04759 -3.98308,4.43602 1.5581,2.25123 4.43382,2.87417 6.3736,4.68651 4.12173,2.47969 8.99053,3.37893 13.04142,6.00173 4.45559,2.28652 9.7295,4.49674 14.73162,2.68912 3.74701,-1.38585 7.09075,-3.65686 10.81828,-5.08552 3.25091,-1.74554 6.24097,-4.2129 8.00611,-7.50567 0.54994,-2.5724 -1.98101,-4.35161 -4.08129,-5.13531 -4.15067,-1.46882 -7.55625,-4.49064 -11.73338,-5.91225 z&quot;
++     id=&quot;path4130&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#e28633;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 570.14482,380.14114 c -2.86403,-0.19774 -5.95226,-0.81144 -8.62981,0.57125 -4.04743,1.97716 -8.66799,1.67534 -13.00287,2.44101 -2.32915,0.24289 -4.84192,0.30542 -6.88778,1.55651 -1.18215,1.28076 -0.42649,3.55001 1.17029,4.08391 2.82323,1.83565 6.11356,2.75632 9.02892,4.41767 1.94768,0.78637 4.14341,0.65284 6.11438,0.0371 3.01495,-0.36103 6.30266,-0.0276 8.98528,-1.71882 2.30034,-1.43337 3.53077,-4.1565 3.64654,-6.80307 0.30001,-1.35012 1.23226,-2.83546 0.40173,-4.17839 -0.17566,-0.27518 -0.51121,-0.40528 -0.82668,-0.40696 z&quot;
++     id=&quot;path4148&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#f3af5c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 564.42813,382.74006 c -2.11275,0.72587 -4.30368,1.5301 -6.57675,1.29612 -2.45287,0.0231 -4.89816,0.37933 -7.35309,0.23064 -0.76545,-0.0461 -1.50351,0.27495 -2.02332,0.82743 -0.56083,0.46288 -0.14676,1.21188 0.49509,1.23639 0.73059,0.15137 1.47956,0.18962 2.21298,0.32755 2.2667,0.27138 4.59819,0.24989 6.8234,-0.29548 1.40306,-0.3901 2.6908,-1.15007 3.7532,-2.13976 0.54951,-0.46798 1.28577,-0.51435 1.91951,-0.79282 0.30838,-0.15073 0.59762,-0.37432 0.74898,-0.69007 z&quot;
++     id=&quot;path4150&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#cf5c1b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 679.28159,413.66732 c -5.2034,-2.03753 -10.87316,-2.49181 -16.4112,-2.26656 -2.77849,-0.24278 -5.53185,-0.79999 -8.33238,-0.73599 -1.52257,-0.0551 -3.04706,-0.1148 -4.56134,-0.29116 -1.4264,1.1353 -0.1981,3.26885 1.22171,3.76286 1.68185,0.95676 3.4669,1.8643 5.42799,2.00845 3.52463,0.92433 6.59641,3.57763 10.39457,3.35711 2.62241,-0.14596 5.28528,-0.28184 7.86385,0.31755 3.4905,0.35703 7.22489,0.14408 10.31848,-1.67092 1.40776,-1.2033 0.30955,-3.67056 -1.40865,-3.84221 -1.50998,-0.62441 -3.17115,-0.95923 -4.80468,-0.7599 l 0.14406,0.0646 0.14759,0.0561 0,0 z&quot;
++     id=&quot;path4247&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#dc5e33;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 683.95887,417.69566 c 0.42234,-0.87716 -0.55939,-1.52311 -0.93133,-2.21 -0.653,-0.76451 -1.74323,-0.76125 -2.65507,-0.93934 -1.12263,-0.13513 -2.24106,-0.30873 -3.33969,-0.577 -1.35742,-0.18423 -2.72917,0.14345 -4.08634,-0.0805 -2.18267,-0.18631 -4.46688,-0.26212 -6.54689,0.53023 -0.90358,0.54141 -0.8687,1.89036 -0.30569,2.668 0.84385,1.14912 2.32256,1.52811 3.63563,1.85518 2.80985,0.61701 5.69267,0.20845 8.52231,-10e-4 0.89854,0.0859 1.73097,-0.24262 2.58361,-0.42628 0.88978,0.12954 1.48362,-0.47671 2.17438,-0.85847 0.30991,-0.0891 0.64707,-0.0696 0.94908,0.0406 z&quot;
++     id=&quot;path4237&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#d9560a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 628.80583,421.91892 c 7.11148,8.92861 -11.02379,-0.234 -16.37052,1.10455 -2.5952,1.18058 -2.527,5.38975 0,6.62727 1.88753,1.5047 4.25052,2.28328 6.10648,3.83342 1.24404,2.7103 -2.62256,3.69307 -3.24813,5.91256 -0.15508,0.44494 -0.27502,0.85573 -0.32481,1.29947 l 25.33532,17.25039 c 0,0 2.36517,-2.13096 3.9627,-3.73594 0.19854,-0.91215 0.45284,-1.833 0.90947,-2.66391 0.99155,-3.1153 1.22952,-6.50218 2.79338,-9.42112 0.84052,-2.55408 2.9926,-4.42985 3.70287,-7.01712 0.0597,-1.15371 -0.99053,-2.77842 -2.27368,-1.94919 -2.93906,-1.04093 -4.22758,-4.54 -7.34076,-5.26283 -4.49335,-1.80896 -8.16477,-5.83626 -13.25232,-5.97755 z&quot;
++     id=&quot;path4259&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#af4223;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 635.82176,434.39379 c -2.14143,10e-4 -7.78559,-3.29474 -9.61442,-2.27407 3.8375,5.65928 -1.15392,5.20956 -2.14376,7.277 -0.66404,2.00925 -0.15945,5.82257 0.45475,7.86177 l 15.88329,10.65563 c 0,0 3.57701,-3.49369 7.82796,-7.66686 0.0919,-0.87093 0.16881,-1.74029 0.32481,-2.59892 0.45655,-2.11196 1.34046,-4.12693 2.01383,-6.17246 0.45766,-2.172 -1.19372,-4.43608 -3.37803,-4.74306 -1.96741,-0.50192 -4.00295,0.23838 -5.97653,0 -1.58931,-0.55496 -2.68237,-2.19944 -4.48242,-2.20909 -0.31339,-0.0527 -0.60356,-0.13035 -0.90948,-0.12994 z&quot;
++     id=&quot;path4269&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#6a293c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 639.13485,439.00691 c -0.96629,0.0814 -1.99667,1.60577 -2.79338,2.20908 -1.44378,1.34961 -3.29522,-0.88273 -4.35248,0.71469 -0.90867,1.16436 3.36304,4.1428 1.81894,6.88717 -0.89189,0.87443 -3.11982,1.65866 -2.98826,2.85882 l 9.4845,6.23745 c 0,0 3.02577,-2.81084 6.69114,-6.43236 0.0807,-0.37118 0.17793,-0.73678 0.25984,-1.10455 0.38904,-2.25161 0.55578,-4.54035 0.64963,-6.82219 0.1796,-0.84946 0.28289,-1.73089 0.3248,-2.59892 -1.58756,-1.66767 -4.05261,-1.62028 -6.17143,-1.88425 -0.93811,-0.0632 -1.95702,-0.14635 -2.9233,-0.0648 z&quot;
++     id=&quot;path4277&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccccccccsc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3aa9c5;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 648.84381,467.96489 c -6.18437,-1.94333 -10.62677,-7.19849 -16.75913,-9.2535 -3.36566,-0.26388 -8.67267,-1.07019 -10.11836,-0.32607 -2.53581,1.40432 -1.14788,4.31024 0.95599,4.96036 2.0027,0.81035 4.16397,-0.26723 6.17199,-0.26201 3.72369,0.0977 7.43461,0.64596 10.80872,2.31694 2.9037,1.08801 5.84713,2.17298 8.94079,2.56428 z&quot;
++     id=&quot;path4302&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;opacity:0.74842769;fill:#fbe5a7;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 701.36879,425.23255 c -0.47311,0.28425 -1.14417,0.64012 -2.46856,1.42942 -4.21812,2.51386 -16.90898,-0.91358 -23.90616,1.6893 -2.26781,0.84362 -4.19145,1.93041 -5.97653,3.1837 -2.19446,2.32966 -4.29715,4.81605 -7.27578,6.17246 -1.10773,1.02511 -2.20921,2.06989 -3.44301,3.11871 -4.72959,4.02051 -12.25067,11.57247 -15.39608,14.74892 -0.14802,1.10416 -0.19105,2.20595 -0.0649,3.24867 1.64441,0.55896 3.85402,1.42336 7.34073,2.9238 1.45894,-0.50246 3.02782,-0.0793 4.1576,-1.81925 -3.65138,-6.5797 3.16332,-7.19212 7.86044,-8.12167 -2.5848,-2.02352 -2.18886,-7.18933 3.05324,-6.7572 -1.28038,-6.47476 11.52007,-2.96847 11.43339,-5.52273 -5.7283,-4.79829 4.67922,-5.25279 7.9254,-3.24865 -2.20705,-1.50044 0.44482,-5.26379 5.13202,-4.02835 3.88336,0.29106 13.73425,-2.5814 11.62826,-7.01713 z&quot;
++     id=&quot;path4521&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#ffaa4d;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 701.62864,423.28337 c -0.29386,-3.8233 -4.49803,-5.67461 -7.87678,-5.84519 -6.96809,-0.33066 -13.59254,3.16815 -20.58887,2.20826 -5.11663,-0.32193 -10.77734,0.18815 -14.68143,3.89667 -2.25699,1.85322 -3.96729,4.19753 -5.323,6.75248 -1.58542,6.70944 -7.39482,10.58071 -10.80366,16.04118 -2.23602,3.71238 -6.54401,8.46501 -5.11389,9.6553 2.99211,2.49033 4.23951,2.17234 4.38904,2.23443 2.58527,-3.42146 10.89399,-10.29064 12.5459,-13.7637 6.06693,-5.15007 13.47864,-8.66138 18.73552,-14.76405 3.16277,-3.0614 7.49681,-5.2185 11.99073,-4.67055 4.84955,0.0553 9.72198,0.32189 14.55804,0.0165 0.96437,-0.16884 1.90418,-0.77046 2.1684,-1.76252 z&quot;
++     id=&quot;path4221&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccsccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#ffe17c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 701.49872,425.49246 c 0.7596,-3.28555 -3.12576,-6.46221 -6.20128,-5.11538 -6.5078,-0.32572 -12.45936,4.21114 -19.01543,2.75572 -2.36095,-0.49502 -2.0315,1.9001 -4.25723,2.77318 -2.45769,0.96408 -7.42653,0.53576 -9.03533,2.69229 -2.8666,1.05237 1.50251,2.06308 0.10439,3.55157 -1.03201,1.09864 -6.59633,2.99239 -7.48876,4.27216 -1.53604,3.09263 -3.63211,5.30883 -5.86106,7.62755 -1.44087,1.49898 0.77594,1.95321 -0.53416,3.5495 -1.03498,1.2712 -4.06804,2.98273 -5.13939,4.01017 -3.41685,3.27672 -4.02344,6.58127 -3.49712,6.45014 1.2099,0.28197 5.79939,2.09265 6.10565,2.03801 1.92724,-0.34383 3.15338,-4.08556 3.55795,-5.73301 1.04995,-2.15012 4.74994,-4.13151 6.14265,-6.09965 0.93765,-1.32506 -3.84261,-2.15159 0.74742,-3.73713 1.60615,-1.47158 3.21016,-2.95972 4.83829,-4.42209 1.3431,-1.20638 6.19375,-1.56826 7.58444,-2.71578 1.06574,-0.87937 -1.3413,-2.56146 -0.23235,-3.38159 1.50008,-1.10941 3.04577,-2.15484 4.6535,-3.10981 2.25237,-0.91451 1.27726,-2.97077 3.64459
 ,-3.14664 6.02918,-0.44784 15.59371,2.22721 21.34011,-10e-4 1.01545,-0.52549 1.93519,-1.27871 2.54322,-2.25703 z&quot;
++     id=&quot;path4190&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccscscscscscscssscsccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#2b7679;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 595.0076,452.71183 c -3.77496,-2.64798 -8.00343,-5.21057 -12.75882,-5.26412 -0.32201,3.59068 3.82585,4.66756 6.19044,6.28855 1.86889,1.65496 7.16415,3.72817 7.44881,-0.21994 -0.069,-0.42782 -0.45902,-0.75432 -0.88043,-0.80449 z&quot;
++     id=&quot;path4342&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#255a60;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 613.44017,447.80059 c -2.04121,-1.69171 -4.55938,-2.89377 -7.04805,-3.89723 -2.01434,0.18816 -0.24287,2.81454 1.55502,3.11537 1.6578,0.66299 3.04494,2.29144 4.81794,2.38088 0.93073,-0.0247 1.2687,-0.85749 0.67503,-1.59897 z&quot;
++     id=&quot;path4356&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#9a7456;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 493.09946,343.49622 c -3.04509,-4.90712 -8.78507,-7.31994 -14.29116,-8.16014 -4.77332,-1.04277 -9.71882,-2.33346 -14.61371,-1.31502 -2.52356,1.22003 -4.07578,3.89736 -6.79849,4.7766 -3.41861,2.2606 -4.52195,4.83879 -6.71589,7.3489 -2.15912,1.71852 -3.26132,4.74181 -3.46083,6.54173 1.10171,6.44481 22.20754,11.46679 27.80999,10.70895 4.63814,-0.27373 9.92794,-0.0849 13.61173,-3.39727 2.63326,-2.49244 4.19514,-5.7979 5.22918,-9.2413 0.42485,-2.38723 0.34468,-4.65461 -0.77082,-7.26245 z&quot;
++     id=&quot;path4404&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#b8956c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 491.54036,350.77323 c 1.60427,-6.0727 -2.27944,-9.09939 -7.32854,-10.92968 -2.35709,-0.90774 -7.66422,0.27191 -10.17621,0.14761 -9.56639,-0.47347 -16.49634,2.39187 -19.14733,6.60411 -1.82046,1.3706 -4.60481,4.00198 -2.47331,6.29089 1.70202,3.05335 4.11185,4.10179 6.98817,6.49484 2.72518,1.69916 5.50854,2.16916 8.69193,1.90965 3.92598,1.6415 8.85054,-1.10243 12.78647,-1.6437 4.16176,-0.53363 8.46951,-2.86974 10.22987,-6.83708 0.23245,-0.6477 0.52195,-1.33659 0.42895,-2.03659 z&quot;
++     id=&quot;path4406&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccsccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#c6d6e0;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 702.40819,424.97268 c 3.16513,5.45903 10.14048,7.10174 15.69164,9.15139 6.92516,1.57455 13.21484,3.98316 19.47273,6.67726 1.03223,0.44437 -0.64361,1.40217 0.43902,1.82667 5.68272,2.99551 14.78215,5.84559 20.71364,7.87758 1.26607,0.55171 0.33121,1.99977 1.6092,2.53162 9.51574,3.95997 21.46929,6.64449 29.92344,12.63645 4.95089,1.8084 11.15567,4.68371 15.76981,7.47904 1.13809,0.68948 0.32538,2.29163 1.45788,2.98945 4.83702,2.98051 10.77649,4.88867 15.34395,8.24186 1.58757,1.16552 -0.29534,1.3927 1.00462,2.86524 1.86018,2.10718 6.83485,5.53919 8.888,7.50189 6.24383,4.65389 11.43372,11.40543 17.44647,15.2749 1.33242,-3.8499 -6.19743,-7.08779 -8.1067,-10.82986 -9.06347,-9.96463 -18.88868,-19.69858 -31.19458,-25.55907 -8.43069,-5.56144 -17.20057,-10.66694 -26.73101,-14.10435 -6.42164,-2.71682 -14.47823,-5.03769 -18.58948,-7.42949 -2.42018,-1.40798 2.96138,-1.97595 -4.11399,-4.45109 -2.22714,-0.77911 -11.44964,-3.77551 -13.63129,-4.73034 -7.3695,-3.22536 -15.41474,-5
 .9955 -22.88123,-8.97917 -7.12941,-2.28783 -17.38477,-5.3834 -22.51212,-8.96998 z&quot;
++     id=&quot;path4536&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccsccscsssscccccssscc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#b5915e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 669.60656,385.26744 c -11.30766,2.57061 -22.27494,-6.08059 -33.49567,-2.13783 -3.06391,7.30053 13.10608,4.92352 17.91433,5.1759 5.28122,-0.46928 10.49612,-1.55183 15.58134,-3.03807 z&quot;
++     id=&quot;path4560&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5e3c75;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 726.89579,433.03243 c -4.30363,-3.65809 -9.79785,-5.32967 -14.97396,-7.33067 -0.86038,-0.38158 -1.83174,-0.62543 -2.60412,-1.13847 -1.38658,-1.44949 -3.37166,-2.19745 -5.30508,-2.57766 -0.85325,-0.12413 -2.26847,-0.25961 -2.49848,0.84947 0.0237,0.91711 0.50313,1.92573 1.26916,2.4374 5.2383,3.31272 11.17351,5.24744 17.02639,7.15445 1.74399,0.66273 3.46611,1.80785 5.40887,1.57796 0.65736,-0.0979 1.25684,-0.46187 1.67722,-0.97248 z&quot;
++     id=&quot;path4611&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#534a4b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 537.14394,331.08633 2.14376,3.05374 1.23428,1.03957 c 3.78841,0.86245 7.36103,2.22386 10.26405,3.96338 -0.37518,-0.3383 -0.71635,-0.68122 -0.90947,-1.16952 -1.34266,-1.91252 -2.84436,-3.78482 -4.61231,-5.32782 -2.44874,-0.7073 -5.13191,-1.27463 -8.12031,-1.55935 z&quot;
++     id=&quot;path4736&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#322e23;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 495.82787,325.04384 c 0.39662,-0.9607 0.0632,-2.31769 1.08978,-2.93292 0.9381,-0.22483 1.85873,-0.5673 2.63763,-1.15733 0.86331,-0.67057 2.09772,-1.23553 2.18183,-2.47615 -0.0486,-1.16119 -1.49101,-1.41691 -2.40099,-1.62859 -1.27804,-0.15303 -2.61422,-0.17257 -3.86483,0.16094 -1.2264,0.44127 -2.34832,1.12749 -3.58456,1.54913 -2.11127,0.80999 -3.96841,2.27997 -6.23474,2.65577 -1.28505,0.0146 -2.51421,-0.75529 -3.81708,-0.45974 -1.33333,-0.005 -2.94897,-0.11586 -3.88968,1.02571 -0.62559,1.24427 -0.26455,2.67603 -0.13678,3.98879 0.48258,1.81474 1.82856,3.31412 3.36346,4.32531 1.4791,0.52177 3.07698,0.72646 4.63924,0.65741 1.90775,-0.15262 3.73574,-0.95761 5.12997,-2.26897 1.57458,-1.26205 3.50993,-1.95795 5.10381,-3.18822 0.27795,-0.34489 0.26675,-1.68917 0.0873,-1.49558 -0.11491,0.41146 -0.1126,0.85531 -0.30439,1.24444 z&quot;
++     id=&quot;path4797&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#474f42;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 517.26545,300.87378 c 2.69319,-4.37515 -3.13555,-6.55795 -6.49623,-5.71765 -1.33849,0.33467 -3.23866,1.4231 -4.41745,2.20909 -0.71362,0.47583 -2.07864,1.29966 -1.29923,2.33903 2.12278,2.83085 9.24015,-0.95424 12.21291,1.16953 z&quot;
++     id=&quot;path5123&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3f745a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 514.34215,317.63686 c 2.86832,-0.97236 4.72911,-3.54235 7.2323,-5.10643 1.14089,-1.164 1.75889,-2.72061 2.82882,-3.94029 0.79561,-1.33188 0.99712,-2.92949 0.91887,-4.45539 0.41798,-1.38198 -0.18127,-3.37948 -1.81864,-3.53711 -2.19164,-0.53954 -4.46769,-0.18483 -6.69328,-0.40337 -3.42935,-0.0474 -6.868,-0.0923 -10.29247,-0.0422 -1.75502,0.3433 -3.87122,0.12227 -5.1585,1.61569 -1.50314,1.65079 -2.14567,3.85998 -3.44393,5.65465 -1.1094,1.83021 -1.5899,4.14631 -0.89557,6.20741 0.47988,1.35724 1.72012,2.29695 3.09971,2.60171 1.67475,0.68086 2.80152,2.29188 4.59821,2.73174 2.66537,0.89672 5.49622,1.32619 8.30803,1.19255 1.0662,-0.24492 1.6486,-1.51616 1.31645,-2.51889 z&quot;
++     id=&quot;path4811&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5a957f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 515.70634,312.30907 c -0.96928,-1.73514 -2.72247,-2.77808 -4.20354,-4.0217 -1.69253,-0.80418 -3.53403,-1.23247 -5.34259,-1.67835 -0.90849,-0.0944 -1.9445,0.53312 -1.95325,1.51695 -0.30687,2.02667 1.30139,3.99164 3.25304,4.39517 1.45724,0.40278 2.9122,0.87488 4.41601,1.05941 1.22429,0.0813 2.53623,-0.0331 3.60974,-0.66359 0.15738,-0.15614 0.26039,-0.38364 0.22059,-0.60789 z&quot;
++     id=&quot;path4816&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5a957f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 521.29313,308.15078 c 1.16459,-0.67273 1.32977,-2.12833 1.84133,-3.24873 0.23117,-0.9554 -0.5189,-2.09094 -1.54548,-2.06544 -1.44539,-0.28027 -2.91961,-0.4177 -4.39211,-0.39119 -1.33842,0.4257 -1.34213,2.60759 -0.0763,3.12862 1.40152,0.76062 2.64544,1.78735 4.0527,2.53119 0.04,0.0146 0.08,0.0306 0.11974,0.0454 z&quot;
++     id=&quot;path4818&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#40211d;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 487.96844,374.07965 c 0.65709,-0.0652 1.49947,0.11503 1.93336,-0.50362 0.5709,-0.58012 0.7688,-1.61644 0.10601,-2.20745 -0.84201,-0.82621 -2.09588,-1.03234 -3.23689,-1.17754 -1.68548,-0.15345 -3.38692,-0.0146 -5.06798,-0.2344 -1.78173,-0.13139 -3.57801,-0.34481 -5.36294,-0.15903 -0.6596,0.11457 -1.57748,0.55093 -1.40865,1.3304 0.21873,0.68418 1.04368,0.76979 1.63732,1.00237 1.54635,0.51255 3.14393,0.88136 4.76718,1.07213 0.542,0.0858 1.08187,0.18422 1.62526,0.26183 0.80847,0.51604 1.8156,0.31204 2.72235,0.46271 0.75961,0.0742 1.52089,0.1526 2.28513,0.1526 z&quot;
++     id=&quot;path4892&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#d3b287;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 457.39897,349.6437 c -3.61411,4.07847 -1.15327,7.31605 1.98513,9.7059 2.72518,1.69917 4.97033,2.07086 8.61308,2.54644 6.1876,0.75811 11.53424,-0.82636 15.0001,-3.5991 3.30319,-3.17052 5.09596,-5.521 4.27875,-7.84051 -1.17077,-3.32317 -6.54266,-6.0046 -10.69256,-6.03575 -1.49186,0.15717 -3.98251,1.20522 -6.09685,1.51114 -2.9969,0.43364 -5.66874,0.17673 -7.38651,0.68415 -2.39507,0.72484 -4.06808,1.81824 -5.70114,3.02773 z&quot;
++     id=&quot;path4944&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccscscc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#f1d3ac;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 465.88339,354.43969 c -0.58461,-0.25058 -2.20427,-1.00226 -2.75613,-1.10263 -1.34926,-0.24535 -2.83518,-0.92205 -4.31792,-0.55133 -0.89254,0.22318 -1.45744,1.71636 -1.28618,2.57283 0.0628,0.31395 0.69175,0.904 0.91871,1.10263 0.89883,0.78661 4.40214,2.62312 5.51224,2.94036 0.80589,0.23028 1.69084,0.10439 2.48048,0.36753 6.59467,-0.2847 1.9827,-3.40217 -0.5512,-5.32939 z&quot;
++     id=&quot;path4940&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cssscccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#f1d3ac;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 484.48948,351.81245 c 0.25671,-0.65853 -0.0584,-1.46294 -0.75721,-1.6656 -0.99077,-0.36047 -2.07542,-0.17611 -3.09302,-0.0511 -2.39229,0.38757 -4.7034,1.2249 -6.84776,2.34393 -0.81883,0.43248 -1.59462,1.0099 -2.05899,1.82778 -1.64891,1.83793 0.80492,3.2889 3.20252,4.1906 2.45545,0.73631 4.13966,-0.006 5.99705,-1.75832 1.31884,-1.40723 2.49686,-3.05242 3.55741,-4.88726 z&quot;
++     id=&quot;path4942&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#e6ab51;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 428.6861,308.54277 c 0.60603,-0.8784 0.35023,-1.82696 -0.52241,-1.73591 -1.11812,0.21063 -2.03383,0.93522 -2.99131,1.45387 -2.67239,1.61773 -4.99264,4.01954 -5.36319,7.22417 -1.85844,6.6189 3.24375,8.2796 3.73654,7.49715 1.33924,-2.12654 0.43763,-4.9042 1.5015,-8.10806 1.13583,-3.42052 2.4318,-5.62557 3.63887,-6.33122 z&quot;
++     id=&quot;path5021&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#e6ab51;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 412.67605,306.98127 c -2.0848,1.1057 -4.70711,5.43123 -2.85835,9.29117 0.3882,1.48958 3.15965,-0.98055 5.80244,-3.42575 1.84327,-2.30332 3.21827,-4.42236 3.48834,-6.63117 0.29895,-2.32261 -0.6339,-2.26339 -1.95994,-1.5501 -2.17786,0.87624 -2.97106,1.49312 -4.47249,2.31585 z&quot;
++     id=&quot;path5023&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#e6ab51;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 400.70525,309.39705 c -0.29129,-1.15106 -2.47757,0.10763 -2.91223,1.00392 -1.02616,1.25099 -0.59767,1.94225 -1.26435,3.37816 -0.15111,1.30219 -0.28445,3.02303 0.32379,3.9592 1.86415,1.11219 1.93174,0.40166 2.06789,-1.35026 0.0618,-0.80339 0.16568,-1.73649 0.39538,-2.56746 0.63573,-2.30024 1.94652,-4.08511 1.38952,-4.42356 z&quot;
++     id=&quot;path5027&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccsc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#e6ab51;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 439.32949,317.56478 c 1.06285,-4.50728 5.20554,-13.00011 2.88574,-13.00587 -0.45466,-0.29934 -4.59184,6.33078 -5.6226,9.14294 -0.55609,1.93604 -0.56831,4.5269 1.31669,5.74853 1.09273,0.47283 1.5316,-1.09939 1.42017,-1.8856 z&quot;
++     id=&quot;path5029&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#2d1e29;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 372.64137,326.2868 c 1.99797,-0.30478 3.59625,-1.35639 4.83978,-2.60013 0.94315,-0.94332 2.44436,-0.94688 3.65156,-1.63681 0.47486,-0.2714 1.06077,-1.15285 1.46991,-1.56207 1.55621,-1.55646 2.38202,-6.32442 -0.18376,-7.35088 -1.23712,-0.49496 -4.52875,-0.56983 -5.8797,-0.18379 -1.21566,0.34737 -5.93481,2.77488 -6.52283,3.95112 -1.11935,2.23905 -0.21699,4.18559 0.2756,6.15635 0.39009,1.56047 0.70425,2.89709 2.34944,3.22621 z&quot;
++     id=&quot;path5041&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cssscsscc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3f745a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 503.10368,299.18446 c -0.11121,-2.73317 1.7106,-6.37286 -0.25987,-8.83634 -0.44666,-0.55846 -1.07769,-0.81799 -1.5591,-1.29947 -0.32797,-0.32806 -1.24513,-0.9367 -1.81894,-0.64974 -2.96054,1.48051 -3.16563,10.70872 0.77954,11.69518 1.09027,0.27263 3.16935,0.64566 2.85837,-0.90963 z&quot;
++     id=&quot;path5058&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3f745a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 485.69376,299.05452 c 1.07819,-1.57471 1.91337,-5.5818 -1.16934,-5.06791 -1.25372,0.20897 -2.42873,0.90077 -3.63789,1.16952 -0.94173,0.20929 -1.83316,-0.14471 -2.46857,0.64973 -2.90688,3.63422 2.42134,5.82002 5.45683,4.80803 0.63144,-0.21052 1.18176,-1.177 1.81897,-1.55937 z&quot;
++     id=&quot;path5060&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#506966;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 397.85316,299.81343 c 0.56827,-1.8896 -1.95867,-2.35115 -3.39921,-2.57279 -1.08563,-0.16696 -2.07597,-0.0828 -3.1236,0.0919 -0.33246,0.0553 -1.44386,0.68296 -1.5618,0.91887 -0.37747,0.75504 -2.38863,0.0885 -2.38863,2.48091 0,2.79588 4.63199,2.51726 6.61467,2.0215 0.21286,-0.0532 3.52226,-2.0729 3.85857,-2.29715 0.15487,-0.10312 0.0125,-0.57917 0,-0.64322 z&quot;
++     id=&quot;path5099&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#506966;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 405.75404,294.48405 c 1.53577,0.0613 2.82958,-0.69305 3.95043,-1.65395 1.65544,-1.41921 1.30813,-3.85922 -1.10244,-3.85922 -2.28979,0 -7.90165,0.64418 -9.3708,2.48092 -1.8365,2.29605 1.02052,3.03225 3.1236,3.03225 1.13307,0 2.26612,0 3.39921,0 z&quot;
++     id=&quot;path5101&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a464c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 504.01314,280.60212 c 2.69656,-0.7134 2.54428,-3.77871 2.85833,-5.97754 0.70277,-4.92007 0.57118,-6.75373 -4.28752,-8.83636 -1.29361,-0.55452 -1.91388,-1.16236 -3.11818,-0.12995 -1.45094,1.24388 -3.68327,8.3495 -3.24814,10.52566 0.47209,2.36074 2.27251,5.06792 4.80724,5.06792 0.40694,0 1.53858,0.33512 1.94886,0.12994 0.40624,-0.20312 0.46247,-0.63543 1.03941,-0.77967 z&quot;
++     id=&quot;path5105&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a464c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 494.9184,298.79463 c 1.55088,-5.15626 0.22789,-8.78737 -4.54736,-11.1754 -0.39284,-0.19648 -0.98214,-0.7376 -1.42918,-0.38985 -0.84728,0.65911 -1.92043,1.7776 -2.20872,2.85882 -0.84,3.15056 -0.75468,10.35656 3.37805,11.04547 2.35742,0.39296 2.70439,-2.33904 4.80721,-2.33904 z&quot;
++     id=&quot;path5107&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a464c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 478.54789,300.35399 c -0.24238,-1.74071 1.08365,-4.58957 0.25983,-6.23744 -0.19642,-0.39297 -1.77805,-0.0582 -2.2087,-0.12994 -3.02532,-0.50434 -5.38332,3.35646 -4.80721,6.23744 0.46697,2.33531 4.86327,3.97226 6.62615,2.20908 0.11145,-0.11145 0.0944,-1.90091 0.12993,-2.07914 z&quot;
++     id=&quot;path5109&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a464c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 482.96532,279.30266 c 1.00563,-2.10682 1.79306,-4.30148 2.46857,-6.49734 1.22957,-3.99676 2.36138,-7.83588 1.29925,-12.08501 -0.13636,-0.54548 -0.94943,-0.90962 -1.42917,-0.90962 -3.91445,0 -4.72715,2.53279 -6.49625,5.71763 -1.37387,2.47344 -2.18643,7.70207 -1.55908,10.52567 0.62613,2.81805 3.42804,5.53769 5.71668,3.24867 z&quot;
++     id=&quot;path5111&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5d786c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 525.97043,257.99142 c -0.28224,-0.8142 -0.93923,-1.55193 -1.94887,-1.29948 -5.43046,1.35786 -2.21874,9.36618 1.94887,5.19787 1.3288,-1.32902 0.77987,-2.33836 0,-3.89839 z&quot;
++     id=&quot;path3424&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a464c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 532.33673,266.69785 c 1.40565,-1.92694 3.12434,-3.78232 4.15758,-6.10748 0.63854,-1.43697 0.64963,-3.131 0.64963,-4.67808 0,-4.80153 -2.25834,-3.8984 -6.62617,-3.8984 -1.45417,0 -3.45027,-0.31759 -4.54737,0.77969 -1.48184,1.48208 -2.25828,8.97225 -1.42916,11.04545 1.00347,2.5091 5.30155,3.85656 7.79549,2.85882 z&quot;
++     id=&quot;path5113&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4d6568;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 531.16742,275.79408 c 0.0521,-1.73923 -0.87962,-3.21879 -1.94887,-4.28824 -2.17189,-2.17226 -5.28648,7.53259 -5.19699,7.66684 1.81131,2.71744 7.88505,0.31798 7.14586,-3.3786 z&quot;
++     id=&quot;path3374&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a464c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 527.78937,274.10479 c 1.09093,-9.24464 -10.56488,-7.31097 -8.57504,0.64973 0.27857,1.11451 0.51263,2.38536 1.42916,3.11872 0.53321,0.42664 1.46232,0.35558 2.0788,0.38984 0.98734,0.0549 2.7612,0.46554 3.76782,0.12996 2.33727,-0.77923 2.90341,-3.0047 1.29926,-4.28825 z&quot;
++     id=&quot;path5115&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a464c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 505.4423,263.83903 c 0.93667,-1.29795 1.57542,-2.81572 2.0788,-4.1583 0.40148,-1.07079 2.1769,-4.01112 1.29925,-5.32781 -1.43766,-2.15684 -5.39986,0.65933 -6.36632,1.81927 -0.63266,0.75932 -1.77585,2.60018 -1.94887,3.6385 -0.36183,2.17134 1.11235,5.6067 3.89775,4.67808 0.38735,-0.12913 0.51936,-0.44169 1.03939,-0.64974 z&quot;
++     id=&quot;path5117&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#416c66;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 555.7232,271.63578 c 0.44295,-1.76081 -3.60876,-8.08582 -5.84661,-5.84758 -1.12793,1.12813 -1.2165,3.13029 -1.68903,4.54811 -0.22585,0.67762 -0.64914,2.72987 -0.25985,3.50857 0.75165,1.50359 6.05962,3.2593 6.886,0.77967 0.49009,-1.47051 0.20581,-1.5813 0.90949,-2.98877 z&quot;
++     id=&quot;path3386&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#528376;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 557.28228,270.07643 c 0,-0.61698 -0.0424,-0.69599 0.12993,-1.29946 0.17192,-0.6015 0.69608,-2.81236 0.12993,-3.37861 -1.03543,-1.03561 -4.41933,-3.31127 -5.7167,-1.68931 -0.50795,0.63506 -0.38978,1.78653 -0.38978,2.59893 0,5.09091 3.31996,4.77929 5.84662,3.76845 z&quot;
++     id=&quot;path3384&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a464c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 554.94362,264.48877 c 1.31057,-1.83412 3.62105,-5.11008 2.5985,-7.66686 -0.22621,-0.56564 -0.847,-0.63823 -1.29925,-0.90962 -3.46957,-2.08209 -7.03337,0.0291 -8.96479,3.24867 -0.65233,1.08736 -0.64964,2.40423 -0.64964,3.63849 0,0.82492 -0.12868,1.82326 0.12992,2.59892 0.82647,2.47983 6.86846,0.14409 8.18526,-0.9096 z&quot;
++     id=&quot;path5119&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#476f67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 537.79358,282.2914 c 3.89132,-3.284 -5.37897,-7.71865 -7.14586,-5.06792 -2.03318,3.05027 6.78294,6.86031 7.66556,5.97754 0.24688,-0.24692 -0.30159,-0.63692 -0.5197,-0.90962 z&quot;
++     id=&quot;path3376&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 572.22361,247.40079 c -2.79872,-0.0346 -5.67814,0.0237 -8.57503,0.0649 0.0245,0.31194 0.0393,0.7353 0.0649,1.03957 0.0186,3.81564 3.09154,4.48337 5.32691,4.0933 6.06071,-1.01911 6.74025,-3.1506 4.54738,-5.13287 -0.46391,-0.008 -0.89766,-0.0593 -1.36422,-0.0649 z&quot;
++     id=&quot;path3946&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 538.18333,255.96427 c -2.8495,-0.51014 -5.24314,0.77776 -5.29914,3.32723 -0.0676,3.08927 2.74904,7.60491 5.29914,7.53628 15.64137,-1.10524 9.98008,-8.94944 0,-10.86351 z&quot;
++     id=&quot;path3950&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cscc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#6e8473;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 551.46092,279.41473 c 3.66448,-4.61745 12.64449,0.38436 15.9855,-1.2864 0.77146,-0.38579 0.17025,-2.53248 0.55121,-3.67545 0.79022,-2.37105 0.65198,-5.60589 -1.42272,-6.87651 -2.09498,-1.28303 -6.14005,-0.58709 -8.13183,0.077 -1.49424,0.49816 -3.90133,4.19903 -4.77726,5.51315 -1.31442,1.97197 -4.54731,3.31978 -2.2049,6.24826 z&quot;
++     id=&quot;path4143&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cscsssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#60847b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 574.30241,267.73742 c 0.58774,-2.87081 -6.22626,-4.30852 -7.40572,-1.9492 -1.18131,2.36306 4.93953,3.8976 6.49625,3.37861 0.56751,-0.1892 0.58648,-0.891 0.90947,-1.42941 z&quot;
++     id=&quot;path4155&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#589277;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 571.83386,265.13846 c 2.52011,-3.02196 3.82009,-5.84758 -1.711,-5.84758 -0.49028,0 -2.14918,-0.18691 -2.56648,0.12995 -0.25566,0.19417 -0.23954,1.06545 -0.34219,1.29945 -1.32554,3.02013 -1.62508,5.36675 4.61967,4.41818 z&quot;
++     id=&quot;path3414&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4a8177;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 566.59717,261.78658 c 6.43603,-4.87117 -3.10178,-9.73899 -5.36678,-5.52719 -1.87985,3.49564 4.04336,6.18345 5.36678,5.52719 z&quot;
++     id=&quot;path3412&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5e7e71;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 557.06501,271.97193 c 0.43438,-0.0104 0.52743,-0.46351 0.82685,-0.64319 2.64626,-1.58801 0.43616,-4.37216 -1.65366,-3.67542 -1.77189,0.59071 -2.18436,3.19543 -3.39923,4.41052 -0.68912,0.68924 -3.37275,3.09803 -1.74554,4.31863 1.53625,1.15238 6.99357,-2.36623 5.97158,-4.41054 z&quot;
++     id=&quot;path3426&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3952&quot;
++     d=&quot;m 562.41954,269.13469 c 13.43297,-2.63737 6.44709,-10.26958 -4.50266,-13.95385 -2.71345,-0.66048 -2.74446,4.3852 -2.20405,8.97269 0.36241,5.52272 1.79362,5.77886 6.70671,4.98116 z&quot;
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;ccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3964&quot;
++     d=&quot;m 539.35267,246.99825 c -5.83999,0.15884 -1.52073,7.81877 1.42917,7.61458 15.64134,-0.88049 8.55088,-6.08977 -1.42917,-7.61458 z&quot;
++     style=&quot;fill:#78bcbf;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cscc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3974&quot;
++     d=&quot;m 512.95821,263.51102 c -2.3287,-0.37425 -4.28489,0.57061 -4.33067,2.44097 -0.0553,2.26642 2.24664,5.57928 4.33067,5.52893 12.78274,-0.81084 8.15613,-6.56565 0,-7.9699 z&quot;
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 521.13846,256.18021 c 2.28072,-0.60115 3.68665,-2.25746 2.9711,-3.9861 -0.86724,-2.09461 -4.31344,-4.1911 -6.1985,-3.30085 -11.35902,5.91942 -4.79846,9.30694 3.2274,7.28695 z&quot;
++     id=&quot;path3976&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cscc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 486.46208,273.49313 c 0.0974,4.04408 2.34298,5.04987 4.91086,4.57861 6.63943,-1.44653 5.81531,-4.70783 1.6403,-7.0167 -5.02471,-2.25723 -6.43291,-2.88209 -6.55116,2.43809 z&quot;
++     id=&quot;path3978&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path3980&quot;
++     d=&quot;m 489.91914,257.55472 c 0.078,3.23747 1.87566,4.04264 3.93135,3.66536 5.31518,-1.15799 4.65543,-3.7688 1.31314,-5.61717 -4.02249,-1.80701 -5.14982,-2.30723 -5.24449,1.95181 z&quot;
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78bfa1;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 476.21335,265.18477 c 0.4065,-0.63095 0.79212,-1.22843 1.19592,-1.88645 0.58526,-1.36577 0.14884,-2.22737 -1.74095,-2.75659 -2.9869,-0.57794 -3.94575,1.36476 -3.36719,3.70565 1.01597,1.90206 2.92072,2.53922 3.91214,0.93734 z&quot;
++     id=&quot;path3988&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccc&quot; /&gt;
++  &lt;path
++     id=&quot;path6690&quot;
++     d=&quot;m 593.16359,427.93518 c -8.56625,1.05501 -0.7521,4.38368 3.42737,5.61898 2.34659,0.68932 3.88571,2.80566 6.32474,2.86254 1.52211,0.6972 3.47453,0.54782 4.80539,-0.49475 l -11.27147,-7.73939 c -1.07736,-0.21615 -2.18285,-0.31797 -3.28603,-0.24738 z&quot;
++     style=&quot;fill:#608c89;fill-opacity:1;stroke:none&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3d2a25;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 416.77852,575.83911 c -27.61684,15.76996 -25.07694,25.18808 -33.62466,33.99785 l 27.74495,-24.99301 c 6.22787,-7.54007 8.41747,-8.28365 5.87971,-9.00484 z&quot;
++     id=&quot;path6709&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3d2a25;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 411.26627,595.13519 c -8.22149,5.25086 -13.13705,14.46948 -19.10909,22.42017 4.31575,-3.27646 8.6315,-8.09947 12.94724,-11.23142 3.74797,-3.53128 10.04921,-12.18078 6.16185,-11.18875 z&quot;
++     id=&quot;path6711&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3d2a25;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 405.38658,615.71766 c -20.06573,10.61174 -20.29839,26.80248 -25.7238,41.5325 7.00966,-9.69123 11.14531,-22.8239 21.17286,-28.90136 7.87155,-2.41144 8.47417,-7.09208 11.52446,-14.87533 z&quot;
++     id=&quot;path6713&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3d2a25;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 409.06137,698.04755 c -4.62003,13.55379 -8.82881,26.86078 -11.02447,38.95968 0,0 6.02912,-7.95399 8.15752,-14.49386 2.12842,-6.53992 2.86695,-24.46582 2.86695,-24.46582 z&quot;
++     id=&quot;path6715&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cczc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3d2a25;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 369.00576,596.97291 c 6.01888,-9.09584 11.07803,-18.83158 19.84409,-26.09564 -13.79006,2.65462 -14.77436,14.19931 -19.84409,26.09564 z&quot;
++     id=&quot;path6717&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3d433b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 470.33912,302.01869 c -0.0949,-1.36012 -1.27773,-2.65449 -2.65446,-2.73384 -1.19436,0.36757 -1.19414,1.93593 -1.62416,2.91195 -0.99949,3.53827 -0.54626,7.59506 1.7043,10.57557 0.79386,0.89314 1.31914,1.95194 1.90532,2.98406 0.71287,1.31125 1.7382,2.39682 2.68755,3.53076 1.27726,1.6495 2.32834,3.55189 4.05874,4.78434 1.38253,0.47711 1.37227,-1.59911 2.21387,-2.17343 1.01082,-0.39134 1.77796,-1.37525 1.32097,-2.47603 -0.50121,-1.59491 -2.05178,-2.45578 -3.3291,-3.36136 -1.74216,-1.40774 -2.72552,-3.46529 -3.71971,-5.41604 -1.17248,-2.14593 -2.22603,-4.50368 -2.01597,-7.01012 0.001,-0.55704 0.2774,-1.51117 -0.54735,-1.61586 z&quot;
++     id=&quot;path6727&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#393e30;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 480.35301,324.07134 c -0.70811,-0.61903 -2.61469,-2.25483 -1.46991,-3.39976 0.23687,-0.23694 0.63175,-0.26433 0.82681,-0.45944 0.4914,-0.49147 0.90673,-1.11861 1.74555,-1.28642 1.21399,-0.24283 2.72967,0.3151 3.95043,-0.0919 0.65791,-0.21935 1.32552,-0.6257 1.9293,-0.82698 1.09447,-0.36489 2.46284,-0.23538 3.58294,-0.45944 0.63882,-0.12786 2.2376,-0.7086 2.48052,-1.19452 0.10324,-0.20667 2.6696,-0.45943 3.12361,-0.45943 2.76448,0 5.49618,-1.50227 6.98217,1.47019 0.28683,0.57375 0.79988,1.23251 1.01057,1.65393 1.27525,2.55095 -2.85189,1.84554 -3.67485,3.49167 -0.52346,1.0471 -0.81704,3.03225 -2.3886,3.03225 -1.05156,0 -2.12345,0.3398 -3.21549,0.18381 -1.95745,-0.2797 -3.88785,-1.12929 -5.87972,-1.3783 -1.48079,-0.18524 -3.23679,0.0864 -4.6854,-0.27567 -1.391,-0.3478 -3.18219,-0.45439 -4.31793,0 z&quot;
++     id=&quot;path6732&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#322e23;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 483.75224,325.35775 c 3.02572,-1.18221 -2.46427,-2.07719 -3.08218,-2.75657 -0.32695,-0.35942 -0.47277,-1.84522 -0.87368,-2.02151 -2.15508,-0.94762 -4.33744,0.91354 -3.76128,2.94036 0.32279,1.13558 2.44928,4.92884 3.62796,4.41051 0.54452,0.69055 3.78075,-2.03031 4.08918,-2.57279 z&quot;
++     id=&quot;path6734&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccscc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#426550;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 503.43453,301.97511 c 0.64354,-1.02061 0.87368,-2.16043 -0.17691,-2.99794 -1.20158,-0.40943 -3.42393,-1.00759 -4.07664,0.44523 -0.0525,1.80563 -0.67565,3.70879 -1.2367,5.08809 -1.62151,2.26943 -3.56256,4.60279 -3.90276,7.47221 -0.14843,1.55065 0.58117,3.7556 2.38329,3.87145 1.13358,-0.0214 4.07113,0.0447 2.98868,-1.78493 -1.2146,-1.30282 -1.63217,-3.29878 -0.27019,-4.65709 0.64672,-0.99613 1.36375,-2.00952 1.85809,-3.10372 0.6525,-1.14701 1.28652,-2.99488 2.43314,-4.3333 z&quot;
++     id=&quot;path3277&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3d4e3d;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 505.4423,318.67645 c -0.46937,-1.48594 -1.61074,-2.65878 -2.86312,-3.53607 -0.9045,-0.60243 -1.98988,-1.08902 -3.09994,-0.94305 -0.86032,0.11017 -1.56785,0.74899 -1.90882,1.52547 0.10821,0.43194 0.57178,0.62501 0.89833,0.87231 1.50681,0.93779 3.16555,1.63111 4.87814,2.08988 0.65582,0.1289 1.38366,0.31706 2.0237,0.0361 l 0.0718,-0.0447 0,4e-5 z&quot;
++     id=&quot;path3283&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#426550;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 488.29224,310.87967 c -1.31492,-1.81141 -3.24445,-3.39142 -5.26194,-4.28824 -3.45836,-1.53731 -8.0322,1.11557 -5.52181,5.13288 0.69,1.10416 1.78378,1.69608 2.66345,2.6639 0.37014,0.40719 0.88991,1.24962 1.42918,1.42941 2.79661,0.93235 10.67312,-1.6191 6.69112,-4.93795 z&quot;
++     id=&quot;path3287&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3f745a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 487.05796,310.94463 c -1.08817,-0.83876 -3.32321,-3.49843 -4.80721,-2.01418 -2.02543,2.02576 2.5891,5.65582 4.54736,5.00295 1.57145,-0.52391 2.00408,-3.64298 0.25985,-2.98877 z&quot;
++     id=&quot;path3289&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#232423;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 499.30748,328.84479 c 0.38814,-0.56595 1.21429,-1.21481 0.92431,-1.94572 -0.71414,-0.285 -1.48871,0.12809 -2.18643,0.31368 -1.23598,0.48184 -2.50299,0.86848 -3.76414,1.27631 -1.10156,0.42223 -2.32722,0.85092 -3.0241,1.86461 -0.50909,0.94653 0.14595,2.08094 0.89539,2.68924 0.6512,0.62547 1.73176,0.33915 2.07821,-0.46533 0.38989,-0.83416 0.56551,-1.81854 1.33517,-2.42039 0.48551,-0.49724 1.146,-0.79865 1.84923,-0.74282 0.6459,-0.0259 1.50857,0.0878 1.89236,-0.56958 z&quot;
++     id=&quot;path3291&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#32372a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 497.7812,320.44878 c -1.15642,-0.69336 -2.48968,-1.81736 -3.92477,-1.81736 -3.71079,0 -4.9633,4.42904 -1.59899,5.27026 1.62044,0.40516 5.02054,0.9604 6.57761,0.1817 1.89809,-0.94921 0.0575,-3.2179 -1.05385,-3.63464 z&quot;
++     id=&quot;path3296&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3e2c20;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 486.5324,331.96338 c -0.60705,-0.52925 -0.90506,-1.37931 -1.67539,-1.72192 -0.74259,-0.35978 -1.5493,-0.57902 -2.36722,-0.67705 -1.06803,-0.20772 -2.00973,-0.93064 -3.12764,-0.89524 -0.15424,0.14449 -0.27751,0.43164 -0.19104,0.65683 0.21326,0.46042 0.70288,0.69878 1.12134,0.9406 0.44006,0.22027 0.87834,0.44531 1.323,0.65518 0.996,0.40569 2.13124,0.49087 3.02413,1.13271 0.27888,0.21785 0.48337,0.51754 0.78601,0.70874 0.22162,0.26621 0.54157,0.0765 0.69885,-0.14825 0.16507,-0.19814 0.26996,-0.43596 0.40796,-0.65155 z&quot;
++     id=&quot;path3288&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 223.68091,344.52257 c 3.37713,-4.24526 0.60006,-3.46668 -2.37804,-4.45953 -1.8799,-0.62674 -0.96503,-3.56765 -2.97254,-3.56765 -9.78346,0 0.18648,14.48331 5.35058,8.02718 z&quot;
++     id=&quot;path4075&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#ffffff;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 231.11226,338.57651 c 0.45163,-2.21005 0.55593,-1.52507 -0.29728,-2.37841 -1.9009,-1.90126 -6.63608,0.4015 -5.35055,2.97303 0.98471,1.96975 7.75527,3.62103 5.64783,-0.59462 z&quot;
++     id=&quot;path4077&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#ffffff;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 192.76655,316.27878 c 0.53768,-0.50462 2.43279,-3.51287 2.08077,-3.86495 -0.29617,-0.29622 -4.14908,-1.93868 -4.45881,-1.78383 -4.02104,2.01086 -0.19166,5.13478 2.37804,5.64878 z&quot;
++     id=&quot;path4079&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#ffffff;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 417.78736,390.90187 c -4.99189,-7.07463 -9.46219,1.21419 -6.53958,2.67573 3.43116,1.71587 7.98009,0.92621 6.53958,-2.67573 z&quot;
++     id=&quot;path4091&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 344.96028,362.36077 c -1.82608,-0.23642 -3.24712,-1.57806 -4.75607,-2.08111 -1.39998,-0.46674 -6.27132,-0.65264 -4.75604,2.37841 1.62033,3.24122 8.22578,1.84695 9.51211,-0.2973 z&quot;
++     id=&quot;path4093&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 333.07016,362.06349 c -3.27239,0.23317 -6.50453,-0.72577 -9.21488,-2.08115 -1.07102,-0.53561 -2.93801,-0.5716 -3.86429,-1.18921 -1.68064,-1.12061 -4.88212,-1.01799 -6.24231,-2.37841 -2.15478,-2.15515 2.02712,-2.67574 3.26978,-2.67574 3.58531,0 24.33793,3.35188 16.0517,8.32451 z&quot;
++     id=&quot;path4095&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 311.66791,352.25245 c 0.36967,1.79734 -11.3906,-5.95842 -12.78191,-1.7838 -0.66772,2.00352 9.16368,4.83887 10.70114,5.35146 2.12148,0.70727 2.45207,-5.42441 2.08077,-3.56766 z&quot;
++     id=&quot;path4097&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 294.4272,347.19831 c -2.04396,-0.4723 -3.68759,-1.86419 -5.35057,-2.97303 -1.02434,-0.683 -2.20047,0.0593 -3.26977,-0.2973 -6.53576,-2.17897 4.08065,8.9459 8.62034,3.27033 z&quot;
++     id=&quot;path4099&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 279.56454,342.44146 c -1.3831,-0.91144 -3.02308,-0.41326 -4.4588,-0.89191 -3.48156,-1.1607 -7.31683,-1.74564 -10.99838,-2.97304 -3.22357,-1.07472 -7.55479,0.68153 -10.70111,-0.89191 -1.05657,-0.52837 -3.26376,-2.08113 -5.05333,-2.08113 -0.53207,0 -8.2542,-1.54361 -9.21484,-1.78381 -0.73206,-0.18296 -2.08076,-1.64665 -2.08076,-0.89191 0,2.8554 4.70156,2.55846 6.83682,3.27035 3.21517,1.0719 6.27926,3.13091 9.21484,3.86494 4.23134,1.05802 19.29093,2.05057 21.99676,4.75686 0.99925,0.99941 4.81952,2.31493 5.94506,1.1892 1.56863,-1.56888 0.0146,-2.44205 -1.48626,-3.56764 z&quot;
++     id=&quot;path4101&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;csssccsccccssssssssc&quot;
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 322.59048,347.65149 c -5.01405,-1.83301 -7.56662,-7.1304 -12.944,-7.97698 -10.51259,-1.65507 -3.53229,-1.46095 -6.27914,-2.01043 -2.90648,-0.58141 -10.2641,0.28674 -12.72572,-0.94428 -1.30187,-0.65104 -3.23229,-0.14201 -4.62417,-0.42045 -1.50415,-0.30086 -2.55876,-1.70005 -3.78341,-2.31247 -1.85601,-0.92818 -4.62228,-2.20689 -6.72609,-2.73293 -2.06857,-0.51723 -3.97738,-0.78631 -6.09552,-1.05113 -0.75721,-0.0946 -1.55451,-0.92484 -2.31207,-1.05113 -1.28043,-0.21342 -2.73842,0.31384 -3.99362,0 -0.70558,-0.17651 -11.22485,-1.79368 -11.56042,-1.6818 -0.56592,0.18858 -0.79908,0.79921 -1.05097,1.05113 -1.17048,1.17068 2.22267,2.53315 2.52229,2.73293 2.36494,1.57691 12.15037,3.3636 14.92347,3.3636 1.95128,0 4.41633,1.68259 6.30569,2.31247 1.64055,0.54694 3.78171,-0.42088 5.46494,0 4.81765,1.20461 9.56039,4.33507 14.92349,5.67608 0.86201,0.21554 1.94927,1.35061 2.94267,1.68181 5.62052,1.87381 12.35823,1.97566 17.65592,4.62493 1.79786,0.89909 10.31132,2.43262 7.35666
 ,-1.26135 z&quot;
++     id=&quot;path4103&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 245.87119,329.36193 c 1.85375,-7.15691 -8.94069,-5.26071 -11.14006,-6.72722 -3.93397,-2.62307 -10.32139,-3.16073 -15.34387,-4.83518 -1.39873,-0.46632 -3.26183,0.26086 -4.62417,-0.42043 -0.73865,-0.36937 -2.18013,-1.49113 -2.94268,-1.6818 -2.32149,-0.58049 -12.51713,-2.72571 -14.7133,-1.26135 -4.09038,2.72739 7.178,5.67605 8.82798,5.67605 3.88314,0 8.31272,0.9291 11.77065,2.31249 3.20109,1.28065 6.92939,1.51157 10.29929,2.52271 3.41505,1.02468 6.79005,1.06712 10.08913,1.89202 2.50397,0.62609 4.73879,3.02915 7.77703,2.52271 z&quot;
++     id=&quot;path4105&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 186.17725,310.02123 c -4.09871,-1.04768 -8.21063,-1.26138 -12.6114,-1.26138 -1.11136,0 -4.25306,-1.23671 -5.04455,-0.84087 -0.53786,0.26896 -0.57475,0.72924 -0.84076,1.26132 -0.64883,1.29789 1.62221,2.28283 2.52229,2.73293 4.62434,2.31258 9.62033,3.3515 14.71327,4.62495 2.36908,0.59237 2.81045,-1.79028 2.31209,-3.78403 -0.34669,-1.38701 -1.36691,-2.60653 -1.05094,-2.73292 0.3503,-0.14014 0.28026,0.70075 0,0 z&quot;
++     id=&quot;path4107&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 164.31751,306.44739 c -5.03602,2.06067 -12.4454,-3.97217 -16.60501,-1.89203 -0.0347,0.0165 0,0.57476 0,0.63069 0,2.74236 5.06648,3.30814 6.72608,4.41471 1.63981,1.09339 6.94167,1.36512 9.03816,0.8409 2.47804,-0.61959 0.12887,-4.94364 0.84077,-3.99427 z&quot;
++     id=&quot;path4109&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 144.76986,303.29403 c -0.0549,0.5044 -14.57435,-5.2521 -15.55407,-2.31249 -0.29872,0.89633 0.20559,1.88902 0.84078,2.31249 1.18237,0.78836 2.97837,0.24094 4.41396,0.42043 1.50873,0.18859 16.23808,4.33137 10.29933,-0.42043 z&quot;
++     id=&quot;path4111&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 126.6935,298.8793 c -2.14566,-0.11679 -4.24882,-1.72436 -6.51588,-2.10227 -1.19639,-0.1994 -15.06214,-1.54312 -15.13368,-1.47157 -1.70826,1.70857 3.13553,1.89204 3.78343,1.89204 2.01553,0 4.45239,2.35347 6.51589,2.94313 2.74436,0.78425 6.02876,0.91167 8.82797,1.47158 3.12802,0.6257 5.69298,-0.8302 2.52227,-2.73291 z&quot;
++     id=&quot;path4113&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 102.10128,293.62365 c -3.221219,-1.5657 -13.907929,-1.38418 -16.184619,-2.52269 -1.82321,-0.91177 -5.78242,-2.13653 -8.4076,-1.26134 -0.62703,0.20904 1.074,0.79069 1.68154,1.05111 1.47894,0.63394 2.97756,0.51152 4.62419,0.84089 2.84102,0.5683 5.98236,2.59955 9.03814,3.36361 2.48155,0.62051 13.985659,2.3189 9.248349,-1.47158 z&quot;
++     id=&quot;path4115&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 228.63561,329.9926 c -0.71853,-0.20564 -1.58724,0.1813 -2.3121,0 -1.79714,-0.44936 -3.49396,-1.03133 -5.25473,-1.47158 -3.45897,-0.86489 -7.79974,0.28522 -11.14008,-1.05113 -1.26308,-0.50532 -2.63323,-0.84089 -3.99361,-0.84089 -0.99365,0 -10.00753,-2.37679 -11.14006,-2.94315 -2.18369,-1.09203 -12.49614,-3.96039 -13.03178,-0.21022 -0.28339,1.98408 1.96068,3.26943 3.36304,4.20448 3.11148,2.07467 7.18346,3.69744 10.2993,5.25564 2.53843,1.26943 29.42234,0.73791 32.57944,-0.84091 0.3881,-0.19398 0.56893,-1.79395 0.63058,-2.10224 z&quot;
++     id=&quot;path4117&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#666666;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 180.08172,320.112 c -0.92764,-0.92066 -2.5772,-0.13265 -3.57319,-0.63066 -7.02475,-3.51296 -16.11614,-1.2271 -22.9107,-4.62496 -2.06024,-1.03028 -5.43916,0.44627 -7.14647,-1.26135 -0.76872,-0.76885 -4.55193,-0.46643 -5.67511,-0.84088 -2.48403,-0.82814 -5.00611,-1.65875 -7.14646,-2.94316 -1.03652,-0.622 -18.07635,-4.45813 -18.07635,-3.57384 0,1.96752 8.7658,4.88454 10.5095,5.46586 3.18093,1.06049 6.63115,1.17017 9.87893,1.89202 2.07527,0.46126 5.32431,1.54117 6.5159,2.73294 0.39631,0.39642 1.13774,-0.13598 1.68152,0 0.86205,0.21555 2.22148,1.09896 3.15284,1.47156 3.02595,1.2106 6.3579,0.85834 9.45853,1.89204 4.13184,1.37751 12.33011,3.78406 16.60502,3.78406 2.4522,0 4.90441,0 7.35664,0 0.66468,0 0.63055,-2.55682 0.63055,-1.89204 0,1.02192 -1.14131,-1.17198 -1.26115,-1.47159 z&quot;
++     id=&quot;path4119&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#2b7679;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 524.70236,437.40069 c -1.73168,-4.83883 -8.85088,-3.09509 -12.95861,-3.09509 -3.20594,0 -9.73363,-0.45001 -4.44845,4.83608 1.79492,1.79522 5.82484,0.39816 7.73646,1.35413 2.69716,1.3488 4.04517,-1.83359 5.99578,-2.32133 1.53276,-0.38325 2.41377,-0.52152 3.67482,-0.77379 z&quot;
++     id=&quot;path3306&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cssscc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3aa9c5;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 517.93295,436.24003 c -2.02588,0.0146 -3.87975,-0.77377 -5.80235,-0.77377 -0.94253,0 -4.39005,-1.02568 -5.02871,-0.38689 -3.42829,3.42885 8.07804,4.60249 10.83106,1.16066 z&quot;
++     id=&quot;path3308&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#589277;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 583.30614,295.99292 c 0.22618,-2.95006 0.75915,-6.41267 -0.58025,-9.09188 -0.87956,-1.75948 -4.15742,-2.1273 -5.60894,-3.0951 -6.05332,-4.03623 -13.89312,-3.75077 -20.50167,-1.54755 -3.51132,1.17063 -6.71849,0.88066 -9.67056,3.0951 -2.25211,1.68937 -2.01456,4.8035 -3.0946,6.96401 -1.24668,2.49373 3.0054,2.94876 4.44847,2.7082 1.65751,-0.2763 2.93167,-2.95864 4.44848,-3.8689 3.22253,-1.93382 9.68826,-3.41159 13.53882,-2.12788 2.01944,0.67325 18.49473,14.33768 17.02025,6.964 z&quot;
++     id=&quot;path3309&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4a7c6b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 549.6235,285.75486 c 0.68232,-2.43293 -0.0716,-3.64276 -2.66426,-3.12413 -2.22001,0.44407 -1.82027,2.53853 -2.57236,4.04298 -0.45478,0.90971 -0.46574,1.94554 -0.82684,2.84846 -0.3783,0.94595 -1.05098,1.7752 -1.37806,2.75658 -0.38893,1.16699 0.9017,2.63976 2.2049,2.20528 1.10766,-0.36928 1.10541,-1.62677 1.8374,-2.48093 1.11056,-1.29586 4.56496,-4.30502 3.39922,-6.24824 z&quot;
++     id=&quot;path3428&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#6c9c80;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 576.40261,295.21917 c -3.27576,0.99453 -6.27455,1.35409 -9.90147,1.35409 -2.1044,0 -4.17989,-0.19336 -6.2422,-0.19336 -2.92038,0 -7.31847,-1.57762 -7.31847,2.1279 0,0.34426 -0.18375,1.36828 0.21516,1.54755 0.25593,0.11503 7.08323,1.79949 8.17947,2.12789 1.90341,0.5702 3.69526,-0.58845 5.3812,-0.96721 3.58868,-0.80631 12.91495,2.26997 12.91495,-2.70823 0,-2.59771 -0.90658,-2.2451 -3.22874,-3.28855 z&quot;
++     id=&quot;path3313&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#517b6b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 572.69093,285.00264 c 2.41128,-0.51998 4.63382,-2.14712 4.9863,-3.23938 1.14494,-3.54736 -11.0731,-3.21102 -14.15479,-1.6197 -3.63095,1.87498 5.66875,5.67233 9.16849,4.85908 z&quot;
++     id=&quot;path4270&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a464c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 568.60687,281.29115 c 3.64532,0.83032 8.59712,-5.37293 4.64187,-7.35088 -1.42771,-0.71397 -7.78355,-1.45339 -8.70354,0.38688 -2.8464,5.69376 2.4853,10.90557 4.06167,6.964 z&quot;
++     id=&quot;path3315&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#477765;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 579.43793,285.35349 c 3.49198,-4.31033 0.12929,-9.43604 -4.44848,-6.38367 -0.53925,0.35958 -2.12011,0.95235 -2.32094,1.3541 -1.85829,3.71723 4.62155,6.46174 6.76942,5.02957 z&quot;
++     id=&quot;path3319&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4f5649;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 550.90966,309.92093 c 0.0104,-1.62639 1.17268,-1.94666 2.03085,-2.80496 0.54324,-0.54334 4.31601,-1.09969 4.83527,-0.58032 0.17191,0.17194 -0.056,0.95636 -0.0967,1.16065 -0.21614,1.08099 -2.89322,4.68707 -3.96492,5.22299 -2.62432,1.78132 -3.9429,-0.5639 -2.80448,-2.99836 z&quot;
++     id=&quot;path3329&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78c1ba;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 593.07346,316.11114 c 1.26934,-0.73083 2.67618,-1.06735 3.86824,-1.93445 0.91617,-0.66643 1.71292,-1.36318 2.51434,-2.03117 2.26954,-1.89159 3.37806,-3.85388 -0.19333,-4.44922 -0.63621,-0.10602 -1.2706,-0.42288 -1.9341,-0.29017 -1.33925,0.2679 -2.65677,1.13517 -3.86824,1.74101 -0.4743,0.23716 -1.22285,0.17965 -1.7407,0.38691 -1.80113,0.72055 -4.03687,-0.41173 -5.60895,1.16065 -5.12833,5.12915 2.61292,7.15667 6.96282,5.41644 z&quot;
++     id=&quot;path3333&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78ccae;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 581.95228,315.24064 c 0.0273,-1.03864 0.0481,-2.28935 -0.87037,-2.90169 -1.42549,-0.95046 -6.12138,-0.54142 -4.93199,1.83774 1.2714,2.54323 7.13204,3.72375 5.80236,1.06395 z&quot;
++     id=&quot;path3335&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78ccae;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 604.19463,338.35724 c 1.10736,-1.09007 2.57068,-2.03118 4.15838,-2.03118 1.17773,0 2.22885,0.0393 3.3847,0.19337 2.99558,0.39946 2.9061,3.91478 1.06377,4.83611 -1.81136,0.90581 -4.82042,-0.0208 -6.67273,-0.48362 -1.05395,-0.26353 -2.63595,-0.92985 -1.93412,-2.51478 z&quot;
++     id=&quot;path3337&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78ccae;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 596.45817,331.00635 c -0.80483,-2.07663 -2.9115,-1.71562 -4.25508,-2.61152 -0.16504,-0.11006 -0.88961,0 -1.06375,0 -3.38381,0 -0.38979,4.35073 1.06375,5.223 3.76917,2.26188 7.65428,-0.91161 4.25508,-2.61148 z&quot;
++     id=&quot;path3339&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4ea5a8;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 659.53304,342.97645 c 0.48921,0.10404 5.9876,-3.85418 4.93712,-8.0567 -0.52755,-2.11055 -4.23292,-1.72698 -5.97652,-2.59892 -1.34257,-0.6714 -5.63132,-2.80064 -7.01595,-2.33905 -0.81332,0.27115 -3.3418,12.52922 -2.33864,14.03422 2.99042,4.48636 8.51654,2.24651 10.39399,-1.03955 z&quot;
++     id=&quot;path3351&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#50dfde;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 658.80691,333.5157 c -3.50953,-2.01079 -5.53262,-0.61039 -6.45929,1.83077 -2.20096,6.42991 1.01532,7.41362 5.15216,5.03705 4.53272,-3.13031 5.7964,-4.01162 1.30713,-6.86782 z&quot;
++     id=&quot;path4012&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4d6568;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 610.04096,305.4442 c 2.01459,1.94028 9.59045,-1.32346 6.75609,-4.1583 -3.30457,-3.30516 -6.35197,-2.00206 -10.13412,0.51978 -0.63968,0.42653 -2.40644,3.08481 -0.77956,3.89839 1.71157,0.85593 4.45144,-0.40684 4.15759,-0.25987 z&quot;
++     id=&quot;path3353&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#555f56;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 610.99309,277.39323 c 1.81093,-1.57241 4.20858,-4.17433 4.96103,-6.43201 0.36053,-1.08179 -9.10725,-3.10002 -10.65702,0 -1.68878,3.37814 3.92048,10.87158 5.69599,6.43201 z&quot;
++     id=&quot;path3355&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#38ad81;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 650.68121,298.89455 c 1.47663,0.0576 3.30734,-1.15743 3.30734,-2.75657 0,-2.46645 -7.55739,-4.01897 -9.3708,-2.20528 -2.10155,2.10193 1.45492,6.93729 6.06346,4.96185 z&quot;
++     id=&quot;path3357&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#888f6f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 573.32613,272.9827 c 1.5009,-4.20169 -4.47199,-7.83998 -6.6147,-5.69693 -2.91663,2.91712 1.75478,8.93741 6.6147,5.69693 z&quot;
++     id=&quot;path4135&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#667d67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 592.61896,275.5555 c 0.75099,-0.5587 1.46993,-1.74579 1.46993,-2.75658 0,-2.24898 -1.2544,-2.30657 -2.75612,-3.30789 -0.79349,-0.52906 -1.48399,-1.85175 -2.2049,-2.57278 -1.79254,-1.79283 -5.39602,7.42585 0.18376,8.82102 1.25734,0.31442 1.91377,0.65252 3.30733,-0.18378 z&quot;
++     id=&quot;path4137&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#498269;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 633.22579,277.577 c -6.91548,0.7812 -4.30346,-4.30417 -6.6147,-6.61578 -0.34576,-0.34584 -1.25153,-0.14908 -1.65365,-0.55134 -4.10519,-4.10588 -7.28622,4.47398 -3.30734,8.45353 0.56712,0.56721 1.26413,0.44841 1.8374,0.73507 2.59592,1.2982 8.50028,5.96809 10.84074,1.28641 0.76967,-1.53956 -0.13243,-2.33769 -1.10245,-3.30789 z&quot;
++     id=&quot;path4141&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#458476;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 616.26809,288.52885 c 2.16082,0.12475 4.85227,-3.31102 3.50797,-5.3278 -0.8136,-1.22063 -1.63549,-1.31223 -3.11818,-1.55935 -1.80717,-0.30127 -4.89031,-1.14183 -6.7561,-0.5198 -4.073,1.3579 -1.17252,7.79679 3.89775,7.79679 0.96947,0 1.73851,0.1942 2.46856,-0.38984 z&quot;
++     id=&quot;path4159&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5ec9c6;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 628.09126,288.52885 c -0.76555,-5.30751 0.0873,-6.94769 -6.10648,-8.18663 -1.13262,-0.22657 -1.89587,-0.78095 -2.72841,0.2599 -0.96464,1.20601 -0.61279,2.4884 -1.03942,3.76844 -1.46877,4.40714 7.18728,7.07615 10.39399,4.93797 0.25985,-0.17319 -0.32459,-0.53576 -0.51968,-0.77968 z&quot;
++     id=&quot;path4161&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c6a67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 678.05867,291.3599 c -0.902,-6.84798 2.90541,-2.17079 5.51224,-4.77806 3.24052,-3.24108 -5.29673,-9.95549 -10.28952,-4.96186 -0.47451,3.58248 -0.80488,6.49007 -1.10245,10.10747 1.09217,2.18472 5.34099,2.32658 5.87973,-0.36755 z&quot;
++     id=&quot;path4163&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;csccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c6a67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 710.94836,309.00204 c -0.0736,-1.64288 0.24752,-3.42411 -0.36748,-4.96186 -0.70558,-1.76427 -1.8114,-4.75208 -3.12361,-6.06448 -2.3483,-2.34869 -4.58119,1.53187 -4.0423,4.22677 0.41889,2.09475 3.88716,4.70655 2.75611,7.53465 -0.79502,1.98787 -5.03743,5.62048 -2.93986,7.71842 0.82779,0.82793 3.10171,0.63773 4.22605,0.91886 7.027,1.75706 5.49225,-9.03878 3.49109,-9.37236 z&quot;
++     id=&quot;path4165&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c6a67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 705.80363,296.13798 c -0.89136,-1.88545 -1.50893,-3.09625 -2.02117,-5.14561 -0.72438,-2.898 -1.23906,-6.98334 -5.32851,-6.98334 -0.44717,0 -0.96329,-0.18921 -1.10245,0.36756 -0.87309,3.49294 2.15602,6.00377 2.75612,9.00482 0.30016,1.50104 -1.69657,2.1194 -1.10245,3.30789 2.11093,4.22254 5.09464,2.28884 6.79846,-0.55132 z&quot;
++     id=&quot;path4167&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c6a67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 692.913,296.34524 c -4.43921,0.2416 -7.87217,1.92472 -7.87217,7.87871 0,4.41652 0.62062,7.08746 3.12363,10.84256 0.3407,0.51118 4.7604,7.40147 6.06344,3.49167 1.77787,-5.33452 -1.70165,-8.58122 -0.91869,-12.4965 2.12734,-6.0838 4.02058,-8.82678 -0.39621,-9.71644 z&quot;
++     id=&quot;path4169&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cscscc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c6a67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 722.34034,317.82309 c -0.0333,-1.79743 -2.93987,-3.43966 -2.93987,-4.96185 0,-1.24487 -2.49555,-5.54325 -3.12363,-6.79956 -0.91517,-1.83072 1.51109,-7.89192 3.67485,-7.35087 3.52187,0.88059 2.15556,4.93716 4.0423,5.8807 2.67009,1.33524 11.64408,4.94043 10.10578,9.55613 -0.62937,1.88842 -8.6869,-7.80004 -10.10578,-4.96183 -1.33604,2.67252 3.77162,8.63728 -1.65365,8.63728 z&quot;
++     id=&quot;path4171&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c6a67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 741.8169,332.52485 c -1.2517,-0.57973 -1.93732,-2.64058 -1.46991,-4.04297 0.32307,-0.96944 0.91318,-1.10265 1.83739,-1.10265 5.21398,0 4.04454,10.66158 -0.36748,5.14562 z&quot;
++     id=&quot;path4173&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c6a67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 729.87371,327.93057 c 0.56336,-2.2562 -0.30737,-3.98291 -1.65366,-5.32941 -3.15892,-3.15945 -10.09908,2.77666 -8.81958,6.61579 0.95662,2.87037 10.47324,3.49884 10.47324,-1.28638 z&quot;
++     id=&quot;path4175&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c6a67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 703.41497,331.78976 c 2.10921,1.04486 7.37751,0.42326 5.69598,-2.94034 -0.47533,-0.95085 -8.56759,-0.98713 -9.73828,0.1838 -4.52153,4.52229 4.77726,9.70278 4.77726,5.88069 0,-1.32156 0.14344,-2.02599 -0.73496,-3.12411 z&quot;
++     id=&quot;path4177&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c6a67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 673.09764,311.94239 c 0.0165,-1.96176 -0.82049,-3.76524 -2.7561,-4.41052 -1.36637,-0.45555 -2.68599,-1.17279 -3.85857,0 -2.16061,2.16096 2.26974,5.09155 2.93987,6.432 0.78129,1.56288 -0.98043,4.3694 0.73495,5.51317 2.91654,1.94469 6.47901,-1.74158 4.96102,-4.77809 -0.57301,-1.14618 -1.37756,-1.46915 -2.02117,-2.75656 z&quot;
++     id=&quot;path4179&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c6a67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 665.38051,300.18096 c 0.87006,-0.99594 3.63867,-4.11533 2.93986,-5.51317 -0.95046,-1.90119 -8.76693,0.39342 -9.18705,1.65397 -0.89681,2.69084 3.90987,15.54784 6.24719,3.8592 z&quot;
++     id=&quot;path4181&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c6a67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 664.27806,291.17614 c -0.31311,-9.81369 -10.78427,-8.07164 -13.22935,-0.73509 -1.07229,3.21739 8.90864,8.25305 11.02446,6.98334 1.47836,-0.88716 5.49223,-6.90585 2.20489,-6.24825 z&quot;
++     id=&quot;path4183&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c6a67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 667.95291,275.73927 c -1.44989,-1.2541 -4.06937,-1.61071 -5.51225,-2.5728 -3.18155,-2.12139 -3.85858,-0.35414 -3.85858,3.3079 0,1.02401 -0.36887,3.03013 0.18377,3.8592 1.14981,1.725 4.70571,2.30286 6.79843,1.83774 2.36461,-0.52556 6.27579,-6.43204 2.38864,-6.43204 z&quot;
++     id=&quot;path4185&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c6a67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 647.0064,277.94454 c 1.36204,-4.22894 -5.1884,-10.50141 -8.26838,-5.8807 -2.15934,3.23955 0.21722,6.72441 2.93986,8.08595 0.95085,0.47551 2.86762,1.23068 3.85858,0.7351 1.24922,-0.6247 1.46994,-3.49694 1.46994,-2.94035 z&quot;
++     id=&quot;path4187&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c6a67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 676.77248,327.37923 c 0,-0.49006 0,-0.98012 0,-1.47017 0,-5.68327 -8.28398,-7.30403 -9.18706,-4.59429 -2.77824,8.33606 14.62235,8.23894 9.18706,6.06446 z&quot;
++     id=&quot;path4189&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4b766d;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 540.52829,270.2261 c -0.96695,-0.94295 -5.16079,-2.18922 -6.43093,-0.91884 -1.52534,1.52559 -0.8113,6.27158 0.27561,7.90219 0.43957,0.65949 2.736,2.65334 3.1236,1.10264 0.32727,-1.30936 1.38155,-3.03688 2.20489,-4.13488 0.84169,-1.12243 0.82683,-2.54664 0.82683,-3.95111 z&quot;
++     id=&quot;path3436&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#48796a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 545.76493,273.71779 c -0.40143,-1.1741 -1.91792,-2.75092 -3.03174,-3.30791 -0.34209,-0.17111 -0.86297,-0.48504 -1.19431,-0.55131 -6.37585,-1.27537 -1.00337,4.11323 -1.01059,4.13486 -0.035,0.10486 -0.24066,0.079 -0.2756,0.1838 -0.0165,0.0489 1.63099,0.51004 1.83739,0.55132 1.18912,0.23785 4.49953,1.0513 3.67485,-1.01075 z&quot;
++     id=&quot;path3432&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4a8177;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 552.34517,279.04274 c 3.27102,-4.26324 -8.68936,-7.98919 -9.3546,-5.32782 -0.5266,2.1067 1.47887,9.90082 2.98827,10.65562 2.8677,1.4341 5.30138,-3.55265 6.36633,-5.3278 z&quot;
++     id=&quot;path3370&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#589277;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 543.25042,276.70369 c 0.59767,-2.08998 0.42112,-3.29793 -1.55911,-4.28822 -0.86241,-0.43128 -1.46868,-1.12431 -2.33863,-1.55936 -2.80157,-1.40103 -2.33865,0.83394 -2.33865,4.02834 0,1.92865 -1.19003,1.70254 -0.5197,3.3786 0.4299,1.07495 7.34368,5.55376 8.57503,4.93797 0.74825,-0.37418 -0.42147,-2.46586 -0.51969,-2.85881 -0.28348,-1.1341 -0.87285,-2.35905 -1.29925,-3.63852 z&quot;
++     id=&quot;path3372&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccscssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#497f74;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 543.28443,283.31987 c 1.45335,-0.78455 -0.0565,-2.19815 -0.55124,-2.94034 -0.86255,-1.29405 -6.34981,-1.86998 -5.32849,1.19451 0.36608,1.09841 6.33267,4.01098 5.87973,1.74583 z&quot;
++     id=&quot;path4264&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#579283;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 518.04502,277.61332 c -0.90509,-0.41775 -1.48358,-0.90963 -2.46856,-0.90963 -3.66925,0 -5.58915,1.55461 -3.89774,4.93798 0.29925,0.59868 2.02589,1.30753 2.59849,1.68931 2.57115,1.7144 5.72336,-3.27278 3.76781,-5.71766 z&quot;
++     id=&quot;path3388&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#69a389;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 569.62514,290.34808 c -1.29009,-1.51206 -3.93928,-1.94918 -5.97654,-1.94918 -1.35114,0 -2.71603,0 -4.02766,0 -1.63274,0 -6.34826,0.31408 -5.45684,2.98877 0.12223,0.3668 0.47409,0.82253 0.90947,0.90962 3.62048,0.72422 9.06881,-0.12996 13.25232,-0.12996 0.54126,0 2.10807,0.28096 2.46857,-0.25989 0.13825,-0.20729 -1.03388,-1.39003 -1.16932,-1.55936 z&quot;
++     id=&quot;path3396&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#72b6a7;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 565.60899,293.01386 c 1.2091,0.16592 1.70094,-0.77441 1.46994,-1.92961 -0.41919,-2.09632 -4.27966,-1.71137 -5.23663,-0.27565 -1.21235,1.81883 2.49839,2.83951 3.76669,2.20526 z&quot;
++     id=&quot;path3446&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#81bba2;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 576.771,295.28606 c 0.24593,-2.85625 -1.00052,-5.44479 -3.76782,-6.36739 -0.50433,-0.1682 -1.45033,0.0798 -2.07881,-0.12994 -1.11,-0.37005 -2.83769,-0.54043 -3.76779,0.38983 -2.62175,2.62218 -0.98748,7.20943 2.5985,7.92674 1.52784,0.30563 2.69617,0.77969 4.2875,0.77969 1.31242,0 1.5981,-1.92063 2.72842,-2.59893 z&quot;
++     id=&quot;path3392&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#81bba2;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 554.03418,296.32561 c 1.74683,0.41807 3.61025,-0.41334 4.54735,-1.81924 3.1589,-4.73915 -3.99395,-5.26364 -6.62616,-3.50855 -2.4431,1.62901 -1.24487,6.98992 2.07881,5.32779 z&quot;
++     id=&quot;path3394&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#78c1ba;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 567.15658,296.97535 c 0.43722,-0.52365 2.8241,0.42409 2.85834,0.38985 1.37313,-1.37336 -1.29504,-2.98242 -1.81895,-3.76845 -1.16568,-1.74882 -8.51781,-3.11356 -9.4845,-2.469 -0.88523,0.59025 -2.19619,1.93667 -2.98827,2.72889 -0.69638,0.69649 0.49373,2.2195 0.90947,2.46897 0.1767,0.10601 9.78817,1.67473 10.52391,1.42943 0.2465,-0.0822 0.0511,-0.52481 0,-0.77969 z&quot;
++     id=&quot;path3398&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#536f5c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 550.40951,292.73818 c -3.73181,-2.70409 -6.25194,4.21592 -3.44987,6.15637 1.08927,0.75431 2.61662,1.24596 3.44987,0.0919 0.73238,-1.01431 -0.37755,-2.52354 0.13261,-3.58357 0.49076,-1.01958 0.43975,-1.67364 -0.13261,-2.6647 z&quot;
++     id=&quot;path3450&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4f5649;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 554.03418,297.64086 c 0.21501,-0.71227 0.12992,-1.47215 0.12992,-2.2091 0,-1.23895 -3.91667,-3.86053 -4.41744,-2.85883 -0.51087,1.02189 -1.12137,2.14719 -1.42917,3.37862 -0.66817,2.67307 3.32106,4.44669 5.19698,3.50855 0.25045,-0.12516 0.38337,-1.4784 0.51971,-1.81924 z&quot;
++     id=&quot;path3400&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#476f67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 552.73492,303.99247 c 1.44083,-1.15125 1.13521,-3.54268 0,-4.67807 -2.38629,-2.38668 -10.51076,1.45134 -8.57503,4.67807 1.00378,1.67322 3.18101,1.94779 4.54737,2.85882 1.21642,0.81109 4.41744,2.94693 4.41744,-0.25989 0,-1.1683 0.34171,-1.50149 -0.38978,-2.59893 z&quot;
++     id=&quot;path3404&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4a8177;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 545.45913,296.19568 c 0.0104,-0.50384 0.30648,-1.28954 0.12994,-1.81925 -0.37545,-1.12653 -2.74259,-1.28531 -3.50798,-0.51979 -3.92056,3.92123 -0.31338,9.46326 2.20873,4.41819 0.38961,-0.77938 0.64436,-1.20409 1.16931,-2.07915 z&quot;
++     id=&quot;path3408&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4a8177;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 607.17339,270.33631 c 0.56851,-0.502 2.014,-2.14391 1.03939,-3.1187 -2.97401,-2.97448 -9.46671,-1.78363 -6.886,3.3786 0.90036,1.80105 7.17018,3.04961 5.84661,-0.2599 z&quot;
++     id=&quot;path3410&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#589277;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 512.58819,263.57911 c -2.23965,-4.43551 4.09252,-4.87328 5.06705,-1.94919 1.14664,3.44051 -3.54686,3.84978 -5.06705,1.94919 z&quot;
++     id=&quot;path3416&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#589277;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 498.9461,258.5112 c -0.0391,-0.85686 0.21319,-2.18131 -0.64964,-2.46899 -2.15471,-0.71834 -5.23605,3.07966 -3.63789,4.67807 1.87237,1.87271 6.15609,-0.71396 4.28753,-2.20908 z&quot;
++     id=&quot;path3418&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#589277;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 494.00894,268.64701 c 0.0282,-0.95702 -1.63627,-1.7502 -2.59848,-1.4294 -0.68606,0.22872 -0.68334,1.107 -0.90947,1.55936 -1.98356,3.96776 9.02029,4.28065 3.50795,-0.12996 z&quot;
++     id=&quot;path3420&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#426450;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 518.9387,300.82416 c 0.30157,-0.56612 -0.30235,-0.49957 -0.82684,-1.2864 -0.21366,-0.32056 -0.21396,-0.76529 -0.45936,-1.01073 -0.40228,-0.40239 -0.98369,-0.20543 -1.46992,-0.36755 -3.16577,-1.05545 -6.06536,1.19453 -9.09521,1.19453 -1.11452,0 -3.41143,1.55389 -2.57236,2.11337 2.21307,1.47561 9.82352,0.36755 12.95375,0.36755 0.35177,0 2.02117,-0.088 2.02117,-0.64322 0,-0.22085 -0.3788,-0.22958 -0.55123,-0.36755 z&quot;
++     id=&quot;path3444&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#71ac99;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 565.14964,297.24061 c -0.79283,-0.13286 -1.4304,-0.67204 -2.20489,-0.82699 -0.71381,-0.14283 -1.98499,-0.53736 -2.66425,-0.36752 -0.28118,0.0703 -5.03158,0.25211 -4.6854,0.36752 1.25719,0.41915 9.47392,3.5498 10.10578,1.65397 0.19934,-0.59802 -0.21311,-0.62408 -0.55124,-0.82698 z&quot;
++     id=&quot;path3448&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccscc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4d6c61;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 559.91301,283.5496 c 0.50793,-1.03984 0.54951,-2.6699 0.18377,-3.76734 -0.68047,-2.04177 -6.92979,-1.9562 -5.60411,2.02149 0.98622,2.95919 5.73868,3.3377 5.42037,1.74585 z&quot;
++     id=&quot;path3454&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5c6d5c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 541.35514,309.64523 c 0.44832,-1.05797 0.28914,-3.11734 -0.82685,-3.67544 -2.62119,-1.31084 -4.97597,3.18606 -3.95043,5.2375 0.85474,1.70976 5.14202,-0.10289 4.77728,-1.56206 z&quot;
++     id=&quot;path3456&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5c6d5c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 583.89124,288.32765 c 0.11995,-0.69342 0.57066,-2.44336 -0.0919,-2.94035 -0.99816,-0.74873 -1.62041,-2.1329 -2.93987,-2.5728 -3.79946,-1.26672 -3.23333,3.56569 -1.37806,5.42126 0.59887,0.59899 1.40697,0.11598 2.2049,0.27568 0.73629,0.14719 1.53716,0.21693 2.20488,-0.1838 z&quot;
++     id=&quot;path3458&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5c6d5c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 535.93476,301.37548 c 1.22855,-0.86337 0.27538,-1.83794 -0.36746,-2.48093 -0.67154,-0.67163 -6.1386,-0.37571 -5.60412,2.29716 0.30928,1.5467 5.62242,1.92992 5.97158,0.18381 z&quot;
++     id=&quot;path3460&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5c6d5c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 508.56052,285.67001 c 0.79122,-0.22629 2.32932,-3.25796 1.42918,-4.1583 -0.74861,-0.74868 -3.90011,-1.6877 -5.06707,-0.90963 -0.81795,0.5454 -2.3278,4.31 -1.81894,5.32782 0.44932,0.89884 4.2204,2.92594 5.19697,1.94919 0.46926,-0.46932 0.25986,-1.61607 0.25986,-2.20908 z&quot;
++     id=&quot;path3462&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a716e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 491.02068,282.94114 c -1.17782,-0.0355 -3.16295,0.0629 -3.89774,-1.03958 -2.01342,-3.02063 5.0477,-3.91773 5.97654,-2.98877 1.0411,1.0413 4.49851,6.64757 0.25984,5.58769 -1.1129,-0.27824 -1.22575,-1.1141 -2.33864,-1.55934 z&quot;
++     id=&quot;path3466&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3f8e88;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 490.76084,288.00905 c 3.00508,1.24914 4.36313,-4.91858 2.59848,-5.97754 -0.75445,-0.45273 -2.57785,-0.12995 -3.37805,-0.12995 -0.52457,0 -2.28749,0.16695 -2.72841,0.51979 -4.55808,3.64706 3.50798,9.18308 3.50798,5.5877 z&quot;
++     id=&quot;path3464&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#426e67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 527.39081,301.28359 c 1.81828,-0.91092 1.27275,-1.1295 0.5512,-2.57278 -0.83671,-1.67375 -3.94658,-3.5855 -5.78781,-2.66471 -0.89701,0.44857 -0.73996,3.7424 -0.55125,4.68619 0.29909,1.49574 5.78786,2.52195 5.78786,0.5513 z&quot;
++     id=&quot;path3478&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#47a099;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 534.64858,289.24652 c -0.59787,-1.52846 -1.63248,-1.82863 -2.93986,-2.38902 -1.84431,-0.79057 -6.62696,0.65745 -5.05289,2.75657 1.06423,1.41917 2.95868,1.3896 4.31793,2.20525 1.07325,0.64406 1.95798,2.06169 2.93987,2.38905 0.54812,0.18276 1.10757,-0.18901 1.46992,-0.55132 2.17661,-2.17695 0.48451,-2.76479 -0.36748,-4.04298&quot;
++     id=&quot;path3480&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a7975;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 524.60622,293.98658 c 0,-0.21656 0,-0.43314 0,-0.64973 0,-2.94589 -4.59823,-3.86161 -5.00211,-3.05374 -1.26267,2.52576 -1.19335,5.75034 1.36423,7.21203 1.11819,0.63911 2.70092,0.36608 3.37802,-0.64974 0.37444,-0.56176 0.45475,-1.55379 0.45475,-2.2091 0,-0.22608 -0.38875,-0.53337 -0.19479,-0.64972 0.10832,-0.0649 0.12994,0.2166 0,0 z&quot;
++     id=&quot;path4250&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c7d70;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 536.81915,273.52001 c -1.71987,-1.85311 -6.60819,-1.11561 -5.5218,2.14413 0.11491,0.34469 0.54473,1.11708 0.90946,1.29945 3.69116,1.84591 6.06394,0.18609 4.61234,-3.44358 z&quot;
++     id=&quot;path4254&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c7d70;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 545.0044,273.32509 c 1.22074,-0.68639 2.5574,-3.6975 0.45473,-4.22327 -0.9376,-0.23441 -1.70741,0.47725 -2.4036,0.97461 -1.91228,1.36615 -2.89396,2.75823 -0.84451,4.80802 2.04314,2.04351 4.10197,-1.03582 2.79338,-1.55936 z&quot;
++     id=&quot;path4256&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#426e67;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 538.00185,293.74895 c 0.28046,-1.27796 -0.94147,-2.68198 -2.29675,-2.34311 -0.33252,0.0832 -0.33315,2.29376 0.046,2.61875 0.76474,0.65563 2.90843,0.71089 2.25082,-0.27564 z&quot;
++     id=&quot;path4260&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#468a81;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 537.72625,295.77043 c -0.39099,-0.32931 -0.22292,-1.32559 -0.55121,-1.65392 -0.36885,-0.36892 -1.71071,-1.0971 -2.34272,-0.78105 -0.68909,0.34462 -1.17958,2.45709 -0.73496,3.12412 0.19955,0.29938 0.58905,0.81293 0.91872,1.01076 0.26901,0.16134 0.67645,0.094 0.96465,0.0459 1.08633,-0.1811 1.74552,-0.59362 1.74552,-1.74583 z&quot;
++     id=&quot;path4262&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a464c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 540.58969,283.70546 c 0.56869,-2.01192 -2.83738,-1.90185 -4.20116,-1.63055 -2.10778,0.41923 -4.05332,4.73294 -2.4592,6.31843 2.33423,2.32155 7.17271,-2.49829 7.17271,-4.38215&quot;
++     id=&quot;path5121&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5e9d83;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 542.18198,278.67964 c 0.72826,-0.96117 0.72021,-2.68193 -0.0919,-3.6295 -0.50599,-0.59045 -1.70087,-0.60884 -2.3886,-0.64322 -0.74598,-0.0371 -1.27682,-0.15945 -1.92929,0.27568 -0.4337,0.28914 -0.20936,0.89989 0.046,1.1945 0.57965,0.66894 1.26396,1.17544 1.9293,1.74582 1.09647,0.94001 0.88072,1.24046 2.38863,1.24046&quot;
++     id=&quot;path4266&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5e9d83;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 556.42192,286.6846 c -0.18501,-0.99587 0.46553,-3.73878 -0.56056,-4.42298 -0.42648,-0.28436 -0.88815,-0.25703 -1.43256,-0.31148 -0.80828,-0.0808 -2.05817,-0.3936 -2.86512,-0.12453 -1.64984,0.55001 -3.19952,3.19881 -2.55369,4.92135 0.75422,2.01156 7.91021,2.42944 7.41193,-0.0624 z&quot;
++     id=&quot;path4268&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#548671;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 575.48119,287.12069 c 0.67755,-1.41297 0.16942,-2.27127 -0.87199,-3.0525 -0.83815,-0.62871 -2.31461,-0.46529 -3.36338,-0.56064 -0.66733,-0.0608 -1.36731,-0.0624 -2.05543,-0.0624 -0.37737,0 -1.09464,-0.0888 -1.37027,0.18691 -1.02358,1.02375 0.42952,3.28971 1.24571,3.92461 1.06632,0.82951 3.07416,0.56066 4.42223,0.56066 1.77407,0 1.69791,0.18442 1.99313,-0.99673 z&quot;
++     id=&quot;path4272&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#505360;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 129.14551,295.96667 c -5.21055,0.12538 -18.98048,-8.67559 -23.41925,-4.2361 -1.53992,1.54019 1.74704,3.9877 2.74055,4.2361 3.52889,0.88236 7.74409,0.33916 11.21133,1.4951 2.57607,0.85885 11.01514,3.85606 14.1082,3.85606 4.34535,0 -0.34959,-4.49275 -4.64083,-5.35116 z&quot;
++     id=&quot;path4299&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cssssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3e4352;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 243.75027,311.16681 c -3.1502,-0.36982 -6.05457,0 -9.21821,0 -2.63355,0 -6.22854,0.3548 -6.22854,3.48853 0,0.26872 -0.57329,1.20842 0,1.49511 2.96855,1.48453 16.78109,2.96802 20.6787,1.99345 2.13095,-0.53281 6.96722,-2.12239 9.21819,-0.99671 2.02711,1.0137 11.2402,3.45967 13.20446,1.49509 0.91689,-0.91704 4.7571,-5.70779 2.74058,-7.72467 -2.21258,-2.21291 -16.32728,-5.04167 -19.433,-3.48854 -2.48426,1.24234 -8.14496,4.30128 -10.96218,3.73774 z&quot;
++     id=&quot;path4278&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#2e383c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 304.29147,312.6619 c -6.30948,-2.35006 -40.1257,-11.4343 -42.35392,-6.97712 -1.85138,3.70338 3.64717,5.23283 5.97936,5.23283 3.17921,0 6.23177,0.78362 9.46735,1.24591 3.95181,0.56466 8.57946,-0.72036 12.45704,0.24919 3.7827,0.94585 6.25823,2.24263 10.46392,2.24263 2.27745,0 5.64935,1.33333 3.98625,-1.99344 z&quot;
++     id=&quot;path3493&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4233&quot;
++     d=&quot;m 296.51982,316.90424 c -1.73651,-0.55554 -3.52083,-0.55133 -5.32848,-0.55133 -1.27336,0 -6.98217,-0.85167 -6.98217,1.2864 0,0.29187 -0.0565,0.67862 0.0919,0.82699 0.35946,0.35953 0.11457,1.21721 0.55122,1.65396 0.40637,0.40642 2.98771,-1.34433 3.49108,-1.47018 2.67201,-0.66811 5.80137,0.96141 8.54396,0.27564 1.51037,-0.37764 0.84599,-1.53601 -0.36747,-2.02148 z&quot;
++     style=&quot;fill:#515c6d;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#33365e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 286.85163,317.3964 c -1.71001,-1.27583 -3.9873,-1.74535 -5.48111,-3.2394 -1.76018,-1.76047 -9.71566,-2.65821 -12.45704,-1.74428 -1.23914,0.41314 -0.90189,2.70614 -1.2457,3.73775 -0.17066,0.5123 -0.57079,2.09758 -0.24914,2.74102 3.90931,7.8199 16.71649,5.29731 19.43299,-1.49509 z&quot;
++     id=&quot;path3489&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4263&quot;
++     d=&quot;m 283.10671,311.75861 c -2.4885,0.18755 -4.90954,-0.28014 -7.34965,-0.5513 -1.35497,-0.15053 -3.89937,-0.9444 -5.23662,-0.27565 -0.29647,0.14824 -0.49353,0.44018 -0.82685,0.5513 -0.33197,0.11064 -1.71004,1.21226 -1.1943,1.47018 1.00622,0.5032 2.46572,0.54763 3.58295,0.82699 1.94249,0.48568 6.12191,-0.1838 8.36022,-0.1838 0.24603,0 1.66714,0.17028 1.83741,0 0.39466,-0.39473 1.31532,-0.5177 1.65367,-1.19453 0.43823,-0.87657 -1.4354,-0.64321 -0.82683,-0.64321 z&quot;
++     style=&quot;fill:#31374e;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#333758;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 136.45606,288.33393 c -3.68565,1.22687 -5.97805,2.95552 -2.01383,4.93797 5.54506,2.773 31.50295,5.46157 36.249,0.71471 0.28587,-0.28591 0.35143,-1.07033 0.25986,-1.88422 -12.24828,-1.4035 -23.80793,-2.68529 -34.49503,-3.76846 z&quot;
++     id=&quot;path3461&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#333758;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 108.2624,285.73501 c -5.13968,0.0104 -11.043609,0.61428 -11.043609,3.31364 0,0.98253 9.165199,1.12669 7.275789,1.4294 -3.26036,0.52235 6.64887,1.28415 9.93925,1.75428 5.37569,0.76808 27.1268,2.97158 16.69534,-4.41818 -8.00221,-0.7901 -15.56185,-1.47209 -22.67188,-2.07914 -0.0637,-0.006 -0.13139,0.006 -0.19478,0 z&quot;
++     id=&quot;path3463&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#333758;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 171.99049,292.23233 c -1.45769,0.0497 -2.74193,0.20844 -3.24812,0.71472 -1.48297,1.4832 1.28437,3.6985 2.27368,4.02833 1.02785,0.34265 2.118,1.21181 3.24812,1.4944 2.55055,0.63774 23.53597,0.48059 23.90615,-0.25991 0.5035,-1.00716 0.24446,-2.00451 -0.25986,-2.92381 -8.97867,-1.09707 -17.5979,-2.1047 -25.85501,-3.05373 -0.0215,-10e-4 -0.0437,0.003 -0.0649,0 z&quot;
++     id=&quot;path3465&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#515459;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 110.34942,291.6563 c -4.76795,-1.35616 -8.26789,-1.49309 -11.479469,-2.1355 -6.70094,-3.03036 -5.23475,-2.27549 -7.09557,-2.27549 -2.79928,0 -5.10969,0.68641 -7.22508,1.74428 -0.62609,0.31311 -1.10811,0.18027 -1.74398,0.49835 -0.37139,0.18567 0,1.66121 0,1.24592 0,-0.0921 1.15551,0.15906 1.74398,0.74754 1.09288,1.09308 4.14515,1.04969 5.48111,1.49509 2.35584,0.78543 22.372539,6.62766 19.682109,1.24592 -0.18376,-0.36775 1.01325,-2.26497 0.6369,-2.56611 z&quot;
++     id=&quot;path4301&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccsscscscc&quot; /&gt;
++  &lt;path
++     style=&quot;opacity:0.97844825;fill:#373f5b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 49.66635,282.5513 c -0.326869,0.29702 -0.430532,0.62937 0,0.84467 3.463272,1.73193 10.58645,0.77932 14.681485,1.36442 0.920499,0.13163 1.567875,0.76567 2.403604,0.97462 4.963361,1.24105 9.344112,-1.17305 14.811422,0.64972 0.54792,0.18275 3.64016,0.48391 3.96271,0 0.84477,-1.26738 -1.6583,-2.11723 -4.22254,-2.66389 -12.344177,-0.75192 -22.932479,-1.1644 -31.636681,-1.16954 z&quot;
++     id=&quot;path3391&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#39405b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 92.521831,286.74691 c -3.76218,-0.0298 -7.48324,-0.74754 -11.21135,-0.74754 -2.2345,0 -4.72879,-1.74429 -6.72681,-1.74429 -2.043444,0 -4.187539,-0.74753 -5.730229,-0.74753 -6.105508,0 -3.488387,3.48842 0.249147,4.73446 2.803794,0.93476 28.038512,6.20498 23.419242,-1.4951 z&quot;
++     id=&quot;path4297&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#333758;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 86.305111,283.98071 c -1.62074,0.22204 -2.89119,0.94099 -2.27368,2.79387 0.15258,0.45764 1.2669,1.37258 1.75399,1.49439 1.59595,0.39903 13.26912,1.20614 18.839079,1.49437 3.33119,0.17237 2.08562,-1.79161 -0.97443,-4.41818 -6.085619,-0.49898 -11.932189,-1.0035 -17.344959,-1.36445 z&quot;
++     id=&quot;path3467&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#333758;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 73.507531,283.26603 c -0.25332,0.0667 -0.389782,0.16238 -0.389782,0.25989 0,0.54528 8.786522,1.49438 9.159712,1.49438 1.37034,0 5.06911,1.4284 5.97653,0.97458 0.30624,-0.15323 0.0166,-0.73243 0.25984,-0.97458 0.32046,-0.32051 0.45036,-0.61767 0.45475,-0.84465 -5.43597,-0.37655 -10.60232,-0.66483 -15.39609,-0.90962 -0.0208,-8.1e-4 -0.0444,8e-4 -0.0648,0 z&quot;
++     id=&quot;path3469&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#2b3068;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 235.19886,302.10827 c -0.64321,-0.0411 -1.15017,0.0458 -1.42916,0.32486 -2.35279,2.35317 1.81647,5.52273 4.02767,5.52273 5.24904,0 6.6537,1.18805 12.66766,1.68931 5.29275,0.44112 10.48173,-0.19482 15.72089,-0.19482 0.46409,0 7.95592,-0.55425 5.71668,-2.79387 -1.0243,-1.02443 -1.77393,-1.18606 -2.85834,-2.1441 -1.11906,-0.15218 -2.33215,-0.30431 -3.44301,-0.45481 -3.28622,-0.15843 -6.55032,-0.38985 -9.87427,-0.38985 -2.79315,0 -7.26403,-0.19481 -8.96481,-0.19481 l -5.5218,0 c -1.05397,0 -4.11181,-1.24105 -6.04151,-1.36444 z&quot;
++     id=&quot;path3471&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#727785;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 299.30863,313.40945 c -1.98123,-0.66866 -10.05402,-4.71839 -11.2113,-1.24591 -1.28926,3.86834 16.49182,3.35846 11.2113,1.24591 z&quot;
++     id=&quot;path3473&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3c3e58;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 233.5355,306.93072 c -5.43844,-0.67892 -10.72927,-1.74429 -16.19415,-1.74429 -4.39882,0 -8.4724,-2.99017 -11.95877,-2.99017 -1.84416,0 -10.38112,0.41479 -8.71994,3.73773 3.46674,6.93462 42.42218,16.96819 39.11511,3.73774 -0.27177,-1.08736 -1.69617,-1.37556 -2.24225,-2.74101 z&quot;
++     id=&quot;path4273&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#333949;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 234.44575,306.42403 c -0.36638,-0.58903 -0.99375,-0.34759 -1.54147,-0.48455 -0.4352,-0.10878 -0.7155,-0.0165 -1.10106,0.17612 -0.22563,0.11283 -0.52166,-0.0146 -0.66064,0.26429 -0.49396,0.98808 -11.79994,0.30993 -11.11252,1.86133 0.52036,1.17435 12.87767,4.73596 13.62294,4.92233 0.32602,0.0814 0.64431,0.42836 0.96893,0.57264 0.86677,0.38528 1.70216,0.65762 2.59848,0.83694 1.07273,0.21459 2.21155,0.14304 3.30317,0.2643 5.06072,0.56239 10.22181,0.96538 15.32672,0.57265 1.13042,-0.0869 2.36361,0.0979 3.47933,-0.0881 1.56325,-0.26057 3.19503,-0.52691 4.80061,-0.66075 0.59213,-0.0494 4.45491,-0.63662 4.62444,-1.14528 0.76053,-2.28198 -3.19704,-2.03771 -4.40421,-2.15844 -1.67759,-0.16779 -3.33448,-0.58043 -5.02084,-0.66075 -2.44992,-0.11669 -4.90642,-0.23196 -7.35504,-0.3524 -1.27466,-0.0625 -2.68538,-0.1707 -3.96381,-0.0881 -1.24063,0.08 -2.54459,0.2897 -3.78764,0.0881 -1.04442,-0.16944 -3.55938,-0.55535 -4.40423,-0.92503 -1.04429,-0.45695 -1.90304,-1.42005 -2.862
 76,-2.02629 -0.66354,-0.41915 -1.22333,-0.7422 -1.98189,-1.01315 -0.28441,-0.10162 -0.67323,0.13098 -0.52851,0.0442 z&quot;
++     id=&quot;path4328&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccsccsccccsscccccsccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#28323e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 274.89285,311.6652 c -6.15571,0 -5.99213,-2.37791 -10.71306,-2.74102 -2.30975,-0.17777 -30.40911,-2.93071 -30.97031,-2.74362 -0.35566,0.11858 -4.50822,1.01564 -4.45712,1.9668 6.80073,7.61004 20.41542,2.10364 27.45492,5.51127 0.71343,0.47572 1.23213,1.08433 2.24225,0.74757 1.33053,-0.4436 16.78202,-2.17639 16.44332,-2.741 z&quot;
++     id=&quot;path3475&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccsc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#2e3644;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 228.31286,308.08581 c 1.32825,-0.78039 2.64617,0.47265 3.89833,0.87055 1.23398,0.80577 2.67346,0.90616 4.11055,0.85185 4.63199,0.006 9.31905,-0.22407 13.89447,0.63162 1.03864,0.35637 2.06977,0.76303 3.18199,0.76831 1.52089,0.45255 3.12728,0.53452 4.66967,0.92266 2.49717,0.41677 5.05027,0.73959 7.58041,0.5714 0.58262,-0.33856 2.61067,-0.2002 1.34689,0.57121 -1.13109,0.30808 -2.34783,0.1661 -3.44964,0.64124 -1.37462,0.48935 -2.86884,0.0208 -4.24847,0.52251 -1.86664,0.22416 -3.86232,0.58943 -5.65512,-0.17321 -1.54109,-0.47234 -3.1757,0.18318 -4.72045,-0.31163 -3.66497,-0.6803 -7.47319,0.081 -11.0933,-0.87369 -2.32371,-0.75814 -4.67131,-1.49264 -6.88397,-2.53933 -0.54127,-1.15317 -2.4619,-0.99357 -2.63136,-2.45366 l 0,9e-5 z&quot;
++     id=&quot;path4329&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5f6c7d;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 300.80351,321.38331 c -2.0323,-0.37746 -2.30259,-2.49183 -4.23541,-2.49183 -19.49969,0 0.79676,6.70325 3.23884,5.482 0.64007,-0.32007 0.88661,-2.44039 0.99657,-2.99017 z&quot;
++     id=&quot;path3477&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;csssc&quot;
++     style=&quot;fill:#5f6c7d;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 286.76311,319.99673 c -1.31498,-0.2865 -6.10262,-2.50213 -7.13656,-1.85279 -3.37697,2.12078 -7.06439,1.43219 -7.07625,2.89299 -0.006,0.81402 3.50366,0.62218 4.58483,1.34308 1.83766,1.22532 14.07646,1.1761 9.62798,-2.38328 z&quot;
++     id=&quot;path3479&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#443565;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 363.08869,319.88821 c -2.70468,-0.3267 -5.46192,-0.24918 -8.22163,-0.24918 -3.15177,0 -11.63462,-1.69335 -10.21477,3.98692 0.33017,1.321 13.22234,9.70023 13.70272,9.21977 0.15717,-0.15719 0.11893,-1.48373 0.24916,-1.74429 2.12136,-4.24347 4.48452,-6.3092 4.48452,-11.21322 z&quot;
++     id=&quot;path3481&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#293749;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 214.21602,297.30024 c -2.63958,0.0527 -5.41904,0.38985 -7.6006,0.38985 -1.4916,0 -10.79435,-0.45374 -12.66765,0.25988 -8.74571,3.33161 8.32996,4.25543 9.35457,4.48316 8.76094,1.94724 15.14802,4.48315 24.23097,4.48315 0.18397,0 1.09378,0.34117 2.27368,0.38985 1.40556,0.0579 3.14749,-0.18859 3.24813,-0.38985 0.19145,-0.38296 6.60872,-0.11537 6.75608,-0.45482 0.40293,-0.92836 -5.571,-2.36271 -4.80722,-3.50854 -4.92032,-1.97143 -10.18474,-3.04801 -15.13623,-4.87301 -1.87376,-0.23837 -3.80633,-0.54712 -5.65173,-0.77967 z&quot;
++     id=&quot;path3483&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#424455;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 182.21248,302.69461 c -3.89193,-0.73145 -7.91652,-0.90954 -11.70964,-1.99347 -3.11986,-0.89153 -16.03308,-4.48206 -16.19413,0.24919 -0.0756,2.2228 4.03652,3.95611 5.23196,4.73445 0.43924,0.28602 2.64697,1.78246 5.72501,2.5862 6.52104,1.70279 16.33388,3.06234 17.19594,2.64663 1.28881,-0.62147 3.4852,-3.46526 3.13968,-5.34644 -0.14344,-0.78077 -2.29383,-1.39891 -2.6414,-1.63066&quot;
++     id=&quot;path4305&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cssssssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#32374e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 176.73139,298.70769 c -2.86952,-0.84307 -5.1488,-2.9902 -8.22165,-2.9902 -2.39463,0 -5.31005,-0.47233 -7.47423,0.24917 -1.02563,0.34196 -7.91494,0.0795 -8.38787,1.02568 -0.9869,1.97414 9.88329,5.23093 18.08377,6.42219 3.31523,0.4816 7.44684,-0.3325 8.24223,-0.22157 2.10474,0.29351 -1.72793,-3.19931 -2.24225,-4.48527 z&quot;
++     id=&quot;path3485&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cscsssc&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cscsscscsccc&quot;
++     style=&quot;fill:#333c61;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 349.88423,320.13738 c -12.83938,-2.17833 -27.54488,-2.95363 -38.86594,-6.72795 -2.18838,-0.72956 -4.73654,0.0615 -6.97595,-0.49834 -2.1274,-0.53195 -8.33259,-0.27647 -9.46735,1.99344 -2.14273,4.28617 6.83462,4.43817 8.47077,4.98366 2.0914,0.69723 4.58093,1.00402 6.7161,1.53795 3.16794,0.79211 6.36149,1.93076 9.72721,2.49181 4.47075,0.74525 10.12378,1.54646 14.6122,2.18767 3.64808,0.52125 5.88893,-0.9846 9.80359,-0.9846 1.98084,0 2.9451,-1.71456 4.48455,-2.74101 0.0244,-0.0165 2.74717,-0.48509 2.49139,-0.99672 -0.2378,-0.47571 -0.66437,-0.83063 -0.99657,-1.24591 z&quot;
++     id=&quot;path3491&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#54413f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 248.23477,331.84897 c 0.17921,-1.81566 -5.65172,-0.83289 -7.97248,-1.99347 -1.24068,-0.62044 -2.07328,-2.26935 -3.48798,-2.741 -4.449,-1.48325 -10.23288,0.3647 -14.45016,-1.74429 -0.7689,-0.3845 -1.70351,-0.78804 -2.4914,0 -0.61627,0.61638 4.83271,3.10627 5.23195,3.23938 2.5451,0.8485 26.16436,8.23066 23.17007,3.23938 z&quot;
++     id=&quot;path4271&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;ccscsc&quot;
++     style=&quot;fill:#43445f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 244.74682,317.64556 c -0.92246,0.30753 -4.75613,-0.20417 -5.23197,0.74756 -0.73409,1.46845 10.20529,1.55976 11.4605,1.24591 6.00514,-1.50154 11.39556,0.22753 16.69241,1.99346 3.19179,-1.54651 4.98363,-1.72467 4.21583,-2.78374 -3.57242,-4.92776 -24.07424,-2.20663 -27.13677,-1.20319 z&quot;
++     id=&quot;path4275&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#605e5d;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 246.73995,320.38656 c -3.88198,-1.20568 -8.51552,-2.99021 -12.95532,-2.99021 -4.4984,0 -8.397,-1.53892 -12.20791,-2.49182 -3.11331,-0.77846 -7.36112,-2.5824 -10.71306,-1.74427 -2.73503,0.68388 -1.48182,3.82513 0.4983,4.48528 5.45563,1.81885 11.42665,2.47491 16.4433,4.98365 2.1265,1.06343 6.01356,-0.86358 8.47077,-0.24918 2.45431,0.61366 7.11865,3.5418 10.21477,1.99346 0.21698,-0.10856 0.74743,-2.3552 0.74743,-2.741&quot;
++     id=&quot;path4313&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#55535a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 211.732,312.97025 c -2.38646,-1.85833 -6.79108,-3.59588 -9.58825,-4.29528 -1.6363,-0.40915 -7.46851,-2.49183 -8.47079,-2.49183 -1.90539,0 -4.60479,-0.77779 -6.66892,-0.77779 -2.57276,0 -7.44791,2.94873 -13.65785,2.50567 -0.65188,-0.0466 8.19631,2.10617 8.86629,2.50822 3.65903,2.19581 8.24688,0.63556 11.95877,2.49185 4.69388,2.34733 15.62092,9.24616 15.44672,3.73771 -0.006,-0.17339 1.50447,-3.6248 2.11403,-3.67855 z&quot;
++     id=&quot;path4311&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;csssscssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4b4b57;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 185.16244,305.5871 -8.94058,3.78825 m 0.26425,-0.44047 -10.34994,-0.66078 c 4.42562,-0.0571 12.19399,-3.836 18.94083,-2.73916 2.53655,0.41237 5.44915,1.26295 5.94306,1.41769&quot;
++     id=&quot;path4317&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccsc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#313542;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 207.62482,303.19296 c -4.06399,-1.29154 -7.40875,-2.60001 -11.95875,-3.73776 -0.38466,-0.0963 -0.17005,-1.03051 -2.70913,-0.95209 -9.68509,0.29915 -22.78053,-1.65012 -23.20719,1.63355 -0.0629,0.48355 3.71214,2.28175 5.03124,2.71901 2.33087,0.77264 5.49038,1.10219 7.68062,1.83238 6.40797,2.13632 14.54664,4.3379 19.93125,0.74755 2.13116,-1.421 3.29645,0.17714 5.23196,-2.24264 z&quot;
++     id=&quot;path4280&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cssssssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#494d55;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 155.80356,298.45852 c -3.63563,-0.93382 -7.23721,-0.87518 -10.71305,-1.7443 -3.52731,-0.88194 -23.3014,-6.88498 -23.3014,-0.61929 0,0.57666 6.34422,1.7559 8.35264,2.95064 1.64481,0.97845 1.25047,1.40864 1.74431,1.6556 2.39669,1.19852 16.58608,5.23675 18.58711,4.23608 0.7904,-0.39525 2.63746,-0.47742 5.18599,-2.13663 2.98252,-1.94177 8.89702,0.70867 8.89702,0.70867 0,0 -7.10496,-4.06202 -8.75262,-5.05077 z&quot;
++     id=&quot;path4303&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cssscsscc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#41434e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 134.87573,292.4781 c -1.88408,0.0553 -3.62043,-0.2325 -5.4811,-0.49834 -0.56719,-0.081 -18.00378,-0.48851 -15.08966,0.38001 6.52471,1.94463 25.19478,4.35404 28.7924,5.60035 3.09951,1.07372 7.17475,1.10806 14.30684,1.36686 -0.22594,-0.45191 -2.8928,-2.13768 -3.34462,-2.36358 -1.70875,-0.85453 -9.54873,-1.64003 -11.95877,-2.24265 -2.71031,-0.6777 -4.88981,-1.46409 -7.22509,-2.24265 z&quot;
++     id=&quot;path4283&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccssccsc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#7a767f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 196.66264,313.40945 c -7.21927,-2.43435 -15.0048,-2.75979 -21.67525,-4.98365 -2.43964,-0.81335 -5.57821,0.54905 -7.97249,-0.24918 -2.11974,-0.70669 -9.01481,-4.68872 -11.95876,-1.74427 -2.04836,2.0487 5.62561,3.77387 6.47769,3.98692 1.44817,0.36209 3.91578,-0.15989 5.23194,0.49834 2.27314,1.13678 5.13657,2.72512 8.22162,3.23939 3.09895,0.51656 6.20831,-0.25426 9.21822,0.49834 2.89961,0.72503 11.0232,4.95317 14.45017,3.23941 2.21541,-1.10792 -1.57718,-3.96527 -1.99314,-4.4853 z&quot;
++     id=&quot;path4285&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#79737f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 159.04239,305.93397 c -3.57709,-7.06632 -7.07669,-0.36583 -10.46391,-1.49509 -1.23774,-0.41263 -2.5114,-1.74427 -3.73711,-1.74427 -2.38283,0 -3.06449,-1.01544 -4.9828,-1.49509 -1.87588,-0.46906 -4.10351,0.46905 -5.97939,0 -3.85529,-0.96399 -8.6522,-2.741 -12.70618,-2.741 -1.52221,0 -4.98282,-1.07019 -4.98282,0.99672 0,1.93172 5.63512,2.74102 7.47422,2.74102 2.99417,0 6.68516,2.06262 9.46737,2.99017 6.21655,2.07255 13.8678,0.45632 19.93125,3.48856 0.62375,0.31194 4.33086,1.89797 5.23196,0.99673 0.70353,-0.70365 0.95961,-2.46435 0.74741,-3.73775 z&quot;
++     id=&quot;path4287&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#6e6d6e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 123.16614,299.20604 c -6.91233,-3.67571 -14.12739,-2.92563 -21.92441,-4.48529 -3.306629,-0.66143 -6.470779,-2.24262 -10.214759,-2.24262 -2.31751,0 -3.96881,-0.99674 -6.22853,-0.99674 -0.91349,0 -2.74054,0.91367 -2.74054,0 0,-0.79075 -0.1719,1.32318 0,1.49508 0.84373,0.84386 3.05663,1.90235 4.23539,2.49184 1.0409,0.52052 3.08066,-0.23099 4.2354,0 4.06954,0.81404 8.10211,1.65209 12.457039,2.74102 4.30746,1.07705 9.35552,2.49181 13.70273,2.49181 1.3507,0 3.74763,0.86689 4.98283,0.24919 0.65358,-0.32685 2.50673,-3.09369 1.49485,-1.74429 z&quot;
++     id=&quot;path4289&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#6e6d6e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 84.549301,291.48139 c -2.19337,-2.40829 -4.77618,-2.24263 -7.97251,-2.24263 -3.01274,0 -3.628567,0.30345 -5.730247,-0.74756 -1.330938,-0.6656 -6.781757,-0.30416 -5.481074,0.99672 0.772257,0.7724 18.553731,4.61713 19.432971,3.73774 0.41523,-0.4153 -0.13387,-1.16836 -0.24914,-1.74427 z&quot;
++     id=&quot;path4291&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#978e91;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 65.863737,288.24201 c -1.361236,-0.35006 -1.482015,-0.74753 -2.989676,-0.74753 -13.007403,0 5.145369,6.13766 2.989676,0.74753 z&quot;
++     id=&quot;path4293&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#464858;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 48.691907,282.5513 c -5.29923,0.0125 -9.866419,0.16967 -13.836978,0.45482 -0.618002,0.98978 -0.569395,2.69067 1.104362,3.24867 2.812147,0.93755 34.332839,4.1912 30.922082,-1.4944 -4.202117,-1.40238 -9.211686,-0.40715 -13.252331,-1.75427 -0.540482,-0.18025 -1.130113,-0.26814 -1.753976,-0.38983 -1.02417,-0.006 -2.20515,-0.0674 -3.183159,-0.0649 z&quot;
++     id=&quot;path4295&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#5a585b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 216.82884,313.64818 c -1.5871,-0.40751 -3.55732,-0.64791 -5.02083,-1.23341 -1.65999,-0.66409 -6.54671,-1.59358 -8.14782,-0.79288 -0.55761,0.27884 -0.55595,0.79795 -0.66063,1.32148 -0.0579,0.29044 -0.28706,1.19921 -0.0881,1.49769 0.16504,0.24748 1.29401,0.49176 1.58551,0.6167 0.56711,0.24309 0.98041,0.74212 1.58555,0.96908 0.75627,0.28366 1.67901,0.15178 2.46635,0.26431 0.9933,0.14201 1.84553,0.73918 2.77466,0.92505 1.11062,0.22215 2.31078,0.32388 3.4353,0.48454 0.57932,0.0828 1.20315,0.39645 1.80575,0.39645 0.56521,0 2.17199,0.51465 2.37828,0.30833 0.28016,-0.28019 -1.70935,-2.05924 -1.9819,-2.42271 -0.5522,-0.73639 0.27667,-1.51691 -0.13221,-2.33463 z&quot;
++     id=&quot;path4323&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#b4aca6;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 244.99597,325.61939 c -3.70178,-3.00574 -8.35454,-3.23938 -13.70274,-3.23938 -0.23565,0 -12.81627,-4.29116 -13.70273,-4.73445 -3.12775,-1.56413 -8.41159,-0.21958 -11.46049,-1.74427 -1.46431,-0.73231 -6.7268,0.13181 -6.7268,0.74754 0,3.78476 5.27442,2.01468 7.72337,3.23936 2.15677,1.07858 4.30063,0.68625 6.7268,1.49512 3.56891,1.18982 7.42874,2.97501 11.21135,4.23608 2.08301,0.69445 4.4447,-0.1445 6.2285,0.74756 1.83529,0.9178 5.34759,2.99017 7.22508,2.99017 1.09606,0 5.59481,1.63056 6.47766,0.74755 0.49007,-0.49013 0.99656,-3.34598 0.99656,-3.48853&quot;
++     id=&quot;path4307&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#948f91;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 212.09946,316.83883 c -0.30977,-0.3275 -3.85381,-0.43718 -4.97671,-0.881 -4.79089,-1.8935 -15.21526,-4.25546 -16.19034,-2.05004 -1.88248,4.25773 14.13221,7.14764 20.31171,6.74492 3.22524,-0.21018 3.42565,-2.26664 0.85534,-3.81388 z&quot;
++     id=&quot;path4309&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;csssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#3a3e4f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 165.73979,301.84286 c -1.51962,-0.63017 -3.09613,-1.40185 -4.71253,-1.80605 -0.84344,-0.21089 -1.87723,-0.82827 -2.55446,-0.92503 -0.39314,-0.0561 -0.70113,-0.3905 -1.10106,-0.44049 -0.52219,-0.0652 -4.20385,-0.5528 -4.4042,-0.3524 -0.21427,0.21431 0.20968,0.5996 0.35233,0.66075 0.5709,0.24471 1.25128,0.0873 1.84977,0.22023 1.02114,0.22696 2.53181,0.83657 3.39127,1.36554 1.71114,1.0532 3.41736,2.54891 5.28506,3.17159 0.73029,0.24346 1.87507,0.13223 2.64256,0.13223 0.68668,0 1.39616,0.11226 2.06996,0 0.47247,-0.0788 1.8263,0.0235 2.15806,-0.30835 0.16984,-0.16965 -0.90542,-0.51043 -0.96891,-0.52859 -1.29541,-0.37018 -2.60768,-1.18935 -4.00785,-1.18935 z&quot;
++     id=&quot;path4315&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#632760;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 197.53832,307.17287 -20.96413,-3.96447 -1.9819,0.35241 c 8.28597,3.17415 15.95192,4.43159 22.94603,3.61206 z&quot;
++     id=&quot;path4319&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4b4b5a;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 233.82917,317.34833 c -7.78762,-3.0903 -16.24919,-6.4006 -23.83038,-7.74695 -3.77567,-0.72499 -6.97809,-1.65677 -10.92347,-1.46659 6.46784,4.39208 15.25377,5.83769 22.45175,7.86535 2.01096,0.33092 3.99311,0.87828 5.92422,1.52851 2.13084,0.43569 3.94161,0.21809 6.37788,-0.18026 z&quot;
++     id=&quot;path4325&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#373a4f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 208.59291,303.2084 c -0.97784,0.52325 21.67634,3.47582 20.69991,4.00853 -8.7323,4.0157 -21.4775,-3.55544 -28.49539,0.79288 -1.48211,0.29648 -2.58973,-0.31717 -3.96381,-0.66074 -0.7967,-0.19919 -0.95236,-0.0276 -1.54146,-0.6167 -0.54531,-0.54541 3.63083,-1.54947 4.05188,-1.71795 5.46926,-2.18803 3.52109,-3.71561 9.24887,-1.80602 z&quot;
++     id=&quot;path4321&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4b4e59;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 134.0734,296.16045 c -0.80766,-0.26866 -1.56752,-0.93872 -2.47027,-0.71031 -1.4239,-0.2075 -2.86005,-0.47191 -4.16692,-1.09755 -3.51138,-1.17129 -7.32416,-0.62934 -10.85166,-1.72975 -0.86553,-0.0398 -1.76533,-0.22003 -2.58622,-0.27185 0.0553,0.58787 0.94686,0.70992 1.35047,1.10928 0.97384,0.65747 2.05806,1.11302 3.16938,1.48007 0.69382,0.18379 1.2723,0.68274 1.95947,0.82886 2.15865,0.31436 4.34819,0.18111 6.51308,0.42253 1.37105,0.11179 2.76018,0.0912 4.10962,-0.1942 0.98769,-0.12144 2.01863,-0.16821 2.97305,0.16302 z&quot;
++     id=&quot;path4330&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#424658;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 114.25436,292.06383 c -1.0197,0.11307 -1.72055,-0.80921 -2.6836,-1.00346 -1.55502,-0.47692 -3.21822,-0.52625 -4.73333,-1.15064 -0.79543,-0.0852 -1.38896,-0.66587 -2.16038,-0.83144 -1.36395,-0.4341 -2.80096,-0.39665 -4.20793,-0.53849 -1.025099,-0.43734 -2.180639,-0.40368 -3.250569,-0.71274 -2.14426,-0.47033 -4.51127,-0.75427 -6.57331,0.17859 -0.80978,0.36046 -1.7803,1.61345 -0.91116,2.37316 1.18638,0.70122 2.63349,0.43703 3.94767,0.49723 2.56582,0.0187 5.14815,0.03 7.682539,0.47367 2.49858,0.14221 5.01368,0.24588 7.45789,0.83213 1.71315,0.31935 3.45795,0.63277 5.2068,0.51389 0.4157,10e-4 0.49869,-0.37115 0.22538,-0.63193 z&quot;
++     id=&quot;path4339&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;opacity:0.97844825;fill:#373f5b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 120.8651,286.77458 c 0.62741,0.42908 1.77033,0.82034 2.07878,0.97459 2.93216,1.46632 10.22747,2.33903 13.90197,2.33903 3.59252,0.53705 6.95626,0.0579 10.19909,-0.64973 -9.1869,-0.97329 -18.02895,-1.90313 -26.17984,-2.66389 z&quot;
++     id=&quot;path3393&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;opacity:0.97844825;fill:#e5ca6b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 410.48274,315.8066 c 0.24884,-1.39661 0.0686,-3.18606 0.88086,-4.40495 0.28102,-0.42167 0.78948,-0.78964 1.14508,-1.1453 1.52868,-1.52894 0.33983,1.32148 0.88084,1.32148 0.0577,0 0.78073,-1.04513 0.88086,-1.1453 0.21689,-0.21691 3.78765,-3.32724 3.78765,-2.55488 0,0.56294 -5.61984,7.21244 -6.16593,7.57656 -0.49381,0.32925 -0.83838,0.58083 -1.40936,0.35239 z&quot;
++     id=&quot;path4207&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;opacity:0.97844825;fill:#e5ca6b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 422.10992,321.00447 c -0.0301,-1.63001 -0.45583,-3.36658 -0.0881,-5.02166 0.41176,-1.85326 0.91209,-4.12005 2.46636,-5.28598 0.98394,-0.73804 1.98885,-1.18238 1.93789,-1.23339 -0.30278,-0.30283 -2.16927,3.68972 -2.29021,4.05259 -0.87489,2.62511 -0.54014,5.32084 -1.23319,7.40034 -0.0857,0.25684 0.0946,0.79287 -0.17607,0.79287 -0.005,0 0.005,-0.42937 0,-0.44048 -0.10288,-0.30861 -0.26222,-0.26429 -0.61661,-0.26429 z&quot;
++     id=&quot;path4209&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;opacity:0.97844825;fill:#e5ca6b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 437.43662,317.92099 c -0.10127,-2.65706 -0.0907,-5.37125 1.84978,-7.31225 0.0624,-0.0623 0,0.17611 0,0.2643 0,0.78502 -0.44043,1.2515 -0.44043,2.0263 0,0.75978 -1.08671,4.2149 -1.40935,5.02165 z&quot;
++     id=&quot;path4211&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;opacity:0.97844825;fill:#e5ca6b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 397.44622,315.71851 c 0.23065,-0.73728 0.26747,-1.45287 0.44043,-2.20248 0.22234,-0.96361 0.24304,-1.38837 0.96895,-2.11438 0.26008,-0.26016 0.38251,-0.5588 0.61659,-0.79291 0.0222,-0.0223 0.0371,1.26046 -0.26426,2.46677 -0.32587,1.3037 -0.71146,2.85308 -1.76171,2.643 z&quot;
++     id=&quot;path4213&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;csscccscsscscccccccscscscsssccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4318&quot;
++     d=&quot;m 480.16929,393.62908 c -1.05507,-0.68389 -2.26806,-0.93149 -3.58295,-1.19454 -5.12315,-1.02478 -5.69219,4.97524 -4.59354,8.8211 0.68107,2.38417 -0.18231,6.78033 -0.36749,9.28048 -0.16507,2.22807 -0.36691,4.40594 -0.64309,6.6158 -0.15757,1.2611 -1.26135,2.86581 -1.65367,4.04296 -0.55973,1.6795 -0.0919,4.32054 -0.0919,6.0645 0,3.13952 -0.0712,6.61646 0.27563,9.73991 0.22862,2.058 1.22567,3.95541 1.5618,5.9726 0.22903,1.37446 0.284,2.49774 0.82682,3.58354 0.43151,0.86318 0.88219,2.48721 1.83742,3.12411 0.28151,0.18777 7.24681,8.9939 7.4415,9.18864 0.10289,0.10289 0.34896,0.38606 0.55123,0.18378 0.89381,-0.89396 -0.76793,-3.15004 -0.27562,-4.13488 0.74747,-1.31112 2.62487,-1.02382 3.1236,-2.02149 1.06215,-2.12461 -1.59017,-4.07809 -0.8268,-5.60506 0.25104,-0.50221 -4.36538,-3.94806 -4.13419,-4.41051 0.3579,-0.71594 3.69146,-2.882 4.04229,-3.58356 0.4191,-0.83835 -2.68296,-5.5116 -2.48052,-6.52392 -0.38908,-2.74061 6.01409,0.14138 6.24724,-0.0919 1.0019,-1.0021 -3.
 66717,-4.99251 -3.30737,-6.43205 0.32706,-1.30838 -5.6379,-5.13596 -5.23658,-6.34013 0.52733,-1.58223 4.30898,-0.62531 4.86913,-1.74585 0.57516,-1.15052 -0.2417,-3.71642 -0.82685,-4.5943 -0.26197,-0.39301 -0.95176,-0.7424 -1.10245,-1.19451 -0.4082,-1.22483 0.99038,-2.55258 1.56181,-3.12411 0.7747,-0.77487 -2.01733,-2.97677 -2.29678,-3.67545 -0.69823,-1.74593 5.17246,-0.72622 5.60413,-2.0215 0.52118,-1.56381 -5.12371,-4.43923 -5.51223,-5.60505 -0.70428,-2.11316 0.86384,-3.0688 -1.01058,-4.31866 z&quot;
++     style=&quot;opacity:0.97844825;fill:#273534;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;csssccssscccsssscccccccccscsc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4316&quot;
++     d=&quot;m 474.19767,394.27229 c -0.72909,0.37304 -1.72049,2.15513 -1.19431,3.03224 0.96722,1.61232 1.77548,1.65189 2.38865,3.49167 0.50523,1.51597 -1.66586,2.7257 -1.92929,4.04297 -0.47199,2.36034 1.07759,2.06368 1.8374,3.58356 0.20332,0.40684 0.25765,0.88293 0.45937,1.2864 0.4326,0.86537 -1.28037,1.99173 -0.64309,2.7566 0.96788,1.16166 4.3317,2.25573 3.67481,4.22675 -0.88328,2.6503 -8.56268,-0.31143 -9.64642,2.94037 -0.54318,1.62984 8.10237,4.68025 6.98217,5.05371 -1.10357,0.36793 -2.08651,-0.32869 -2.66424,0.82698 -0.12015,0.24039 0.40454,0.5884 0.55121,0.73508 0.92271,0.92285 2.41842,5.5404 2.75613,6.89147 0.3272,1.30902 -2.83606,1.19638 -3.67484,1.01076 -4.49609,-0.99504 1.96663,6.10967 2.66427,7.53464 1.02199,2.08746 -1.10244,3.97056 -1.10244,6.34014 0,0.44264 0.52567,2.77553 -0.18378,2.57279 -1.08889,-0.31114 -6.16527,-3.36877 -6.79841,-4.31864 -0.35622,-0.53437 -0.54472,-1.11955 -0.91871,-1.65392 -0.34476,-0.49258 -0.80047,-0.75682 -1.19433,-1.19453 -0.44576,-0.
 4954 -0.51522,-1.41712 -0.73496,-2.02151 -0.37075,-1.01971 -0.89373,-2.22212 -1.19433,-3.12413 -0.47561,-1.42711 0.90006,-8.17645 1.19433,-9.64802 0.20247,-1.01306 -0.0792,-2.18701 0,-3.216 0.29302,-3.80993 0.0745,-7.66439 0.2756,-11.48576 0.16776,-3.18952 1.15558,-6.22841 1.46995,-9.37239 0.21681,-2.16854 0.20019,-4.32593 0.55121,-6.43201 0.15652,-0.93979 0.50819,-6.08889 1.37807,-6.52393 0.86231,-0.43123 7.38235,0.55636 5.69598,2.66471 z&quot;
++     style=&quot;opacity:0.97844825;fill:#223d3f;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#ded5a3;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 315.81147,390.52347 c 0.96265,8.15423 0.87249,16.82379 5.13773,23.40376 1.8228,2.81204 1.93636,5.1728 3.37803,8.05668 1.0373,2.07491 1.77655,5.13412 2.85835,6.75721 2.15963,3.24 4.89876,3.08034 7.27578,5.45774 2.26202,2.26241 5.41844,4.71351 7.53563,7.5369 2.91943,3.89322 7.90616,7.75828 10.13413,12.21497 0.2566,0.51331 1.66205,4.19261 3.89775,4.93798 2.23568,0.74534 7.39136,1.12651 8.83488,5.45775 0.46207,1.38649 -0.17608,2.16283 1.0394,3.37861 0.97183,0.97198 9.53213,1.39473 11.17353,4.67808 1.22186,2.44416 -1.31681,6.73086 0.25985,9.09624 3.10408,4.65689 6.3219,2.42458 9.35457,5.45777 1.55538,1.55563 -0.6535,7.73087 4.41744,12.47485 6.27718,5.87242 6.5663,18.57653 1.5591,23.91016 -4.15797,3.90862 -6.44409,8.27952 -8.83488,14.55401 31.31255,-28.71777 37.59033,-13.27785 49.89109,-16.63315 15.10047,-4.11902 24.44853,-6.9494 36.37894,-16.89306 3.64088,-3.03458 19.92151,-15.55011 22.60689,-16.89303 0.14239,-3.12903 22.04604,-0.42281 39.28001,0.50746 7.22264,1.0
 8164 5.45031,-3.9645 1.20936,-5.84877 -14.54413,-5.88998 -29.82712,-9.58891 -41.26892,-16.48971 -2.11829,-1.41243 -3.15752,-4.44442 -4.67729,-5.45774 -3.41887,-2.27966 -5.7612,-5.2424 -8.31518,-7.79679 -3.08858,-3.0891 -7.73579,-5.93775 -11.69323,-8.57647 -11.26443,-7.51089 -19.02508,-19.26011 -30.40238,-24.94974 -3.23019,-1.61537 -8.63943,-6.367 -12.73262,-9.09625 -1.85639,-1.2378 -3.57024,-4.41813 -5.83179,-4.83905 -5.86295,-1.1181 -9.49531,-4.16442 -14.10656,-6.14742 -5.2688,-2.2288 -11.01752,-2.70809 -16.44319,-4.07691 -10.02927,-2.53251 -14.8618,-0.98595 -29.48107,-3.58586 -6.68422,-1.3204 -14.76095,-2.82347 -20.14756,-3.70156 -6.71964,-1.0322 -22.28779,3.10534 -22.28779,3.10534 z&quot;
++     id=&quot;path4225&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;csscssszscssssccssccccssssscccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#c2b490;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 316.5967,390.86172 c -0.43036,0.0186 -0.62603,0.19254 -0.71457,0.45482 -8e-4,0.0872 -0.0643,0.17236 -0.0649,0.2599 -10e-4,0.0823 -0.0146,0.16652 0,0.25988 0.22276,1.397 2.21049,3.93852 3.11819,5.06791 -2.75883,-6.17975 2.767,3.30865 6.17143,8.70641 1.85867,2.78847 1.93636,5.17281 3.37804,8.05668 1.0373,2.07494 1.77655,5.13414 2.85834,6.75723 2.15964,3.23998 4.89876,3.08033 7.27578,5.45775 2.26202,2.2624 5.41845,4.7135 7.53563,7.53689 2.91944,3.89323 7.90617,7.75826 10.13414,12.21498 0.2566,0.51328 1.66207,4.19261 3.89775,4.93795 2.23567,0.74536 7.39135,1.12652 8.83487,5.45775 0.46208,1.38649 -0.17606,2.16285 1.03939,3.37863 0.97184,0.97197 9.53214,1.39472 11.17353,4.67806 1.22189,2.44418 -1.31678,6.73088 0.25985,9.09625 3.10408,4.65689 6.32192,2.42459 9.35458,5.45777 1.55538,1.55564 -0.6535,7.73088 4.41745,12.47485 6.27716,5.87242 6.56629,18.57653 1.5591,23.91016 -0.31637,0.2974 -0.61393,0.60624 -0.90948,0.90964 -0.4564,2.93482 -1.55741,5.606 -3.24812,7.40694
  -1.64273,1.5442 -2.97733,3.16057 -4.15758,4.93795 -0.17692,0.44494 -0.34242,0.8342 -0.5197,1.29947 27.77231,-25.47088 46.28412,-8.85886 49.43635,-13.64436 -0.16569,1.27517 -0.37137,2.65581 -0.5197,4.41817 13.23792,-3.68043 22.14774,-6.77519 33.19576,-15.98343 0.26165,-0.21806 0.98177,-0.73125 1.36423,-1.03957 -1.18753,-13.36097 -8.42969,-34.52997 -16.17563,-35.86522 -11.82027,-2.03763 -3.10333,6.82972 -17.02016,-0.12995 -0.77024,-0.38519 -5.34389,-1.61306 -11.30343,-12.92968 -5.25063,-9.97042 -15.00219,-29.09872 -22.73684,-32.74651 2.68487,7.65773 -4.12882,11.6084 -14.81142,0.45481 -6.76937,-7.06782 -18.38434,-6.04251 -18.38434,-6.04251 2.90824,5.63379 5.2344,7.46352 6.23639,7.60185 -0.69841,1.96439 -0.4924,6.90512 -1.36423,8.83638 -0.67241,1.48954 -2.94116,-0.30088 -3.50795,-1.62432 -6.84007,-15.97185 -15.43169,-22.75169 -25.66014,-27.74358 2.06866,18.27559 18.77389,40.77727 1.49414,16.69812 -1.57212,-2.19074 -12.26567,-18.84116 -14.42165,-20.98635 -2.17013,-2.15932 -4.787
 03,-0.0969 -6.88601,-2.27408 -2.91591,-3.02464 -7.73226,-5.21581 -9.48451,-5.58769 -0.3192,-0.0677 -0.62933,-0.13931 -0.8445,-0.12995 z m 2.40361,6.10749 c 0.0364,0.0813 0.0258,0.10844 0.0649,0.19481 0.56018,0.56029 0.38383,0.36313 -0.0649,-0.19481 z&quot;
++     id=&quot;path4288&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccscssssscsssscccccccccssscsccsscssscccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#a8967e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 372.52931,418.3454 10.00419,20.01177 17.92962,17.93261 -2.20872,21.18126 21.95729,34.43583 7.14586,9.68103 c 2.04487,0.26157 4.10755,0.29125 6.3663,-0.32487 3.28467,-0.89598 6.26863,-1.73844 9.09474,-2.59894 2.19406,-6.45951 4.05784,-11.11906 9.61443,-15.59358 7.38979,-8.03076 12.10912,-16.25555 3.05322,-27.61362 -3.25247,-3.76712 -5.43084,-5.20919 -11.62825,-1.03958 -8.38739,4.19441 -10.26342,3.32846 -16.43548,-4.15827 -4.57361,-5.63117 -8.14795,-12.62993 -11.04361,-19.42702 -1.62326,-3.82372 -2.42601,-10.34706 -5.58677,-13.70935 -4.57232,-4.42771 -6.95096,-3.96337 -6.95096,-3.96337 0,0 0.88724,12.20656 -3.76783,11.50027 -1.90898,-0.31735 -2.90823,-2.71406 -3.83276,-5.39278 -4.4487,-9.29527 -11.94599,-17.90862 -23.71127,-20.92139 z&quot;
++     id=&quot;path4296&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#8d766b;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 320.9492,413.92723 c 1.85866,2.78846 1.93636,5.1728 3.37803,8.05668 1.0373,2.07491 1.77655,5.13412 2.85835,6.75721 2.15963,3.24 4.89876,3.08034 7.27578,5.45774 2.26202,2.26241 5.41844,4.71351 7.53563,7.5369 2.91943,3.89322 7.90616,7.75828 10.13413,12.21497 0.2566,0.51331 1.66205,4.19261 3.89775,4.93798 2.23568,0.74534 7.39136,1.12651 8.83488,5.45775 0.46207,1.38649 -0.17608,2.16283 1.0394,3.37861 0.97183,0.97198 9.53213,1.39473 11.17353,4.67808 1.22186,2.44416 -1.31681,6.73086 0.25985,9.09624 3.10408,4.65689 6.3219,2.42458 9.35457,5.45777 1.55538,1.55563 -0.6535,7.73087 4.41744,12.47485 6.27718,5.87242 6.5663,18.57653 1.5591,23.91016 -4.15797,3.90862 -6.44409,8.27952 -8.83488,14.55401 31.31255,-28.71777 37.59033,-13.27785 49.89109,-16.63315 1.40893,-0.38432 2.71213,-0.73585 4.02766,-1.10455 0.04,-0.50033 0.0669,-1.0531 0.12993,-1.49439 0.64609,-4.52331 2.63933,-9.69771 4.67731,-13.77432 5.39702,-10.79588 21.55845,-11.10387 11.69321,-27.54866 -4.90158,-8.17067
  -7.88641,3.46124 -15.65372,5.52149 -2.01185,0.53364 -5.25392,2.0344 -6.87708,1.22267 -1.62314,-0.81176 -2.39427,-3.27869 -5.23709,-6.43374 -2.87048,-3.18579 -6.40165,-7.75251 -9.39588,-13.43822 -5.25063,-9.97044 -4.24783,-20.78753 -11.72262,-27.42409 0.73597,5.83848 -3.14244,16.5689 -10.20609,4.64086 -13.93598,-23.53295 -22.74387,-22.93121 -22.74387,-22.93121 4.32853,8.38519 1.93544,14.3327 1.16008,12.72365 -3.65938,-7.59393 -12.88219,-11.84317 -16.41962,-14.78915 -4.54587,-3.78577 -8.9695,-9.13724 -8.9695,-9.13724 -0.34201,9.70487 5.14043,12.83974 4.46743,17.61282 -2.90784,-6.56636 -7.46465,-11.14517 -11.00603,-12.69332 -4.19412,-1.45954 -7.26995,-9.13454 -10.72103,-12.56841 -2.1701,-2.15928 -4.04849,0.6147 -6.14747,-1.56254 -2.91592,-3.02465 -5.54841,-6.32873 -7.30067,-6.70059 -5.10728,-1.08392 3.89225,8.41105 1.65143,6.16989 -3.1185,-6.87952 -1.64705,10.87784 1.81897,16.37325 z&quot;
++     id=&quot;path4276&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cscssssscssssccscsssszsscscsscccssscc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#71605c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 380.71456,430.95022 1.29924,3.76844 23.77625,59.5155 26.8944,27.22378 c 0.34156,-0.0666 0.6888,-0.0994 1.0394,-0.19481 0.65929,-0.17985 1.24585,-0.34416 1.88392,-0.51979 1.41014,-3.90089 3.91031,-11.08516 4.35248,-14.8139 0.62039,-5.23189 1.63201,-10.45423 -0.77956,-13.25454 -2.41156,-2.8003 -9.62625,1.85012 -11.30346,0.77967 -1.67718,-1.07045 -2.91647,-6.26707 -4.74226,-8.44652 -3.61173,-4.3113 -7.67202,-6.65565 -9.02974,-10.78555 -1.35774,-4.12989 -1.81739,-9.54093 -2.72843,-14.22915 -0.63473,-3.2264 -1.66954,-10.54901 -6.49624,-10.33074 -7.53574,0.86677 -16.23839,-10.15715 -24.166,-18.7123 z&quot;
++     id=&quot;path4294&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#54494c;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 315.81716,392.03123 c 0.008,7.62196 1.67321,16.70686 5.13204,21.896 1.85866,2.78846 1.93636,5.1728 3.37803,8.05668 1.0373,2.07491 1.77655,5.13412 2.85835,6.75721 2.15963,3.24 4.89876,3.08034 7.27578,5.45774 2.26202,2.26241 5.41844,4.71351 7.53563,7.5369 2.91943,3.89322 7.90616,7.75828 10.13413,12.21497 0.2566,0.51331 1.66205,4.19261 3.89775,4.93798 2.23568,0.74534 7.39136,1.12651 8.83488,5.45775 0.46207,1.38649 -0.17608,2.16283 1.0394,3.37861 0.97183,0.97198 9.53213,1.39473 11.17353,4.67808 1.22186,2.44416 -1.31681,6.73086 0.25985,9.09624 3.10408,4.65689 6.3219,2.42458 9.35457,5.45777 1.55538,1.55563 -0.6535,7.73087 4.41744,12.47485 6.27718,5.87242 6.5663,18.57653 1.5591,23.91016 -4.15797,3.90862 -6.44409,8.27952 -8.83488,14.55401 31.31255,-28.71777 37.59033,-13.27785 49.89109,-16.63315 0.56897,-0.15532 1.07096,-0.30283 1.62406,-0.45482 1.92649,-7.34283 2.39879,-17.62218 1.2343,-21.11631 -1.1006,-3.30234 -7.96,4.73769 -11.43338,1.55937 -3.55098,-3.24934 -4.56
 75,-13.39484 -9.35459,-17.15294 -13.53325,-10.62428 0.88196,-28.64074 -17.66976,-34.82567 -6.38024,-2.31064 -13.99275,-15.25993 -22.65149,-25.19655 2.23714,6.40948 6.18249,12.02575 2.38323,20.25859 -5.56047,-3.06684 -8.14808,-14.22778 -14.81142,-19.49198 -3.4195,-2.92137 -9.55206,-5.28852 -11.69323,-11.95507 1.80991,9.98954 8.2836,13.6093 6.49625,22.61069 -1.93266,1.93298 -7.79381,-6.49224 -8.57503,-8.83637 -2.11269,-6.33912 -6.48868,-5.4426 -10.13413,-10.91551 -2.01775,-3.02922 -5.34149,-10.46798 -8.31518,-11.95507 -2.66006,-1.33025 -4.92424,-1.54644 -6.7561,-3.37861 -0.97253,-0.9727 -2.01821,-2.99757 -2.59848,-4.15829 -0.99419,-1.9887 -3.7534,-2.75171 -5.65174,-4.22326 z&quot;
++     id=&quot;path4228&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;csscssssscssssccccsssccccccsssssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4d4f61;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 399.42372,477.79592 c -2.73573,-0.28903 -2.31917,13.11328 -4.93712,16.56818 -2.96073,0.74472 -4.95208,1.52178 -4.80723,3.44358 0.40167,0.56071 0.85929,1.09119 1.42917,1.62433 5.34169,4.99725 6.34757,14.91154 3.44301,21.05133 0.50785,0.18797 1.0194,0.39201 1.49413,0.51978 0.36514,2.60572 1.9149,4.03566 3.76783,4.54814 2.72871,-1.64797 5.17292,-2.86835 7.4057,-3.70347 -3.06087,-9.93268 6.26317,-19.10121 3.63789,-29.04305 -9.74951,4.73145 -10.17553,-8.16407 -10.84871,-14.74893 -0.21241,-0.14761 -0.4023,-0.24062 -0.58467,-0.25989 z&quot;
++     id=&quot;path4312&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#453c3f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 408.92436,487.51198 c 0.51182,-2.13298 0.82982,-3.88143 1.54296,-8.74145 3.13374,7.6314 1.21372,8.28945 2.46858,16.37325 1.3383,2.00778 3.66352,-4.97275 4.1576,-4.80801 1.884,0.6281 2.83431,5.41193 2.20871,8.05665 -3.64001,10.40175 -12.8325,0.90549 -17.02013,19.49199 -3.69503,-11.20417 -0.16485,-15.14327 2.31705,-19.29728 2.22733,-4.27633 3.40806,-7.3159 4.32523,-11.07515 z&quot;
++     id=&quot;path4298&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#465574;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 400.33321,483.70849 c -0.49373,0 -0.25406,0.95452 -0.3898,1.42941 -0.46288,1.62036 -0.96432,3.39305 -1.29923,5.0679 -0.93212,4.66136 -3.12976,8.78872 -4.61231,13.1246 3.29546,6.4472 2.70411,15.67819 -1.36423,20.01177 -2.29692,2.15919 -4.03411,4.46274 -5.52181,7.14704 0.22714,0.84625 0.62774,1.60246 1.23431,2.20911 0.16212,0.16217 0.65475,0.22785 1.16931,0.25988 4.3091,-3.5602 8.08727,-6.20667 11.43337,-8.12164 0.0502,-0.0288 0.08,-0.10161 0.12993,-0.12995 0.56335,-0.4986 1.11872,-1.00331 1.42917,-1.62435 0.35071,-0.70153 -0.38978,-4.68618 -0.38978,-5.84759 0,-9.61707 0.80767,-9.67226 4.80723,-17.67271 0.11041,-0.22099 3.89597,-6.88717 2.72841,-6.88717 -0.12244,0 -4.73773,6.36739 -6.75609,6.36739 -2.00278,0 -2.33864,-10.77501 -2.33864,-12.34492 0,-0.77337 -0.25984,-1.39067 -0.25984,-2.07915 0,-0.3032 0.30314,-0.90962 0,-0.90962 z&quot;
++     id=&quot;path4300&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#493e44;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 387.19618,530.63119 c 2.08556,-1.86666 4.42314,-3.31072 6.74666,-4.72676 -0.0499,-1.22429 1.1725,-1.1934 1.89949,-1.69105 1.35529,-0.82271 1.15953,-3.2788 2.71317,-3.84906 1.3052,-0.65059 2.90582,0.0977 4.08633,-0.93679 0.60824,-0.87203 1.28936,-1.63687 2.2304,-2.01547 0.9283,-0.50245 1.76271,-1.21002 2.67581,-1.7327 1.6026,-0.48419 3.37371,-0.99562 4.90312,-0.25459 4.15463,3.51459 10.88174,-2.49426 10.35828,-1.32647 -1.13591,2.36548 -13.00271,9.21116 -14.96213,10.49739 -1.28224,0.72721 -2.47251,1.64421 -3.50669,2.78511 -0.77856,1.0348 -2.07146,0.6794 -3.01683,1.3431 -1.0161,0.66901 -2.14235,1.16374 -3.33251,1.06634 -3.06985,-8.1e-4 -6.17037,-1.00317 -9.21831,-0.2342 -0.59435,0.18524 -1.18559,0.50864 -1.57679,1.07515 z&quot;
++     id=&quot;path4363&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4c4245;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 316.33686,397.09917 c -0.0665,0.0125 -0.1345,0.0588 -0.19478,0.12994 10e-4,0.0215 -0.001,0.0435 0,0.0648 0.58269,6.2236 2.12306,12.60622 4.80722,16.63313 1.85867,2.78847 1.93635,5.17282 3.37803,8.0567 1.03731,2.07492 1.77654,5.13413 2.85835,6.75722 2.15965,3.23998 4.89876,3.08034 7.27578,5.45776 2.26203,2.26238 5.41846,4.71349 7.53564,7.53688 2.91943,3.89323 7.90616,7.75827 10.13413,12.21498 0.25661,0.51329 1.66206,4.19261 3.89774,4.93796 2.23568,0.74536 7.39136,1.1265 8.83487,5.45775 0.4621,1.38647 -0.17606,2.16284 1.03941,3.37861 0.97183,0.97199 9.53212,1.39473 11.17353,4.67807 1.22187,2.44418 -1.31679,6.73088 0.25985,9.09626 3.10409,4.65689 6.32191,2.42459 9.35457,5.45775 1.55538,1.55563 -0.65351,7.73087 4.41745,12.47487 0.27463,0.25692 0.53191,0.49769 0.77955,0.77967 0.11352,0.12662 0.21596,0.25858 0.3248,0.38985 0.13388,0.16404 0.26119,0.34882 0.38977,0.51978 -0.12202,-1.17087 -0.74488,-2.75028 -0.84449,-3.24866 -1.03602,-5.18096 -0.88543,-16.7551 -7.145
 86,-18.84223 -7.04862,-2.34994 -2.90198,-8.36023 -7.40572,-12.86472 -1.32152,-1.32174 -3.66225,-3.08353 -5.32691,-3.63849 -0.91622,-0.30547 -2.34776,-0.0785 -2.98827,-1.03957 -0.84546,-1.26842 -0.90168,-2.58334 -1.55909,-3.89841 -0.85755,-1.71539 -2.33549,-3.37545 -3.76783,-4.80801 -2.27289,-2.27328 -8.51361,-1.17663 -10.13412,-4.41818 -0.57481,-1.14982 -2.9846,-0.42348 -3.67866,-1.46475 -1.97528,-2.96344 -2.31013,-6.72202 -5.38073,-8.76948 -0.863,-0.57543 -2.60278,-6.67862 -8.04799,-11.63304 -1.49129,-1.35688 -2.61735,-0.70685 -4.02036,-2.79646 -2.39939,-3.57361 -6.46986,-7.77634 -8.63424,-10.85626 -4.76556,-6.7814 -6.24741,-15.08603 -7.13665,-15.67893 -0.0732,-0.0486 -0.12846,-0.0781 -0.19478,-0.0649 z&quot;
++     id=&quot;path4320&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;cccsscssssscssssccccssccssssssssssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#223d3f;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 523.80184,424.22716 c -0.97628,-1.17201 -7.43766,-9.20137 -6.49468,-9.98416 0.83923,-0.6967 4.1433,1.44938 5.77304,0.99842 1.0649,-0.29466 3.06057,-0.97731 3.36761,-1.99684 0.0687,-0.22769 0.15838,-2.065 0,-2.19651 -0.20436,-0.16966 -0.73966,-0.49173 -0.48107,-0.59905 1.01436,-0.42104 2.52673,0.24919 3.60814,-0.1998 3.47519,-1.44244 -2.76044,-4.04599 -2.40543,-4.19333 3.07847,-1.27777 7.85028,2.21766 10.58391,2.59588 1.35724,0.18775 2.98718,0.39934 4.3298,0.39934 0.40092,0 1.60363,0 1.20273,0 -1.41436,0 -2.6927,-0.16091 -3.60817,0.59906 -1.69409,1.40635 5.10995,0.64762 5.77304,1.19811 0.3932,0.32641 1.53158,0.33618 2.16493,0.59903 0.61273,0.25435 0.72161,2.16617 0.72161,1.59748 0,-0.0104 -8.50145,-0.36515 -9.38119,0 -2.79749,1.16113 1.49788,2.35082 0.96214,2.79559 -0.29714,0.24666 -6.00363,0.40759 -3.3676,2.59585 1.59576,1.32472 4.75767,0.6874 4.32979,1.39779 -0.89871,1.49208 -11.55143,-1.52943 -13.47045,-0.99841 -0.63055,0.17443 -0.11703,3.65256 -3.60815,5.3
 9145 z&quot;
++     id=&quot;path4351&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#4b342e;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 384.44006,534.12285 c 0.32345,-1.62808 2.69118,-1.85986 2.93986,-3.76734 2.07459,-1.76477 4.67209,-2.80264 7.35468,-3.18284 2.37611,-0.23831 3.55635,-2.42497 4.88818,-4.10004 1.24559,-1.71054 3.81041,0.0288 4.97537,-1.7192 1.4412,-1.44715 2.83709,-3.58748 5.07982,-3.6473 2.48402,-0.13952 5.02962,0.32611 7.46803,-0.30655 2.11787,-1.73779 4.36595,-3.88169 7.29002,-3.94729 2.39938,-0.64334 3.78445,1.76543 4.14435,3.77665 0.90349,1.82441 1.6364,4.6597 5.20169,4.15717 2.79994,0.0274 -1.14435,4.04298 -2.89578,4.53845 -3.80524,2.03971 -8.06507,3.18077 -12.3629,3.52302 -3.50978,0.40167 -7.23786,0.5843 -10.28994,2.57056 -3.35568,1.37229 -7.09646,2.01685 -9.99381,4.34643 -3.68311,2.78529 -8.44972,2.92738 -12.80935,3.72558 -2.25354,0.8092 -2.8262,-2.26789 -2.06582,-3.79846 0.33946,-0.73248 0.78131,-1.41477 1.0756,-2.16884 z&quot;
++     id=&quot;path4360&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccccccccccccccccc&quot; /&gt;
++  &lt;path
++     style=&quot;opacity:0.24137932;fill:#b3f5f2;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 392.34092,396.11002 c -5.05196,-2.85282 -9.38145,0.16238 -5.87971,7.1671 0.27132,0.54275 0.38241,2.03643 0.55122,2.20527 4.46614,4.46689 10.04127,4.65393 15.43426,7.35089 1.29221,0.64619 3.33063,0.34007 4.77728,0.91886 0.72568,0.2903 0.96278,1.12466 1.65367,1.47015 2.34763,1.17402 5.61125,1.54446 7.71714,3.12414 4.46474,3.34912 8.04653,7.02761 11.39195,11.21008 0.75129,0.93927 2.12801,1.1226 2.93988,2.20529 2.91867,3.8922 5.80421,7.96177 9.92202,11.39386 2.05818,1.71544 5.30837,3.21828 7.71714,5.14564 1.23185,0.98562 2.90373,3.19254 4.59354,3.67542 1.89906,0.54269 12.4919,2.93788 13.22937,3.67545 3.03859,3.03911 16.72528,5.14562 20.57901,5.14562 0.61249,0 -1.03683,-0.66948 -1.46993,-1.10265 -0.48366,-0.48375 -0.2779,-1.22667 -0.91868,-1.65392 -0.64787,-0.43199 -1.49325,-0.20709 -2.2049,-0.91888 -1.26127,-1.26148 -10.56945,-7.42087 -11.75946,-7.71843 -2.81042,-0.70272 -5.75458,-6.72446 -8.63583,-8.45351 -2.30156,-1.38117 -4.61295,-2.76631 -7.16594,-4.04298 -2.
 67474,-1.33761 -4.68387,-4.51648 -6.98215,-6.43203 -5.00353,-4.17031 -9.90018,-8.983 -14.33183,-13.41536 -3.29221,-3.29278 -8.73267,-3.17256 -12.67814,-5.14563 -2.46865,-1.23453 -4.50672,-3.08071 -6.79843,-4.22675 -2.27707,-1.13873 -4.87628,-4.87708 -6.61469,-6.6158 -2.03881,-2.03915 -3.54496,-1.61596 -5.23662,-3.30786 -0.60627,-0.60639 -4.60259,-0.10104 -5.23663,-0.73514 -0.39411,-0.39414 -4.33921,-0.87645 -4.59354,-0.91888 z&quot;
++     id=&quot;path4373&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;ccssccsssssssscsssssssssscccc&quot; /&gt;
++  &lt;path
++     style=&quot;opacity:0.15517243;fill:#b3f5f2;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 393.81085,396.11002 c -0.5429,-0.1175 -1.16487,0 -1.83739,0 -1.55177,0 -2.15083,4.38897 -1.6537,5.88069 0.27662,0.82999 1.31874,1.68648 2.02116,2.38904 5.75353,5.75449 17.18368,6.54383 25.17258,9.73992 4.31406,1.72592 8.95984,5.11456 12.86187,7.90219 5.69415,4.06793 9.87514,10.04491 13.7806,15.25311 2.66949,3.55992 9.93419,6.80564 13.96434,8.82105 5.68702,2.84398 10.88486,5.21074 17.08795,6.98334 1.49936,0.42847 2.89177,1.03638 4.40979,1.47017 1.02848,0.29391 2.93986,2.3562 2.93986,1.2864 0,-0.49451 -13.67281,-11.99582 -15.25053,-13.0478 -4.3819,-2.92175 -15.26633,-16.77316 -18.74161,-17.64215 -1.86655,-0.46669 -3.92271,-2.8606 -5.69599,-4.04297 -2.15474,-1.43673 -4.96854,-2.4847 -7.34965,-3.67545 -2.01412,-1.00722 -3.41051,-3.20215 -5.51223,-4.04297 -4.17093,-1.66866 -9.27536,-4.13271 -13.41312,-6.61581 -1.98868,-1.1934 -3.12332,-3.21587 -5.14478,-4.22673 -1.56825,-0.7843 -3.53184,-1.00868 -5.14473,-1.65396 -2.27103,-0.90857 -1.70998,-2.89538 -3.49108,-3.491
 66 -2.22345,-0.74438 -6.32417,-0.7291 -9.00334,-1.28641 z&quot;
++     id=&quot;path4371&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     sodipodi:nodetypes=&quot;csccssssssssssssssssc&quot; /&gt;
++  &lt;path
++     style=&quot;fill:#b3f5f2;fill-opacity:1;stroke:none&quot;
++     d=&quot;m 466.75617,445.17714 c -5.73357,-6.12524 -14.95938,-7.9785 -20.57904,-13.59911 -1.51088,-1.51117 -2.69366,-4.1643 -4.0423,-5.51318 -7.51545,-7.5167 -20.18323,-13.59203 -30.50108,-16.17194 -3.29546,-0.82399 -15.35169,-6.04589 -12.86187,-11.02632 2.34881,-4.69844 13.07037,1.66881 15.80173,3.30789 19.22897,11.53933 41.82539,22.28489 52.18256,43.00266 z&quot;
++     id=&quot;path4366&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;csssscscsscsccsscssccccccsccscc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4324&quot;
++     d=&quot;m 469.32855,392.2508 c -0.73019,-0.64332 -4.50763,-2.47199 -5.42039,-1.10264 -1.32657,1.99018 -4.60781,4.59701 -4.74785,9.45715 -0.0474,1.64221 4.43595,7.79158 3.36981,8.00119 -3.29607,0.64806 -3.38107,3.61114 -2.75613,6.61579 0.19187,0.92289 -0.33075,1.96638 -0.55121,2.84849 -0.97326,3.8936 0.21288,8.49151 -0.55124,12.31272 -0.28611,1.4308 -0.24416,6.54376 0.45935,7.81031 0.45662,0.82206 3.80183,1.88006 4.77727,2.20525 1.86052,0.62028 2.27805,-2.23336 1.56181,-3.3079 -2.14852,-3.22331 0.0609,-1.95861 0.45935,-3.95109 0.0891,-0.44639 0,-1.00708 0,-1.47015 0,-0.17862 -0.40187,-0.33318 -0.27559,-0.45944 0.87664,-0.8768 4.21099,1.98973 4.68539,0.0919 0.0711,-0.2841 -3.7094,-2.88305 -3.95044,-3.12413 -0.0146,-0.0146 3.39922,-1.85679 3.39922,-2.66469 0,-1.01848 -3.82229,-4.81436 -3.58295,-5.05373 0.44651,-0.44659 4.87644,1.5255 5.05287,0.64321 0.15611,-0.78033 2.68297,-1.87656 1.89871,-2.43823 -0.7214,-0.51662 -4.76749,-0.49607 -4.47109,-1.23723 0.36632,-0.91595 0.2
 6386,-1.99799 0.55121,-2.5728 0.47956,-0.95925 3.11287,-1.61038 2.93988,-2.38901 -0.39609,-1.78258 -4.40588,-4.98149 -4.04233,-6.79959 0.11704,-0.58532 4.22754,0.17631 4.31794,-0.27566 0.31202,-1.56049 -4.12949,-2.41252 -3.85859,-3.76733 0.0736,-0.36791 1.35462,-1.30984 1.65369,-1.01073 0.0215,0.0215 -0.005,-0.0615 0,-0.0919 0.25229,-1.76644 -1.70233,-2.56192 -1.46995,-3.49167 0.13055,-0.52195 0.57315,-0.84889 0.91871,-1.19451 0.97276,-0.97292 0.15051,-2.54749 -0.36745,-3.58356 z&quot;
++     style=&quot;opacity:0.97844825;fill:#273534;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4395&quot;
++     d=&quot;m 468.12036,444.72233 c -1.70588,0.95683 -16.32357,-7.52369 -21.94323,-13.1443 -1.51088,-1.51117 -2.69366,-4.1643 -4.0423,-5.51318 -7.51545,-7.5167 -20.18323,-13.59203 -30.50108,-16.17194 -3.29546,-0.82399 -15.35169,-6.04589 -12.86187,-11.02632 2.34881,-4.69844 17.71441,-1.04682 20.41406,0.644 2.6833,1.68059 2.69859,4.31308 5.45931,5.98576 9.28337,5.62471 16.48533,3.74992 24.50275,11.13486 1.58896,1.46361 4.03124,6.07769 5.78651,8.11821 2.67951,3.11488 5.15497,5.98321 7.42936,9.60138 2.17843,3.46549 4.17772,7.68867 5.75649,10.37153 z&quot;
++     style=&quot;opacity:0.15517243;fill:#b3f5f2;fill-opacity:1;stroke:none&quot;
++     sodipodi:nodetypes=&quot;csssssssssc&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4397&quot;
++     d=&quot;m 466.75617,445.17714 c -5.73357,-6.12524 -14.95938,-7.9785 -20.57904,-13.59911 -1.51088,-1.51117 -2.69366,-4.1643 -4.0423,-5.51318 -7.51545,-7.5167 -20.18323,-13.59203 -30.50108,-16.17194 -3.29546,-0.82399 -15.35169,-6.04589 -12.86187,-11.02632 2.34881,-4.69844 13.07037,1.66881 15.80173,3.30789 19.22897,11.53933 41.82539,22.28489 52.18256,43.00266 z&quot;
++     style=&quot;fill:#b3f5f2;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;csssccssccccsssccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4326&quot;
++     d=&quot;m 464.91875,392.06703 c -0.9148,-1.06869 -4.26499,-2.53388 -5.60412,-1.19455 -0.85092,0.85109 -0.34266,2.61507 -0.82683,3.58358 -0.50744,1.01507 -1.9262,0.89727 -2.11303,2.20527 -0.33758,2.36354 -0.71792,7.41233 -0.45933,9.73992 0.14427,1.29829 0.50913,3.01682 0.18376,4.31864 -0.28066,1.12277 -0.55123,2.23625 -0.55123,3.39978 0,1.1145 2.84223,6.8972 4.13419,5.60504 0.35441,-0.35451 -0.0546,-1.21499 0.0919,-1.65393 0.18189,-0.54587 1.52382,-1.11854 1.83744,-1.74585 0.68759,-1.37543 -1.53643,-3.87679 -0.91873,-5.42127 0.21173,-0.5294 2.96166,-0.36283 3.12362,-1.01075 0.28375,-1.13524 -4.40983,-7.62211 -4.40983,-8.63727 0,-2.35149 4.50168,1.27898 4.50168,-1.01077 0,-0.41117 0.28171,-0.66753 0.36749,-1.01075 0.31014,-1.24078 -0.37626,-5.22435 0.18378,-6.06446 0.33664,-0.50507 0.45934,-0.32084 0.45934,-1.10263 z&quot;
++     style=&quot;opacity:0.97844825;fill:#223d3f;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4184&quot;
++     d=&quot;m 319.57938,333.25995 c -2.33773,-0.25183 -4.70598,-0.53348 -6.98219,-1.10263 -5.27557,-1.31911 -11.2067,-0.79582 -15.98547,-2.38904 -2.23997,-0.74677 -2.38512,-3.78712 -0.3675,-4.59431 2.0256,-0.81035 19.27612,1.15277 21.13025,2.38904 1.98013,1.32031 6.08857,1.17799 6.98217,3.85924 0.8164,2.44958 -3.40061,2.11309 -4.77726,1.8377&quot;
++     style=&quot;fill:#4a4b6a;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;csssssscc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4186&quot;
++     d=&quot;m 306.21466,324.60039 c -3.47749,-1.0541 -8.95941,-3.10184 -13.09403,-3.10184 -3.61294,0 -7.17147,-0.55132 -10.84076,-0.55132 -1.89864,0 -3.79732,0 -5.69596,0 -0.49404,0 -3.9576,-1.26978 -6.48014,-0.86388 -2.6381,0.42451 -2.52897,2.77498 -2.70693,4.17177 -0.17734,1.39163 2.64426,0.79901 3.85855,1.10263 3.54638,0.88674 25.96541,6.47533 28.18089,4.81342 1.50678,-1.13025 7.22672,-4.44988 6.77838,-5.57078 z&quot;
++     style=&quot;fill:#3f4857;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4188&quot;
++     d=&quot;m 338.87222,333.25995 c -2.21105,-1.26051 -19.06122,-3.63537 -19.66034,-1.8377 -1.32714,3.98203 7.71931,3.63508 9.55457,4.04297 1.74757,0.38843 7.71068,2.32992 9.18703,1.83771 2.39929,-0.79988 3.79107,-2.89385 0.91874,-4.04298 z&quot;
++     style=&quot;fill:#3f4857;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;csccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4192&quot;
++     d=&quot;m 333.50836,332.46181 c -2.47903,-0.19959 -18.19302,-1.29316 -17.23634,-4.1637 0.25087,-0.75273 16.64302,-1.1801 18.00667,0.18382 1.23793,1.23813 4.61085,4.23981 0.78878,4.23981 z&quot;
++     style=&quot;fill:#4c4f62;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;csscssscc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4194&quot;
++     d=&quot;m 333.72744,328.29811 c -0.33076,-0.31999 0.38242,-2.31782 0,-2.5728 -3.85459,-2.57018 -17.2606,-2.57282 -22.04894,-2.57282 -0.74337,0 -3.56157,-1.03216 -4.22606,-0.36753 -0.19395,0.19398 -3.74665,2.49465 -2.9975,2.99419 1.39259,0.92853 6.38922,0.34184 7.95851,0.86501 1.97544,0.65859 5.10131,1.4702 7.16593,1.4702 4.71155,0 9.41885,0.18378 14.14806,0.18378 z&quot;
++     style=&quot;fill:#6f7486;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;csssc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4196&quot;
++     d=&quot;m 315.90454,322.78496 c -2.03521,-2.39142 -19.98446,-3.91297 -18.92536,-0.7351 0.65287,1.95897 2.77226,1.29447 4.22606,2.02148 1.56939,0.78483 2.96207,1.73535 4.93521,1.81874 3.37426,0.14262 7.44593,-1.25028 9.76409,-3.10512 z&quot;
++     style=&quot;fill:#575f6a;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4253&quot;
++     d=&quot;m 315.62893,320.94723 c -2.17698,0.1 -12.74254,-3.57414 -13.50499,-1.28642 0.0662,0.48706 -0.22852,1.40968 0.2756,1.74584 1.62359,1.08258 4.65894,0.93963 6.61469,1.10263 1.65861,0.13828 8.48029,2.16977 6.6147,-1.56205 z&quot;
++     style=&quot;fill:#464e66;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cssscc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4198&quot;
++     d=&quot;m 303.98364,319.74619 c -2.44431,-0.8525 -5.3419,-1.38484 -7.55566,-1.38484 -1.22496,0 -3.35936,-0.51979 -4.58433,-0.51979 -1.79779,0 -5.82005,-0.66187 -6.62391,1.81925 -0.56664,1.74896 3.4749,2.7166 3.67482,2.7566 3.83099,0.76631 13.48133,1.34885 15.08908,-2.67122 z&quot;
++     style=&quot;fill:#6c798c;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4200&quot;
++     d=&quot;m 296.12714,334.36909 c -3.97339,-0.77458 -7.70211,-3.10156 -11.74395,-3.73373 -2.81035,-0.43955 -15.33873,1.84089 -15.93616,-3.51397 -0.13158,-1.17926 5.45111,-1.51843 6.20618,-1.4369 7.52626,0.81268 14.7767,0.93338 22.15214,3.64717 1.67388,0.61591 5.25747,2.15755 2.60627,4.09198 -1.17543,1.30055 -1.86529,0.52035 -3.28448,0.94545 z&quot;
++     style=&quot;fill:#7d7e89;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4255&quot;
++     d=&quot;m 294.40682,327.83867 c -1.61696,-0.0657 -2.67828,-1.14658 -4.13419,-1.47016 -1.40442,-0.31215 -9.83204,-1.46643 -10.38138,-0.36756 -0.46583,0.93177 1.64516,1.29833 2.20491,1.37828 3.44242,0.49188 7.01577,1.74584 10.5651,1.74584 0.8938,0 2.14675,-0.2832 1.74556,-1.2864 z&quot;
++     style=&quot;fill:#646875;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;csssssscsc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4202&quot;
++     d=&quot;m 323.80541,335.28144 c -1.72668,-0.649 -2.88761,-1.83802 -4.60301,-2.23382 -1.12413,-0.25939 -2.85703,-0.30884 -3.84907,-0.80494 -2.40367,-1.20204 -5.97742,-1.10264 -8.8196,-1.10264 -1.77005,0 -4.31623,-0.99497 -5.87049,-0.99497 -1.21991,0 -6.48872,-0.0578 -2.76535,3.66621 2.26477,2.26512 14.58952,2.32936 18.00665,2.75658 1.82825,0.22857 3.7078,0.29348 5.51223,0.55133 0.78823,0.1126 3.18487,0 2.38864,0 -0.10786,0 0.16943,-0.99094 0,-1.83775 z&quot;
++     style=&quot;fill:#8d8e96;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cssssscc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4204&quot;
++     d=&quot;m 270.81835,324.9391 c -3.49924,-0.28 -5.94716,-0.86776 -9.48498,-0.86776 -1.87668,0 -3.73423,-0.36753 -5.69598,-0.36753 -1.61315,0 -2.86536,-0.36755 -4.4098,-0.36755 -1.85094,0 -6.06412,2.46229 -2.57236,3.85924 2.88635,1.15469 20.05335,5.36355 21.79833,1.87309 0.24499,-0.49006 2.55645,-3.15947 2.38323,-3.67926 z&quot;
++     style=&quot;fill:#606371;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4231&quot;
++     d=&quot;m 290.54823,336.75162 c -0.76106,-0.13993 -3.75555,0.86043 -3.58294,1.3783 0.28075,0.84236 1.95661,0.61712 2.66423,0.73509 2.12084,0.35352 4.34177,0.79295 6.06347,1.65394 0.82064,0.41037 2.21601,-0.11872 3.1236,0.18381 1.3627,0.4543 2.74505,0.72037 4.13418,0.91884 0.92851,0.13266 4.45798,0.0437 5.05288,-0.55129 0.2638,-0.26384 -0.23567,-0.75915 -0.2756,-0.9189 -0.0525,-0.20993 -0.64046,-0.91795 -0.91869,-1.01073 -1.28934,-0.42984 -3.03685,0.0451 -4.40982,-0.18379 -1.46817,-0.24473 -3.06951,0.20188 -4.50165,-0.27565 -1.18918,-0.39648 -2.36636,-1.41059 -3.58295,-1.65396 -1.22056,-0.24415 -2.5249,-0.0687 -3.76671,-0.27566 z&quot;
++     style=&quot;fill:#767475;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cssssssc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4206&quot;
++     d=&quot;m 290.3906,331.8659 c -3.15941,-1.02625 -8.76469,-1.91384 -12.15304,-1.91384 -2.99025,0 -5.73933,-0.73509 -8.45208,-0.73509 -1.59768,0 -0.33731,-0.0748 -1.63681,0.35831 -2.47678,0.82573 -1.7117,4.05223 0.16694,4.05223 1.46593,0 3.62208,1.64075 5.14473,2.0215 2.47562,0.61898 5.18186,0.67998 7.71715,1.10261 6.18671,1.03131 20.8349,4.41321 9.21317,-4.88572 z&quot;
++     style=&quot;fill:#acaeaf;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;csscssc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4208&quot;
++     d=&quot;m 306.53373,335.09769 c -1.89362,0.0104 -3.91239,0.24873 -5.51222,-0.55133 -0.3663,-0.18317 -1.13149,0.22566 -1.46995,0 -1.66654,-1.11122 -5.58828,-3.46632 -7.71714,-2.75656 -1.49244,0.49756 -0.86295,5.32233 0.4974,6.09984 2.86335,1.63643 10.31266,2.85394 13.46695,1.80234 2.69835,-0.89959 2.43652,-3.2328 0.73496,-4.59429 z&quot;
++     style=&quot;fill:#8d888a;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cssscc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4210&quot;
++     d=&quot;m 323.43792,338.40557 c -1.36945,-1.4142 -3.75971,-1.53736 -5.69595,-2.0215 -1.73108,-0.43283 -3.9414,-0.91885 -5.69599,-0.91885 -1.71263,0 -6.06348,-1.80292 -6.06348,0.92808 0,1.21118 0.0276,3.50083 1.10245,4.21754 2.54092,1.69422 20.39231,4.52806 16.35297,-2.20527 z&quot;
++     style=&quot;fill:#69696f;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cscscc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4212&quot;
++     d=&quot;m 335.56487,337.4867 c -1.57792,-0.32127 -1.85661,-1.47016 -3.47804,-1.47016 -1.6237,0 -7.86142,-2.56226 -9.27622,-1.14722 -0.3783,0.37834 -2.13264,1.89199 -2.13264,2.3575 0,0.64164 1.93595,2.28711 2.20872,2.8327 1.4092,2.81885 12.67815,3.51387 12.67818,-2.57282 z&quot;
++     style=&quot;fill:#6c7380;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4216&quot;
++     d=&quot;m 273.82778,324.53077 c -1.73453,-0.0922 -7.794,-1.4852 -9.00333,-0.27565 -0.16069,0.16073 0.91186,0.32808 1.01059,0.36754 0.88898,0.35567 2.41549,0.57821 3.03172,1.19451 0.63598,0.63611 2.22904,1.11069 3.03173,1.37833 0.55699,0.18566 10.22705,-0.25485 11.11637,-0.55134 0.13968,-0.0466 -1.78663,-1.47019 -3.58295,-1.47019 -1.90505,0 -3.63699,-1.03668 -5.60413,-0.6432 z&quot;
++     style=&quot;fill:#616672;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4218&quot;
++     d=&quot;m 292.75314,331.97356 c -1.87946,-0.91124 -3.50856,-1.49752 -5.60411,-2.0215 -2.23999,-0.56012 -7.18976,-1.34937 -9.64642,-0.73509 -0.97458,0.24369 -2.74228,0.55131 -3.49109,0.55131 -0.36876,0 0.93755,-0.238 1.10246,0.0919 0.2006,0.40133 2.24209,0.7132 2.7561,0.91884 1.30203,0.52089 4.59026,1.28575 5.9716,1.56206 2.09146,0.41836 10.27236,2.44357 12.2188,1.4702 0.66326,-0.33168 0.89798,-0.67296 1.10245,-1.28642 0.0894,-0.26789 -0.0985,-0.82697 0.18377,-0.82697 0.45934,0 -0.91872,0 -1.37807,0 -1.15048,0 -2.12546,0.0576 -3.21548,0.27563 z&quot;
++     style=&quot;fill:#96989e;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4220&quot;
++     d=&quot;m 301.38898,330.22771 c -0.61249,0 -1.22494,0 -1.83742,0 -0.89723,0 -2.26796,0.46904 -3.12358,0.1838 -1.10841,-0.36953 -1.9081,-2.0215 -3.21551,-2.0215 -0.39353,0 -0.84838,-0.36754 -1.28618,-0.36754 -0.0969,0 -0.27561,0.18879 -0.27561,0.0919 0,-0.43051 1.90758,-0.21619 2.2049,-0.27568 2.39797,-0.47965 4.82706,0.82697 7.34966,0.82697 0.39215,0 1.2013,1.18756 1.10242,1.28641 -0.22605,0.22612 -0.63271,0.13265 -0.91868,0.27566 z&quot;
++     style=&quot;fill:#636774;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4222&quot;
++     d=&quot;m 310.66791,324.99021 c -1.17861,0.10786 -2.33015,-0.0919 -3.49108,-0.0919 -1.24865,0 -4.62662,0.62665 -3.49108,1.19452 0.71683,0.35848 1.58142,0.006 2.38864,0.27566 3.71469,1.23844 10.07155,2.53543 13.96433,1.56207 0.18938,-0.0474 0.87027,0.14033 1.01058,0 0.60814,-0.60824 -3.72247,-1.32386 -3.85858,-1.3783 -1.18469,-0.47397 -5.37975,-1.79071 -6.52281,-1.56205 z&quot;
++     style=&quot;fill:#5a5d76;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4224&quot;
++     d=&quot;m 297.98976,323.06061 c -3.90099,-1.56028 -9.48775,-4.07638 -13.59685,-2.02148 -0.3987,0.19938 -1.33413,-0.13577 -1.65368,0.1838 -0.65881,0.65893 3.19845,1.37829 3.49107,1.37829 0.85453,0 3.36007,0.42026 3.85859,0.91886 0.30923,0.30929 6.60206,0.57772 7.62527,0.91887 0.5561,0.18544 2.79936,-0.4162 2.57236,-0.64323 -0.10324,-0.10324 -1.96216,-0.66814 -2.29676,-0.73506 z&quot;
++     style=&quot;fill:#535e6f;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4226&quot;
++     d=&quot;m 308.18739,334.91391 c -1.08506,-0.32311 -5.85386,-1.16148 -6.8903,-0.6432 -0.32509,0.16259 -1.14987,1.05519 -1.01057,1.19454 0.43273,0.43275 1.32044,0.58555 1.74554,1.01072 1.33897,1.33921 2.577,2.4373 4.31792,3.3079 0.95127,0.47574 4.04493,-1.42555 4.86916,-1.83771 0.52405,-0.26208 0.62745,-1.23264 1.10244,-1.47019 0.24963,-0.12474 1.19432,-0.53202 1.19432,-0.82696 0,-0.2318 -4.60948,-0.59125 -5.32851,-0.7351 z&quot;
++     style=&quot;fill:#7a787d;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4229&quot;
++     d=&quot;m 291.09948,333.59209 c -0.53697,-0.0403 -1.0252,-0.29639 -1.56183,-0.29639 -0.62461,0 -2.27916,-0.803 -2.84798,-0.39521 -0.30285,0.21708 1.04239,1.58839 1.37807,1.87718 1.04874,0.90228 3.44625,3.97605 4.77726,3.26036 0.98586,-0.5301 2.9104,-1.78209 3.30733,-3.06277 0.10936,-0.35253 0.0208,-0.73519 0.18377,-1.08679 0.0317,-0.068 0.38441,-0.19149 0.0919,-0.29638 -1.60565,-0.57561 -3.58155,0.62621 -5.32848,0 z&quot;
++     style=&quot;fill:#9c9a9b;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4235&quot;
++     d=&quot;m 288.15959,317.63931 c -1.74041,-1.61905 -4.3966,-1.96916 -5.3285,0.82699 -0.0844,0.25341 -0.51667,0.55717 -0.27559,0.91886 0.25878,0.38824 3.65366,0.7115 4.13417,0.55134 0.43188,-0.14409 0.44568,-0.81331 0.73496,-1.10264 0.23638,-0.23644 0.74533,-0.37791 1.01058,-0.6432 0.14531,-0.14535 -0.16984,-0.37515 -0.27562,-0.55135 z&quot;
++     style=&quot;fill:#525a77;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4238&quot;
++     d=&quot;m 286.68967,319.56893 c -1.36746,0.0104 -2.77885,-0.0384 -4.04231,-0.45943 -0.76423,-0.25476 -2.92154,1.8653 1.01058,2.84848 1.29535,0.3239 7.13353,-1.31877 5.87971,-2.57282 -0.41617,-0.41625 -2.58748,0.1838 -2.84798,0.1838 z&quot;
++     style=&quot;fill:#616d81;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cssscsscc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4240&quot;
++     d=&quot;m 269.14238,329.49262 c -1.71652,-0.35994 -3.37751,-0.36755 -5.14478,-0.36755 -0.8485,0 -1.78747,-0.0919 -2.75609,-0.0919 -0.67192,0 -5.48422,-0.3956 -5.60412,-0.27566 -0.39039,0.39044 1.01722,0.46054 1.56181,0.5513 1.34511,0.22424 2.48641,1.47315 3.58295,2.0215 1.10693,0.55355 2.84497,0.7573 3.85856,1.01076 1.88912,0.47236 8.52737,4.92987 10.01392,3.03223 -3.25667,-1.57796 -3.06431,-5.77989 -5.51225,-5.88068 z&quot;
++     style=&quot;fill:#808286;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4246&quot;
++     d=&quot;m 304.88006,312.49372 c -3.75566,0.50635 -9.28548,-1.46365 -12.03506,1.28641 -0.58304,0.58311 -1.81726,1.77601 -1.10245,2.84846 0.29764,0.44651 2.68869,0.7979 3.30733,0.64319 0.6487,-0.16218 1.3204,-1.31846 1.9293,-1.56207 2.81733,-1.12711 5.40008,-1.71525 7.90088,-3.21599 z&quot;
++     style=&quot;fill:#49506d;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cscscsssccc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4244&quot;
++     d=&quot;m 348.42675,319.66081 c -3.63896,0.67865 -6.27957,-1.7242 -9.64643,-2.20527 -2.65794,-0.37975 -5.34834,-0.1289 -7.99274,-0.45942 -2.56572,-0.32077 -4.69164,-1.50816 -7.25778,-2.02149 -2.775,-0.55509 -5.71821,-0.81535 -8.54396,-1.28641 -1.6925,-0.28211 -14.79025,-3.76919 -15.61802,-2.11337 -0.65563,1.31148 15.90578,5.93303 16.6286,6.06446 4.66323,0.84801 10.83282,1.99415 15.52612,2.66472 2.58872,0.36987 5.22921,-0.91994 7.80903,-0.55132 1.41699,0.20251 2.87794,-0.0104 4.31789,0.0919 0.39099,0.0279 7.19671,1.26813 4.77729,-0.18379 z&quot;
++     style=&quot;fill:#2e3750;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4248&quot;
++     d=&quot;m 351.82597,319.66081 c -1.56952,-0.31346 -3.14733,-0.27565 -4.77727,-0.27565 -1.4087,0 -2.81736,0 -4.22605,0 -1.35946,0 -3.35718,1.44136 -2.29677,3.03225 0.73234,1.09869 1.94294,1.93508 3.30735,2.48091 1.82363,0.7296 8.48051,1.47347 9.46267,0 0.006,-1.23788 0.42233,-5.23746 -1.46993,-5.23751 z&quot;
++     style=&quot;fill:#3b3963;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     sodipodi:nodetypes=&quot;cscsssscc&quot;
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4251&quot;
++     d=&quot;m 333.91118,326.73604 c -0.96887,-0.0693 -2.00938,0.14074 -2.93986,-0.0919 -1.48892,-0.3723 -3.50771,0.39762 -4.96102,-0.1838 -2.53694,-1.01494 -6.41859,-2.0215 -9.46267,-2.0215 -0.87708,0 -3.60896,-1.14244 -2.93986,-2.48092 0.0667,-0.13348 1.27894,-0.82697 2.29677,-0.82697 5.10709,0 11.71923,1.71281 16.6286,2.94035 1.62414,0.40612 3.28508,2.02891 1.37804,2.66469 z&quot;
++     style=&quot;fill:#565d77;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4257&quot;
++     d=&quot;m 319.67124,332.2492 c -4.49963,-2.55158 -10.66498,-2.38903 -15.80174,-2.38903 -0.44037,0 -3.21984,-0.26697 -3.39924,0.0919 -0.2776,0.5553 3.87783,1.41534 4.31794,1.56208 1.5332,0.51115 3.18762,1.27711 4.86914,1.83771 0.93855,0.31293 1.95377,1.20066 2.66424,1.3783 0.96546,0.24139 7.83574,-0.97233 8.17649,-1.65395 0.11341,-0.22673 -0.66407,-0.69676 -0.82683,-0.82699 z&quot;
++     style=&quot;fill:#6d6e81;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4261&quot;
++     d=&quot;m 272.54158,313.68822 c -1.33086,-0.30401 -2.44244,-0.64321 -3.85855,-0.64321 -0.96891,0 -1.33829,0.1705 -2.2049,0.45944 -0.32799,0.10936 -4.35715,1.90998 -3.76669,2.20526 1.32025,0.66026 3.00419,0.6593 4.40979,1.01076 0.80539,0.20147 2.77656,1.50587 3.76669,1.01074 0.66355,-0.33182 1.95427,-3.44165 1.65366,-4.04299 z&quot;
++     style=&quot;fill:#3d3f5b;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4267&quot;
++     d=&quot;m 278.42132,318.65008 c -1.77404,-0.1337 -4.02798,-1.07397 -4.86914,-2.7566 -0.15072,-0.30133 -0.036,-2.55482 -0.91871,-2.11335 -0.61106,0.30557 -0.65423,1.08684 -1.01058,1.56206 -0.39166,0.52225 -1.43924,1.68489 -1.28619,2.29712 0.0624,0.24937 0.37106,0.43121 0.55122,0.55135 0.60662,0.40446 1.68013,0.59076 2.38863,0.82696 0.89888,0.29967 1.74917,1.24224 2.57238,1.65396 0.44276,0.22139 2.41868,-1.63719 2.57239,-2.0215 z&quot;
++     style=&quot;fill:#373b5d;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4265&quot;
++     d=&quot;m 276.03268,319.66081 c -0.82755,-0.40125 -1.49522,-0.82828 -2.29676,-1.28641 -0.9027,-0.5159 -2.43348,-2.00653 -3.49108,-1.65393 -0.68262,0.22758 -2.02155,2.84809 -1.37808,3.49167 0.25196,0.252 1.06885,0.50947 1.46994,0.6432 0.67654,0.22555 9.2094,0.91388 5.69598,-1.19453 z&quot;
++     style=&quot;fill:#3c405c;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     id=&quot;path4279&quot;
++     d=&quot;m 279.79936,318.19066 c -0.56583,-0.91648 -5.97335,2.20436 -4.50164,2.94034 0.6226,0.31135 2.13988,0 2.848,0 1.55623,0 4.0679,0.2094 2.38861,-1.47019 -0.31632,-0.31637 -0.36577,-1.00859 -0.73497,-1.47015 z&quot;
++     style=&quot;fill:#464e6c;fill-opacity:1;stroke:none&quot; /&gt;
++  &lt;g
++     style=&quot;font-size:19px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Calibri;-inkscape-font-specification:Calibri&quot;
++     id=&quot;text4235&quot;
++     transform=&quot;translate(0,-16)&quot;&gt;
++    &lt;path
++       d=&quot;m 109.71889,201.89412 c 0,0.92155 -0.0742,1.7627 -0.22265,2.52344 -0.14226,0.76074 -0.38347,1.41634 -0.72363,1.96679 -0.334,0.54428 -0.77312,0.96794 -1.31739,1.271 -0.54427,0.29687 -1.21533,0.44531 -2.01318,0.44531 -0.75456,0 -1.39161,-0.13297 -1.91113,-0.39892 -0.51335,-0.27214 -0.92774,-0.66797 -1.24317,-1.1875 -0.31543,-0.52572 -0.54118,-1.16895 -0.67724,-1.92969 -0.12989,-0.76692 -0.19483,-1.64518 -0.19483,-2.63477 0,-0.91535 0.0742,-1.75341 0.22266,-2.51416 0.14844,-0.76691 0.38965,-1.42251 0.72363,-1.96679 0.33398,-0.55045 0.77311,-0.97411 1.31738,-1.271 0.54427,-0.30305 1.21224,-0.45458 2.00391,-0.45459 0.76074,1e-5 1.39778,0.13608 1.91113,0.4082 0.51953,0.26597 0.93701,0.6618 1.25244,1.1875 0.31543,0.51954 0.53808,1.16277 0.66797,1.92969 0.13606,0.76075 0.2041,1.63591 0.2041,2.62549 m -1.63281,0.11133 c 0,-0.59993 -0.0216,-1.13802 -0.0649,-1.61426 -0.0433,-0.47623 -0.10824,-0.8968 -0.19482,-1.26172 -0.0804,-0.3649 -0.18865,-0.67724 -0.32471,-0.93701 -
 0.12989,-0.26594 -0.2876,-0.48241 -0.47314,-0.64941 -0.18556,-0.17317 -0.39894,-0.29687 -0.64014,-0.3711 -0.23503,-0.0804 -0.50098,-0.12059 -0.79785,-0.1206 -0.52572,10e-6 -0.95248,0.1237 -1.28028,0.37109 -0.3278,0.24741 -0.58756,0.58757 -0.77929,1.02051 -0.18555,0.43295 -0.31234,0.94011 -0.38037,1.52148 -0.068,0.58139 -0.10206,1.20606 -0.10206,1.87403 0,0.89681 0.0464,1.66064 0.13916,2.2915 0.0928,0.62468 0.23812,1.13493 0.43604,1.53076 0.2041,0.39584 0.46077,0.68343 0.77002,0.86279 0.31543,0.17937 0.6958,0.26905 1.14111,0.26905 0.34635,0 0.64941,-0.0557 0.90918,-0.167 0.26595,-0.11132 0.4917,-0.26904 0.67725,-0.47314 0.19172,-0.21028 0.34944,-0.46077 0.47314,-0.75146 0.12369,-0.29069 0.22265,-0.61231 0.29688,-0.96485 0.0742,-0.35253 0.12369,-0.7329 0.14844,-1.14111 0.0309,-0.41438 0.0464,-0.84423 0.0464,-1.28955&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3648&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       d=&quot;m 113.79165,206.91316 c 0,0.43913 -0.0742,0.73291 -0.22266,0.88135 -0.14225,0.14225 -0.40511,0.21338 -0.78857,0.21338 -0.3711,0 -0.62777,-0.0711 -0.77002,-0.21338 -0.14226,-0.14225 -0.21338,-0.42676 -0.21338,-0.85352 0,-0.43912 0.0711,-0.72981 0.21338,-0.87207 0.14843,-0.14843 0.41438,-0.22265 0.79785,-0.22265 0.37109,0 0.62776,0.0711 0.77002,0.21338 0.14225,0.14225 0.21338,0.42676 0.21338,0.85351&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3650&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       d=&quot;m 123.84829,201.44881 c -1e-5,0.51953 -0.0309,1.04525 -0.0928,1.57715 -0.0619,0.5319 -0.167,1.04525 -0.31543,1.54003 -0.14845,0.48861 -0.34946,0.94939 -0.60303,1.38233 -0.2474,0.42676 -0.56283,0.80094 -0.94629,1.12256 -0.37729,0.32161 -0.82878,0.57519 -1.35449,0.76074 -0.51954,0.17936 -1.12566,0.26904 -1.81836,0.26904 -0.26596,0 -0.52572,-0.0186 -0.7793,-0.0557 -0.2474,-0.0309 -0.47315,-0.0711 -0.67724,-0.12061 -0.19792,-0.0495 -0.36492,-0.10205 -0.50098,-0.15771 -0.13607,-0.0557 -0.23503,-0.11133 -0.29688,-0.16699 -0.0619,-0.0557 -0.10823,-0.12989 -0.13916,-0.22266 -0.0247,-0.099 -0.0371,-0.22884 -0.0371,-0.38965 0,-0.13607 0.003,-0.2443 0.009,-0.32471 0.0124,-0.0804 0.0278,-0.14225 0.0464,-0.18554 0.0185,-0.0433 0.0433,-0.0711 0.0742,-0.0835 0.0371,-0.0186 0.0804,-0.0278 0.12988,-0.0278 0.068,0 0.1639,0.0247 0.2876,0.0742 0.12369,0.0433 0.27832,0.0928 0.46386,0.14844 0.19173,0.0557 0.41439,0.10823 0.66797,0.15771 0.25358,0.0433 0.53809,0.0649 0.85352,0.0649
  0.59993,0 1.11328,-0.11442 1.54004,-0.34326 0.43294,-0.23502 0.78547,-0.54736 1.05762,-0.93701 0.27212,-0.38965 0.47623,-0.84114 0.6123,-1.35449 0.13606,-0.51335 0.21028,-1.05452 0.22266,-1.62354 -0.32781,0.19174 -0.72055,0.36182 -1.17823,0.51025 -0.45768,0.14845 -0.9834,0.22267 -1.57714,0.22266 -0.66798,1e-5 -1.2308,-0.0897 -1.68848,-0.26904 -0.4515,-0.18554 -0.81641,-0.43603 -1.09473,-0.75147 -0.27213,-0.31542 -0.47005,-0.68961 -0.59375,-1.12256 -0.11751,-0.43293 -0.17627,-0.90608 -0.17627,-1.41943 0,-0.53189 0.0773,-1.03596 0.23194,-1.51221 0.15462,-0.48241 0.39583,-0.90607 0.72363,-1.27099 0.3278,-0.3649 0.74528,-0.65559 1.25244,-0.87207 0.50716,-0.21646 1.11328,-0.3247 1.81836,-0.32471 0.50097,1e-5 0.94319,0.065 1.32666,0.19482 0.38964,0.12371 0.72672,0.30617 1.01123,0.54737 0.2845,0.23504 0.52571,0.52263 0.72363,0.86279 0.19791,0.334 0.35563,0.71437 0.47315,1.14111 0.12369,0.42677 0.21028,0.89064 0.25976,1.39161 0.0557,0.49479 0.0835,1.01742 0.0835,1.56787 m -1.62354,
 -0.17627 c 0,-0.79166 -0.0526,-1.45654 -0.15771,-1.99463 -0.10515,-0.54426 -0.25977,-0.98339 -0.46387,-1.31738 -0.20411,-0.33398 -0.45459,-0.57519 -0.75146,-0.72364 -0.29688,-0.14842 -0.64014,-0.22264 -1.02979,-0.22265 -0.40202,1e-5 -0.74528,0.0742 -1.02978,0.22265 -0.28451,0.14227 -0.51954,0.33709 -0.70508,0.58448 -0.17937,0.24122 -0.31234,0.51644 -0.39893,0.82568 -0.0866,0.30925 -0.12988,0.62777 -0.12988,0.95557 0,0.36491 0.0371,0.6989 0.11133,1.00195 0.0804,0.30307 0.20719,0.55974 0.38037,0.77002 0.17317,0.21029 0.39892,0.37419 0.67725,0.4917 0.27831,0.11133 0.62157,0.167 1.02978,0.16699 0.46386,1e-5 0.91227,-0.068 1.34522,-0.2041 0.43293,-0.14225 0.80712,-0.3278 1.12255,-0.55664&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3652&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       d=&quot;m 133.43179,207.29353 c -1e-5,0.11752 -0.009,0.21648 -0.0278,0.29688 -0.0186,0.0804 -0.0433,0.14534 -0.0742,0.19482 -0.0309,0.0495 -0.068,0.0866 -0.11132,0.11133 -0.0371,0.0186 -0.0773,0.0278 -0.12061,0.0278 l -6.27148,0 c -0.0433,0 -0.0835,-0.009 -0.12061,-0.0278 -0.0371,-0.0247 -0.0742,-0.0618 -0.11133,-0.11133 -0.0309,-0.0495 -0.0557,-0.11442 -0.0742,-0.19482 -0.0186,-0.0804 -0.0278,-0.17936 -0.0278,-0.29688 0,-0.11132 0.009,-0.20719 0.0278,-0.28759 0.0186,-0.0804 0.0402,-0.14535 0.0649,-0.19483 0.0309,-0.0557 0.0649,-0.0959 0.10205,-0.1206 0.0433,-0.0309 0.0897,-0.0464 0.13916,-0.0464 l 2.50488,0 0,-9.12891 -2.31934,1.38233 c -0.11751,0.0619 -0.21338,0.099 -0.28759,0.11133 -0.068,0.0124 -0.1237,0 -0.167,-0.0371 -0.0433,-0.0433 -0.0742,-0.11132 -0.0928,-0.20411 -0.0124,-0.0928 -0.0186,-0.21027 -0.0186,-0.35253 -10e-6,-0.10514 0.003,-0.19482 0.009,-0.26905 0.0124,-0.0742 0.0278,-0.13606 0.0464,-0.18554 0.0186,-0.0495 0.0433,-0.0928 0.0742,-0.12989 0.0371,-0
 .0371 0.0835,-0.0742 0.13916,-0.11133 l 2.76465,-1.77197 c 0.0247,-0.0185 0.0557,-0.034 0.0928,-0.0464 0.0371,-0.0124 0.0835,-0.0247 0.13916,-0.0371 0.0557,-0.0124 0.1206,-0.0186 0.19482,-0.0186 0.0742,-0.006 0.16699,-0.009 0.27833,-0.009 0.14843,2e-5 0.27213,0.006 0.37109,0.0186 0.099,0.0124 0.17626,0.0309 0.23193,0.0557 0.0557,0.0186 0.0928,0.0464 0.11133,0.0835 0.0186,0.0309 0.0278,0.065 0.0278,0.10205 l 0,10.54834 2.1709,0 c 0.0495,0 0.0959,0.0155 0.13916,0.0464 0.0433,0.0247 0.0773,0.0649 0.10205,0.1206 0.0309,0.0495 0.0526,0.11442 0.0649,0.19483 0.0186,0.0804 0.0278,0.17627 0.0278,0.28759&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3654&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;/g&gt;
++  &lt;g
++     style=&quot;font-size:19px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Calibri;-inkscape-font-specification:Calibri&quot;
++     id=&quot;text4247&quot;&gt;
++    &lt;path
++       d=&quot;m 63.099609,565.3999 c -1.3e-5,0.0433 -0.0062,0.0959 -0.01855,0.15772 -0.01238,0.0618 -0.03403,0.13917 -0.06494,0.23193 l -2.458496,7.93213 c -0.01857,0.068 -0.04949,0.1237 -0.09277,0.16699 -0.03712,0.0433 -0.09278,0.0773 -0.166992,0.10205 -0.06804,0.0247 -0.16391,0.0402 -0.287598,0.0464 -0.123708,0.0124 -0.27833,0.0186 -0.463867,0.0186 -0.191741,0 -0.352549,-0.006 -0.482422,-0.0186 -0.129892,-0.0124 -0.235035,-0.0309 -0.31543,-0.0557 -0.07423,-0.0247 -0.129891,-0.0588 -0.166992,-0.10206 -0.03712,-0.0433 -0.06495,-0.0959 -0.0835,-0.15771 l -1.753418,-6.05811 -0.01856,-0.0835 -0.01855,0.0835 -1.623536,6.05811 c -0.01856,0.068 -0.04948,0.1237 -0.09277,0.16699 -0.03711,0.0433 -0.09587,0.0773 -0.17627,0.10205 -0.08041,0.0247 -0.185551,0.0402 -0.315429,0.0464 -0.123703,0.0124 -0.278325,0.0186 -0.463867,0.0186 -0.191736,0 -0.349451,-0.006 -0.473145,-0.0186 -0.117516,-0.0124 -0.216475,-0.0309 -0.296875,-0.0557 -0.07422,-0.0247 -0.129886,-0.0588 -0.166992,-0.10206 -0
 .03711,-0.0433 -0.06495,-0.0959 -0.0835,-0.15771 l -2.439942,-7.93213 c -0.03093,-0.0928 -0.05257,-0.17008 -0.06494,-0.23193 -0.01237,-0.0618 -0.01856,-0.11441 -0.01856,-0.15772 0,-0.0557 0.01237,-0.099 0.03711,-0.12988 0.02474,-0.0371 0.06494,-0.0649 0.120605,-0.0835 0.06185,-0.0247 0.142252,-0.0402 0.241211,-0.0464 0.09896,-0.006 0.219563,-0.009 0.361816,-0.009 0.173176,10e-6 0.312336,0.006 0.417481,0.0186 0.105141,0.006 0.185545,0.0217 0.241211,0.0464 0.05566,0.0186 0.09586,0.0495 0.120605,0.0928 0.02474,0.0371 0.04639,0.0835 0.06494,0.13916 l 2.013183,6.88379 0.01856,0.0835 0.01855,-0.0835 1.846191,-6.88379 c 0.01236,-0.0557 0.03092,-0.10204 0.05566,-0.13916 0.03092,-0.0433 0.07421,-0.0742 0.129883,-0.0928 0.05566,-0.0247 0.129876,-0.0402 0.222656,-0.0464 0.09895,-0.0124 0.225742,-0.0185 0.380371,-0.0186 0.148431,10e-6 0.269036,0.006 0.361817,0.0186 0.09895,0.006 0.176262,0.0217 0.231933,0.0464 0.05566,0.0186 0.09586,0.0464 0.120606,0.0835 0.02473,0.0371 0.04329,0.0804 0
 .05566,0.12988 l 1.994629,6.90234 0.01855,0.0835 0.0093,-0.0835 1.985351,-6.88379 c 0.01236,-0.0557 0.03091,-0.10204 0.05566,-0.13916 0.03091,-0.0433 0.07421,-0.0742 0.129883,-0.0928 0.06184,-0.0247 0.142241,-0.0402 0.241211,-0.0464 0.105131,-0.0124 0.238106,-0.0185 0.398926,-0.0186 0.148425,10e-6 0.265938,0.003 0.352539,0.009 0.09276,0.006 0.163887,0.0217 0.213379,0.0464 0.05565,0.0248 0.09276,0.0526 0.111328,0.0835 0.02473,0.0309 0.0371,0.0742 0.03711,0.12988&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3592&quot; /&gt;
++    &lt;path
++       d=&quot;m 76.755859,565.3999 c -1.3e-5,0.0433 -0.0062,0.0959 -0.01855,0.15772 -0.01238,0.0618 -0.03403,0.13917 -0.06494,0.23193 l -2.458496,7.93213 c -0.01856,0.068 -0.04949,0.1237 -0.09277,0.16699 -0.03712,0.0433 -0.09278,0.0773 -0.166992,0.10205 -0.06805,0.0247 -0.16391,0.0402 -0.287598,0.0464 -0.123708,0.0124 -0.27833,0.0186 -0.463867,0.0186 -0.191741,0 -0.352549,-0.006 -0.482422,-0.0186 -0.129892,-0.0124 -0.235035,-0.0309 -0.31543,-0.0557 -0.07423,-0.0247 -0.129891,-0.0588 -0.166992,-0.10206 -0.03712,-0.0433 -0.06495,-0.0959 -0.0835,-0.15771 l -1.753418,-6.05811 -0.01856,-0.0835 -0.01855,0.0835 -1.623536,6.05811 c -0.01856,0.068 -0.04948,0.1237 -0.09277,0.16699 -0.03711,0.0433 -0.09587,0.0773 -0.17627,0.10205 -0.08041,0.0247 -0.185551,0.0402 -0.315429,0.0464 -0.123703,0.0124 -0.278325,0.0186 -0.463867,0.0186 -0.191736,0 -0.349451,-0.006 -0.473145,-0.0186 -0.117516,-0.0124 -0.216475,-0.0309 -0.296875,-0.0557 -0.07422,-0.0247 -0.129886,-0.0588 -0.166992,-0.10206 -0
 .03711,-0.0433 -0.06495,-0.0959 -0.0835,-0.15771 l -2.439942,-7.93213 c -0.03092,-0.0928 -0.05257,-0.17008 -0.06494,-0.23193 -0.01237,-0.0618 -0.01856,-0.11441 -0.01856,-0.15772 0,-0.0557 0.01237,-0.099 0.03711,-0.12988 0.02474,-0.0371 0.06494,-0.0649 0.120605,-0.0835 0.06185,-0.0247 0.142252,-0.0402 0.241211,-0.0464 0.09896,-0.006 0.219563,-0.009 0.361816,-0.009 0.173176,10e-6 0.312336,0.006 0.417481,0.0186 0.105141,0.006 0.185545,0.0217 0.241211,0.0464 0.05566,0.0186 0.09586,0.0495 0.120605,0.0928 0.02474,0.0371 0.04639,0.0835 0.06494,0.13916 l 2.013183,6.88379 0.01855,0.0835 0.01856,-0.0835 1.846191,-6.88379 c 0.01236,-0.0557 0.03092,-0.10204 0.05566,-0.13916 0.03092,-0.0433 0.07421,-0.0742 0.129883,-0.0928 0.05566,-0.0247 0.129876,-0.0402 0.222656,-0.0464 0.09895,-0.0124 0.225742,-0.0185 0.380371,-0.0186 0.148431,10e-6 0.269036,0.006 0.361817,0.0186 0.09895,0.006 0.176262,0.0217 0.231933,0.0464 0.05566,0.0186 0.09586,0.0464 0.120606,0.0835 0.02473,0.0371 0.04329,0.0804 0
 .05566,0.12988 l 1.994629,6.90234 0.01855,0.0835 0.0093,-0.0835 1.985351,-6.88379 c 0.01236,-0.0557 0.03091,-0.10204 0.05566,-0.13916 0.03091,-0.0433 0.07421,-0.0742 0.129883,-0.0928 0.06184,-0.0247 0.142241,-0.0402 0.241211,-0.0464 0.105131,-0.0124 0.238106,-0.0185 0.398926,-0.0186 0.148425,10e-6 0.265938,0.003 0.352539,0.009 0.09276,0.006 0.163887,0.0217 0.213379,0.0464 0.05565,0.0248 0.09276,0.0526 0.111328,0.0835 0.02473,0.0309 0.0371,0.0742 0.03711,0.12988&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3594&quot; /&gt;
++    &lt;path
++       d=&quot;m 90.412109,565.3999 c -1.3e-5,0.0433 -0.0062,0.0959 -0.01855,0.15772 -0.01238,0.0618 -0.03403,0.13917 -0.06494,0.23193 l -2.458496,7.93213 c -0.01856,0.068 -0.04949,0.1237 -0.09277,0.16699 -0.03712,0.0433 -0.09278,0.0773 -0.166992,0.10205 -0.06805,0.0247 -0.16391,0.0402 -0.287598,0.0464 -0.123708,0.0124 -0.27833,0.0186 -0.463867,0.0186 -0.191741,0 -0.352549,-0.006 -0.482422,-0.0186 -0.129892,-0.0124 -0.235035,-0.0309 -0.31543,-0.0557 -0.07423,-0.0247 -0.129891,-0.0588 -0.166992,-0.10206 -0.03712,-0.0433 -0.06495,-0.0959 -0.0835,-0.15771 l -1.753418,-6.05811 -0.01856,-0.0835 -0.01855,0.0835 -1.623536,6.05811 c -0.01856,0.068 -0.04948,0.1237 -0.09277,0.16699 -0.03711,0.0433 -0.09587,0.0773 -0.17627,0.10205 -0.08041,0.0247 -0.185551,0.0402 -0.315429,0.0464 -0.123703,0.0124 -0.278325,0.0186 -0.463867,0.0186 -0.191736,0 -0.349451,-0.006 -0.473145,-0.0186 -0.117516,-0.0124 -0.216475,-0.0309 -0.296875,-0.0557 -0.07422,-0.0247 -0.129886,-0.0588 -0.166992,-0.10206 -0
 .03711,-0.0433 -0.06495,-0.0959 -0.0835,-0.15771 l -2.439942,-7.93213 c -0.03092,-0.0928 -0.05257,-0.17008 -0.06494,-0.23193 -0.01237,-0.0618 -0.01856,-0.11441 -0.01856,-0.15772 0,-0.0557 0.01237,-0.099 0.03711,-0.12988 0.02474,-0.0371 0.06494,-0.0649 0.120605,-0.0835 0.06185,-0.0247 0.142252,-0.0402 0.241211,-0.0464 0.09896,-0.006 0.219563,-0.009 0.361816,-0.009 0.173176,10e-6 0.312336,0.006 0.417481,0.0186 0.105141,0.006 0.185545,0.0217 0.241211,0.0464 0.05566,0.0186 0.09586,0.0495 0.120605,0.0928 0.02474,0.0371 0.04639,0.0835 0.06494,0.13916 l 2.013183,6.88379 0.01855,0.0835 0.01856,-0.0835 1.846191,-6.88379 c 0.01236,-0.0557 0.03092,-0.10204 0.05566,-0.13916 0.03092,-0.0433 0.07421,-0.0742 0.129883,-0.0928 0.05566,-0.0247 0.129876,-0.0402 0.222656,-0.0464 0.09895,-0.0124 0.225742,-0.0185 0.380371,-0.0186 0.148431,10e-6 0.269036,0.006 0.361817,0.0186 0.09895,0.006 0.176262,0.0217 0.231933,0.0464 0.05566,0.0186 0.09586,0.0464 0.120606,0.0835 0.02473,0.0371 0.04329,0.0804 0
 .05566,0.12988 l 1.994629,6.90234 0.01855,0.0835 0.0093,-0.0835 1.985351,-6.88379 c 0.01236,-0.0557 0.03091,-0.10204 0.05566,-0.13916 0.03091,-0.0433 0.07421,-0.0742 0.129883,-0.0928 0.06184,-0.0247 0.142241,-0.0402 0.241211,-0.0464 0.105131,-0.0124 0.238106,-0.0185 0.398926,-0.0186 0.148425,10e-6 0.265938,0.003 0.352539,0.009 0.09276,0.006 0.163887,0.0217 0.213379,0.0464 0.05565,0.0248 0.09276,0.0526 0.111328,0.0835 0.02473,0.0309 0.0371,0.0742 0.03711,0.12988&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3596&quot; /&gt;
++    &lt;path
++       d=&quot;m 93.06543,572.98877 c -4e-6,0.43913 -0.07422,0.73291 -0.222657,0.88135 -0.142255,0.14225 -0.405113,0.21338 -0.788574,0.21338 -0.371096,0 -0.627768,-0.0711 -0.770019,-0.21338 -0.142254,-0.14226 -0.213381,-0.42676 -0.213379,-0.85352 -2e-6,-0.43912 0.07112,-0.72981 0.213379,-0.87207 0.148435,-0.14843 0.414386,-0.22265 0.797851,-0.22266 0.371091,10e-6 0.627764,0.0711 0.77002,0.21338 0.142249,0.14226 0.213375,0.42676 0.213379,0.85352&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3598&quot; /&gt;
++    &lt;path
++       d=&quot;m 97.407227,573.76807 c -3e-6,0.0495 -0.01237,0.0928 -0.03711,0.12988 -0.02474,0.0309 -0.06494,0.0588 -0.120605,0.0835 -0.05567,0.0247 -0.132978,0.0433 -0.231934,0.0557 -0.09896,0.0124 -0.225751,0.0186 -0.380371,0.0186 -0.14844,0 -0.272137,-0.006 -0.371094,-0.0186 -0.09896,-0.0124 -0.179363,-0.0309 -0.241211,-0.0557 -0.05566,-0.0247 -0.09587,-0.0526 -0.120605,-0.0835 -0.01856,-0.0371 -0.02783,-0.0804 -0.02783,-0.12988 l 0,-8.34961 c -2e-6,-0.0433 0.0093,-0.0835 0.02783,-0.12061 0.02474,-0.0371 0.06494,-0.068 0.120605,-0.0928 0.06185,-0.0247 0.142251,-0.0433 0.241211,-0.0557 0.09896,-0.0124 0.222654,-0.0185 0.371094,-0.0186 0.15462,10e-6 0.28141,0.006 0.380371,0.0186 0.09896,0.0124 0.176267,0.0309 0.231934,0.0557 0.05566,0.0248 0.09586,0.0557 0.120605,0.0928 0.02474,0.0371 0.03711,0.0773 0.03711,0.12061 l 0,8.34961 m 0.176269,-11.16993 c -3e-6,0.35874 -0.06804,0.60304 -0.204101,0.73291 -0.136071,0.1299 -0.386559,0.19484 -0.751465,0.19483 -0.358726,10e-6 -0.606
 122,-0.0618 -0.742188,-0.18555 -0.129884,-0.12987 -0.194825,-0.37108 -0.194824,-0.72363 -10e-7,-0.35871 0.06803,-0.60302 0.204102,-0.73291 0.136066,-0.12987 0.386554,-0.19481 0.751464,-0.19483 0.358722,2e-5 0.603025,0.065 0.732911,0.19483 0.136064,0.12371 0.204098,0.36183 0.204101,0.71435&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3600&quot; /&gt;
++    &lt;path
++       d=&quot;m 107.44531,573.76807 c -1e-5,0.0495 -0.0124,0.0928 -0.0371,0.12988 -0.0247,0.0309 -0.0649,0.0588 -0.1206,0.0835 -0.0557,0.0247 -0.13299,0.0433 -0.23194,0.0557 -0.099,0.0124 -0.22266,0.0186 -0.37109,0.0186 -0.15463,0 -0.28142,-0.006 -0.38037,-0.0186 -0.099,-0.0124 -0.17628,-0.0309 -0.23193,-0.0557 -0.0557,-0.0247 -0.0959,-0.0526 -0.12061,-0.0835 -0.0247,-0.0371 -0.0371,-0.0804 -0.0371,-0.12988 l 0,-4.88916 c -1e-5,-0.47624 -0.0371,-0.8597 -0.11133,-1.15039 -0.0742,-0.29069 -0.18246,-0.54118 -0.3247,-0.75147 -0.14226,-0.21028 -0.32781,-0.37109 -0.55664,-0.48242 -0.22267,-0.11132 -0.48243,-0.16699 -0.7793,-0.16699 -0.38347,0 -0.76693,0.13607 -1.15039,0.4082 -0.38347,0.27214 -0.78549,0.67107 -1.20606,1.19678 l 0,5.83545 c 0,0.0495 -0.0124,0.0928 -0.0371,0.12988 -0.0247,0.0309 -0.0649,0.0588 -0.1206,0.0835 -0.0557,0.0247 -0.13298,0.0433 -0.23194,0.0557 -0.099,0.0124 -0.22575,0.0186 -0.38037,0.0186 -0.14844,0 -0.27213,-0.006 -0.37109,-0.0186 -0.099,-0.0124 -0.1793
 6,-0.0309 -0.24121,-0.0557 -0.0557,-0.0247 -0.0959,-0.0526 -0.12061,-0.0835 -0.0185,-0.0371 -0.0278,-0.0804 -0.0278,-0.12988 l 0,-8.34961 c 0,-0.0495 0.009,-0.0897 0.0278,-0.12061 0.0186,-0.0371 0.0557,-0.068 0.11133,-0.0928 0.0557,-0.0309 0.12679,-0.0495 0.21338,-0.0557 0.0866,-0.0124 0.20101,-0.0185 0.34326,-0.0186 0.13607,10e-6 0.2474,0.006 0.33399,0.0186 0.0928,0.006 0.16389,0.0248 0.21338,0.0557 0.0495,0.0248 0.0835,0.0557 0.10205,0.0928 0.0247,0.0309 0.0371,0.0711 0.0371,0.12061 l 0,1.104 c 0.47004,-0.52571 0.937,-0.90917 1.40087,-1.15039 0.47005,-0.24739 0.9432,-0.37108 1.41944,-0.37109 0.55663,10e-6 1.02359,0.0959 1.40088,0.28759 0.38345,0.18556 0.6927,0.43605 0.92773,0.75147 0.23502,0.31544 0.40201,0.68653 0.50098,1.11328 0.10513,0.42058 0.1577,0.92774 0.15771,1.52148 l 0,5.09327&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3602&quot; /&gt;
++    &lt;path
++       d=&quot;m 117.09375,573.75879 c -1e-5,0.0495 -0.0124,0.0928 -0.0371,0.12988 -0.0247,0.0371 -0.068,0.068 -0.12988,0.0928 -0.0557,0.0247 -0.13608,0.0433 -0.24121,0.0557 -0.10515,0.0124 -0.23813,0.0186 -0.39893,0.0186 -0.167,0 -0.30616,-0.006 -0.41748,-0.0186 -0.10515,-0.006 -0.19483,-0.0186 -0.26904,-0.0371 -0.0742,-0.0247 -0.13608,-0.0557 -0.18555,-0.0928 -0.0433,-0.0433 -0.0835,-0.0928 -0.1206,-0.14844 l -3.5254,-4.62012 0,4.6294 c 0,0.0495 -0.0124,0.0928 -0.0371,0.12988 -0.0247,0.0309 -0.0649,0.0588 -0.12061,0.0835 -0.0557,0.0247 -0.13298,0.0433 -0.23193,0.0557 -0.099,0.0124 -0.22575,0.0186 -0.38037,0.0186 -0.14844,0 -0.27214,-0.006 -0.3711,-0.0186 -0.099,-0.0124 -0.17936,-0.0309 -0.24121,-0.0557 -0.0557,-0.0247 -0.0959,-0.0526 -0.1206,-0.0835 -0.0186,-0.0371 -0.0278,-0.0804 -0.0278,-0.12988 l 0,-12.39453 c 0,-0.0495 0.009,-0.0928 0.0278,-0.12989 0.0247,-0.0371 0.0649,-0.068 0.1206,-0.0928 0.0619,-0.0247 0.14225,-0.0433 0.24121,-0.0557 0.099,-0.0123 0.22266,-0.0185 
 0.3711,-0.0186 0.15462,1e-5 0.28141,0.006 0.38037,0.0186 0.099,0.0124 0.17626,0.0309 0.23193,0.0557 0.0557,0.0247 0.0959,0.0557 0.12061,0.0928 0.0247,0.0371 0.0371,0.0804 0.0371,0.12989 l 0,7.55175 3.1543,-3.46972 c 0.0495,-0.0618 0.10205,-0.11132 0.15772,-0.14844 0.0556,-0.0433 0.1206,-0.0773 0.19482,-0.10205 0.0804,-0.0309 0.17317,-0.0495 0.27832,-0.0557 0.10514,-0.0124 0.23193,-0.0185 0.38037,-0.0186 0.15462,10e-6 0.2845,0.006 0.38965,0.0186 0.10514,0.006 0.18863,0.0217 0.25049,0.0464 0.068,0.0186 0.11441,0.0464 0.13916,0.0835 0.0309,0.0309 0.0464,0.0742 0.0464,0.12988 -1e-5,0.0742 -0.0217,0.14845 -0.0649,0.22266 -0.0371,0.0742 -0.10205,0.16081 -0.19482,0.25976 l -3.02441,3.02442 3.3955,4.40673 c 0.0804,0.10515 0.13606,0.19174 0.167,0.25977 0.0371,0.0618 0.0556,0.12061 0.0557,0.17627&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3604&quot; /&gt;
++    &lt;path
++       d=&quot;m 123.94043,571.49512 c -1e-5,0.42676 -0.0804,0.80713 -0.24121,1.14111 -0.15463,0.33399 -0.37729,0.6154 -0.66797,0.84424 -0.2907,0.22884 -0.63705,0.40202 -1.03906,0.51953 -0.40203,0.11751 -0.84424,0.17627 -1.32666,0.17627 -0.29688,0 -0.58139,-0.0247 -0.85352,-0.0742 -0.26595,-0.0433 -0.50716,-0.099 -0.72363,-0.16699 -0.21029,-0.0742 -0.38965,-0.14844 -0.53809,-0.22266 -0.14844,-0.0804 -0.25667,-0.15153 -0.3247,-0.21338 -0.068,-0.0618 -0.11752,-0.14843 -0.14844,-0.25976 -0.0309,-0.11133 -0.0464,-0.26286 -0.0464,-0.45459 0,-0.11751 0.006,-0.21647 0.0186,-0.29688 0.0124,-0.0804 0.0278,-0.14534 0.0464,-0.19482 0.0186,-0.0495 0.0433,-0.0835 0.0742,-0.10205 0.0371,-0.0247 0.0773,-0.0371 0.12061,-0.0371 0.068,0 0.16699,0.0433 0.29687,0.12988 0.13607,0.0804 0.29997,0.17009 0.4917,0.26904 0.19792,0.099 0.42985,0.19174 0.6958,0.27832 0.26595,0.0804 0.5721,0.12061 0.91846,0.12061 0.25976,0 0.49479,-0.0278 0.70508,-0.0835 0.21028,-0.0557 0.39273,-0.13606 0.54736,-0.24121
  0.15462,-0.11132 0.27213,-0.25048 0.35254,-0.41748 0.0866,-0.16699 0.12988,-0.3649 0.12988,-0.59375 0,-0.23502 -0.0618,-0.43294 -0.18554,-0.59375 -0.11752,-0.1608 -0.27524,-0.30305 -0.47315,-0.42676 -0.19792,-0.12369 -0.42058,-0.23193 -0.66797,-0.3247 -0.2474,-0.099 -0.50407,-0.20101 -0.77002,-0.30615 -0.25977,-0.10514 -0.51644,-0.22266 -0.77002,-0.35254 -0.24739,-0.13607 -0.47005,-0.29997 -0.66797,-0.4917 -0.19791,-0.19173 -0.35872,-0.42057 -0.48242,-0.68653 -0.11751,-0.26594 -0.17627,-0.58446 -0.17627,-0.95556 0,-0.3278 0.0619,-0.64013 0.18555,-0.93701 0.12988,-0.30306 0.32161,-0.56591 0.5752,-0.78858 0.25357,-0.22883 0.569,-0.41129 0.94628,-0.54736 0.38347,-0.13606 0.82878,-0.20409 1.33594,-0.2041 0.22265,10e-6 0.44531,0.0186 0.66797,0.0557 0.22265,0.0371 0.42366,0.0835 0.60303,0.13916 0.17935,0.0557 0.33088,0.11752 0.45459,0.18555 0.12987,0.0619 0.22574,0.11752 0.2876,0.16699 0.068,0.0495 0.11132,0.0928 0.12988,0.12988 0.0247,0.0371 0.0402,0.0804 0.0464,0.12989 0.0124,0
 .0433 0.0216,0.099 0.0278,0.16699 0.0124,0.068 0.0186,0.15154 0.0186,0.25049 0,0.10515 -0.006,0.19792 -0.0186,0.27832 -0.006,0.0742 -0.0217,0.13607 -0.0464,0.18554 -0.0186,0.0495 -0.0433,0.0866 -0.0742,0.11133 -0.0309,0.0186 -0.0649,0.0278 -0.10205,0.0278 -0.0557,10e-6 -0.13607,-0.034 -0.24121,-0.10205 -0.10515,-0.068 -0.24122,-0.13915 -0.4082,-0.21338 -0.167,-0.0804 -0.36492,-0.15461 -0.59375,-0.22265 -0.22266,-0.068 -0.47934,-0.10205 -0.77002,-0.10205 -0.25977,0 -0.48861,0.0309 -0.68653,0.0928 -0.19792,0.0557 -0.36182,0.13917 -0.4917,0.25049 -0.1237,0.10515 -0.21956,0.23194 -0.28759,0.38037 -0.0618,0.14844 -0.0928,0.30925 -0.0928,0.48242 0,0.24122 0.0618,0.44532 0.18555,0.61231 0.1237,0.16081 0.2845,0.30306 0.48242,0.42675 0.19792,0.12371 0.42366,0.23504 0.67725,0.33399 0.25358,0.099 0.51025,0.20101 0.77002,0.30615 0.26594,0.10515 0.52571,0.22266 0.77929,0.35254 0.25976,0.12989 0.48861,0.2876 0.68653,0.47314 0.19791,0.18555 0.35562,0.40821 0.47314,0.66797 0.12369,0.25977 0
 .18554,0.56902 0.18555,0.92774&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3606&quot; /&gt;
++    &lt;path
++       d=&quot;m 132.12305,572.49707 c -1e-5,0.10514 -0.003,0.19792 -0.009,0.27832 -0.006,0.0742 -0.0186,0.13916 -0.0371,0.19482 -0.0124,0.0495 -0.0309,0.0959 -0.0557,0.13916 -0.0186,0.0371 -0.068,0.0959 -0.14844,0.17627 -0.0742,0.0742 -0.20411,0.17009 -0.38965,0.2876 -0.18555,0.11133 -0.39584,0.21338 -0.63086,0.30615 -0.22885,0.0866 -0.47933,0.15772 -0.75146,0.21338 -0.27214,0.0557 -0.55356,0.0835 -0.84424,0.0835 -0.59994,0 -1.13184,-0.099 -1.59571,-0.29688 -0.46387,-0.19791 -0.85351,-0.48551 -1.16894,-0.86279 -0.30925,-0.38346 -0.54737,-0.85042 -0.71436,-1.40088 -0.1608,-0.55664 -0.24121,-1.19677 -0.24121,-1.92041 0,-0.82258 0.099,-1.52766 0.29688,-2.11523 0.2041,-0.59374 0.47933,-1.07926 0.82568,-1.45654 0.35254,-0.37728 0.76383,-0.6556 1.23389,-0.83497 0.47623,-0.18553 0.98958,-0.27831 1.54004,-0.27832 0.26594,10e-6 0.52262,0.0247 0.77002,0.0742 0.25357,0.0495 0.48551,0.11443 0.6958,0.19483 0.21028,0.0804 0.39582,0.17318 0.55664,0.27832 0.16698,0.10515 0.28759,0.19483 0
 .36181,0.26904 0.0742,0.0742 0.1237,0.13298 0.14844,0.17627 0.0309,0.0433 0.0557,0.0959 0.0742,0.15771 0.0186,0.0557 0.0309,0.12062 0.0371,0.19483 0.006,0.0742 0.009,0.167 0.009,0.27832 -1e-5,0.24122 -0.0278,0.4113 -0.0835,0.51025 -0.0557,0.0928 -0.1237,0.13917 -0.2041,0.13916 -0.0928,1e-5 -0.20102,-0.0495 -0.32471,-0.14843 -0.11752,-0.10514 -0.26905,-0.21956 -0.45459,-0.34327 -0.18555,-0.12369 -0.4113,-0.23501 -0.67724,-0.33398 -0.25977,-0.10514 -0.56902,-0.15771 -0.92774,-0.15772 -0.736,10e-6 -1.30192,0.28452 -1.69775,0.85352 -0.38965,0.56283 -0.58448,1.38233 -0.58447,2.4585 -1e-5,0.53809 0.0495,1.01123 0.14843,1.41943 0.10514,0.40202 0.25667,0.7391 0.45459,1.01123 0.19792,0.27214 0.43913,0.47624 0.72364,0.61231 0.29068,0.12988 0.62157,0.19482 0.99267,0.19482 0.35254,0 0.66178,-0.0557 0.92774,-0.16699 0.26594,-0.11133 0.49478,-0.23193 0.68652,-0.36182 0.19791,-0.13607 0.36181,-0.25667 0.4917,-0.36182 0.13606,-0.11132 0.2412,-0.16699 0.31543,-0.16699 0.0433,0 0.0804,0.0124 
 0.11133,0.0371 0.0309,0.0247 0.0556,0.068 0.0742,0.12988 0.0247,0.0557 0.0402,0.12989 0.0464,0.22266 0.0124,0.0866 0.0186,0.19173 0.0186,0.31543&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3608&quot; /&gt;
++    &lt;path
++       d=&quot;m 140.31494,573.77734 c -1e-5,0.0742 -0.0248,0.12989 -0.0742,0.167 -0.0495,0.0371 -0.11752,0.0649 -0.2041,0.0835 -0.0866,0.0186 -0.21339,0.0278 -0.38037,0.0278 -0.16081,0 -0.2907,-0.009 -0.38965,-0.0278 -0.0928,-0.0186 -0.16081,-0.0464 -0.2041,-0.0835 -0.0433,-0.0371 -0.065,-0.0928 -0.0649,-0.167 l 0,-0.83496 c -0.36492,0.38965 -0.77312,0.69271 -1.22461,0.90918 -0.44532,0.21647 -0.91846,0.32471 -1.41943,0.32471 -0.43914,0 -0.83806,-0.0588 -1.19678,-0.17627 -0.35254,-0.11133 -0.6556,-0.27523 -0.90918,-0.4917 -0.2474,-0.21647 -0.44222,-0.48242 -0.58447,-0.79785 -0.13607,-0.31543 -0.20411,-0.67415 -0.20411,-1.07617 0,-0.47005 0.0959,-0.87825 0.2876,-1.22461 0.19173,-0.34635 0.46696,-0.63395 0.82569,-0.8628 0.35872,-0.22883 0.79784,-0.39892 1.31738,-0.51025 0.51953,-0.11751 1.104,-0.17626 1.75342,-0.17627 l 1.15039,0 0,-0.64941 c -1e-5,-0.32161 -0.034,-0.60612 -0.10205,-0.85352 -0.068,-0.24739 -0.17937,-0.45149 -0.33399,-0.6123 -0.14844,-0.16699 -0.34327,-0.29069
  -0.58447,-0.3711 -0.24122,-0.0866 -0.53809,-0.12987 -0.89063,-0.12988 -0.37728,10e-6 -0.71745,0.0464 -1.0205,0.13916 -0.29688,0.0866 -0.55974,0.18556 -0.78858,0.29688 -0.22266,0.10515 -0.4113,0.2041 -0.56592,0.29687 -0.14844,0.0866 -0.25976,0.12989 -0.33398,0.12988 -0.0495,10e-6 -0.0928,-0.0124 -0.12988,-0.0371 -0.0371,-0.0247 -0.0711,-0.0618 -0.10205,-0.11132 -0.0247,-0.0495 -0.0433,-0.11132 -0.0557,-0.18555 -0.0124,-0.0804 -0.0186,-0.16699 -0.0186,-0.25977 0,-0.15461 0.009,-0.27522 0.0278,-0.36181 0.0247,-0.0928 0.0773,-0.17936 0.15771,-0.25977 0.0866,-0.0804 0.23194,-0.17317 0.43604,-0.27832 0.2041,-0.11132 0.43912,-0.21028 0.70508,-0.29687 0.26595,-0.0928 0.55664,-0.16699 0.87207,-0.22266 0.31542,-0.0618 0.63395,-0.0928 0.95556,-0.0928 0.59993,10e-6 1.11019,0.068 1.53077,0.2041 0.42056,0.13607 0.76073,0.33708 1.0205,0.60303 0.25976,0.25977 0.4484,0.58448 0.56592,0.97412 0.11751,0.38965 0.17626,0.84424 0.17627,1.36377 l 0,5.63134 m -1.52148,-3.81298 -1.30811,0 c -0.42058
 ,0 -0.78548,0.0371 -1.09473,0.11132 -0.30924,0.068 -0.56592,0.17318 -0.77001,0.31543 -0.20411,0.13607 -0.35564,0.30307 -0.45459,0.50098 -0.0928,0.19173 -0.13917,0.41439 -0.13916,0.66797 -1e-5,0.43294 0.13606,0.7793 0.4082,1.03906 0.27832,0.25358 0.66487,0.38037 1.15967,0.38037 0.40201,0 0.7731,-0.10205 1.11328,-0.30615 0.34635,-0.2041 0.70816,-0.51644 1.08545,-0.93701 l 0,-1.77197&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3610&quot; /&gt;
++    &lt;path
++       d=&quot;m 150.79834,569.46338 c -1e-5,0.72982 -0.0804,1.38542 -0.24121,1.9668 -0.15463,0.58138 -0.38657,1.07617 -0.6958,1.48437 -0.30307,0.40202 -0.68035,0.71436 -1.13184,0.93701 -0.4515,0.21647 -0.96794,0.32471 -1.54931,0.32471 -0.24741,0 -0.47625,-0.0247 -0.68653,-0.0742 -0.21029,-0.0495 -0.41748,-0.12679 -0.62158,-0.23193 -0.19792,-0.10515 -0.39584,-0.23812 -0.59375,-0.39893 -0.19792,-0.16081 -0.40821,-0.34944 -0.63086,-0.56592 l 0,4.17481 c 0,0.0495 -0.0124,0.0928 -0.0371,0.12988 -0.0247,0.0371 -0.0649,0.068 -0.1206,0.0928 -0.0557,0.0247 -0.13298,0.0433 -0.23194,0.0557 -0.099,0.0124 -0.22575,0.0186 -0.38037,0.0186 -0.14844,0 -0.27214,-0.006 -0.37109,-0.0186 -0.099,-0.0124 -0.17937,-0.0309 -0.24121,-0.0557 -0.0557,-0.0247 -0.0959,-0.0557 -0.12061,-0.0928 -0.0186,-0.0371 -0.0278,-0.0804 -0.0278,-0.12988 l 0,-11.66162 c 0,-0.0557 0.009,-0.0989 0.0278,-0.12989 0.0186,-0.0371 0.0557,-0.068 0.11133,-0.0928 0.0557,-0.0247 0.12679,-0.0402 0.21338,-0.0464 0.0866,-0.0124 0
 .19173,-0.0185 0.31543,-0.0186 0.12988,10e-6 0.23502,0.006 0.31543,0.0186 0.0866,0.006 0.15771,0.0217 0.21338,0.0464 0.0557,0.0248 0.0928,0.0557 0.11132,0.0928 0.0247,0.0309 0.0371,0.0742 0.0371,0.12989 l 0,1.12256 c 0.25358,-0.25976 0.49788,-0.48551 0.73291,-0.67725 0.23503,-0.19172 0.47005,-0.34944 0.70508,-0.47315 0.24121,-0.12987 0.48551,-0.22573 0.73291,-0.28759 0.25358,-0.068 0.51953,-0.10204 0.79785,-0.10205 0.60612,10e-6 1.12256,0.11752 1.54932,0.35254 0.42675,0.23503 0.7731,0.55664 1.03906,0.96484 0.27213,0.40821 0.47005,0.88445 0.59375,1.42871 0.12369,0.53809 0.18554,1.11019 0.18555,1.71631 m -1.61426,0.17627 c -1e-5,-0.42675 -0.034,-0.83805 -0.10205,-1.23389 -0.0619,-0.40201 -0.17318,-0.75764 -0.33398,-1.06689 -0.15463,-0.30924 -0.36492,-0.55664 -0.63086,-0.74219 -0.26596,-0.18554 -0.59685,-0.27831 -0.99268,-0.27832 -0.19792,10e-6 -0.39274,0.0309 -0.58447,0.0928 -0.19174,0.0557 -0.38656,0.14845 -0.58447,0.27832 -0.19792,0.12371 -0.40512,0.2907 -0.62159,0.50098 -0.
 21647,0.20411 -0.44531,0.45769 -0.68652,0.76074 l 0,3.32129 c 0.42057,0.51335 0.8195,0.90609 1.19678,1.17822 0.37727,0.27214 0.77311,0.40821 1.1875,0.40821 0.38346,0 0.71126,-0.0928 0.9834,-0.27832 0.27831,-0.18555 0.50097,-0.43294 0.66797,-0.74219 0.17317,-0.30924 0.29996,-0.6556 0.38037,-1.03906 0.0804,-0.38346 0.12059,-0.77002 0.1206,-1.15967&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3612&quot; /&gt;
++    &lt;path
++       d=&quot;m 160.22412,569.23145 c -1e-5,0.24121 -0.0619,0.41439 -0.18555,0.51953 -0.11752,0.099 -0.25358,0.14844 -0.4082,0.14843 l -5.47363,0 c 0,0.46387 0.0464,0.88135 0.13916,1.25245 0.0928,0.37109 0.24739,0.68961 0.46387,0.95556 0.21646,0.26595 0.49788,0.47006 0.84423,0.61231 0.34635,0.14225 0.77002,0.21338 1.271,0.21338 0.39583,0 0.74837,-0.0309 1.05762,-0.0928 0.30924,-0.068 0.57519,-0.14225 0.79785,-0.22265 0.22883,-0.0804 0.41438,-0.15153 0.55664,-0.21338 0.14843,-0.068 0.25976,-0.10205 0.33398,-0.10205 0.0433,0 0.0804,0.0124 0.11133,0.0371 0.0371,0.0185 0.0649,0.0495 0.0835,0.0928 0.0185,0.0433 0.0309,0.10514 0.0371,0.18555 0.0124,0.0742 0.0185,0.16699 0.0186,0.27832 -1e-5,0.0804 -0.003,0.15153 -0.009,0.21337 -0.006,0.0557 -0.0155,0.10824 -0.0278,0.15772 -0.006,0.0433 -0.0217,0.0835 -0.0464,0.12061 -0.0186,0.0371 -0.0464,0.0742 -0.0835,0.11132 -0.0309,0.0309 -0.12989,0.0866 -0.29688,0.167 -0.16699,0.0742 -0.38347,0.14843 -0.64941,0.22265 -0.26596,0.0742 -0.5752
 ,0.13916 -0.92773,0.19483 -0.34636,0.0618 -0.71746,0.0928 -1.11328,0.0928 -0.68653,0 -1.28956,-0.0959 -1.80909,-0.2876 -0.51335,-0.19173 -0.94629,-0.47623 -1.29883,-0.85351 -0.35254,-0.37728 -0.61849,-0.85043 -0.79785,-1.41944 -0.17936,-0.569 -0.26904,-1.23079 -0.26904,-1.98535 0,-0.71744 0.0928,-1.36067 0.27832,-1.92969 0.18555,-0.57518 0.4515,-1.0607 0.79785,-1.45654 0.35254,-0.40201 0.7762,-0.70816 1.271,-0.91846 0.49479,-0.21646 1.04833,-0.32469 1.66064,-0.3247 0.6556,10e-6 1.21224,0.10515 1.66992,0.31543 0.46387,0.21029 0.84424,0.4948 1.14112,0.85351 0.29687,0.35255 0.51334,0.77003 0.64941,1.25244 0.14225,0.47625 0.21337,0.9865 0.21338,1.53076 l 0,0.27833 m -1.54004,-0.45459 c 0.0186,-0.80403 -0.16081,-1.43489 -0.53808,-1.89258 -0.3711,-0.45768 -0.92465,-0.68652 -1.66065,-0.68653 -0.37728,10e-6 -0.70817,0.0711 -0.99267,0.21338 -0.28451,0.14226 -0.52263,0.3309 -0.71436,0.56592 -0.19173,0.23503 -0.34017,0.51026 -0.44531,0.82568 -0.10515,0.30926 -0.1639,0.63396 -0.17627,0.
 97413 l 4.52734,0&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3614&quot; /&gt;
++    &lt;path
++       d=&quot;m 164.53809,572.98877 c -1e-5,0.43913 -0.0742,0.73291 -0.22266,0.88135 -0.14226,0.14225 -0.40511,0.21338 -0.78857,0.21338 -0.3711,0 -0.62777,-0.0711 -0.77002,-0.21338 -0.14226,-0.14226 -0.21338,-0.42676 -0.21338,-0.85352 0,-0.43912 0.0711,-0.72981 0.21338,-0.87207 0.14843,-0.14843 0.41438,-0.22265 0.79785,-0.22266 0.37109,10e-6 0.62776,0.0711 0.77002,0.21338 0.14225,0.14226 0.21337,0.42676 0.21338,0.85352&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3616&quot; /&gt;
++    &lt;path
++       d=&quot;m 175.11426,569.50049 c -1e-5,0.68034 -0.0897,1.30811 -0.26905,1.8833 -0.17937,0.56901 -0.44841,1.06071 -0.80712,1.4751 -0.35255,0.41439 -0.79786,0.73909 -1.33594,0.97412 -0.53191,0.22884 -1.1504,0.34326 -1.85547,0.34326 -0.68653,0 -1.28646,-0.10205 -1.79981,-0.30615 -0.50716,-0.2041 -0.93082,-0.50098 -1.27099,-0.89063 -0.34017,-0.38964 -0.59375,-0.86279 -0.76074,-1.41943 -0.167,-0.55664 -0.25049,-1.1875 -0.25049,-1.89258 0,-0.68033 0.0866,-1.30501 0.25976,-1.87402 0.17936,-0.57519 0.44532,-1.06998 0.79786,-1.48438 0.35872,-0.41438 0.80403,-0.73599 1.33593,-0.96484 0.5319,-0.22883 1.15348,-0.34325 1.86475,-0.34326 0.68652,10e-6 1.28336,0.10206 1.79053,0.30615 0.51334,0.20411 0.94009,0.50098 1.28027,0.89062 0.34016,0.38966 0.59374,0.8628 0.76074,1.41944 0.17317,0.55664 0.25976,1.18441 0.25977,1.8833 M 173.5,569.60254 c -1e-5,-0.45149 -0.0433,-0.87825 -0.12988,-1.28027 -0.0804,-0.40202 -0.21648,-0.75456 -0.40821,-1.05762 -0.19173,-0.30305 -0.4515,-0.54117 -0.77
 929,-0.71436 -0.32781,-0.17935 -0.73601,-0.26903 -1.22461,-0.26904 -0.4515,10e-6 -0.84115,0.0804 -1.16895,0.24121 -0.32162,0.16082 -0.58757,0.38966 -0.79785,0.68652 -0.21029,0.2907 -0.368,0.63705 -0.47314,1.03907 -0.099,0.40202 -0.14844,0.84115 -0.14844,1.31738 0,0.45769 0.0402,0.88754 0.1206,1.28955 0.0866,0.40202 0.22575,0.75456 0.41748,1.05762 0.19792,0.29687 0.46078,0.53499 0.78858,0.71435 0.32779,0.17318 0.736,0.25977 1.22461,0.25977 0.44531,0 0.83186,-0.0804 1.15967,-0.24121 0.32779,-0.16081 0.59683,-0.38656 0.80713,-0.67725 0.21027,-0.29069 0.3649,-0.63704 0.46386,-1.03906 0.099,-0.40202 0.14843,-0.84424 0.14844,-1.32666&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3618&quot; /&gt;
++    &lt;path
++       d=&quot;m 182.24854,565.96582 c -1e-5,0.13608 -0.003,0.2505 -0.009,0.34326 -0.006,0.0928 -0.0186,0.167 -0.0371,0.22266 -0.0186,0.0495 -0.0433,0.0897 -0.0742,0.1206 -0.0247,0.0248 -0.0619,0.0371 -0.11133,0.0371 -0.0495,1e-5 -0.11133,-0.0124 -0.18555,-0.0371 -0.068,-0.0309 -0.14844,-0.0588 -0.24121,-0.0835 -0.0866,-0.0309 -0.18555,-0.0588 -0.29687,-0.0835 -0.11133,-0.0247 -0.23194,-0.0371 -0.36182,-0.0371 -0.15462,10e-6 -0.30615,0.0309 -0.45459,0.0928 -0.14844,0.0619 -0.30615,0.1639 -0.47314,0.30615 -0.16081,0.14226 -0.3309,0.3309 -0.51026,0.56592 -0.17936,0.23503 -0.37728,0.52263 -0.59375,0.86279 l 0,5.49219 c 0,0.0495 -0.0124,0.0928 -0.0371,0.12988 -0.0247,0.0309 -0.0649,0.0588 -0.1206,0.0835 -0.0557,0.0247 -0.13298,0.0433 -0.23193,0.0557 -0.099,0.0124 -0.22576,0.0186 -0.38038,0.0186 -0.14844,0 -0.27213,-0.006 -0.37109,-0.0186 -0.099,-0.0124 -0.17936,-0.0309 -0.24121,-0.0557 -0.0557,-0.0247 -0.0959,-0.0526 -0.12061,-0.0835 -0.0186,-0.0371 -0.0278,-0.0804 -0.0278,-0.1
 2988 l 0,-8.34961 c 0,-0.0495 0.009,-0.0897 0.0278,-0.12061 0.0186,-0.0371 0.0557,-0.068 0.11133,-0.0928 0.0557,-0.0309 0.12679,-0.0495 0.21338,-0.0557 0.0866,-0.0124 0.20101,-0.0185 0.34326,-0.0186 0.13607,10e-6 0.2474,0.006 0.33399,0.0186 0.0928,0.006 0.16389,0.0248 0.21338,0.0557 0.0495,0.0248 0.0835,0.0557 0.10205,0.0928 0.0247,0.0309 0.0371,0.0711 0.0371,0.12061 l 0,1.21533 c 0.22883,-0.33398 0.44221,-0.60611 0.64013,-0.81641 0.2041,-0.21028 0.39583,-0.37417 0.5752,-0.4917 0.17936,-0.12369 0.35563,-0.20718 0.52881,-0.25048 0.17935,-0.0495 0.35872,-0.0742 0.53808,-0.0742 0.0804,10e-6 0.17008,0.006 0.26905,0.0186 0.10513,0.006 0.21337,0.0217 0.3247,0.0464 0.11133,0.0248 0.21028,0.0526 0.29688,0.0835 0.0928,0.0309 0.15771,0.0619 0.19482,0.0928 0.0371,0.0309 0.0618,0.0619 0.0742,0.0928 0.0124,0.0247 0.0216,0.0588 0.0278,0.10205 0.0124,0.0433 0.0186,0.10825 0.0186,0.19483 0.006,0.0804 0.009,0.19174 0.009,0.33398&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3620&quot; /&gt;
++    &lt;path
++       d=&quot;m 190.72803,565.79883 c -1e-5,0.21648 -0.0309,0.37419 -0.0928,0.47314 -0.0557,0.0928 -0.12989,0.13917 -0.22265,0.13916 l -1.19678,0 c 0.21646,0.22267 0.36799,0.47006 0.45459,0.74219 0.0866,0.26596 0.12988,0.54428 0.12988,0.83496 0,0.48243 -0.0773,0.90919 -0.23193,1.28027 -0.15463,0.3711 -0.37729,0.68653 -0.66797,0.94629 -0.28451,0.25359 -0.62468,0.44841 -1.02051,0.58448 -0.39584,0.13607 -0.83496,0.2041 -1.31738,0.2041 -0.34017,0 -0.66488,-0.0433 -0.97412,-0.12988 -0.30306,-0.0928 -0.53809,-0.2072 -0.70508,-0.34327 -0.11133,0.11133 -0.2041,0.23813 -0.27832,0.38037 -0.068,0.14226 -0.10205,0.30616 -0.10205,0.4917 0,0.21648 0.099,0.39584 0.29687,0.53809 0.2041,0.14225 0.47315,0.21957 0.80713,0.23193 l 2.18018,0.0928 c 0.41438,0.0124 0.79475,0.0711 1.14111,0.17627 0.34635,0.099 0.64632,0.2443 0.8999,0.43603 0.25358,0.18555 0.45149,0.41748 0.59375,0.6958 0.14225,0.27214 0.21338,0.59066 0.21338,0.95557 0,0.38346 -0.0804,0.74837 -0.24121,1.09473 -0.16081,0.34635 -0.4
 0821,0.64941 -0.74218,0.90917 -0.32781,0.26595 -0.74838,0.47315 -1.26172,0.62159 -0.51336,0.15462 -1.11947,0.23193 -1.81836,0.23193 -0.67416,0 -1.24935,-0.0588 -1.72559,-0.17627 -0.47005,-0.11133 -0.85661,-0.26595 -1.15967,-0.46387 -0.30306,-0.19792 -0.52262,-0.43603 -0.65869,-0.71435 -0.13607,-0.27214 -0.2041,-0.56901 -0.2041,-0.89063 0,-0.2041 0.0247,-0.40202 0.0742,-0.59375 0.0495,-0.19173 0.1237,-0.37418 0.22266,-0.54736 0.10514,-0.17318 0.23193,-0.33708 0.38037,-0.4917 0.15462,-0.16081 0.33089,-0.31852 0.52881,-0.47314 -0.30307,-0.15463 -0.52881,-0.34945 -0.67725,-0.58448 -0.14225,-0.23502 -0.21338,-0.4886 -0.21338,-0.76074 0,-0.37727 0.0773,-0.71435 0.23193,-1.01123 0.15462,-0.29687 0.34636,-0.56282 0.5752,-0.79785 -0.19173,-0.22884 -0.34326,-0.48551 -0.45459,-0.77002 -0.11133,-0.29069 -0.16699,-0.64013 -0.16699,-1.04834 0,-0.47623 0.0804,-0.90299 0.24121,-1.28027 0.1608,-0.37727 0.38346,-0.6958 0.66797,-0.95557 0.2845,-0.25976 0.62467,-0.45767 1.0205,-0.59375 0.40202,
 -0.14224 0.83805,-0.21337 1.30811,-0.21338 0.25358,10e-6 0.4886,0.0155 0.70508,0.0464 0.22265,0.0248 0.42984,0.0619 0.62158,0.11133 l 2.52344,0 c 0.10513,0 0.18244,0.0526 0.23193,0.15771 0.0557,0.099 0.0835,0.25359 0.0835,0.46387 m -2.39356,2.19873 c 0,-0.56901 -0.15772,-1.01122 -0.47314,-1.32666 -0.30925,-0.32161 -0.75147,-0.48242 -1.32666,-0.48242 -0.29688,0 -0.55665,0.0495 -0.7793,0.14843 -0.21647,0.099 -0.39893,0.23504 -0.54736,0.40821 -0.14226,0.17318 -0.25049,0.37419 -0.32471,0.60302 -0.068,0.22267 -0.10205,0.45769 -0.10205,0.70508 0,0.55046 0.15462,0.98341 0.46387,1.29883 0.31542,0.31543 0.75455,0.47315 1.31738,0.47315 0.30306,0 0.56591,-0.0464 0.78857,-0.13916 0.22266,-0.099 0.40511,-0.23193 0.54737,-0.39893 0.14843,-0.17317 0.25666,-0.37109 0.3247,-0.59375 0.0742,-0.22265 0.11133,-0.45458 0.11133,-0.6958 m 0.77002,6.61474 c 0,-0.35872 -0.14844,-0.63395 -0.44531,-0.82568 -0.2907,-0.19792 -0.68653,-0.30306 -1.1875,-0.31543 l -2.16162,-0.0742 c -0.19792,0.15463 -0.3618
 2,0.30306 -0.4917,0.44532 -0.1237,0.13606 -0.22266,0.26595 -0.29688,0.38964 -0.0742,0.12989 -0.12679,0.25668 -0.15771,0.38037 -0.0247,0.1237 -0.0371,0.25049 -0.0371,0.38038 0,0.40201 0.2041,0.70507 0.6123,0.90918 0.4082,0.21028 0.97721,0.31542 1.70704,0.31543 0.46386,-1e-5 0.85041,-0.0464 1.15966,-0.13917 0.31543,-0.0866 0.56901,-0.2041 0.76075,-0.35253 0.19172,-0.14844 0.32779,-0.31853 0.4082,-0.51026 0.0866,-0.19173 0.12988,-0.39274 0.12988,-0.60303&quot;
++       style=&quot;marker:none&quot;
++       id=&quot;path3622&quot; /&gt;
++  &lt;/g&gt;
++  &lt;path
++     style=&quot;fill:#6a6ab2;fill-opacity:1&quot;
++     d=&quot;m 717.54311,522.29099 c -0.0675,-0.0473 -0.18229,-0.0851 -0.25516,-0.0841 -0.28361,0.004 -0.38317,-0.0382 -0.57654,-0.24326 -0.11023,-0.11695 -0.22446,-0.21263 -0.25384,-0.21263 -0.0669,0 -0.23949,-0.34817 -0.20242,-0.40815 0.0151,-0.0243 -0.01,-0.03 -0.0551,-0.0126 -0.047,0.018 -0.0809,-5.3e-4 -0.0791,-0.0431 0.009,-0.20471 -0.0285,-0.27755 -0.18469,-0.35829 -0.10187,-0.0527 -0.17011,-0.13288 -0.17011,-0.19991 0,-0.0616 -0.0239,-0.11196 -0.0532,-0.11196 -0.0292,0 -0.0519,-0.0446 -0.0504,-0.0992 10e-4,-0.0546 -0.015,-0.18854 -0.0367,-0.29769 -0.0297,-0.14961 -0.0243,-0.17752 0.022,-0.1134 0.0474,0.0657 0.054,0.0464 0.029,-0.0851 -0.0178,-0.0936 -0.0369,-0.22114 -0.0425,-0.28351 -0.005,-0.0624 -0.0339,-0.1306 -0.0631,-0.1516 -0.0324,-0.0233 -0.0299,-0.0675 0.006,-0.11341 0.10543,-0.13344 0.15352,-0.40483 0.15685,-0.88525 10e-4,-0.25841 0.0288,-0.48805 0.0599,-0.51032 0.0312,-0.0223 0.0593,-0.0724 0.0624,-0.11136 0.0125,-0.15595 0.0251,-0.18428 0.082,-0.18428 0.0
 326,0 0.12068,-0.0574 0.19572,-0.12758 0.14638,-0.13687 0.17179,-0.15733 0.49566,-0.39928 0.16942,-0.12655 0.23391,-0.1465 0.32167,-0.0995 0.11842,0.0634 0.29669,0.37252 0.24476,0.42445 -0.0174,0.0174 -0.0403,0.0955 -0.0507,0.17351 -0.04,0.29892 -0.0598,0.40705 -0.13232,0.72304 -0.0411,0.17932 -0.0969,0.32604 -0.12387,0.32604 -0.0836,0 -0.0232,0.4762 0.0742,0.58428 0.0507,0.0563 0.0921,0.16138 0.0921,0.23356 0,0.0722 0.067,0.22982 0.14884,0.3503 0.0819,0.12047 0.14884,0.255 0.14884,0.29896 0,0.15728 0.3085,0.3845 0.53353,0.39296 0.17311,0.007 0.25431,-0.0298 0.42163,-0.18878 0.11399,-0.10826 0.25189,-0.21136 0.30646,-0.2291 0.0546,-0.0177 0.0992,-0.0561 0.0992,-0.0851 0,-0.0291 0.0192,-0.048 0.0425,-0.0421 0.11203,0.0285 0.41109,-0.0858 0.41109,-0.15706 0,-0.0443 0.0192,-0.0775 0.0425,-0.0739 0.1157,0.0183 0.18707,-0.013 0.1535,-0.0674 -0.0206,-0.0333 0.004,-0.10352 0.0551,-0.15593 0.17675,-0.18199 0.31591,-0.36811 0.31591,-0.42253 0,-0.0301 0.0798,-0.14553 0.17721,-0.25653 
 0.0975,-0.111 0.2108,-0.28226 0.25188,-0.38057 0.0411,-0.0983 0.11292,-0.21047 0.15964,-0.24925 0.0467,-0.0388 0.0705,-0.10829 0.0528,-0.15446 -0.0362,-0.0942 0.14297,-0.53148 0.21768,-0.53148 0.0265,0 0.0481,-0.0373 0.0481,-0.0828 0,-0.0455 0.0528,-0.13204 0.11733,-0.19216 0.0645,-0.0602 0.11254,-0.14405 0.10669,-0.1865 -0.0206,-0.14887 0.003,-0.2253 0.0595,-0.19058 0.0323,0.0199 0.0567,-0.0288 0.0567,-0.1134 0,-0.0845 0.0244,-0.13336 0.0567,-0.11341 0.0312,0.0193 0.0567,-0.0174 0.0567,-0.0817 0,-0.0642 0.0285,-0.11675 0.0633,-0.11675 0.0354,0 0.0502,-0.0499 0.0337,-0.11335 -0.0163,-0.0623 -0.007,-0.12764 0.0218,-0.1451 0.0283,-0.0175 0.0514,-0.13018 0.0514,-0.25049 0,-0.12031 0.0236,-0.22724 0.0524,-0.23764 0.0288,-0.0104 0.0631,-0.0954 0.0761,-0.18901 0.0291,-0.20946 0.0988,-0.38177 0.17929,-0.44376 0.0427,-0.0329 0.0412,-0.0549 -0.005,-0.0739 -0.0485,-0.0199 -0.0447,-0.0677 0.0139,-0.17997 0.0438,-0.0841 0.0799,-0.18084 0.0801,-0.21503 0,-0.0342 0.0416,-0.14478 0.0919,-0
 .24578 0.13303,-0.26663 0.0262,-0.32917 -0.46016,-0.26938 -0.0936,0.0115 -0.24081,0.0249 -0.32725,0.0298 -0.11246,0.007 -0.17663,0.0532 -0.22565,0.1648 -0.0376,0.0858 -0.085,0.16869 -0.10509,0.18428 -0.0201,0.0156 -0.0908,0.13004 -0.15709,0.25432 -0.0663,0.12429 -0.12128,0.20084 -0.12223,0.17011 -7.4e-4,-0.0307 -0.0277,-0.0112 -0.0596,0.0434 -0.0318,0.0546 -0.0948,0.0992 -0.14003,0.0992 -0.0452,0 -0.0822,0.0235 -0.0822,0.0523 0,0.0287 -0.0765,0.069 -0.1701,0.0896 -0.0936,0.0206 -0.17011,0.0603 -0.17011,0.0884 0,0.0287 -0.21709,0.0376 -0.49615,0.0204 -0.27287,-0.0168 -0.56432,-0.0329 -0.64765,-0.0356 -0.0877,-0.003 -0.16205,-0.0432 -0.17654,-0.0958 -0.0138,-0.0499 -0.12422,-0.14164 -0.24542,-0.20371 -0.1212,-0.0621 -0.24017,-0.14393 -0.26438,-0.18193 -0.0242,-0.038 -0.0858,-0.0531 -0.13689,-0.0335 -0.0543,0.0208 -0.0785,0.0124 -0.0582,-0.0205 0.021,-0.0339 -0.0311,-0.0464 -0.13186,-0.0317 -0.0916,0.0134 -0.15271,0.0468 -0.13582,0.0742 0.0169,0.0273 -0.009,0.0344 -0.058,0.0156
  -0.0488,-0.0187 -0.12029,-0.009 -0.15887,0.0214 -0.0999,0.0789 -0.37905,0.12134 -0.41507,0.0631 -0.0167,-0.027 -0.0799,-0.0491 -0.1404,-0.0491 -0.0605,0 -0.11006,-0.0208 -0.11006,-0.0462 0,-0.0254 -0.0907,-0.0894 -0.20148,-0.14228 -0.11081,-0.0529 -0.18586,-0.12136 -0.16676,-0.15226 0.0191,-0.0309 -0.0178,-0.0562 -0.082,-0.0562 -0.0711,0 -0.11675,-0.0369 -0.11675,-0.0945 0,-0.052 -0.0387,-0.13489 -0.086,-0.18429 -0.40183,-0.41965 -0.53864,-0.60104 -0.50986,-0.67603 0.018,-0.0468 0.005,-0.10206 -0.0282,-0.12274 -0.0902,-0.0558 -0.1028,-0.86314 -0.0139,-0.89283 0.039,-0.0131 0.0709,-0.0741 0.0709,-0.1357 0,-0.0616 0.0192,-0.10015 0.0426,-0.0857 0.0234,0.0145 0.0339,-0.0962 0.0233,-0.24604 -0.0106,-0.14982 0.0106,-0.32822 0.0471,-0.39644 0.14471,-0.27039 -0.16418,-0.19989 -0.33497,0.0765 -0.0628,0.1017 -0.17906,0.21958 -0.25823,0.26195 -0.0792,0.0423 -0.13981,0.10456 -0.13475,0.13819 0.0145,0.0966 -0.0726,0.26185 -0.12199,0.23134 -0.0246,-0.0152 -0.0607,0.0359 -0.0802,0.11373 
 -0.0195,0.0778 -0.0611,0.14137 -0.0925,0.14137 -0.0314,0 -0.0822,0.0663 -0.11301,0.14724 -0.0308,0.081 -0.10671,0.1605 -0.16871,0.17672 -0.062,0.0162 -0.11272,0.0543 -0.11272,0.0847 0,0.0989 -0.30566,0.38441 -0.3444,0.32172 -0.0224,-0.0363 -0.0506,-0.0233 -0.0723,0.0333 -0.0208,0.0542 -0.0123,0.0784 0.0205,0.0581 0.0309,-0.0191 0.0561,-0.009 0.0561,0.0234 0,0.0319 -0.0494,0.0845 -0.10968,0.11675 -0.13836,0.074 -0.23108,0.0756 -0.11713,0.002 0.0468,-0.0302 0.0596,-0.0546 0.0283,-0.054 -0.0754,7.5e-4 -0.29196,0.16654 -0.22348,0.17061 0.0294,10e-4 -0.0614,0.0499 -0.20178,0.10716 -0.16928,0.069 -0.28731,0.087 -0.35067,0.0535 -0.1217,-0.0643 -0.21303,-0.0645 -0.11167,-3.4e-4 0.0561,0.0356 0.0308,0.0643 -0.0959,0.10842 -0.1219,0.0425 -0.17813,0.0423 -0.19246,-5.4e-4 -0.0142,-0.0425 -0.0563,-0.0414 -0.14047,0.004 -0.0675,0.0362 -0.20078,0.0482 -0.30378,0.0277 -0.14404,-0.0289 -0.17356,-0.0205 -0.13711,0.0385 0.0352,0.057 0.0202,0.0644 -0.0621,0.0307 -0.0597,-0.0244 -0.15318,-0.0573
  -0.20775,-0.073 -0.0546,-0.0156 -0.0992,-0.0496 -0.0992,-0.0755 0,-0.0259 -0.0701,-0.082 -0.15593,-0.12475 -0.0858,-0.0428 -0.14955,-0.10796 -0.14176,-0.14485 0.008,-0.0369 -0.0247,-0.0671 -0.0722,-0.0671 -0.0476,0 -0.10931,-0.0601 -0.13726,-0.1336 -0.12265,-0.3226 -0.80458,-0.18947 -0.84381,0.16473 -0.0102,0.092 -0.0421,0.19157 -0.0709,0.2212 -0.0288,0.0297 -0.0523,0.0998 -0.0523,0.15593 0,0.0561 -0.0207,0.10206 -0.0461,0.10206 -0.0254,0 -0.0812,0.0893 -0.12399,0.19846 -0.0429,0.10916 -0.0986,0.19846 -0.12399,0.19846 -0.0253,0 -0.0461,0.0511 -0.0461,0.11341 0,0.063 -0.0378,0.11339 -0.0851,0.11339 -0.0468,0 -0.085,0.0255 -0.085,0.0567 0,0.0312 -0.0526,0.0567 -0.11675,0.0567 -0.0653,0 -0.10091,0.0257 -0.0808,0.0581 0.0198,0.032 0.0148,0.0544 -0.0108,0.0499 -0.13276,-0.0231 -0.2452,0.0137 -0.2452,0.0801 0,0.0948 -0.19501,0.26509 -0.49974,0.43635 -0.15863,0.0892 -0.23751,0.17228 -0.23777,0.25057 -7.5e-4,0.33211 -1.0389,0.59977 -1.30473,0.3365 -0.16614,-0.16454 -0.27363,-0.2475
 8 -0.32267,-0.24928 -0.0248,-7.4e-4 -0.10687,-0.0851 -0.18257,-0.1872 -0.0757,-0.10211 -0.23518,-0.2331 -0.35439,-0.29108 -0.1192,-0.058 -0.21675,-0.12584 -0.21675,-0.15079 0,-0.025 -0.0484,-0.091 -0.10755,-0.14681 -0.0592,-0.0558 -0.13845,-0.21626 -0.17621,-0.3566 -0.0378,-0.14034 -0.11418,-0.34447 -0.1698,-0.45362 -0.11111,-0.21805 -0.19959,-0.55277 -0.17733,-0.67081 0.008,-0.0415 -0.0221,-0.13093 -0.0666,-0.19875 -0.0577,-0.0881 -0.0658,-0.16374 -0.0283,-0.26477 0.0288,-0.0778 0.0369,-0.22439 0.018,-0.32575 -0.021,-0.11235 -0.0113,-0.18428 0.0248,-0.18428 0.0326,0 0.0593,-0.0876 0.0593,-0.19477 0,-0.10712 0.0296,-0.2666 0.0658,-0.35438 0.15659,-0.37978 0.27381,-0.93241 0.29683,-1.3995 0.0136,-0.27651 0.0524,-0.53039 0.0862,-0.56418 0.0338,-0.0338 0.0614,-0.13139 0.0614,-0.21687 0,-0.0855 0.0273,-0.17226 0.0605,-0.19285 0.0333,-0.0206 0.0454,-0.077 0.0268,-0.12541 -0.0186,-0.0484 -0.007,-0.16833 0.0251,-0.26654 0.0324,-0.0982 0.067,-0.34795 0.0768,-0.55497 0.01,-0.207 0.04
 43,-0.4098 0.0765,-0.45066 0.0323,-0.0408 0.0757,-0.1455 0.0965,-0.23253 0.0208,-0.087 0.057,-0.14645 0.0802,-0.13204 0.0233,0.0145 0.0358,-0.093 0.0277,-0.23866 -0.0104,-0.18723 0.001,-0.23996 0.0401,-0.17983 0.076,0.11787 0.0757,-0.0283 -2.9e-4,-0.1704 -0.038,-0.071 -0.038,-0.11788 0,-0.14137 0.0313,-0.0193 0.0569,-0.0932 0.0569,-0.1641 0,-0.0709 0.0188,-0.14773 0.0417,-0.17066 0.0229,-0.0229 0.0456,-0.11963 0.0504,-0.21486 0.004,-0.0952 0.0307,-0.18916 0.0575,-0.20872 0.0543,-0.0397 0.0738,-0.11005 0.11106,-0.40261 0.014,-0.11 0.0504,-0.2085 0.0808,-0.21889 0.0304,-0.0104 0.0554,-0.0678 0.0554,-0.12759 0,-0.0598 0.0319,-0.10907 0.0709,-0.10955 0.0549,-5.3e-4 0.0554,-0.0107 0.002,-0.0446 -0.0718,-0.0456 -0.0369,-0.29479 0.0413,-0.29479 0.0244,0 0.0571,-0.10844 0.0727,-0.24098 0.0568,-0.48359 0.16372,-0.83636 0.2535,-0.83636 0.0687,0 0.17263,-0.43573 0.12306,-0.51593 -0.0481,-0.0779 0.0511,-0.3346 0.12932,-0.3346 0.028,0 0.0352,-0.0255 0.0159,-0.0567 -0.0193,-0.0312 -0.0132
 ,-0.0567 0.0135,-0.0567 0.0267,0 0.14252,-0.18498 0.25739,-0.41108 0.19631,-0.3864 0.22106,-0.41196 0.41192,-0.42551 0.11947,-0.009 0.18913,0.008 0.16922,0.0403 -0.0321,0.0519 0.37184,0.29487 0.46493,0.27966 0.31218,-0.051 0.3843,0.18028 0.38327,1.22913 -5.4e-4,0.68378 -0.0188,0.88184 -0.0909,0.99228 -0.0496,0.0759 -0.10804,0.2586 -0.13001,0.406 -0.0219,0.14741 -0.0639,0.28287 -0.0934,0.30103 -0.0294,0.0182 -0.0534,0.14189 -0.0534,0.27495 0,0.18474 0.0335,0.27341 0.14175,0.3751 0.21822,0.205 0.17469,0.36344 -0.1174,0.42733 -0.11436,0.025 -0.42127,-0.13828 -0.42127,-0.22414 0,-0.0472 -0.0514,-0.1133 -0.11424,-0.14694 -0.0926,-0.0496 -0.12148,-0.0419 -0.15242,0.0405 -0.021,0.0559 -0.0703,0.12719 -0.10954,0.15838 -0.1082,0.086 -0.24445,0.52623 -0.28076,0.90723 -0.03,0.31489 -0.0733,0.472 -0.19864,0.71973 -0.0267,0.0528 -0.0628,0.25382 -0.0804,0.44672 -0.0175,0.19291 -0.0517,0.39211 -0.0759,0.44267 -0.0242,0.0505 -0.0389,0.1685 -0.0324,0.26205 0.007,0.0936 -0.0233,0.3164 -0.066,
 0.4952 -0.0427,0.1788 -0.0611,0.36798 -0.041,0.42039 0.0256,0.0666 0.0154,0.0823 -0.0335,0.0519 -0.0436,-0.027 -0.0653,-0.0145 -0.0573,0.0333 0.007,0.0421 -0.0212,0.15312 -0.0628,0.24668 -0.0417,0.0936 -0.0827,0.23389 -0.0912,0.31186 -0.009,0.078 -0.0338,0.23106 -0.0564,0.34022 -0.0225,0.10915 -0.0359,0.21948 -0.0299,0.24519 0.006,0.0257 -0.013,0.0319 -0.0423,0.0138 -0.0794,-0.049 -0.11231,0.0941 -0.0496,0.21561 0.0378,0.0733 0.0359,0.0945 -0.006,0.0686 -0.0715,-0.0442 -0.14978,0.21445 -0.0928,0.3066 0.0213,0.0343 0.0126,0.0937 -0.0191,0.1319 -0.0672,0.081 -0.0593,1.1188 0.008,1.07723 0.025,-0.0154 0.0402,0.0318 0.0337,0.10476 -0.02,0.22598 0.003,0.33943 0.0625,0.30286 0.0337,-0.0208 0.0567,0.0455 0.0567,0.16308 0,0.40215 0.23332,0.72245 0.50265,0.69002 0.0822,-0.01 0.20416,-0.0209 0.27105,-0.0245 0.0669,-0.004 0.18172,-0.0698 0.25516,-0.14724 0.0734,-0.0774 0.17647,-0.14121 0.22894,-0.14175 0.0525,-5.4e-4 0.10974,-0.0456 0.12724,-0.10021 0.0175,-0.0546 0.0958,-0.17337 0.173
 93,-0.26398 0.0781,-0.0906 0.14209,-0.18781 0.14209,-0.21599 0,-0.0282 0.0234,-0.0367 0.052,-0.0191 0.0285,0.0177 0.13946,-0.0701 0.24643,-0.19511 0.10697,-0.12497 0.21943,-0.22721 0.24992,-0.22721 0.0305,0 0.0801,-0.0957 0.11015,-0.21264 0.0332,-0.12902 0.0845,-0.20614 0.13037,-0.19613 0.0432,0.009 0.0632,-0.0159 0.0466,-0.0591 -0.0414,-0.10774 0.10553,-0.29017 0.19106,-0.23731 0.0484,0.0299 0.0593,0.0151 0.0352,-0.0476 -0.0245,-0.0638 0.0149,-0.11302 0.13212,-0.1649 0.0934,-0.0414 0.16702,-0.11781 0.16702,-0.1735 0,-0.0548 0.0255,-0.0996 0.0567,-0.0996 0.0312,0 0.0567,-0.0374 0.0567,-0.0831 0,-0.0457 0.0511,-0.11036 0.11341,-0.14375 0.0624,-0.0334 0.1134,-0.0856 0.1134,-0.11601 0,-0.0304 0.0494,-0.16349 0.10968,-0.2957 0.35647,-0.78121 0.45734,-1.03533 0.45734,-1.15209 0,-0.0718 0.0228,-0.14467 0.0508,-0.16191 0.0279,-0.0173 0.0652,-0.12718 0.0829,-0.24434 0.0774,-0.51243 0.10892,-0.63824 0.15995,-0.63824 0.0299,0 0.0381,-0.0511 0.0183,-0.11369 -0.024,-0.0756 -0.006,-0.125
 13 0.0528,-0.14782 0.0489,-0.0188 0.089,-0.071 0.089,-0.11613 0,-0.0451 0.0638,-0.17588 0.14176,-0.29062 0.078,-0.11473 0.14175,-0.237 0.14175,-0.27171 0,-0.0347 0.0492,-0.10763 0.10934,-0.16205 0.11289,-0.10216 0.29272,-0.0832 0.4389,0.0464 0.22687,0.201 0.25895,0.21858 0.29439,0.16123 0.0577,-0.0934 0.42483,0.0801 0.38562,0.18226 -0.0173,0.0451 -0.0104,0.15566 0.0155,0.24574 0.0353,0.12294 0.0218,0.1971 -0.0538,0.29744 -0.0555,0.0735 -0.0898,0.16236 -0.0763,0.19744 0.0135,0.035 -0.0274,0.11078 -0.0909,0.16822 -0.0635,0.0575 -0.11627,0.13237 -0.11733,0.16653 -7.5e-4,0.0341 -0.0491,0.16189 -0.10682,0.28387 -0.0753,0.15924 -0.0919,0.26717 -0.0587,0.38274 0.0271,0.0945 0.0244,0.16095 -0.007,0.16095 -0.029,0 -0.0528,0.0878 -0.0528,0.19511 0,0.10731 -0.0265,0.21153 -0.059,0.23159 -0.0324,0.02 -0.0442,0.0832 -0.0261,0.14033 0.0181,0.0571 0.005,0.12103 -0.0288,0.14203 -0.044,0.0272 -0.0427,0.0612 0.004,0.11817 0.0376,0.0454 0.0423,0.08 0.0106,0.08 -0.074,0 -0.044,0.5198 0.039,0.67
 479 0.0358,0.0668 0.051,0.144 0.0339,0.17163 -0.0171,0.0277 0.0264,0.0354 0.0966,0.0174 0.11011,-0.0284 0.11772,-0.0208 0.0553,0.0554 -0.0595,0.0726 -0.057,0.0942 0.0141,0.12144 0.0476,0.0183 0.13325,0.0148 0.19048,-0.008 0.12359,-0.0484 0.46311,-0.42587 0.46311,-0.51491 0,-0.0343 0.12479,-0.15546 0.27732,-0.26933 0.18241,-0.13619 0.32157,-0.30151 0.40661,-0.48307 0.0711,-0.15182 0.16271,-0.27602 0.20356,-0.27602 0.0408,0 0.0898,-0.0619 0.10882,-0.13759 0.0189,-0.0757 0.0833,-0.18169 0.14283,-0.2356 0.0596,-0.0539 0.1083,-0.14509 0.1083,-0.20262 0,-0.0575 0.0255,-0.10462 0.0567,-0.10462 0.0312,0 0.054,-0.0192 0.0505,-0.0425 -0.0118,-0.0824 0.0766,-0.29769 0.12233,-0.29769 0.0255,0 0.064,-0.0574 0.0855,-0.12758 0.0216,-0.0701 0.12458,-0.27429 0.22885,-0.45361 0.10427,-0.17932 0.17451,-0.32604 0.15607,-0.32604 -0.0184,0 -0.008,-0.0319 0.0227,-0.0709 0.0309,-0.039 0.0871,-0.16657 0.12473,-0.28352 0.0376,-0.11694 0.0895,-0.21263 0.11525,-0.21263 0.0257,0 0.0744,-0.0701 0.10819,-
 0.15593 0.0338,-0.0858 0.0833,-0.19421 0.11014,-0.24098 0.1278,-0.22317 0.17974,-0.34583 0.17974,-0.4245 0,-0.0472 0.0265,-0.0858 0.0587,-0.0858 0.0323,0 0.10673,-0.11201 0.16542,-0.24891 0.0587,-0.13691 0.1309,-0.26387 0.16049,-0.28217 0.0296,-0.0183 0.0415,-0.0976 0.0265,-0.17634 -0.016,-0.0839 -7.4e-4,-0.14311 0.0359,-0.14311 0.0348,0 0.0633,-0.0498 0.0633,-0.11074 0,-0.0609 0.0227,-0.16935 0.0503,-0.24099 0.0276,-0.0716 0.12148,-0.34713 0.20847,-0.61221 0.19981,-0.60894 0.51995,-1.01414 0.80436,-1.01808 0.10135,-10e-4 0.18429,0.023 0.18429,0.0541 0,0.0311 0.0319,0.0575 0.0709,0.0585 0.0913,0.002 0.38274,0.25796 0.38274,0.3357 0,0.0326 0.0281,0.0594 0.0624,0.0594 0.14309,0 -0.0941,1.01669 -0.30993,1.32857 -0.0633,0.0914 -0.0845,0.1473 -0.0472,0.12423 0.0373,-0.023 0.0678,-0.0149 0.0678,0.0181 0,0.033 -0.0255,0.0601 -0.0567,0.0601 -0.0312,0 -0.0567,0.0479 -0.0567,0.10647 0,0.0586 -0.0376,0.13766 -0.0836,0.1758 -0.0459,0.0382 -0.0998,0.15609 -0.11971,0.26211 -0.0199,0.10602
  -0.0604,0.19276 -0.0899,0.19276 -0.0296,0 -0.0391,0.0238 -0.0211,0.0528 0.018,0.0291 0.007,0.0688 -0.025,0.0884 -0.0317,0.0196 -0.0576,0.0734 -0.0576,0.11961 0,0.0462 -0.0534,0.15632 -0.11882,0.24471 -0.0654,0.0884 -0.12138,0.25162 -0.12453,0.36272 -0.003,0.11112 -0.0226,0.1916 -0.0432,0.17885 -0.0206,-0.0128 -0.0858,0.0718 -0.1448,0.18782 -0.059,0.11606 -0.1341,0.22857 -0.16687,0.25003 -0.0328,0.0215 -0.0659,0.14641 -0.0737,0.27766 -0.008,0.13126 -0.0766,0.38722 -0.15305,0.56882 -0.0764,0.18159 -0.13896,0.35824 -0.13896,0.39254 0,0.0343 -0.0766,0.17363 -0.17011,0.30961 -0.0936,0.13598 -0.16933,0.3192 -0.16838,0.40713 10e-4,0.13723 0.01,0.14566 0.0602,0.0595 0.0321,-0.0552 0.079,-0.0877 0.10411,-0.0722 0.0251,0.0155 0.0908,-0.0218 0.1461,-0.0828 0.0799,-0.0883 0.0865,-0.12782 0.0321,-0.19332 -0.0553,-0.0666 -0.0432,-0.0985 0.0631,-0.16734 0.0722,-0.0467 0.20397,-0.10286 0.2927,-0.12469 0.11758,-0.0289 0.14064,-0.0528 0.085,-0.088 -0.0555,-0.0352 -0.0572,-0.0485 -0.006,-0.04
 92 0.0386,-4.4e-4 0.10795,-0.0914 0.15421,-0.20211 0.0462,-0.11068 0.18692,-0.30004 0.31262,-0.42081 0.12569,-0.12078 0.22854,-0.24644 0.22854,-0.27927 0,-0.0906 0.34515,-0.24983 0.53007,-0.24458 0.0899,0.003 0.21314,0.0579 0.27374,0.12292 0.0606,0.0651 0.13241,0.10452 0.15959,0.0877 0.0837,-0.0517 0.13699,0.0987 0.11997,0.3383 -0.009,0.12562 -0.0523,0.2488 -0.0962,0.27374 -0.044,0.025 -0.0799,0.10728 -0.0799,0.18297 0,0.0842 -0.055,0.17366 -0.14175,0.23052 -0.078,0.0511 -0.14176,0.12987 -0.14176,0.17507 0,0.0452 -0.0765,0.1466 -0.17011,0.22532 -0.0936,0.0787 -0.17011,0.17036 -0.17011,0.20363 0,0.0332 -0.0669,0.14819 -0.14865,0.25538 -0.0818,0.10719 -0.15421,0.2627 -0.16099,0.34556 -0.013,0.15877 -0.0608,0.31246 -0.14812,0.47594 -0.0289,0.0541 -0.0525,0.13415 -0.0525,0.17777 0,0.14846 -0.18711,0.65935 -0.24148,0.65935 -0.0298,0 -0.0401,0.0366 -0.0229,0.0814 0.0172,0.0447 0.005,0.0901 -0.0268,0.10075 -0.038,0.0127 -0.034,0.0722 0.0115,0.17199 0.0382,0.084 0.0913,0.13917 0.117
 95,0.12272 0.0267,-0.0165 0.0492,0.029 0.0502,0.10101 10e-4,0.11622 0.008,0.11978 0.0595,0.0317 0.0318,-0.0546 0.09,-0.0992 0.12927,-0.0992 0.0394,0 0.15286,-0.0796 0.25234,-0.17684 0.14097,-0.13782 0.18087,-0.22464 0.18087,-0.39356 0,-0.11921 0.0255,-0.23251 0.0567,-0.25178 0.0312,-0.0193 0.0571,-0.10371 0.0575,-0.18763 7.4e-4,-0.20146 0.14692,-0.61627 0.18099,-0.51498 0.0146,0.0434 0.0447,-0.0175 0.0669,-0.13533 0.0222,-0.11781 0.0625,-0.20052 0.0896,-0.18378 0.0271,0.0167 0.0667,-0.0528 0.0882,-0.15436 0.0678,-0.32197 0.20314,-0.54783 0.40158,-0.67047 0.10583,-0.0654 0.19242,-0.15662 0.19242,-0.2027 0,-0.0461 0.0227,-0.0698 0.0505,-0.0526 0.0277,0.0171 0.0919,-0.032 0.14248,-0.10916 0.0505,-0.0772 0.15543,-0.15629 0.233,-0.17576 0.0776,-0.0195 0.14104,-0.0678 0.14104,-0.10722 0,-0.1008 0.3372,-0.15909 0.43771,-0.0757 0.0632,0.0524 0.0913,0.0512 0.12642,-0.006 0.0349,-0.0564 0.0728,-0.0584 0.16579,-0.009 0.0663,0.0355 0.12061,0.0457 0.12061,0.0225 0,-0.0231 0.10207,0.0675 
 0.22681,0.20122 0.12474,0.13377 0.22719,0.22196 0.22765,0.19595 5.3e-4,-0.026 0.0326,0.0155 0.0715,0.0923 0.0756,0.1494 0.43804,0.27287 0.43804,0.14924 0,-0.036 0.0701,-0.0965 0.15593,-0.13456 0.24587,-0.10895 0.60768,-0.32016 0.62843,-0.36685 0.0104,-0.0234 0.17626,-0.0444 0.36857,-0.0465 0.24786,-0.003 0.31664,-0.0182 0.23627,-0.0527 -0.11341,-0.0488 -0.11341,-0.0488 0,-0.0599 0.0624,-0.006 0.17719,-0.0181 0.25515,-0.0265 0.21879,-0.0236 0.75509,0.0871 0.855,0.17648 0.0492,0.0441 0.11461,0.0801 0.14527,0.0801 0.0901,0 0.30981,0.32986 0.24595,0.36932 -0.0345,0.0213 -0.0373,0.0703 -0.007,0.12448 0.0275,0.0491 0.0379,0.13555 0.0231,0.19203 -0.0147,0.0565 0.008,0.18045 0.0496,0.27546 0.0752,0.16997 0.16218,0.2304 0.16218,0.1127 0,-0.033 0.0236,-0.0454 0.0526,-0.0276 0.0289,0.0179 0.069,-0.0189 0.0889,-0.0817 0.0199,-0.0628 0.058,-0.11422 0.0846,-0.11422 0.0266,0 0.0648,-0.0748 0.0849,-0.1662 0.02,-0.0914 0.0731,-0.19659 0.11792,-0.23375 0.0447,-0.0371 0.0814,-0.10453 0.0814,-0
 .14972 0,-0.0452 0.0391,-0.1213 0.087,-0.16915 0.0478,-0.0478 0.0726,-0.13229 0.055,-0.18768 -0.0197,-0.062 0.003,-0.11404 0.0584,-0.13539 0.0496,-0.0191 0.0745,-0.0604 0.055,-0.0918 -0.0194,-0.0314 0.004,-0.0571 0.0531,-0.0571 0.0486,0 0.0904,-0.0192 0.0927,-0.0425 0.0226,-0.22167 0.20899,-0.6379 0.28563,-0.6379 0.0277,0 0.0502,-0.0406 0.0502,-0.0904 0,-0.0497 0.0513,-0.10377 0.11396,-0.12016 0.0627,-0.0164 0.15719,-0.12245 0.21004,-0.23567 0.0529,-0.11324 0.14084,-0.23848 0.19554,-0.27831 0.0547,-0.0399 0.0869,-0.10512 0.0716,-0.14507 -0.0154,-0.04 0.024,-0.13246 0.0874,-0.20558 0.0634,-0.0731 0.11531,-0.15691 0.11531,-0.1862 0,-0.0759 0.20608,-0.32814 0.2402,-0.294 0.0157,0.0156 0.0722,-0.0554 0.1256,-0.15786 0.23524,-0.45122 0.28121,-0.52791 0.38004,-0.63399 0.0575,-0.0618 0.10469,-0.14016 0.10469,-0.17411 0,-0.0339 0.0765,-0.1289 0.17011,-0.211 0.0935,-0.0821 0.17011,-0.1349 0.17011,-0.11736 0,0.0746 0.23266,-0.24418 0.26119,-0.35787 0.0347,-0.13817 0.37962,-0.32091 0.5
 6098,-0.29721 0.0624,0.008 0.22128,-0.006 0.35312,-0.0311 0.19845,-0.038 0.26787,-0.0259 0.40331,0.0706 0.09,0.0641 0.1778,0.10231 0.19514,0.085 0.0173,-0.0174 0.06,0.0217 0.0948,0.0867 0.0348,0.0651 0.0977,0.11826 0.13974,0.11826 0.042,0 0.0888,0.0646 0.10391,0.14365 0.0363,0.19002 -0.14752,0.42337 -0.33356,0.42337 -0.0775,0 -0.12771,0.0215 -0.11148,0.0477 0.0309,0.0502 -0.40924,0.29246 -0.53124,0.29246 -0.0396,0 -0.0564,0.0375 -0.0381,0.0851 0.0212,0.0552 -10e-4,0.0853 -0.0648,0.0857 -0.0536,3.4e-4 -0.18676,0.12673 -0.29591,0.28085 -0.10915,0.15414 -0.2176,0.28144 -0.24098,0.2829 -0.0234,0.001 -0.0425,0.035 -0.0425,0.0746 0,0.0395 -0.10207,0.19543 -0.22681,0.3464 -0.12475,0.15095 -0.22999,0.2972 -0.2339,0.32499 -0.004,0.0277 -0.0103,0.0748 -0.0142,0.1044 -0.004,0.0296 -0.039,0.0858 -0.078,0.12474 -0.039,0.039 -0.0709,0.10076 -0.0709,0.13729 0,0.0365 -0.0853,0.12482 -0.18947,0.19622 -0.1579,0.1082 -0.2727,0.2797 -0.34986,0.52269 -0.007,0.0234 -0.0188,0.0489 -0.0254,0.0567 -
 0.007,0.008 -0.018,0.0652 -0.0256,0.12758 -0.0247,0.20282 -0.15433,0.53867 -0.20797,0.53867 -0.0288,0 -0.0523,0.0398 -0.0523,0.0884 0,0.052 0.0291,0.0736 0.0709,0.0525 0.039,-0.0198 0.0262,5.4e-4 -0.0283,0.0455 -0.0546,0.0447 -0.0992,0.10954 -0.0992,0.14401 0,0.0833 -0.3189,0.40679 -0.40107,0.40679 -0.0356,0 -0.0499,0.0382 -0.0321,0.0851 0.018,0.0469 10e-4,0.0851 -0.0365,0.0851 -0.0751,1.1e-4 -0.34486,0.40405 -0.40671,0.60911 -0.0211,0.07 -0.0794,0.16828 -0.12957,0.21843 -0.0617,0.0617 -0.0959,0.21303 -0.10577,0.46813 -0.008,0.20732 -0.0324,0.49753 -0.054,0.64494 -0.0366,0.24827 -0.0294,0.27182 0.0976,0.32012 0.0754,0.0287 0.16932,0.0909 0.20864,0.1383 0.0918,0.11064 0.32733,0.0481 0.70657,-0.18766 0.15059,-0.0936 0.30641,-0.17019 0.34629,-0.17019 0.0399,0 0.11924,-0.0517 0.17637,-0.11479 0.0571,-0.0631 0.12966,-0.10619 0.16118,-0.0957 0.065,0.0217 0.2689,-0.16406 0.25133,-0.22897 -0.0172,-0.0637 0.14204,-0.46779 0.18434,-0.46779 0.0777,0 0.26849,-0.20724 0.36536,-0.39692 0.
 0558,-0.10914 0.1195,-0.21121 0.14167,-0.22681 0.0221,-0.0156 0.10824,-0.13678 0.19126,-0.26933 0.083,-0.13254 0.17489,-0.24098 0.20415,-0.24098 0.0292,0 0.14455,-0.16332 0.25618,-0.36292 0.14184,-0.25364 0.25976,-0.38988 0.39156,-0.45242 0.10373,-0.0493 0.24967,-0.17917 0.32432,-0.28877 0.0746,-0.1096 0.15484,-0.19944 0.17823,-0.19966 0.0234,-2.3e-4 0.0425,-0.0357 0.0425,-0.0788 0,-0.0785 0.19259,-0.1683 0.32603,-0.15204 0.039,0.004 0.0709,-0.0151 0.0709,-0.044 0,-0.0289 0.0574,-0.0713 0.12758,-0.0941 0.0702,-0.0228 0.14034,-0.0471 0.15593,-0.0539 0.34368,-0.15005 0.5882,-0.17174 0.6685,-0.0593 0.0221,0.031 0.0913,0.0847 0.15368,0.11929 0.11297,0.0626 0.22832,0.4758 0.13284,0.4758 -0.0262,0 -0.0478,0.0479 -0.0478,0.10646 0,0.0586 -0.0382,0.13822 -0.0851,0.17705 -0.0468,0.0388 -0.0851,0.13471 -0.0851,0.21307 0,0.0784 -0.0574,0.19665 -0.12758,0.26285 -0.0701,0.0662 -0.16585,0.19671 -0.21263,0.29002 -0.10173,0.20291 -0.24022,0.35077 -0.51989,0.55509 -0.12105,0.0884 -0.2355,0.2
 3521 -0.27374,0.35105 -0.0362,0.1095 -0.1012,0.19909 -0.14458,0.19909 -0.0468,0 -0.0656,0.0346 -0.0462,0.0851 0.018,0.0468 0.004,0.0851 -0.0302,0.0851 -0.0345,0 -0.0636,0.0319 -0.0645,0.0709 -7.5e-4,0.039 -0.0903,0.15897 -0.19847,0.26661 -0.10815,0.10765 -0.19665,0.23766 -0.19665,0.2889 0,0.0513 -0.0511,0.13936 -0.1134,0.1958 -0.0624,0.0564 -0.11341,0.13846 -0.11341,0.18224 0,0.0438 -0.0227,0.0657 -0.0503,0.0485 -0.0277,-0.0171 -0.0818,0.007 -0.12035,0.0534 -0.0385,0.0464 -0.0941,0.0844 -0.12349,0.0844 -0.0954,0 -0.35784,0.35829 -0.33992,0.46411 0.01,0.0566 -0.005,0.10291 -0.0335,0.10291 -0.028,0 -0.0466,0.19774 -0.0413,0.43944 0.0132,0.59729 0.0139,0.60087 0.1366,0.73262 0.0915,0.0982 0.16277,0.11301 0.46304,0.096 0.21104,-0.0119 0.39307,-0.0547 0.44914,-0.10541 0.0518,-0.047 0.11777,-0.0859 0.14651,-0.0866 0.0287,-5.3e-4 0.17981,-0.11504 0.33575,-0.25412 0.42064,-0.37516 0.42269,-0.37664 0.47624,-0.34355 0.0273,0.0168 0.0628,-0.0201 0.079,-0.0821 0.0165,-0.0631 0.0774,-0.1
 1277 0.13833,-0.11277 0.0598,0 0.16876,-0.0638 0.242,-0.14176 0.0733,-0.078 0.191,-0.14175 0.26169,-0.14175 0.0707,0 0.1443,-0.0255 0.16357,-0.0567 0.0446,-0.0722 0.29443,-0.0741 0.33868,-0.003 0.0184,0.0298 0.071,0.0399 0.11675,0.0223 0.0458,-0.0176 0.0832,-0.004 0.0832,0.0309 0,0.0345 0.0479,0.0628 0.10646,0.0628 0.17504,0 0.24862,0.14111 0.20578,0.39466 -0.0213,0.12566 -0.0623,0.24313 -0.0913,0.26104 -0.029,0.0179 -0.038,0.0563 -0.02,0.0853 0.018,0.0291 0.003,0.0528 -0.0336,0.0528 -0.0815,0 -0.0268,0.25435 0.0955,0.44323 0.0667,0.10311 0.10188,0.11738 0.16341,0.0663 0.0431,-0.0358 0.14986,-0.0595 0.2372,-0.0526 0.18492,0.0145 0.49739,-0.11274 0.69195,-0.28183 0.0749,-0.0651 0.19464,-0.1184 0.26599,-0.1184 0.0713,0 0.14372,-0.0227 0.1608,-0.0503 0.0171,-0.0276 0.12066,-0.0671 0.23016,-0.0876 0.10949,-0.0205 0.19908,-0.0617 0.19908,-0.0915 0,-0.0298 0.0366,-0.0541 0.0814,-0.0541 0.0447,0 0.1532,-0.0305 0.24099,-0.0678 0.0878,-0.0373 0.18514,-0.0706 0.21632,-0.074 0.0312,-0.
 003 0.16057,-0.0605 0.28753,-0.12664 0.28894,-0.1507 0.6604,-0.12061 0.77871,0.0631 0.12832,0.19922 0.15216,0.38677 0.0689,0.54144 -0.0432,0.0803 -0.0924,0.21171 -0.10933,0.2921 -0.0347,0.16489 -0.27558,0.4492 -0.38066,0.4492 -0.038,0 -0.10941,0.0338 -0.15865,0.075 -0.0787,0.0659 -0.53677,0.23615 -0.63688,0.23669 -0.0204,1.1e-4 -0.1352,0.0906 -0.25517,0.20113 -0.15524,0.14301 -0.31213,0.22183 -0.54435,0.27345 -0.20687,0.046 -0.34689,0.1111 -0.38268,0.17797 -0.031,0.058 -0.10749,0.12165 -0.16989,0.14146 -0.0624,0.0198 -0.11347,0.0853 -0.11347,0.1456 0,0.0631 -0.0388,0.10958 -0.0916,0.10958 -0.0504,0 -0.21557,0.044 -0.36708,0.0978 -0.26359,0.0936 -0.28713,0.0933 -0.54628,-0.008 -0.23385,-0.0914 -0.34375,-0.1173 -0.60292,-0.14187 -0.0268,-0.003 -0.0325,-0.0465 -0.0129,-0.0977 0.029,-0.0755 0.0204,-0.0804 -0.0456,-0.0256 -0.0564,0.0468 -0.0927,0.049 -0.11862,0.007 -0.0205,-0.0332 -0.0611,-0.0457 -0.0901,-0.0277 -0.0291,0.018 -0.0528,0.006 -0.0528,-0.0274 0,-0.033 -0.0346,-0.0601
  -0.0768,-0.0601 -0.0759,0 -0.37679,-0.32269 -0.37679,-0.40403 0,-0.023 -0.0514,-0.0583 -0.11429,-0.0782 -0.12976,-0.0412 -0.50943,0.0674 -0.50943,0.14567 0,0.0283 -0.0948,0.0911 -0.21056,0.13953 -0.11581,0.0484 -0.25519,0.12837 -0.30975,0.17774 -0.0555,0.0502 -0.14082,0.0738 -0.19354,0.0536 -0.0519,-0.0199 -0.12721,-0.009 -0.16735,0.0244 -0.0402,0.0333 -0.16398,0.0664 -0.27516,0.0735 -0.11119,0.007 -0.2333,0.044 -0.27137,0.0821 -0.099,0.099 -0.16259,0.0854 -0.11995,-0.0257 0.0291,-0.076 0.0147,-0.086 -0.0727,-0.0503 -0.22309,0.0913 -0.29258,0.0954 -0.36995,0.022 -0.0436,-0.0414 -0.19259,-0.11535 -0.33101,-0.16434 -0.19134,-0.0677 -0.27824,-0.14023 -0.36248,-0.30256 -0.061,-0.11744 -0.14544,-0.22681 -0.18777,-0.24305 -0.0423,-0.0163 -0.077,-0.0541 -0.077,-0.0842 0,-0.03 -0.0382,-0.0929 -0.0851,-0.13973 -0.0468,-0.0468 -0.0883,-0.14064 -0.0923,-0.20858 -0.0174,-0.29781 -0.0382,-0.39343 -0.093,-0.42745 -0.0321,-0.02 -0.0674,-0.10008 -0.0783,-0.17805 -0.0183,-0.13075 -0.0397,-0
 .14025 -0.27505,-0.12239 -0.14034,0.0107 -0.29098,0.0489 -0.33475,0.085 -0.0927,0.0766 -0.85599,0.0933 -0.85599,0.0188 0,-0.0277 -0.0415,-0.0344 -0.0923,-0.0149 -0.0507,0.0195 -0.12501,0.008 -0.16505,-0.0251 -0.0508,-0.0422 -0.0839,-0.0424 -0.1097,-5.3e-4 -0.0218,0.0353 -0.0953,-0.01 -0.1802,-0.11065 -0.0788,-0.0937 -0.17925,-0.17032 -0.22317,-0.17032 -0.0439,0 -0.18198,-0.0923 -0.30681,-0.20505 -0.21011,-0.18983 -0.22697,-0.19575 -0.22697,-0.0797 0,0.0758 -0.0429,0.13653 -0.10861,0.15371 -0.11827,0.0309 -0.19814,0.25207 -0.14805,0.4099 0.0186,0.0587 -0.0151,0.14113 -0.0828,0.20243 -0.0635,0.0575 -0.11421,0.17498 -0.11421,0.26467 0,0.0887 -0.0207,0.16132 -0.0458,0.16132 -0.065,0 -0.25556,0.44946 -0.27646,0.65208 -0.01,0.0936 -0.0928,0.3232 -0.18471,0.51032 -0.18998,0.38659 -0.25251,0.54718 -0.23832,0.61208 0.0266,0.1216 -0.1913,0.69821 -0.30786,0.81478 -0.0728,0.0728 -0.11597,0.13245 -0.0958,0.13245 0.0201,0 -0.003,0.0319 -0.0517,0.0709 -0.097,0.0778 -0.19127,0.24585 -0.4107
 7,0.73217 -0.0797,0.17659 -0.17214,0.33016 -0.20539,0.34125 -0.0332,0.0111 -0.0667,0.058 -0.0743,0.10417 -0.0268,0.16346 -0.153,0.33449 -0.31897,0.43253 -0.11164,0.066 -0.2009,0.19057 -0.26586,0.37123 -0.0547,0.15218 -0.14285,0.28626 -0.20009,0.30443 -0.0563,0.0179 -0.10232,0.0546 -0.10232,0.0815 0,0.027 -0.0511,0.0652 -0.1134,0.0851 -0.0624,0.0197 -0.11341,0.0693 -0.11341,0.10988 0,0.0406 -0.104,0.17288 -0.23111,0.29386 -0.12711,0.121 -0.37854,0.36456 -0.55874,0.54126 -0.21026,0.20619 -0.41119,0.34632 -0.56086,0.39116 -0.12829,0.0384 -0.22193,0.0882 -0.20812,0.11052 0.0138,0.0224 -0.10822,0.0572 -0.27119,0.0774 -0.16297,0.0202 -0.37286,0.0497 -0.46642,0.0655 -0.10277,0.0174 -0.21864,-0.005 -0.29276,-0.0572 z m 1.93139,-8.62146 c 0.0904,-0.0472 0.17637,-0.0737 0.19103,-0.059 0.035,0.035 0.18327,-0.11426 0.18327,-0.18455 0,-0.03 0.0608,-0.0698 0.13498,-0.0885 0.16214,-0.0407 0.20207,-0.16648 0.16296,-0.51345 -0.0242,-0.21464 -0.053,-0.2663 -0.16373,-0.29411 -0.0983,-0.0247 -0
 .16427,0.002 -0.24581,0.10002 -0.0613,0.0736 -0.11228,0.16531 -0.11332,0.20388 -7.4e-4,0.0386 -0.12947,0.19838 -0.2854,0.35513 -0.31318,0.31485 -0.30739,0.30305 -0.22481,0.45735 0.0706,0.13183 0.14363,0.13654 0.36083,0.0233 z m -21.50999,0.13336 c -0.24397,-0.0699 -0.50126,-0.28078 -0.46723,-0.38286 0.0141,-0.0422 5.1e-4,-0.0613 -0.0301,-0.0423 -0.0306,0.0189 -0.10412,-0.002 -0.16329,-0.047 -0.0592,-0.0448 -0.14276,-0.0822 -0.18576,-0.0832 -0.11176,-0.003 -0.53125,-0.3932 -0.62351,-0.58059 -0.0429,-0.0871 -0.11304,-0.15834 -0.15593,-0.15834 -0.0453,0 -0.078,-0.0593 -0.078,-0.14176 0,-0.078 -0.0255,-0.14176 -0.0567,-0.14176 -0.0312,0 -0.0567,-0.0495 -0.0567,-0.11006 0,-0.0605 -0.0259,-0.12609 -0.0576,-0.14567 -0.0317,-0.0196 -0.0414,-0.0619 -0.0215,-0.0941 0.0206,-0.0332 -0.0186,-0.0291 -0.0909,0.01 -0.0698,0.0374 -0.13971,0.11648 -0.15522,0.17576 -0.0155,0.0593 -0.0635,0.10778 -0.10662,0.10778 -0.0432,0 -0.0784,0.0239 -0.0784,0.0529 0,0.0291 -0.0524,0.0695 -0.11654,0.0899 -0
 .0641,0.0203 -0.18828,0.13603 -0.27597,0.25707 -0.0877,0.12105 -0.17491,0.2046 -0.19383,0.18568 -0.0189,-0.0189 -0.14327,0.0713 -0.2763,0.20036 -0.13304,0.12913 -0.27405,0.23477 -0.31335,0.23477 -0.0394,0 -0.0715,0.0265 -0.0715,0.0587 0,0.0693 -0.50489,0.30562 -0.61376,0.28726 -0.0413,-0.007 -0.11021,0.0165 -0.15313,0.0521 -0.0429,0.0356 -0.2595,0.0721 -0.48126,0.0812 -0.36334,0.0148 -0.41133,0.004 -0.48555,-0.1093 -0.0453,-0.0691 -0.14579,-0.1546 -0.22332,-0.18992 -0.0775,-0.0353 -0.14096,-0.10487 -0.14096,-0.15455 0,-0.11787 -0.15309,-0.26953 -0.22637,-0.22424 -0.0315,0.0194 -0.0572,-0.0111 -0.0572,-0.0678 0,-0.10909 -0.18978,-0.26193 -0.2502,-0.20151 -0.0196,0.0196 -0.0798,0.0414 -0.13369,0.0483 -0.41107,0.0531 -0.58004,0.0576 -0.58004,0.0153 0,-0.0271 -0.037,-0.0492 -0.0822,-0.0492 -0.0453,0 -0.10273,-0.0367 -0.12779,-0.0814 -0.0251,-0.0448 -0.22407,-0.19639 -0.44226,-0.33692 -0.68272,-0.43976 -0.80624,-0.5717 -0.96197,-1.02758 -0.0648,-0.18962 -0.0912,-1.06981 -0.0357,-
 1.19074 0.10314,-0.22487 0.13621,-0.34195 0.12415,-0.43944 -0.007,-0.0546 0.0142,-0.0992 0.0466,-0.0992 0.0358,0 0.0448,-0.0701 0.0231,-0.17892 -0.0279,-0.13998 -0.0194,-0.16881 0.0394,-0.13245 0.0543,0.0335 0.0654,0.0208 0.0397,-0.0461 -0.0195,-0.0509 -0.0111,-0.10762 0.0187,-0.12605 0.0298,-0.0184 0.0542,-0.0822 0.0542,-0.1416 0,-0.0595 0.0765,-0.19527 0.1701,-0.30182 0.0936,-0.10656 0.17011,-0.22992 0.17011,-0.27415 0,-0.10638 0.11421,-0.21648 0.22455,-0.21648 0.11266,0 0.39918,-0.26308 0.39918,-0.36652 0,-0.0431 0.0631,-0.15336 0.14017,-0.24499 0.0771,-0.0916 0.12576,-0.181 0.10814,-0.19862 -0.0177,-0.0177 0.0478,-0.0733 0.14519,-0.12369 0.0975,-0.0504 0.16213,-0.11609 0.14367,-0.14594 -0.0184,-0.0298 -0.002,-0.0543 0.036,-0.0543 0.0382,0 0.0526,-0.0168 0.0321,-0.0375 -0.0388,-0.0388 0.0738,-0.11326 0.41547,-0.27503 0.10916,-0.0516 0.24277,-0.11732 0.29693,-0.14589 0.0542,-0.0285 0.16109,-0.0519 0.23763,-0.0519 0.0765,0 0.15435,-0.0246 0.17289,-0.0546 0.0195,-0.0317 0.08
 63,-0.0351 0.15928,-0.008 0.0691,0.0255 0.15529,0.0359 0.19163,0.0231 0.0363,-0.0128 0.0842,0.0339 0.10641,0.10379 0.0368,0.11607 0.0464,0.11881 0.1103,0.0314 0.0829,-0.11331 0.20375,-0.12299 0.3096,-0.0247 0.0628,0.0582 0.0693,0.0506 0.0363,-0.0425 -0.0321,-0.091 -0.0259,-0.0994 0.0313,-0.0425 0.0393,0.039 0.13009,0.0709 0.20182,0.0709 0.0913,0 0.13041,0.033 0.13041,0.11006 0,0.0605 0.0233,0.12443 0.0517,0.142 0.0722,0.0446 -0.059,0.37167 -0.14918,0.37167 -0.04,0 -0.0726,0.027 -0.0726,0.0601 0,0.033 -0.0255,0.0443 -0.0567,0.025 -0.0311,-0.0193 -0.0567,-0.007 -0.0567,0.0283 0,0.0348 -0.0266,0.047 -0.0592,0.0268 -0.0326,-0.0201 -0.09,-0.0126 -0.12758,0.0168 -0.11721,0.0914 -0.43297,0.17883 -0.46411,0.12845 -0.0445,-0.072 -0.25635,-6e-5 -0.25635,0.0871 0,0.0417 -0.0922,0.10122 -0.20478,0.13232 -0.12678,0.035 -0.28335,0.14788 -0.41109,0.29637 -0.25269,0.29373 -0.42145,0.56187 -0.37984,0.60349 0.0171,0.0171 -0.0198,0.0666 -0.082,0.11022 -0.0622,0.0435 -0.11304,0.12877 -0.11304,0
 .18937 0,0.0606 -0.0283,0.1102 -0.0628,0.1102 -0.0351,0 -0.0469,0.0414 -0.0268,0.0939 0.022,0.0572 -0.0122,0.1452 -0.0873,0.22514 -0.10209,0.10868 -0.11094,0.14621 -0.0514,0.218 0.0396,0.0477 0.0497,0.0868 0.0225,0.087 -0.0272,1.7e-4 -0.0561,0.11498 -0.0642,0.25517 -0.008,0.14341 0.0104,0.25488 0.0425,0.25488 0.0837,0 0.0698,0.18961 -0.0274,0.37625 -0.16906,0.32416 -0.0596,0.64439 0.22031,0.64439 0.0833,0 0.16553,-0.0367 0.18273,-0.0815 0.0172,-0.0448 0.0634,-0.0691 0.10277,-0.054 0.0394,0.015 0.15115,-0.047 0.24848,-0.13788 0.0973,-0.0909 0.18807,-0.15421 0.20164,-0.14064 0.0136,0.0136 0.0232,-0.009 0.0214,-0.0499 -0.008,-0.18784 0.0194,-0.27686 0.0751,-0.24241 0.0333,0.0206 0.0745,-0.0162 0.0917,-0.0817 0.0171,-0.0655 0.0664,-0.11911 0.10959,-0.11911 0.0432,0 0.0784,-0.0218 0.0784,-0.0485 0,-0.14411 0.47559,-0.51859 0.65863,-0.51859 0.0677,0 0.13847,-0.0401 0.15728,-0.0892 0.0278,-0.0725 0.0943,-0.0828 0.35438,-0.055 0.17608,0.0188 0.34133,0.0472 0.36722,0.0632 0.0601,0.03
 71 0.18372,0.46245 0.18836,0.64803 0.003,0.10137 -0.0247,0.13951 -0.0957,0.13387 -0.0586,-0.004 -0.0992,0.0315 -0.0992,0.0883 0,0.0529 -0.0689,0.17943 -0.15327,0.28117 -0.0843,0.10176 -0.18237,0.26965 -0.21793,0.37311 -0.0692,0.20121 -0.0457,0.5411 0.0374,0.5411 0.0276,0 0.0502,0.0274 0.0502,0.0608 0,0.0906 0.14938,0.22276 0.25174,0.22276 0.11722,0 0.59522,-0.2415 0.59723,-0.30174 0.003,-0.0751 0.12811,-0.17319 0.3577,-0.27937 0.11791,-0.0546 0.22902,-0.13731 0.24693,-0.18396 0.0179,-0.0466 0.0597,-0.068 0.0929,-0.0475 0.0385,0.0238 0.0466,7.4e-4 0.0224,-0.0618 -0.0254,-0.0662 -0.0145,-0.0908 0.0329,-0.0741 0.039,0.0137 0.14746,-0.0287 0.24101,-0.0943 0.0936,-0.0656 0.17703,-0.11203 0.18549,-0.10318 0.0397,0.0415 0.16614,-0.0929 0.26508,-0.28153 0.0945,-0.1802 0.0985,-0.22116 0.03,-0.30381 -0.0682,-0.0822 -0.0673,-0.10458 0.007,-0.16029 0.0473,-0.0356 0.11385,-0.20507 0.14793,-0.3766 0.084,-0.42285 0.11812,-0.55799 0.15646,-0.62002 0.0179,-0.0289 0.009,-0.0671 -0.0198,-0.084
 9 -0.0736,-0.0455 -0.008,-0.25903 0.0793,-0.25903 0.097,0 0.13028,-0.11088 0.0851,-0.28351 -0.0204,-0.078 -0.0139,-0.23106 0.0145,-0.34021 0.062,-0.23867 0.31354,-0.69099 0.41932,-0.75412 0.0417,-0.025 0.076,-0.0839 0.076,-0.13093 0,-0.0499 0.0271,-0.0688 0.065,-0.0455 0.0453,0.028 0.0543,-0.003 0.0296,-0.10088 -0.0215,-0.0856 -0.003,-0.18366 0.0467,-0.24945 0.0451,-0.0596 0.0828,-0.1629 0.0838,-0.22952 7.5e-4,-0.0817 0.0662,-0.15166 0.1995,-0.21493 0.22906,-0.10869 0.33422,-0.27227 0.29772,-0.46315 -0.0141,-0.0739 0.009,-0.26663 0.0505,-0.42822 0.0607,-0.23387 0.0619,-0.31143 0.006,-0.38017 -0.0587,-0.0722 -0.0539,-0.0803 0.0292,-0.0492 0.0752,0.0282 0.10037,0.007 0.10395,-0.0886 0.0108,-0.28789 0.0383,-0.40476 0.10004,-0.42533 0.0359,-0.012 0.0654,-0.0851 0.0654,-0.16254 0,-0.15127 0.0845,-0.3393 0.20793,-0.46275 0.0421,-0.0421 0.0639,-0.0972 0.0484,-0.12232 -0.0156,-0.0251 0.01,-0.0772 0.0562,-0.11577 0.0464,-0.0385 0.0844,-0.10501 0.0844,-0.1477 0,-0.0427 0.0511,-0.10951
  0.11341,-0.14846 0.0624,-0.039 0.1134,-0.10161 0.1134,-0.13924 0,-0.0376 0.0618,-0.18458 0.13727,-0.32656 0.0755,-0.14199 0.12444,-0.25817 0.10878,-0.25817 -0.0156,0 0.0221,-0.0829 0.0839,-0.18428 0.23209,-0.38042 0.35044,-0.61557 0.35044,-0.69632 0,-0.0458 0.0255,-0.0833 0.0567,-0.0833 0.0312,0 0.0571,-0.0574 0.0575,-0.12758 5.3e-4,-0.10134 0.0118,-0.11032 0.054,-0.0436 0.0397,0.0628 0.0627,0.0236 0.0913,-0.15486 0.021,-0.13134 0.0733,-0.26792 0.11616,-0.30352 0.0429,-0.0355 0.078,-0.10762 0.078,-0.16006 0,-0.13986 0.34184,-0.43867 0.53867,-0.47086 0.0936,-0.0153 0.2339,-0.01 0.31186,0.0121 0.078,0.0219 0.18204,0.0198 0.23126,-0.004 0.0558,-0.0278 0.15711,-0.004 0.26934,0.0648 0.16358,0.0995 0.22151,0.244 0.18655,0.46542 -0.004,0.0234 0.018,0.0426 0.0482,0.0426 0.0302,0 0.0396,0.0397 0.021,0.0883 -0.0186,0.0486 -0.0689,0.0749 -0.11163,0.0585 -0.0444,-0.0171 -0.0777,0.007 -0.0777,0.0546 0,0.0464 -0.0638,0.18545 -0.14175,0.30895 -0.078,0.12351 -0.14176,0.24053 -0.14176,0.260
 05 0,0.0537 -0.30331,0.28069 -0.35328,0.26444 -0.024,-0.008 -0.0437,0.0157 -0.0437,0.0523 0,0.0365 -0.0337,0.10669 -0.075,0.15592 -0.0412,0.0493 -0.10911,0.19796 -0.15083,0.3305 -0.0417,0.13254 -0.0945,0.24099 -0.11733,0.24099 -0.0228,0 -0.0583,0.0669 -0.0788,0.14878 -0.0552,0.22004 -0.38237,0.87186 -0.43758,0.87186 -0.0262,0 -0.0477,0.0248 -0.0477,0.055 0,0.0303 -0.0688,0.20249 -0.15292,0.38274 -0.0841,0.18024 -0.14721,0.35769 -0.14025,0.39432 0.007,0.0366 -0.0136,0.0828 -0.0455,0.10257 -0.032,0.0197 -0.0582,0.0921 -0.0582,0.16075 0,0.0686 -0.0503,0.15619 -0.11182,0.1946 -0.0615,0.0384 -0.0989,0.10355 -0.0831,0.14475 0.016,0.0417 -0.0355,0.10931 -0.11652,0.15266 -0.0799,0.0427 -0.1601,0.13686 -0.17823,0.2091 -0.0181,0.0722 -0.0587,0.13136 -0.0901,0.13136 -0.0315,0 -0.0451,0.0629 -0.0304,0.13978 0.0147,0.0769 0.006,0.14705 -0.0189,0.15592 -0.0251,0.009 -0.0563,0.10547 -0.0693,0.21462 -0.022,0.18571 -0.0368,0.24109 -0.13269,0.49614 -0.0205,0.0546 -0.0321,0.13112 -0.0259,0.170
 11 0.006,0.039 -0.0152,0.0709 -0.0477,0.0709 -0.0326,0 -0.0593,0.0574 -0.0596,0.12758 -1.7e-4,0.0701 -0.0364,0.19662 -0.0804,0.28102 -0.044,0.0844 -0.0675,0.20134 -0.0523,0.2599 0.0153,0.0585 -0.0346,0.21914 -0.11091,0.35688 -0.0887,0.16007 -0.16456,0.43453 -0.21031,0.76074 -0.0394,0.28067 -0.1078,0.56901 -0.15207,0.64074 -0.13352,0.21627 -0.19256,1.11758 -0.11309,1.72657 0.0318,0.24353 0.0249,0.32604 -0.0274,0.32604 -0.0543,0 -0.0547,0.0151 -10e-4,0.0681 0.0374,0.0374 0.0681,0.12925 0.0681,0.20406 0,0.24507 0.16879,0.52172 0.31832,0.52172 0.0825,0 0.13529,0.0332 0.13529,0.0851 0,0.10053 0.0274,0.10475 0.17329,0.0267 0.06,-0.0321 0.21782,-0.0678 0.35066,-0.0793 0.13285,-0.0115 0.27981,-0.0341 0.32658,-0.0502 0.32646,-0.11278 0.56703,-0.0935 0.56703,0.0453 0,0.0397 0.0565,0.10959 0.12555,0.15545 0.11986,0.0796 0.12131,0.0899 0.0319,0.2264 -0.0515,0.0787 -0.17184,0.22857 -0.26732,0.33309 -0.0955,0.10455 -0.17359,0.20875 -0.17359,0.23156 0,0.0228 -0.0658,0.10732 -0.14629,0.1877
 7 -0.12421,0.12421 -0.3474,0.23717 -0.76095,0.38512 -0.0468,0.0167 -0.17312,0.005 -0.28078,-0.0257 z m -27.9559,-0.1308 c -0.0517,-0.0624 -0.0972,-0.0691 -0.17731,-0.0262 -0.0888,0.0476 -0.1192,0.0324 -0.17325,-0.0862 -0.0361,-0.0791 -0.087,-0.14388 -0.11316,-0.14388 -0.0262,0 -0.0476,-0.0382 -0.0476,-0.0851 0,-0.0468 -0.0219,-0.0851 -0.0488,-0.0851 -0.0268,0 -0.0376,-0.0701 -0.0239,-0.15594 0.0195,-0.12173 0.0117,-0.13728 -0.0352,-0.0709 -0.0463,0.0655 -0.059,0.0329 -0.0552,-0.14175 0.003,-0.12475 -0.0123,-0.35811 -0.0336,-0.51859 -0.0247,-0.18702 -0.0167,-0.30528 0.0224,-0.32939 0.0961,-0.0593 0.0776,-0.69276 -0.0213,-0.73071 -0.11474,-0.044 -0.11331,-0.69591 10e-4,-0.74001 0.0534,-0.0205 0.0805,-0.11867 0.0805,-0.29117 0,-0.18429 0.0194,-0.24832 0.0663,-0.21928 0.047,0.0291 0.0528,0.009 0.0198,-0.0675 -0.0257,-0.0597 -0.0534,-0.17231 -0.0617,-0.25028 -0.008,-0.078 -0.0189,-0.14175 -0.0236,-0.14175 -0.004,0 -0.0155,-0.11483 -0.0242,-0.25517 -0.0202,-0.32872 0.0861,-0.85053
  0.17327,-0.85053 0.0405,0 0.0701,-0.0962 0.074,-0.24098 0.006,-0.21113 0.0328,-0.46661 0.0586,-0.55285 0.004,-0.0156 0.009,-0.18144 0.008,-0.36856 -2e-5,-0.18712 0.0277,-0.44227 0.0616,-0.56702 0.0339,-0.12475 0.0593,-0.2719 0.0564,-0.32699 -0.003,-0.0551 0.0555,-0.13995 0.12974,-0.18856 0.0864,-0.0566 0.12246,-0.12079 0.10033,-0.17846 -0.0202,-0.0526 -0.011,-0.0755 0.0221,-0.0551 0.0324,0.0201 0.0508,-0.0184 0.0427,-0.0899 -0.008,-0.0687 -0.0161,-0.14559 -0.0187,-0.17082 -0.003,-0.0253 -0.0255,-0.033 -0.0509,-0.0174 -0.0583,0.036 -0.0277,-0.37134 0.0494,-0.65779 0.0322,-0.11945 0.0459,-0.23746 0.0306,-0.26225 -0.0154,-0.0248 0.0217,-0.0808 0.0823,-0.12443 0.0606,-0.0437 0.12582,-0.16312 0.14503,-0.26549 0.0192,-0.10236 0.0591,-0.18612 0.0886,-0.18612 0.0296,0 0.0362,-0.0284 0.0148,-0.0631 -0.0214,-0.0347 -0.0124,-0.0795 0.02,-0.0995 0.0798,-0.0493 0.10564,-0.61721 0.0315,-0.69136 -0.069,-0.0689 -0.0313,-0.33682 0.0473,-0.33682 0.0294,0 0.038,-0.025 0.0192,-0.0554 -0.0458,-
 0.074 0.0793,-0.52963 0.15902,-0.57923 0.0369,-0.023 0.0591,-0.1819 0.0535,-0.38274 -0.006,-0.21006 0.0138,-0.3435 0.0505,-0.3435 0.033,0 0.045,-0.0394 0.0265,-0.0875 -0.0185,-0.0481 0.0325,-0.19216 0.11324,-0.32007 0.14533,-0.23024 0.16008,-0.27459 0.22591,-0.67933 0.0186,-0.11441 0.0759,-0.25501 0.1274,-0.31245 0.28416,-0.31715 0.51883,-0.64358 0.51883,-0.7217 0,-0.1081 0.17379,-0.32155 0.23236,-0.28535 0.0231,0.0142 0.073,-0.07 0.11082,-0.18719 0.0378,-0.11724 0.11644,-0.25881 0.17467,-0.31459 0.0582,-0.0558 0.10587,-0.16881 0.10587,-0.25114 0,-0.0823 0.0291,-0.24081 0.0647,-0.35218 0.0356,-0.11136 0.0769,-0.24076 0.0918,-0.28754 0.0149,-0.0468 0.0324,-0.14884 0.0388,-0.2268 0.007,-0.078 0.0224,-0.17862 0.0357,-0.22367 0.0414,-0.14023 0.63232,-0.68357 0.74347,-0.68357 0.0235,0 0.0296,-0.0339 0.0137,-0.0753 -0.016,-0.0417 0.0289,-0.10322 0.10101,-0.13792 0.0715,-0.0344 0.10054,-0.0643 0.0646,-0.0664 -0.0359,-0.002 0.006,-0.0799 0.0926,-0.17288 0.16952,-0.18147 0.25043,-0.4
 951 0.15751,-0.61061 -0.0409,-0.0509 -0.0315,-0.0709 0.0332,-0.0709 0.0502,0 0.0778,-0.0323 0.0623,-0.0729 -0.0285,-0.0742 0.16706,-0.32404 0.25365,-0.32404 0.0262,0 0.0793,-0.0765 0.11808,-0.17011 0.0388,-0.0935 0.10563,-0.17011 0.14864,-0.17011 0.0533,0 0.0782,-0.0717 0.0782,-0.22545 0,-0.2018 0.0223,-0.23781 0.21263,-0.3432 0.12132,-0.0672 0.16034,-0.10723 0.0909,-0.0933 -0.0895,0.018 -0.0449,-0.0488 0.16833,-0.25217 0.15954,-0.15217 0.3108,-0.27667 0.33613,-0.27667 0.0588,0 0.60047,-0.55745 0.67258,-0.6922 0.11383,-0.21269 0.66382,-0.36846 0.84423,-0.23911 0.1066,0.0764 0.34021,0.0913 0.34021,0.0217 0,-0.13979 0.80471,-0.40115 0.87667,-0.28474 0.0192,0.0311 0.10473,0.0426 0.19,0.0256 0.11201,-0.0224 0.1846,0.001 0.26157,0.0867 0.0814,0.09 0.12456,0.10276 0.18298,0.0543 0.0585,-0.0485 0.0765,-0.0429 0.0765,0.024 0,0.0514 0.0712,0.10314 0.17257,0.1254 0.0949,0.0209 0.2341,0.0994 0.30928,0.17461 0.0752,0.0752 0.16977,0.13699 0.21017,0.13732 0.11162,7.5e-4 0.78223,0.64565 0.
 78223,0.75203 0,0.17972 0.20015,0.49027 0.37898,0.58799 0.0993,0.0543 0.2107,0.16393 0.24759,0.24372 0.0369,0.0798 0.0905,0.19075 0.1191,0.2466 0.0286,0.0558 0.0344,0.12995 0.013,0.16469 -0.0234,0.0378 -0.0134,0.0473 0.025,0.0236 0.0451,-0.0279 0.0603,0.0515 0.0513,0.26871 -0.007,0.16955 -0.0316,0.29692 -0.0546,0.28303 -0.0557,-0.0335 0.0124,0.14626 0.11734,0.31019 0.0912,0.14239 0.099,0.83857 0.0106,0.94507 -0.0269,0.0324 -0.0396,0.15888 -0.0283,0.28101 0.0113,0.12214 -0.007,0.27408 -0.0412,0.33767 -0.0341,0.0636 -0.0663,0.18668 -0.0718,0.27354 -0.005,0.0869 -0.0144,0.21991 -0.0199,0.29565 -0.005,0.0757 -0.044,0.17176 -0.0856,0.21337 -0.0416,0.0416 -0.0936,0.188 -0.11558,0.32532 -0.0234,0.14676 -0.0902,0.29328 -0.16192,0.35548 -0.12895,0.11183 -0.26829,0.44626 -0.26971,0.64737 -4.5e-4,0.066 -0.0519,0.18481 -0.11426,0.2641 -0.12606,0.16026 -0.14758,0.23916 -0.0485,0.17794 0.12356,-0.0764 -0.15086,0.32858 -0.36249,0.53492 -0.11693,0.11399 -0.21261,0.25191 -0.21264,0.30648 -3e
 -5,0.0546 -0.0195,0.0992 -0.0433,0.0992 -0.0587,0 -0.17676,0.22213 -0.38598,0.7264 -0.0558,0.13444 -0.14859,0.26968 -0.20625,0.30053 -0.0576,0.0309 -0.0918,0.0772 -0.0759,0.10294 0.0159,0.0257 -0.0727,0.11725 -0.19688,0.20332 -0.12419,0.0861 -0.22581,0.1913 -0.22581,0.23384 0,0.0425 -0.0355,0.0773 -0.0789,0.0773 -0.0434,0 -0.0952,0.0648 -0.11506,0.14407 -0.0199,0.0792 -0.0609,0.12877 -0.0912,0.11006 -0.0303,-0.0187 -0.055,0.0294 -0.055,0.10704 0,0.13989 -0.1297,0.31925 -0.23086,0.31925 -0.0289,0 -0.0526,0.0373 -0.0526,0.0828 0,0.11682 -0.83192,0.94077 -0.91979,0.91097 -0.0399,-0.0135 -0.18732,0.11976 -0.32766,0.29618 -0.39244,0.49333 -1.42264,1.4891 -1.63039,1.57591 -0.10212,0.0427 -0.2008,0.117 -0.21929,0.16519 -0.0185,0.0481 -0.0628,0.0877 -0.0984,0.0879 -0.0356,1.7e-4 -0.14774,0.078 -0.2491,0.17299 -0.10135,0.095 -0.18428,0.14439 -0.18428,0.10979 0,-0.0346 -0.0272,-0.0461 -0.0605,-0.0255 -0.0333,0.0206 -0.0469,0.051 -0.0303,0.0676 0.0954,0.0954 -0.65947,0.46877 -0.9478,0.
 46877 -0.1149,0 -0.20891,0.0255 -0.20891,0.0567 0,0.0312 -0.0398,0.0567 -0.0884,0.0567 -0.0487,0 -0.0746,-0.0224 -0.0577,-0.0497 0.0169,-0.0273 -0.0645,-0.0157 -0.18094,0.0259 -0.11639,0.0415 -0.27613,0.0767 -0.35496,0.078 -0.13048,0.002 -0.33864,0.16987 -0.33864,0.27266 0,0.0231 -0.0784,0.116 -0.1741,0.20638 -0.12951,0.12223 -0.16576,0.19755 -0.14155,0.29403 0.0179,0.0713 0.0104,0.1434 -0.0167,0.16015 -0.0271,0.0167 -0.0633,0.13511 -0.0805,0.26304 -0.0172,0.12793 -0.0693,0.26251 -0.11575,0.29907 -0.10877,0.0855 -0.17834,0.41197 -0.0983,0.46143 0.0391,0.0241 0.0416,0.0719 0.007,0.13628 -0.0291,0.0545 -0.0646,0.19996 -0.0788,0.32322 -0.0142,0.12327 -0.0629,0.31315 -0.10833,0.42195 -0.0454,0.10882 -0.10074,0.2948 -0.12293,0.41331 -0.0221,0.1185 -0.10236,0.33208 -0.17813,0.4746 -0.0758,0.14254 -0.12456,0.28056 -0.10839,0.30674 0.0162,0.0262 0.004,0.0933 -0.0251,0.14911 -0.0577,0.10741 -0.18701,0.6979 -0.19795,0.90412 -0.004,0.0672 -0.0256,0.11034 -0.0491,0.0959 -0.0234,-0.0145 
 -0.0425,-5.4e-4 -0.0425,0.0304 0,0.0312 0.0246,0.0719 0.0546,0.0904 0.0349,0.0216 0.0347,0.0858 -4e-4,0.1782 -0.0302,0.0795 -0.0402,0.16839 -0.0221,0.19757 0.0482,0.0779 -0.0868,0.46468 -0.19083,0.54698 -0.11826,0.0935 -0.20871,0.0895 -0.29378,-0.013 z m 1.02361,-6.69988 -0.11737,-0.14922 0,0.14606 c 0,0.0803 -0.0255,0.16183 -0.0567,0.1811 -0.0312,0.0193 -0.0563,0.0655 -0.0558,0.10258 5.4e-4,0.0432 0.0192,0.0387 0.0516,-0.0125 0.0423,-0.0669 0.0678,-0.0629 0.15506,0.0248 0.10152,0.10197 0.10488,0.10145 0.12252,-0.0193 0.01,-0.0683 -0.0347,-0.19134 -0.0992,-0.27341 z m -0.0324,0.14959 c 0.0193,-0.0312 0.0463,-0.0567 0.0601,-0.0567 0.0138,0 0.025,0.0255 0.025,0.0567 0,0.0312 -0.027,0.0567 -0.0601,0.0567 -0.033,0 -0.0443,-0.0255 -0.025,-0.0567 z m 0.26594,-0.97811 c 0.0491,-0.039 0.10513,-0.17294 0.12466,-0.29768 0.0195,-0.12475 0.11008,-0.37886 0.20122,-0.56469 0.0911,-0.18583 0.15225,-0.35967 0.13579,-0.38631 -0.0165,-0.0266 0.004,-0.0915 0.0465,-0.14409 0.13342,-0.16698 0.21
 819,-0.34573 0.21819,-0.46011 0,-0.061 0.0231,-0.12512 0.0514,-0.14259 0.0283,-0.0174 0.0889,-0.14018 0.13481,-0.27269 0.0458,-0.1325 0.19057,-0.3525 0.32155,-0.4889 0.18358,-0.19115 0.23064,-0.27793 0.20536,-0.37863 -0.0382,-0.15231 0.0909,-0.30896 0.25473,-0.30896 0.0969,0 0.10709,-0.0353 0.0904,-0.31272 -0.0119,-0.19707 0.009,-0.35262 0.0568,-0.42065 0.0416,-0.0594 0.0618,-0.1439 0.045,-0.18784 -0.0179,-0.0466 0.0756,-0.18618 0.22451,-0.33505 0.27025,-0.27024 0.38345,-0.48088 0.40469,-0.75296 0.007,-0.0915 0.0544,-0.19673 0.10513,-0.23378 0.0555,-0.0405 0.0775,-0.10549 0.0555,-0.16302 -0.0256,-0.0669 -10e-4,-0.10484 0.0802,-0.1262 0.0679,-0.0177 0.10464,-0.0623 0.0877,-0.10646 -0.016,-0.0417 0.0623,-0.16469 0.17404,-0.27319 0.11173,-0.10851 0.20315,-0.22494 0.20315,-0.25873 0,-0.0338 0.0283,-0.0614 0.0628,-0.0614 0.0345,0 0.0481,-0.0382 0.0302,-0.0851 -0.018,-0.0468 -0.0269,-0.0851 -0.0199,-0.0851 0.007,0 0.0921,0.0227 0.18908,0.0505 0.097,0.0278 0.20762,0.0312 0.24587,0.
 008 0.0409,-0.0254 0.1271,0.0104 0.20946,0.0867 0.11762,0.10901 0.13385,0.16201 0.10184,0.33264 -0.0209,0.11163 -0.0571,0.20296 -0.0804,0.20296 -0.0233,0 -0.0409,0.14672 -0.0391,0.32604 l 0.003,0.32604 -0.26184,0.12651 c -0.14401,0.0696 -0.32049,0.20993 -0.39216,0.31187 -0.0717,0.10193 -0.16324,0.21922 -0.20345,0.26064 -0.14953,0.154 -0.20332,0.32805 -0.22143,0.71656 -0.0102,0.21938 -0.0195,0.41164 -0.0206,0.42724 -7.4e-4,0.0156 -0.0268,-0.01 -0.057,-0.0567 -0.0447,-0.0692 -0.0551,-0.0621 -0.0558,0.0385 -4.5e-4,0.0679 -0.0328,0.15726 -0.0717,0.19848 -0.039,0.0412 -0.15886,0.17701 -0.2664,0.30174 -0.10752,0.12473 -0.21787,0.21976 -0.24519,0.21119 -0.0274,-0.009 -0.0335,0.0105 -0.0137,0.0425 0.0197,0.032 0.01,0.0581 -0.0224,0.0581 -0.032,0 -0.0436,0.0382 -0.0256,0.0851 0.018,0.0468 0.004,0.0851 -0.0301,0.0851 -0.0366,0 -0.0628,0.10657 -0.0628,0.25572 0,0.1895 -0.0306,0.28127 -0.11787,0.35438 -0.22561,0.18888 -0.28624,0.38466 -0.25055,0.80921 0.0229,0.272 0.0136,0.39517 -0.0298
 ,0.39517 -0.0377,0 -0.0482,0.0466 -0.0262,0.11612 0.0203,0.0639 0.006,0.15315 -0.0315,0.1984 -0.0533,0.0643 -0.0528,0.1196 0.002,0.25244 0.0552,0.13335 0.1058,0.17016 0.23371,0.17016 0.0898,0 0.2097,-0.0447 0.26647,-0.0992 0.3306,-0.31774 0.84282,-0.65564 0.92081,-0.60744 0.0293,0.0181 0.0533,0.007 0.0533,-0.0253 0,-0.032 0.0382,-0.0436 0.0851,-0.0256 0.0538,0.0206 0.0851,-5.4e-4 0.0851,-0.0585 0,-0.0502 0.0259,-0.0911 0.0575,-0.0911 0.0317,0 0.10181,-0.0728 0.15593,-0.1618 0.0541,-0.089 0.11986,-0.16291 0.1461,-0.16426 0.0262,-0.002 0.13714,-0.0816 0.24645,-0.17842 0.1093,-0.0968 0.25841,-0.17595 0.33134,-0.17595 0.22731,0 0.42202,-0.10479 0.49507,-0.26643 0.0385,-0.0854 0.16554,-0.25816 0.2821,-0.38388 0.11657,-0.12572 0.21225,-0.25602 0.21264,-0.28957 7.5e-4,-0.0759 0.222,-0.27872 0.35509,-0.32569 0.0546,-0.0193 0.0992,-0.0613 0.0992,-0.0935 0,-0.0322 0.0382,-0.0585 0.0851,-0.0585 0.0468,0 0.0851,-0.0356 0.0851,-0.079 0,-0.0435 0.035,-0.0924 0.0779,-0.10888 0.0429,-0.0164
  0.0946,-0.11904 0.11506,-0.22802 0.0373,-0.19881 0.38823,-0.60475 0.52281,-0.60475 0.0368,0 0.0929,-0.0745 0.12471,-0.16561 0.0317,-0.0911 0.18734,-0.30008 0.34576,-0.46443 0.15841,-0.16436 0.28802,-0.33175 0.28802,-0.37199 0,-0.0837 0.24709,-0.16122 0.337,-0.10566 0.0329,0.0204 0.0599,0.0108 0.0599,-0.0212 0,-0.0321 0.0319,-0.047 0.0709,-0.0333 0.17124,0.0604 0.25482,-0.10802 0.25388,-0.51145 -7.5e-4,-0.48481 0.0678,-0.94962 0.14868,-1.00188 0.0331,-0.0214 0.0528,-0.15815 0.0438,-0.30391 -0.009,-0.15457 0.006,-0.25134 0.0369,-0.23216 0.03,0.0186 0.0415,-0.0281 0.0264,-0.10718 -0.0156,-0.0813 -2.2e-4,-0.14004 0.0365,-0.14004 0.0349,0 0.0633,-0.0343 0.0633,-0.0763 0,-0.042 0.0511,-0.12246 0.1134,-0.1789 0.0624,-0.0564 0.11341,-0.16096 0.11341,-0.23225 0,-0.0713 0.0223,-0.14342 0.0496,-0.16029 0.0273,-0.0169 0.0497,-0.10023 0.0497,-0.18526 0,-0.085 0.0287,-0.16418 0.0638,-0.17587 0.0351,-0.0116 0.0638,-0.0667 0.0638,-0.12229 0,-0.0555 0.0489,-0.16325 0.10874,-0.23928 0.13472,
 -0.17128 0.20973,-0.52918 0.12224,-0.58325 -0.0344,-0.0213 -0.0456,-0.0665 -0.0247,-0.10031 0.021,-0.0338 0.0136,-0.0464 -0.0164,-0.028 -0.03,0.0185 -0.10173,-0.0542 -0.15953,-0.16151 -0.0888,-0.16495 -0.0952,-0.22805 -0.0414,-0.40762 0.12609,-0.42034 0.13571,-0.48231 0.0803,-0.51723 -0.0979,-0.0617 -0.41267,-0.63647 -0.37865,-0.69152 0.0179,-0.029 0.004,-0.0527 -0.0308,-0.0527 -0.0349,0 -0.0499,-0.0217 -0.0336,-0.0482 0.0164,-0.0265 -0.0332,-0.0818 -0.11006,-0.12299 -0.0769,-0.0412 -0.13982,-0.096 -0.13982,-0.12195 0,-0.0259 -0.0363,-0.0471 -0.0806,-0.0471 -0.0444,0 -0.10931,-0.0868 -0.14434,-0.19295 -0.0421,-0.12749 -0.10956,-0.20448 -0.19889,-0.22689 -0.0744,-0.0186 -0.16899,-0.0658 -0.21027,-0.10473 -0.20303,-0.19147 -0.26692,-0.21984 -0.37042,-0.16444 -0.0575,0.0308 -0.33272,0.0687 -0.61155,0.0841 -0.28928,0.0161 -0.51577,0.0546 -0.52745,0.0896 -0.0113,0.0338 -0.0758,0.0476 -0.14338,0.0307 -0.0883,-0.0221 -0.18143,0.0246 -0.33072,0.16555 -0.11431,0.10795 -0.22003,0.1840
 7 -0.23494,0.16916 -0.0149,-0.0149 -0.11276,0.0584 -0.21744,0.163 -0.21389,0.21367 -0.49817,0.40664 -0.53895,0.36586 -0.0399,-0.0399 -0.30344,0.21819 -0.30344,0.29705 0,0.0373 -0.0255,0.0519 -0.0567,0.0326 -0.0312,-0.0193 -0.0567,0.006 -0.0567,0.0567 0,0.0505 -0.0218,0.0783 -0.0485,0.0618 -0.0267,-0.0166 -0.0394,0.0394 -0.0281,0.12422 0.0113,0.0848 0.006,0.12343 -0.0121,0.0858 -0.021,-0.044 -0.0875,-0.004 -0.18704,0.1134 -0.23074,0.2715 -0.35692,0.49006 -0.31866,0.55199 0.0187,0.0303 0.004,0.0551 -0.0329,0.0551 -0.0473,0 -0.0441,0.0283 0.0108,0.0959 0.0528,0.0652 0.0551,0.0823 0.007,0.0534 -0.0444,-0.0266 -0.0709,-0.0102 -0.0709,0.0438 0,0.0476 -0.0455,0.11073 -0.10099,0.14046 -0.0555,0.0297 -0.10534,0.11184 -0.11066,0.18249 -0.005,0.0707 -0.0492,0.15054 -0.0975,0.17757 -0.0483,0.027 -0.0878,0.0868 -0.0878,0.13276 0,0.046 -0.0628,0.10752 -0.13956,0.1367 -0.0875,0.0333 -0.1596,0.1226 -0.19335,0.23958 -0.0296,0.10259 -0.056,0.15172 -0.0589,0.10918 -0.003,-0.0456 -0.0895,0.004 
 -0.21071,0.12234 -0.16546,0.16072 -0.20675,0.24426 -0.21157,0.42803 -0.003,0.12609 -0.0251,0.19827 -0.0487,0.16117 -0.0269,-0.0423 -0.043,-0.0228 -0.0436,0.0529 -10e-4,0.1886 -0.23455,0.70216 -0.31883,0.70216 -0.0418,0 -0.11563,0.0766 -0.16401,0.17011 -0.0484,0.0936 -0.12558,0.17011 -0.17155,0.17011 -0.0643,0 -0.0836,0.0776 -0.0836,0.33517 0,0.3014 -0.0169,0.34933 -0.16697,0.47566 -0.0918,0.0773 -0.14924,0.16016 -0.12758,0.18418 0.0217,0.024 -0.005,0.0277 -0.0599,0.008 -0.0546,-0.0195 -0.10076,-0.0173 -0.10265,0.005 -0.0347,0.41468 -0.0623,0.6234 -0.0914,0.69283 -0.0196,0.0468 -0.0422,0.11602 -0.0502,0.15389 -0.008,0.0378 -0.0689,0.14525 -0.13541,0.23867 -0.10153,0.14258 -0.12208,0.25667 -0.12807,0.71082 -0.004,0.29754 -0.0312,0.54098 -0.0605,0.54098 -0.0294,0 -0.039,0.0378 -0.0212,0.084 0.0184,0.0479 -0.0391,0.16213 -0.13403,0.26598 -0.15953,0.17466 -0.1961,0.37674 -0.0972,0.53683 0.0457,0.0739 -0.0583,0.46309 -0.16395,0.61396 -0.0436,0.0622 -0.0789,0.25165 -0.0794,0.42559 
 -5.3e-4,0.22327 -0.0167,0.28895 -0.0558,0.22836 -0.0453,-0.0701 -0.0551,-0.0646 -0.0558,0.0312 -4.5e-4,0.0639 -0.0291,0.14447 -0.0636,0.17898 -0.0395,0.0395 -0.0552,0.24312 -0.0425,0.55002 0.0111,0.268 -0.002,0.48727 -0.0293,0.48727 -0.0272,-10e-6 -0.021,0.0343 0.0137,0.0761 0.0347,0.0418 0.0481,0.0912 0.0297,0.10962 -0.0483,0.0483 0.0287,0.15449 0.11208,0.15449 0.0389,0 0.11099,-0.0319 0.16003,-0.0709 z m 10.31999,7.45032 c 0.01,-0.0373 -0.0592,-0.11174 -0.15274,-0.16553 -0.0935,-0.0537 -0.17924,-0.11882 -0.1904,-0.14451 -0.0112,-0.0257 -0.10619,-0.12489 -0.21117,-0.22042 -0.10498,-0.0955 -0.17892,-0.19303 -0.16431,-0.21667 0.0146,-0.0236 -0.0129,-0.0581 -0.0611,-0.0766 -0.0567,-0.0218 -0.0735,-0.0107 -0.0476,0.0312 0.0225,0.0364 0.0151,0.0494 -0.0167,0.0297 -0.0917,-0.0566 -0.0751,-0.3886 0.0282,-0.56347 0.10756,-0.18209 0.45983,-0.40649 0.72927,-0.46454 0.15616,-0.0337 0.2292,-0.10576 0.27626,-0.27275 0.007,-0.0234 0.0173,-0.0616 0.0237,-0.085 0.0454,-0.16439 -0.003,-1.05
 972 -0.0589,-1.09439 -0.0394,-0.0243 -0.0475,-0.0721 -0.0199,-0.11671 0.0256,-0.0415 0.0511,-0.2294 0.0564,-0.41742 0.009,-0.32767 0.20922,-1.25447 0.31521,-1.46175 0.0319,-0.0625 0.0296,-0.0992 -0.007,-0.0992 -0.0314,0 -0.0572,-0.0398 -0.0572,-0.0884 0,-0.0486 0.023,-0.0742 0.0511,-0.0568 0.0543,0.0336 0.17563,-0.25876 0.17563,-0.42336 0,-0.0539 0.0341,-0.12628 0.0757,-0.16084 0.0416,-0.0346 0.11159,-0.17155 0.15544,-0.30443 0.0698,-0.2116 0.26347,-0.4526 0.7883,-0.98111 0.0631,-0.0634 0.11459,-0.1464 0.11459,-0.18429 0,-0.0379 0.0447,-0.0695 0.0992,-0.0701 0.0546,-5.4e-4 0.17553,-0.09 0.2688,-0.19846 0.0933,-0.10847 0.2032,-0.19724 0.24433,-0.19724 0.0411,0 0.063,-0.0191 0.0485,-0.0425 -0.0145,-0.0234 0.0982,-0.0444 0.25024,-0.0466 0.18328,-0.003 0.38132,-0.0572 0.58751,-0.16148 0.36184,-0.18308 0.60586,-0.20344 0.88286,-0.0736 0.10915,0.0511 0.2479,0.0876 0.30835,0.0811 0.0838,-0.009 0.12217,0.0386 0.16155,0.20072 0.0468,0.19285 0.15382,0.29894 0.15382,0.15259 0,-0.033 0.
 0254,-0.0444 0.0565,-0.0251 0.0358,0.0221 0.0262,0.0936 -0.0261,0.19461 -0.0454,0.0878 -0.0647,0.17762 -0.0428,0.19949 0.0219,0.0219 -0.003,0.0636 -0.0546,0.0926 -0.0519,0.0291 -0.11111,0.12919 -0.13161,0.22256 -0.0367,0.16706 -0.0431,0.16977 -0.40135,0.16977 -0.25494,0 -0.36406,-0.0214 -0.36406,-0.0714 0,-0.0985 -0.57771,-0.094 -0.69757,0.005 -0.0502,0.0417 -0.12013,0.0579 -0.15538,0.0362 -0.0684,-0.0423 -0.45119,0.294 -0.45119,0.39636 0,0.0334 -0.0638,0.15465 -0.14176,0.26938 -0.078,0.11474 -0.14176,0.24618 -0.14176,0.29209 0,0.0952 -0.16296,0.41729 -0.27065,0.53488 -0.0397,0.0434 -0.11344,0.15935 -0.16385,0.25775 -0.0504,0.0984 -0.11834,0.1961 -0.15096,0.21711 -0.0402,0.0259 -0.0367,0.0654 0.0107,0.12254 0.0474,0.0571 0.0508,0.0962 0.0106,0.12106 -0.035,0.0217 -0.0595,0.26941 -0.0595,0.60377 0,0.31187 0.0214,0.55383 0.0475,0.53769 0.0261,-0.0162 0.0502,0.10356 0.0537,0.26599 0.003,0.16243 0.0229,0.39738 0.0435,0.52213 0.0205,0.12475 0.0389,0.2587 0.0408,0.29769 0.002,0.03
 9 0.0221,0.0709 0.0446,0.0709 0.0951,0 0.1985,0.76756 0.11076,0.82178 -0.0326,0.0201 -0.0462,0.0577 -0.0303,0.0834 0.016,0.0258 -0.004,0.0594 -0.0438,0.0748 -0.0443,0.017 -0.0693,0.1138 -0.0638,0.24693 0.004,0.12044 -0.0242,0.28278 -0.0649,0.36074 -0.0406,0.078 -0.0875,0.20685 -0.10418,0.28642 -0.0213,0.1017 -0.0932,0.16905 -0.24188,0.2268 -0.11635,0.0452 -0.32764,0.14202 -0.46954,0.21519 -0.1419,0.0732 -0.38242,0.14288 -0.53449,0.15492 -0.15206,0.0121 -0.31297,0.0522 -0.35759,0.0892 -0.0626,0.052 -0.0771,0.0519 -0.0637,-4.6e-4 z m 5.14892,-0.63018 c -0.0468,-0.0249 -0.1616,-0.0799 -0.25516,-0.12232 -0.0936,-0.0424 -0.20838,-0.11552 -0.25517,-0.16252 -0.0468,-0.047 -0.20409,-0.14146 -0.34959,-0.20994 -0.14572,-0.0686 -0.28114,-0.17683 -0.3015,-0.24099 -0.0204,-0.064 -0.0764,-0.11647 -0.12467,-0.11647 -0.15836,0 -0.4949,-0.45326 -0.60603,-0.8162 -0.13565,-0.443 -0.18602,-0.99827 -0.0906,-0.99827 0.0523,0 0.0514,-0.0209 -0.004,-0.087 -0.0579,-0.0698 -0.0582,-0.11313 -10e-4,-0.
 21923 0.0389,-0.0727 0.0747,-0.19943 0.0794,-0.28153 0.004,-0.0821 0.025,-0.14931 0.045,-0.14934 0.02,-1e-5 0.0526,-0.0649 0.0725,-0.1441 0.0218,-0.0872 0.0613,-0.1285 0.1,-0.10465 0.0381,0.0236 0.0481,0.014 0.0247,-0.0237 -0.0215,-0.0347 -0.0136,-0.10886 0.0176,-0.1647 0.0968,-0.17356 0.28742,-0.63114 0.28742,-0.68998 0,-0.0308 0.0514,-0.0723 0.11422,-0.0922 0.0628,-0.0199 0.0995,-0.0601 0.0815,-0.0893 -0.018,-0.0291 0.005,-0.0677 0.0522,-0.0857 0.0499,-0.0192 0.0708,-0.0698 0.0507,-0.12231 -0.0227,-0.0593 -0.012,-0.0758 0.0319,-0.0487 0.0365,0.0225 0.0663,0.0142 0.0663,-0.0184 0,-0.0553 0.0341,-0.10272 0.29769,-0.41436 0.0546,-0.0646 0.0992,-0.14821 0.0992,-0.18598 0,-0.0378 0.10127,-0.13884 0.22505,-0.22462 0.12377,-0.0858 0.23956,-0.20171 0.25731,-0.25763 0.0177,-0.0559 0.0695,-0.11599 0.11517,-0.13349 0.0456,-0.0175 0.0829,-0.0709 0.0829,-0.11864 0,-0.0477 0.0192,-0.0869 0.0426,-0.087 0.0234,-1.1e-4 0.0925,-0.0748 0.15367,-0.16607 0.0611,-0.0912 0.12842,-0.15525 0.14951
 ,-0.14223 0.0211,0.013 0.0698,-0.0142 0.10842,-0.0608 0.0385,-0.0464 0.10522,-0.0844 0.14818,-0.0844 0.0429,0 0.0785,-0.0319 0.079,-0.0709 5.3e-4,-0.0473 0.0192,-0.0425 0.0558,0.0142 0.0367,0.0567 0.0552,0.0614 0.0558,0.0142 4.5e-4,-0.039 0.037,-0.0709 0.0812,-0.0709 0.0442,0 0.0888,-0.0192 0.0992,-0.0425 0.0581,-0.13056 0.48648,-0.37665 0.66711,-0.38317 0.24048,-0.009 0.49935,-0.0763 0.65595,-0.17143 0.12355,-0.075 0.63727,-0.0807 0.7513,-0.008 0.039,0.0248 0.0966,0.0291 0.12798,0.01 0.0314,-0.0194 0.0724,0.004 0.091,0.053 0.0186,0.0486 0.0631,0.0716 0.0988,0.0512 0.0357,-0.0204 0.0461,-0.0163 0.0229,0.009 -0.0231,0.0255 -0.0139,0.0803 0.0206,0.12183 0.0473,0.057 0.0398,0.0842 -0.0306,0.11115 -0.0556,0.0214 -0.0809,0.0742 -0.0628,0.13107 0.0253,0.0797 -0.003,0.0915 -0.17037,0.0719 -0.21034,-0.0246 -0.37927,0.10088 -0.45432,0.33735 -0.0352,0.11084 -0.35764,0.27581 -0.5391,0.27581 -0.0563,0 -0.13615,0.0333 -0.17736,0.0741 -0.0412,0.0408 -0.15786,0.12279 -0.25922,0.18234 -0.10
 135,0.0596 -0.18427,0.12587 -0.18427,0.1474 0,0.0215 -0.11401,0.11465 -0.25335,0.20694 -0.13934,0.0923 -0.23715,0.18401 -0.21736,0.20381 0.0197,0.0197 -0.0129,0.0368 -0.0727,0.0378 -0.10499,10e-4 -0.30714,0.12156 -0.30714,0.18204 0,0.0163 -0.11455,0.15379 -0.25455,0.30561 -0.14001,0.15182 -0.25483,0.32405 -0.25516,0.38274 -5.4e-4,0.13255 -0.17761,0.42335 -0.40645,0.66832 -0.16052,0.17184 -0.28707,0.39239 -0.3036,0.52912 -0.004,0.0312 -0.0278,0.146 -0.0534,0.25516 -0.0731,0.31144 -0.0481,0.93875 0.053,1.3325 0.0453,0.17628 0.40443,0.59603 0.50874,0.59451 0.0326,-4.7e-4 0.0211,-0.0257 -0.0257,-0.0558 -0.0706,-0.0456 -0.0658,-0.0554 0.0283,-0.0576 0.0624,-10e-4 0.16173,-0.0393 0.2208,-0.084 0.095,-0.0719 0.1261,-0.068 0.26933,0.034 0.0891,0.0634 0.16234,0.0944 0.16282,0.0689 4.5e-4,-0.0255 0.0246,-0.009 0.0536,0.0369 0.029,0.0458 0.13704,0.0877 0.24011,0.0931 0.10308,0.005 0.19381,0.0157 0.2016,0.023 0.008,0.007 0.0333,0.0168 0.0567,0.0212 0.2082,0.0389 0.24775,0.31131 0.0709,0
 .48818 -0.0624,0.0624 -0.1134,0.13616 -0.1134,0.16396 0,0.0278 -0.0648,0.0669 -0.14408,0.0867 -0.0792,0.0199 -0.12962,0.0596 -0.11195,0.0881 0.0177,0.0285 -0.0614,0.0778 -0.1758,0.10939 -0.11436,0.0316 -0.26172,0.10615 -0.32749,0.16573 -0.1428,0.12936 -0.37036,0.18759 -0.48814,0.1249 z m -10.09572,-0.25403 c -0.0297,-0.0297 -0.054,-0.0367 -0.054,-0.0156 0,0.021 -0.0702,0.0107 -0.15593,-0.0231 -0.0858,-0.0338 -0.25424,-0.0689 -0.37437,-0.0781 -0.12014,-0.009 -0.24645,-0.0447 -0.28068,-0.0789 -0.0343,-0.0343 -0.10397,-0.0622 -0.15496,-0.0622 -0.051,0 -0.20919,-0.11482 -0.35154,-0.25516 -0.15578,-0.15358 -0.31186,-0.25587 -0.39208,-0.25694 -0.21362,-0.003 -0.41642,-0.3882 -0.46885,-0.89086 -0.007,-0.0699 -0.0305,-0.14437 -0.0515,-0.16539 -0.057,-0.057 -0.0461,-0.14431 0.0133,-0.10754 0.0294,0.0183 0.0446,-0.11997 0.0352,-0.32268 -0.009,-0.19502 0.006,-0.3827 0.0335,-0.41709 0.0445,-0.0558 0.0818,-0.25969 0.10019,-0.54702 0.004,-0.0546 0.0416,-0.0992 0.0848,-0.0992 0.0823,0 0.16
 606,-0.19082 0.15212,-0.34643 -0.004,-0.0502 0.0549,-0.13261 0.13211,-0.18317 0.0772,-0.0505 0.20457,-0.1562 0.28315,-0.23478 0.0786,-0.0786 0.16441,-0.14286 0.19074,-0.14286 0.0616,0 0.20055,-0.3811 0.16181,-0.44377 -0.048,-0.0777 0.41398,-0.46526 0.59858,-0.50218 0.0938,-0.0188 0.18442,-0.0702 0.20136,-0.11436 0.0169,-0.0441 0.0658,-0.0669 0.10853,-0.0504 0.0427,0.0164 0.0777,0.004 0.0777,-0.0276 0,-0.0317 0.0635,-0.121 0.14111,-0.19862 0.0776,-0.0776 0.13728,-0.15938 0.1326,-0.1817 -0.0219,-0.10434 0.13648,-0.36654 0.23729,-0.39291 0.062,-0.0162 0.11272,-0.052 0.11272,-0.0796 0,-0.0276 0.0908,-0.0501 0.20181,-0.0501 0.13053,0 0.18838,-0.0217 0.16381,-0.0615 -0.0242,-0.0392 0.0105,-0.0543 0.0959,-0.0417 0.093,0.0137 0.16406,-0.0238 0.23273,-0.12281 0.0639,-0.0922 0.0996,-0.11251 0.10112,-0.0575 10e-4,0.0601 0.0349,0.0458 0.11347,-0.0485 0.0612,-0.0734 0.0998,-0.15197 0.0858,-0.17456 -0.0139,-0.0226 0.0523,-0.12612 0.14723,-0.23006 0.13788,-0.15096 0.18298,-0.17288 0.22415,
 -0.10895 0.0431,0.0669 0.0597,0.0674 0.10102,0.003 0.0303,-0.047 0.18934,-0.0849 0.40984,-0.0979 0.26764,-0.0157 0.38253,-0.0487 0.44664,-0.12834 0.0475,-0.059 0.16756,-0.13421 0.26687,-0.16722 0.1595,-0.053 0.19012,-0.0454 0.26268,0.0654 0.0731,0.11166 0.0709,0.13923 -0.0206,0.25225 -0.0565,0.0698 -0.1237,0.12326 -0.14929,0.11884 -0.14721,-0.0255 -0.18837,0.0136 -0.15487,0.14713 0.0269,0.1072 0.0134,0.14175 -0.0556,0.14175 -0.1018,0 -0.12632,0.19842 -0.0318,0.25687 0.0402,0.0249 0.0369,0.064 -0.0106,0.12107 -0.0561,0.0676 -0.0538,0.0945 0.0114,0.13578 0.0447,0.0283 0.10571,0.0438 0.13541,0.0344 0.086,-0.0272 0.30213,0.18849 0.33994,0.33914 0.019,0.0757 0.0657,0.13366 0.10381,0.1288 0.1373,-0.0175 0.19679,0.007 0.33847,0.13806 0.11041,0.10232 0.14872,0.20153 0.16421,0.4253 0.0111,0.16051 10e-4,0.29183 -0.0205,0.2918 -0.0224,-1e-5 -0.0265,0.0371 -0.009,0.0824 0.0174,0.0453 -0.01,0.14103 -0.0599,0.21264 -0.0503,0.0716 -0.11734,0.22572 -0.14889,0.34245 -0.0685,0.25332 -0.58811,
 0.80215 -0.81287,0.85857 -0.0855,0.0215 -0.13614,0.0642 -0.11551,0.0976 0.0202,0.0326 -0.007,0.17381 -0.0604,0.31365 -0.0534,0.13983 -0.0827,0.26868 -0.065,0.28633 0.0177,0.0177 -0.006,0.10541 -0.0522,0.19502 -0.0464,0.0896 -0.0589,0.16292 -0.0279,0.16292 0.031,0 0.0417,0.0382 0.0238,0.0847 -0.0179,0.0466 -0.0593,0.0682 -0.092,0.0479 -0.035,-0.0217 -0.0426,-0.009 -0.0185,0.0296 0.0225,0.0365 0.0631,0.0528 0.0901,0.036 0.027,-0.0167 0.0572,0.0493 0.0669,0.14649 0.0148,0.1472 0.0533,0.18897 0.22929,0.24915 0.11631,0.0397 0.2743,0.0723 0.35111,0.0723 0.15236,0 0.48589,0.31921 0.48721,0.46627 4.5e-4,0.0476 0.0172,0.14799 0.0373,0.22303 0.0256,0.0957 0.0169,0.12432 -0.0292,0.0959 -0.0388,-0.0239 -0.0657,-0.005 -0.0657,0.0458 0,0.095 -0.19058,0.22113 -0.24771,0.164 -0.0197,-0.0198 -0.0358,-0.006 -0.0358,0.0303 0,0.0364 -0.0638,0.0661 -0.14175,0.0661 -0.078,0 -0.14176,0.0228 -0.14176,0.0506 0,0.076 -0.16441,0.12874 -0.49615,0.15927 -0.19417,0.0179 -0.29768,0.006 -0.29768,-0.0345 0,
 -0.0341 -0.0638,-0.0619 -0.14175,-0.0619 -0.078,0 -0.14176,-0.0245 -0.14176,-0.0543 0,-0.0778 -0.68646,-0.40225 -0.75775,-0.35819 -0.0327,0.0203 -0.1061,0.0767 -0.16305,0.12542 -0.0569,0.0488 -0.11675,0.081 -0.13292,0.0717 -0.0355,-0.0204 -0.70405,0.67287 -0.70405,0.73014 0,0.0581 -0.27907,0.0338 -0.34295,-0.03 z m -0.28077,-1.4771 c 0.0388,-0.0468 0.14188,-0.085 0.22902,-0.085 0.0871,0 0.16733,-0.0266 0.17818,-0.0592 0.0109,-0.0326 0.0739,-0.0633 0.14025,-0.0683 0.0732,-0.005 0.10945,-0.0379 0.0923,-0.0825 -0.0156,-0.0406 0.011,-0.0735 0.0591,-0.0735 0.048,0 0.10347,-0.051 0.12325,-0.11328 0.0197,-0.0623 0.0972,-0.12864 0.17203,-0.14742 0.0748,-0.0188 0.13056,-0.0507 0.1238,-0.071 -0.007,-0.0203 0.0132,-0.0395 0.0444,-0.0428 0.07,-0.007 0.13414,-0.35053 0.13848,-0.74134 10e-4,-0.1615 0.0352,-0.32735 0.0742,-0.36856 0.0656,-0.0693 0.0835,-0.22224 0.042,-0.35844 -0.0464,-0.15253 -0.0238,-0.36886 0.041,-0.39377 0.0401,-0.0154 0.0728,-0.10216 0.0728,-0.19289 0,-0.0907 0.0382,-0
 .1967 0.0851,-0.23553 0.0468,-0.0388 0.0851,-0.10261 0.0851,-0.14175 0,-0.0391 0.0341,-0.0995 0.0759,-0.13413 0.11445,-0.095 0.20998,-0.47251 0.16353,-0.64621 -0.0391,-0.14626 -0.0483,-0.14983 -0.19293,-0.0748 -0.0835,0.0433 -0.16547,0.0651 -0.1821,0.0485 -0.0166,-0.0166 -0.0591,0.0305 -0.0944,0.10467 -0.0803,0.16888 -0.37551,0.4096 -0.49913,0.40706 -0.11347,-0.002 -0.29149,0.14472 -0.29149,0.24081 0,0.0385 -0.0619,0.0857 -0.13767,0.10468 -0.0899,0.0225 -0.17226,0.11293 -0.23728,0.26028 -0.0548,0.12416 -0.11186,0.21347 -0.12685,0.19848 -0.015,-0.015 -0.10011,0.10028 -0.18914,0.25617 -0.0913,0.1598 -0.2026,0.28344 -0.25524,0.28344 -0.0514,0 -0.0777,0.0157 -0.0584,0.0349 0.0192,0.0191 -0.0267,0.15316 -0.1019,0.29768 -0.0843,0.16197 -0.14822,0.4016 -0.16651,0.62467 -0.0163,0.19904 -0.0526,0.39041 -0.0807,0.42526 -0.10229,0.1271 -0.13497,0.53901 -0.0496,0.62444 0.0645,0.0645 0.32685,0.14888 0.61667,0.19834 0.0195,0.003 0.0674,-0.0322 0.10616,-0.079 z m 29.32396,-1.27579 c 0,-0.0
 78 0.0129,-0.10986 0.0286,-0.0709 0.0157,0.039 0.0157,0.10277 0,0.14175 -0.0157,0.039 -0.0286,0.007 -0.0286,-0.0709 z m 17.44113,-0.32106 c 0.039,-0.0157 0.10277,-0.0157 0.14176,0 0.039,0.0157 0.007,0.0286 -0.0709,0.0286 -0.078,0 -0.10986,-0.0129 -0.0709,-0.0286 z&quot;
++     id=&quot;path3530&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
+   &lt;style
+      id=&quot;style26&quot;
+-     type=&quot;text/css&quot;&gt;
+-        .specularity {opacity:0.5;}
+-        .low-specularity {opacity:0.25;}
+-        .full-specularity {opacity:1;}
+-        .black {fill:#000000;}
+-        .white {fill:#ffffff;}
+-        .outline-big {stroke-width:16;stroke:none;opacity:0.1;fill:none;}
+-        .outline-small {stroke-width:8;stroke:none;opacity:0.2;fill:none;}
+-        .stroke-highlight {fill:none;stroke:none;opacity:0.2;}
+-               .base-shadow         {fill:black;opacity:75;}
+-        &lt;/style&gt;
++     type=&quot;text/css&quot; /&gt;
++  &lt;g
++     style=&quot;display:inline;enable-background:new&quot;
++     id=&quot;g9139&quot;
++     transform=&quot;matrix(0.77688855,0,0,0.77688855,67.704079,53.937034)&quot;&gt;
++    &lt;g
++       style=&quot;opacity:0.78325124&quot;
++       id=&quot;g6035&quot;
++       transform=&quot;translate(3.6896803e-7,0.4883067)&quot;&gt;
++      &lt;path
++         style=&quot;fill:#000000;fill-opacity:1;filter:url(#filter6017-3)&quot;
++         id=&quot;path5987&quot;
++         d=&quot;m 54.1,12.988307 -41.2,42.2 c -15.6,15.6 10.1,14.3 19.4,20.2 4.3,2.8 -13.8,6.4 -10.1,10.1 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.699996 -7.3,7.600003 -3.7,11.300003 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.100003 17,-4.1 20.3,-12.500003 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 l -42.7,-43.7 c -5.3,-5.0000003 -14,-5.0000003 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z M 31.9,105.38831 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.700003 -16.9,0.3 -11.1,5.2 z m 67.5,-6.700003 c -4.6,4.200003 0.8,8.600003 5.3,5.700003 1.2,-0.8 -0.1,-4.700007 -5.3,-5.700003 z&quot;
++         inkscape:connector-curvature=&quot;0&quot; /&gt;
++      &lt;path
++         style=&quot;opacity:0.57635468;fill:#000000;fill-opacity:1;filter:url(#filter6031-0)&quot;
++         id=&quot;path6021&quot;
++         d=&quot;m 54.1,13.964921 -41.2,42.2 c -15.6,15.6 10.1,14.3 19.4,20.2 4.3,2.8 -13.8,6.4 -10.1,10.1 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.699999 -7.3,7.600009 -3.7,11.300009 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.100009 17,-4.1 20.3,-12.500009 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 l -42.7,-43.7 c -5.3,-5.0000009 -14,-5.0000009 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z M 31.9,106.36493 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.700009 -16.9,0.3 -11.1,5.2 z m 67.5,-6.700009 c -4.6,4.200009 0.8,8.600009 5.3,5.700009 1.2,-0.8 -0.1,-4.70001 -5.3,-5.700009 z&quot;
++         inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;/g&gt;
++    &lt;path
++       style=&quot;fill:#000000;fill-opacity:1&quot;
++       id=&quot;use7631&quot;
++       d=&quot;M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;fill:none&quot;
++       id=&quot;use7639&quot;
++       d=&quot;M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;use
++       xlink:href=&quot;#outline1&quot;
++       height=&quot;300&quot;
++       width=&quot;400&quot;
++       y=&quot;0&quot;
++       x=&quot;0&quot;
++       style=&quot;opacity:0.66995072;fill:url(#linearGradient9175-3);filter:url(#filter8490-0)&quot;
++       id=&quot;use7641&quot;
++       clip-path=&quot;url(#clipPath9086-1)&quot;
++       transform=&quot;matrix(0.9905442,0,0,0.9905442,0.6051535,0.604136)&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.50526315;fill:url(#shinySpecular-0);stroke:none&quot;
++       id=&quot;path7643&quot;
++       d=&quot;M 16.565217,57.039374 C 5.3632748,68.140398 25.042362,65.011927 40.180121,70.966113 L 71.464824,15.965587 c -4.743164,-4.844083 -10.798268,-4.44041 -15.137759,0 L 16.565217,57.039374 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;fill:url(#IcecapTip-0)&quot;
++       id=&quot;icecap&quot;
++       d=&quot;m 70.5,15.5 16.3,16.6 c 1.5,1.5 1.5,4.6 0.6,5.5 L 79.3,31 77.7,40.7 71,37.1 60.1,44 56.5,29.5 50.7,42.1 36.2,42 c -2.8,0 -2.4,-2.9 0.5,-5.8 5.7,-6.3 16.8,-17 20.3,-20.7 3.6,-3.7 9.9,-3.6 13.5,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.21674876;fill:url(#radialGradient9177-1);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
++       id=&quot;path8566&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)&quot;
++       d=&quot;m 113,203.5 c 0,0 3.34046,5.10071 3,7.5 -0.66817,4.70868 -10.80945,7.05842 -8.5625,11.25 2.21991,4.14114 10.22139,1.79405 16.9375,6.125 6.6875,4.3125 4.88949,13.10149 9.75,15.3125 9.47925,4.31205 34.375,-7.4375 33.125,-7.1875 -1.25,0.25 -24.57014,5.09545 -29.82014,0.84545 -5.98592,-4.84575 -7.70217,-8.23028 -12.11736,-11.09545 -4.13751,-2.68498 -9.94967,-3.78036 -11.30246,-5.97865 -1.35279,-2.19829 2.7092,-5.03469 2.98996,-9.27135 0.16862,-2.54442 -4,-7.5 -4,-7.5 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.27586209;fill:url(#radialGradient8574-0);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8732-3)&quot;
++       id=&quot;path8718&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)&quot;
++       d=&quot;m 113,203.5 c 0,0 3.34046,5.10071 3,7.5 -0.66817,4.70868 -10.80945,7.05842 -8.5625,11.25 2.21991,4.14114 10.22139,1.79405 16.9375,6.125 6.6875,4.3125 4.88949,13.10149 9.75,15.3125 9.47925,4.31205 34.375,-7.4375 33.125,-7.1875 -41.33959,0.15736 -33.62485,-10.4946 -49.5625,-17.5 -2.30305,-1.0123 -0.96826,-3.76334 -0.6875,-8 0.16862,-2.54442 -4,-7.5 -4,-7.5 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.45320195;fill:url(#radialGradient8744-9);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
++       id=&quot;path8736&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)&quot;
++       d=&quot;m 183.25,181.75 c 37.10371,-13.65459 49.02363,-15.53058 61.25,-27.75 -14.16069,11.95366 -44.09847,18.3658 -68.5,29 l 7.25,-1.25 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.51231528;fill:url(#radialGradient8768-6);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8764-9)&quot;
++       id=&quot;path8746&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-14.791044)&quot;
++       d=&quot;m 183.25,181.75 c 61.10371,-21.65459 50.77363,-21.53058 61.25,-27.75 -19.42769,7.43666 -55.73446,8.22981 -68.5,29 l 7.25,-1.25 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.2857143;fill:url(#linearGradient8912-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
++       id=&quot;path8864&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-12.384318,-14.791044)&quot;
++       d=&quot;m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.62068936;fill:url(#linearGradient8910-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8906-3);enable-background:accumulate&quot;
++       id=&quot;path8874&quot;
++       transform=&quot;matrix(0.7131486,0,0,1.1407811,-54.577902,-134.95502)&quot;
++       d=&quot;m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;fill:url(#radialGradient8922-9);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8980-1)&quot;
++       id=&quot;path8914&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-14.238677)&quot;
++       d=&quot;m 214.125,203.75 c 3.76948,3.48424 24.75576,5.27219 28.1875,-1 -6.73663,4.7839 -21.71677,3.10264 -28.1875,1 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.2857143;fill:url(#linearGradient8990-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
++       id=&quot;path8984&quot;
++       transform=&quot;matrix(0.2042516,-0.1035605,0.2395168,0.4723972,5.7547955,30.286555)&quot;
++       d=&quot;m 236.44594,199.0625 a 6.5084434,3.0820823 0 1 1 -13.01688,0 6.5084434,3.0820823 0 1 1 13.01688,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.62068936;fill:url(#linearGradient8992-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8906-3);enable-background:accumulate&quot;
++       id=&quot;path8986&quot;
++       transform=&quot;matrix(0.2750159,-0.1394397,0.5158824,1.0174708,-65.353496,-69.300635)&quot;
++       d=&quot;m 236.99305,199.0625 a 7.0555515,2.1400476 0 1 1 -14.1111,0 7.0555515,2.1400476 0 1 1 14.1111,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;fill:url(#radialGradient8994-0);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8980-1)&quot;
++       id=&quot;path8988&quot;
++       transform=&quot;matrix(0.2042516,-0.1035605,0.2395168,0.4723972,6.2599008,30.649764)&quot;
++       d=&quot;m 217.05754,201.94027 c 3.76948,3.48424 26.97122,8.91123 25.25496,0.80973 -3.31737,5.32326 -18.78423,1.29291 -25.25496,-0.80973 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;fill:url(#radialGradient9004-6);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
++       id=&quot;path8996&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)&quot;
++       d=&quot;m 68.25,186 c 0,-0.62057 38.84622,11.83854 45.5,18.5 -5.47122,-5.33854 -33.159709,-17.61609 -37.375,-17.75 -4.215291,-0.13391 -7.625,-0.5 -8.125,-0.75 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;g
++       id=&quot;g9018&quot;
++       transform=&quot;matrix(0.8790148,-0.1929959,0.2338341,0.6959295,-20.209533,36.725557)&quot;&gt;
++      &lt;path
++         style=&quot;opacity:0.2857143;fill:url(#linearGradient9023-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
++         id=&quot;path9006&quot;
++         transform=&quot;matrix(0.5296484,0,0,0.5296484,-84.4165,-4.7277245)&quot;
++         d=&quot;m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z&quot;
++         inkscape:connector-curvature=&quot;0&quot; /&gt;
++      &lt;path
++         style=&quot;opacity:0.62068936;fill:url(#linearGradient9025-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8906-3);enable-background:accumulate&quot;
++         id=&quot;path9008&quot;
++         transform=&quot;matrix(0.7131486,0,0,1.1407811,-126.61008,-124.8917)&quot;
++         d=&quot;m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z&quot;
++         inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;/g&gt;
++    &lt;path
++       style=&quot;opacity:0.61576353;fill:url(#radialGradient9046-1);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter9068-2)&quot;
++       id=&quot;path9038&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.622949,-14.42691)&quot;
++       d=&quot;m 80.5,220.0625 c 0,0 2.10339,5.65078 7.875,5.9375 5.83887,0.29006 12.50324,-7.00698 13.0625,-9.625 -1,2.25 -6.590334,9.03328 -13.8125,8.9375 -4.099862,-0.0544 -7.125,-5.25 -7.125,-5.25 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;fill:none;stroke:url(#radialGradient11553-3);stroke-width:0.62473291;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter9298-4)&quot;
++       id=&quot;87235&quot;
++       d=&quot;m 63.40625,10.21875 c -3.098181,0 -6.134601,1.122042 -8.28125,3.3125 l -41.1875,42.1875 c -3.76562,3.76562 -4.6702413,6.23069 -4.4375,7.625 0.1163706,0.697155 0.4585994,1.303027 1.1875,1.9375 0.728901,0.634473 1.831495,1.256389 3.15625,1.8125 2.649511,1.112222 6.217961,2.008085 9.71875,2.96875 3.500789,0.960665 6.929812,1.974626 9.53125,3.625 0.396623,0.258266 0.769088,0.576468 1.03125,1.03125 0.262162,0.454782 0.354216,1.056088 0.25,1.5625 -0.208431,1.012824 -0.83202,1.546985 -1.46875,2.03125 -1.27346,0.96853 -3.023257,1.773229 -4.78125,2.625 -1.757993,0.851771 -3.524925,1.723242 -4.40625,2.4375 -0.440663,0.357129 -0.600112,0.678133 -0.59375,0.65625 0.0064,-0.02188 -0.116851,-0.273101 0.09375,-0.0625 0.551764,0.56709 2.274075,1.538165 4.46875,2.40625 2.194675,0.868085 4.88065,1.745624 7.59375,2.625 2.7131,0.879376 5.4575,1.749959 7.78125,2.65625 2.32375,0.906291 4.217694,1.748944 5.46875,3 0.622681,0.639978 1.062632,1.435956 1.15625,2.25 0.09362,0.814044 -0.
 126809,1.578032 -0.4375,2.21875 -0.621382,1.28144 -1.620313,2.26719 -2.53125,3.21875 -0.910938,0.95156 -1.736226,1.86034 -2.03125,2.46875 -0.147512,0.3042 -0.170347,0.50242 -0.15625,0.625 0.0141,0.12258 0.03518,0.24623 0.3125,0.53125 A 1.4566768,1.4566768 0 0 1 44.875,106 c 1.193594,1.2618 3.787002,1.43924 6.71875,2.125 1.465874,0.34288 2.998909,0.86196 4.3125,2 1.313591,1.13804 2.299435,2.87059 2.71875,5.21875 0.176459,0.99459 0.702722,1.4788 1.96875,1.875 1.266028,0.3962 3.194353,0.46554 5.3125,0.15625 4.236295,-0.61859 9.260035,-2.69532 12.15625,-5.09375 0.17999,-0.15299 0.129956,-0.11255 0.1875,-0.1875 -0.194805,-0.13939 -0.651644,-0.43652 -1.40625,-0.8125 -0.891527,-0.4442 -1.944708,-0.85956 -2.75,-1.875 -0.402646,-0.50772 -0.679877,-1.30934 -0.5625,-2.09375 0.117377,-0.78441 0.546832,-1.43702 1.125,-2.03125 4.745751,-4.79848 9.421937,-5.944136 12.9375,-6.875 1.757782,-0.465432 3.229292,-0.891233 4.34375,-1.59375 1.114458,-0.702517 1.98508,-1.663728 2.71875,-3.53125 0.0
 8087,-0.202174 0.07855,-0.260846 -0.03125,-0.5 C 94.515197,92.542096 94.220541,92.159521 93.75,91.75 92.808918,90.930959 91.239577,90.050804 89.6875,89.1875 88.135423,88.324196 86.627034,87.519262 85.53125,86.5 84.983358,85.990369 84.409233,85.348367 84.34375,84.375 84.27827,83.401633 84.916318,82.523367 85.65625,82 88.401968,80.06679 92.552528,78.595094 97.0625,77.03125 101.57247,75.467406 106.42363,73.849125 110.375,72 c 3.95137,-1.849125 6.85729,-3.978669 7.78125,-6.125 0.46198,-1.073165 0.54663,-2.158606 0.0625,-3.5625 -0.48413,-1.403894 -1.58958,-3.120831 -3.5625,-5.09375 L 72,13.5625 c -0.01071,-0.0101 -0.02051,-0.02119 -0.03125,-0.03125 -2.357722,-2.207738 -5.478371,-3.3125 -8.5625,-3.3125 z m 45.9375,80 c -2.63522,0.09513 -5.05952,1.301393 -6.09375,3.1875 0.29381,0.110524 0.55838,0.234969 1.03125,0.34375 1.37562,0.316455 3.29543,0.520736 5.1875,0.5625 1.89207,0.04176 3.78415,-0.117472 4.9375,-0.4375 0.50487,-0.14009 0.77236,-0.281778 0.90625,-0.375 -0.2558,-1.091098 
 -0.86487,-1.862126 -1.90625,-2.4375 -1.07862,-0.595951 -2.55669,-0.898111 -4.0625,-0.84375 z m -70.5,9.0625 c -2.089872,-0.145348 -4.716548,0.686551 -6,1.71875 -0.641726,0.5161 -0.913269,0.99441 -0.9375,1.3125 -0.02423,0.31809 0.07726,0.74199 0.9375,1.46875 a 1.4566768,1.4566768 0 0 1 0,0.0312 c 1.352809,1.17 2.882256,1.04802 4.625,0.0937 1.460951,-0.79997 2.757201,-2.30075 3.625,-3.875 -0.585032,-0.377341 -1.284532,-0.682853 -2.25,-0.75 z m 61,0.625 c -0.447303,0.5686 -0.690902,1.09797 -0.71875,1.46875 -0.03844,0.51176 0.106611,0.90723 0.5,1.28125 0.73729,0.70099 2.33912,1.00278 3.96875,0.125 -0.0322,-0.1891 -0.0933,-0.47591 -0.34375,-0.84375 -0.4999,-0.73414 -1.6686,-1.5251 -3.40625,-2.03125 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.32512315;fill:url(#linearGradient5905-4);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5983-8)&quot;
++       id=&quot;path5897&quot;
++       transform=&quot;matrix(0.4883067,0,0,0.4883067,-5.8104012,-7.7042521)&quot;
++       d=&quot;m 95.5,172 c -5.090606,1.50191 -21.592018,7.73713 -19.25,12.5 2.243595,4.56272 40.61138,6.40132 46.5,20 2.5679,5.93009 -5.89238,10.40326 -3.75,16.5 1.64973,4.69477 14.41196,16.49084 22.48603,22.06781 6.33298,4.37435 14.65096,-3.52244 11.26397,-10.06781 -5.39589,-10.42759 18.44266,-23.19912 29.25,-29 6.30524,-3.38436 -13,-20 -13,-20 0,0 -73.5,-12 -73.5,-12 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;fill:url(#linearGradient5801-2);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
++       id=&quot;path5783&quot;
++       d=&quot;m 41.742167,78.533037 c 2.231933,1.639226 6.636757,0.650538 9.282124,1.841759 6.349518,2.859218 14.154941,6.045427 12.718568,0.404555 0,0 -1.615771,1.342042 -1.615771,1.342042 0,0 -0.03153,-2.557545 -0.03153,-2.557545 0,0 -3.751977,0.916294 -3.751977,0.916294 0,0 -2.906173,-2.332759 -4.238526,-3.101995 -0.27829,-0.160669 -1.707695,1.292815 -1.707695,1.292815 0,0 -0.25697,-1.543804 -0.25697,-1.543804 -1.857372,-0.197638 -3.696159,-0.284805 -5.31515,-0.271821 -3.880942,0.03112 -6.499059,0.637741 -5.083074,1.6777 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.47783251;fill:url(#radialGradient5811-3);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5845-5)&quot;
++       id=&quot;path5803&quot;
++       transform=&quot;matrix(0.4883067,0,0,0.4883067,-5.8104012,-7.7042521)&quot;
++       d=&quot;m 182.75,187.25 c -1.75981,6.4783 21.62776,15.27989 19.875,19.75 -3.85895,9.84158 -24.97596,3.13755 -41.125,23.75 -2.31318,2.95251 3.25,13.5 2.5,12.25 -0.75,-1.25 -6.4649,-9.96285 -5,-14.25 4.59417,-13.44525 49.0128,-18.45749 40.875,-24.875 -4.67988,-3.69058 -21.50546,-13.88721 -17.125,-16.625 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.58620689;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
++       id=&quot;path6041&quot;
++       transform=&quot;matrix(0.4883067,0,0,0.4883067,-6.3597463,-8.0094438)&quot;
++       d=&quot;m 236.5,201.1875 a 2.5625,1.0625 0 1 1 -5.125,0 2.5625,1.0625 0 1 1 5.125,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.58620689;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
++       id=&quot;path6043&quot;
++       transform=&quot;matrix(0.3096579,0,0,0.4883067,27.528443,1.5735759)&quot;
++       d=&quot;m 236.5,201.1875 a 2.5625,1.0625 0 1 1 -5.125,0 2.5625,1.0625 0 1 1 5.125,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.58620689;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
++       id=&quot;path6045&quot;
++       transform=&quot;matrix(0.5478563,0,0,0.4883067,-92.102233,1.115795)&quot;
++       d=&quot;m 236.5,201.1875 a 2.5625,1.0625 0 1 1 -5.125,0 2.5625,1.0625 0 1 1 5.125,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.25123153;fill:url(#linearGradient5822-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.04789329;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot;
++       id=&quot;path5049-8&quot;
++       d=&quot;m 36.672282,76.528654 c -7.152988,4.424107 -18.274031,6.034229 -6.103834,8.972635 -1.449712,-3.2281 3.138581,-2.872021 6.103834,-8.972635 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.36315792;color:#000000;fill:url(#linearGradient1539);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter10997-7-2);enable-background:accumulate&quot;
++       id=&quot;path10207&quot;
++       transform=&quot;matrix(0.48830674,0,0,0.48830674,57.750397,32.997477)&quot;
++       d=&quot;m 8.8342799,171.64721 c 0,0 22.5917801,-2.12795 27.8180201,-8.64645 3.05755,-3.81358 -12.15146,-8.2638 -8.86827,-12 12.35008,-14.0541 22.73076,-13.46729 37.05025,-19.35355 14.31949,-5.88626 9.03544,-8.76906 4.40381,-11.35355 -7.9325,-4.4264 -25.58722,-9.14237 -19.74696,-19.64645 5.87688,-10.569936 57.34315,-25.249996 57.34315,-25.249996 15.59619,-5.32843 13.63909,-14.96447 6,-23 l -46,-45.7499997 c 0,0 2.28296,43.3886497 -7,61.9999997 -11.4715,22.99914 -72.54408,48.661766 -47,51.499996 9,1 13.32065,4.0705 17,11 7.57631,14.26883 -21.0000001,40.5 -21.0000001,40.5 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;/g&gt;
++  &lt;path
++     inkscape:connector-curvature=&quot;0&quot;
++     style=&quot;font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Pushkin&quot;
++     d=&quot;m 103.19597,514.94007 c -0.10998,-0.0165 -0.24742,0.0626 -0.36366,0.12125 -0.74794,0.36426 -1.31758,1.03994 -1.93944,1.57585 -0.958384,0.82817 -1.967377,1.57532 -2.909255,2.4244 -0.297766,-0.22999 -0.538079,-0.51507 -0.848499,-0.7274 -2.871593,-1.98731 -6.345644,-3.04419 -9.818736,-3.27285 -1.74976,-0.13887 -3.490931,0.0219 -5.212453,0.3636 -3.478415,0.69112 -6.93167,1.71562 -10.061047,3.3941 -2.317209,1.28768 -4.545838,2.77219 -6.667096,4.364 -1.705046,1.313 -3.443534,2.771 -4.606343,4.60625 -0.565923,0.93946 -1.000437,2.04156 -0.727249,3.15174 0.357988,1.2292 1.483036,2.08201 2.66689,2.42435 1.253353,0.36371 2.563215,-0.10351 3.757708,-0.4849 3.421871,-1.18871 6.803939,-2.72277 9.576185,-5.09119 1.672917,-1.42474 3.245706,-3.10787 4.000207,-5.21235 0.252769,-0.77854 0.513922,-1.60541 0.363791,-2.42435 -0.08032,-0.56139 -0.861922,-0.89576 -1.333496,-0.60615 -0.355202,0.22128 -0.624336,0.5604 -0.727249,0.96975 0.180683,0.76195 0.205363,1.69359 -0.121249,2.42435
  -0.629188,1.44748 -1.736628,2.50069 -2.909244,3.51534 -2.014085,1.74426 -4.447194,3.0065 -6.90945,4.00025 -1.316823,0.51304 -2.693996,1.02509 -4.121498,1.091 -0.597641,-0.0155 -1.146959,-0.12668 -1.696997,-0.36375 -0.588708,-0.415 -0.55777,-1.19182 -0.363731,-1.81824 0.428162,-1.24572 1.272905,-2.23265 2.181977,-3.15175 3.443997,-3.32976 7.718335,-5.85358 12.24305,-7.39435 2.445265,-0.80698 4.945651,-1.34263 7.515586,-1.5757 2.472937,-0.18038 5.027793,-0.0316 7.394345,0.72725 1.771518,0.59028 3.460782,1.50444 4.727455,2.9092 -1.925856,1.49396 -3.867786,2.9024 -5.818452,4.36385 -3.039005,2.25283 -6.045273,4.54481 -9.09129,6.78839 -2.705175,1.95831 -5.378889,3.99288 -8.000499,6.06089 -1.873161,1.50796 -3.72376,3.05447 -5.454841,4.72732 -0.58305,-0.18532 -1.112146,-0.42602 -1.697108,-0.60607 -1.654614,-0.4868 -3.350299,-1.1343 -5.091092,-1.2122 -2.720631,-0.0854 -5.447469,0.38509 -8.000465,1.33354 -1.056321,0.4209 -2.190078,0.89868 -2.909234,1.81816 -0.444425,0.55156 -0.407683
 ,1.29415 -0.242491,1.93947 0.266331,1.104 1.267454,1.83985 2.303244,2.18219 1.479409,0.49501 3.061869,0.58487 4.606206,0.48477 2.886355,-0.26731 5.652437,-1.20336 8.364084,-2.18175 1.10672,-0.42649 2.2631,-0.82155 3.273001,-1.45472 1.913804,0.68202 3.918716,1.3254 5.939693,1.57563 1.809305,0.24496 3.571076,-0.0265 5.3336,-0.48477 3.171331,-0.82823 6.243924,-2.19011 8.970238,-4.00032 3.526996,-2.34226 6.363321,-5.55666 8.485154,-9.21244 1.089343,-1.90084 2.156029,-3.91901 2.666899,-6.06095 0.311241,-1.20764 0.222161,-2.40429 0.242341,-3.63664 -0.0638,-0.83379 -0.449299,-1.641 -0.727245,-2.42435 0.739195,-0.6751 1.555895,-1.39451 2.303095,-2.06075 0.68624,-0.62916 1.37997,-1.22295 1.81829,-2.06057 0.14604,-0.32329 0.27777,-0.61824 0.24247,-0.96973 0.0208,-0.35786 -0.27589,-0.79941 -0.6061,-0.84865 z m 120.85498,0.2425 c -0.71839,0.10022 -1.38132,0.54285 -1.93951,0.96975 -1.31564,1.12041 -2.47092,2.36031 -3.63659,3.6366 -0.24698,0.44736 -0.74834,0.52965 -1.21229,0.606 -2.46061,
 0.44131 -5.02265,0.47001 -7.51541,0.48485 -2.19348,-0.0569 -4.27794,-0.54885 -6.42459,-0.96974 -2.33667,-0.50781 -4.77073,-0.96717 -7.152,-1.21211 -3.5866,-0.37955 -7.31992,-0.38464 -10.78844,0.72725 -2.49806,0.80899 -4.87502,2.17627 -6.5457,4.24274 -1.40967,1.73648 -2.08265,3.95885 -1.93964,6.18206 0.0303,0.4742 0.33116,0.95714 0.84864,0.96975 0.47865,0.0682 0.68825,-0.36749 0.8485,-0.72721 0.39212,-1.02405 0.70232,-2.12705 1.091,-3.15175 0.7544,-1.88041 2.11106,-3.50949 3.879,-4.48509 2.46273,-1.3741 5.33876,-1.81202 8.12154,-1.9395 2.77924,-0.16119 5.53173,0.27904 8.243,0.8485 3.00562,0.69524 6.12069,1.29921 9.21255,1.3335 3.20916,0.009 6.46862,-0.23281 9.57619,-1.091 1.9145,-0.52443 3.67567,-1.41311 5.2125,-2.66689 0.91073,-0.76721 1.81275,-1.89921 1.81819,-3.15156 -0.002,-0.0936 -0.0522,-0.0706 -0.12125,-0.1213 -0.47524,-0.2609 -1.02359,-0.4982 -1.57569,-0.48485 z m -126.552188,7.39435 c 0.249186,0.85829 0.467305,1.76759 0.484853,2.6667 -3.69e-4,1.38609 -0.355288,2.7112
 2 -0.848499,4.00025 -1.112017,2.81485 -2.80543,5.29457 -4.848841,7.51564 -1.904486,2.10208 -4.246486,3.94881 -6.788244,5.2124 -2.611194,1.27224 -5.325061,2.212 -8.2428,2.42439 -2.512182,0.18753 -4.99899,-0.39881 -7.394345,-1.09085 0.559433,-0.59777 1.195153,-1.16769 1.818246,-1.69742 2.992876,-2.48609 6.173843,-4.64298 9.333798,-6.90932 2.798709,-1.91898 5.514565,-3.85446 8.364093,-5.6972 2.777046,-2.02632 5.51916,-4.17851 8.121739,-6.42459 z m 95.520208,4.2426 c -0.80042,0.37184 -1.50443,1.02313 -2.18201,1.57585 -2.08307,1.82834 -4.034,3.80762 -6.06094,5.69719 -0.40164,-0.32294 -0.75104,-0.61472 -1.2121,-0.84845 -0.99389,-0.41964 -2.0691,-0.81072 -3.15175,-0.8485 -0.78897,-0.0482 -1.68798,0.36551 -2.06061,1.091 -0.41347,0.77886 -0.43125,1.67927 -0.36378,2.54561 0.044,0.48303 0.49401,0.87069 0.96975,0.84863 0.43244,-0.0883 0.34035,-0.7401 0.48489,-1.09128 0.10946,-0.56221 0.58991,-1.1662 1.21226,-1.21211 0.9417,-0.0353 1.87132,0.35003 2.66669,0.84864 -0.85175,0.8125 -1.70996
 ,1.5949 -2.54545,2.4243 -2.03042,1.98693 -4.08113,3.95717 -6.42459,5.5758 -0.90392,0.58314 -1.93164,1.23594 -3.0305,1.33354 -0.41,0.0885 -0.71722,-0.32302 -0.6061,-0.72699 0.26385,-0.87081 0.93272,-1.50048 1.33335,-2.30338 0.27651,-0.46806 -0.28833,-0.9197 -0.72725,-0.84861 -0.70253,-0.008 -1.11003,0.68051 -1.4546,1.21249 -0.50231,0.86927 -0.99857,1.80064 -1.21225,2.78782 -0.16095,0.60274 0.2149,1.13997 0.6061,1.57593 0.33127,0.34977 0.66731,0.81578 1.21229,0.72745 1.7578,-0.11169 3.28908,-0.9849 4.72746,-1.9395 1.85881,-1.27508 3.54187,-2.73691 5.21234,-4.243 1.52524,-1.36284 2.94122,-2.89546 4.36385,-4.36378 0.40774,0.40614 0.83072,0.80719 1.3335,1.09088 1.43713,0.73155 3.1352,0.91102 4.72744,0.96997 0.74439,0.003 1.44664,0.009 2.18201,-0.12135 0.5033,-0.0894 0.88784,-0.46122 0.8485,-0.96951 -0.0564,-0.21102 -0.30731,-0.30288 -0.48486,-0.36388 -1.32597,-0.28229 -2.67254,-0.20512 -4.00025,-0.48477 -1.1612,-0.17188 -2.23723,-0.75049 -3.15167,-1.45467 1.69513,-1.60396 3.33276
 ,-3.3067 4.96992,-4.96998 0.86928,-0.91531 1.83473,-1.73898 2.54561,-2.78799 0.40313,-0.48573 -0.3209,-0.8882 -0.72725,-0.72735 z m 59.88191,3.15174 c -0.81514,-0.0941 -1.65427,0.1176 -2.42435,0.3636 -2.27876,0.80148 -4.28767,2.08335 -6.30334,3.3941 -1.51834,0.97293 -2.99919,2.09628 -4.36385,3.27323 -1.85504,1.61266 -3.65807,3.28869 -5.33375,5.09106 -0.17911,0.20826 -0.42666,0.39079 -0.60595,0.60612 -1.73486,0.62172 -3.44237,1.41758 -5.21249,1.93946 -1.42187,0.43253 -2.89299,0.55259 -4.36386,0.24224 -0.49082,-0.1001 -1.09664,-0.38199 -1.09099,-0.96966 0.0551,-0.67128 0.59752,-1.08124 1.09099,-1.45473 0.93321,-0.4995 1.90369,-0.99112 2.78801,-1.57592 1.59832,-1.07852 3.25897,-2.11975 4.60634,-3.51514 0.54602,-0.60261 1.14065,-1.3175 1.091,-2.18207 -0.004,-0.48918 -0.49759,-0.91661 -0.96975,-0.96974 -0.49322,-0.13643 -0.9079,0.1345 -1.33335,0.36365 -1.96314,1.06629 -3.84814,2.34466 -5.57609,3.75768 -1.3728,1.15977 -2.77042,2.40082 -3.63665,4.00035 -0.0907,0.17969 -0.0485,0.408
 02 -0.1211,0.60593 -1.52218,0.57442 -3.04402,1.23694 -4.60635,1.69741 -1.42183,0.43253 -2.89298,0.55259 -4.36385,0.24224 -0.49078,-0.1001 -1.09665,-0.38195 -1.091,-0.96966 0.0147,-0.17932 0.0404,-0.33626 0.12125,-0.48521 0.10853,-0.0688 0.157,-0.15238 0.24236,-0.2421 0.0621,-0.0746 0.0497,-0.17471 0.12125,-0.24268 0.19472,-0.18474 0.40382,-0.33151 0.60614,-0.48474 0.9332,-0.4995 1.90354,-0.99112 2.78795,-1.57592 1.59836,-1.07852 3.25913,-2.11971 4.6064,-3.51514 0.54601,-0.60261 1.1405,-1.3175 1.09099,-2.18207 -0.004,-0.48918 -0.37651,-0.91661 -0.84864,-0.96974 -0.49307,-0.13643 -1.029,0.1345 -1.4546,0.36365 -1.96315,1.06629 -3.84796,2.34466 -5.576,3.75768 -1.37274,1.15977 -2.64909,2.40082 -3.51534,4.00035 -0.0934,0.18503 -0.16861,0.40183 -0.2425,0.60593 -0.404,0.18537 -0.79965,0.32261 -1.2121,0.48478 -1.28476,0.56591 -2.64983,0.95522 -4.00025,1.33354 -1.5898,0.43926 -3.193,0.88461 -4.84871,0.96998 -0.38898,0.006 -0.95911,0.0877 -1.09099,-0.36387 -0.0984,-1.048 0.56273,-2.026
 24 1.33336,-2.66648 1.24122,-1.04867 2.8686,-1.60085 4.36384,-2.18219 0.93292,-0.40136 1.9092,-0.61466 2.66685,-1.33339 0.40914,-0.34812 0.41155,-0.99193 0.24239,-1.45474 -0.21628,-0.65102 -0.95887,-0.81565 -1.57574,-0.72686 -1.41321,0.21245 -2.41226,1.42678 -3.75785,1.81816 -0.44505,0.15533 -1.05705,0.0424 -1.2121,-0.48521 -0.13437,-0.6144 -0.1509,-1.19788 -0.24254,-1.81817 -0.23507,-0.65538 -0.96295,-0.81067 -1.57586,-0.7274 -0.78144,0.26945 -1.36671,0.88898 -1.9395,1.45471 -1.03301,1.12104 -2.04295,2.25998 -2.90925,3.51558 -0.31204,0.38927 -0.42018,0.96996 -0.24234,1.45429 0.107,0.52413 0.6994,0.83543 1.2121,0.72727 0.55428,-0.3938 0.98656,-0.96554 1.45464,-1.45429 0.53947,-0.55048 0.95866,-1.11213 1.57585,-1.57592 0.44997,0.009 0.93023,0.3098 1.33335,0.48478 0.54016,0.10389 0.0822,0.36641 -0.1211,0.60596 -1.0168,1.17387 -2.24222,2.28376 -3.03045,3.63688 -0.34336,0.51272 -0.15113,1.13908 0.24235,1.57564 0.58402,0.65007 1.34022,1.12939 2.182,1.33342 0.72645,0.0837 1.45453,
 -0.0697 2.18185,-0.12134 1.26088,-0.0985 2.56914,-0.42863 3.75785,-0.84822 1.75764,-0.57121 3.41847,-1.27517 5.09109,-2.06083 0.0294,0.0837 0.077,0.1615 0.12126,0.24224 0.52715,0.87688 1.46445,1.34023 2.42435,1.57606 2.1822,0.49692 4.45902,0.0778 6.54584,-0.60608 0.99423,-0.34218 1.94397,-0.79357 2.90925,-1.21222 0.0297,0.0856 0.076,0.15977 0.12125,0.24224 0.52715,0.87688 1.58556,1.34023 2.54559,1.57606 2.18203,0.49692 4.45893,0.0778 6.54571,-0.60608 1.04457,-0.35916 2.01915,-0.88782 3.03049,-1.33342 0.0868,0.80646 0.56513,1.64068 1.33335,1.9395 0.77559,0.30623 1.62142,0.0728 2.42454,0 2.28227,-0.32923 4.61962,-0.78794 6.78821,-1.57606 1.40626,-0.53338 2.73096,-1.2457 4.12134,-1.81832 0.31018,-0.12914 0.54447,-0.32883 0.84861,-0.48474 0.0423,0.0835 0.0578,0.16603 0.12109,0.24269 0.62239,0.68604 1.64091,0.98935 2.54565,0.96951 1.54022,-0.079 3.01409,-0.54118 4.4851,-0.96951 -2.467,2.24248 -4.84368,4.6266 -7.2731,6.90933 -0.31699,0.36082 -0.80503,0.48639 -1.21225,0.72731 -2.44
 237,1.45182 -4.8652,2.85402 -7.27309,4.36389 -2.47687,1.53356 -4.86932,3.28582 -7.1518,5.09106 -2.15436,1.69429 -4.15893,3.48031 -6.061,5.45508 -1.30523,1.37588 -2.61955,2.79862 -3.51534,4.4851 -0.32873,0.67635 -0.71199,1.57025 -0.3636,2.3029 0.21281,0.36185 0.44116,0.80811 0.84849,0.96955 0.49745,0.0843 1.10217,-0.0964 1.57586,-0.2421 1.66247,-0.59521 3.0178,-1.67451 4.36384,-2.78811 1.22516,-1.08151 2.43327,-2.28811 3.63661,-3.39439 3.48435,-3.27915 7.06547,-6.41388 10.54594,-9.69705 2.79968,-2.67708 5.51892,-5.36757 8.2429,-8.12186 0.82929,-0.43103 1.70991,-0.9141 2.54554,-1.33353 2.86179,-1.46088 5.79155,-2.69965 8.72784,-4.00035 1.54222,-0.72426 3.14006,-1.20565 4.72746,-1.81817 0.39065,-0.20008 0.9852,-0.32367 1.21229,-0.72727 0.004,-0.18374 -0.0782,-0.38582 -0.24255,-0.48477 -0.49972,-0.25142 -1.07331,-0.0162 -1.57585,0.12119 -3.16994,1.12958 -6.40098,2.15759 -9.57619,3.27304 -0.16958,0.0169 -0.79185,0.43868 -0.48485,0.12119 1.20491,-1.32167 2.56483,-2.42656 3.87895,-
 3.63677 0.61827,-0.59978 1.21737,-1.21635 1.69699,-1.9395 0.12551,-0.39425 -0.0327,-1.16603 -0.606,-0.96952 -1.02748,0.3165 -1.85617,0.93175 -2.78809,1.45473 -1.43409,0.80187 -2.85235,1.64786 -4.36386,2.30295 -1.22393,0.51834 -2.52931,0.97006 -3.87899,0.84861 -0.48323,0 -1.00393,-0.4973 -0.7274,-0.96996 0.52688,-1.02031 1.25268,-1.97113 2.06075,-2.78771 0.83498,-0.78967 1.85185,-1.28221 2.78814,-1.93949 0.30262,-0.22633 0.90057,-0.69019 0.48486,-1.0912 -0.41461,-0.21927 -0.91247,-7.3e-4 -1.3335,0.12129 -1.32212,0.48888 -2.57788,1.25701 -3.63645,2.18213 -0.95519,0.8802 -1.76447,1.83704 -2.3033,3.03021 -0.0549,0.13161 -0.0766,0.3409 -0.12109,0.48477 -0.76147,0.28889 -1.55224,0.53521 -2.30325,0.84877 -1.10085,0.50233 -2.23851,0.97698 -3.3941,1.33338 -1.72887,0.53864 -3.41966,1.04657 -5.21235,1.3334 -0.50251,0.066 -1.16651,0.15049 -1.4546,-0.36385 -0.30632,-0.69631 0.0854,-1.38397 0.4849,-1.9395 1.06509,-1.39145 2.50446,-2.56841 3.87894,-3.63648 0.98542,-0.6092 2.01189,-1.14335 
 3.03051,-1.69682 1.64273,-0.90238 3.4071,-1.60654 5.09104,-2.42449 1.06789,-0.52686 2.13034,-0.96102 3.15176,-1.5759 0.76483,-0.48417 1.57085,-1.20385 1.57589,-2.18199 0.0276,-0.36083 -0.24125,-0.68416 -0.60615,-0.72721 z m -153.705164,5.81831 c -0.781256,0.26945 -1.366732,0.88898 -1.939496,1.45471 -1.033021,1.12104 -2.042957,2.25998 -2.9092,3.51558 -0.312048,0.38927 -0.420293,0.96996 -0.242397,1.45429 0.107003,0.52413 0.69944,0.83543 1.212102,0.72727 0.554315,-0.3938 0.986567,-0.96554 1.454643,-1.45429 0.539511,-0.55048 1.079904,-1.11213 1.697099,-1.57592 0.450014,0.009 0.809022,0.3098 1.212101,0.48478 0.540172,0.10389 0.08221,0.36641 -0.121103,0.60596 -1.016751,1.17387 -2.242251,2.28376 -3.030451,3.63688 -0.343431,0.51272 -0.151099,1.13908 0.242354,1.57564 0.584028,0.65007 1.461509,1.12939 2.303244,1.33342 0.726426,0.0837 1.454578,-0.0697 2.181848,-0.12134 1.2609,-0.0985 2.4479,-0.42863 3.6366,-0.84822 1.79201,-0.58233 3.50911,-1.25518 5.21235,-2.06083 0.0719,0.54761 0.302
 79,1.084 0.7274,1.45472 0.78931,0.75661 1.876,0.81633 2.9092,0.72702 2.77562,-0.21485 5.38128,-1.46868 7.63669,-3.03036 0.19117,0.36097 0.41493,0.72992 0.60615,1.09086 0.25865,0.64617 0.88217,1.041 1.57585,1.09133 2.32419,0.0681 4.64169,-0.46972 6.78825,-1.33357 0.58083,-0.24873 1.12009,-0.46774 1.6971,-0.72728 -0.0185,0.0478 -0.10309,0.0729 -0.12125,0.12119 -0.2538,0.57435 -0.24657,1.24014 0,1.81831 0.27376,0.68351 1.01569,0.88061 1.69699,0.84861 1.46192,-0.1224 2.9207,-0.35238 4.364,-0.60611 2.70567,-0.44166 5.24272,-1.48775 7.75795,-2.54602 -0.19282,0.68118 -0.29444,1.35422 -0.3636,2.06085 -0.10264,0.6371 0.51039,1.08695 1.0908,1.09128 0.77354,-0.0243 1.40593,-0.47954 2.06075,-0.84861 1.40017,-0.87987 2.74726,-1.86911 4.1215,-2.7883 1.53012,-1.10293 3.31664,-1.89529 4.97,-2.78767 0.3387,-0.22917 0.74727,-0.41458 0.84849,-0.84862 l 0,-0.12134 c 0.031,-0.53058 -0.48181,-0.82358 -0.96974,-0.72732 -1.09995,0.15084 -2.04388,0.7345 -3.03051,1.21205 -1.51708,0.80135 -3.00426,1.6
 8 -4.4851,2.54563 -0.3351,0.19441 -0.64549,-0.47034 -0.96974,-0.60612 -0.5254,-0.36321 -1.1385,-0.85167 -1.81825,-0.72727 -1.42403,0.33468 -2.73315,1.00305 -4.1215,1.45473 -1.40182,0.51599 -2.91965,0.723 -4.36384,1.09071 -1.2284,0.28417 -2.39103,0.64941 -3.63661,0.8488 -0.42008,0.074 -0.9592,-0.24994 -0.72725,-0.72746 0.31951,-0.63928 0.76342,-1.14177 1.21211,-1.69682 0.27423,-0.17381 0.62646,-0.2985 0.72739,-0.60612 8.6e-4,-0.0779 -0.0957,-0.0652 -0.12124,-0.1213 -0.017,-0.0372 0.0266,-0.0924 0,-0.12135 0.79236,-0.92997 1.75291,-1.61955 2.66685,-2.42428 0.24794,-0.27762 0.71379,-0.53565 0.60614,-0.96951 -0.10887,-0.5887 -0.71207,-0.76483 -1.21225,-0.72731 -0.64314,0.14299 -1.20565,0.55885 -1.69711,0.96955 -0.93125,0.84876 -1.77996,1.89385 -2.66674,2.78812 -0.40421,0.37794 -0.68339,0.74568 -0.96975,1.2122 -0.6126,0.27824 -1.20773,0.56782 -1.81824,0.84865 -1.59133,0.81216 -3.3024,1.31837 -5.09121,1.45428 -0.5016,-0.0269 -1.17577,0.27817 -1.57589,-0.1209 -0.22617,-0.35386 -0.2
 5695,-0.81643 -0.12125,-1.21253 0.41476,-0.85623 1.23774,-1.34358 1.9395,-1.93946 0.35383,-0.33096 0.90225,-0.62927 1.091,-1.09089 -0.01,-0.4329 -0.11571,-1.04815 -0.60615,-1.2122 -0.63051,-0.069 -1.16519,0.14641 -1.69695,0.48478 -0.24501,-0.11151 -0.54234,-0.57346 -0.84849,-0.72731 -0.86527,-0.62633 -2.00126,-0.66234 -3.0305,-0.60609 -2.97589,0.0836 -6.01998,0.68678 -8.48535,2.4247 -0.95439,0.67451 -1.84706,1.57761 -2.3031,2.66647 -0.47165,0.2142 -0.97388,0.41723 -1.4546,0.60598 -1.28472,0.56591 -2.52858,0.95522 -3.879,1.33354 -1.58975,0.43926 -3.19313,0.88461 -4.84885,0.96998 -0.389017,0.006 -0.958883,0.0877 -1.090848,-0.36387 -0.09847,-1.048 0.562708,-2.02624 1.333358,-2.66648 1.24126,-1.04867 2.74738,-1.60085 4.2426,-2.18219 0.93292,-0.40136 2.03041,-0.61466 2.78814,-1.33339 0.4091,-0.34812 0.29034,-0.99193 0.1211,-1.45474 -0.21625,-0.65102 -0.9589,-0.81565 -1.57575,-0.72686 -1.41324,0.21245 -2.41228,1.42678 -3.75785,1.81816 -0.44508,0.15533 -1.05705,0.0424 -1.21209,-0.4
 8521 -0.13437,-0.6144 -0.0297,-1.19788 -0.12125,-1.81817 -0.23526,-0.65538 -1.084237,-0.81067 -1.697154,-0.7274 z m 21.577034,4.0003 c 0.37991,0.0199 1.05015,-0.15422 1.09085,0.36388 -0.0689,0.31844 -0.19082,0.69369 -0.3636,0.96955 -0.78415,1.19169 -2.01904,1.81673 -3.27285,2.42424 -1.37736,0.61819 -2.84809,1.30534 -4.36385,1.45473 -0.42012,0.004 -0.89067,0.0866 -1.21229,-0.24253 -0.29807,-0.44197 -0.14194,-1.03984 0.1213,-1.45429 0.65485,-0.94806 1.65836,-1.56264 2.6667,-2.06085 1.66641,-0.75809 3.48619,-1.37322 5.33374,-1.45473 z m 151.40192,3.2729 c -0.87242,0.25726 -1.52267,1.14967 -1.33335,2.06084 0.11511,0.74277 0.85237,1.21978 1.5757,1.21219 0.93091,0.0624 1.71157,-0.82538 1.69714,-1.69697 -2e-4,-0.2284 -0.0545,-0.50881 -0.12125,-0.72742 -0.19014,-0.74605 -1.11339,-1.00736 -1.81824,-0.84864 z m -212.496081,0.24268 c 0.931806,0.0342 1.874225,0.18156 2.787951,0.36343 1.086994,0.23653 2.185716,0.61053 3.272847,0.84862 -0.902017,0.44317 -1.956821,0.65758 -2.909201,0.96955
  -2.069437,0.61682 -4.155129,1.29848 -6.303356,1.57606 -1.045375,0.0931 -2.121559,0.0776 -3.151743,-0.12134 -0.649161,-0.14947 -1.36266,-0.50009 -1.575721,-1.21205 -0.206469,-0.54191 0.469062,-0.78297 0.84849,-0.96998 1.39623,-0.59438 2.751406,-0.93874 4.242594,-1.2122 0.920447,-0.17366 1.856179,-0.27641 2.788139,-0.24209 z M 243.44584,554.8211 c -0.18454,0.29098 -0.3779,0.4706 -0.60616,0.72746 -1.23213,1.33611 -2.57426,2.61471 -3.87899,3.87897 -3.31292,3.11282 -6.64305,6.20337 -9.9398,9.33361 -1.05213,0.93454 -2.15422,1.86547 -3.39425,2.54562 -0.34845,0.14218 -0.97633,0.58418 -1.21209,0.12135 -0.16937,-0.47653 0.24537,-0.96301 0.4849,-1.33354 1.4902,-2.01954 3.18908,-3.81341 4.96994,-5.57584 2.55116,-2.55563 5.5147,-4.63069 8.48535,-6.66727 1.64484,-1.09859 3.2735,-2.2327 5.0911,-3.03036 z&quot;
++     id=&quot;text1784&quot; /&gt;
++  &lt;path
++     id=&quot;path4140&quot;
++     d=&quot;m 164.07841,157.49041 -7.9846,0 0,0.51095 0.23907,0 c 1.07625,0 1.19566,0.0546 1.19566,0.51099 l 0,0.31518 0,5.17404 0,0.31528 c 0,0.45638 -0.11941,0.51094 -1.19566,0.51094 l -0.23907,0 0,0.5109 8.15723,0 0.26576,-2.90249 -0.58472,0 c -0.1723,0.76084 -0.47819,1.43488 -0.79696,1.75022 -0.41198,0.43477 -1.16933,0.64137 -2.28511,0.64137 l -0.87684,0 c -0.39873,0 -0.73067,-0.0652 -0.85038,-0.1631 -0.0928,-0.0649 -0.10618,-0.13048 -0.10618,-0.35862 l 0,-2.77181 0.26569,0 c 0.81028,0 1.14251,0.0652 1.4085,0.29327 0.34511,0.28291 0.47803,0.63071 0.50472,1.2719 l 0.62437,0 0,-3.56528 -0.62437,0 c -0.0665,1.06519 -0.59803,1.4892 -1.86028,1.4892 l -0.31863,0 0,-2.47848 c 0,-0.46736 0.11965,-0.54351 0.83699,-0.54351 l 0.69072,0 c 1.16924,0 1.74043,0.0979 2.19238,0.40235 0.43833,0.28257 0.75714,0.89117 0.9566,1.86945 l 0.57125,0 -0.18614,-2.78275 z m -17.63017,4.35892 1.50123,0 c 1.19592,0 1.8202,-0.0761 2.35183,-0.28245 0.943,-0.36984 1.47469,-1.0654 1.47469,-1.924 0,-0.8
 2592 -0.46521,-1.45667 -1.34187,-1.81529 -0.51827,-0.21723 -1.34205,-0.33718 -2.25875,-0.33718 l -4.64982,0 0,0.51095 0.23906,0 c 1.07613,0 1.19557,0.0546 1.19557,0.51099 l 0,0.31518 0,5.17404 0,0.31528 c 0,0.45638 -0.11944,0.51094 -1.19557,0.51094 l -0.23906,0 0,0.5109 4.46386,0 0,-0.5109 -0.34555,0 c -1.07621,0 -1.19562,-0.0546 -1.19562,-0.51094 l 0,-0.31528 0,-2.15224 z m 0,-0.51085 0,-2.78268 c 0,-0.49988 0.0798,-0.55444 0.81046,-0.55444 l 0.85037,0 c 1.38158,0 2.03257,0.53274 2.03257,1.68492 0,1.11977 -0.67754,1.6522 -2.08574,1.6522 l -1.60766,0 z m -11.55854,-4.0001 -0.55793,0 -3.05593,6.33699 c -0.26553,0.56541 -0.31858,0.64148 -0.51783,0.81525 -0.21273,0.20664 -0.58476,0.33717 -0.94358,0.33717 l -0.053,0 0,0.5109 3.52058,0 0,-0.5109 -0.26579,0 c -0.71711,0 -1.07598,-0.2066 -1.07598,-0.61962 0,-0.13054 0.0399,-0.28247 0.11951,-0.4564 l 0.43858,-0.95671 3.52052,0 0.7175,1.45669 c 0.0798,0.16305 0.10633,0.23887 0.10633,0.29359 0,0.17372 -0.33248,0.28245 -0.82383,0.28245
  l -0.55798,0 0,0.5109 4.11872,0 0,-0.5109 -0.18595,0 c -0.66467,0 -0.81071,-0.0869 -1.11607,-0.69555 l -3.3879,-6.79386 z m -0.65106,1.78273 1.50127,3.0871 -2.97601,0 1.47474,-3.0871 z m -9.16709,-1.70672 -0.50491,0 -0.5314,0.64153 c -0.94354,-0.56551 -1.46128,-0.72846 -2.3515,-0.72846 -1.28879,0 -2.35183,0.42401 -3.25508,1.30432 -0.85026,0.82615 -1.24898,1.73913 -1.24898,2.85888 0,2.33713 1.87321,4.01103 4.49075,4.01103 2.12569,0 3.48086,-1.02171 3.78652,-2.84797 l -0.62447,-0.0868 c -0.13283,0.57603 -0.29244,0.96723 -0.53155,1.29348 -0.54457,0.75011 -1.39493,1.13062 -2.4712,1.13062 -1.96618,0 -2.8962,-1.11985 -2.8962,-3.45667 0,-1.22859 0.19911,-2.05458 0.65089,-2.70673 0.41181,-0.60876 1.23559,-0.98937 2.08601,-0.98937 0.93001,0 1.75374,0.40236 2.25857,1.09816 0.25247,0.35856 0.45174,0.78249 0.75743,1.61952 l 0.58409,0 -0.19897,-3.14145 z m -13.29899,0.0108 -0.4914,0 -0.53154,0.65229 c -0.62452,-0.48915 -1.47475,-0.75006 -2.41803,-0.75006 -1.74044,0 -2.90948,0.91306 -2.9
 0948,2.27208 0,1.18461 0.71712,1.77167 2.67007,2.18466 l 1.26221,0.261 c 0.98324,0.20635 1.07614,0.2281 1.35528,0.40226 0.39852,0.24985 0.61105,0.60848 0.61105,1.03243 0,0.43474 -0.19926,0.79341 -0.59768,1.08713 -0.43863,0.31514 -0.87681,0.43475 -1.60757,0.43475 -0.98329,0 -1.68741,-0.25014 -2.31179,-0.81535 -0.55803,-0.51105 -0.83704,-1.02195 -1.03621,-1.85875 l -0.57125,0 0.053,3.09805 0.51827,0 0.59764,-0.73923 c 0.89023,0.59769 1.6346,0.8152 2.78999,0.8152 1.9531,0 3.20199,-0.93467 3.20199,-2.39149 0,-0.67399 -0.27902,-1.24994 -0.7969,-1.66298 -0.35892,-0.2827 -0.87705,-0.46745 -1.94005,-0.68496 l -1.42152,-0.29335 c -1.18235,-0.24993 -1.74043,-0.67394 -1.74043,-1.33703 0,-0.76074 0.7573,-1.2829 1.88652,-1.2829 0.93017,0 1.68728,0.32645 2.21872,0.94595 0.38531,0.4456 0.62438,0.90213 0.79729,1.45657 l 0.57122,0 -0.15937,-2.82627 z m -17.962364,4.35897 0,-2.95666 0,-0.31519 c 0,-0.45643 0.119429,-0.51099 1.195741,-0.51099 l 0.252425,0 0,-0.51095 -4.370998,0 0,0.51095 0.239
 209,0 c 1.076113,0 1.195334,0.0546 1.195334,0.51099 l 0,0.31519 0,5.17403 0,0.31527 c 0,0.45639 -0.119221,0.51095 -1.195334,0.51095 l -0.239209,0 0,0.5109 4.370998,0 0,-0.5109 -0.252425,0 c -1.076312,0 -1.195741,-0.0546 -1.195741,-0.51095 l 0,-0.31527 0,-1.38042 1.541238,-1.27169 2.311579,2.77172 c 0.212738,0.26085 0.265708,0.3478 0.265708,0.45682 0,0.17363 -0.252141,0.24979 -0.903336,0.24979 l -0.411996,0 0,0.5109 4.543821,0 0,-0.5109 -0.25238,0 c -0.73071,0 -0.916955,-0.0762 -1.302111,-0.54346 l -3.214972,-3.79367 1.979686,-1.61953 c 0.637543,-0.55454 1.447806,-0.86977 2.244997,-0.86977 l 0,-0.51095 -4.092113,0 0,0.51095 0.332433,0 c 0.611299,0 0.863441,0.0979 0.863441,0.32614 0,0.15214 -0.265708,0.46743 -0.650911,0.78249 l -3.255084,2.67421 z m -14.85346,-4.29379 -2.736904,0 0,0.51095 0.332196,0 c 0.67758,0 0.983182,0.0869 1.222296,0.35902 l 0,4.61939 c 0,1.48921 -0.265887,1.80438 -1.541163,1.84802 l 0,0.5109 3.786661,0 0,-0.5109 c -1.262495,-0.0437 -1.528042,-0.35881 -1.
 528042,-1.84802 l 0,-4.03268 5.925633,6.54384 0.557933,0 0,-5.64159 c 0,-1.48896 0.26549,-1.80439 1.541021,-1.84798 l 0,-0.51095 -3.786518,0 0,0.51095 c 1.262144,0.0436 1.527899,0.35902 1.527899,1.84798 l 0,3.41314 -5.301012,-5.77207 z m -8.635659,1.33713 0,-0.31519 c 0,-0.45643 0.119524,-0.51099 1.18226,-0.51099 l 0.265755,0 0,-0.51095 -4.397582,0 0,0.51095 0.265755,0 c 1.07616,0 1.195665,0.0546 1.195665,0.51099 l 0,0.31519 0,5.17403 0,0.31527 c 0,0.45639 -0.119505,0.51095 -1.195665,0.51095 l -0.265755,0 0,0.5109 4.397582,0 0,-0.5109 -0.265755,0 c -1.062736,0 -1.18226,-0.0546 -1.18226,-0.51095 l 0,-0.31527 0,-5.17403 z&quot;
++     style=&quot;fill:#000000;fill-opacity:1;stroke-width:1pt&quot;
++     inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;g
++     style=&quot;display:inline;enable-background:new&quot;
++     id=&quot;g9139-4&quot;
++     transform=&quot;matrix(0.77688855,0,0,0.77688855,67.704079,53.937035)&quot;&gt;
++    &lt;g
++       style=&quot;opacity:0.78325124&quot;
++       id=&quot;g6035-2&quot;
++       transform=&quot;translate(3.6896803e-7,0.4883067)&quot;&gt;
++      &lt;path
++         style=&quot;fill:#000000;fill-opacity:1;filter:url(#filter6017-3)&quot;
++         id=&quot;path5987-0&quot;
++         d=&quot;m 54.1,12.988307 -41.2,42.2 c -15.6,15.6 10.1,14.3 19.4,20.2 4.3,2.8 -13.8,6.4 -10.1,10.1 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.699996 -7.3,7.600003 -3.7,11.300003 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.100003 17,-4.1 20.3,-12.500003 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 l -42.7,-43.7 c -5.3,-5.0000003 -14,-5.0000003 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z M 31.9,105.38831 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.700003 -16.9,0.3 -11.1,5.2 z m 67.5,-6.700003 c -4.6,4.200003 0.8,8.600003 5.3,5.700003 1.2,-0.8 -0.1,-4.700007 -5.3,-5.700003 z&quot;
++         inkscape:connector-curvature=&quot;0&quot; /&gt;
++      &lt;path
++         style=&quot;opacity:0.57635468;fill:#000000;fill-opacity:1;filter:url(#filter6031-0)&quot;
++         id=&quot;path6021-5&quot;
++         d=&quot;m 54.1,13.964921 -41.2,42.2 c -15.6,15.6 10.1,14.3 19.4,20.2 4.3,2.8 -13.8,6.4 -10.1,10.1 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.699999 -7.3,7.600009 -3.7,11.300009 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.100009 17,-4.1 20.3,-12.500009 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 l -42.7,-43.7 c -5.3,-5.0000009 -14,-5.0000009 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z M 31.9,106.36493 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.700009 -16.9,0.3 -11.1,5.2 z m 67.5,-6.700009 c -4.6,4.200009 0.8,8.600009 5.3,5.700009 1.2,-0.8 -0.1,-4.70001 -5.3,-5.700009 z&quot;
++         inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;/g&gt;
++    &lt;path
++       style=&quot;fill:#000000;fill-opacity:1&quot;
++       id=&quot;use7631-4&quot;
++       d=&quot;M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;fill:none&quot;
++       id=&quot;use7639-3&quot;
++       d=&quot;M 54.1,12.5 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 36.6,77.7 18.5,81.3 22.2,85 c 3.6,3.7 21.7,7.1 25.3,10.7 3.6,3.7 -7.3,7.6 -3.7,11.3 3.5,3.7 11.9,0.2 13.4,8.6 1.1,6.2 15.4,3.1 21.8,-2.2 4,-3.4 -6.9,-3.4 -3.3,-7.1 9,-9.1 17,-4.1 20.3,-12.5 1.8,-4.5 -13.6,-7.7 -9.5,-10.6 9.8,-6.9 45.8,-10.4 29.2,-27 L 73,12.5 c -5.3,-5 -14,-5 -18.9,0 z m 47.3,81.3 c 0,2.1 16.3,3.3 15.4,-0.5 -1.3,-6.4 -13.6,-5.9 -15.4,0.5 z m -69.5,11.1 c 3.7,3.2 9.3,-0.7 11.1,-5.2 -3.6,-4.7 -16.9,0.3 -11.1,5.2 z m 67.5,-6.7 c -4.6,4.2 0.8,8.6 5.3,5.7 1.2,-0.8 -0.1,-4.7 -5.3,-5.7 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;use
++       xlink:href=&quot;#outline1&quot;
++       height=&quot;300&quot;
++       width=&quot;400&quot;
++       y=&quot;0&quot;
++       x=&quot;0&quot;
++       style=&quot;opacity:0.66995072;fill:url(#linearGradient10837);filter:url(#filter8490-0)&quot;
++       id=&quot;use7641-9&quot;
++       clip-path=&quot;url(#clipPath9086-1-0)&quot;
++       transform=&quot;matrix(0.9905442,0,0,0.9905442,0.6051535,0.604136)&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.50526315;fill:url(#linearGradient10839);stroke:none&quot;
++       id=&quot;path7643-1&quot;
++       d=&quot;M 16.565217,57.039374 C 5.3632748,68.140398 25.042362,65.011927 40.180121,70.966113 L 71.464824,15.965587 c -4.743164,-4.844083 -10.798268,-4.44041 -15.137759,0 L 16.565217,57.039374 Z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;fill:url(#linearGradient10841)&quot;
++       id=&quot;icecap-5&quot;
++       d=&quot;m 70.5,15.5 16.3,16.6 c 1.5,1.5 1.5,4.6 0.6,5.5 L 79.3,31 77.7,40.7 71,37.1 60.1,44 56.5,29.5 50.7,42.1 36.2,42 c -2.8,0 -2.4,-2.9 0.5,-5.8 5.7,-6.3 16.8,-17 20.3,-20.7 3.6,-3.7 9.9,-3.6 13.5,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.21674876;fill:url(#radialGradient9177-1-8);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
++       id=&quot;path8566-0&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)&quot;
++       d=&quot;m 113,203.5 c 0,0 3.34046,5.10071 3,7.5 -0.66817,4.70868 -10.80945,7.05842 -8.5625,11.25 2.21991,4.14114 10.22139,1.79405 16.9375,6.125 6.6875,4.3125 4.88949,13.10149 9.75,15.3125 9.47925,4.31205 34.375,-7.4375 33.125,-7.1875 -1.25,0.25 -24.57014,5.09545 -29.82014,0.84545 -5.98592,-4.84575 -7.70217,-8.23028 -12.11736,-11.09545 -4.13751,-2.68498 -9.94967,-3.78036 -11.30246,-5.97865 -1.35279,-2.19829 2.7092,-5.03469 2.98996,-9.27135 0.16862,-2.54442 -4,-7.5 -4,-7.5 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.27586209;fill:url(#radialGradient8574-0-4);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8732-3)&quot;
++       id=&quot;path8718-2&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)&quot;
++       d=&quot;m 113,203.5 c 0,0 3.34046,5.10071 3,7.5 -0.66817,4.70868 -10.80945,7.05842 -8.5625,11.25 2.21991,4.14114 10.22139,1.79405 16.9375,6.125 6.6875,4.3125 4.88949,13.10149 9.75,15.3125 9.47925,4.31205 34.375,-7.4375 33.125,-7.1875 -41.33959,0.15736 -33.62485,-10.4946 -49.5625,-17.5 -2.30305,-1.0123 -0.96826,-3.76334 -0.6875,-8 0.16862,-2.54442 -4,-7.5 -4,-7.5 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.45320195;fill:url(#radialGradient8744-9-9);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
++       id=&quot;path8736-0&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)&quot;
++       d=&quot;m 183.25,181.75 c 37.10371,-13.65459 49.02363,-15.53058 61.25,-27.75 -14.16069,11.95366 -44.09847,18.3658 -68.5,29 l 7.25,-1.25 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.51231528;fill:url(#radialGradient8768-6-4);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8764-9)&quot;
++       id=&quot;path8746-0&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-14.791044)&quot;
++       d=&quot;m 183.25,181.75 c 61.10371,-21.65459 50.77363,-21.53058 61.25,-27.75 -19.42769,7.43666 -55.73446,8.22981 -68.5,29 l 7.25,-1.25 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;display:inline;overflow:visible;visibility:visible;opacity:0.2857143;fill:url(#linearGradient10843);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate&quot;
++       id=&quot;path8864-6&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-12.384318,-14.791044)&quot;
++       d=&quot;m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;display:inline;overflow:visible;visibility:visible;opacity:0.62068936;fill:url(#linearGradient10845);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter8906-3);enable-background:accumulate&quot;
++       id=&quot;path8874-3&quot;
++       transform=&quot;matrix(0.7131486,0,0,1.1407811,-54.577902,-134.95502)&quot;
++       d=&quot;m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;fill:url(#radialGradient8922-9-9);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8980-1)&quot;
++       id=&quot;path8914-9&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-14.238677)&quot;
++       d=&quot;m 214.125,203.75 c 3.76948,3.48424 24.75576,5.27219 28.1875,-1 -6.73663,4.7839 -21.71677,3.10264 -28.1875,1 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;display:inline;overflow:visible;visibility:visible;opacity:0.2857143;fill:url(#linearGradient10847);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate&quot;
++       id=&quot;path8984-9&quot;
++       transform=&quot;matrix(0.2042516,-0.1035605,0.2395168,0.4723972,5.7547955,30.286555)&quot;
++       d=&quot;m 236.44594,199.0625 a 6.5084434,3.0820823 0 1 1 -13.01688,0 6.5084434,3.0820823 0 1 1 13.01688,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;display:inline;overflow:visible;visibility:visible;opacity:0.62068936;fill:url(#linearGradient10849);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter8906-3);enable-background:accumulate&quot;
++       id=&quot;path8986-9&quot;
++       transform=&quot;matrix(0.2750159,-0.1394397,0.5158824,1.0174708,-65.353496,-69.300635)&quot;
++       d=&quot;m 236.99305,199.0625 a 7.0555515,2.1400476 0 1 1 -14.1111,0 7.0555515,2.1400476 0 1 1 14.1111,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;fill:url(#radialGradient8994-0-9);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8980-1)&quot;
++       id=&quot;path8988-6&quot;
++       transform=&quot;matrix(0.2042516,-0.1035605,0.2395168,0.4723972,6.2599008,30.649764)&quot;
++       d=&quot;m 217.05754,201.94027 c 3.76948,3.48424 26.97122,8.91123 25.25496,0.80973 -3.31737,5.32326 -18.78423,1.29291 -25.25496,-0.80973 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;fill:url(#radialGradient9004-6-4);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
++       id=&quot;path8996-5&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)&quot;
++       d=&quot;m 68.25,186 c 0,-0.62057 38.84622,11.83854 45.5,18.5 -5.47122,-5.33854 -33.159709,-17.61609 -37.375,-17.75 -4.215291,-0.13391 -7.625,-0.5 -8.125,-0.75 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;g
++       id=&quot;g9018-8&quot;
++       transform=&quot;matrix(0.8790148,-0.1929959,0.2338341,0.6959295,-20.209533,36.725557)&quot;&gt;
++      &lt;path
++         style=&quot;display:inline;overflow:visible;visibility:visible;opacity:0.2857143;fill:url(#linearGradient10851);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate&quot;
++         id=&quot;path9006-8&quot;
++         transform=&quot;matrix(0.5296484,0,0,0.5296484,-84.4165,-4.7277245)&quot;
++         d=&quot;m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z&quot;
++         inkscape:connector-curvature=&quot;0&quot; /&gt;
++      &lt;path
++         style=&quot;display:inline;overflow:visible;visibility:visible;opacity:0.62068936;fill:url(#linearGradient10853);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;filter:url(#filter8906-3);enable-background:accumulate&quot;
++         id=&quot;path9008-9&quot;
++         transform=&quot;matrix(0.7131486,0,0,1.1407811,-126.61008,-124.8917)&quot;
++         d=&quot;m 237.875,199.0625 a 7.9375,2.4375 0 1 1 -15.875,0 7.9375,2.4375 0 1 1 15.875,0 z&quot;
++         inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;/g&gt;
++    &lt;path
++       style=&quot;opacity:0.61576353;fill:url(#radialGradient9046-1-2);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter9068-2)&quot;
++       id=&quot;path9038-3&quot;
++       transform=&quot;matrix(0.5296484,0,0,0.5296484,-11.622949,-14.42691)&quot;
++       d=&quot;m 80.5,220.0625 c 0,0 2.10339,5.65078 7.875,5.9375 5.83887,0.29006 12.50324,-7.00698 13.0625,-9.625 -1,2.25 -6.590334,9.03328 -13.8125,8.9375 -4.099862,-0.0544 -7.125,-5.25 -7.125,-5.25 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;fill:none;stroke:url(#radialGradient11553-3-6);stroke-width:0.62473291;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter9298-4)&quot;
++       id=&quot;87235-9&quot;
++       d=&quot;m 63.40625,10.21875 c -3.098181,0 -6.134601,1.122042 -8.28125,3.3125 l -41.1875,42.1875 c -3.76562,3.76562 -4.6702413,6.23069 -4.4375,7.625 0.1163706,0.697155 0.4585994,1.303027 1.1875,1.9375 0.728901,0.634473 1.831495,1.256389 3.15625,1.8125 2.649511,1.112222 6.217961,2.008085 9.71875,2.96875 3.500789,0.960665 6.929812,1.974626 9.53125,3.625 0.396623,0.258266 0.769088,0.576468 1.03125,1.03125 0.262162,0.454782 0.354216,1.056088 0.25,1.5625 -0.208431,1.012824 -0.83202,1.546985 -1.46875,2.03125 -1.27346,0.96853 -3.023257,1.773229 -4.78125,2.625 -1.757993,0.851771 -3.524925,1.723242 -4.40625,2.4375 -0.440663,0.357129 -0.600112,0.678133 -0.59375,0.65625 0.0064,-0.02188 -0.116851,-0.273101 0.09375,-0.0625 0.551764,0.56709 2.274075,1.538165 4.46875,2.40625 2.194675,0.868085 4.88065,1.745624 7.59375,2.625 2.7131,0.879376 5.4575,1.749959 7.78125,2.65625 2.32375,0.906291 4.217694,1.748944 5.46875,3 0.622681,0.639978 1.062632,1.435956 1.15625,2.25 0.09362,0.814044 -0.
 126809,1.578032 -0.4375,2.21875 -0.621382,1.28144 -1.620313,2.26719 -2.53125,3.21875 -0.910938,0.95156 -1.736226,1.86034 -2.03125,2.46875 -0.147512,0.3042 -0.170347,0.50242 -0.15625,0.625 0.0141,0.12258 0.03518,0.24623 0.3125,0.53125 A 1.4566768,1.4566768 0 0 1 44.875,106 c 1.193594,1.2618 3.787002,1.43924 6.71875,2.125 1.465874,0.34288 2.998909,0.86196 4.3125,2 1.313591,1.13804 2.299435,2.87059 2.71875,5.21875 0.176459,0.99459 0.702722,1.4788 1.96875,1.875 1.266028,0.3962 3.194353,0.46554 5.3125,0.15625 4.236295,-0.61859 9.260035,-2.69532 12.15625,-5.09375 0.17999,-0.15299 0.129956,-0.11255 0.1875,-0.1875 -0.194805,-0.13939 -0.651644,-0.43652 -1.40625,-0.8125 -0.891527,-0.4442 -1.944708,-0.85956 -2.75,-1.875 -0.402646,-0.50772 -0.679877,-1.30934 -0.5625,-2.09375 0.117377,-0.78441 0.546832,-1.43702 1.125,-2.03125 4.745751,-4.79848 9.421937,-5.944136 12.9375,-6.875 1.757782,-0.465432 3.229292,-0.891233 4.34375,-1.59375 1.114458,-0.702517 1.98508,-1.663728 2.71875,-3.53125 0.0
 8087,-0.202174 0.07855,-0.260846 -0.03125,-0.5 C 94.515197,92.542096 94.220541,92.159521 93.75,91.75 92.808918,90.930959 91.239577,90.050804 89.6875,89.1875 88.135423,88.324196 86.627034,87.519262 85.53125,86.5 84.983358,85.990369 84.409233,85.348367 84.34375,84.375 84.27827,83.401633 84.916318,82.523367 85.65625,82 88.401968,80.06679 92.552528,78.595094 97.0625,77.03125 101.57247,75.467406 106.42363,73.849125 110.375,72 c 3.95137,-1.849125 6.85729,-3.978669 7.78125,-6.125 0.46198,-1.073165 0.54663,-2.158606 0.0625,-3.5625 -0.48413,-1.403894 -1.58958,-3.120831 -3.5625,-5.09375 L 72,13.5625 c -0.01071,-0.0101 -0.02051,-0.02119 -0.03125,-0.03125 -2.357722,-2.207738 -5.478371,-3.3125 -8.5625,-3.3125 z m 45.9375,80 c -2.63522,0.09513 -5.05952,1.301393 -6.09375,3.1875 0.29381,0.110524 0.55838,0.234969 1.03125,0.34375 1.37562,0.316455 3.29543,0.520736 5.1875,0.5625 1.89207,0.04176 3.78415,-0.117472 4.9375,-0.4375 0.50487,-0.14009 0.77236,-0.281778 0.90625,-0.375 -0.2558,-1.091098 
 -0.86487,-1.862126 -1.90625,-2.4375 -1.07862,-0.595951 -2.55669,-0.898111 -4.0625,-0.84375 z m -70.5,9.0625 c -2.089872,-0.145348 -4.716548,0.686551 -6,1.71875 -0.641726,0.5161 -0.913269,0.99441 -0.9375,1.3125 -0.02423,0.31809 0.07726,0.74199 0.9375,1.46875 a 1.4566768,1.4566768 0 0 1 0,0.0312 c 1.352809,1.17 2.882256,1.04802 4.625,0.0937 1.460951,-0.79997 2.757201,-2.30075 3.625,-3.875 -0.585032,-0.377341 -1.284532,-0.682853 -2.25,-0.75 z m 61,0.625 c -0.447303,0.5686 -0.690902,1.09797 -0.71875,1.46875 -0.03844,0.51176 0.106611,0.90723 0.5,1.28125 0.73729,0.70099 2.33912,1.00278 3.96875,0.125 -0.0322,-0.1891 -0.0933,-0.47591 -0.34375,-0.84375 -0.4999,-0.73414 -1.6686,-1.5251 -3.40625,-2.03125 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.32512315;fill:url(#linearGradient10855);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5983-8)&quot;
++       id=&quot;path5897-8&quot;
++       transform=&quot;matrix(0.4883067,0,0,0.4883067,-5.8104012,-7.7042521)&quot;
++       d=&quot;m 95.5,172 c -5.090606,1.50191 -21.592018,7.73713 -19.25,12.5 2.243595,4.56272 40.61138,6.40132 46.5,20 2.5679,5.93009 -5.89238,10.40326 -3.75,16.5 1.64973,4.69477 14.41196,16.49084 22.48603,22.06781 6.33298,4.37435 14.65096,-3.52244 11.26397,-10.06781 -5.39589,-10.42759 18.44266,-23.19912 29.25,-29 6.30524,-3.38436 -13,-20 -13,-20 0,0 -73.5,-12 -73.5,-12 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;fill:url(#linearGradient10857);fill-opacity:1;fill-rule:evenodd;stroke:none&quot;
++       id=&quot;path5783-1&quot;
++       d=&quot;m 41.742167,78.533037 c 2.231933,1.639226 6.636757,0.650538 9.282124,1.841759 6.349518,2.859218 14.154941,6.045427 12.718568,0.404555 0,0 -1.615771,1.342042 -1.615771,1.342042 0,0 -0.03153,-2.557545 -0.03153,-2.557545 0,0 -3.751977,0.916294 -3.751977,0.916294 0,0 -2.906173,-2.332759 -4.238526,-3.101995 -0.27829,-0.160669 -1.707695,1.292815 -1.707695,1.292815 0,0 -0.25697,-1.543804 -0.25697,-1.543804 -1.857372,-0.197638 -3.696159,-0.284805 -5.31515,-0.271821 -3.880942,0.03112 -6.499059,0.637741 -5.083074,1.6777 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;opacity:0.47783251;fill:url(#radialGradient5811-3-6);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5845-5)&quot;
++       id=&quot;path5803-6&quot;
++       transform=&quot;matrix(0.4883067,0,0,0.4883067,-5.8104012,-7.7042521)&quot;
++       d=&quot;m 182.75,187.25 c -1.75981,6.4783 21.62776,15.27989 19.875,19.75 -3.85895,9.84158 -24.97596,3.13755 -41.125,23.75 -2.31318,2.95251 3.25,13.5 2.5,12.25 -0.75,-1.25 -6.4649,-9.96285 -5,-14.25 4.59417,-13.44525 49.0128,-18.45749 40.875,-24.875 -4.67988,-3.69058 -21.50546,-13.88721 -17.125,-16.625 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;display:inline;overflow:visible;visibility:visible;opacity:0.58620689;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate&quot;
++       id=&quot;path6041-4&quot;
++       transform=&quot;matrix(0.4883067,0,0,0.4883067,-6.3597463,-8.0094438)&quot;
++       d=&quot;m 236.5,201.1875 a 2.5625,1.0625 0 1 1 -5.125,0 2.5625,1.0625 0 1 1 5.125,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;display:inline;overflow:visible;visibility:visible;opacity:0.58620689;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate&quot;
++       id=&quot;path6043-2&quot;
++       transform=&quot;matrix(0.3096579,0,0,0.4883067,27.528443,1.5735759)&quot;
++       d=&quot;m 236.5,201.1875 a 2.5625,1.0625 0 1 1 -5.125,0 2.5625,1.0625 0 1 1 5.125,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;display:inline;overflow:visible;visibility:visible;opacity:0.58620689;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate&quot;
++       id=&quot;path6045-1&quot;
++       transform=&quot;matrix(0.5478563,0,0,0.4883067,-92.102233,1.115795)&quot;
++       d=&quot;m 236.5,201.1875 a 2.5625,1.0625 0 1 1 -5.125,0 2.5625,1.0625 0 1 1 5.125,0 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;display:inline;overflow:visible;visibility:visible;opacity:0.25123153;fill:url(#linearGradient10859);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.04789329;marker:none;enable-background:accumulate&quot;
++       id=&quot;path5049-8-0&quot;
++       d=&quot;m 36.672282,76.528654 c -7.152988,4.424107 -18.274031,6.034229 -6.103834,8.972635 -1.449712,-3.2281 3.138581,-2.872021 6.103834,-8.972635 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++    &lt;path
++       style=&quot;color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.36315792;fill:url(#linearGradient10861);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;filter:url(#filter10997-7-2);enable-background:accumulate&quot;
++       id=&quot;path10207-4&quot;
++       transform=&quot;matrix(0.48830674,0,0,0.48830674,57.750397,32.997477)&quot;
++       d=&quot;m 8.8342799,171.64721 c 0,0 22.5917801,-2.12795 27.8180201,-8.64645 3.05755,-3.81358 -12.15146,-8.2638 -8.86827,-12 12.35008,-14.0541 22.73076,-13.46729 37.05025,-19.35355 14.31949,-5.88626 9.03544,-8.76906 4.40381,-11.35355 -7.9325,-4.4264 -25.58722,-9.14237 -19.74696,-19.64645 5.87688,-10.569936 57.34315,-25.249996 57.34315,-25.249996 15.59619,-5.32843 13.63909,-14.96447 6,-23 l -46,-45.7499997 c 0,0 2.28296,43.3886497 -7,61.9999997 -11.4715,22.99914 -72.54408,48.661766 -47,51.499996 9,1 13.32065,4.0705 17,11 7.57631,14.26883 -21.0000001,40.5 -21.0000001,40.5 z&quot;
++       inkscape:connector-curvature=&quot;0&quot; /&gt;
++  &lt;/g&gt;
+ &lt;/svg&gt;
+
</ins></span></pre>
</div>
</div>

</body>
</html>