summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Alfonso <calfonso@redhat.com>2008-06-30 14:22:36 -0400
committerChris Alfonso <calfonso@redhat.com>2008-06-30 14:22:36 -0400
commit2bcfdae80a44dcf177eee7dcf94ceaccef106da6 (patch)
tree2151283494979a9291eb968cc489614aafe33b52
parent94c35ecc945266e68f319df142207f281af3d938 (diff)
downloadsite-2bcfdae80a44dcf177eee7dcf94ceaccef106da6.tar.gz
site-2bcfdae80a44dcf177eee7dcf94ceaccef106da6.tar.xz
site-2bcfdae80a44dcf177eee7dcf94ceaccef106da6.zip
Site updates, added the svg files
-rw-r--r--everest-site-1.0.0/content/documentation.php16
-rw-r--r--everest-site-1.0.0/content/index.php6
-rw-r--r--everest-site-1.0.0/content/styles/everest-expansion.pngbin0 -> 61065 bytes
-rw-r--r--everest-site-1.0.0/content/styles/everest-high-level.pngbin0 -> 34730 bytes
-rw-r--r--everest-site-1.0.0/content/styles/everest.css8
-rw-r--r--everest-site-1.0.0/content/styles/generic.css2
-rw-r--r--svg/Everest Expansion.svg6455
-rw-r--r--svg/Everest High Level.svg3270
8 files changed, 9754 insertions, 3 deletions
diff --git a/everest-site-1.0.0/content/documentation.php b/everest-site-1.0.0/content/documentation.php
index 4a0662b..af07448 100644
--- a/everest-site-1.0.0/content/documentation.php
+++ b/everest-site-1.0.0/content/documentation.php
@@ -2,8 +2,20 @@
<? include("header.php") ?>
<div id="body">
<? include("menu.php") ?>
- <div id="content">
- <a href="/docs/everest">Everest Documentation</a>
+ <div id="content">
+ <div id="doc">
+ <h1>Everest Overview</h1>
+ <p>Everest at a high level is just a set of tools that allow you to provision an Everest repository machine, which in turn maintains the configuration of cloud based infrastructure machines.
+ Whether you need a cluster of JBoss Applications Servers, replicated MySQL databases, or an Apache proxy tier, the Everest project allows you to consistently provision and configure entire IT system tiers.
+ Get started with building an Everest based infrastructure! Read the <a href="/docs/everest">Everest Documentation</a>.</p>
+ <h3>Create an isolated infrastructure using the Everest tools</h3>
+ <p>Use the everest tools to create an Everest Repository machine and a cloud of machines to build out an entire IT infrastructure.</p>
+ <p><img src="./styles/everest-high-level.png" border="0" alt="everest high level diagram" /></p>
+ <h3>Setup parallel infrastructure and synchronize later </h3>
+ <p>Multiple Everest repositories can share a cloud of machines. Creating isolated Everest repositories allows a team to isolate their changes from others and then later synchronize changes when features are ready to merge.</p>
+ <p><img src="./styles/everest-expansion.png" border="0" alt="everest high level diagram" /></p>
+
+ </div>
</div>
</div>
<? include("footer.php") ?>
diff --git a/everest-site-1.0.0/content/index.php b/everest-site-1.0.0/content/index.php
index 6621fd7..ba6a604 100644
--- a/everest-site-1.0.0/content/index.php
+++ b/everest-site-1.0.0/content/index.php
@@ -7,6 +7,12 @@
<h1>Everest makes building intrastructure in a cloud computing environment easy</h1>
<p class="pintro">Everest is a set of light weight tools that use Cobbler, Puppet, and Xen to provide developers and system administrators an easy way to initiate provisioning and system configuration of IT systems.</p>
<p></p>
+ <h2>Everest is:</h2>
+ <ul>
+ <li>A set of tools that integrate world class open source products so that developer solutions can automatically be deployed into production</li>
+ <li>A set of tools that capture deployed solutions so that they can be reused by other teams</li>
+ <li>An open source project that allows a community of our partners and customers to collaborate with us on those solutions</li>
+ </ul>
<h2>Everest goals:</h2>
<ul>
<li>Consistently configure systems throughout the software development lifecycle, including production</li>
diff --git a/everest-site-1.0.0/content/styles/everest-expansion.png b/everest-site-1.0.0/content/styles/everest-expansion.png
new file mode 100644
index 0000000..28d85c1
--- /dev/null
+++ b/everest-site-1.0.0/content/styles/everest-expansion.png
Binary files differ
diff --git a/everest-site-1.0.0/content/styles/everest-high-level.png b/everest-site-1.0.0/content/styles/everest-high-level.png
new file mode 100644
index 0000000..3c2524b
--- /dev/null
+++ b/everest-site-1.0.0/content/styles/everest-high-level.png
Binary files differ
diff --git a/everest-site-1.0.0/content/styles/everest.css b/everest-site-1.0.0/content/styles/everest.css
index 4e48e71..eb860d9 100644
--- a/everest-site-1.0.0/content/styles/everest.css
+++ b/everest-site-1.0.0/content/styles/everest.css
@@ -336,3 +336,11 @@ head:first-child+body #projects dl {
dd {
padding-bottom: 1em;
}
+
+#doc p{
+ padding-top: 1em;
+}
+
+#doc h3{
+ padding-top: 2em;
+}
diff --git a/everest-site-1.0.0/content/styles/generic.css b/everest-site-1.0.0/content/styles/generic.css
index b570023..d21336c 100644
--- a/everest-site-1.0.0/content/styles/generic.css
+++ b/everest-site-1.0.0/content/styles/generic.css
@@ -7,7 +7,7 @@ body {
width:100%;
color: #777;
font-family: Verdana,Arial,Helvetica,sans-serif;
- font-size:76%;
+ font-size:14px;
}
p, ul, ol, dl {
diff --git a/svg/Everest Expansion.svg b/svg/Everest Expansion.svg
new file mode 100644
index 0000000..8ac7139
--- /dev/null
+++ b/svg/Everest Expansion.svg
@@ -0,0 +1,6455 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="744.09448819"
+ height="1052.3622047"
+ id="svg3114"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docname="Everest Expansion.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="/usr/local/sandbox/everest-site/everest-site-1.0.0/content/styles/everest-expansion.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs3116">
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern2938"
+ id="pattern6273"
+ patternTransform="matrix(0.4128899,0,0,0.4092953,706.29263,227.82933)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern2938"
+ id="pattern6210"
+ patternTransform="matrix(0.430738,0,0,0.3998153,393.12523,231.65519)" />
+ <linearGradient
+ id="linearGradient3881">
+ <stop
+ id="stop3883"
+ offset="0"
+ style="stop-color:#2c8596;stop-opacity:0" />
+ <stop
+ id="stop3885"
+ offset="1"
+ style="stop-color:#2c8596;stop-opacity:1" />
+ </linearGradient>
+ <marker
+ inkscape:stockid="TriangleOutM"
+ orient="auto"
+ refY="0.0"
+ refX="0.0"
+ id="TriangleOutM"
+ style="overflow:visible">
+ <path
+ id="path4158"
+ d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z "
+ style="fill:#5c5c4f"
+ transform="scale(0.4,0.4)" />
+ </marker>
+ <radialGradient
+ cx="622.34302"
+ cy="14.449"
+ r="26.496"
+ fx="622.34302"
+ fy="14.449"
+ id="lg3499_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.851,0,0,0.849,69.297,51.658)">
+ <stop
+ style="stop-color:#23468e;"
+ offset="0"
+ id="stop10972" />
+ <stop
+ style="stop-color:#012859;"
+ offset="1"
+ id="stop10974" />
+ <a:midPointStop
+ style="stop-color:#23468E"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#23468E"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#012859"
+ offset="1" />
+ </radialGradient>
+ <linearGradient
+ x1="616.112"
+ y1="76.247002"
+ x2="588.14099"
+ y2="60.742001"
+ id="lg3497_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#01326e;"
+ offset="0"
+ id="stop10962" />
+ <stop
+ style="stop-color:#012859;"
+ offset="1"
+ id="stop10964" />
+ <a:midPointStop
+ style="stop-color:#01326E"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#01326E"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#012859"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="617.698"
+ y1="82.445999"
+ x2="585.95203"
+ y2="54.848999"
+ id="lg3496_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#e5e5e5;"
+ offset="0"
+ id="stop10950" />
+ <stop
+ style="stop-color:#ccc;"
+ offset="1"
+ id="stop10952" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#CCCCCC"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="601.39001"
+ y1="55.341"
+ x2="588.29199"
+ y2="71.515999"
+ id="lg3495_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#d9d9d9;"
+ offset="0"
+ id="stop10941" />
+ <stop
+ style="stop-color:#f2f2f2;"
+ offset="0.52200001"
+ id="stop10943" />
+ <stop
+ style="stop-color:#ccc;"
+ offset="1"
+ id="stop10945" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#F2F2F2"
+ offset="0.522" />
+ <a:midPointStop
+ style="stop-color:#F2F2F2"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#CCCCCC"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="611.34601"
+ y1="55.279999"
+ x2="590.39001"
+ y2="81.157997"
+ id="lg3494_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#d9d9d9;"
+ offset="0"
+ id="stop10932" />
+ <stop
+ style="stop-color:#f2f2f2;"
+ offset="0.52200001"
+ id="stop10934" />
+ <stop
+ style="stop-color:#ccc;"
+ offset="1"
+ id="stop10936" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#F2F2F2"
+ offset="0.522" />
+ <a:midPointStop
+ style="stop-color:#F2F2F2"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#CCCCCC"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4307">
+ <stop
+ id="stop4309"
+ offset="0"
+ style="stop-color:#5c5c4f;stop-opacity:0" />
+ <stop
+ id="stop4311"
+ offset="1"
+ style="stop-color:#5c5c4f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5285">
+ <stop
+ style="stop-color:#acacac;stop-opacity:1;"
+ offset="0"
+ id="stop5287" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5289" />
+ </linearGradient>
+ <marker
+ inkscape:stockid="TriangleInM"
+ orient="auto"
+ refY="0.0"
+ refX="0.0"
+ id="TriangleInM"
+ style="overflow:visible">
+ <path
+ id="path4167"
+ d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z "
+ style="fill:#5c5c4f"
+ transform="scale(-0.4,-0.4)" />
+ </marker>
+ <linearGradient
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997"
+ id="XMLID_3298_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#bfbfbf;stop-opacity:1"
+ offset="0"
+ id="stop20103" />
+ <stop
+ style="stop-color:#f2f2f2;stop-opacity:1"
+ offset="1"
+ id="stop20105" />
+ <a:midPointStop
+ style="stop-color:#BFBFBF"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#BFBFBF"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#F2F2F2"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037"
+ id="XMLID_3297_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0"
+ id="stop20096" />
+ <stop
+ style="stop-color:#ccc;stop-opacity:1"
+ offset="1"
+ id="stop20098" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#CCCCCC"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092"
+ id="XMLID_3296_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#0f6124;stop-opacity:1"
+ offset="0"
+ id="stop20087" />
+ <stop
+ style="stop-color:#219630;stop-opacity:1"
+ offset="1"
+ id="stop20089" />
+ <a:midPointStop
+ style="stop-color:#0F6124"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#0F6124"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#219630"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602"
+ id="XMLID_3295_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#b2b2b2;stop-opacity:1"
+ offset="0"
+ id="stop20076" />
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0.5"
+ id="stop20078" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="1"
+ id="stop20080" />
+ <a:midPointStop
+ style="stop-color:#B2B2B2"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#B2B2B2"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061"
+ id="XMLID_3294_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#ccc;stop-opacity:1"
+ offset="0"
+ id="stop20069" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="1"
+ id="stop20071" />
+ <a:midPointStop
+ style="stop-color:#CCCCCC"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#CCCCCC"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999"
+ id="XMLID_3293_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#b2b2b2;stop-opacity:1"
+ offset="0"
+ id="stop20056" />
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0.16850001"
+ id="stop20058" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0.23029999"
+ id="stop20060" />
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0.2809"
+ id="stop20062" />
+ <stop
+ style="stop-color:#c2c2c2;stop-opacity:1"
+ offset="0.5"
+ id="stop20064" />
+ <a:midPointStop
+ style="stop-color:#B2B2B2"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#B2B2B2"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.1685" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="0.2303" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.2809" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#C2C2C2"
+ offset="0.5" />
+ </linearGradient>
+ <linearGradient
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397"
+ id="XMLID_3292_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#b2b2b2;stop-opacity:1"
+ offset="0"
+ id="stop20043" />
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0.16850001"
+ id="stop20045" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0.23029999"
+ id="stop20047" />
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0.2809"
+ id="stop20049" />
+ <stop
+ style="stop-color:#ccc;stop-opacity:1"
+ offset="1"
+ id="stop20051" />
+ <a:midPointStop
+ style="stop-color:#B2B2B2"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#B2B2B2"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.1685" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="0.2303" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.2809" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#CCCCCC"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="224.31"
+ y1="19.45"
+ x2="214.33"
+ y2="11.46"
+ id="XMLID_419_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#666;stop-opacity:1"
+ offset="0"
+ id="s1903" />
+ <stop
+ style="stop-color:#6d6d6d;stop-opacity:1"
+ offset="0.33"
+ id="s1905" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="1"
+ id="s1907" />
+ <a:midPointStop
+ style="stop-color:#404040"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#404040"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#6D6D6D"
+ offset="0.33" />
+ <a:midPointStop
+ style="stop-color:#6D6D6D"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E9E9E9"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="221.84"
+ y1="32.78"
+ x2="212.20"
+ y2="20.27"
+ id="lg1988"
+ xlink:href="#XMLID_419_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
+ <linearGradient
+ x1="228.35"
+ y1="33.28"
+ x2="215.43"
+ y2="33.28"
+ id="lg1900"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="s1902" />
+ <stop
+ style="stop-color:white;stop-opacity:0"
+ offset="1"
+ id="s1906" />
+ <a:midPointStop
+ offset="0"
+ style="stop-color:#575757" />
+ <a:midPointStop
+ offset="0.5"
+ style="stop-color:#575757" />
+ <a:midPointStop
+ offset="0.33"
+ style="stop-color:#6D6D6D" />
+ <a:midPointStop
+ offset="0.5"
+ style="stop-color:#6D6D6D" />
+ <a:midPointStop
+ offset="1"
+ style="stop-color:#D3D3D3" />
+ </linearGradient>
+ <linearGradient
+ x1="234.81"
+ y1="33.28"
+ x2="225.54341"
+ y2="33.279999"
+ id="lg1908"
+ xlink:href="#lg1900"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
+ <linearGradient
+ x1="228.35"
+ y1="33.28"
+ x2="215.43"
+ y2="33.28"
+ id="XMLID_416_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#666;stop-opacity:1"
+ offset="0"
+ id="s1874" />
+ <stop
+ style="stop-color:#6d6d6d;stop-opacity:1"
+ offset="0.33"
+ id="s1876" />
+ <stop
+ style="stop-color:#e9e9e9;stop-opacity:1"
+ offset="1"
+ id="s1878" />
+ <a:midPointStop
+ style="stop-color:#575757"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#575757"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#6D6D6D"
+ offset="0.33" />
+ <a:midPointStop
+ style="stop-color:#6D6D6D"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#D3D3D3"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="231.07658"
+ y1="33.29771"
+ x2="212.93233"
+ y2="33.29771"
+ id="lg1991"
+ xlink:href="#XMLID_416_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
+ <linearGradient
+ id="linearGradient4425">
+ <stop
+ style="stop-color:#0093d9;stop-opacity:0"
+ offset="0"
+ id="stop4427" />
+ <stop
+ style="stop-color:#0093d9;stop-opacity:1"
+ offset="1"
+ id="stop4429" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4425"
+ id="radialGradient2940"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.595709,0,0,0.302258,-369.4196,612.2892)"
+ cx="710"
+ cy="668.36218"
+ fx="710"
+ fy="668.36218"
+ r="75" />
+ <pattern
+ patternUnits="userSpaceOnUse"
+ width="32"
+ height="32"
+ id="black-spots"
+ patternTransform="matrix(0.455007,0,0,0.455007,20.99995,116)">
+ <g
+ inkscape:label="#g3039"
+ id="black-spot"
+ transform="translate(-448.3997,-513.505)">
+ <path
+ style="opacity:0.1;fill:black"
+ id="path2961"
+ d="M 473.39967,529.50504 C 473.39967,534.47304 469.36767,538.50504 464.39967,538.50504 C 459.43167,538.50504 455.39967,534.47304 455.39967,529.50504 C 455.39967,524.53704 459.43167,520.50504 464.39967,520.50504 C 469.36767,520.50504 473.39967,524.53704 473.39967,529.50504 z "
+ sodipodi:nodetypes="czzzz" />
+ </g>
+ </pattern>
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#black-spots"
+ id="pattern4038"
+ patternTransform="matrix(0.361895,0,0,0.361895,-33.80556,922.2561)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4038"
+ id="pattern4315"
+ patternTransform="matrix(0.361895,0,0,0.361895,253.6944,752.2561)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4315"
+ id="pattern4333"
+ patternTransform="matrix(0.361895,0,0,1.085685,478.6944,152.0439)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4333"
+ id="pattern4371"
+ patternTransform="matrix(0.361895,0,0,0.361895,313.1944,634.256)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4371"
+ id="pattern4421"
+ patternTransform="matrix(0.361895,0,0,0.361895,313.1944,682.256)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4421"
+ id="pattern4435"
+ patternTransform="matrix(0.361895,0,0,0.361895,313.1944,634.256)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4435"
+ id="pattern4663"
+ patternTransform="matrix(0.361895,0,0,0.361895,313.1944,634.256)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4663"
+ id="pattern4684"
+ patternTransform="matrix(0.361895,0,0,0.442099,313.1944,711.8974)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4684"
+ id="pattern4082"
+ patternTransform="matrix(0.361895,0,0,0.361895,313.1944,634.256)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4082"
+ id="pattern4111"
+ patternTransform="matrix(0.714267,0,0,0.506329,379.0221,472.7335)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4111"
+ id="pattern2895"
+ patternTransform="matrix(0.361896,0,0,0.361895,313.1946,634.2564)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern2895"
+ id="pattern2938"
+ patternTransform="matrix(0.191832,0,0,0.361895,173.3697,763.887)" />
+ <radialGradient
+ cx="603.19"
+ cy="230.77"
+ r="1.67"
+ fx="603.19"
+ fy="230.77"
+ id="x5010_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.10,0,0,1.10,-54.33,-75.40)">
+ <stop
+ style="stop-color:#c9ffc9;stop-opacity:1"
+ offset="0"
+ id="stop29201" />
+ <stop
+ style="stop-color:#23a11f;stop-opacity:1"
+ offset="1"
+ id="stop29203" />
+ <a:midPointStop
+ style="stop-color:#C9FFC9"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#C9FFC9"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#23A11F"
+ offset="1" />
+ </radialGradient>
+ <radialGradient
+ cx="603.19"
+ cy="230.77"
+ r="1.67"
+ fx="603.19"
+ fy="230.77"
+ id="radialGradient5711"
+ xlink:href="#x5010_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)" />
+ <linearGradient
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59"
+ id="lg5722"
+ xlink:href="#x5003_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+ <linearGradient
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16"
+ id="x5002_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#d9d9d9;stop-opacity:1"
+ offset="0"
+ id="stop29134" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0.20"
+ id="stop29136" />
+ <stop
+ style="stop-color:#999;stop-opacity:1"
+ offset="1"
+ id="stop29138" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="0.20" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#999999"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16"
+ id="lg5725"
+ xlink:href="#x5002_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+ <linearGradient
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23"
+ id="x5004_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)">
+ <stop
+ style="stop-color:#d9d9d9;stop-opacity:1"
+ offset="0"
+ id="stop29157" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="1"
+ id="stop29159" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23"
+ id="lg5728"
+ xlink:href="#x5004_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+ <linearGradient
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59"
+ id="x5003_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#f2f2f2;stop-opacity:1"
+ offset="0"
+ id="stop29143" />
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="1"
+ id="stop29145" />
+ <a:midPointStop
+ style="stop-color:#F2F2F2"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#F2F2F2"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59"
+ id="lg5732"
+ xlink:href="#x5003_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+ <linearGradient
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24"
+ id="x5000_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)">
+ <stop
+ style="stop-color:#d9d9d9;stop-opacity:1"
+ offset="0"
+ id="stop29124" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="1"
+ id="stop29126" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24"
+ id="lg5735"
+ xlink:href="#x5000_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+ <linearGradient
+ x1="798.72998"
+ y1="69.839996"
+ x2="799.04999"
+ y2="70.709999"
+ id="g3302_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#005e00;stop-opacity:1"
+ offset="0"
+ id="s6504" />
+ <stop
+ style="stop-color:#23a11f;stop-opacity:1"
+ offset="1"
+ id="s6506" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#005E00" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#005E00" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#23A11F" />
+ </linearGradient>
+ <linearGradient
+ x1="779.19"
+ y1="122.73"
+ x2="811.69"
+ y2="149.74001"
+ id="g3301_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,-0.25,0,1,0,129.19)">
+ <stop
+ style="stop-color:#f2f2f2;stop-opacity:1"
+ offset="0"
+ id="s6483" />
+ <stop
+ style="stop-color:#eee;stop-opacity:1"
+ offset="0.17"
+ id="s6485" />
+ <stop
+ style="stop-color:#e3e3e3;stop-opacity:1"
+ offset="0.34"
+ id="s6487" />
+ <stop
+ style="stop-color:#cfcfcf;stop-opacity:1"
+ offset="0.50999999"
+ id="s6489" />
+ <stop
+ style="stop-color:#b4b4b4;stop-opacity:1"
+ offset="0.67000002"
+ id="s6491" />
+ <stop
+ style="stop-color:#919191;stop-opacity:1"
+ offset="0.83999997"
+ id="s6493" />
+ <stop
+ style="stop-color:#666;stop-opacity:1"
+ offset="1"
+ id="s6495" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#F2F2F2" />
+ <a:midPointstop
+ offset="0.71"
+ style="stop-color:#F2F2F2" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#666666" />
+ </linearGradient>
+ <clipPath
+ id="g3299_">
+ <use
+ id="use6469"
+ x="0"
+ y="0"
+ width="1005.92"
+ height="376.97"
+ xlink:href="#g101_" />
+ </clipPath>
+ <radialGradient
+ cx="1189.9301"
+ cy="100.05"
+ r="40.400002"
+ fx="1189.9301"
+ fy="100.05"
+ id="g3300_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.34,-8.46e-2,0,0.34,394.16,137.13)">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="s6472" />
+ <stop
+ style="stop-color:white;stop-opacity:0"
+ offset="1"
+ id="s6474" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#FFFFFF" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#FFFFFF" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#000000" />
+ </radialGradient>
+ <linearGradient
+ x1="796.38"
+ y1="67.580002"
+ x2="781.28003"
+ y2="58.549999"
+ id="g3298_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#4c8bca;stop-opacity:1"
+ offset="0"
+ id="s6462" />
+ <stop
+ style="stop-color:#b7e9ff;stop-opacity:1"
+ offset="1"
+ id="s6464" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#4C8BCA" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#4C8BCA" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#B7E9FF" />
+ </linearGradient>
+ <linearGradient
+ x1="800.97998"
+ y1="140.72"
+ x2="777.71997"
+ y2="121.76"
+ id="g3297_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,-0.25,0,1,0,129.19)">
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0"
+ id="s6448" />
+ <stop
+ style="stop-color:#ccc;stop-opacity:1"
+ offset="1"
+ id="s6450" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#E5E5E5" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#E5E5E5" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#CCCCCC" />
+ </linearGradient>
+ <linearGradient
+ x1="790.03998"
+ y1="-16.33"
+ x2="779.84003"
+ y2="-3.73"
+ id="g3296_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,70.17)">
+ <stop
+ style="stop-color:#d9d9d9;stop-opacity:1"
+ offset="0"
+ id="s6439" />
+ <stop
+ style="stop-color:#f2f2f2;stop-opacity:1"
+ offset="0.51999998"
+ id="s6441" />
+ <stop
+ style="stop-color:#ccc;stop-opacity:1"
+ offset="1"
+ id="s6443" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#D9D9D9" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#D9D9D9" />
+ <a:midPointstop
+ offset="0.52"
+ style="stop-color:#F2F2F2" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#F2F2F2" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#CCCCCC" />
+ </linearGradient>
+ <linearGradient
+ x1="785.84003"
+ y1="72.989998"
+ x2="785.26001"
+ y2="76.279999"
+ id="g3293_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="s6412" />
+ <stop
+ style="stop-color:#737373;stop-opacity:1"
+ offset="1"
+ id="s6414" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#FFFFFF" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#FFFFFF" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#737373" />
+ </linearGradient>
+ <linearGradient
+ x1="789.37"
+ y1="69.879997"
+ x2="791.03998"
+ y2="77.120003"
+ id="g3292_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#999;stop-opacity:1"
+ offset="0"
+ id="s6403" />
+ <stop
+ style="stop-color:#f2f2f2;stop-opacity:1"
+ offset="0.28"
+ id="s6405" />
+ <stop
+ style="stop-color:#666;stop-opacity:1"
+ offset="1"
+ id="s6407" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#999999" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#999999" />
+ <a:midPointstop
+ offset="0.28"
+ style="stop-color:#F2F2F2" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#F2F2F2" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#666666" />
+ </linearGradient>
+ <linearGradient
+ x1="786.65997"
+ y1="136.12"
+ x2="786.71002"
+ y2="134.33"
+ id="g3290_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,-0.25,0,1,0,137.29)">
+ <stop
+ style="stop-color:#d9d9d9;stop-opacity:1"
+ offset="0"
+ id="s6380" />
+ <stop
+ style="stop-color:#b2b2b2;stop-opacity:1"
+ offset="1"
+ id="s6382" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#D9D9D9" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#D9D9D9" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#B2B2B2" />
+ </linearGradient>
+ <radialGradient
+ cx="1458.77"
+ cy="-5.0999999"
+ r="35.130001"
+ fx="1458.77"
+ fy="-5.0999999"
+ id="g3289_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42,0,0,0.42,167.09,79.84)">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="s6371" />
+ <stop
+ style="stop-color:#999;stop-opacity:1"
+ offset="1"
+ id="s6373" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#FFFFFF" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#FFFFFF" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#999999" />
+ </radialGradient>
+ <radialGradient
+ cx="1612.98"
+ cy="-4.4699998"
+ r="36.580002"
+ fx="1612.98"
+ fy="-4.4699998"
+ id="g3288_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.34,0,0,0.36,238.56,86.87)">
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0"
+ id="s6362" />
+ <stop
+ style="stop-color:#b2b2b2;stop-opacity:1"
+ offset="0.63999999"
+ id="s6364" />
+ <stop
+ style="stop-color:#737373;stop-opacity:1"
+ offset="1"
+ id="s6366" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#E5E5E5" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#E5E5E5" />
+ <a:midPointstop
+ offset="0.64"
+ style="stop-color:#B2B2B2" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#B2B2B2" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#737373" />
+ </radialGradient>
+ <radialGradient
+ cx="1470.5"
+ cy="-10.21"
+ r="33.290001"
+ fx="1470.5"
+ fy="-10.21"
+ id="g3287_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42,0,0,0.42,167.09,79.84)">
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0"
+ id="s6347" />
+ <stop
+ style="stop-color:#b2b2b2;stop-opacity:1"
+ offset="0.38999999"
+ id="s6349" />
+ <stop
+ style="stop-color:#b1b1b1;stop-opacity:1"
+ offset="0.75"
+ id="s6351" />
+ <stop
+ style="stop-color:#aaa;stop-opacity:1"
+ offset="0.88"
+ id="s6353" />
+ <stop
+ style="stop-color:#9e9e9e;stop-opacity:1"
+ offset="0.97000003"
+ id="s6355" />
+ <stop
+ style="stop-color:#999;stop-opacity:1"
+ offset="1"
+ id="s6357" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#E5E5E5" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#E5E5E5" />
+ <a:midPointstop
+ offset="0.39"
+ style="stop-color:#B2B2B2" />
+ <a:midPointstop
+ offset="0.87"
+ style="stop-color:#B2B2B2" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#999999" />
+ </radialGradient>
+ <linearGradient
+ id="linearGradient3987">
+ <stop
+ style="stop-color:#e3dcc0;stop-opacity:0;"
+ offset="0"
+ id="stop3989" />
+ <stop
+ style="stop-color:#e3dcc0;stop-opacity:1;"
+ offset="1"
+ id="stop3991" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3987"
+ id="radialGradient4023"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.886887,0,0,1.602074,-235.025,-437.5826)"
+ cx="265"
+ cy="789.56696"
+ fx="265"
+ fy="789.56696"
+ r="265" />
+ <pattern
+ patternUnits="userSpaceOnUse"
+ width="32"
+ height="32"
+ id="white-spots"
+ patternTransform="matrix(0.375,0,0,0.375,379,400)">
+ <g
+ inkscape:label="#g3035"
+ id="white-spot"
+ transform="translate(-484.3997,-513.505)">
+ <path
+ sodipodi:nodetypes="czzzz"
+ d="M 509.39967,529.50504 C 509.39967,534.47304 505.36767,538.50504 500.39967,538.50504 C 495.43167,538.50504 491.39967,534.47304 491.39967,529.50504 C 491.39967,524.53704 495.43167,520.50504 500.39967,520.50504 C 505.36767,520.50504 509.39967,524.53704 509.39967,529.50504 z "
+ id="path3033"
+ style="opacity:0.3;fill:white" />
+ </g>
+ </pattern>
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#white-spots"
+ id="pattern4015"
+ patternTransform="matrix(0.375,0,0,0.375,379,437.7952)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4015"
+ id="pattern4062"
+ patternTransform="matrix(0.375,0,0,0.375,0.697872,629.4211)" />
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ id="perspective3122" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4425"
+ id="radialGradient8801"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.595709,0,0,0.302258,-369.4196,612.2892)"
+ cx="710"
+ cy="668.36218"
+ fx="710"
+ fy="668.36218"
+ r="75" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient8803"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient8805"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient8807"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient8809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient8811"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient8813"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient8815"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient9247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient9249"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient9251"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient9253"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient9255"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient9257"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient9259"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient9261"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient9263"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient9265"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient9267"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient9269"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient9271"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient9273"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient9311"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient9313"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient9315"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient9317"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient9319"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient9321"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient9323"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient9325"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient9327"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient9329"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient9331"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient9333"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient9335"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient9337"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient9357"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient9359"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient9361"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient9363"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient9365"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient9367"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient9369"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient9389"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient9391"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient9393"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient9395"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient9397"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient9399"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient9401"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient10985"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient10987"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient10989"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient10991"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient10993"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient10995"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_416_"
+ id="linearGradient11123"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="231.07658"
+ y1="33.29771"
+ x2="212.93233"
+ y2="33.29771" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#lg1900"
+ id="linearGradient11125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="234.81"
+ y1="33.28"
+ x2="225.54341"
+ y2="33.279999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_419_"
+ id="linearGradient11127"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="221.84"
+ y1="32.78"
+ x2="212.20"
+ y2="20.27" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4425"
+ id="radialGradient4409"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.595709,0,0,0.302258,-369.4196,612.2892)"
+ cx="710"
+ cy="668.36218"
+ fx="710"
+ fy="668.36218"
+ r="75" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_416_"
+ id="linearGradient4411"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="231.07658"
+ y1="33.29771"
+ x2="212.93233"
+ y2="33.29771" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#lg1900"
+ id="linearGradient4413"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="234.81"
+ y1="33.28"
+ x2="225.54341"
+ y2="33.279999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_419_"
+ id="linearGradient4415"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="221.84"
+ y1="32.78"
+ x2="212.20"
+ y2="20.27" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4425"
+ id="radialGradient4417"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.595709,0,0,0.302258,-369.4196,612.2892)"
+ cx="710"
+ cy="668.36218"
+ fx="710"
+ fy="668.36218"
+ r="75" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_416_"
+ id="linearGradient4419"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="231.07658"
+ y1="33.29771"
+ x2="212.93233"
+ y2="33.29771" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#lg1900"
+ id="linearGradient4421"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="234.81"
+ y1="33.28"
+ x2="225.54341"
+ y2="33.279999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_419_"
+ id="linearGradient4423"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="221.84"
+ y1="32.78"
+ x2="212.20"
+ y2="20.27" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4425"
+ id="radialGradient4425"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.595709,0,0,0.302258,-369.4196,612.2892)"
+ cx="710"
+ cy="668.36218"
+ fx="710"
+ fy="668.36218"
+ r="75" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_416_"
+ id="linearGradient4427"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="231.07658"
+ y1="33.29771"
+ x2="212.93233"
+ y2="33.29771" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#lg1900"
+ id="linearGradient4429"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="234.81"
+ y1="33.28"
+ x2="225.54341"
+ y2="33.279999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_419_"
+ id="linearGradient4431"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="221.84"
+ y1="32.78"
+ x2="212.20"
+ y2="20.27" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4425"
+ id="radialGradient4433"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.595709,0,0,0.302258,-369.4196,612.2892)"
+ cx="710"
+ cy="668.36218"
+ fx="710"
+ fy="668.36218"
+ r="75" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_416_"
+ id="linearGradient4435"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="231.07658"
+ y1="33.29771"
+ x2="212.93233"
+ y2="33.29771" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#lg1900"
+ id="linearGradient4437"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="234.81"
+ y1="33.28"
+ x2="225.54341"
+ y2="33.279999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_419_"
+ id="linearGradient4439"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="221.84"
+ y1="32.78"
+ x2="212.20"
+ y2="20.27" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient4513"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient4515"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient4517"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient4519"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient4521"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient4523"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient4597"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient4599"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient4601"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient4603"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient4605"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient4607"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_416_"
+ id="linearGradient4843"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="231.07658"
+ y1="33.29771"
+ x2="212.93233"
+ y2="33.29771" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#lg1900"
+ id="linearGradient4845"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="234.81"
+ y1="33.28"
+ x2="225.54341"
+ y2="33.279999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_419_"
+ id="linearGradient4847"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="221.84"
+ y1="32.78"
+ x2="212.20"
+ y2="20.27" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient4909"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient4911"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient4913"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient4915"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient4917"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient4919"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient4921"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient4923"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient4925"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient4927"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient4929"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient4931"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient4963"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient4965"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient4967"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient4969"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient4971"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient4973"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient5204"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5206"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient5208"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient5210"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5212"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient5214"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient5216"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5218"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient5220"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient5222"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5224"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient5226"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient5228"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5230"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient5232"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient5234"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5236"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient5238"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient5240"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5242"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient5244"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient5246"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5248"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient5250"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient5252"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5254"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient5256"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient5258"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5260"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient5262"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient5416"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5418"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient5420"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient5422"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5424"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient5426"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient5428"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5430"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient5432"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient5434"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5436"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient5438"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient5440"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5442"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient5444"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient5446"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5448"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient5450"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient5452"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5454"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient5456"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient5458"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5460"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient5462"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient5464"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5466"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient5468"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient5470"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5472"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient5474"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient5983"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5985"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient5987"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient5989"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5991"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient5993"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient5995"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient5997"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient5999"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient6001"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient6003"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient6005"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient6007"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient6009"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient6011"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient6013"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient6015"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient6017"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient6019"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient6021"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient6023"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient6025"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient6027"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient6029"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient6031"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient6033"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient6035"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient6037"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient6039"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient6041"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient6043"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient6045"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient6047"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient6049"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient6051"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient6053"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient6073"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient6075"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient6077"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient6079"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient6081"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient6083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient6085"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient6280"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient6282"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient6284"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient6286"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient6288"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient6290"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient6292"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient6294"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient6296"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient6298"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient6300"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient6302"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient6304"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient6306"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient6308"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient6310"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient6312"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient6314"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient6316"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient6318"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient6320"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient6322"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient6324"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient6326"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient6328"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient6330"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient6332"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient6334"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient6336"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient6338"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient6340"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient6342"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient6344"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient6346"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient6348"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient6350"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient6352"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient6354"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient6356"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient6358"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient6360"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient6362"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient6364"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient6366"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient6368"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient6370"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient6372"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient6374"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient6376"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4425"
+ id="radialGradient6204"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.595709,0,0,0.302258,-369.4196,612.2892)"
+ cx="710"
+ cy="668.36218"
+ fx="710"
+ fy="668.36218"
+ r="75" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.98994949"
+ inkscape:cx="603.82833"
+ inkscape:cy="537.01581"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1263"
+ inkscape:window-height="925"
+ inkscape:window-x="411"
+ inkscape:window-y="25"
+ showborder="false" />
+ <metadata
+ id="metadata3119">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g4273"
+ transform="translate(-68,-4)">
+ <rect
+ style="fill:#0093d9"
+ id="rect4415"
+ width="170.64989"
+ height="42.602489"
+ x="38.7211"
+ y="266.05707"
+ rx="11.902289"
+ ry="11.047821" />
+ <rect
+ ry="11.047821"
+ rx="11.902289"
+ y="266.05707"
+ x="38.7211"
+ height="42.602489"
+ width="170.64989"
+ id="rect4417"
+ style="fill:url(#pattern6210);fill-opacity:1" />
+ <rect
+ style="fill:#0664fe;fill-opacity:1"
+ id="rect4419"
+ width="170.64989"
+ height="42.602489"
+ x="38.7211"
+ y="266.05707"
+ rx="11.902289"
+ ry="11.047821" />
+ <g
+ transform="matrix(0.6534931,0,0,0.6703252,47.702204,270.36069)"
+ id="g2643">
+ <g
+ id="data">
+ <path
+ id="path2646"
+ style="stroke:#000000;stroke-width:2.21441913"
+ d="M 23.49,24 C 15.49,24 9,27.08 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 C 37.97,27.08 31.49,24 23.49,24 z" />
+ <path
+ id="path2648"
+ style="fill:url(#linearGradient4843)"
+ d="M 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 L 9,30.88 z" />
+ <path
+ id="path2650"
+ style="opacity:0.4;fill:url(#linearGradient4845)"
+ d="M 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 L 9,30.88 z" />
+ <path
+ id="path2652"
+ style="fill:url(#linearGradient4847)"
+ d="M 37.97,30.88 C 37.97,34.68 31.49,37.76 23.49,37.76 C 15.49,37.76 9,34.68 9,30.88 C 9,27.08 15.49,24 23.49,24 C 31.49,24 37.97,27.08 37.97,30.88 z" />
+ </g>
+ <use
+ height="450"
+ width="530"
+ xlink:href="#data"
+ y="0"
+ x="0"
+ id="use2832"
+ transform="translate(0,-10.5)" />
+ <use
+ height="450"
+ width="530"
+ xlink:href="#data"
+ y="0"
+ x="0"
+ id="use2830"
+ transform="translate(0,-21)" />
+ </g>
+ <text
+ sodipodi:linespacing="125%"
+ id="text2897"
+ y="290.66885"
+ x="140.1116"
+ style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Interstate-Bold"
+ xml:space="preserve"><tspan
+ y="290.66885"
+ x="140.1116"
+ id="tspan4210"
+ sodipodi:role="line">Everest Repository</tspan></text>
+ </g>
+ <rect
+ ry="17.31835"
+ rx="14.820928"
+ y="286.06641"
+ x="337.42648"
+ height="304.26108"
+ width="222.88327"
+ id="rect4082"
+ style="opacity:1;fill:#d9d9d9;fill-opacity:1" />
+ <rect
+ ry="11.309776"
+ rx="11.409105"
+ y="263.04694"
+ x="366.57364"
+ height="43.61264"
+ width="163.57883"
+ id="rect4224"
+ style="fill:#0093d9" />
+ <rect
+ style="fill:url(#pattern6273);fill-opacity:1"
+ id="rect4226"
+ width="163.57883"
+ height="43.61264"
+ x="366.57364"
+ y="263.04694"
+ rx="11.409105"
+ ry="11.309776" />
+ <rect
+ ry="11.309776"
+ rx="11.409105"
+ y="263.04694"
+ x="366.57364"
+ height="43.61264"
+ width="163.57883"
+ id="rect4228"
+ style="fill:#0664fe;fill-opacity:1" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Interstate-Bold"
+ x="470.80316"
+ y="289.15359"
+ id="text4218"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4220"
+ x="470.80316"
+ y="289.15359">Everest Cloud</tspan></text>
+ <g
+ transform="matrix(1.13733,0,0,1.13733,373.02943,261.84177)"
+ id="g36679">
+ <path
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z"
+ style="fill:url(#linearGradient8803);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ id="path20053" />
+ <path
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z"
+ style="fill:url(#linearGradient8805);fill-rule:evenodd"
+ id="path20066" />
+ <path
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z"
+ style="fill:url(#linearGradient8807);fill-rule:evenodd"
+ id="path20073" />
+ <path
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z"
+ style="fill:url(#linearGradient8809)"
+ id="path20082" />
+ <path
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z"
+ style="fill:url(#linearGradient8811)"
+ id="path20091" />
+ <line
+ stroke-miterlimit="3.8637"
+ x1="34.161156"
+ y1="27.623451"
+ x2="35.890015"
+ y2="27.22345"
+ id="line20093"
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991" />
+ <path
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z"
+ style="fill:url(#linearGradient8813);fill-rule:evenodd"
+ id="path20100" />
+ <path
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z"
+ style="fill:url(#linearGradient8815);fill-rule:evenodd"
+ id="path20107" />
+ </g>
+ <g
+ id="g6087"
+ transform="translate(64,-3.0101525)">
+ <g
+ id="g6055"
+ transform="matrix(1.13733,0,0,1.13733,436.28081,366.50475)">
+ <path
+ id="path6057"
+ style="fill:url(#linearGradient6073);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z" />
+ <path
+ id="path6059"
+ style="fill:url(#linearGradient6075);fill-rule:evenodd"
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z" />
+ <path
+ id="path6061"
+ style="fill:url(#linearGradient6077);fill-rule:evenodd"
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z" />
+ <path
+ id="path6063"
+ style="fill:url(#linearGradient6079)"
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z" />
+ <path
+ id="path6065"
+ style="fill:url(#linearGradient6081)"
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z" />
+ <line
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991"
+ id="line6067"
+ y2="27.22345"
+ x2="35.890015"
+ y1="27.623451"
+ x1="34.161156"
+ stroke-miterlimit="3.8637" />
+ <path
+ id="path6069"
+ style="fill:url(#linearGradient6083);fill-rule:evenodd"
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z" />
+ <path
+ id="path6071"
+ style="fill:url(#linearGradient6085);fill-rule:evenodd"
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z" />
+ </g>
+ <g
+ transform="matrix(1.13733,0,0,1.13733,436.28081,356.50475)"
+ id="g9371">
+ <path
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z"
+ style="fill:url(#linearGradient9389);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ id="path9373" />
+ <path
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z"
+ style="fill:url(#linearGradient9391);fill-rule:evenodd"
+ id="path9375" />
+ <path
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z"
+ style="fill:url(#linearGradient9393);fill-rule:evenodd"
+ id="path9377" />
+ <path
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z"
+ style="fill:url(#linearGradient9395)"
+ id="path9379" />
+ <path
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z"
+ style="fill:url(#linearGradient9397)"
+ id="path9381" />
+ <line
+ stroke-miterlimit="3.8637"
+ x1="34.161156"
+ y1="27.623451"
+ x2="35.890015"
+ y2="27.22345"
+ id="line9383"
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991" />
+ <path
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z"
+ style="fill:url(#linearGradient9399);fill-rule:evenodd"
+ id="path9385" />
+ <path
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z"
+ style="fill:url(#linearGradient9401);fill-rule:evenodd"
+ id="path9387" />
+ </g>
+ <g
+ id="g9339"
+ transform="matrix(1.13733,0,0,1.13733,436.28081,346.50475)">
+ <path
+ id="path9341"
+ style="fill:url(#linearGradient9357);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z" />
+ <path
+ id="path9343"
+ style="fill:url(#linearGradient9359);fill-rule:evenodd"
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z" />
+ <path
+ id="path9345"
+ style="fill:url(#linearGradient9361);fill-rule:evenodd"
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z" />
+ <path
+ id="path9347"
+ style="fill:url(#linearGradient9363)"
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z" />
+ <path
+ id="path9349"
+ style="fill:url(#linearGradient9365)"
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z" />
+ <line
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991"
+ id="line9351"
+ y2="27.22345"
+ x2="35.890015"
+ y1="27.623451"
+ x1="34.161156"
+ stroke-miterlimit="3.8637" />
+ <path
+ id="path9353"
+ style="fill:url(#linearGradient9367);fill-rule:evenodd"
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z" />
+ <path
+ id="path9355"
+ style="fill:url(#linearGradient9369);fill-rule:evenodd"
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z" />
+ </g>
+ <g
+ transform="matrix(1.13733,0,0,1.13733,436.28081,336.50475)"
+ id="g9275">
+ <path
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z"
+ style="fill:url(#linearGradient9311);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ id="path9277" />
+ <path
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z"
+ style="fill:url(#linearGradient9313);fill-rule:evenodd"
+ id="path9279" />
+ <path
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z"
+ style="fill:url(#linearGradient9315);fill-rule:evenodd"
+ id="path9281" />
+ <path
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z"
+ style="fill:url(#linearGradient9317)"
+ id="path9283" />
+ <path
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z"
+ style="fill:url(#linearGradient9319)"
+ id="path9285" />
+ <line
+ stroke-miterlimit="3.8637"
+ x1="34.161156"
+ y1="27.623451"
+ x2="35.890015"
+ y2="27.22345"
+ id="line9287"
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991" />
+ <path
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z"
+ style="fill:url(#linearGradient9321);fill-rule:evenodd"
+ id="path9289" />
+ <path
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z"
+ style="fill:url(#linearGradient9323);fill-rule:evenodd"
+ id="path9291" />
+ </g>
+ <g
+ transform="matrix(1.13733,0,0,1.13733,436.28081,326.9083)"
+ id="g9293">
+ <path
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z"
+ style="fill:url(#linearGradient9325);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ id="path9295" />
+ <path
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z"
+ style="fill:url(#linearGradient9327);fill-rule:evenodd"
+ id="path9297" />
+ <path
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z"
+ style="fill:url(#linearGradient9329);fill-rule:evenodd"
+ id="path9299" />
+ <path
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z"
+ style="fill:url(#linearGradient9331)"
+ id="path9301" />
+ <path
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z"
+ style="fill:url(#linearGradient9333)"
+ id="path9303" />
+ <line
+ stroke-miterlimit="3.8637"
+ x1="34.161156"
+ y1="27.623451"
+ x2="35.890015"
+ y2="27.22345"
+ id="line9305"
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991" />
+ <path
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z"
+ style="fill:url(#linearGradient9335);fill-rule:evenodd"
+ id="path9307" />
+ <path
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z"
+ style="fill:url(#linearGradient9337);fill-rule:evenodd"
+ id="path9309" />
+ </g>
+ <g
+ id="g4296"
+ transform="matrix(1.13733,0,0,1.13733,436.28081,316.50475)">
+ <path
+ id="path4298"
+ style="fill:url(#linearGradient9247);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z" />
+ <path
+ id="path4300"
+ style="fill:url(#linearGradient9249);fill-rule:evenodd"
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z" />
+ <path
+ id="path4302"
+ style="fill:url(#linearGradient9251);fill-rule:evenodd"
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z" />
+ <path
+ id="path4304"
+ style="fill:url(#linearGradient9253)"
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z" />
+ <path
+ id="path4306"
+ style="fill:url(#linearGradient9255)"
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z" />
+ <line
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991"
+ id="line4308"
+ y2="27.22345"
+ x2="35.890015"
+ y1="27.623451"
+ x1="34.161156"
+ stroke-miterlimit="3.8637" />
+ <path
+ id="path4310"
+ style="fill:url(#linearGradient9257);fill-rule:evenodd"
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z" />
+ <path
+ id="path4312"
+ style="fill:url(#linearGradient9259);fill-rule:evenodd"
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z" />
+ </g>
+ <g
+ id="g4328"
+ transform="matrix(1.13733,0,0,1.13733,436.28081,306.9083)">
+ <path
+ id="path4330"
+ style="fill:url(#linearGradient9261);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z" />
+ <path
+ id="path4332"
+ style="fill:url(#linearGradient9263);fill-rule:evenodd"
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z" />
+ <path
+ id="path4334"
+ style="fill:url(#linearGradient9265);fill-rule:evenodd"
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z" />
+ <path
+ id="path4336"
+ style="fill:url(#linearGradient9267)"
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z" />
+ <path
+ id="path4338"
+ style="fill:url(#linearGradient9269)"
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z" />
+ <line
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991"
+ id="line4340"
+ y2="27.22345"
+ x2="35.890015"
+ y1="27.623451"
+ x1="34.161156"
+ stroke-miterlimit="3.8637" />
+ <path
+ id="path4342"
+ style="fill:url(#linearGradient9271);fill-rule:evenodd"
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z" />
+ <path
+ id="path4344"
+ style="fill:url(#linearGradient9273);fill-rule:evenodd"
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z" />
+ </g>
+ </g>
+ <path
+ style="fill:none;stroke:#5c5c4f;stroke-width:2;marker-start:url(#TriangleInM);marker-end:url(#TriangleOutM);stroke-miterlimit:4;stroke-dasharray:4,2;stroke-dashoffset:0"
+ d="M -2.0604584,310.10846 L -37.357158,347.23333"
+ id="path4084" />
+ <g
+ transform="matrix(2.2453917,0,0,1.1047825,-168.15766,-524.7738)"
+ id="g4291"
+ style="fill:#0664fe;fill-opacity:1">
+ <rect
+ ry="9.9999962"
+ rx="5.3007631"
+ y="795.02606"
+ x="15.533484"
+ height="38.561878"
+ width="76.000053"
+ id="rect4293"
+ style="fill:#0664fe;fill-opacity:1" />
+ <rect
+ style="fill:#0664fe;fill-opacity:1"
+ id="rect4295"
+ width="76.000053"
+ height="38.561878"
+ x="15.533484"
+ y="795.02606"
+ rx="5.3007631"
+ ry="9.9999962" />
+ <rect
+ ry="9.9999962"
+ rx="5.3007631"
+ y="795.02606"
+ x="15.533484"
+ height="38.561878"
+ width="76.000053"
+ id="rect4297"
+ style="fill:#0664fe;fill-opacity:1" />
+ </g>
+ <g
+ transform="matrix(0.6534931,0,0,0.6703252,-124.2978,357.86069)"
+ id="g4299">
+ <g
+ id="g4301">
+ <path
+ id="path4303"
+ style="stroke:#000000;stroke-width:2.21441913"
+ d="M 23.49,24 C 15.49,24 9,27.08 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 C 37.97,27.08 31.49,24 23.49,24 z" />
+ <path
+ id="path4305"
+ style="fill:url(#linearGradient4435)"
+ d="M 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 L 9,30.88 z" />
+ <path
+ id="path4307"
+ style="opacity:0.4;fill:url(#linearGradient4437)"
+ d="M 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 L 9,30.88 z" />
+ <path
+ id="path4309"
+ style="fill:url(#linearGradient4439)"
+ d="M 37.97,30.88 C 37.97,34.68 31.49,37.76 23.49,37.76 C 15.49,37.76 9,34.68 9,30.88 C 9,27.08 15.49,24 23.49,24 C 31.49,24 37.97,27.08 37.97,30.88 z" />
+ </g>
+ <use
+ height="450"
+ width="530"
+ xlink:href="#data"
+ y="0"
+ x="0"
+ id="use4311"
+ transform="translate(0,-10.5)" />
+ <use
+ height="450"
+ width="530"
+ xlink:href="#data"
+ y="0"
+ x="0"
+ id="use4313"
+ transform="translate(0,-21)" />
+ </g>
+ <text
+ sodipodi:linespacing="125%"
+ id="text4315"
+ y="378.16885"
+ x="-31.888397"
+ style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Interstate-Bold"
+ xml:space="preserve"><tspan
+ y="378.16885"
+ x="-31.888397"
+ id="tspan4317"
+ sodipodi:role="line">Everest Repository</tspan></text>
+ <g
+ id="g4321"
+ transform="matrix(2.2453917,0,0,1.1047825,41.55663,-524.7738)"
+ style="fill:#0664fe;fill-opacity:1">
+ <rect
+ style="fill:#0664fe;fill-opacity:1"
+ id="rect4323"
+ width="76.000053"
+ height="38.561878"
+ x="15.533484"
+ y="795.02606"
+ rx="5.3007631"
+ ry="9.9999962" />
+ <rect
+ ry="9.9999962"
+ rx="5.3007631"
+ y="795.02606"
+ x="15.533484"
+ height="38.561878"
+ width="76.000053"
+ id="rect4325"
+ style="fill:#0664fe;fill-opacity:1" />
+ <rect
+ style="fill:#0664fe;fill-opacity:1"
+ id="rect4327"
+ width="76.000053"
+ height="38.561878"
+ x="15.533484"
+ y="795.02606"
+ rx="5.3007631"
+ ry="9.9999962" />
+ </g>
+ <g
+ id="g4329"
+ transform="matrix(0.6534931,0,0,0.6703252,85.41649,357.86069)">
+ <g
+ id="g4331">
+ <path
+ d="M 23.49,24 C 15.49,24 9,27.08 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 C 37.97,27.08 31.49,24 23.49,24 z"
+ style="stroke:#000000;stroke-width:2.21441913"
+ id="path4333" />
+ <path
+ d="M 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 L 9,30.88 z"
+ style="fill:url(#linearGradient4427)"
+ id="path4335" />
+ <path
+ d="M 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 L 9,30.88 z"
+ style="opacity:0.4;fill:url(#linearGradient4429)"
+ id="path4337" />
+ <path
+ d="M 37.97,30.88 C 37.97,34.68 31.49,37.76 23.49,37.76 C 15.49,37.76 9,34.68 9,30.88 C 9,27.08 15.49,24 23.49,24 C 31.49,24 37.97,27.08 37.97,30.88 z"
+ style="fill:url(#linearGradient4431)"
+ id="path4339" />
+ </g>
+ <use
+ transform="translate(0,-10.5)"
+ id="use4341"
+ x="0"
+ y="0"
+ xlink:href="#data"
+ width="530"
+ height="450" />
+ <use
+ transform="translate(0,-21)"
+ id="use4343"
+ x="0"
+ y="0"
+ xlink:href="#data"
+ width="530"
+ height="450" />
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Interstate-Bold"
+ x="177.82588"
+ y="378.16885"
+ id="text4345"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4347"
+ x="177.82588"
+ y="378.16885">Everest Repository</tspan></text>
+ <g
+ transform="matrix(2.2453917,0,0,1.1047825,41.55663,-417.77379)"
+ id="g4351"
+ style="fill:#0664fe;fill-opacity:1">
+ <rect
+ ry="9.9999962"
+ rx="5.3007631"
+ y="795.02606"
+ x="15.533484"
+ height="38.561878"
+ width="76.000053"
+ id="rect4353"
+ style="fill:#0664fe;fill-opacity:1" />
+ <rect
+ style="fill:#0664fe;fill-opacity:1"
+ id="rect4355"
+ width="76.000053"
+ height="38.561878"
+ x="15.533484"
+ y="795.02606"
+ rx="5.3007631"
+ ry="9.9999962" />
+ <rect
+ ry="9.9999962"
+ rx="5.3007631"
+ y="795.02606"
+ x="15.533484"
+ height="38.561878"
+ width="76.000053"
+ id="rect4357"
+ style="fill:#0664fe;fill-opacity:1" />
+ </g>
+ <g
+ transform="matrix(0.6534931,0,0,0.6703252,85.41649,464.8607)"
+ id="g4359">
+ <g
+ id="g4361">
+ <path
+ id="path4363"
+ style="stroke:#000000;stroke-width:2.21441913"
+ d="M 23.49,24 C 15.49,24 9,27.08 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 C 37.97,27.08 31.49,24 23.49,24 z" />
+ <path
+ id="path4365"
+ style="fill:url(#linearGradient4419)"
+ d="M 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 L 9,30.88 z" />
+ <path
+ id="path4367"
+ style="opacity:0.4;fill:url(#linearGradient4421)"
+ d="M 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 L 9,30.88 z" />
+ <path
+ id="path4369"
+ style="fill:url(#linearGradient4423)"
+ d="M 37.97,30.88 C 37.97,34.68 31.49,37.76 23.49,37.76 C 15.49,37.76 9,34.68 9,30.88 C 9,27.08 15.49,24 23.49,24 C 31.49,24 37.97,27.08 37.97,30.88 z" />
+ </g>
+ <use
+ height="450"
+ width="530"
+ xlink:href="#data"
+ y="0"
+ x="0"
+ id="use4371"
+ transform="translate(0,-10.5)" />
+ <use
+ height="450"
+ width="530"
+ xlink:href="#data"
+ y="0"
+ x="0"
+ id="use4373"
+ transform="translate(0,-21)" />
+ </g>
+ <text
+ sodipodi:linespacing="125%"
+ id="text4375"
+ y="485.16885"
+ x="177.82588"
+ style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Interstate-Bold"
+ xml:space="preserve"><tspan
+ y="485.16885"
+ x="177.82588"
+ id="tspan4377"
+ sodipodi:role="line">Everest Repository</tspan></text>
+ <g
+ id="g4381"
+ transform="matrix(2.2453917,0,0,1.1047825,-168.15766,-417.7738)"
+ style="fill:#0664fe;fill-opacity:1">
+ <rect
+ style="fill:#0664fe;fill-opacity:1"
+ id="rect4383"
+ width="76.000053"
+ height="38.561878"
+ x="15.533484"
+ y="795.02606"
+ rx="5.3007631"
+ ry="9.9999962" />
+ <rect
+ ry="9.9999962"
+ rx="5.3007631"
+ y="795.02606"
+ x="15.533484"
+ height="38.561878"
+ width="76.000053"
+ id="rect4385"
+ style="fill:#0664fe;fill-opacity:1" />
+ <rect
+ style="fill:#0664fe;fill-opacity:1"
+ id="rect4387"
+ width="76.000053"
+ height="38.561878"
+ x="15.533484"
+ y="795.02606"
+ rx="5.3007631"
+ ry="9.9999962" />
+ </g>
+ <g
+ id="g4389"
+ transform="matrix(0.6534931,0,0,0.6703252,-124.2978,464.86069)">
+ <g
+ id="g4391">
+ <path
+ d="M 23.49,24 C 15.49,24 9,27.08 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 C 37.97,27.08 31.49,24 23.49,24 z"
+ style="stroke:#000000;stroke-width:2.21441913"
+ id="path4393" />
+ <path
+ d="M 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 L 9,30.88 z"
+ style="fill:url(#linearGradient4411)"
+ id="path4395" />
+ <path
+ d="M 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 L 9,30.88 z"
+ style="opacity:0.4;fill:url(#linearGradient4413)"
+ id="path4397" />
+ <path
+ d="M 37.97,30.88 C 37.97,34.68 31.49,37.76 23.49,37.76 C 15.49,37.76 9,34.68 9,30.88 C 9,27.08 15.49,24 23.49,24 C 31.49,24 37.97,27.08 37.97,30.88 z"
+ style="fill:url(#linearGradient4415)"
+ id="path4399" />
+ </g>
+ <use
+ transform="translate(0,-10.5)"
+ id="use4401"
+ x="0"
+ y="0"
+ xlink:href="#data"
+ width="530"
+ height="450" />
+ <use
+ transform="translate(0,-21)"
+ id="use4403"
+ x="0"
+ y="0"
+ xlink:href="#data"
+ width="530"
+ height="450" />
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Interstate-Bold"
+ x="-31.888397"
+ y="485.16885"
+ id="text4405"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4407"
+ x="-31.888397"
+ y="485.16885">Everest Repository</tspan></text>
+ <g
+ id="g4975"
+ transform="translate(64,7.9898475)">
+ <g
+ style="opacity:0.57211537"
+ transform="translate(440.21819,409.73766)"
+ inkscape:label="#g5739"
+ id="g4483">
+ <path
+ id="path4485"
+ style="fill:url(#linearGradient4513)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path4487"
+ style="fill:url(#linearGradient4515)"
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z" />
+ <path
+ id="path4489"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path4491"
+ style="fill:url(#linearGradient4517)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path4493"
+ style="fill:url(#linearGradient4519)"
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z" />
+ <path
+ id="path4495"
+ style="fill:url(#linearGradient4521)"
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z" />
+ <path
+ id="path4497"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71" />
+ <path
+ id="path4499"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 24.74,21.3 L 24.74,44.76" />
+ <path
+ id="path4501"
+ style="fill:#808080"
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z" />
+ <path
+ id="path4503"
+ style="fill:#b2b2b2"
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z" />
+ <path
+ id="path4505"
+ style="fill:#808080"
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z" />
+ <path
+ id="path4507"
+ style="fill:#b2b2b2"
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z" />
+ <path
+ id="path4509"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z" />
+ <path
+ id="path4511"
+ style="fill:url(#radialGradient4523);stroke:#328e36;stroke-width:0.44"
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z" />
+ </g>
+ <g
+ style="opacity:0.57211537"
+ transform="translate(400.21819,409.73766)"
+ inkscape:label="#g5739"
+ id="g4567">
+ <path
+ id="path4569"
+ style="fill:url(#linearGradient4597)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path4571"
+ style="fill:url(#linearGradient4599)"
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z" />
+ <path
+ id="path4573"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path4575"
+ style="fill:url(#linearGradient4601)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path4577"
+ style="fill:url(#linearGradient4603)"
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z" />
+ <path
+ id="path4579"
+ style="fill:url(#linearGradient4605)"
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z" />
+ <path
+ id="path4581"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71" />
+ <path
+ id="path4583"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 24.74,21.3 L 24.74,44.76" />
+ <path
+ id="path4585"
+ style="fill:#808080"
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z" />
+ <path
+ id="path4587"
+ style="fill:#b2b2b2"
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z" />
+ <path
+ id="path4589"
+ style="fill:#808080"
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z" />
+ <path
+ id="path4591"
+ style="fill:#b2b2b2"
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z" />
+ <path
+ id="path4593"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z" />
+ <path
+ id="path4595"
+ style="fill:url(#radialGradient4607);stroke:#328e36;stroke-width:0.44"
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z" />
+ </g>
+ <g
+ id="g4849"
+ inkscape:label="#g5739"
+ transform="translate(360.21819,409.73766)"
+ style="opacity:0.57211537">
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient4909)"
+ id="path4851" />
+ <path
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z"
+ style="fill:url(#linearGradient4911)"
+ id="path4853" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ id="path4855" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient4913)"
+ id="path4857" />
+ <path
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z"
+ style="fill:url(#linearGradient4915)"
+ id="path4859" />
+ <path
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z"
+ style="fill:url(#linearGradient4917)"
+ id="path4861" />
+ <path
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path4863" />
+ <path
+ d="M 24.74,21.3 L 24.74,44.76"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path4865" />
+ <path
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z"
+ style="fill:#808080"
+ id="path4867" />
+ <path
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z"
+ style="fill:#b2b2b2"
+ id="path4869" />
+ <path
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z"
+ style="fill:#808080"
+ id="path4871" />
+ <path
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z"
+ style="fill:#b2b2b2"
+ id="path4873" />
+ <path
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ id="path4875" />
+ <path
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z"
+ style="fill:url(#radialGradient4919);stroke:#328e36;stroke-width:0.44"
+ id="path4877" />
+ </g>
+ <g
+ id="g4879"
+ inkscape:label="#g5739"
+ transform="translate(320.21819,409.73766)"
+ style="opacity:0.57211537">
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient4921)"
+ id="path4881" />
+ <path
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z"
+ style="fill:url(#linearGradient4923)"
+ id="path4883" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ id="path4885" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient4925)"
+ id="path4887" />
+ <path
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z"
+ style="fill:url(#linearGradient4927)"
+ id="path4889" />
+ <path
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z"
+ style="fill:url(#linearGradient4929)"
+ id="path4891" />
+ <path
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path4893" />
+ <path
+ d="M 24.74,21.3 L 24.74,44.76"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path4895" />
+ <path
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z"
+ style="fill:#808080"
+ id="path4897" />
+ <path
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z"
+ style="fill:#b2b2b2"
+ id="path4899" />
+ <path
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z"
+ style="fill:#808080"
+ id="path4901" />
+ <path
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z"
+ style="fill:#b2b2b2"
+ id="path4903" />
+ <path
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ id="path4905" />
+ <path
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z"
+ style="fill:url(#radialGradient4931);stroke:#328e36;stroke-width:0.44"
+ id="path4907" />
+ </g>
+ <g
+ style="opacity:0.57211537"
+ transform="translate(280.21819,409.73766)"
+ inkscape:label="#g5739"
+ id="g4933">
+ <path
+ id="path4935"
+ style="fill:url(#linearGradient4963)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path4937"
+ style="fill:url(#linearGradient4965)"
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z" />
+ <path
+ id="path4939"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path4941"
+ style="fill:url(#linearGradient4967)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path4943"
+ style="fill:url(#linearGradient4969)"
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z" />
+ <path
+ id="path4945"
+ style="fill:url(#linearGradient4971)"
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z" />
+ <path
+ id="path4947"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71" />
+ <path
+ id="path4949"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 24.74,21.3 L 24.74,44.76" />
+ <path
+ id="path4951"
+ style="fill:#808080"
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z" />
+ <path
+ id="path4953"
+ style="fill:#b2b2b2"
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z" />
+ <path
+ id="path4955"
+ style="fill:#808080"
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z" />
+ <path
+ id="path4957"
+ style="fill:#b2b2b2"
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z" />
+ <path
+ id="path4959"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z" />
+ <path
+ id="path4961"
+ style="fill:url(#radialGradient4973);stroke:#328e36;stroke-width:0.44"
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z" />
+ </g>
+ </g>
+ <g
+ id="g5052"
+ transform="translate(64,62.489847)">
+ <g
+ id="g5054"
+ inkscape:label="#g5739"
+ transform="translate(440.21819,409.73766)"
+ style="opacity:0.57211537">
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient5204)"
+ id="path5056" />
+ <path
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z"
+ style="fill:url(#linearGradient5206)"
+ id="path5058" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ id="path5060" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient5208)"
+ id="path5062" />
+ <path
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z"
+ style="fill:url(#linearGradient5210)"
+ id="path5064" />
+ <path
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z"
+ style="fill:url(#linearGradient5212)"
+ id="path5066" />
+ <path
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5068" />
+ <path
+ d="M 24.74,21.3 L 24.74,44.76"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5070" />
+ <path
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z"
+ style="fill:#808080"
+ id="path5072" />
+ <path
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z"
+ style="fill:#b2b2b2"
+ id="path5074" />
+ <path
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z"
+ style="fill:#808080"
+ id="path5076" />
+ <path
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z"
+ style="fill:#b2b2b2"
+ id="path5078" />
+ <path
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ id="path5080" />
+ <path
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z"
+ style="fill:url(#radialGradient5214);stroke:#328e36;stroke-width:0.44"
+ id="path5082" />
+ </g>
+ <g
+ id="g5084"
+ inkscape:label="#g5739"
+ transform="translate(400.21819,409.73766)"
+ style="opacity:0.57211537">
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient5216)"
+ id="path5086" />
+ <path
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z"
+ style="fill:url(#linearGradient5218)"
+ id="path5088" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ id="path5090" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient5220)"
+ id="path5092" />
+ <path
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z"
+ style="fill:url(#linearGradient5222)"
+ id="path5094" />
+ <path
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z"
+ style="fill:url(#linearGradient5224)"
+ id="path5096" />
+ <path
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5098" />
+ <path
+ d="M 24.74,21.3 L 24.74,44.76"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5100" />
+ <path
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z"
+ style="fill:#808080"
+ id="path5102" />
+ <path
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z"
+ style="fill:#b2b2b2"
+ id="path5104" />
+ <path
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z"
+ style="fill:#808080"
+ id="path5106" />
+ <path
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z"
+ style="fill:#b2b2b2"
+ id="path5108" />
+ <path
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ id="path5110" />
+ <path
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z"
+ style="fill:url(#radialGradient5226);stroke:#328e36;stroke-width:0.44"
+ id="path5112" />
+ </g>
+ <g
+ style="opacity:0.57211537"
+ transform="translate(360.21819,409.73766)"
+ inkscape:label="#g5739"
+ id="g5114">
+ <path
+ id="path5116"
+ style="fill:url(#linearGradient5228)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5118"
+ style="fill:url(#linearGradient5230)"
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z" />
+ <path
+ id="path5120"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5122"
+ style="fill:url(#linearGradient5232)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5124"
+ style="fill:url(#linearGradient5234)"
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z" />
+ <path
+ id="path5126"
+ style="fill:url(#linearGradient5236)"
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z" />
+ <path
+ id="path5128"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71" />
+ <path
+ id="path5130"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 24.74,21.3 L 24.74,44.76" />
+ <path
+ id="path5132"
+ style="fill:#808080"
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z" />
+ <path
+ id="path5134"
+ style="fill:#b2b2b2"
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z" />
+ <path
+ id="path5136"
+ style="fill:#808080"
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z" />
+ <path
+ id="path5138"
+ style="fill:#b2b2b2"
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z" />
+ <path
+ id="path5140"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z" />
+ <path
+ id="path5142"
+ style="fill:url(#radialGradient5238);stroke:#328e36;stroke-width:0.44"
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z" />
+ </g>
+ <g
+ style="opacity:0.57211537"
+ transform="translate(320.21819,409.73766)"
+ inkscape:label="#g5739"
+ id="g5144">
+ <path
+ id="path5146"
+ style="fill:url(#linearGradient5240)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5148"
+ style="fill:url(#linearGradient5242)"
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z" />
+ <path
+ id="path5150"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5152"
+ style="fill:url(#linearGradient5244)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5154"
+ style="fill:url(#linearGradient5246)"
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z" />
+ <path
+ id="path5156"
+ style="fill:url(#linearGradient5248)"
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z" />
+ <path
+ id="path5158"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71" />
+ <path
+ id="path5160"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 24.74,21.3 L 24.74,44.76" />
+ <path
+ id="path5162"
+ style="fill:#808080"
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z" />
+ <path
+ id="path5164"
+ style="fill:#b2b2b2"
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z" />
+ <path
+ id="path5166"
+ style="fill:#808080"
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z" />
+ <path
+ id="path5168"
+ style="fill:#b2b2b2"
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z" />
+ <path
+ id="path5170"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z" />
+ <path
+ id="path5172"
+ style="fill:url(#radialGradient5250);stroke:#328e36;stroke-width:0.44"
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z" />
+ </g>
+ <g
+ id="g5174"
+ inkscape:label="#g5739"
+ transform="translate(280.21819,409.73766)"
+ style="opacity:0.57211537">
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient5252)"
+ id="path5176" />
+ <path
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z"
+ style="fill:url(#linearGradient5254)"
+ id="path5178" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ id="path5180" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient5256)"
+ id="path5182" />
+ <path
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z"
+ style="fill:url(#linearGradient5258)"
+ id="path5184" />
+ <path
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z"
+ style="fill:url(#linearGradient5260)"
+ id="path5186" />
+ <path
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5188" />
+ <path
+ d="M 24.74,21.3 L 24.74,44.76"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5190" />
+ <path
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z"
+ style="fill:#808080"
+ id="path5192" />
+ <path
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z"
+ style="fill:#b2b2b2"
+ id="path5194" />
+ <path
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z"
+ style="fill:#808080"
+ id="path5196" />
+ <path
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z"
+ style="fill:#b2b2b2"
+ id="path5198" />
+ <path
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ id="path5200" />
+ <path
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z"
+ style="fill:url(#radialGradient5262);stroke:#328e36;stroke-width:0.44"
+ id="path5202" />
+ </g>
+ </g>
+ <g
+ transform="translate(64,116.98985)"
+ id="g5264">
+ <g
+ style="opacity:0.57211537"
+ transform="translate(440.21819,409.73766)"
+ inkscape:label="#g5739"
+ id="g5266">
+ <path
+ id="path5268"
+ style="fill:url(#linearGradient5416)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5270"
+ style="fill:url(#linearGradient5418)"
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z" />
+ <path
+ id="path5272"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5274"
+ style="fill:url(#linearGradient5420)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5276"
+ style="fill:url(#linearGradient5422)"
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z" />
+ <path
+ id="path5278"
+ style="fill:url(#linearGradient5424)"
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z" />
+ <path
+ id="path5280"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71" />
+ <path
+ id="path5282"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 24.74,21.3 L 24.74,44.76" />
+ <path
+ id="path5284"
+ style="fill:#808080"
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z" />
+ <path
+ id="path5286"
+ style="fill:#b2b2b2"
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z" />
+ <path
+ id="path5288"
+ style="fill:#808080"
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z" />
+ <path
+ id="path5290"
+ style="fill:#b2b2b2"
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z" />
+ <path
+ id="path5292"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z" />
+ <path
+ id="path5294"
+ style="fill:url(#radialGradient5426);stroke:#328e36;stroke-width:0.44"
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z" />
+ </g>
+ <g
+ style="opacity:0.57211537"
+ transform="translate(400.21819,409.73766)"
+ inkscape:label="#g5739"
+ id="g5296">
+ <path
+ id="path5298"
+ style="fill:url(#linearGradient5428)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5300"
+ style="fill:url(#linearGradient5430)"
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z" />
+ <path
+ id="path5302"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5304"
+ style="fill:url(#linearGradient5432)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5306"
+ style="fill:url(#linearGradient5434)"
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z" />
+ <path
+ id="path5308"
+ style="fill:url(#linearGradient5436)"
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z" />
+ <path
+ id="path5310"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71" />
+ <path
+ id="path5312"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 24.74,21.3 L 24.74,44.76" />
+ <path
+ id="path5314"
+ style="fill:#808080"
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z" />
+ <path
+ id="path5316"
+ style="fill:#b2b2b2"
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z" />
+ <path
+ id="path5318"
+ style="fill:#808080"
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z" />
+ <path
+ id="path5320"
+ style="fill:#b2b2b2"
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z" />
+ <path
+ id="path5322"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z" />
+ <path
+ id="path5324"
+ style="fill:url(#radialGradient5438);stroke:#328e36;stroke-width:0.44"
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z" />
+ </g>
+ <g
+ id="g5326"
+ inkscape:label="#g5739"
+ transform="translate(360.21819,409.73766)"
+ style="opacity:0.57211537">
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient5440)"
+ id="path5328" />
+ <path
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z"
+ style="fill:url(#linearGradient5442)"
+ id="path5330" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ id="path5332" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient5444)"
+ id="path5334" />
+ <path
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z"
+ style="fill:url(#linearGradient5446)"
+ id="path5336" />
+ <path
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z"
+ style="fill:url(#linearGradient5448)"
+ id="path5338" />
+ <path
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5340" />
+ <path
+ d="M 24.74,21.3 L 24.74,44.76"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5342" />
+ <path
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z"
+ style="fill:#808080"
+ id="path5344" />
+ <path
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z"
+ style="fill:#b2b2b2"
+ id="path5346" />
+ <path
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z"
+ style="fill:#808080"
+ id="path5348" />
+ <path
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z"
+ style="fill:#b2b2b2"
+ id="path5350" />
+ <path
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ id="path5352" />
+ <path
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z"
+ style="fill:url(#radialGradient5450);stroke:#328e36;stroke-width:0.44"
+ id="path5354" />
+ </g>
+ <g
+ id="g5356"
+ inkscape:label="#g5739"
+ transform="translate(320.21819,409.73766)"
+ style="opacity:0.57211537">
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient5452)"
+ id="path5358" />
+ <path
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z"
+ style="fill:url(#linearGradient5454)"
+ id="path5360" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ id="path5362" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient5456)"
+ id="path5364" />
+ <path
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z"
+ style="fill:url(#linearGradient5458)"
+ id="path5366" />
+ <path
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z"
+ style="fill:url(#linearGradient5460)"
+ id="path5368" />
+ <path
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5370" />
+ <path
+ d="M 24.74,21.3 L 24.74,44.76"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5372" />
+ <path
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z"
+ style="fill:#808080"
+ id="path5374" />
+ <path
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z"
+ style="fill:#b2b2b2"
+ id="path5376" />
+ <path
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z"
+ style="fill:#808080"
+ id="path5378" />
+ <path
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z"
+ style="fill:#b2b2b2"
+ id="path5380" />
+ <path
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ id="path5382" />
+ <path
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z"
+ style="fill:url(#radialGradient5462);stroke:#328e36;stroke-width:0.44"
+ id="path5384" />
+ </g>
+ <g
+ style="opacity:0.57211537"
+ transform="translate(280.21819,409.73766)"
+ inkscape:label="#g5739"
+ id="g5386">
+ <path
+ id="path5388"
+ style="fill:url(#linearGradient5464)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5390"
+ style="fill:url(#linearGradient5466)"
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z" />
+ <path
+ id="path5392"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5394"
+ style="fill:url(#linearGradient5468)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5396"
+ style="fill:url(#linearGradient5470)"
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z" />
+ <path
+ id="path5398"
+ style="fill:url(#linearGradient5472)"
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z" />
+ <path
+ id="path5400"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71" />
+ <path
+ id="path5402"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 24.74,21.3 L 24.74,44.76" />
+ <path
+ id="path5404"
+ style="fill:#808080"
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z" />
+ <path
+ id="path5406"
+ style="fill:#b2b2b2"
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z" />
+ <path
+ id="path5408"
+ style="fill:#808080"
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z" />
+ <path
+ id="path5410"
+ style="fill:#b2b2b2"
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z" />
+ <path
+ id="path5412"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z" />
+ <path
+ id="path5414"
+ style="fill:url(#radialGradient5474);stroke:#328e36;stroke-width:0.44"
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z" />
+ </g>
+ </g>
+ <g
+ id="g5936"
+ transform="translate(64,13.489847)">
+ <g
+ style="opacity:0.57211537"
+ transform="translate(360.21819,349.73766)"
+ inkscape:label="#g5739"
+ id="g5538">
+ <path
+ id="path5540"
+ style="fill:url(#linearGradient5983)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5542"
+ style="fill:url(#linearGradient5985)"
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z" />
+ <path
+ id="path5544"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5546"
+ style="fill:url(#linearGradient5987)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5548"
+ style="fill:url(#linearGradient5989)"
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z" />
+ <path
+ id="path5550"
+ style="fill:url(#linearGradient5991)"
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z" />
+ <path
+ id="path5552"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71" />
+ <path
+ id="path5554"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 24.74,21.3 L 24.74,44.76" />
+ <path
+ id="path5556"
+ style="fill:#808080"
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z" />
+ <path
+ id="path5558"
+ style="fill:#b2b2b2"
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z" />
+ <path
+ id="path5560"
+ style="fill:#808080"
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z" />
+ <path
+ id="path5562"
+ style="fill:#b2b2b2"
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z" />
+ <path
+ id="path5564"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z" />
+ <path
+ id="path5566"
+ style="fill:url(#radialGradient5993);stroke:#328e36;stroke-width:0.44"
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z" />
+ </g>
+ <g
+ style="opacity:0.57211537"
+ transform="translate(320.21819,349.73766)"
+ inkscape:label="#g5739"
+ id="g5568">
+ <path
+ id="path5570"
+ style="fill:url(#linearGradient5995)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5572"
+ style="fill:url(#linearGradient5997)"
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z" />
+ <path
+ id="path5574"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5576"
+ style="fill:url(#linearGradient5999)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5578"
+ style="fill:url(#linearGradient6001)"
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z" />
+ <path
+ id="path5580"
+ style="fill:url(#linearGradient6003)"
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z" />
+ <path
+ id="path5582"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71" />
+ <path
+ id="path5584"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 24.74,21.3 L 24.74,44.76" />
+ <path
+ id="path5586"
+ style="fill:#808080"
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z" />
+ <path
+ id="path5588"
+ style="fill:#b2b2b2"
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z" />
+ <path
+ id="path5590"
+ style="fill:#808080"
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z" />
+ <path
+ id="path5592"
+ style="fill:#b2b2b2"
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z" />
+ <path
+ id="path5594"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z" />
+ <path
+ id="path5596"
+ style="fill:url(#radialGradient6005);stroke:#328e36;stroke-width:0.44"
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z" />
+ </g>
+ <g
+ id="g5598"
+ inkscape:label="#g5739"
+ transform="translate(280.21819,349.73766)"
+ style="opacity:0.57211537">
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient6007)"
+ id="path5600" />
+ <path
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z"
+ style="fill:url(#linearGradient6009)"
+ id="path5602" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ id="path5604" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient6011)"
+ id="path5606" />
+ <path
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z"
+ style="fill:url(#linearGradient6013)"
+ id="path5608" />
+ <path
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z"
+ style="fill:url(#linearGradient6015)"
+ id="path5610" />
+ <path
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5612" />
+ <path
+ d="M 24.74,21.3 L 24.74,44.76"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5614" />
+ <path
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z"
+ style="fill:#808080"
+ id="path5616" />
+ <path
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z"
+ style="fill:#b2b2b2"
+ id="path5618" />
+ <path
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z"
+ style="fill:#808080"
+ id="path5620" />
+ <path
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z"
+ style="fill:#b2b2b2"
+ id="path5622" />
+ <path
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ id="path5624" />
+ <path
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z"
+ style="fill:url(#radialGradient6017);stroke:#328e36;stroke-width:0.44"
+ id="path5626" />
+ </g>
+ </g>
+ <g
+ id="g5889"
+ transform="translate(64,8.9898475)">
+ <g
+ id="g5763"
+ inkscape:label="#g5739"
+ transform="translate(360.21819,299.73766)"
+ style="opacity:0.57211537">
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient6019)"
+ id="path5765" />
+ <path
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z"
+ style="fill:url(#linearGradient6021)"
+ id="path5767" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ id="path5769" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient6023)"
+ id="path5771" />
+ <path
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z"
+ style="fill:url(#linearGradient6025)"
+ id="path5773" />
+ <path
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z"
+ style="fill:url(#linearGradient6027)"
+ id="path5775" />
+ <path
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5777" />
+ <path
+ d="M 24.74,21.3 L 24.74,44.76"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5779" />
+ <path
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z"
+ style="fill:#808080"
+ id="path5781" />
+ <path
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z"
+ style="fill:#b2b2b2"
+ id="path5783" />
+ <path
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z"
+ style="fill:#808080"
+ id="path5785" />
+ <path
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z"
+ style="fill:#b2b2b2"
+ id="path5787" />
+ <path
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ id="path5789" />
+ <path
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z"
+ style="fill:url(#radialGradient6029);stroke:#328e36;stroke-width:0.44"
+ id="path5791" />
+ </g>
+ <g
+ id="g5793"
+ inkscape:label="#g5739"
+ transform="translate(320.21819,299.73766)"
+ style="opacity:0.57211537">
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient6031)"
+ id="path5795" />
+ <path
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z"
+ style="fill:url(#linearGradient6033)"
+ id="path5797" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ id="path5799" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient6035)"
+ id="path5801" />
+ <path
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z"
+ style="fill:url(#linearGradient6037)"
+ id="path5803" />
+ <path
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z"
+ style="fill:url(#linearGradient6039)"
+ id="path5805" />
+ <path
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5807" />
+ <path
+ d="M 24.74,21.3 L 24.74,44.76"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path5809" />
+ <path
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z"
+ style="fill:#808080"
+ id="path5811" />
+ <path
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z"
+ style="fill:#b2b2b2"
+ id="path5813" />
+ <path
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z"
+ style="fill:#808080"
+ id="path5815" />
+ <path
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z"
+ style="fill:#b2b2b2"
+ id="path5817" />
+ <path
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ id="path5819" />
+ <path
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z"
+ style="fill:url(#radialGradient6041);stroke:#328e36;stroke-width:0.44"
+ id="path5821" />
+ </g>
+ <g
+ style="opacity:0.57211537"
+ transform="translate(280.21819,299.73766)"
+ inkscape:label="#g5739"
+ id="g5823">
+ <path
+ id="path5825"
+ style="fill:url(#linearGradient6043)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5827"
+ style="fill:url(#linearGradient6045)"
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z" />
+ <path
+ id="path5829"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5831"
+ style="fill:url(#linearGradient6047)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path5833"
+ style="fill:url(#linearGradient6049)"
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z" />
+ <path
+ id="path5835"
+ style="fill:url(#linearGradient6051)"
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z" />
+ <path
+ id="path5837"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71" />
+ <path
+ id="path5839"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ d="M 24.74,21.3 L 24.74,44.76" />
+ <path
+ id="path5841"
+ style="fill:#808080"
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z" />
+ <path
+ id="path5843"
+ style="fill:#b2b2b2"
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z" />
+ <path
+ id="path5845"
+ style="fill:#808080"
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z" />
+ <path
+ id="path5847"
+ style="fill:#b2b2b2"
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z" />
+ <path
+ id="path5849"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z" />
+ <path
+ id="path5851"
+ style="fill:url(#radialGradient6053);stroke:#328e36;stroke-width:0.44"
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z" />
+ </g>
+ </g>
+ <g
+ id="g6152"
+ transform="translate(34,-1.0101525)">
+ <g
+ transform="matrix(1.13733,0,0,1.13733,436.28081,366.50475)"
+ id="g6154">
+ <path
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z"
+ style="fill:url(#linearGradient6280);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ id="path6156" />
+ <path
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z"
+ style="fill:url(#linearGradient6282);fill-rule:evenodd"
+ id="path6158" />
+ <path
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z"
+ style="fill:url(#linearGradient6284);fill-rule:evenodd"
+ id="path6160" />
+ <path
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z"
+ style="fill:url(#linearGradient6286)"
+ id="path6162" />
+ <path
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z"
+ style="fill:url(#linearGradient6288)"
+ id="path6164" />
+ <line
+ stroke-miterlimit="3.8637"
+ x1="34.161156"
+ y1="27.623451"
+ x2="35.890015"
+ y2="27.22345"
+ id="line6166"
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991" />
+ <path
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z"
+ style="fill:url(#linearGradient6290);fill-rule:evenodd"
+ id="path6168" />
+ <path
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z"
+ style="fill:url(#linearGradient6292);fill-rule:evenodd"
+ id="path6170" />
+ </g>
+ <g
+ id="g6172"
+ transform="matrix(1.13733,0,0,1.13733,436.28081,356.50475)">
+ <path
+ id="path6174"
+ style="fill:url(#linearGradient6294);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z" />
+ <path
+ id="path6176"
+ style="fill:url(#linearGradient6296);fill-rule:evenodd"
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z" />
+ <path
+ id="path6178"
+ style="fill:url(#linearGradient6298);fill-rule:evenodd"
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z" />
+ <path
+ id="path6180"
+ style="fill:url(#linearGradient6300)"
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z" />
+ <path
+ id="path6182"
+ style="fill:url(#linearGradient6302)"
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z" />
+ <line
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991"
+ id="line6184"
+ y2="27.22345"
+ x2="35.890015"
+ y1="27.623451"
+ x1="34.161156"
+ stroke-miterlimit="3.8637" />
+ <path
+ id="path6186"
+ style="fill:url(#linearGradient6304);fill-rule:evenodd"
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z" />
+ <path
+ id="path6188"
+ style="fill:url(#linearGradient6306);fill-rule:evenodd"
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z" />
+ </g>
+ <g
+ transform="matrix(1.13733,0,0,1.13733,436.28081,346.50475)"
+ id="g6190">
+ <path
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z"
+ style="fill:url(#linearGradient6308);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ id="path6192" />
+ <path
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z"
+ style="fill:url(#linearGradient6310);fill-rule:evenodd"
+ id="path6194" />
+ <path
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z"
+ style="fill:url(#linearGradient6312);fill-rule:evenodd"
+ id="path6196" />
+ <path
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z"
+ style="fill:url(#linearGradient6314)"
+ id="path6198" />
+ <path
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z"
+ style="fill:url(#linearGradient6316)"
+ id="path6200" />
+ <line
+ stroke-miterlimit="3.8637"
+ x1="34.161156"
+ y1="27.623451"
+ x2="35.890015"
+ y2="27.22345"
+ id="line6202"
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991" />
+ <path
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z"
+ style="fill:url(#linearGradient6318);fill-rule:evenodd"
+ id="path6204" />
+ <path
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z"
+ style="fill:url(#linearGradient6320);fill-rule:evenodd"
+ id="path6206" />
+ </g>
+ <g
+ id="g6208"
+ transform="matrix(1.13733,0,0,1.13733,436.28081,336.50475)">
+ <path
+ id="path6210"
+ style="fill:url(#linearGradient6322);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z" />
+ <path
+ id="path6212"
+ style="fill:url(#linearGradient6324);fill-rule:evenodd"
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z" />
+ <path
+ id="path6214"
+ style="fill:url(#linearGradient6326);fill-rule:evenodd"
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z" />
+ <path
+ id="path6216"
+ style="fill:url(#linearGradient6328)"
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z" />
+ <path
+ id="path6218"
+ style="fill:url(#linearGradient6330)"
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z" />
+ <line
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991"
+ id="line6220"
+ y2="27.22345"
+ x2="35.890015"
+ y1="27.623451"
+ x1="34.161156"
+ stroke-miterlimit="3.8637" />
+ <path
+ id="path6222"
+ style="fill:url(#linearGradient6332);fill-rule:evenodd"
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z" />
+ <path
+ id="path6224"
+ style="fill:url(#linearGradient6334);fill-rule:evenodd"
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z" />
+ </g>
+ <g
+ id="g6226"
+ transform="matrix(1.13733,0,0,1.13733,436.28081,326.9083)">
+ <path
+ id="path6228"
+ style="fill:url(#linearGradient6336);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z" />
+ <path
+ id="path6230"
+ style="fill:url(#linearGradient6338);fill-rule:evenodd"
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z" />
+ <path
+ id="path6232"
+ style="fill:url(#linearGradient6340);fill-rule:evenodd"
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z" />
+ <path
+ id="path6234"
+ style="fill:url(#linearGradient6342)"
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z" />
+ <path
+ id="path6236"
+ style="fill:url(#linearGradient6344)"
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z" />
+ <line
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991"
+ id="line6238"
+ y2="27.22345"
+ x2="35.890015"
+ y1="27.623451"
+ x1="34.161156"
+ stroke-miterlimit="3.8637" />
+ <path
+ id="path6240"
+ style="fill:url(#linearGradient6346);fill-rule:evenodd"
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z" />
+ <path
+ id="path6242"
+ style="fill:url(#linearGradient6348);fill-rule:evenodd"
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z" />
+ </g>
+ <g
+ transform="matrix(1.13733,0,0,1.13733,436.28081,316.50475)"
+ id="g6244">
+ <path
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z"
+ style="fill:url(#linearGradient6350);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ id="path6246" />
+ <path
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z"
+ style="fill:url(#linearGradient6352);fill-rule:evenodd"
+ id="path6248" />
+ <path
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z"
+ style="fill:url(#linearGradient6354);fill-rule:evenodd"
+ id="path6250" />
+ <path
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z"
+ style="fill:url(#linearGradient6356)"
+ id="path6252" />
+ <path
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z"
+ style="fill:url(#linearGradient6358)"
+ id="path6254" />
+ <line
+ stroke-miterlimit="3.8637"
+ x1="34.161156"
+ y1="27.623451"
+ x2="35.890015"
+ y2="27.22345"
+ id="line6256"
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991" />
+ <path
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z"
+ style="fill:url(#linearGradient6360);fill-rule:evenodd"
+ id="path6258" />
+ <path
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z"
+ style="fill:url(#linearGradient6362);fill-rule:evenodd"
+ id="path6260" />
+ </g>
+ <g
+ transform="matrix(1.13733,0,0,1.13733,436.28081,306.9083)"
+ id="g6262">
+ <path
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z"
+ style="fill:url(#linearGradient6364);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ id="path6264" />
+ <path
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z"
+ style="fill:url(#linearGradient6366);fill-rule:evenodd"
+ id="path6266" />
+ <path
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z"
+ style="fill:url(#linearGradient6368);fill-rule:evenodd"
+ id="path6268" />
+ <path
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z"
+ style="fill:url(#linearGradient6370)"
+ id="path6270" />
+ <path
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z"
+ style="fill:url(#linearGradient6372)"
+ id="path6272" />
+ <line
+ stroke-miterlimit="3.8637"
+ x1="34.161156"
+ y1="27.623451"
+ x2="35.890015"
+ y2="27.22345"
+ id="line6274"
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991" />
+ <path
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z"
+ style="fill:url(#linearGradient6374);fill-rule:evenodd"
+ id="path6276" />
+ <path
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z"
+ style="fill:url(#linearGradient6376);fill-rule:evenodd"
+ id="path6278" />
+ </g>
+ </g>
+ <path
+ id="path7160"
+ d="M 105.49998,310.10846 L 140.79668,347.23333"
+ style="fill:none;stroke:#5c5c4f;stroke-width:2;marker-start:url(#TriangleInM);marker-end:url(#TriangleOutM);stroke-miterlimit:4;stroke-dasharray:4,2;stroke-dashoffset:0" />
+ <path
+ style="fill:none;stroke:#5c5c4f;stroke-width:2;marker-start:url(#TriangleInM);marker-end:url(#TriangleOutM);stroke-miterlimit:4;stroke-dasharray:4,2;stroke-dashoffset:0"
+ d="M 166.46576,402.63235 L 167.25948,453.8523"
+ id="path7162" />
+ <path
+ id="path7164"
+ d="M -41.53424,402.63235 L -40.74052,453.8523"
+ style="fill:none;stroke:#5c5c4f;stroke-width:2;marker-start:url(#TriangleInM);marker-end:url(#TriangleOutM);stroke-miterlimit:4;stroke-dasharray:4,2;stroke-dashoffset:0" />
+ <path
+ id="path7166"
+ d="M 71.912911,409.6288 L 36.616211,446.75367"
+ style="fill:none;stroke:#5c5c4f;stroke-width:2;marker-start:url(#TriangleInM);marker-end:url(#TriangleOutM);stroke-miterlimit:4;stroke-dasharray:4,2;stroke-dashoffset:0" />
+ <path
+ style="fill:none;stroke:#5c5c4f;stroke-width:2;marker-start:url(#TriangleInM);marker-end:url(#TriangleOutM);stroke-miterlimit:4;stroke-dasharray:4,2;stroke-dashoffset:0"
+ d="M 36.809607,409.60849 L 72.106307,446.73336"
+ id="path7168" />
+ <path
+ style="fill:none;stroke:#5c5c4f;stroke-width:2;marker-start:url(#TriangleInM);marker-end:url(#TriangleOutM);stroke-miterlimit:4;stroke-dasharray:4,2;stroke-dashoffset:0"
+ d="M 70.653796,374.44476 L 42.928592,374.8839"
+ id="path7170" />
+ <path
+ id="path7172"
+ d="M 70.653796,482.65905 L 42.928592,483.09819"
+ style="fill:none;stroke:#5c5c4f;stroke-width:2;marker-start:url(#TriangleInM);marker-end:url(#TriangleOutM);stroke-miterlimit:4;stroke-dasharray:4,2;stroke-dashoffset:0" />
+ <path
+ id="path7182"
+ d="M 307.57588,426.98659 L 265.29223,427.91351"
+ style="fill:none;stroke:#5c5c4f;stroke-width:4;marker-start:url(#TriangleInM);marker-end:url(#TriangleOutM);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0" />
+ </g>
+</svg>
diff --git a/svg/Everest High Level.svg b/svg/Everest High Level.svg
new file mode 100644
index 0000000..8c581e2
--- /dev/null
+++ b/svg/Everest High Level.svg
@@ -0,0 +1,3270 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="744.09448819"
+ height="1052.3622047"
+ id="svg3114"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docname="Everest High Level.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="/usr/local/sandbox/everest-site/everest-site-1.0.0/content/styles/everest-high-level.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs3116">
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern2938"
+ id="pattern3681"
+ patternTransform="matrix(0.430738,0,0,0.3998153,529.12523,123.65519)" />
+ <linearGradient
+ id="linearGradient3881">
+ <stop
+ id="stop3883"
+ offset="0"
+ style="stop-color:#2c8596;stop-opacity:0" />
+ <stop
+ id="stop3885"
+ offset="1"
+ style="stop-color:#2c8596;stop-opacity:1" />
+ </linearGradient>
+ <marker
+ inkscape:stockid="TriangleOutM"
+ orient="auto"
+ refY="0.0"
+ refX="0.0"
+ id="TriangleOutM"
+ style="overflow:visible">
+ <path
+ id="path4158"
+ d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z "
+ style="fill:#5c5c4f"
+ transform="scale(0.4,0.4)" />
+ </marker>
+ <radialGradient
+ cx="622.34302"
+ cy="14.449"
+ r="26.496"
+ fx="622.34302"
+ fy="14.449"
+ id="lg3499_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.851,0,0,0.849,69.297,51.658)">
+ <stop
+ style="stop-color:#23468e;"
+ offset="0"
+ id="stop10972" />
+ <stop
+ style="stop-color:#012859;"
+ offset="1"
+ id="stop10974" />
+ <a:midPointStop
+ style="stop-color:#23468E"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#23468E"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#012859"
+ offset="1" />
+ </radialGradient>
+ <linearGradient
+ x1="616.112"
+ y1="76.247002"
+ x2="588.14099"
+ y2="60.742001"
+ id="lg3497_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#01326e;"
+ offset="0"
+ id="stop10962" />
+ <stop
+ style="stop-color:#012859;"
+ offset="1"
+ id="stop10964" />
+ <a:midPointStop
+ style="stop-color:#01326E"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#01326E"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#012859"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="617.698"
+ y1="82.445999"
+ x2="585.95203"
+ y2="54.848999"
+ id="lg3496_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#e5e5e5;"
+ offset="0"
+ id="stop10950" />
+ <stop
+ style="stop-color:#ccc;"
+ offset="1"
+ id="stop10952" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#CCCCCC"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="601.39001"
+ y1="55.341"
+ x2="588.29199"
+ y2="71.515999"
+ id="lg3495_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#d9d9d9;"
+ offset="0"
+ id="stop10941" />
+ <stop
+ style="stop-color:#f2f2f2;"
+ offset="0.52200001"
+ id="stop10943" />
+ <stop
+ style="stop-color:#ccc;"
+ offset="1"
+ id="stop10945" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#F2F2F2"
+ offset="0.522" />
+ <a:midPointStop
+ style="stop-color:#F2F2F2"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#CCCCCC"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="611.34601"
+ y1="55.279999"
+ x2="590.39001"
+ y2="81.157997"
+ id="lg3494_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#d9d9d9;"
+ offset="0"
+ id="stop10932" />
+ <stop
+ style="stop-color:#f2f2f2;"
+ offset="0.52200001"
+ id="stop10934" />
+ <stop
+ style="stop-color:#ccc;"
+ offset="1"
+ id="stop10936" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#F2F2F2"
+ offset="0.522" />
+ <a:midPointStop
+ style="stop-color:#F2F2F2"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#CCCCCC"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4307">
+ <stop
+ id="stop4309"
+ offset="0"
+ style="stop-color:#5c5c4f;stop-opacity:0" />
+ <stop
+ id="stop4311"
+ offset="1"
+ style="stop-color:#5c5c4f;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5285">
+ <stop
+ style="stop-color:#acacac;stop-opacity:1;"
+ offset="0"
+ id="stop5287" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5289" />
+ </linearGradient>
+ <marker
+ inkscape:stockid="TriangleInM"
+ orient="auto"
+ refY="0.0"
+ refX="0.0"
+ id="TriangleInM"
+ style="overflow:visible">
+ <path
+ id="path4167"
+ d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z "
+ style="fill:#5c5c4f"
+ transform="scale(-0.4,-0.4)" />
+ </marker>
+ <linearGradient
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997"
+ id="XMLID_3298_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#bfbfbf;stop-opacity:1"
+ offset="0"
+ id="stop20103" />
+ <stop
+ style="stop-color:#f2f2f2;stop-opacity:1"
+ offset="1"
+ id="stop20105" />
+ <a:midPointStop
+ style="stop-color:#BFBFBF"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#BFBFBF"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#F2F2F2"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037"
+ id="XMLID_3297_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0"
+ id="stop20096" />
+ <stop
+ style="stop-color:#ccc;stop-opacity:1"
+ offset="1"
+ id="stop20098" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#CCCCCC"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092"
+ id="XMLID_3296_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#0f6124;stop-opacity:1"
+ offset="0"
+ id="stop20087" />
+ <stop
+ style="stop-color:#219630;stop-opacity:1"
+ offset="1"
+ id="stop20089" />
+ <a:midPointStop
+ style="stop-color:#0F6124"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#0F6124"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#219630"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602"
+ id="XMLID_3295_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#b2b2b2;stop-opacity:1"
+ offset="0"
+ id="stop20076" />
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0.5"
+ id="stop20078" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="1"
+ id="stop20080" />
+ <a:midPointStop
+ style="stop-color:#B2B2B2"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#B2B2B2"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061"
+ id="XMLID_3294_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#ccc;stop-opacity:1"
+ offset="0"
+ id="stop20069" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="1"
+ id="stop20071" />
+ <a:midPointStop
+ style="stop-color:#CCCCCC"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#CCCCCC"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999"
+ id="XMLID_3293_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#b2b2b2;stop-opacity:1"
+ offset="0"
+ id="stop20056" />
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0.16850001"
+ id="stop20058" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0.23029999"
+ id="stop20060" />
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0.2809"
+ id="stop20062" />
+ <stop
+ style="stop-color:#c2c2c2;stop-opacity:1"
+ offset="0.5"
+ id="stop20064" />
+ <a:midPointStop
+ style="stop-color:#B2B2B2"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#B2B2B2"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.1685" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="0.2303" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.2809" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#C2C2C2"
+ offset="0.5" />
+ </linearGradient>
+ <linearGradient
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397"
+ id="XMLID_3292_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#b2b2b2;stop-opacity:1"
+ offset="0"
+ id="stop20043" />
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0.16850001"
+ id="stop20045" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0.23029999"
+ id="stop20047" />
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0.2809"
+ id="stop20049" />
+ <stop
+ style="stop-color:#ccc;stop-opacity:1"
+ offset="1"
+ id="stop20051" />
+ <a:midPointStop
+ style="stop-color:#B2B2B2"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#B2B2B2"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.1685" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="0.2303" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.2809" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#CCCCCC"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="224.31"
+ y1="19.45"
+ x2="214.33"
+ y2="11.46"
+ id="XMLID_419_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#666;stop-opacity:1"
+ offset="0"
+ id="s1903" />
+ <stop
+ style="stop-color:#6d6d6d;stop-opacity:1"
+ offset="0.33"
+ id="s1905" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="1"
+ id="s1907" />
+ <a:midPointStop
+ style="stop-color:#404040"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#404040"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#6D6D6D"
+ offset="0.33" />
+ <a:midPointStop
+ style="stop-color:#6D6D6D"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E9E9E9"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="221.84"
+ y1="32.78"
+ x2="212.20"
+ y2="20.27"
+ id="lg1988"
+ xlink:href="#XMLID_419_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
+ <linearGradient
+ x1="228.35"
+ y1="33.28"
+ x2="215.43"
+ y2="33.28"
+ id="lg1900"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="s1902" />
+ <stop
+ style="stop-color:white;stop-opacity:0"
+ offset="1"
+ id="s1906" />
+ <a:midPointStop
+ offset="0"
+ style="stop-color:#575757" />
+ <a:midPointStop
+ offset="0.5"
+ style="stop-color:#575757" />
+ <a:midPointStop
+ offset="0.33"
+ style="stop-color:#6D6D6D" />
+ <a:midPointStop
+ offset="0.5"
+ style="stop-color:#6D6D6D" />
+ <a:midPointStop
+ offset="1"
+ style="stop-color:#D3D3D3" />
+ </linearGradient>
+ <linearGradient
+ x1="234.81"
+ y1="33.28"
+ x2="225.54341"
+ y2="33.279999"
+ id="lg1908"
+ xlink:href="#lg1900"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
+ <linearGradient
+ x1="228.35"
+ y1="33.28"
+ x2="215.43"
+ y2="33.28"
+ id="XMLID_416_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#666;stop-opacity:1"
+ offset="0"
+ id="s1874" />
+ <stop
+ style="stop-color:#6d6d6d;stop-opacity:1"
+ offset="0.33"
+ id="s1876" />
+ <stop
+ style="stop-color:#e9e9e9;stop-opacity:1"
+ offset="1"
+ id="s1878" />
+ <a:midPointStop
+ style="stop-color:#575757"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#575757"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#6D6D6D"
+ offset="0.33" />
+ <a:midPointStop
+ style="stop-color:#6D6D6D"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#D3D3D3"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="231.07658"
+ y1="33.29771"
+ x2="212.93233"
+ y2="33.29771"
+ id="lg1991"
+ xlink:href="#XMLID_416_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)" />
+ <linearGradient
+ id="linearGradient4425">
+ <stop
+ style="stop-color:#0093d9;stop-opacity:0"
+ offset="0"
+ id="stop4427" />
+ <stop
+ style="stop-color:#0093d9;stop-opacity:1"
+ offset="1"
+ id="stop4429" />
+ </linearGradient>
+ <pattern
+ patternUnits="userSpaceOnUse"
+ width="32"
+ height="32"
+ id="black-spots"
+ patternTransform="matrix(0.455007,0,0,0.455007,20.99995,116)">
+ <g
+ inkscape:label="#g3039"
+ id="black-spot"
+ transform="translate(-448.3997,-513.505)">
+ <path
+ style="opacity:0.1;fill:black"
+ id="path2961"
+ d="M 473.39967,529.50504 C 473.39967,534.47304 469.36767,538.50504 464.39967,538.50504 C 459.43167,538.50504 455.39967,534.47304 455.39967,529.50504 C 455.39967,524.53704 459.43167,520.50504 464.39967,520.50504 C 469.36767,520.50504 473.39967,524.53704 473.39967,529.50504 z "
+ sodipodi:nodetypes="czzzz" />
+ </g>
+ </pattern>
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#black-spots"
+ id="pattern4038"
+ patternTransform="matrix(0.361895,0,0,0.361895,-33.80556,922.2561)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4038"
+ id="pattern4315"
+ patternTransform="matrix(0.361895,0,0,0.361895,253.6944,752.2561)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4315"
+ id="pattern4333"
+ patternTransform="matrix(0.361895,0,0,1.085685,478.6944,152.0439)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4333"
+ id="pattern4371"
+ patternTransform="matrix(0.361895,0,0,0.361895,313.1944,634.256)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4371"
+ id="pattern4421"
+ patternTransform="matrix(0.361895,0,0,0.361895,313.1944,682.256)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4421"
+ id="pattern4435"
+ patternTransform="matrix(0.361895,0,0,0.361895,313.1944,634.256)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4435"
+ id="pattern4663"
+ patternTransform="matrix(0.361895,0,0,0.361895,313.1944,634.256)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4663"
+ id="pattern4684"
+ patternTransform="matrix(0.361895,0,0,0.442099,313.1944,711.8974)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4684"
+ id="pattern4082"
+ patternTransform="matrix(0.361895,0,0,0.361895,313.1944,634.256)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4082"
+ id="pattern4111"
+ patternTransform="matrix(0.714267,0,0,0.506329,379.0221,472.7335)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4111"
+ id="pattern2895"
+ patternTransform="matrix(0.361896,0,0,0.361895,313.1946,634.2564)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern2895"
+ id="pattern2938"
+ patternTransform="matrix(0.191832,0,0,0.361895,173.3697,763.887)" />
+ <radialGradient
+ cx="603.19"
+ cy="230.77"
+ r="1.67"
+ fx="603.19"
+ fy="230.77"
+ id="x5010_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.10,0,0,1.10,-54.33,-75.40)">
+ <stop
+ style="stop-color:#c9ffc9;stop-opacity:1"
+ offset="0"
+ id="stop29201" />
+ <stop
+ style="stop-color:#23a11f;stop-opacity:1"
+ offset="1"
+ id="stop29203" />
+ <a:midPointStop
+ style="stop-color:#C9FFC9"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#C9FFC9"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#23A11F"
+ offset="1" />
+ </radialGradient>
+ <radialGradient
+ cx="603.19"
+ cy="230.77"
+ r="1.67"
+ fx="603.19"
+ fy="230.77"
+ id="radialGradient5711"
+ xlink:href="#x5010_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)" />
+ <linearGradient
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59"
+ id="lg5722"
+ xlink:href="#x5003_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+ <linearGradient
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16"
+ id="x5002_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#d9d9d9;stop-opacity:1"
+ offset="0"
+ id="stop29134" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0.20"
+ id="stop29136" />
+ <stop
+ style="stop-color:#999;stop-opacity:1"
+ offset="1"
+ id="stop29138" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="0.20" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#999999"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16"
+ id="lg5725"
+ xlink:href="#x5002_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+ <linearGradient
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23"
+ id="x5004_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)">
+ <stop
+ style="stop-color:#d9d9d9;stop-opacity:1"
+ offset="0"
+ id="stop29157" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="1"
+ id="stop29159" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23"
+ id="lg5728"
+ xlink:href="#x5004_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+ <linearGradient
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59"
+ id="x5003_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#f2f2f2;stop-opacity:1"
+ offset="0"
+ id="stop29143" />
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="1"
+ id="stop29145" />
+ <a:midPointStop
+ style="stop-color:#F2F2F2"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#F2F2F2"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#E5E5E5"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59"
+ id="lg5732"
+ xlink:href="#x5003_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+ <linearGradient
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24"
+ id="x5000_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)">
+ <stop
+ style="stop-color:#d9d9d9;stop-opacity:1"
+ offset="0"
+ id="stop29124" />
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="1"
+ id="stop29126" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0" />
+ <a:midPointStop
+ style="stop-color:#D9D9D9"
+ offset="0.5" />
+ <a:midPointStop
+ style="stop-color:#FFFFFF"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24"
+ id="lg5735"
+ xlink:href="#x5000_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)" />
+ <linearGradient
+ x1="798.72998"
+ y1="69.839996"
+ x2="799.04999"
+ y2="70.709999"
+ id="g3302_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#005e00;stop-opacity:1"
+ offset="0"
+ id="s6504" />
+ <stop
+ style="stop-color:#23a11f;stop-opacity:1"
+ offset="1"
+ id="s6506" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#005E00" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#005E00" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#23A11F" />
+ </linearGradient>
+ <linearGradient
+ x1="779.19"
+ y1="122.73"
+ x2="811.69"
+ y2="149.74001"
+ id="g3301_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,-0.25,0,1,0,129.19)">
+ <stop
+ style="stop-color:#f2f2f2;stop-opacity:1"
+ offset="0"
+ id="s6483" />
+ <stop
+ style="stop-color:#eee;stop-opacity:1"
+ offset="0.17"
+ id="s6485" />
+ <stop
+ style="stop-color:#e3e3e3;stop-opacity:1"
+ offset="0.34"
+ id="s6487" />
+ <stop
+ style="stop-color:#cfcfcf;stop-opacity:1"
+ offset="0.50999999"
+ id="s6489" />
+ <stop
+ style="stop-color:#b4b4b4;stop-opacity:1"
+ offset="0.67000002"
+ id="s6491" />
+ <stop
+ style="stop-color:#919191;stop-opacity:1"
+ offset="0.83999997"
+ id="s6493" />
+ <stop
+ style="stop-color:#666;stop-opacity:1"
+ offset="1"
+ id="s6495" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#F2F2F2" />
+ <a:midPointstop
+ offset="0.71"
+ style="stop-color:#F2F2F2" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#666666" />
+ </linearGradient>
+ <clipPath
+ id="g3299_">
+ <use
+ id="use6469"
+ x="0"
+ y="0"
+ width="1005.92"
+ height="376.97"
+ xlink:href="#g101_" />
+ </clipPath>
+ <radialGradient
+ cx="1189.9301"
+ cy="100.05"
+ r="40.400002"
+ fx="1189.9301"
+ fy="100.05"
+ id="g3300_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.34,-8.46e-2,0,0.34,394.16,137.13)">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="s6472" />
+ <stop
+ style="stop-color:white;stop-opacity:0"
+ offset="1"
+ id="s6474" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#FFFFFF" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#FFFFFF" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#000000" />
+ </radialGradient>
+ <linearGradient
+ x1="796.38"
+ y1="67.580002"
+ x2="781.28003"
+ y2="58.549999"
+ id="g3298_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#4c8bca;stop-opacity:1"
+ offset="0"
+ id="s6462" />
+ <stop
+ style="stop-color:#b7e9ff;stop-opacity:1"
+ offset="1"
+ id="s6464" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#4C8BCA" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#4C8BCA" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#B7E9FF" />
+ </linearGradient>
+ <linearGradient
+ x1="800.97998"
+ y1="140.72"
+ x2="777.71997"
+ y2="121.76"
+ id="g3297_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,-0.25,0,1,0,129.19)">
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0"
+ id="s6448" />
+ <stop
+ style="stop-color:#ccc;stop-opacity:1"
+ offset="1"
+ id="s6450" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#E5E5E5" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#E5E5E5" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#CCCCCC" />
+ </linearGradient>
+ <linearGradient
+ x1="790.03998"
+ y1="-16.33"
+ x2="779.84003"
+ y2="-3.73"
+ id="g3296_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,70.17)">
+ <stop
+ style="stop-color:#d9d9d9;stop-opacity:1"
+ offset="0"
+ id="s6439" />
+ <stop
+ style="stop-color:#f2f2f2;stop-opacity:1"
+ offset="0.51999998"
+ id="s6441" />
+ <stop
+ style="stop-color:#ccc;stop-opacity:1"
+ offset="1"
+ id="s6443" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#D9D9D9" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#D9D9D9" />
+ <a:midPointstop
+ offset="0.52"
+ style="stop-color:#F2F2F2" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#F2F2F2" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#CCCCCC" />
+ </linearGradient>
+ <linearGradient
+ x1="785.84003"
+ y1="72.989998"
+ x2="785.26001"
+ y2="76.279999"
+ id="g3293_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="s6412" />
+ <stop
+ style="stop-color:#737373;stop-opacity:1"
+ offset="1"
+ id="s6414" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#FFFFFF" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#FFFFFF" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#737373" />
+ </linearGradient>
+ <linearGradient
+ x1="789.37"
+ y1="69.879997"
+ x2="791.03998"
+ y2="77.120003"
+ id="g3292_"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ style="stop-color:#999;stop-opacity:1"
+ offset="0"
+ id="s6403" />
+ <stop
+ style="stop-color:#f2f2f2;stop-opacity:1"
+ offset="0.28"
+ id="s6405" />
+ <stop
+ style="stop-color:#666;stop-opacity:1"
+ offset="1"
+ id="s6407" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#999999" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#999999" />
+ <a:midPointstop
+ offset="0.28"
+ style="stop-color:#F2F2F2" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#F2F2F2" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#666666" />
+ </linearGradient>
+ <linearGradient
+ x1="786.65997"
+ y1="136.12"
+ x2="786.71002"
+ y2="134.33"
+ id="g3290_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,-0.25,0,1,0,137.29)">
+ <stop
+ style="stop-color:#d9d9d9;stop-opacity:1"
+ offset="0"
+ id="s6380" />
+ <stop
+ style="stop-color:#b2b2b2;stop-opacity:1"
+ offset="1"
+ id="s6382" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#D9D9D9" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#D9D9D9" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#B2B2B2" />
+ </linearGradient>
+ <radialGradient
+ cx="1458.77"
+ cy="-5.0999999"
+ r="35.130001"
+ fx="1458.77"
+ fy="-5.0999999"
+ id="g3289_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42,0,0,0.42,167.09,79.84)">
+ <stop
+ style="stop-color:white;stop-opacity:1"
+ offset="0"
+ id="s6371" />
+ <stop
+ style="stop-color:#999;stop-opacity:1"
+ offset="1"
+ id="s6373" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#FFFFFF" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#FFFFFF" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#999999" />
+ </radialGradient>
+ <radialGradient
+ cx="1612.98"
+ cy="-4.4699998"
+ r="36.580002"
+ fx="1612.98"
+ fy="-4.4699998"
+ id="g3288_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.34,0,0,0.36,238.56,86.87)">
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0"
+ id="s6362" />
+ <stop
+ style="stop-color:#b2b2b2;stop-opacity:1"
+ offset="0.63999999"
+ id="s6364" />
+ <stop
+ style="stop-color:#737373;stop-opacity:1"
+ offset="1"
+ id="s6366" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#E5E5E5" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#E5E5E5" />
+ <a:midPointstop
+ offset="0.64"
+ style="stop-color:#B2B2B2" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#B2B2B2" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#737373" />
+ </radialGradient>
+ <radialGradient
+ cx="1470.5"
+ cy="-10.21"
+ r="33.290001"
+ fx="1470.5"
+ fy="-10.21"
+ id="g3287_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.42,0,0,0.42,167.09,79.84)">
+ <stop
+ style="stop-color:#e5e5e5;stop-opacity:1"
+ offset="0"
+ id="s6347" />
+ <stop
+ style="stop-color:#b2b2b2;stop-opacity:1"
+ offset="0.38999999"
+ id="s6349" />
+ <stop
+ style="stop-color:#b1b1b1;stop-opacity:1"
+ offset="0.75"
+ id="s6351" />
+ <stop
+ style="stop-color:#aaa;stop-opacity:1"
+ offset="0.88"
+ id="s6353" />
+ <stop
+ style="stop-color:#9e9e9e;stop-opacity:1"
+ offset="0.97000003"
+ id="s6355" />
+ <stop
+ style="stop-color:#999;stop-opacity:1"
+ offset="1"
+ id="s6357" />
+ <a:midPointstop
+ offset="0"
+ style="stop-color:#E5E5E5" />
+ <a:midPointstop
+ offset="0.5"
+ style="stop-color:#E5E5E5" />
+ <a:midPointstop
+ offset="0.39"
+ style="stop-color:#B2B2B2" />
+ <a:midPointstop
+ offset="0.87"
+ style="stop-color:#B2B2B2" />
+ <a:midPointstop
+ offset="1"
+ style="stop-color:#999999" />
+ </radialGradient>
+ <linearGradient
+ id="linearGradient3987">
+ <stop
+ style="stop-color:#e3dcc0;stop-opacity:0;"
+ offset="0"
+ id="stop3989" />
+ <stop
+ style="stop-color:#e3dcc0;stop-opacity:1;"
+ offset="1"
+ id="stop3991" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3987"
+ id="radialGradient4023"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.886887,0,0,1.602074,-235.025,-437.5826)"
+ cx="265"
+ cy="789.56696"
+ fx="265"
+ fy="789.56696"
+ r="265" />
+ <pattern
+ patternUnits="userSpaceOnUse"
+ width="32"
+ height="32"
+ id="white-spots"
+ patternTransform="matrix(0.375,0,0,0.375,379,400)">
+ <g
+ inkscape:label="#g3035"
+ id="white-spot"
+ transform="translate(-484.3997,-513.505)">
+ <path
+ sodipodi:nodetypes="czzzz"
+ d="M 509.39967,529.50504 C 509.39967,534.47304 505.36767,538.50504 500.39967,538.50504 C 495.43167,538.50504 491.39967,534.47304 491.39967,529.50504 C 491.39967,524.53704 495.43167,520.50504 500.39967,520.50504 C 505.36767,520.50504 509.39967,524.53704 509.39967,529.50504 z "
+ id="path3033"
+ style="opacity:0.3;fill:white" />
+ </g>
+ </pattern>
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#white-spots"
+ id="pattern4015"
+ patternTransform="matrix(0.375,0,0,0.375,379,437.7952)" />
+ <pattern
+ inkscape:collect="always"
+ xlink:href="#pattern4015"
+ id="pattern4062"
+ patternTransform="matrix(0.375,0,0,0.375,0.697872,629.4211)" />
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ id="perspective3122" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient8803"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient8805"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient8807"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient8809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient8811"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient8813"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient8815"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4425"
+ id="radialGradient9050"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.595709,0,0,0.302258,-369.4196,612.2892)"
+ cx="710"
+ cy="668.36218"
+ fx="710"
+ fy="668.36218"
+ r="75" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#lg3494_"
+ id="linearGradient9052"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.009,0,0,1.009,-581.616,-43.098)"
+ x1="611.34601"
+ y1="55.279999"
+ x2="590.39001"
+ y2="81.157997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#lg3495_"
+ id="linearGradient9054"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.009,0,0,1.009,-581.615,-43.098)"
+ x1="601.39001"
+ y1="55.341"
+ x2="588.29199"
+ y2="71.515999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#lg3496_"
+ id="linearGradient9056"
+ gradientUnits="userSpaceOnUse"
+ x1="617.698"
+ y1="82.445999"
+ x2="585.95203"
+ y2="54.848999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#lg3497_"
+ id="linearGradient9058"
+ gradientUnits="userSpaceOnUse"
+ x1="616.112"
+ y1="76.247002"
+ x2="588.14099"
+ y2="60.742001" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#lg3499_"
+ id="radialGradient9060"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.858,0,0,0.857,-511.7,9.02)"
+ cx="622.34302"
+ cy="14.449"
+ fx="622.34302"
+ fy="14.449"
+ r="26.496" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient9247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient9249"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient9251"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient9253"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient9255"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient9257"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient9259"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient9261"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient9263"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient9265"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient9267"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient9269"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient9271"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient9273"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient9311"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient9313"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient9315"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient9317"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient9319"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient9321"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient9323"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient9325"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient9327"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient9329"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient9331"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient9333"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient9335"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient9337"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient9357"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient9359"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient9361"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient9363"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient9365"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient9367"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient9369"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3292_"
+ id="linearGradient9389"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="184.8569"
+ y1="112.2676"
+ x2="211.94099"
+ y2="89.541397" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3293_"
+ id="linearGradient9391"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="186.1938"
+ y1="109.1343"
+ x2="206.6881"
+ y2="88.639999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3294_"
+ id="linearGradient9393"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="195.5264"
+ y1="97.911102"
+ x2="213.5213"
+ y2="115.9061" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3295_"
+ id="linearGradient9395"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="208.9834"
+ y1="116.8296"
+ x2="200.0811"
+ y2="96.834602" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3296_"
+ id="linearGradient9397"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="211.77589"
+ y1="105.7749"
+ x2="212.6619"
+ y2="108.2092" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3297_"
+ id="linearGradient9399"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="181.2925"
+ y1="110.8481"
+ x2="192.6369"
+ y2="99.5037" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_3298_"
+ id="linearGradient9401"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.029078,0,0,1,-183.2624,-79.44655)"
+ x1="200.7363"
+ y1="100.4028"
+ x2="211.99519"
+ y2="89.143997" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient10562"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient10564"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient10566"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient10568"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient10570"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient10572"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient10658"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient10660"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient10662"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient10664"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient10666"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient10668"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient10706"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient10708"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient10710"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient10712"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient10714"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient10716"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient10985"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient10987"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient10989"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient10991"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient10993"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient10995"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient10997"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient10999"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient11001"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient11003"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient11005"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient11007"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5000_"
+ id="linearGradient11105"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.24" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient11107"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5004_"
+ id="linearGradient11109"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.20"
+ y1="156.45"
+ x2="609.99"
+ y2="174.23" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5002_"
+ id="linearGradient11111"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="601.49"
+ y1="170.16"
+ x2="613.84"
+ y2="170.16" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#x5003_"
+ id="linearGradient11113"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.12,0,0,1.12,-649.08,-160.62)"
+ x1="592.31"
+ y1="162.60"
+ x2="609.32"
+ y2="145.59" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#x5010_"
+ id="radialGradient11115"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.23,0,0,1.23,-709.93,-245.02)"
+ cx="603.19"
+ cy="230.77"
+ fx="603.19"
+ fy="230.77"
+ r="1.67" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_416_"
+ id="linearGradient11123"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="231.07658"
+ y1="33.29771"
+ x2="212.93233"
+ y2="33.29771" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#lg1900"
+ id="linearGradient11125"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="234.81"
+ y1="33.28"
+ x2="225.54341"
+ y2="33.279999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_419_"
+ id="linearGradient11127"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="221.84"
+ y1="32.78"
+ x2="212.20"
+ y2="20.27" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_416_"
+ id="linearGradient11161"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="231.07658"
+ y1="33.29771"
+ x2="212.93233"
+ y2="33.29771" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#lg1900"
+ id="linearGradient11163"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="234.81"
+ y1="33.28"
+ x2="225.54341"
+ y2="33.279999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#XMLID_419_"
+ id="linearGradient11165"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.33,0,0,1.31,-274.2,-5.2)"
+ x1="221.84"
+ y1="32.78"
+ x2="212.20"
+ y2="20.27" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4425"
+ id="radialGradient3675"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.595709,0,0,0.302258,-369.4196,612.2892)"
+ cx="710"
+ cy="668.36218"
+ fx="710"
+ fy="668.36218"
+ r="75" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1.4"
+ inkscape:cx="256.30629"
+ inkscape:cy="760.7662"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="981"
+ inkscape:window-height="675"
+ inkscape:window-x="469"
+ inkscape:window-y="142"
+ showborder="false" />
+ <metadata
+ id="metadata3119">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <g
+ id="g2920"
+ transform="matrix(2.2453917,0,0,1.1047825,3.8423436,-612.2738)"
+ style="fill:#0664fe;fill-opacity:1">
+ <rect
+ style="fill:#0664fe;fill-opacity:1"
+ id="rect4415"
+ width="76.000053"
+ height="38.561878"
+ x="15.533484"
+ y="795.02606"
+ rx="5.3007631"
+ ry="9.9999962" />
+ <rect
+ ry="9.9999962"
+ rx="5.3007631"
+ y="795.02606"
+ x="15.533484"
+ height="38.561878"
+ width="76.000053"
+ id="rect4417"
+ style="fill:#0664fe;fill-opacity:1" />
+ <rect
+ style="fill:#0664fe;fill-opacity:1"
+ id="rect4419"
+ width="76.000053"
+ height="38.561878"
+ x="15.533484"
+ y="795.02606"
+ rx="5.3007631"
+ ry="9.9999962" />
+ </g>
+ <g
+ id="g2643"
+ transform="matrix(0.6534931,0,0,0.6703252,47.702204,270.36069)">
+ <g
+ id="data">
+ <path
+ d="M 23.49,24 C 15.49,24 9,27.08 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 C 37.97,27.08 31.49,24 23.49,24 z"
+ style="stroke:#000000;stroke-width:2.21441913"
+ id="path2646" />
+ <path
+ d="M 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 L 9,30.88 z"
+ style="fill:url(#linearGradient11161)"
+ id="path2648" />
+ <path
+ d="M 9,30.88 L 9,39.08 C 9,42.88 15.49,45.96 23.49,45.96 C 31.49,45.96 37.97,42.88 37.97,39.08 L 37.97,30.88 L 9,30.88 z"
+ style="opacity:0.4;fill:url(#linearGradient11163)"
+ id="path2650" />
+ <path
+ d="M 37.97,30.88 C 37.97,34.68 31.49,37.76 23.49,37.76 C 15.49,37.76 9,34.68 9,30.88 C 9,27.08 15.49,24 23.49,24 C 31.49,24 37.97,27.08 37.97,30.88 z"
+ style="fill:url(#linearGradient11165)"
+ id="path2652" />
+ </g>
+ <use
+ transform="translate(0,-10.5)"
+ id="use2832"
+ x="0"
+ y="0"
+ xlink:href="#data"
+ width="530"
+ height="450" />
+ <use
+ transform="translate(0,-21)"
+ id="use2830"
+ x="0"
+ y="0"
+ xlink:href="#data"
+ width="530"
+ height="450" />
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Interstate-Bold"
+ x="140.1116"
+ y="290.66885"
+ id="text2897"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4210"
+ x="140.1116"
+ y="290.66885">Everest Repository</tspan></text>
+ <rect
+ ry="15.354064"
+ rx="14.820928"
+ y="289.07657"
+ x="273.42648"
+ height="122.83251"
+ width="222.88327"
+ id="rect4082"
+ style="fill:#d9d9d9;fill-opacity:1;opacity:1" />
+ <path
+ style="fill:none;stroke:#5c5c4f;stroke-width:1;marker-start:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 3;stroke-dashoffset:0;opacity:0.50480769"
+ d="M 208.3342,303.11857 L 395.32652,382.50757"
+ id="path11103" />
+ <g
+ id="g9371"
+ transform="matrix(1.13733,0,0,1.13733,436.28081,356.50475)">
+ <path
+ id="path9373"
+ style="fill:url(#linearGradient9389);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z" />
+ <path
+ id="path9375"
+ style="fill:url(#linearGradient9391);fill-rule:evenodd"
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z" />
+ <path
+ id="path9377"
+ style="fill:url(#linearGradient9393);fill-rule:evenodd"
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z" />
+ <path
+ id="path9379"
+ style="fill:url(#linearGradient9395)"
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z" />
+ <path
+ id="path9381"
+ style="fill:url(#linearGradient9397)"
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z" />
+ <line
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991"
+ id="line9383"
+ y2="27.22345"
+ x2="35.890015"
+ y1="27.623451"
+ x1="34.161156"
+ stroke-miterlimit="3.8637" />
+ <path
+ id="path9385"
+ style="fill:url(#linearGradient9399);fill-rule:evenodd"
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z" />
+ <path
+ id="path9387"
+ style="fill:url(#linearGradient9401);fill-rule:evenodd"
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z" />
+ </g>
+ <g
+ transform="matrix(1.13733,0,0,1.13733,436.28081,346.50475)"
+ id="g9339">
+ <path
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z"
+ style="fill:url(#linearGradient9357);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ id="path9341" />
+ <path
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z"
+ style="fill:url(#linearGradient9359);fill-rule:evenodd"
+ id="path9343" />
+ <path
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z"
+ style="fill:url(#linearGradient9361);fill-rule:evenodd"
+ id="path9345" />
+ <path
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z"
+ style="fill:url(#linearGradient9363)"
+ id="path9347" />
+ <path
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z"
+ style="fill:url(#linearGradient9365)"
+ id="path9349" />
+ <line
+ stroke-miterlimit="3.8637"
+ x1="34.161156"
+ y1="27.623451"
+ x2="35.890015"
+ y2="27.22345"
+ id="line9351"
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991" />
+ <path
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z"
+ style="fill:url(#linearGradient9367);fill-rule:evenodd"
+ id="path9353" />
+ <path
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z"
+ style="fill:url(#linearGradient9369);fill-rule:evenodd"
+ id="path9355" />
+ </g>
+ <g
+ id="g9275"
+ transform="matrix(1.13733,0,0,1.13733,436.28081,336.50475)">
+ <path
+ id="path9277"
+ style="fill:url(#linearGradient9311);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z" />
+ <path
+ id="path9279"
+ style="fill:url(#linearGradient9313);fill-rule:evenodd"
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z" />
+ <path
+ id="path9281"
+ style="fill:url(#linearGradient9315);fill-rule:evenodd"
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z" />
+ <path
+ id="path9283"
+ style="fill:url(#linearGradient9317)"
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z" />
+ <path
+ id="path9285"
+ style="fill:url(#linearGradient9319)"
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z" />
+ <line
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991"
+ id="line9287"
+ y2="27.22345"
+ x2="35.890015"
+ y1="27.623451"
+ x1="34.161156"
+ stroke-miterlimit="3.8637" />
+ <path
+ id="path9289"
+ style="fill:url(#linearGradient9321);fill-rule:evenodd"
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z" />
+ <path
+ id="path9291"
+ style="fill:url(#linearGradient9323);fill-rule:evenodd"
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z" />
+ </g>
+ <g
+ id="g4222"
+ transform="matrix(2.1523514,0,0,1.1309781,269.14011,-633.09999)"
+ style="fill:#0664fe;fill-opacity:1">
+ <rect
+ style="fill:#0664fe;fill-opacity:1"
+ id="rect4224"
+ width="76.000053"
+ height="38.561878"
+ x="15.533484"
+ y="795.02606"
+ rx="5.3007631"
+ ry="9.9999962" />
+ <rect
+ ry="9.9999962"
+ rx="5.3007631"
+ y="795.02606"
+ x="15.533484"
+ height="38.561878"
+ width="76.000053"
+ id="rect4226"
+ style="fill:#0664fe;fill-opacity:1" />
+ <rect
+ style="fill:#0664fe;fill-opacity:1"
+ id="rect4228"
+ width="76.000053"
+ height="38.561878"
+ x="15.533484"
+ y="795.02606"
+ rx="5.3007631"
+ ry="9.9999962" />
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Interstate-Bold"
+ x="406.80316"
+ y="292.16376"
+ id="text4218"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4220"
+ x="406.80316"
+ y="292.16376">Everest Cloud</tspan></text>
+ <g
+ transform="matrix(1.13733,0,0,1.13733,309.02943,264.85192)"
+ id="g36679">
+ <path
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z"
+ style="fill:url(#linearGradient8803);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ id="path20053" />
+ <path
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z"
+ style="fill:url(#linearGradient8805);fill-rule:evenodd"
+ id="path20066" />
+ <path
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z"
+ style="fill:url(#linearGradient8807);fill-rule:evenodd"
+ id="path20073" />
+ <path
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z"
+ style="fill:url(#linearGradient8809)"
+ id="path20082" />
+ <path
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z"
+ style="fill:url(#linearGradient8811)"
+ id="path20091" />
+ <line
+ stroke-miterlimit="3.8637"
+ x1="34.161156"
+ y1="27.623451"
+ x2="35.890015"
+ y2="27.22345"
+ id="line20093"
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991" />
+ <path
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z"
+ style="fill:url(#linearGradient8813);fill-rule:evenodd"
+ id="path20100" />
+ <path
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z"
+ style="fill:url(#linearGradient8815);fill-rule:evenodd"
+ id="path20107" />
+ </g>
+ <g
+ id="g9293"
+ transform="matrix(1.13733,0,0,1.13733,436.28081,326.9083)">
+ <path
+ id="path9295"
+ style="fill:url(#linearGradient9325);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z" />
+ <path
+ id="path9297"
+ style="fill:url(#linearGradient9327);fill-rule:evenodd"
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z" />
+ <path
+ id="path9299"
+ style="fill:url(#linearGradient9329);fill-rule:evenodd"
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z" />
+ <path
+ id="path9301"
+ style="fill:url(#linearGradient9331)"
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z" />
+ <path
+ id="path9303"
+ style="fill:url(#linearGradient9333)"
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z" />
+ <line
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991"
+ id="line9305"
+ y2="27.22345"
+ x2="35.890015"
+ y1="27.623451"
+ x1="34.161156"
+ stroke-miterlimit="3.8637" />
+ <path
+ id="path9307"
+ style="fill:url(#linearGradient9335);fill-rule:evenodd"
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z" />
+ <path
+ id="path9309"
+ style="fill:url(#linearGradient9337);fill-rule:evenodd"
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z" />
+ </g>
+ <g
+ transform="matrix(1.13733,0,0,1.13733,436.28081,316.50475)"
+ id="g4296">
+ <path
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z"
+ style="fill:url(#linearGradient9247);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ id="path4298" />
+ <path
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z"
+ style="fill:url(#linearGradient9249);fill-rule:evenodd"
+ id="path4300" />
+ <path
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z"
+ style="fill:url(#linearGradient9251);fill-rule:evenodd"
+ id="path4302" />
+ <path
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z"
+ style="fill:url(#linearGradient9253)"
+ id="path4304" />
+ <path
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z"
+ style="fill:url(#linearGradient9255)"
+ id="path4306" />
+ <line
+ stroke-miterlimit="3.8637"
+ x1="34.161156"
+ y1="27.623451"
+ x2="35.890015"
+ y2="27.22345"
+ id="line4308"
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991" />
+ <path
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z"
+ style="fill:url(#linearGradient9257);fill-rule:evenodd"
+ id="path4310" />
+ <path
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z"
+ style="fill:url(#linearGradient9259);fill-rule:evenodd"
+ id="path4312" />
+ </g>
+ <g
+ transform="matrix(1.13733,0,0,1.13733,436.28081,306.9083)"
+ id="g4328">
+ <path
+ d="M 15.668619,34.233452 L 3.0932858,22.173452 C 2.9697964,22.033452 2.897761,21.843452 2.897761,21.613452 L 2.897761,14.893452 C 2.897761,14.313452 3.3814276,13.723452 3.9885836,13.573452 L 25.321371,8.4434523 C 25.691839,8.3534523 26.010853,8.4534523 26.206378,8.6734523 L 38.76113,20.703452 C 38.9052,20.883452 38.977236,21.063452 38.977236,21.283452 L 38.977236,28.003452 C 38.977236,28.583452 38.493569,29.173452 37.886413,29.323452 L 16.553626,34.453452 C 16.183158,34.533452 15.864144,34.443452 15.668619,34.233452 z"
+ style="fill:url(#linearGradient9261);stroke:#000000;stroke-width:1.75850463;stroke-miterlimit:3.86369991;stroke-dasharray:none"
+ id="path4330" />
+ <path
+ d="M 15.668621,34.233452 L 3.093286,22.173452 C 2.9697967,22.033452 2.8977612,21.843452 2.8977612,21.613452 L 2.8977612,14.893452 C 2.8977612,14.313452 3.3814279,13.723452 3.988584,13.573452 L 25.321373,8.4434523 C 25.691841,8.3534523 26.010855,8.4534523 26.20638,8.6734523 L 38.792005,20.743452 L 15.668621,34.233452 z"
+ style="fill:url(#linearGradient9263);fill-rule:evenodd"
+ id="path4332" />
+ <path
+ d="M 16.543337,25.613452 L 37.876126,20.483452 C 38.472991,20.343452 38.966948,20.693452 38.966948,21.273452 L 38.966948,27.993452 C 38.966948,28.573452 38.483282,29.163452 37.876126,29.313452 L 16.543337,34.443452 C 15.946472,34.593452 15.452514,34.233452 15.452514,33.653452 L 15.452514,26.933452 C 15.452514,26.353452 15.936181,25.763452 16.543337,25.613452 z"
+ style="fill:url(#linearGradient9265);fill-rule:evenodd"
+ id="path4334" />
+ <path
+ d="M 37.258679,20.193452 C 38.298048,19.923452 38.966948,20.423452 38.966948,21.493452 L 38.966948,27.873452 C 38.966948,28.633452 38.370083,29.333452 37.639438,29.513452 L 17.212238,34.573452 C 16.656536,34.703452 15.503968,34.713452 15.503968,33.413452 L 15.503968,26.893452 C 15.503968,26.133452 16.100833,25.433452 16.831479,25.253452 L 37.258679,20.193452 z M 16.471301,33.683452 C 16.533046,33.683452 16.646245,33.683452 16.821188,33.643452 L 37.258679,28.583452 C 37.67031,28.483452 37.999615,28.053452 37.999615,27.713452 L 37.999615,21.333452 C 37.999615,21.183452 37.999615,21.123452 37.979033,21.073452 C 37.917289,21.073452 37.80409,21.083452 37.639438,21.123452 L 17.201947,26.193452 C 16.790316,26.293452 16.461011,26.723452 16.461011,27.063452 L 16.461011,33.583452 L 16.471301,33.683452 z"
+ style="fill:url(#linearGradient9267)"
+ id="path4336" />
+ <path
+ d="M 34.222898,26.90345 L 36.023785,26.49345 C 37.176353,26.23345 37.176353,27.91345 36.023785,28.17345 L 34.222898,28.58345 C 33.070331,28.85345 33.070331,27.16345 34.222898,26.90345 z"
+ style="fill:url(#linearGradient9269)"
+ id="path4338" />
+ <line
+ stroke-miterlimit="3.8637"
+ x1="34.161156"
+ y1="27.623451"
+ x2="35.890015"
+ y2="27.22345"
+ id="line4340"
+ style="fill:none;stroke:#7cc771;stroke-width:1.14049995;stroke-linecap:round;stroke-miterlimit:3.86369991" />
+ <path
+ d="M 3.7210237,21.753452 L 14.546925,31.813452 L 14.495472,28.473452 C 12.622549,29.333452 3.7210237,19.643452 3.7210237,19.643452 L 3.7210237,21.753452 z"
+ style="fill:url(#linearGradient9271);fill-rule:evenodd"
+ id="path4342" />
+ <path
+ d="M 25.506607,9.3634523 L 36.394253,19.493452 L 25.249338,22.433452 C 17.386146,15.343452 19.091329,10.003452 22.995657,10.003452 L 25.506607,9.3634523 z"
+ style="fill:url(#linearGradient9273);fill-rule:evenodd"
+ id="path4344" />
+ </g>
+ <rect
+ style="fill:#0093d9"
+ id="rect8943"
+ width="170.64989"
+ height="42.602489"
+ x="174.7211"
+ y="158.05708"
+ rx="11.902289"
+ ry="11.047821" />
+ <rect
+ ry="11.047821"
+ rx="11.902289"
+ y="158.05708"
+ x="174.7211"
+ height="42.602489"
+ width="170.64989"
+ id="rect8945"
+ style="fill:url(#pattern3681);fill-opacity:1" />
+ <rect
+ style="fill:#0664fe;fill-opacity:1"
+ id="rect8947"
+ width="170.64989"
+ height="42.602489"
+ x="174.7211"
+ y="158.05708"
+ rx="11.902289"
+ ry="11.047821" />
+ <text
+ sodipodi:linespacing="125%"
+ id="text8965"
+ y="182.48431"
+ x="276.1116"
+ style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;font-family:Interstate-Bold"
+ xml:space="preserve"><tspan
+ y="182.48431"
+ x="276.1116"
+ id="tspan8967"
+ sodipodi:role="line">Everest Tooling</tspan></text>
+ <g
+ id="g5071"
+ transform="matrix(0.8773489,0,0,0.8773489,179.51036,156.94829)">
+ <path
+ d="M 11.084,41.993 C 11.084,41.993 9.046,40.823 9.046,37.937 L 9.046,17.961 C 9.046,17.961 8.965,16.125 10.317,15.741 C 11.659,15.358 35.429,9.698 36.66,9.365 C 38.294,8.931 39.868,10.283 39.868,10.283 L 39.707,10.465 L 39.989,10.394 L 39.989,34.82 L 11.175,41.922 L 11.084,41.993 z"
+ style="fill:url(#linearGradient9052);stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
+ id="p10938" />
+ <path
+ d="M 11.084,41.993 C 11.084,41.993 9.046,40.823 9.046,37.937 C 9.046,36.767 9.046,17.961 9.046,17.961 C 9.046,17.961 8.965,16.125 10.317,15.741 C 11.659,15.358 35.429,9.698 36.66,9.365 C 38.294,8.931 39.868,10.283 39.868,10.283 L 11.084,41.993 z"
+ style="fill:url(#linearGradient9054)"
+ id="p10947" />
+ <path
+ d="M 616.1,53.02 L 587.55,60.15 L 587.55,84.27 L 616.1,77.23 L 616.1,53.02 z"
+ transform="matrix(1.009,0,0,1.009,-581.615,-43.098)"
+ style="fill:url(#linearGradient9056)"
+ id="pl10954" />
+ <path
+ d="M 613.85,56.66 L 590.41,62.51 L 590.41,80.33 L 613.85,74.55 L 613.85,56.66 z"
+ transform="matrix(1.009,0,0,1.009,-581.615,-43.098)"
+ style="fill:url(#linearGradient9058)"
+ id="use10966" />
+ <path
+ d="M 34.689,14.936 C 34.689,14.936 28.629,17.154 24.553,26.052 C 23.148,29.121 19.71,35.535 22.391,34.953 L 37.11,31.755 L 37.237,14.076 L 34.689,14.936 z"
+ style="fill:url(#radialGradient9060)"
+ id="p10976" />
+ <path
+ d="M 10.63,41.176 L 10.63,17.608 C 10.63,17.446 10.842,17.154 10.993,17.114 L 38.97,10.021 C 39.717,9.829 40.201,11.04 39.455,11.222 L 11.538,18.062 L 11.538,41.549 C 11.548,42.366 10.63,41.983 10.63,41.176 z"
+ style="fill:#ffffff"
+ id="p10978" />
+ <path
+ d="M 587.92,83.91 L 587.92,60.63 L 615.71,53.61"
+ transform="matrix(1.009,0,0,1.009,-581.615,-43.098)"
+ style="fill:none;stroke:#b2b2b2;stroke-width:1;stroke-linecap:round;stroke-linejoin:round"
+ id="pl10980" />
+ <path
+ d="M 590.6,80.44 L 613.93,74.73 L 613.93,56.79"
+ transform="matrix(1.009,0,0,1.009,-581.615,-43.098)"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round"
+ id="pl10982" />
+ <path
+ d="M 590.34,79.96 L 590.34,62.56 L 613.48,56.7"
+ transform="matrix(1.009,0,0,1.009,-581.615,-43.098)"
+ style="fill:none;stroke:#808080;stroke-width:1;stroke-linecap:round;stroke-linejoin:round"
+ id="pl10984" />
+ <path
+ d="M 593.65,64.06 L 598.02,65.79 L 593.65,69.76 L 592.88,68.77 L 595.44,66.45 L 592.88,65.44 L 593.65,64.06 z"
+ transform="matrix(1.009,0,0,1.009,-581.615,-43.098)"
+ style="fill:#ffffff"
+ id="pl10988" />
+ <path
+ d="M -19.195999,-31.900999 L -14.352999,-31.900999 L -14.352999,-30.477999 L -19.195999,-30.477999 L -19.195999,-31.900999 z"
+ transform="matrix(-0.969,0.249,-0.249,-0.969,0,0)"
+ style="fill:#ffffff"
+ id="rect10990" />
+ </g>
+ <path
+ style="fill:none;stroke:#5c5c4f;stroke-width:2;marker-start:url(#TriangleInM);marker-end:url(#TriangleOutM)"
+ d="M 218.36113,204.85262 L 166.50697,261.7749"
+ id="path4084" />
+ <path
+ id="path9048"
+ d="M 302.37249,204.85262 L 354.22665,261.7749"
+ style="fill:none;stroke:#5c5c4f;stroke-width:2;marker-start:url(#TriangleInM);marker-end:url(#TriangleOutM)" />
+ <path
+ style="fill:none;stroke:#5c5c4f;stroke-width:1;marker-start:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 3;stroke-dashoffset:0;opacity:0.50480769"
+ d="M 207.02098,304.93034 L 343.7826,372.39222"
+ id="path11099" />
+ <path
+ id="path11097"
+ d="M 209.84789,299.00726 L 385.8664,331.52959"
+ style="fill:none;stroke:#5c5c4f;stroke-width:1;marker-start:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 3;stroke-dashoffset:0;opacity:0.50480769" />
+ <g
+ id="computer"
+ inkscape:label="#g5739"
+ transform="translate(289.21819,315.09481)"
+ style="opacity:0.57211538">
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient10562)"
+ id="path4802" />
+ <path
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z"
+ style="fill:url(#linearGradient10564)"
+ id="path4804" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995000000002;stroke-linecap:round;stroke-linejoin:round"
+ id="path4806" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient10566)"
+ id="path4808" />
+ <path
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z"
+ style="fill:url(#linearGradient10568)"
+ id="path4810" />
+ <path
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z"
+ style="fill:url(#linearGradient10570)"
+ id="path4812" />
+ <path
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999998999999999;stroke-linecap:round"
+ id="path4814" />
+ <path
+ d="M 24.74,21.3 L 24.74,44.76"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999998999999999;stroke-linecap:round"
+ id="path4816" />
+ <path
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z"
+ style="fill:#808080"
+ id="path4818" />
+ <path
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z"
+ style="fill:#b2b2b2"
+ id="path4820" />
+ <path
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z"
+ style="fill:#808080"
+ id="path4822" />
+ <path
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z"
+ style="fill:#b2b2b2"
+ id="path4824" />
+ <path
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999998999999999;stroke-linecap:round;stroke-linejoin:round"
+ id="path4826" />
+ <path
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z"
+ style="fill:url(#radialGradient10572);stroke:#328e36;stroke-width:0.44000000000000000"
+ id="path4828" />
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-size:7.39930343999999973px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#140808;fill-opacity:1;font-family:Interstate-Bold"
+ x="312.94272"
+ y="343.2876"
+ id="text10539"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan10541"
+ x="312.94272"
+ y="343.2876">JBoss</tspan></text>
+ <g
+ style="opacity:0.57211538"
+ transform="translate(377.07533,311.16624)"
+ inkscape:label="#g5739"
+ id="g10576">
+ <path
+ id="path10578"
+ style="fill:url(#linearGradient10997)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path10580"
+ style="fill:url(#linearGradient10999)"
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z" />
+ <path
+ id="path10582"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995000000002;stroke-linecap:round;stroke-linejoin:round"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path10584"
+ style="fill:url(#linearGradient11001)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path10586"
+ style="fill:url(#linearGradient11003)"
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z" />
+ <path
+ id="path10588"
+ style="fill:url(#linearGradient11005)"
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z" />
+ <path
+ id="path10590"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999998999999999;stroke-linecap:round"
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71" />
+ <path
+ id="path10592"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999998999999999;stroke-linecap:round"
+ d="M 24.74,21.3 L 24.74,44.76" />
+ <path
+ id="path10594"
+ style="fill:#808080"
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z" />
+ <path
+ id="path10596"
+ style="fill:#b2b2b2"
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z" />
+ <path
+ id="path10598"
+ style="fill:#808080"
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z" />
+ <path
+ id="path10600"
+ style="fill:#b2b2b2"
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z" />
+ <path
+ id="path10602"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999998999999999;stroke-linecap:round;stroke-linejoin:round"
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z" />
+ <path
+ id="path10604"
+ style="fill:url(#radialGradient11007);stroke:#328e36;stroke-width:0.44000000000000000"
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z" />
+ </g>
+ <text
+ sodipodi:linespacing="125%"
+ id="text10606"
+ y="339.10916"
+ x="400.62265"
+ style="font-size:7.39930344px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;font-family:Interstate-Bold"
+ xml:space="preserve"><tspan
+ y="339.10916"
+ x="400.62265"
+ id="tspan10608"
+ sodipodi:role="line">MySQL</tspan></text>
+ <g
+ style="opacity:0.57211538"
+ transform="translate(283.14676,361.88053)"
+ inkscape:label="#g5739"
+ id="g10624">
+ <path
+ id="path10626"
+ style="fill:url(#linearGradient10658)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path10628"
+ style="fill:url(#linearGradient10660)"
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z" />
+ <path
+ id="path10630"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995000000002;stroke-linecap:round;stroke-linejoin:round"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path10632"
+ style="fill:url(#linearGradient10662)"
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z" />
+ <path
+ id="path10634"
+ style="fill:url(#linearGradient10664)"
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z" />
+ <path
+ id="path10636"
+ style="fill:url(#linearGradient10666)"
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z" />
+ <path
+ id="path10638"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999998999999999;stroke-linecap:round"
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71" />
+ <path
+ id="path10640"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999998999999999;stroke-linecap:round"
+ d="M 24.74,21.3 L 24.74,44.76" />
+ <path
+ id="path10642"
+ style="fill:#808080"
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z" />
+ <path
+ id="path10644"
+ style="fill:#b2b2b2"
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z" />
+ <path
+ id="path10646"
+ style="fill:#808080"
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z" />
+ <path
+ id="path10648"
+ style="fill:#b2b2b2"
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z" />
+ <path
+ id="path10650"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999998999999999;stroke-linecap:round;stroke-linejoin:round"
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z" />
+ <path
+ id="path10652"
+ style="fill:url(#radialGradient10668);stroke:#328e36;stroke-width:0.44000000000000000"
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z" />
+ </g>
+ <text
+ sodipodi:linespacing="125%"
+ id="text10654"
+ y="390.2374"
+ x="307.81592"
+ style="font-size:7.39930344px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;font-family:Interstate-Bold"
+ xml:space="preserve"><tspan
+ y="390.2374"
+ x="307.81592"
+ id="tspan10656"
+ sodipodi:role="line">Django</tspan></text>
+ <g
+ id="g10672"
+ inkscape:label="#g5739"
+ transform="translate(386.71819,362.23767)"
+ style="opacity:0.57211538">
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient10706)"
+ id="path10674" />
+ <path
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z"
+ style="fill:url(#linearGradient10708)"
+ id="path10676" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995000000002;stroke-linecap:round;stroke-linejoin:round"
+ id="path10678" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient10710)"
+ id="path10680" />
+ <path
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z"
+ style="fill:url(#linearGradient10712)"
+ id="path10682" />
+ <path
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z"
+ style="fill:url(#linearGradient10714)"
+ id="path10684" />
+ <path
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999998999999999;stroke-linecap:round"
+ id="path10686" />
+ <path
+ d="M 24.74,21.3 L 24.74,44.76"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999998999999999;stroke-linecap:round"
+ id="path10688" />
+ <path
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z"
+ style="fill:#808080"
+ id="path10690" />
+ <path
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z"
+ style="fill:#b2b2b2"
+ id="path10692" />
+ <path
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z"
+ style="fill:#808080"
+ id="path10694" />
+ <path
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z"
+ style="fill:#b2b2b2"
+ id="path10696" />
+ <path
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999998999999999;stroke-linecap:round;stroke-linejoin:round"
+ id="path10698" />
+ <path
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z"
+ style="fill:url(#radialGradient10716);stroke:#328e36;stroke-width:0.44000000000000000"
+ id="path10700" />
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-size:7.39930344px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;font-family:Interstate-Bold"
+ x="410.72299"
+ y="387.22324"
+ id="text10702"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan10704"
+ x="410.72299"
+ y="387.22324">Ruby on</tspan><tspan
+ id="tspan10718"
+ sodipodi:role="line"
+ x="410.72299"
+ y="396.47235">Rails</tspan></text>
+ <g
+ id="g10843"
+ inkscape:label="#g5739"
+ transform="translate(335.28962,351.52339)"
+ style="opacity:0.57211537">
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient11105)"
+ id="path10845" />
+ <path
+ d="M 36.18,16.79 L 23.61,3.9 L 10.61,7.23 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 36.18,16.79 z"
+ style="fill:url(#linearGradient11107)"
+ id="path10847" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:none;stroke:#000000;stroke-width:1.92999995;stroke-linecap:round;stroke-linejoin:round"
+ id="path10849" />
+ <path
+ d="M 10.98,7.35 L 10.98,31.17 L 24.76,45.05 C 24.76,45.05 28.25,45.27 31.9,44.16 C 35.55,43.05 36.95,41.49 36.95,41.49 L 36.95,17.46 L 23.59,4.07 L 10.98,7.35 z"
+ style="fill:url(#linearGradient11109)"
+ id="path10851" />
+ <path
+ d="M 24.52,14.7 L 37,17.81 L 37,41.59 C 33.22,44.88 29.67,44.95 24.7,45 L 24.52,14.7 z"
+ style="fill:url(#linearGradient11111)"
+ id="path10853" />
+ <path
+ d="M 23.58,4.02 L 11.03,7.42 L 24.81,21.11 C 24.81,21.11 28.44,21 31.76,20.11 C 35.07,19.22 37.03,17.66 37.03,17.66 L 23.58,4.02 z"
+ style="fill:url(#linearGradient11113)"
+ id="path10855" />
+ <path
+ d="M 11.27,7.58 L 24.82,21.12 C 24.82,21.12 28.03,21.33 31.68,20.35 C 35.18,19.41 36.83,17.71 36.83,17.71"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path10857" />
+ <path
+ d="M 24.74,21.3 L 24.74,44.76"
+ style="fill:none;stroke:#ffffff;stroke-width:0.47999999;stroke-linecap:round"
+ id="path10859" />
+ <path
+ d="M 27.44,23.79 C 30.4,23.66 33.22,22.96 35.54,21.38 C 35.75,21.91 35.7,23.06 35.54,23.36 C 35.45,23.45 34.62,23.99 33.18,24.54 C 31.77,25.07 29.77,25.62 27.47,25.68 C 27.19,25.22 27.27,24.04 27.44,23.79 z"
+ style="fill:#808080"
+ id="path10861" />
+ <path
+ d="M 35.53,23.38 L 27.44,25.56 C 27.45,25.6 27.45,25.66 27.47,25.69 C 29.78,25.63 31.78,25.07 33.19,24.53 C 34.63,23.98 35.44,23.46 35.53,23.38 z"
+ style="fill:#b2b2b2"
+ id="path10863" />
+ <path
+ d="M 27.44,27.28 C 30.4,27.16 33.22,26.46 35.54,24.88 C 35.75,25.4 35.7,26.56 35.54,26.86 C 35.45,26.95 34.62,27.49 33.18,28.03 C 31.77,28.57 29.77,29.12 27.47,29.18 C 27.19,28.72 27.27,27.54 27.44,27.28 z"
+ style="fill:#808080"
+ id="path10865" />
+ <path
+ d="M 35.53,26.87 L 27.44,29.06 C 27.45,29.1 27.45,29.16 27.47,29.19 C 29.78,29.13 31.78,28.57 33.19,28.03 C 34.63,27.48 35.44,26.96 35.53,26.87 z"
+ style="fill:#b2b2b2"
+ id="path10867" />
+ <path
+ d="M 27.21,42.71 L 27.21,31.52 C 27.21,31.52 29,31.51 31.85,30.69 C 34.68,29.87 35.58,29.02 35.58,29.02 L 35.58,40.05 C 35.58,40.05 34.21,41.19 31.54,41.98 C 28.88,42.76 27.21,42.71 27.21,42.71 z"
+ style="fill:none;stroke:#b2b2b2;stroke-width:0.47999999;stroke-linecap:round;stroke-linejoin:round"
+ id="path10869" />
+ <path
+ d="M 31.68,37.72 C 32.29,37.54 32.79,37.95 32.79,38.62 C 32.79,39.29 32.29,39.97 31.68,40.15 C 31.07,40.33 30.58,39.93 30.58,39.27 C 30.58,38.58 31.07,37.9 31.68,37.72 z"
+ style="fill:url(#radialGradient11115);stroke:#328e36;stroke-width:0.44"
+ id="path10871" />
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-size:7.39930344px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;font-family:Interstate-Bold"
+ x="359.95877"
+ y="379.88025"
+ id="text10873"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan10875"
+ x="359.95877"
+ y="379.88025">Apache</tspan></text>
+ <path
+ style="fill:none;stroke:#5c5c4f;stroke-width:1;marker-start:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 3;stroke-dashoffset:0;opacity:0.50480769"
+ d="M 205.24437,306.54659 L 291.98779,382.02597"
+ id="path11095" />
+ <path
+ id="path11101"
+ d="M 209.5892,301.24857 L 298.26794,333.75256"
+ style="fill:none;stroke:#5c5c4f;stroke-width:1;marker-start:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:3, 3;stroke-dashoffset:0;opacity:0.50480769" />
+ </g>
+</svg>