[file-roller] Non-fuzzy app icon ('highres')



commit 98d8ef8af93dee4c12be2c00afb70eb68fa73d52
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri Mar 18 22:20:12 2011 +0100

    Non-fuzzy app icon ('highres')
    
    [bug #645156]

 configure.ac                                      |    6 +-
 data/icons/16x16/apps/file-roller.png             |  Bin 856 -> 1066 bytes
 data/icons/22x22/apps/file-roller.png             |  Bin 1225 -> 1371 bytes
 data/icons/24x24/apps/file-roller.png             |  Bin 1261 -> 1444 bytes
 data/icons/{scalable => 256x256}/Makefile.am      |    0
 data/icons/{scalable => 256x256}/apps/Makefile.am |    4 +-
 data/icons/256x256/apps/file-roller.png           |  Bin 0 -> 27895 bytes
 data/icons/32x32/apps/file-roller.png             |  Bin 1878 -> 2081 bytes
 data/icons/{scalable => 48x48}/Makefile.am        |    0
 data/icons/{scalable => 48x48}/apps/Makefile.am   |    4 +-
 data/icons/48x48/apps/file-roller.png             |  Bin 0 -> 3246 bytes
 data/icons/Makefile.am                            |    4 +-
 data/icons/scalable/apps/file-roller.svg          |  704 -----
 data/icons/source.svg                             | 3252 +++++++++++++++++++++
 14 files changed, 3263 insertions(+), 711 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3fac13a..27c3800 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,10 +178,12 @@ AC_CONFIG_FILES([Makefile
 		 data/icons/24x24/Makefile
 		 data/icons/24x24/actions/Makefile
 		 data/icons/24x24/apps/Makefile
+		 data/icons/256x256/Makefile
+		 data/icons/256x256/apps/Makefile
 		 data/icons/32x32/Makefile
 		 data/icons/32x32/apps/Makefile
-		 data/icons/scalable/Makefile
-		 data/icons/scalable/apps/Makefile
+		 data/icons/48x48/Makefile
+		 data/icons/48x48/apps/Makefile
 		 copy-n-paste/Makefile
 		 src/Makefile
 		 src/commands/Makefile
diff --git a/data/icons/16x16/apps/file-roller.png b/data/icons/16x16/apps/file-roller.png
index 13b19e6..6712494 100644
Binary files a/data/icons/16x16/apps/file-roller.png and b/data/icons/16x16/apps/file-roller.png differ
diff --git a/data/icons/22x22/apps/file-roller.png b/data/icons/22x22/apps/file-roller.png
index 0062c67..7a0d6b9 100644
Binary files a/data/icons/22x22/apps/file-roller.png and b/data/icons/22x22/apps/file-roller.png differ
diff --git a/data/icons/24x24/apps/file-roller.png b/data/icons/24x24/apps/file-roller.png
index b6df396..5c17e91 100644
Binary files a/data/icons/24x24/apps/file-roller.png and b/data/icons/24x24/apps/file-roller.png differ
diff --git a/data/icons/scalable/Makefile.am b/data/icons/256x256/Makefile.am
similarity index 100%
copy from data/icons/scalable/Makefile.am
copy to data/icons/256x256/Makefile.am
diff --git a/data/icons/scalable/apps/Makefile.am b/data/icons/256x256/apps/Makefile.am
similarity index 94%
copy from data/icons/scalable/apps/Makefile.am
copy to data/icons/256x256/apps/Makefile.am
index cb4ae9f..06f6aeb 100644
--- a/data/icons/scalable/apps/Makefile.am
+++ b/data/icons/256x256/apps/Makefile.am
@@ -1,11 +1,11 @@
 themedir = $(datadir)/icons/hicolor
-size = scalable
+size = 256x256
 context = apps
 
 iconsdir = $(themedir)/$(size)/$(context)
 
 icons_DATA = \
-	file-roller.svg
+	file-roller.png
 
 noinst_DATA =
 
diff --git a/data/icons/256x256/apps/file-roller.png b/data/icons/256x256/apps/file-roller.png
new file mode 100644
index 0000000..aa923a6
Binary files /dev/null and b/data/icons/256x256/apps/file-roller.png differ
diff --git a/data/icons/32x32/apps/file-roller.png b/data/icons/32x32/apps/file-roller.png
index fe770e4..cd43da3 100644
Binary files a/data/icons/32x32/apps/file-roller.png and b/data/icons/32x32/apps/file-roller.png differ
diff --git a/data/icons/scalable/Makefile.am b/data/icons/48x48/Makefile.am
similarity index 100%
rename from data/icons/scalable/Makefile.am
rename to data/icons/48x48/Makefile.am
diff --git a/data/icons/scalable/apps/Makefile.am b/data/icons/48x48/apps/Makefile.am
similarity index 94%
rename from data/icons/scalable/apps/Makefile.am
rename to data/icons/48x48/apps/Makefile.am
index cb4ae9f..235fb7e 100644
--- a/data/icons/scalable/apps/Makefile.am
+++ b/data/icons/48x48/apps/Makefile.am
@@ -1,11 +1,11 @@
 themedir = $(datadir)/icons/hicolor
-size = scalable
+size = 48x48
 context = apps
 
 iconsdir = $(themedir)/$(size)/$(context)
 
 icons_DATA = \
-	file-roller.svg
+	file-roller.png
 
 noinst_DATA =
 
diff --git a/data/icons/48x48/apps/file-roller.png b/data/icons/48x48/apps/file-roller.png
new file mode 100644
index 0000000..14f7dbb
Binary files /dev/null and b/data/icons/48x48/apps/file-roller.png differ
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 5a56f89..c625dc7 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,3 +1,5 @@
-SUBDIRS = 16x16 22x22 24x24 32x32 scalable
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256
+
+EXTRA_DIST = source.svg
 
 -include $(top_srcdir)/git.mk
diff --git a/data/icons/source.svg b/data/icons/source.svg
new file mode 100644
index 0000000..079a4ad
--- /dev/null
+++ b/data/icons/source.svg
@@ -0,0 +1,3252 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns: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";
+   inkscape:export-ydpi="90.000000"
+   inkscape:export-xdpi="90.000000"
+   inkscape:export-filename="/home/lapo/firewall.png"
+   width="400"
+   height="300"
+   id="svg11300"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.1 r9760"
+   sodipodi:docname="file-roller.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0"
+   style="display:inline;enable-background:new">
+  <title
+     id="title3383">Aisleriot</title>
+  <sodipodi:namedview
+     stroke="#ef2929"
+     fill="#f57900"
+     id="base"
+     pagecolor="#474747"
+     bordercolor="#666666"
+     borderopacity="0.25490196"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="152.02591"
+     inkscape:cy="103.81228"
+     inkscape:current-layer="layer1-3-3"
+     showgrid="false"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1634"
+     inkscape:window-height="995"
+     inkscape:window-x="1677"
+     inkscape:window-y="98"
+     width="400px"
+     height="300px"
+     inkscape:snap-nodes="false"
+     inkscape:snap-bbox="true"
+     gridtolerance="10000"
+     inkscape:object-nodes="true"
+     inkscape:snap-grids="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-maximized="0"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       spacingy="1px"
+       spacingx="1px"
+       id="grid5883"
+       type="xygrid"
+       enabled="true"
+       visible="true"
+       empspacing="4"
+       snapvisiblegridlinesonly="true" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid11592"
+       empspacing="2"
+       visible="true"
+       enabled="false"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       color="#ff0000"
+       opacity="0.1254902"
+       empcolor="#ff0000"
+       empopacity="0.25098039"
+       snapvisiblegridlinesonly="true" />
+  </sodipodi:namedview>
+  <defs
+     id="defs3">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9510">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop9512" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop9514" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9470">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop9472" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop9474" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9460">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop9462" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop9464" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9418">
+      <stop
+         style="stop-color:#cecfcb;stop-opacity:1;"
+         offset="0"
+         id="stop9420" />
+      <stop
+         style="stop-color:#9c9e96;stop-opacity:1"
+         offset="1"
+         id="stop9422" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9394">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop9396" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop9398" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9369">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop9371" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop9373" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9343">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop9345" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop9347" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9261">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop9263" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop9265" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9247">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop9249" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop9251" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9197">
+      <stop
+         style="stop-color:#5a5b58;stop-opacity:1"
+         offset="0"
+         id="stop9199" />
+      <stop
+         id="stop9205"
+         offset="0.19189025"
+         style="stop-color:#babdb6;stop-opacity:1" />
+      <stop
+         style="stop-color:#b4b7b0;stop-opacity:1"
+         offset="0.81664932"
+         id="stop9207" />
+      <stop
+         style="stop-color:#61635f;stop-opacity:1"
+         offset="1"
+         id="stop9201" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9123">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop9125" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop9127" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient8421">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop8423" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop8425" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient8383">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop8385" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop8387" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient9724">
+      <stop
+         id="stop9726"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#3465a4;stop-opacity:1"
+         offset="0.5"
+         id="stop9728" />
+      <stop
+         id="stop9730"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3806">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808" />
+      <stop
+         id="stop3814"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3802">
+      <rect
+         style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.62994266;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect3804"
+         width="116"
+         height="162.03175"
+         x="46"
+         y="71"
+         rx="5.7781744"
+         ry="5.7781744" />
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3802-1">
+      <rect
+         style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.62994266;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect3804-7"
+         width="116"
+         height="162.03175"
+         x="46"
+         y="71"
+         rx="5.7781744"
+         ry="5.7781744" />
+    </clipPath>
+    <linearGradient
+       id="linearGradient3806-46">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-3" />
+      <stop
+         id="stop3814-8"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-31" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3802-1-3">
+      <rect
+         style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.62994266;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect3804-7-7"
+         width="116"
+         height="162.03175"
+         x="46"
+         y="71"
+         rx="5.7781744"
+         ry="5.7781744" />
+    </clipPath>
+    <linearGradient
+       id="linearGradient3806-46-46">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-3-31" />
+      <stop
+         id="stop3814-8-2"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-31-0" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3806-0-2-6">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-62-0" />
+      <stop
+         id="stop3814-6-3-1"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-9-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3806-0-62">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-98" />
+      <stop
+         id="stop3814-6-1"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-41" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3806-46-1-33">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-3-3-7" />
+      <stop
+         id="stop3814-8-3-38"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-31-00-3" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient12514-4-3-76">
+      <stop
+         id="stop12516-7-21-9"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="0.5"
+         id="stop12518-9-0-0" />
+      <stop
+         id="stop12520-85-8-0"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3806-46-1-9-9">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-3-3-1-3" />
+      <stop
+         id="stop3814-8-3-3-6"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-31-00-80-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient12514-4-3-1-2">
+      <stop
+         id="stop12516-7-21-8-9"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="0.5"
+         id="stop12518-9-0-7-6" />
+      <stop
+         id="stop12520-85-8-1-6"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#Checkerboardwhite-2-2"
+       id="pattern7183-3-0"
+       patternTransform="matrix(1.0018739,0,0,1.0018739,369.00434,58.988879)" />
+    <pattern
+       inkscape:stockid="Checkerboard white"
+       id="Checkerboardwhite-2-2"
+       patternTransform="translate(0,0) scale(10,10)"
+       height="2"
+       width="2"
+       patternUnits="userSpaceOnUse"
+       inkscape:collect="always">
+      <rect
+         id="rect6343-1-4"
+         height="1"
+         width="1"
+         y="0"
+         x="0"
+         style="fill:white;stroke:none" />
+      <rect
+         id="rect6345-2-4"
+         height="1"
+         width="1"
+         y="1"
+         x="1"
+         style="fill:white;stroke:none" />
+    </pattern>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5465-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.96150622"
+         id="feGaussianBlur5467-4" />
+    </filter>
+    <linearGradient
+       id="linearGradient3806-0-2-6-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-62-0-3" />
+      <stop
+         id="stop3814-6-3-1-1"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-9-1-0" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient12514-4-3-1-2-7">
+      <stop
+         id="stop12516-7-21-8-9-3"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="0.5"
+         id="stop12518-9-0-7-6-6" />
+      <stop
+         id="stop12520-85-8-1-6-9"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3806-0-2-6-8-1">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-62-0-3-5" />
+      <stop
+         id="stop3814-6-3-1-1-4"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-9-1-0-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient12514-4-3-1-2-7-1">
+      <stop
+         id="stop12516-7-21-8-9-3-2"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="0.5"
+         id="stop12518-9-0-7-6-6-4" />
+      <stop
+         id="stop12520-85-8-1-6-9-5"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3806-0-2-6-95">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-62-0-8" />
+      <stop
+         id="stop3814-6-3-1-8"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-9-1-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3806-0-2-6-95-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-62-0-8-7" />
+      <stop
+         id="stop3814-6-3-1-8-1"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-9-1-9-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3806-0-2-6-95-7-4">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-62-0-8-7-2" />
+      <stop
+         id="stop3814-6-3-1-8-1-0"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-9-1-9-9-3" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient12514-4-3-76-3">
+      <stop
+         id="stop12516-7-21-9-1"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="0.5"
+         id="stop12518-9-0-0-9" />
+      <stop
+         id="stop12520-85-8-0-7"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient12514-4-3-76-3-5">
+      <stop
+         id="stop12516-7-21-9-1-2"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="0.5"
+         id="stop12518-9-0-0-9-9" />
+      <stop
+         id="stop12520-85-8-0-7-8"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3806-0-2-6-95-5">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-62-0-8-9" />
+      <stop
+         id="stop3814-6-3-1-8-7"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-9-1-9-0" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient9724-63">
+      <stop
+         id="stop9726-2"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#3465a4;stop-opacity:1"
+         offset="0.5"
+         id="stop9728-6" />
+      <stop
+         id="stop9730-7"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       y2="9.835248"
+       x2="42.91254"
+       y1="9.4375"
+       x1="40.546146"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5831"
+       xlink:href="#linearGradient5817"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="translate(0.015625,-0.0234375)"
+       y2="10.434952"
+       x2="38.537319"
+       y1="8.6671848"
+       x1="38.448933"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5827"
+       xlink:href="#linearGradient5817"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="12.291107"
+       x2="38.625706"
+       y1="8.6671848"
+       x1="38.448933"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5823"
+       xlink:href="#linearGradient5817"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="10.434952"
+       x2="38.537319"
+       y1="8.6671848"
+       x1="38.448933"
+       id="linearGradient5815"
+       xlink:href="#linearGradient5817"
+       inkscape:collect="always" />
+    <radialGradient
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7481488,0,0,1.7805361,-23.042966,-23.568319)"
+       r="6.9985772"
+       fy="29.839787"
+       fx="30.127851"
+       cy="29.839787"
+       cx="30.127851"
+       id="radialGradient5791"
+       xlink:href="#linearGradient5785"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="43.120918"
+       x2="23.238411"
+       y1="17.459082"
+       x1="23.556028"
+       gradientTransform="matrix(0.448615,0,-0.279321,0.468907,24.336819,24.73015)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5761"
+       xlink:href="#linearGradient5763"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="translate(-0.09317406,-1.0625)"
+       y2="43.9375"
+       x2="14.631913"
+       y1="34.454266"
+       x1="14.444413"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5757"
+       xlink:href="#linearGradient5623"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="26.117987"
+       x2="26.719183"
+       y1="16.572044"
+       x1="27.444832"
+       id="linearGradient5743"
+       xlink:href="#linearGradient5737"
+       inkscape:collect="always" />
+    <filter
+       id="filter5733"
+       height="1.7145865"
+       y="-0.35729324"
+       width="1.1525522"
+       x="-0.076276083"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur5735"
+         stdDeviation="0.60003059"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="34.936779"
+       x2="17.6875"
+       y1="25.374279"
+       x1="16.206766"
+       id="linearGradient5689"
+       xlink:href="#linearGradient5683"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="translate(-1.0625,0)"
+       y2="24.030331"
+       x2="18.973125"
+       y1="39.454098"
+       x1="20.882366"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5681"
+       xlink:href="#linearGradient5660"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="31.648155"
+       x2="11.654699"
+       y1="25.803801"
+       x1="12.164122"
+       gradientTransform="translate(2.6055772,-0.1490088)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5679"
+       xlink:href="#linearGradient5633"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="43.120918"
+       x2="23.238411"
+       y1="17.459082"
+       x1="23.556028"
+       gradientTransform="matrix(-0.448615,0,0.279321,0.468907,19.663182,24.700411)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5621"
+       xlink:href="#linearGradient4734"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="29.515625"
+       x2="33.78125"
+       y1="35.5"
+       x1="34.125"
+       id="linearGradient5617"
+       xlink:href="#linearGradient5611"
+       inkscape:collect="always" />
+    <filter
+       id="filter6876"
+       height="1.1596224"
+       y="-0.079811202"
+       width="1.24818"
+       x="-0.12409002"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur6878"
+         stdDeviation="0.28308036"
+         inkscape:collect="always" />
+    </filter>
+    <radialGradient
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.554795,0,-17.72742)"
+       r="2.28125"
+       fy="31.953115"
+       fx="34.3125"
+       cy="31.953115"
+       cx="34.3125"
+       id="radialGradient6848"
+       xlink:href="#linearGradient6842"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(1.05298,0,0,1,-2.245034,0)"
+       gradientUnits="userSpaceOnUse"
+       y2="8.6249962"
+       x2="30.25"
+       y1="10.232116"
+       x1="30.25"
+       id="linearGradient6838"
+       xlink:href="#linearGradient6832"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="23.058924"
+       x2="35.315071"
+       y1="38.790546"
+       x1="38.9072"
+       id="linearGradient5540"
+       xlink:href="#linearGradient5534"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(1,0,0,0.998582,0,2.05744)"
+       gradientUnits="userSpaceOnUse"
+       y2="49.359383"
+       x2="23.891987"
+       y1="21.859381"
+       x1="21.499998"
+       id="linearGradient5514"
+       xlink:href="#linearGradient5508"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(1,0,0,1.012575,0,1.792163)"
+       gradientUnits="userSpaceOnUse"
+       y2="19.572994"
+       x2="15.876423"
+       y1="39.987057"
+       x1="15.876423"
+       id="linearGradient5497"
+       xlink:href="#linearGradient5491"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5491">
+      <stop
+         id="stop5493"
+         offset="0"
+         style="stop-color:#959792;stop-opacity:1;" />
+      <stop
+         style="stop-color:#838681;stop-opacity:1;"
+         offset="0.25"
+         id="stop5501" />
+      <stop
+         style="stop-color:#abaca9;stop-opacity:1;"
+         offset="0.62437075"
+         id="stop5499" />
+      <stop
+         id="stop5771"
+         offset="0.79695714"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop5495"
+         offset="1"
+         style="stop-color:#90928d;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5508"
+       inkscape:collect="always">
+      <stop
+         id="stop5510"
+         offset="0"
+         style="stop-color:white;stop-opacity:1;" />
+      <stop
+         id="stop5512"
+         offset="1"
+         style="stop-color:white;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5534">
+      <stop
+         id="stop5536"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1;" />
+      <stop
+         id="stop5538"
+         offset="1"
+         style="stop-color:#6b6d68;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       y2="609.50507"
+       x2="302.85715"
+       y1="366.64789"
+       x1="302.85715"
+       gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient6715"
+       xlink:href="#linearGradient5048"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5048">
+      <stop
+         id="stop5050"
+         offset="0"
+         style="stop-color:black;stop-opacity:0;" />
+      <stop
+         style="stop-color:black;stop-opacity:1;"
+         offset="0.5"
+         id="stop5056" />
+      <stop
+         id="stop5052"
+         offset="1"
+         style="stop-color:black;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       r="117.14286"
+       fy="486.64789"
+       fx="605.71429"
+       cy="486.64789"
+       cx="605.71429"
+       gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient6717"
+       xlink:href="#linearGradient5060"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5060"
+       inkscape:collect="always">
+      <stop
+         id="stop5062"
+         offset="0"
+         style="stop-color:black;stop-opacity:1;" />
+      <stop
+         id="stop5064"
+         offset="1"
+         style="stop-color:black;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       r="117.14286"
+       fy="486.64789"
+       fx="605.71429"
+       cy="486.64789"
+       cx="605.71429"
+       gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient6719"
+       xlink:href="#linearGradient5060"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient6832">
+      <stop
+         id="stop6834"
+         offset="0"
+         style="stop-color:#555753;stop-opacity:1;" />
+      <stop
+         id="stop6836"
+         offset="1"
+         style="stop-color:#838680;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6842">
+      <stop
+         id="stop6844"
+         offset="0"
+         style="stop-color:#d8d9d7;stop-opacity:1;" />
+      <stop
+         id="stop6846"
+         offset="1"
+         style="stop-color:#7c7f79;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4734">
+      <stop
+         id="stop4736"
+         offset="0"
+         style="stop-color:#cccdbc;stop-opacity:1;" />
+      <stop
+         style="stop-color:#888a68;stop-opacity:1;"
+         offset="0.5945946"
+         id="stop6887" />
+      <stop
+         id="stop4738"
+         offset="1"
+         style="stop-color:#adae94;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5611">
+      <stop
+         id="stop5613"
+         offset="0"
+         style="stop-color:#5e5e5e;stop-opacity:1;" />
+      <stop
+         id="stop5615"
+         offset="1"
+         style="stop-color:#929292;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5623"
+       inkscape:collect="always">
+      <stop
+         id="stop5625"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop5627"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5633">
+      <stop
+         id="stop5635"
+         offset="0"
+         style="stop-color:#f8f8f8;stop-opacity:1;" />
+      <stop
+         id="stop5637"
+         offset="1"
+         style="stop-color:#c7c7c1;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5660">
+      <stop
+         id="stop5662"
+         offset="0"
+         style="stop-color:#cbcbcb;stop-opacity:1;" />
+      <stop
+         id="stop5664"
+         offset="1"
+         style="stop-color:#9f9f9f;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5683"
+       inkscape:collect="always">
+      <stop
+         id="stop5685"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop5687"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5737">
+      <stop
+         id="stop5739"
+         offset="0"
+         style="stop-color:#babdb6;stop-opacity:1;" />
+      <stop
+         id="stop5741"
+         offset="1"
+         style="stop-color:#dddedb;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5763">
+      <stop
+         style="stop-color:#9a9c7a;stop-opacity:1;"
+         offset="0"
+         id="stop5765" />
+      <stop
+         id="stop5767"
+         offset="0.5945946"
+         style="stop-color:#7a7c5e;stop-opacity:1;" />
+      <stop
+         style="stop-color:#838464;stop-opacity:1;"
+         offset="1"
+         id="stop5769" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5785">
+      <stop
+         id="stop5787"
+         offset="0"
+         style="stop-color:#f1f1f0;stop-opacity:1;" />
+      <stop
+         id="stop5789"
+         offset="1"
+         style="stop-color:#555753;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5817"
+       inkscape:collect="always">
+      <stop
+         id="stop5819"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop5821"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       y2="9.835248"
+       x2="42.91254"
+       y1="9.4375"
+       x1="40.546146"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5831-9"
+       xlink:href="#linearGradient5817-2"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(0.7170632,0,0,0.7245415,-4.5679843,-1.6682377)"
+       y2="10.434952"
+       x2="38.537319"
+       y1="8.6671848"
+       x1="38.448933"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5827-2"
+       xlink:href="#linearGradient5817-2"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(0.7170632,0,0.1094663,0.7162245,-4.8286662,-1.6323014)"
+       y2="12.291107"
+       x2="38.625706"
+       y1="8.6671848"
+       x1="38.448933"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5823-3"
+       xlink:href="#linearGradient5817-2"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(0.7170632,0,0.1094663,0.7162245,-4.8286662,-1.6323014)"
+       gradientUnits="userSpaceOnUse"
+       y2="10.434952"
+       x2="38.537319"
+       y1="8.6671848"
+       x1="38.448933"
+       id="linearGradient5815-8"
+       xlink:href="#linearGradient5817-2"
+       inkscape:collect="always" />
+    <radialGradient
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7481488,0,0,1.7805361,-23.042966,-23.568319)"
+       r="6.9985771"
+       fy="29.839787"
+       fx="30.127851"
+       cy="29.839787"
+       cx="30.127851"
+       id="radialGradient5791-3"
+       xlink:href="#linearGradient5785-0"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="43.120918"
+       x2="23.238411"
+       y1="17.459082"
+       x1="23.556028"
+       gradientTransform="matrix(0.3216853,0,-0.2002908,0.3358427,16.15838,16.080038)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5761-9"
+       xlink:href="#linearGradient5763-0"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(0.6889355,0,0,0.6865298,-0.8367828,-1.1451291)"
+       y2="43.9375"
+       x2="14.881913"
+       y1="34.454266"
+       x1="14.444413"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5757-9"
+       xlink:href="#linearGradient5623-3"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(0.7170632,0,0.1094663,0.7162245,-4.8286661,-1.6323013)"
+       gradientUnits="userSpaceOnUse"
+       y2="26.117987"
+       x2="26.719183"
+       y1="16.572044"
+       x1="27.444832"
+       id="linearGradient5743-4"
+       xlink:href="#linearGradient5737-9"
+       inkscape:collect="always" />
+    <filter
+       id="filter5733-4"
+       height="1.7145865"
+       y="-0.35729325"
+       width="1.1525522"
+       x="-0.076276086"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur5735-4"
+         stdDeviation="0.60003059"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="34.936779"
+       x2="17.6875"
+       y1="25.624279"
+       x1="16.206766"
+       id="linearGradient5689-2"
+       xlink:href="#linearGradient5683-3"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(0.7170632,0,0,0.7162245,-1.6421369,-1.3292642)"
+       y2="24.030331"
+       x2="18.973125"
+       y1="39.454098"
+       x1="20.882366"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5681-9"
+       xlink:href="#linearGradient5660-3"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="31.648155"
+       x2="11.654699"
+       y1="25.803801"
+       x1="12.164122"
+       gradientTransform="matrix(0.7170632,0,0,0.7162245,0.9881063,-1.4359879)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5679-3"
+       xlink:href="#linearGradient5633-0"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="43.120918"
+       x2="23.238411"
+       y1="17.459082"
+       x1="23.556028"
+       gradientTransform="matrix(-0.3216853,0,0.2002908,0.3358427,12.807087,16.058738)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5621-3"
+       xlink:href="#linearGradient4734-9"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="29.515625"
+       x2="33.78125"
+       y1="35.5"
+       x1="34.125"
+       id="linearGradient5617-7"
+       xlink:href="#linearGradient5611-0"
+       inkscape:collect="always" />
+    <filter
+       id="filter6876-7"
+       height="1.1596224"
+       y="-0.0798112"
+       width="1.24818"
+       x="-0.12409002"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur6878-2"
+         stdDeviation="0.28308036"
+         inkscape:collect="always" />
+    </filter>
+    <radialGradient
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.554795,0,-17.72742)"
+       r="2.28125"
+       fy="31.953115"
+       fx="34.3125"
+       cy="31.953115"
+       cx="34.3125"
+       id="radialGradient6848-3"
+       xlink:href="#linearGradient6842-5"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(0.7550532,0,-1.4916743e-8,0.7845727,-6.1890196,-2.341615)"
+       gradientUnits="userSpaceOnUse"
+       y2="8.6249962"
+       x2="30.25"
+       y1="10.232116"
+       x1="30.25"
+       id="linearGradient6838-4"
+       xlink:href="#linearGradient6832-8"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="23.058924"
+       x2="35.315071"
+       y1="38.790546"
+       x1="38.9072"
+       id="linearGradient5540-1"
+       xlink:href="#linearGradient5534-4"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(0.7170632,0,0,0.6491281,-1.2926581,1.8628771)"
+       gradientUnits="userSpaceOnUse"
+       y2="49.359383"
+       x2="23.891987"
+       y1="21.859381"
+       x1="21.499998"
+       id="linearGradient5514-1"
+       xlink:href="#linearGradient5508-1"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(0.7170632,0,0,0.6894461,-1.2926581,0.7636849)"
+       gradientUnits="userSpaceOnUse"
+       y2="19.572994"
+       x2="15.876423"
+       y1="39.987057"
+       x1="15.876423"
+       id="linearGradient5497-6"
+       xlink:href="#linearGradient5491-2"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5491-2">
+      <stop
+         id="stop5493-0"
+         offset="0"
+         style="stop-color:#959792;stop-opacity:1;" />
+      <stop
+         style="stop-color:#838681;stop-opacity:1;"
+         offset="0.25"
+         id="stop5501-6" />
+      <stop
+         style="stop-color:#abaca9;stop-opacity:1;"
+         offset="0.62437075"
+         id="stop5499-5" />
+      <stop
+         id="stop5771-9"
+         offset="0.79695714"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop5495-5"
+         offset="1"
+         style="stop-color:#90928d;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5508-1"
+       inkscape:collect="always">
+      <stop
+         id="stop5510-9"
+         offset="0"
+         style="stop-color:white;stop-opacity:1;" />
+      <stop
+         id="stop5512-4"
+         offset="1"
+         style="stop-color:white;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5534-4">
+      <stop
+         id="stop5536-9"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1;" />
+      <stop
+         id="stop5538-9"
+         offset="1"
+         style="stop-color:#6b6d68;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       y2="609.50507"
+       x2="302.85715"
+       y1="366.64789"
+       x1="302.85715"
+       gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient6715-9"
+       xlink:href="#linearGradient5048-0"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5048-0">
+      <stop
+         id="stop5050-3"
+         offset="0"
+         style="stop-color:black;stop-opacity:0;" />
+      <stop
+         style="stop-color:black;stop-opacity:1;"
+         offset="0.5"
+         id="stop5056-3" />
+      <stop
+         id="stop5052-7"
+         offset="1"
+         style="stop-color:black;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       r="117.14286"
+       fy="486.64789"
+       fx="605.71429"
+       cy="486.64789"
+       cx="605.71429"
+       gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient6717-3"
+       xlink:href="#linearGradient5060-2"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5060-2"
+       inkscape:collect="always">
+      <stop
+         id="stop5062-9"
+         offset="0"
+         style="stop-color:black;stop-opacity:1;" />
+      <stop
+         id="stop5064-0"
+         offset="1"
+         style="stop-color:black;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       r="117.14286"
+       fy="486.64789"
+       fx="605.71429"
+       cy="486.64789"
+       cx="605.71429"
+       gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient6719-9"
+       xlink:href="#linearGradient5060-2"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient6832-8">
+      <stop
+         id="stop6834-4"
+         offset="0"
+         style="stop-color:#555753;stop-opacity:1;" />
+      <stop
+         id="stop6836-6"
+         offset="1"
+         style="stop-color:#838680;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6842-5">
+      <stop
+         id="stop6844-9"
+         offset="0"
+         style="stop-color:#d8d9d7;stop-opacity:1;" />
+      <stop
+         id="stop6846-4"
+         offset="1"
+         style="stop-color:#7c7f79;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4734-9">
+      <stop
+         id="stop4736-1"
+         offset="0"
+         style="stop-color:#cccdbc;stop-opacity:1;" />
+      <stop
+         style="stop-color:#888a68;stop-opacity:1;"
+         offset="0.5945946"
+         id="stop6887-0" />
+      <stop
+         id="stop4738-3"
+         offset="1"
+         style="stop-color:#adae94;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5611-0">
+      <stop
+         id="stop5613-1"
+         offset="0"
+         style="stop-color:#5e5e5e;stop-opacity:1;" />
+      <stop
+         id="stop5615-7"
+         offset="1"
+         style="stop-color:#929292;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5623-3"
+       inkscape:collect="always">
+      <stop
+         id="stop5625-1"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop5627-8"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5633-0">
+      <stop
+         id="stop5635-5"
+         offset="0"
+         style="stop-color:#f8f8f8;stop-opacity:1;" />
+      <stop
+         id="stop5637-0"
+         offset="1"
+         style="stop-color:#c7c7c1;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5660-3">
+      <stop
+         id="stop5662-1"
+         offset="0"
+         style="stop-color:#cbcbcb;stop-opacity:1;" />
+      <stop
+         id="stop5664-0"
+         offset="1"
+         style="stop-color:#9f9f9f;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5683-3"
+       inkscape:collect="always">
+      <stop
+         id="stop5685-8"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop5687-7"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5737-9">
+      <stop
+         id="stop5739-0"
+         offset="0"
+         style="stop-color:#babdb6;stop-opacity:1;" />
+      <stop
+         id="stop5741-8"
+         offset="1"
+         style="stop-color:#dddedb;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5763-0">
+      <stop
+         style="stop-color:#9a9c7a;stop-opacity:1;"
+         offset="0"
+         id="stop5765-0" />
+      <stop
+         id="stop5767-6"
+         offset="0.5945946"
+         style="stop-color:#7a7c5e;stop-opacity:1;" />
+      <stop
+         style="stop-color:#838464;stop-opacity:1;"
+         offset="1"
+         id="stop5769-3" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5785-0">
+      <stop
+         id="stop5787-1"
+         offset="0"
+         style="stop-color:#f1f1f0;stop-opacity:1;" />
+      <stop
+         id="stop5789-2"
+         offset="1"
+         style="stop-color:#555753;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5817-2"
+       inkscape:collect="always">
+      <stop
+         id="stop5819-4"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop5821-9"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5048-6">
+      <stop
+         id="stop5050-7"
+         offset="0"
+         style="stop-color:black;stop-opacity:0;" />
+      <stop
+         style="stop-color:black;stop-opacity:1;"
+         offset="0.5"
+         id="stop5056-36" />
+      <stop
+         id="stop5052-0"
+         offset="1"
+         style="stop-color:black;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       y2="43.120918"
+       x2="23.238411"
+       y1="17.459082"
+       x1="23.556028"
+       gradientTransform="matrix(0.448615,0,-0.279321,0.468907,24.336819,24.73015)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5761-6"
+       xlink:href="#linearGradient5763-5"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5763-5">
+      <stop
+         style="stop-color:#9a9c7a;stop-opacity:1;"
+         offset="0"
+         id="stop5765-2" />
+      <stop
+         id="stop5767-4"
+         offset="0.5945946"
+         style="stop-color:#7a7c5e;stop-opacity:1;" />
+      <stop
+         style="stop-color:#838464;stop-opacity:1;"
+         offset="1"
+         id="stop5769-0" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(1,0,0,1.012575,0,1.792163)"
+       gradientUnits="userSpaceOnUse"
+       y2="19.572994"
+       x2="15.876423"
+       y1="39.987057"
+       x1="15.876423"
+       id="linearGradient5497-0"
+       xlink:href="#linearGradient5491-6"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5491-6">
+      <stop
+         id="stop5493-8"
+         offset="0"
+         style="stop-color:#3b3c39;stop-opacity:1" />
+      <stop
+         style="stop-color:#838681;stop-opacity:1;"
+         offset="0.4015964"
+         id="stop5501-5" />
+      <stop
+         style="stop-color:#abaca9;stop-opacity:1;"
+         offset="0.62437075"
+         id="stop5499-4" />
+      <stop
+         id="stop5771-94"
+         offset="0.79695714"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop5495-6"
+         offset="1"
+         style="stop-color:#90928d;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="23.058924"
+       x2="35.315071"
+       y1="38.790546"
+       x1="38.9072"
+       id="linearGradient5540-8"
+       xlink:href="#linearGradient5534-3"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5534-3">
+      <stop
+         id="stop5536-2"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1;" />
+      <stop
+         style="stop-color:#767873;stop-opacity:1"
+         offset="0.23582199"
+         id="stop9377" />
+      <stop
+         id="stop9556"
+         offset="0.77141595"
+         style="stop-color:#afb1ac;stop-opacity:1" />
+      <stop
+         id="stop9554"
+         offset="0.86505109"
+         style="stop-color:#b8bab7;stop-opacity:1" />
+      <stop
+         id="stop5538-3"
+         offset="1"
+         style="stop-color:#a4a7a1;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5785-2">
+      <stop
+         id="stop5787-2"
+         offset="0"
+         style="stop-color:#f1f1f0;stop-opacity:1;" />
+      <stop
+         id="stop5789-4"
+         offset="1"
+         style="stop-color:#555753;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5737-5">
+      <stop
+         id="stop5739-4"
+         offset="0"
+         style="stop-color:#babdb6;stop-opacity:1;" />
+      <stop
+         id="stop5741-6"
+         offset="1"
+         style="stop-color:#a2a49d;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(1.0033454,0,0,0.95103726,-0.61019487,0.4651458)"
+       gradientUnits="userSpaceOnUse"
+       y2="8.6249962"
+       x2="30.25"
+       y1="10.799044"
+       x1="30.25"
+       id="linearGradient6838-42"
+       xlink:href="#linearGradient6832-5"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient6832-5">
+      <stop
+         id="stop6834-1"
+         offset="0"
+         style="stop-color:#3d3e3b;stop-opacity:1" />
+      <stop
+         id="stop6836-61"
+         offset="1"
+         style="stop-color:#838680;stop-opacity:1;" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter6876-3"
+       height="1.1596224"
+       y="-0.0798112"
+       width="1.24818"
+       x="-0.12409002"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur6878-7"
+         stdDeviation="0.28308036"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       id="linearGradient6842-1">
+      <stop
+         id="stop6844-2"
+         offset="0"
+         style="stop-color:#d8d9d7;stop-opacity:0" />
+      <stop
+         id="stop6846-1"
+         offset="1"
+         style="stop-color:#7c7f79;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5611-8">
+      <stop
+         id="stop5613-9"
+         offset="0"
+         style="stop-color:#5e5e5e;stop-opacity:1;" />
+      <stop
+         id="stop5615-0"
+         offset="1"
+         style="stop-color:#929292;stop-opacity:0" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5633-3">
+      <stop
+         id="stop5635-4"
+         offset="0"
+         style="stop-color:#f8f8f8;stop-opacity:1;" />
+      <stop
+         id="stop5637-8"
+         offset="1"
+         style="stop-color:#c7c7c1;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5660-8">
+      <stop
+         id="stop5662-2"
+         offset="0"
+         style="stop-color:#cbcbcb;stop-opacity:1;" />
+      <stop
+         id="stop5664-2"
+         offset="1"
+         style="stop-color:#9f9f9f;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4734-7">
+      <stop
+         id="stop4736-4"
+         offset="0"
+         style="stop-color:#cccdbc;stop-opacity:1;" />
+      <stop
+         style="stop-color:#888a68;stop-opacity:1;"
+         offset="0.5945946"
+         id="stop6887-2" />
+      <stop
+         id="stop4738-0"
+         offset="1"
+         style="stop-color:#adae94;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       y2="12.291107"
+       x2="38.625706"
+       y1="8.6671848"
+       x1="38.448933"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5823-4"
+       xlink:href="#linearGradient5817-3"
+       inkscape:collect="always"
+       gradientTransform="matrix(1,0,0,1.2016787,0,-1.9095545)" />
+    <linearGradient
+       id="linearGradient5817-3"
+       inkscape:collect="always">
+      <stop
+         id="stop5819-3"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop5821-4"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       y2="9.835248"
+       x2="42.91254"
+       y1="9.4375"
+       x1="40.546146"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5831-2"
+       xlink:href="#linearGradient5817-3"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="10.434952"
+       x2="38.537319"
+       y1="8.6671848"
+       x1="38.448933"
+       id="linearGradient5815-4"
+       xlink:href="#linearGradient5817-3"
+       inkscape:collect="always"
+       gradientTransform="matrix(1,0,0,1.1830166,0,-1.7741791)" />
+    <filter
+       inkscape:collect="always"
+       id="filter8307"
+       x="-0.049655172"
+       width="1.0993103"
+       y="-0.74482759"
+       height="2.4896552">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.1034483"
+         id="feGaussianBlur8309" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter8321"
+       x="-0.18221289"
+       width="1.3644258"
+       y="-2.7331934"
+       height="6.4663868">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="11.388306"
+         id="feGaussianBlur8323" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter8337"
+       x="-0.4187085"
+       width="1.837417"
+       y="-0.16547864"
+       height="1.3309573">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.08514253"
+         id="feGaussianBlur8339" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter8345"
+       x="-0.24651163"
+       width="1.4930233"
+       y="-0.24651163"
+       height="1.4930233">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.21788754"
+         id="feGaussianBlur8347" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter8357">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.2199431"
+         id="feGaussianBlur8359" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath8365">
+      <rect
+         ry="1.9999995"
+         rx="1.9999996"
+         y="3.6809039"
+         x="22.968422"
+         height="3.8041482"
+         width="18.938145"
+         id="rect8367"
+         style="color:#000000;fill:none;stroke:#000000;stroke-width:0.19585077;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter8377"
+       x="-0.02234181"
+       width="1.0446836"
+       y="-0.11122396"
+       height="1.2224479">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.17629684"
+         id="feGaussianBlur8379" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8383"
+       id="radialGradient8389"
+       cx="186"
+       cy="85"
+       fx="186"
+       fy="85"
+       r="37.25"
+       gradientTransform="matrix(1.3658886,0.11632922,-0.01887205,0.22158764,-66.451161,44.527815)"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       id="filter8395"
+       x="-0.033869206"
+       width="1.0677384"
+       y="-0.84108527"
+       height="2.6821705">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.0513566"
+         id="feGaussianBlur8397" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath8405">
+      <path
+         d="m 40.78125,8.59375 c -1.11585,0 -1.216621,1.8125 0,1.8125 l 2.71875,0 0.375,-1.8125 -3.09375,0 z"
+         inkscape:href="#path6880-0"
+         id="path8407"
+         style="fill:none;stroke:#000000;stroke-width:0.39170179;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         xlink:href="#path6880-0"
+         inkscape:original="M 40.78125 8.53125 C 39.591849 8.53125 39.484433 10.46875 40.78125 10.46875 L 41.84375 10.46875 C 42.407562 9.6696221 42.284177 9.0019085 41.78125 8.53125 L 40.78125 8.53125 z "
+         inkscape:radius="0"
+         sodipodi:type="inkscape:offset" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter8417"
+       x="-0.060977436"
+       width="1.1219549"
+       y="-0.1335224"
+       height="1.2670448">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.10083723"
+         id="feGaussianBlur8419" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8421"
+       id="linearGradient8427"
+       x1="39.906166"
+       y1="9.5"
+       x2="41.574471"
+       y2="9.5"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9123"
+       id="radialGradient9141"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.0891308,0,0,6.8152679,-28.660341,-180.30281)"
+       cx="26.494698"
+       cy="30.689781"
+       fx="26.494698"
+       fy="30.689781"
+       r="3.3723075" />
+    <filter
+       inkscape:collect="always"
+       id="filter9153">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.14388801"
+         id="feGaussianBlur9155" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5737-5"
+       id="linearGradient9163"
+       gradientUnits="userSpaceOnUse"
+       x1="27.444832"
+       y1="16.572044"
+       x2="26.719183"
+       y2="26.117987" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath9167">
+      <path
+         d="m 22.1875,8.5 c -1.053828,6e-7 -1.894533,0.4600415 -2.375,1.25 l -5.4375,10.0625 -0.375,0.75 0.8125,0 1.125,0 0.3125,0 0.125,-0.28125 5.0625,-9.375 C 21.53459,10.749405 21.861706,10.5 22.1875,10.5 l 21.6875,0 c 0.209571,-0.01563 0.261132,0.214257 0.1875,0.3125 l -10.90625,19.875 -0.25,0.4375 0.4375,0.25 0.875,0.46875 0.4375,0.21875 0.25,-0.4375 11.0625,-20.15625 c 0.369848,-0.625882 0.240866,-1.321231 -0.0625,-1.875 C 45.569718,8.9794459 44.881812,8.4808302 44,8.5 l -21.8125,0 z"
+         inkscape:href="#path5477-97"
+         id="path9169"
+         style="fill:none;stroke:#000000;stroke-width:0.39170179;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         xlink:href="#path5477-97"
+         inkscape:original="M 22.1875 8.5 C 21.133672 8.5000006 20.292967 8.9600415 19.8125 9.75 L 14.375 19.8125 L 14 20.5625 L 14.8125 20.5625 L 15.9375 20.5625 L 16.25 20.5625 L 16.375 20.28125 L 21.4375 10.90625 C 21.53459 10.749405 21.861706 10.5 22.1875 10.5 L 43.875 10.5 C 44.084571 10.48437 44.136132 10.714257 44.0625 10.8125 L 33.15625 30.6875 L 32.90625 31.125 L 33.34375 31.375 L 34.21875 31.84375 L 34.65625 32.0625 L 34.90625 31.625 L 45.96875 11.46875 C 46.338598 10.842868 46.209616 10.147519 45.90625 9.59375 C 45.569718 8.9794459 44.881812 8.4808302 44 8.5 L 22.1875 8.5 z "
+         inkscape:radius="0"
+         sodipodi:type="inkscape:offset" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter9183">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.20909244"
+         id="feGaussianBlur9185" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9197"
+       id="linearGradient9203"
+       x1="239.87614"
+       y1="72.709366"
+       x2="239.87614"
+       y2="82.612679"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5633-3"
+       id="linearGradient9211"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(2.6055772,-0.1490088)"
+       x1="12.164122"
+       y1="25.803801"
+       x2="11.654699"
+       y2="31.648155" />
+    <filter
+       inkscape:collect="always"
+       id="filter9221">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.13846505"
+         id="feGaussianBlur9223" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4734-7"
+       id="linearGradient9227"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.448615,0,0.279321,0.468907,19.663182,24.700411)"
+       x1="23.556028"
+       y1="17.459082"
+       x2="23.238411"
+       y2="43.120918" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath9231">
+      <path
+         d="m 2.9375,29.40625 c -0.360165,0 -0.4375,0.6875 -0.4375,0.6875 -0.140125,5.330813 1.9560635,13.335867 7.8125,13.3125 L 33.875,43.4375 c -7.233589,-0.452078 -9.117826,-6.564866 -9.6875,-9.71875 -0.488981,-0.988294 -1.38101,-1.3125 -2.21875,-1.3125 l -9,0 c -0.332752,0 -0.71681,-0.171237 -1,-0.40625 -0.121318,-0.100679 -0.423312,-2.126308 -0.5,-2.1875 -0.255468,-0.203845 -0.557212,-0.373539 -0.8125,-0.375 L 2.9375,29.40625 z"
+         inkscape:href="#rect337-2"
+         id="path9233"
+         style="color:#000000;fill:none;stroke:#000000;stroke-width:0.39170179;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible"
+         xlink:href="#rect337-2"
+         inkscape:original="M 2.9375 29.40625 C 2.577335 29.40625 2.5 30.09375 2.5 30.09375 C 2.359875 35.424563 4.4560635 43.429617 10.3125 43.40625 L 33.875 43.4375 C 26.641411 42.985422 24.757174 36.872634 24.1875 33.71875 C 23.698519 32.730456 22.80649 32.40625 21.96875 32.40625 L 12.96875 32.40625 C 12.635998 32.40625 12.25194 32.235013 11.96875 32 C 11.847432 31.899321 11.545438 29.873692 11.46875 29.8125 C 11.213282 29.608655 10.911538 29.438961 10.65625 29.4375 L 2.9375 29.40625 z "
+         inkscape:radius="0"
+         sodipodi:type="inkscape:offset" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9247"
+       id="linearGradient9253"
+       x1="15.284558"
+       y1="37.974346"
+       x2="14.009361"
+       y2="20.570049"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       id="filter9255">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.11353197"
+         id="feGaussianBlur9257" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9261"
+       id="radialGradient9267"
+       cx="160.75"
+       cy="226"
+       fx="160.75"
+       fy="226"
+       r="17.25"
+       gradientTransform="matrix(0.3491255,0,0,0.48573982,-28.929508,-71.217127)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9261"
+       id="radialGradient9271"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3491255,0,0,0.48573982,-49.591777,-71.217127)"
+       cx="160.75"
+       cy="226"
+       fx="160.75"
+       fy="226"
+       r="17.25" />
+    <filter
+       inkscape:collect="always"
+       id="filter9287">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.000969"
+         id="feGaussianBlur9289" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter9299"
+       x="-0.24834074"
+       width="1.4966815"
+       y="-1.1632803"
+       height="3.3265606">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.6279899"
+         id="feGaussianBlur9301" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter9325"
+       x="-0.046817625"
+       width="1.0936353"
+       y="-0.25415282"
+       height="1.5083056">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.37063953"
+         id="feGaussianBlur9327" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter9333"
+       x="-0.054347341"
+       width="1.1086947"
+       y="-0.18219169"
+       height="1.3643834">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.11530973"
+         id="feGaussianBlur9335" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9343"
+       id="radialGradient9349"
+       cx="44.636116"
+       cy="10.258176"
+       fx="44.636116"
+       fy="10.258176"
+       r="1.0606601"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       id="filter9363"
+       x="-0.15348837"
+       width="1.3069767"
+       y="-0.15348837"
+       height="1.3069767">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.13566583"
+         id="feGaussianBlur9365" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9369"
+       id="radialGradient9375"
+       cx="44.636116"
+       cy="10.258176"
+       fx="44.636116"
+       fy="10.258176"
+       r="3.2503792"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.30257464,0,0,0.31133608,31.130359,7.0644356)" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath9390">
+      <path
+         id="path9392"
+         d="m 76.28125,133.78125 0,0.15625 c -0.756879,-0.0143 -1.580495,-0.0157 -2.3125,-0.0312 -18.320059,0 -33.1875,25.48197 -33.1875,56.875 0,31.39303 14.867441,55.50001 33.1875,55.5 0.437425,0 0.847925,-0.1275 1.28125,-0.15625 l 0,0.15625 1.03125,0 112.40625,0 1.03125,0 0,-0.15625 c 0.43332,0.0288 0.84383,0.15625 1.28125,0.15625 18.32006,1e-5 33.1875,-24.10697 33.1875,-55.5 0,-31.39303 -14.86744,-56.875 -33.1875,-56.875 -0.73201,0.0155 -1.55562,0.0169 -2.3125,0.0312 l 0,-0.15625 c 0,0 -26.51379,0.33337 -56.1875,0.4375 -29.68661,-0.104 -56.21875,-0.4375 -56.21875,-0.4375 z"
+         style="color:#000000;fill:none;stroke:#000000;stroke-width:0.39170179;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9394"
+       id="linearGradient9400"
+       x1="130.6875"
+       y1="243.27594"
+       x2="133.6875"
+       y2="8.0312777"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       id="filter9414">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.86019259"
+         id="feGaussianBlur9416" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9418"
+       id="radialGradient9424"
+       cx="35.026451"
+       cy="30.63464"
+       fx="35.026451"
+       fy="30.63464"
+       r="1.78125"
+       gradientTransform="matrix(1.5125377,-0.20572106,0.32985414,2.4252103,-28.05734,-37.391943)"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       id="filter9442"
+       x="-0.10508183"
+       width="1.2101637"
+       y="-0.083447332"
+       height="1.1668947">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.66497093"
+         id="feGaussianBlur9444" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter9456"
+       x="-0.14826197"
+       width="1.2965239"
+       y="-0.045616591"
+       height="1.0912332">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.52269011"
+         id="feGaussianBlur9458" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9460"
+       id="radialGradient9466"
+       cx="202.42928"
+       cy="191.46587"
+       fx="202.42928"
+       fy="191.46587"
+       r="5.4849959"
+       gradientTransform="matrix(0.99994796,-0.01020169,0.04557889,4.4675457,-8.716267,-667.11739)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9470"
+       id="linearGradient9476"
+       x1="199.75"
+       y1="178.375"
+       x2="205.5"
+       y2="168.5"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       id="filter9494"
+       x="-0.21810631"
+       width="1.4362126"
+       y="-0.15526212"
+       height="1.3105242">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.95421512"
+         id="feGaussianBlur9496" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9510"
+       id="linearGradient9516"
+       x1="195.39209"
+       y1="207.82253"
+       x2="199.85977"
+       y2="192.84103"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       id="filter9542"
+       x="-0.24729568"
+       width="1.4945914"
+       y="-0.17455099"
+       height="1.349102">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.2774187"
+         id="feGaussianBlur9544" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter9550"
+       x="-0.34639793"
+       width="1.6927959"
+       y="-0.30712495"
+       height="1.6142499">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.6598234"
+         id="feGaussianBlur9552" />
+    </filter>
+  </defs>
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Lapo Calamandrei</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source />
+        <cc:license
+           rdf:resource="http://www.gnu.org/licenses/gpl-3.0.html"; />
+        <dc:title>Aisleriot</dc:title>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>cards</rdf:li>
+            <rdf:li>playing cards</rdf:li>
+            <rdf:li>solitary</rdf:li>
+            <rdf:li>hearts</rdf:li>
+            <rdf:li>deck</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:date>2011-03-16</dc:date>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Lapo Calamandrei</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:publisher>
+        <dc:identifier />
+        <dc:relation />
+        <dc:language />
+        <dc:coverage />
+        <dc:description>Distribuited under the terms of the GPL3+</dc:description>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <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
+     style="display:inline"
+     inkscape:groupmode="layer"
+     inkscape:label="artwork"
+     id="layer1">
+    <g
+       inkscape:groupmode="layer"
+       id="layer2"
+       inkscape:label="baseplate"
+       style="display:none"
+       sodipodi:insensitive="true">
+      <rect
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6284"
+         width="48"
+         height="48"
+         x="296.0625"
+         y="51.99633"
+         inkscape:label="48x48" />
+      <rect
+         inkscape:label="32x32"
+         y="127.99634"
+         x="303"
+         height="32"
+         width="32"
+         id="rect6592"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         inkscape:label="24x24"
+         y="178"
+         x="302"
+         height="24"
+         width="24"
+         id="rect5028"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         inkscape:label="16x16"
+         y="221"
+         x="303"
+         height="16"
+         width="16"
+         id="rect6833"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6749"
+         width="22"
+         height="22"
+         x="303"
+         y="179.05884"
+         inkscape:label="22x22" />
+      <text
+         id="context"
+         inkscape:label="context"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
+         x="31.87059"
+         xml:space="preserve"
+         y="18.860306"><tspan
+           id="tspan2716"
+           sodipodi:role="line"
+           x="31.87059"
+           y="18.860306"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans">apps</tspan></text>
+      <text
+         id="icon-name"
+         inkscape:label="icon-name"
+         sodipodi:linespacing="125%"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold"
+         x="258.87057"
+         xml:space="preserve"
+         y="18.860306"><tspan
+           id="tspan3023"
+           sodipodi:role="line"
+           x="258.87057"
+           y="18.860306"
+           style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold">file-roller</tspan></text>
+      <rect
+         inkscape:label="256x256"
+         y="32"
+         x="20"
+         height="256"
+         width="256"
+         id="rect6282"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer4"
+       inkscape:label="smallsizes"
+       style="display:inline">
+      <g
+         id="layer1-3"
+         inkscape:label="Layer 1"
+         transform="translate(295.04473,50.237439)">
+        <g
+           style="opacity:0.6;display:inline"
+           transform="matrix(0.02003119,0,0,0.01418958,39.920222,42.113199)"
+           id="g3952">
+          <rect
+             style="opacity:0.40206185;color:#000000;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+             id="rect3954"
+             width="1339.6335"
+             height="478.35718"
+             x="-1559.2523"
+             y="-150.69685" />
+          <path
+             style="opacity:0.40206185;color:#000000;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+             d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
+             id="path3956"
+             sodipodi:nodetypes="cccc"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="cccc"
+             id="path3958"
+             d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
+             style="opacity:0.40206185;color:#000000;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+             inkscape:connector-curvature="0" />
+        </g>
+        <path
+           style="color:#000000;fill:url(#linearGradient5761);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+           d="m 20.670683,38.121593 18.566933,0.28082 c 0.360165,0 0.4237,0.676855 0.4237,0.676855 -0.747598,2.790072 -3.874285,4.355723 -5.966758,4.355723 l -23.569266,0.03225 c 7.233589,-0.452078 7.736603,-0.885501 8.306277,-4.039385 0.488981,-0.988294 1.401374,-1.306261 2.239114,-1.306261 z"
+           id="path5759"
+           sodipodi:nodetypes="ccccccc"
+           inkscape:r_cx="true"
+           inkscape:r_cy="true"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cssccccc"
+           id="path5472"
+           d="m 10,20.5248 c -3.588,0 -6.5,4.989972 -6.5,11.138325 0,6.148353 2.912,10.869827 6.5,10.869826 0.08567,0 0.165133,-0.02601 0.25,-0.03164 l 0,0.03164 22.21967,0 0,-22.034364 c 0,0 -14.812221,0.188834 -22.46967,0.02621 z"
+           style="color:#000000;fill:url(#linearGradient5497);fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:0.99715477;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <path
+           transform="matrix(1,0,0,1.005714,-3.625004,1.76858)"
+           d="m 43.125,29.5625 c 0,6.040614 -2.910149,10.9375 -6.5,10.9375 -3.589851,0 -6.5,-4.896886 -6.5,-10.9375 0,-6.040614 2.910149,-10.9375 6.5,-10.9375 3.589851,0 6.5,4.896886 6.5,10.9375 z"
+           sodipodi:ry="10.9375"
+           sodipodi:rx="6.5"
+           sodipodi:cy="29.5625"
+           sodipodi:cx="36.625"
+           id="path4585"
+           style="color:#000000;fill:url(#linearGradient5540);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient5791);stroke-width:0.99715447;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:nodetypes="ccsscccscc"
+           id="path5503"
+           d="m 32.473565,21.49858 c 0,0 -14.973152,0.174188 -21.947135,0.02837 -3.2677531,0 -5.9198425,4.474284 -5.9198425,9.987235 0,5.512952 2.6520894,9.987235 5.9198425,9.987234 0.07802,0 0.150394,-0.02332 0.227686,-0.02837 l 0,0.02837 21.719449,0 c 3.267753,0 5.919843,-4.474281 5.919843,-9.987234 0,-5.512951 -2.65209,-9.987235 -5.919843,-9.987235 l 0,-0.02837 z"
+           style="opacity:0.41714286;color:#000000;fill:none;stroke:url(#linearGradient5514);stroke-width:0.99715441;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccccccccccccccccccscc"
+           id="path5477"
+           d="m 22.1875,8.503371 c -1.053828,6e-7 -1.894533,0.4600418 -2.375,1.2500003 l -5.28125,9.9687537 -0.375,0.75 0.8125,0 1.125,0 0.3125,0 0.125,-0.28125 4.90625,-9.28125 c 0.09709,-0.156845 0.424206,-0.40625 0.75,-0.40625 l 21.671875,0.0078 c 0.209571,-0.01563 0.284569,0.198632 0.210937,0.296875 l -10.914062,19.882812 -0.25,0.4375 0.4375,0.25 0.875,0.46875 0.4375,0.21875 0.25,-0.4375 11.0625,-20.15625 C 46.338598,10.84623 46.209616,10.15089 45.90625,9.597121 45.569718,8.9828169 44.881812,8.4842012 44,8.503371 l -21.8125,0 z"
+           style="fill:url(#linearGradient5743);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+           inkscape:connector-curvature="0" />
+        <rect
+           ry="1.9999995"
+           rx="1.9999992"
+           y="7.4999967"
+           x="22.499996"
+           height="3.999999"
+           width="19.874998"
+           id="rect6826"
+           style="color:#000000;fill:url(#linearGradient6838);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:0.9999994;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           transform="matrix(1,0,0,0.7747234,-0.507583,8.1056504)"
+           sodipodi:type="arc"
+           style="opacity:0.38285714;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1.1361264;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter6876);enable-background:accumulate"
+           id="path6850"
+           sodipodi:cx="33.78125"
+           sodipodi:cy="31.953125"
+           sodipodi:rx="1.78125"
+           sodipodi:ry="3.046875"
+           d="M 35.5625,31.953125 C 35.5625,33.635868 34.765007,35 33.78125,35 32.797493,35 32,33.635868 32,31.953125 c 0,-1.682743 0.797493,-3.046875 1.78125,-3.046875 0.983757,0 1.78125,1.364132 1.78125,3.046875 z" />
+        <path
+           d="M 35.5625,31.953125 C 35.5625,33.635868 34.765007,35 33.78125,35 32.797493,35 32,33.635868 32,31.953125 c 0,-1.682743 0.797493,-3.046875 1.78125,-3.046875 0.983757,0 1.78125,1.364132 1.78125,3.046875 z"
+           sodipodi:ry="3.046875"
+           sodipodi:rx="1.78125"
+           sodipodi:cy="31.953125"
+           sodipodi:cx="33.78125"
+           id="path6840"
+           style="color:#000000;fill:url(#radialGradient6848);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5617);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:nodetypes="ccccccccc"
+           id="rect5631"
+           d="m 8.4946642,23.5 15.0293848,0 c 0.471427,0 0.913451,0.504524 0.538451,1.007201 -2.600876,4.317019 -1.635661,10.005831 0.0625,14.140139 0,0.471427 -0.379524,0.850951 -0.850951,0.850951 l -15.2168848,1.3125 c -0.4714269,0 -0.694701,-0.535774 -0.694701,-1.007201 C 7.1239905,35.058 3.6583689,28.25774 7.8441574,23.708565 c 0,0 0.1790799,-0.208565 0.6505068,-0.208565 z"
+           style="color:#000000;fill:url(#linearGradient5679);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5681);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <path
+           d="M 8.53125,24.5 C 6.7751316,26.473967 6.5829987,28.866154 6.9375,31.5625 7.297314,34.299254 8.2447331,37.157699 8.375,39.75 a 1.0001,1.0001 0 0 1 0,0.03125 L 23.03125,38.5 C 21.442928,34.391879 20.607817,28.97587 23,24.5 l -14.46875,0 z"
+           inkscape:href="#rect5631"
+           id="path5677"
+           style="color:#000000;fill:none;stroke:url(#linearGradient5689);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           xlink:href="#rect5631"
+           inkscape:original="M 8.5 23.5 C 8.0285731 23.5 7.84375 23.71875 7.84375 23.71875 C 3.6579615 28.267925 7.1365273 35.06691 7.375 39.8125 C 7.375 40.283927 7.5910731 40.8125 8.0625 40.8125 L 23.28125 39.5 C 23.752677 39.5 24.125 39.127677 24.125 38.65625 C 22.426839 34.521942 21.461624 28.817019 24.0625 24.5 C 24.4375 23.997323 24.002677 23.5 23.53125 23.5 L 8.5 23.5 z "
+           inkscape:radius="-1"
+           sodipodi:type="inkscape:offset" />
+        <path
+           id="path5691"
+           d="m 8,29.578743 5.08233,0.176777 0.397748,1.370019 10.032077,0.751301 0.22097,1.06066 L 8.4861359,32.716529 8,29.578743 z"
+           style="opacity:0.20571427;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5733)"
+           inkscape:connector-curvature="0" />
+        <path
+           inkscape:r_cy="true"
+           inkscape:r_cx="true"
+           sodipodi:nodetypes="czzszcccccc"
+           id="rect337"
+           d="m 21.954318,32.404354 -8.996518,0 c -0.332752,0 -0.72006,-0.178564 -1.00325,-0.413577 -0.121318,-0.100679 -0.412596,-2.121769 -0.489284,-2.182961 -0.255468,-0.203845 -0.558727,-0.3544 -0.814015,-0.355861 l -7.7209735,-0.04419 c -0.360165,0 -0.4237,0.676855 -0.4237,0.676855 -0.140125,5.330813 1.942429,13.344003 7.7988655,13.320636 l 23.569265,0.03225 C 26.641119,42.985428 24.763106,36.864505 24.193432,33.710621 23.704451,32.722327 22.792058,32.40436 21.954318,32.40436 z"
+           style="color:#000000;fill:url(#linearGradient5621);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cscccccssssscc"
+           id="path5619"
+           d="m 3.5005759,30.46875 c -0.019137,2.462395 0.4375672,5.4908 1.53125,7.84375 1.1412909,2.455374 2.7417362,4.041009 5.1875001,4.03125 l 17.71875,0.03125 c -2.850592,-1.872849 -4.004129,-4.987519 -4.78125,-8.1875 -0.303001,-0.612402 -0.716425,-0.71875 -1.28125,-0.71875 l -9,0 c -0.695654,0 -1.23695,-0.282349 -1.6875,-0.65625 -0.301447,-0.250161 -0.277326,-0.356903 -0.3125,-0.4375 -0.03517,-0.0806 -0.04541,-0.131867 -0.0625,-0.1875 -0.03419,-0.111265 -0.06736,-0.227565 -0.09375,-0.34375 -0.05278,-0.23237 -0.105565,-0.483735 -0.15625,-0.75 -0.04176,-0.219363 -0.05978,-0.421832 -0.09375,-0.59375 L 3.5005759,30.46875 z"
+           style="opacity:0.37714287;color:#000000;fill:none;stroke:url(#linearGradient5757);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+           inkscape:connector-curvature="0" />
+        <path
+           transform="matrix(0.3099463,0,0,0.3099463,31.493952,6.4917696)"
+           d="m 45.696776,10.258176 c 0,0.585786 -0.474874,1.06066 -1.06066,1.06066 -0.585786,0 -1.06066,-0.474874 -1.06066,-1.06066 0,-0.5857866 0.474874,-1.0606603 1.06066,-1.0606603 0.585786,0 1.06066,0.4748737 1.06066,1.0606603 z"
+           sodipodi:ry="1.0606601"
+           sodipodi:rx="1.0606601"
+           sodipodi:cy="10.258176"
+           sodipodi:cx="44.636116"
+           id="path5745"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           id="path5752"
+           d="m 20.815456,10.479146 -4.949748,9.501748 -0.397747,0 5.347495,-9.501748 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path5754"
+           d="m 45.254834,11.186253 -9.899495,18.208 -0.265165,-0.441942 10.16466,-17.766058 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:type="arc"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="path5793"
+           sodipodi:cx="44.636116"
+           sodipodi:cy="10.258176"
+           sodipodi:rx="1.0606601"
+           sodipodi:ry="1.0606601"
+           d="m 45.696776,10.258176 c 0,0.585786 -0.474874,1.06066 -1.06066,1.06066 -0.585786,0 -1.06066,-0.474874 -1.06066,-1.06066 0,-0.5857866 0.474874,-1.0606603 1.06066,-1.0606603 0.585786,0 1.06066,0.4748737 1.06066,1.0606603 z"
+           transform="matrix(0.2526545,0,0,0.2526545,9.7196677,7.1512934)" />
+        <path
+           sodipodi:nodetypes="ccc"
+           id="path5795"
+           d="m 39.15625,38.9375 c -0.25,1.8125 -2.71875,3.59375 -5.0625,4.03125 1.517291,-0.611355 3.773359,-1.293243 5.0625,-4.03125 z"
+           style="opacity:0.53142856;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path5797"
+           d="m 38.1875,8.018529 c -0.523446,0.1360649 -0.937501,0.733089 -0.9375,1.4375 0,0.790953 0.506053,1.446433 1.125,1.46875 0.01102,3.98e-4 0.02015,0 0.03125,0 l 2.25,0 c 0.0111,0 0.02023,3.98e-4 0.03125,0 0.618947,-0.02232 1.125001,-0.677797 1.125,-1.46875 0,-0.7906653 -0.506367,-1.4147392 -1.125,-1.4375 l -0.25,0 -1.8125,0 -0.21875,0 c -0.01133,0 -0.02,-4.138e-4 -0.03125,0 -0.06749,0.00248 -0.123405,-0.016661 -0.1875,0 z"
+           style="opacity:0.53142856;color:#000000;fill:url(#linearGradient5823);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <path
+           transform="matrix(1.2222222,0,0,1,-9.2654717,0.02209709)"
+           d="m 41.71875,9.4375 c 0,0.638579 -0.3148,1.15625 -0.703125,1.15625 -0.388325,0 -0.703125,-0.517671 -0.703125,-1.15625 0,-0.6385792 0.3148,-1.15625 0.703125,-1.15625 0.388325,0 0.703125,0.5176708 0.703125,1.15625 z"
+           sodipodi:ry="1.15625"
+           sodipodi:rx="0.703125"
+           sodipodi:cy="9.4375"
+           sodipodi:cx="41.015625"
+           id="path5829"
+           style="opacity:0.4857143;color:#000000;fill:url(#linearGradient5831);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:nodetypes="ccccc"
+           id="path6880"
+           d="m 43.875,9 -2.515625,0 c -0.664246,0 -0.595597,1 0,1 L 43.608986,10 43.875,9 z"
+           style="fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cscczcc"
+           id="path5804"
+           d="m 24.3125,8.03125 c -0.65867,0 -1.249999,0.6324589 -1.25,1.4375 0,0.805041 0.575705,1.515625 1.234375,1.515625 0,0 1.56047,0.03393 1.56047,0.03393 -0.418919,-0.189717 -0.936502,-0.70502 -0.936502,-1.5404031 0,-0.8197692 0.567374,-1.3237994 0.897669,-1.4714308 C 25.509452,7.9619003 24.599463,8.03125 24.3125,8.03125 z"
+           style="opacity:0.53142856;color:#000000;fill:url(#linearGradient5815);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <rect
+           ry="0.09375"
+           rx="0.09375"
+           y="9.1640625"
+           x="41.234375"
+           height="0.1875"
+           width="2.78125"
+           id="rect5825"
+           style="color:#000000;fill:url(#linearGradient5827);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           id="path5747"
+           d="m 40.204191,8.5833426 c -0.18194,0 -0.329601,0.1476617 -0.329602,0.3296022 0,0.045485 0.02451,0.084172 0.0412,0.1236009 -0.139975,0.2758423 -0.08949,0.7923407 0.473803,1.2772093 -0.350331,-0.4428047 -0.378994,-0.8115266 -0.267802,-1.0918081 0.02823,0.00788 0.05167,0.0206 0.0824,0.0206 0.18194,0 0.329603,-0.147662 0.329602,-0.3296023 0,-0.1819404 -0.147661,-0.3296023 -0.329602,-0.3296022 z"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+      </g>
+      <g
+         id="layer1-4"
+         inkscape:label="Layer 1"
+         transform="translate(304.02506,127.0257)">
+        <g
+           style="opacity:0.6;display:inline"
+           transform="matrix(0.01436363,0,0,0.01016293,27.357722,28.644308)"
+           id="g3952-3">
+          <rect
+             style="opacity:0.40206185;color:#000000;fill:url(#linearGradient6715-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+             id="rect3954-9"
+             width="1339.6335"
+             height="478.35718"
+             x="-1559.2523"
+             y="-150.69685" />
+          <path
+             style="opacity:0.40206185;color:#000000;fill:url(#radialGradient6717-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+             d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
+             id="path3956-4"
+             sodipodi:nodetypes="cccc"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="cccc"
+             id="path3958-9"
+             d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
+             style="opacity:0.40206185;color:#000000;fill:url(#radialGradient6719-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+             inkscape:connector-curvature="0" />
+        </g>
+        <path
+           style="color:#000000;fill:url(#linearGradient5761-9);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+           d="m 13.529528,25.671318 13.313665,0.20113 c 0.258261,0 0.30382,0.48478 0.30382,0.48478 -0.536075,1.998318 -2.778108,3.119676 -4.278543,3.119676 L 5.9678165,29.5 c 5.1869405,-0.323789 5.5476335,-0.634217 5.9561255,-2.893106 0.35063,-0.70784 1.004874,-0.935576 1.605586,-0.935576 z"
+           id="path5759-5"
+           sodipodi:nodetypes="ccccccc"
+           inkscape:r_cx="true"
+           inkscape:r_cy="true"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cssccccc"
+           id="path5472-5"
+           d="m 5.8779735,13.518439 c -2.5728223,0 -4.6609104,3.397591 -4.6609104,7.583906 0,4.186316 2.0880881,7.401091 4.6609104,7.40109 0.06143,0 0.118411,-0.01771 0.179266,-0.02154 l 0,0.02154 15.9329085,0 0,-15.002846 c 0,0 -10.621299,0.128575 -16.1121745,0.01785 z"
+           style="color:#000000;fill:url(#linearGradient5497-6);fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:0.99715477;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <path
+           transform="matrix(0.7170632,0,0,0.6857143,-3.8920151,0.7305839)"
+           d="m 43.125,29.5625 c 0,6.040614 -2.910149,10.9375 -6.5,10.9375 -3.589851,0 -6.5,-4.896886 -6.5,-10.9375 0,-6.040614 2.910149,-10.9375 6.5,-10.9375 3.589851,0 6.5,4.896886 6.5,10.9375 z"
+           sodipodi:ry="10.9375"
+           sodipodi:rx="6.5"
+           sodipodi:cy="29.5625"
+           sodipodi:cx="36.625"
+           id="path4585-7"
+           style="color:#000000;fill:url(#linearGradient5540-1);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient5791-3);stroke-width:1.42609799;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:nodetypes="ccsscccscc"
+           id="path5503-3"
+           d="m 21.992941,14.50059 c 0,0 -10.736696,0.113229 -15.7374835,0.01844 -2.3431855,0 -4.2449012,2.908509 -4.2449012,6.492202 0,3.583694 1.9017157,6.492202 4.2449012,6.492201 0.055947,0 0.107842,-0.01516 0.163265,-0.01844 l 0,0.01844 15.5742185,0 c 2.343185,0 4.244901,-2.908506 4.244901,-6.492201 0,-3.583693 -1.901716,-6.492202 -4.244901,-6.492202 l 0,-0.01844 z"
+           style="opacity:0.41714286;color:#000000;fill:none;stroke:url(#linearGradient5514-1);stroke-width:0.99715441;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccccccccccccccccccscc"
+           id="path5477-9"
+           d="m 12.012007,4.4580214 c -0.755661,4e-7 -1.308141,0.3294932 -1.566192,0.8952808 l -2.9167187,7.6701958 -0.1867993,0.537168 0.582614,0 0.8066957,0 0.224082,0 0.058846,-0.201438 2.7230793,-7.1777885 c 0.05245,-0.1123363 0.259711,-0.2909662 0.493326,-0.2909662 l 15.540959,0.0056 c 0.148566,-0.011192 0.225798,0.1422651 0.183753,0.2126292 l -5.649573,14.2405575 -0.131375,0.313348 0.341082,0.179056 0.678743,0.33573 0.337661,0.156674 0.131374,-0.313348 5.72608,-14.4364001 C 29.586335,6.1360344 29.41773,5.6380149 29.139579,5.2413919 28.831018,4.8014123 28.283164,4.4442915 27.652948,4.4580214 l -15.640941,0 z"
+           style="fill:url(#linearGradient5743-4);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+           inkscape:connector-curvature="0" />
+        <rect
+           transform="matrix(1,0,0.1510836,0.988521,0,0)"
+           ry="1.5180293"
+           rx="1.5511329"
+           y="3.5426784"
+           x="11.554729"
+           height="3.1382904"
+           width="14.25163"
+           id="rect6826-0"
+           style="color:#000000;fill:url(#linearGradient6838-4);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1.0057888;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           transform="matrix(0.7170632,0,0,0.5548759,-1.6566272,4.1731643)"
+           sodipodi:type="arc"
+           style="opacity:0.38285714;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1.58534336;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter6876-7);enable-background:accumulate"
+           id="path6850-7"
+           sodipodi:cx="33.78125"
+           sodipodi:cy="31.953125"
+           sodipodi:rx="1.78125"
+           sodipodi:ry="3.046875"
+           d="M 35.5625,31.953125 C 35.5625,33.635868 34.765007,35 33.78125,35 32.797493,35 32,33.635868 32,31.953125 c 0,-1.682743 0.797493,-3.046875 1.78125,-3.046875 0.983757,0 1.78125,1.364132 1.78125,3.046875 z" />
+        <path
+           transform="matrix(0.7170632,0,0,0.7162245,-1.2926581,-1.6323013)"
+           d="M 35.5625,31.953125 C 35.5625,33.635868 34.765007,35 33.78125,35 32.797493,35 32,33.635868 32,31.953125 c 0,-1.682743 0.797493,-3.046875 1.78125,-3.046875 0.983757,0 1.78125,1.364132 1.78125,3.046875 z"
+           sodipodi:ry="3.046875"
+           sodipodi:rx="1.78125"
+           sodipodi:cy="31.953125"
+           sodipodi:cx="33.78125"
+           id="path6840-2"
+           style="color:#000000;fill:url(#radialGradient6848-3);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5617-7);stroke-width:1.39539349;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:nodetypes="ccccccccc"
+           id="rect5631-7"
+           d="m 5.2109536,15.502012 10.7770194,0 c 0.338043,0 0.655002,0.361352 0.386104,0.721382 -1.864993,3.091954 -1.172873,7.166421 0.04482,10.127514 0,0.337647 -0.272143,0.609472 -0.610186,0.609472 L 4.8972385,27.900424 c -0.338043,0 -0.4981446,-0.383734 -0.4981446,-0.721382 -0.1709995,-3.398908 -2.6560695,-8.26942 0.3454058,-11.527651 0,0 0.128411,-0.149379 0.4664539,-0.149379 z"
+           style="color:#000000;fill:url(#linearGradient5679-3);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5681-9);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <path
+           transform="matrix(1,0,0,0.9667674,-0.02910702,0.5151057)"
+           d="m 5.40625,16.5 c -1.1159078,1.316402 -1.2736092,2.89464 -1.03125,4.75 0.2396386,1.834532 0.8578437,3.754513 1,5.59375 L 15.25,26 c -1.034929,-2.828013 -1.495402,-6.391471 -0.03125,-9.5 l -9.8125,0 z"
+           inkscape:href="#rect5631-7"
+           id="path5677-2"
+           style="color:#000000;fill:none;stroke:url(#linearGradient5689-2);stroke-width:1.01704228;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           xlink:href="#rect5631-7"
+           inkscape:original="M 5.21875 15.5 C 4.8807071 15.5 4.75 15.65625 4.75 15.65625 C 1.7485247 18.914481 4.2352505 23.788592 4.40625 27.1875 C 4.40625 27.525148 4.568207 27.90625 4.90625 27.90625 L 15.8125 26.96875 C 16.150543 26.96875 16.40625 26.681397 16.40625 26.34375 C 15.188557 23.382657 14.510007 19.310704 16.375 16.21875 C 16.643898 15.85872 16.338043 15.5 16 15.5 L 5.21875 15.5 z "
+           inkscape:radius="-1"
+           sodipodi:type="inkscape:offset" />
+        <path
+           transform="matrix(0.7170632,0,0,0.7162245,-3.6103742,1.778762)"
+           id="path5691-9"
+           d="m 11.232234,24.816182 5.08233,0.176777 0.397748,1.370019 10.032077,0.751301 0.22097,1.06066 -15.246989,-0.220971 -0.486136,-3.137786 z"
+           style="opacity:0.20571427;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5733-4)"
+           inkscape:connector-curvature="0" />
+        <path
+           inkscape:r_cy="true"
+           inkscape:r_cx="true"
+           sodipodi:nodetypes="czzszcccccc"
+           id="rect337-0"
+           d="m 14.449976,21.576491 -6.4510725,0 c -0.238604,0 -0.516329,-0.127892 -0.719394,-0.296214 -0.086992,-0.07211 -0.295857,-1.519663 -0.350847,-1.56349 -0.183187,-0.145999 -0.400643,-0.25383 -0.583701,-0.254876 l -5.53642538,-0.03165 c -0.2582611,0 -0.3038197,0.48478 -0.3038197,0.48478 -0.1004785,3.818059 1.39284438,9.557302 5.59227908,9.540566 l 16.9006535,0.0231 c -5.186941,-0.32379 -6.533595,-4.707745 -6.942087,-6.966634 -0.35063,-0.70784 -1.004874,-0.935576 -1.605586,-0.935576 z"
+           style="color:#000000;fill:url(#linearGradient5621-3);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.99999964;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cscccccssssscc"
+           id="path5619-5"
+           d="m 1.6390793,20.502012 c -0.013184,1.690508 0.3014556,3.769598 1.0549325,5.384968 0.7862759,1.685687 1.8888794,2.774273 3.5738531,2.767573 l 12.2070771,0.02145 c -1.963874,-1.285766 -2.758587,-3.42408 -3.293973,-5.620962 -0.208748,-0.420432 -0.493571,-0.493443 -0.882699,-0.493443 l -6.5981678,0 c -0.4792608,0 -0.8521785,-0.193842 -1.1625785,-0.450536 -0.207678,-0.171742 -0.1910595,-0.245024 -0.2152921,-0.300356 -0.024233,-0.05533 -0.031282,-0.09053 -0.043059,-0.128725 -0.023555,-0.07639 -0.046405,-0.15623 -0.064587,-0.235994 -0.036365,-0.159529 -0.072728,-0.332099 -0.107647,-0.514898 -0.028767,-0.150599 -0.041184,-0.2896 -0.064587,-0.407627 l -4.4032721,-0.02145 z"
+           style="opacity:0.37714287;color:#000000;fill:none;stroke:url(#linearGradient5757-9);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+           inkscape:connector-curvature="0" />
+        <path
+           transform="matrix(0.2222511,0,0.03392868,0.2219911,18.465118,3.0172632)"
+           d="m 45.696776,10.258176 c 0,0.585786 -0.474874,1.06066 -1.06066,1.06066 -0.585786,0 -1.06066,-0.474874 -1.06066,-1.06066 0,-0.5857866 0.474874,-1.0606603 1.06066,-1.0606603 0.585786,0 1.06066,0.4748737 1.06066,1.0606603 z"
+           sodipodi:ry="1.0606601"
+           sodipodi:rx="1.0606601"
+           sodipodi:cy="10.258176"
+           sodipodi:cx="44.636116"
+           id="path5745-0"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           id="path5752-4"
+           d="m 11.156058,6.2266736 -2.5091618,6.8053834 -0.2852098,0 2.7943716,-6.8053834 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path5754-1"
+           d="M 28.869369,6.093578 23.998174,19.134594 23.753972,18.818064 28.869369,6.093578 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:type="arc"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="path5793-7"
+           sodipodi:cx="44.636116"
+           sodipodi:cy="10.258176"
+           sodipodi:rx="1.0606601"
+           sodipodi:ry="1.0606601"
+           d="m 45.696776,10.258176 c 0,0.585786 -0.474874,1.06066 -1.06066,1.06066 -0.585786,0 -1.06066,-0.474874 -1.06066,-1.06066 0,-0.5857866 0.474874,-1.0606603 1.06066,-1.0606603 0.585786,0 1.06066,0.4748737 1.06066,1.0606603 z"
+           transform="matrix(0.1811692,0,0.02765716,0.1809573,2.9237763,3.4896303)" />
+        <path
+           sodipodi:nodetypes="ccc"
+           id="path5795-9"
+           d="m 26.784848,26.255691 c -0.179266,1.298157 -1.949515,2.573932 -3.630132,2.88728 1.087993,-0.437867 2.705737,-0.926252 3.630132,-2.88728 z"
+           style="opacity:0.53142856;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path5797-3"
+           d="m 23.431944,4.1107657 c -0.36045,0.097453 -0.591998,0.5250563 -0.514889,1.0295728 0.08658,0.5664999 0.521208,1.0359708 0.967475,1.0519547 0.0079,2.851e-4 0.01445,0 0.02241,0 l 1.613392,0 c 0.008,0 0.01455,2.851e-4 0.02241,0 C 25.98412,6.1763093 26.27524,5.7068384 26.188656,5.1403385 26.102105,4.5740446 25.670692,4.1270676 25.224602,4.1107657 l -0.179266,0 -1.299677,0 -0.156857,0 c -0.0081,0 -0.01439,-2.963e-4 -0.02241,0 -0.04812,0.00178 -0.09031,-0.011933 -0.13445,0 z"
+           style="opacity:0.53142856;color:#000000;fill:url(#linearGradient5823-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <path
+           transform="matrix(0.8764106,0,0.1094663,0.7162245,-11.470176,-1.6164749)"
+           d="m 41.71875,9.4375 c 0,0.638579 -0.3148,1.15625 -0.703125,1.15625 -0.388325,0 -0.703125,-0.517671 -0.703125,-1.15625 0,-0.6385792 0.3148,-1.15625 0.703125,-1.15625 0.388325,0 0.703125,0.5176708 0.703125,1.15625 z"
+           sodipodi:ry="1.15625"
+           sodipodi:rx="0.703125"
+           sodipodi:cy="9.4375"
+           sodipodi:cx="41.015625"
+           id="path5829-6"
+           style="opacity:0.4857143;color:#000000;fill:url(#linearGradient5831-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:nodetypes="ccccc"
+           id="path6880-2"
+           d="m 27.617679,4.8137193 -1.803862,0 c -0.476306,0 -0.317615,0.7162245 0.109466,0.7162245 l 1.613113,0 0.08128,-0.7162245 z"
+           style="fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cscczcc"
+           id="path5804-1"
+           d="m 13.484084,4.1198768 c -0.472308,0 -0.827095,0.4529826 -0.738971,1.0295728 0.08812,0.5765901 0.578727,1.0855278 1.051035,1.0855278 0,0 1.122671,0.024302 1.122671,0.024302 -0.32116,-0.13588 -0.748707,-0.5049526 -0.840154,-1.1032745 -0.08974,-0.5871388 0.261932,-0.9481376 0.482613,-1.0538748 -0.226494,-0.031923 -0.871423,0.017747 -1.077194,0.017747 z"
+           style="opacity:0.53142856;color:#000000;fill:url(#linearGradient5815-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <rect
+           transform="matrix(1,0,0.1510836,0.988521,0,0)"
+           ry="0.091749236"
+           rx="0.09375"
+           y="4.9884877"
+           x="24.988466"
+           height="0.13585153"
+           width="1.9943321"
+           id="rect5825-2"
+           style="color:#000000;fill:url(#linearGradient5827-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           id="path5747-5"
+           d="m 24.939867,4.5152991 c -0.130462,0 -0.220181,0.1057589 -0.200265,0.2360692 0.005,0.032577 0.02679,0.060286 0.04307,0.088526 -0.07018,0.197565 0.02257,0.5674938 0.479557,0.9147686 -0.299681,-0.3171476 -0.360597,-0.5812353 -0.311547,-0.7819798 0.02111,0.00564 0.0393,0.014754 0.06134,0.014754 0.130463,0 0.220182,-0.1057591 0.200265,-0.2360692 C 25.192377,4.6210581 25.07033,4.515299 24.939867,4.5152991 z"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+      </g>
+      <image
+         y="180"
+         x="304"
+         id="image7127"
+         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAABGBJREFU
+OI211FtsFFUcx/HvmZndnW2hbmlrW2S3pe1ya1kokYsIIQYQ0QdFMUK0kUREniRIC+2jD6gRREQ0
+GHggSkRj0KDRBxA0IOUOpWxvgLSkhZaWunR3Z2d3ZnfGB7ekTcrlxX9ycs7J+c0n/0xmDvxPJR4W
+eGXFa2uArx7B2nfgu++rBjfyg5LV1es33A1HPt+7ezf+slIiA/+Qn5czbNS8t4FRGSqtV64Gli5Z
+tPHpeXPv1NefOn9feEP1uk2WZdeF7oZVSdji518OEtWiw4aNTTKZxOPxMG5soZ2Xl6f09t6ec/Lk
+6a3K/WDDNBe/9OLLnh1ffNm6c9eebCGQRsqduxgUIJheMTEjEAhkAG6AEeHaupp9lm2V9dzuTk7y
+l7gPHvix8EGvrLauZk0qlfrMO85ntbS03ABG7sI0zfylz73gvXjhQkQIsflBKIBlWe+U+f3y8b+O
+GUKIhhHh2rqaNRkZGUXtHe0IIW599OGWPY8AF5SML1E0Lda05eNtVSPBwrKstQsXPVvS1tZqCiGa
+H4Zuqq1e7fX6xly6dEmXZenre9DgourNlR+Ul1fUPQwaWuFwmEgkGp5ROWNUMHj51idbt3sHzxSA
+VW+vWrtg3vx3y0onEAr13xcSQgACy7JwOV2cqD9O5fTKLK/XZzc1BYNDswogiscVrZ8za27mqTP1
+vL6yakQ0mUyyY+enLF64hIGBAU6fPYUW07Asi9+PHKbzZueuoXlp+YrlT1VOrxxrGAbYoGlRYjEN
+XY8Rj+skEnGSSYNrf18lMHUaubm5RLUoPT3d5OXm4fX6wLaFy6VuHNbxZPncsdbf2uQ2IYGA7Wf3
+E5g6jYpn3kKSBEJIZGVl0djYwMwnZ+N2Z/DHn0dQVZX8/AJOnDhOmX8CA5Fw7jDYkV1qLlu3VTbN
+BJKQaDi8l+Yzv3L1wiGEABAo2X6SDg8ifof5i19FURQK8gspLh7P9evXEQIUxeEaBkvRG8RiYaLR
+MGAzecEKimctwzCS6YiNacaJ6xEaj/5A0cSZKIqCpml0tHeQSBgoioJhGPowOGXqiVCoXw1H+sGG
+/v4e7MFT207T4FazSMTjdN7sQlEUEkacpuYgqupClhVimtY1DHZadwa62k5nMSpHmEYiDdmDzd5b
+ezxJnO5MOoNHKR4/m66bnTzmycLr9dHS3GSaZvzOtjcy20RK/3b9fut9eUmFlS9k9xzJ6Zb7IxFi
+sSi6rqHrUXR98AuJEgr18YQ/QO+1BkzH4/iKfOTk5NLdfYvOrg65fEphuSuvdHSq78qYQ5fN3fLh
+IOemZPcFVJEs9RTNkpxOJ5Kk4HC6cDhUHA4Vp8OF0+EinojjdCoIKYYe6yUS7UOSdAoKRtsOYdqx
+89+0b9yvLQQSAvABk6rmu1f7C+znRytG5oh/yJCyJZUkip1KWTEhyylJHWNrod4rP53VNjd2chHo
+EUAOkJ+enelnLf67RwYvKXuIK9L7VDpnp2cD0IBe4O6/pCjhLDxrotsAAAAASUVORK5CYII=
+"
+         height="22"
+         width="22" />
+      <image
+         y="221"
+         x="303"
+         id="image7138"
+         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAvRJREFU
+OI19kk9sVFUUxn/3vvtuZ8rQCu1MC9Npi5VhSDuTIhYb/4SVCxYuhERQQ8BEiW5oCFXShTsjEcGF
+iRqLMSRq1IXBRE0UY2JI/INGgwZHGYottYJtZyidvvc6r2/mXRdtCDXVL+esvvPnO1+OYAXs2rP7
+APDGStwS3vnw/Q/2Aoh/M4ODhw6PTlw9furkSU68/NIyLhqNkky2cfrjT+lItnpSykPWrQWHBweO
+hKEZmrlRjkhhRP63PI7r4LgO3rzH7Ows2WyOtvXrTDweV1NTk/3LFBw7djTcelefeH14mMmpEtVq
+EC5RRQCttQBBb8+m5mw2K/L5POqWflEsFc9bSuX67twijzw7JP/LgL4tPSYMjZFSipsK9u575IXu
+7p6h/zHuJsrlMqm2FCMjIzUFsP/J/U9tv+/+g3d0pfn5l5+WFTetbSYWWw1AGIbU6TrOnv0K27YR
+QlTVzod33pu+feOr/dvukd99/w0Hnnh62YA33xqmvr6etmSKeDzBu++9TWWhAkAtrFniucc6q7HY
+aksICQJcGefRg68gpUAIyWdnPieTzpDL9XL0xefRWrMpnSEIFigUClVlr+kKHho4bgWBjxSS81+c
+4vSJ3Sy6I4h07+PK+BjpdAalFK0t6+js3ECh8DuAUNK5gueVcZwyYNi8fQ/rex9cOsDw9UevIbse
+YHx8DKUUrusyNjrG5cujOJ53SdWCeX9mphQpz5XAQKn0NwbAGAD8SgW/OE3p+nWUUvgLFX7NXyAS
+qcNz3Qmlw+LsxMVzDcSaRLDgL+01LIZBR1fh1wIu/vAJnRvuZuKvP2m8rYFUqp0/RkemrR1Zk0BG
++6WOWqW5OTzPYX5+MT3PJbkxx41L3xJUygR2gvaOdpqamrl27SqtLXaPdeaC+XJrS3GzbaqZxo5t
+ltYaaVnYdgTbjuD7FbRW6DUJlOXhuCUcZxKtfWOLwAhAA80DO1Y9k2gIH6+XfuNK32dkhCrKYExZ
+WFZVRtca407/+A+XsCiCJXMRTgAAAABJRU5ErkJggg==
+"
+         height="16"
+         width="16" />
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer5"
+       inkscape:label="hires"
+       style="display:inline">
+      <g
+         style="display:inline;enable-background:new"
+         id="layer1-3-3"
+         inkscape:label="Layer 1"
+         transform="matrix(5.1059251,0,0,5.1059251,22.907556,29.115145)">
+        <rect
+           ry="7.8308024"
+           rx="5"
+           transform="matrix(0.19585089,0,0,0.12505161,-4.4864653,12.166318)"
+           y="246"
+           x="59"
+           height="10"
+           width="150"
+           id="rect8311"
+           style="color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.98684211;filter:url(#filter8321)" />
+        <rect
+           style="opacity:0.54385968;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8307);enable-background:accumulate"
+           id="rect7537"
+           width="150"
+           height="10"
+           x="59"
+           y="246"
+           transform="matrix(0.17922281,0,0,0.12505161,-2.258303,11.774616)"
+           rx="5.4638939"
+           ry="7.8308024" />
+        <path
+           style="color:#000000;fill:url(#linearGradient5761-6);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.19585082;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+           d="m 20.670683,38.121593 18.566933,0.28082 c 0.360165,0 0.4237,0.676855 0.4237,0.676855 -0.747598,2.790072 -3.874285,4.355723 -5.966758,4.355723 l -23.569266,0.03225 c 7.233589,-0.452078 7.736603,-0.885501 8.306277,-4.039385 0.488981,-0.988294 1.401374,-1.306261 2.239114,-1.306261 z"
+           id="path5759-1"
+           sodipodi:nodetypes="ccccccc"
+           inkscape:r_cx="true"
+           inkscape:r_cy="true"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cssccccc"
+           id="path5472-58"
+           d="m 10,20.5248 c -3.588,0 -6.5,4.989972 -6.5,11.138325 0,6.148353 2.912,10.869827 6.5,10.869826 0.08567,0 0.165133,-0.02601 0.25,-0.03164 l 0,0.03164 22.21967,0 0,-22.034364 c 0,0 -14.812221,0.188834 -22.46967,0.02621 z"
+           style="color:#000000;fill:url(#linearGradient5497-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.19529366000000001;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <path
+           transform="matrix(1,0,0,1.005714,-3.625004,1.76858)"
+           d="m 43.125,29.5625 c 0,6.040614 -2.910149,10.9375 -6.5,10.9375 -3.589851,0 -6.5,-4.896886 -6.5,-10.9375 0,-6.040614 2.910149,-10.9375 6.5,-10.9375 3.589851,0 6.5,4.896886 6.5,10.9375 z"
+           sodipodi:ry="10.9375"
+           sodipodi:rx="6.5"
+           sodipodi:cy="29.5625"
+           sodipodi:cx="36.625"
+           id="path4585-1"
+           style="color:#000000;fill:url(#linearGradient5540-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.19529361000000001;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9400);stroke-width:2.00000005000000014;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter9414);opacity:0.57480315"
+           d="M 76.28125 133.78125 L 76.28125 133.9375 C 75.524371 133.92319 74.700755 133.9218 73.96875 133.90625 C 55.648691 133.90625 40.78125 159.38822 40.78125 190.78125 C 40.78125 222.17428 55.648691 246.28126 73.96875 246.28125 C 74.406175 246.28125 74.816675 246.15375 75.25 246.125 L 75.25 246.28125 L 76.28125 246.28125 L 188.6875 246.28125 L 189.71875 246.28125 L 189.71875 246.125 C 190.15207 246.15375 190.56258 246.28125 191 246.28125 C 209.32006 246.28126 224.1875 222.17428 224.1875 190.78125 C 224.1875 159.38822 209.32006 133.90625 191 133.90625 C 190.26799 133.9218 189.44438 133.92319 188.6875 133.9375 L 188.6875 133.78125 C 188.6875 133.78125 162.17371 134.11462 132.5 134.21875 C 102.81339 134.11475 76.28125 133.78125 76.28125 133.78125 z "
+           transform="matrix(0.19585089,0,0,0.19585089,-4.4864653,-5.7022272)"
+           id="path9379"
+           clip-path="url(#clipPath9390)" />
+        <path
+           sodipodi:nodetypes="cccccccccccccccccccscc"
+           id="path5477-97"
+           d="m 22.1875,8.503371 c -1.053828,6e-7 -1.894533,0.4600418 -2.375,1.2500003 l -5.428139,10.0666787 -0.375,0.75 0.8125,0 1.125,0 0.3125,0 0.125,-0.28125 5.053139,-9.379175 c 0.09709,-0.156845 0.424206,-0.40625 0.75,-0.40625 l 21.671875,0.0078 c 0.209571,-0.01563 0.284569,0.198632 0.210937,0.296875 l -10.914062,19.882812 -0.25,0.4375 0.4375,0.25 0.875,0.46875 0.4375,0.21875 0.25,-0.4375 11.0625,-20.15625 C 46.338598,10.84623 46.209616,10.15089 45.90625,9.597121 45.569718,8.9828169 44.881812,8.4842012 44,8.503371 z"
+           style="fill:url(#linearGradient9163);fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:type="inkscape:offset"
+           inkscape:radius="0"
+           inkscape:original="M 22.1875 8.5 C 21.133672 8.5000006 20.292967 8.9600415 19.8125 9.75 L 14.375 19.8125 L 14 20.5625 L 14.8125 20.5625 L 15.9375 20.5625 L 16.25 20.5625 L 16.375 20.28125 L 21.4375 10.90625 C 21.53459 10.749405 21.861706 10.5 22.1875 10.5 L 43.875 10.5 C 44.084571 10.48437 44.136132 10.714257 44.0625 10.8125 L 33.15625 30.6875 L 32.90625 31.125 L 33.34375 31.375 L 34.21875 31.84375 L 34.65625 32.0625 L 34.90625 31.625 L 45.96875 11.46875 C 46.338598 10.842868 46.209616 10.147519 45.90625 9.59375 C 45.569718 8.9794459 44.881812 8.4808302 44 8.5 L 22.1875 8.5 z "
+           xlink:href="#path5477-97"
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-opacity:1;stroke-width:0.39170178999999999;stroke-miterlimit:4;stroke-dasharray:none;opacity:0.75984251999999985;filter:url(#filter9183)"
+           id="path9161"
+           inkscape:href="#path5477-97"
+           d="m 22.1875,8.5 c -1.053828,6e-7 -1.894533,0.4600415 -2.375,1.25 l -5.4375,10.0625 -0.375,0.75 0.8125,0 1.125,0 0.3125,0 0.125,-0.28125 5.0625,-9.375 C 21.53459,10.749405 21.861706,10.5 22.1875,10.5 l 21.6875,0 c 0.209571,-0.01563 0.261132,0.214257 0.1875,0.3125 l -10.90625,19.875 -0.25,0.4375 0.4375,0.25 0.875,0.46875 0.4375,0.21875 0.25,-0.4375 11.0625,-20.15625 c 0.369848,-0.625882 0.240866,-1.321231 -0.0625,-1.875 C 45.569718,8.9794459 44.881812,8.4808302 44,8.5 l -21.8125,0 z"
+           clip-path="url(#clipPath9167)" />
+        <rect
+           ry="1.9999995"
+           rx="1.9999996"
+           y="7.5979218"
+           x="22.968422"
+           height="3.8041482"
+           width="18.938145"
+           id="rect6826-5"
+           style="color:#000000;fill:url(#linearGradient6838-42);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.19585077000000001;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           transform="matrix(1,0,0,0.7747234,-0.11588122,8.3015013)"
+           sodipodi:type="arc"
+           style="opacity:0.38285714;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:0.22251138;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter6876-3);enable-background:accumulate"
+           id="path6850-4"
+           sodipodi:cx="33.78125"
+           sodipodi:cy="31.953125"
+           sodipodi:rx="1.78125"
+           sodipodi:ry="3.046875"
+           d="m 35.5625,31.953125 a 1.78125,3.046875 0 1 1 -3.5625,0 1.78125,3.046875 0 1 1 3.5625,0 z" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8357)"
+           d="M 45.597573,11.528992 35.159488,30.765209 34.894323,30.323267 45.328265,11.227397 44.922756,9.2137925 c 0,0 1.26237,1.1400945 0.674817,2.3151995 z"
+           id="path9143"
+           sodipodi:nodetypes="cccccc" />
+        <path
+           d="M 35.5625,31.953125 C 35.5625,33.635868 34.765007,35 33.78125,35 32.797493,35 32,33.635868 32,31.953125 c 0,-1.682743 0.797493,-3.046875 1.78125,-3.046875 0.983757,0 1.78125,1.364132 1.78125,3.046875 z"
+           sodipodi:ry="3.046875"
+           sodipodi:rx="1.78125"
+           sodipodi:cy="31.953125"
+           sodipodi:cx="33.78125"
+           id="path6840-4"
+           style="color:#000000;fill:url(#radialGradient9424);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.19585089000000000;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:type="inkscape:offset"
+           inkscape:radius="0"
+           inkscape:original="M 8.5 23.5 C 8.0285731 23.5 7.84375 23.71875 7.84375 23.71875 C 3.6579615 28.267925 7.1365273 35.06691 7.375 39.8125 C 7.375 40.283927 7.5910731 40.8125 8.0625 40.8125 L 23.28125 39.5 C 23.752677 39.5 24.125 39.127677 24.125 38.65625 C 22.426839 34.521942 21.461624 28.817019 24.0625 24.5 C 24.4375 23.997323 24.002677 23.5 23.53125 23.5 L 8.5 23.5 z "
+           xlink:href="#rect5631-9"
+           style="opacity:0.50787401;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.19585089;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter9221);enable-background:accumulate"
+           id="path9209"
+           inkscape:href="#rect5631-9"
+           d="M 8.5,23.5 C 8.0285731,23.5 7.84375,23.71875 7.84375,23.71875 3.6579615,28.267925 7.1365273,35.06691 7.375,39.8125 c 0,0.471427 0.2160731,1 0.6875,1 L 23.28125,39.5 C 23.752677,39.5 24.125,39.127677 24.125,38.65625 22.426839,34.521942 21.461624,28.817019 24.0625,24.5 c 0.375,-0.502677 -0.05982,-1 -0.53125,-1 L 8.5,23.5 z"
+           transform="translate(0.19585089,0.19585089)" />
+        <path
+           sodipodi:nodetypes="ccccccccc"
+           id="rect5631-9"
+           d="m 8.4946642,23.5 15.0293848,0 c 0.471427,0 0.913451,0.504524 0.538451,1.007201 -2.600876,4.317019 -1.635661,10.005831 0.0625,14.140139 0,0.471427 -0.379524,0.850951 -0.850951,0.850951 l -15.2168848,1.3125 c -0.4714269,0 -0.694701,-0.535774 -0.694701,-1.007201 C 7.1239905,35.058 3.6583689,28.25774 7.8441574,23.708565 c 0,0 0.1790799,-0.208565 0.6505068,-0.208565 z"
+           style="color:#000000;fill:url(#linearGradient9211);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.19585089;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <path
+           style="opacity:0.4015748;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter9287)"
+           d="m 43.5,177.5 -0.5,8.5 27,60 108.5,2 c 0,0 -25.03814,-14.38635 -28.06807,-45.76939 C 149.62262,193.84805 142.59476,192.5 142,192.5 c -2,0 -55,0.5 -55,0.5 l -5.5,-16 z"
+           id="path9281"
+           inkscape:connector-curvature="0"
+           transform="matrix(0.19585089,0,0,0.19585089,-4.4864653,-5.7022272)"
+           sodipodi:nodetypes="ccccssccc" />
+        <path
+           id="path5691-7"
+           d="m 8,29.578743 c 0,0 3.494333,-0.789538 4.837516,0.103333 0.438609,0.291562 0.117991,1.39644 0.642562,1.443463 2.962451,0.265555 9.101785,-0.203472 10.032077,0.751301 l 0.22097,1.06066 -15.2469891,-0.220971 z"
+           style="opacity:0.39763782;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter9299)"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="csscccc" />
+        <path
+           inkscape:r_cy="true"
+           inkscape:r_cx="true"
+           sodipodi:nodetypes="czzszcccccc"
+           id="rect337-2"
+           d="m 21.954318,32.404354 -8.996518,0 c -0.332752,0 -0.72006,-0.178564 -1.00325,-0.413577 -0.121318,-0.100679 -0.412596,-2.121769 -0.489284,-2.182961 -0.255468,-0.203845 -0.558727,-0.3544 -0.814015,-0.355861 l -7.7209735,-0.04419 c -0.360165,0 -0.4237,0.676855 -0.4237,0.676855 -0.140125,5.330813 1.942429,13.344003 7.7988655,13.320636 l 23.569265,0.03225 C 26.641119,42.985428 24.763106,36.864505 24.193432,33.710621 23.704451,32.722327 22.792058,32.40436 21.954318,32.40436 z"
+           style="color:#000000;fill:url(#linearGradient9227);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.19585082;marker:none;visibility:visible;display:inline;overflow:visible"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path5752-3"
+           d="m 21.412428,10.506808 -5.36521,9.847967 -0.397747,0 4.777289,-8.836364 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter9153)"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           id="path5754-7"
+           d="M 45.058983,10.696626 34.963637,29.247365 34.698472,28.805423 44.155282,11.594066 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8357)"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           sodipodi:nodetypes="ccc"
+           id="path5795-3"
+           d="m 39.596915,38.9375 c -0.25,1.8125 -2.71875,3.59375 -5.0625,4.03125 1.517291,-0.611355 3.773359,-1.293243 5.0625,-4.03125 z"
+           style="opacity:0.53142856;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path5797-9"
+           d="m 37.795798,7.726141 c -0.523446,0.1635062 -0.937501,0.8809374 -0.9375,1.7274131 0,0.9504709 0.506053,1.8115919 1.125,1.8384099 0.01102,4.78e-4 0.03125,0 0.03125,0 l 2.25,0 c 0.0111,0 0.02023,4.78e-4 0.03125,0 0.618947,-0.02682 1.516703,-0.887939 1.516702,-1.8384099 0,-0.9501257 -0.898069,-1.700062 -1.516702,-1.7274131 l -0.25,0 -1.8125,0 -0.21875,0 c -0.01133,0 -0.02,-4.973e-4 -0.03125,0 -0.06749,0.00298 -0.123405,-0.020021 -0.1875,0 z"
+           style="opacity:0.53142856;color:#000000;fill:url(#linearGradient5823-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ssccscscccscs" />
+        <path
+           transform="matrix(1.7967182,0,0,1.4975671,-33.281688,-4.5880081)"
+           d="m 41.71875,9.4375 a 0.703125,1.15625 0 1 1 -1.40625,0 0.703125,1.15625 0 1 1 1.40625,0 z"
+           sodipodi:ry="1.15625"
+           sodipodi:rx="0.703125"
+           sodipodi:cy="9.4375"
+           sodipodi:cx="41.015625"
+           id="path5829-1"
+           style="opacity:0.4857143;color:#000000;fill:url(#linearGradient5831-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <rect
+           style="color:#000000;fill:none;stroke:#000000;stroke-width:0.19585077;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8377);enable-background:accumulate"
+           id="rect8361"
+           width="18.938145"
+           height="3.8041482"
+           x="22.968422"
+           y="3.6809039"
+           rx="1.9999996"
+           ry="1.9999995"
+           clip-path="url(#clipPath8365)"
+           transform="translate(0,3.9170178)" />
+        <path
+           sodipodi:nodetypes="cscczcc"
+           id="path5804-4"
+           d="m 24.3125,7.7269228 c -0.65867,0 -1.249999,0.7482093 -1.25,1.7005862 0,0.952377 0.575705,1.79301 1.234375,1.79301 0,0 1.56047,0.04014 1.56047,0.04014 -0.418919,-0.224438 -0.936502,-0.834051 -0.936502,-1.8223223 0,-0.9698005 0.567374,-1.5660766 0.897669,-1.740727 -0.30906,-0.052728 -1.219049,0.029314 -1.506012,0.029314 z"
+           style="opacity:0.53142856;color:#000000;fill:url(#linearGradient5815-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <rect
+           style="opacity:0.43307087999999999;color:#000000;fill:url(#radialGradient8389);fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8395);enable-background:accumulate"
+           id="rect8381"
+           width="74.5"
+           height="3"
+           x="148.75"
+           y="83.5"
+           transform="matrix(0.19585089,0,0,0.19585089,-4.4864653,-6.093929)"
+           rx="1.9999996"
+           ry="1.9999995" />
+        <path
+           style="opacity:0.31496061;color:#000000;fill:url(#radialGradient9141);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.19529361;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 32.706843,20.49895 c -3.589851,0 -6.499801,4.923121 -6.499801,10.998251 0,6.07513 2.90995,11.004372 6.499801,11.004372 0.08157,0 0.163974,-0.0072 0.244814,-0.01224 -3.476972,-0.216812 -6.254988,-5.055038 -6.254988,-10.992131 0,-5.937092 2.778016,-10.769198 6.254988,-10.986011 -0.08084,-0.005 -0.163246,-0.01224 -0.244814,-0.01224 z"
+           id="path9114"
+           inkscape:connector-curvature="0" />
+        <path
+           style="color:#000000;fill:url(#linearGradient9203);fill-opacity:1;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 245.89638,72.488393 -14.49569,0 c -5.21423,0.118505 -5.04464,10.16466 -0.0884,10.16466 l 14.31892,0 z"
+           id="path9187"
+           inkscape:connector-curvature="0"
+           transform="matrix(0.19585089,0,0,0.19585089,-4.4864653,-5.7022272)"
+           sodipodi:nodetypes="ccscc" />
+        <path
+           id="path5747-1"
+           d="m 40.709335,8.8842845 c -0.129836,0 -0.235209,0.1053742 -0.23521,0.2352103 0,0.032459 0.01749,0.060067 0.0294,0.088204 -0.09989,0.1968463 -0.06386,0.5654292 0.338115,0.9114402 -0.250003,-0.3159934 -0.270457,-0.5791203 -0.191109,-0.7791344 0.02015,0.00562 0.03687,0.014701 0.0588,0.014701 0.129836,0 0.235211,-0.1053744 0.235211,-0.2352104 0,-0.1298361 -0.105374,-0.2352104 -0.235211,-0.2352103 z"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8337);enable-background:accumulate"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:type="inkscape:offset"
+           inkscape:radius="0"
+           inkscape:original="M 2.9375 29.40625 C 2.577335 29.40625 2.5 30.09375 2.5 30.09375 C 2.359875 35.424563 4.4560635 43.429617 10.3125 43.40625 L 33.875 43.4375 C 26.641411 42.985422 24.757174 36.872634 24.1875 33.71875 C 23.698519 32.730456 22.80649 32.40625 21.96875 32.40625 L 12.96875 32.40625 C 12.635998 32.40625 12.25194 32.235013 11.96875 32 C 11.847432 31.899321 11.545438 29.873692 11.46875 29.8125 C 11.213282 29.608655 10.911538 29.438961 10.65625 29.4375 L 2.9375 29.40625 z "
+           xlink:href="#rect337-2"
+           style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9253);stroke-width:0.39170178999999999;marker:none;visibility:visible;display:inline;overflow:visible;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;opacity:0.49212598000000002;filter:url(#filter9255)"
+           id="path9225"
+           inkscape:href="#rect337-2"
+           d="m 2.9375,29.40625 c -0.360165,0 -0.4375,0.6875 -0.4375,0.6875 -0.140125,5.330813 1.9560635,13.335867 7.8125,13.3125 L 33.875,43.4375 c -7.233589,-0.452078 -9.117826,-6.564866 -9.6875,-9.71875 -0.488981,-0.988294 -1.38101,-1.3125 -2.21875,-1.3125 l -9,0 c -0.332752,0 -0.71681,-0.171237 -1,-0.40625 -0.121318,-0.100679 -0.423312,-2.126308 -0.5,-2.1875 -0.255468,-0.203845 -0.557212,-0.373539 -0.8125,-0.375 L 2.9375,29.40625 z"
+           clip-path="url(#clipPath9231)" />
+        <path
+           style="opacity:0.61811051;color:#000000;fill:url(#radialGradient9267);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 23.813988,33.859653 c 0.07847,3.624103 2.037028,7.702479 6.756856,9.400842 -4.773971,-2.024702 -5.812712,-6.006958 -6.756856,-9.400842 z"
+           id="path9259"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccc" />
+        <path
+           sodipodi:nodetypes="ccc"
+           inkscape:connector-curvature="0"
+           id="path9269"
+           d="M 3.0537932,30.040561 C 2.7405614,35.427322 4.6991194,41.562132 9.4189474,43.260495 4.6449764,41.235793 3.2145336,34.60955 3.0537932,30.040561 z"
+           style="opacity:0.61811069;color:#000000;fill:url(#radialGradient9271);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           style="opacity:0.65354331;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 39,181.5 37.5,0 c 1.75,-0.125 3.5,1.625 3.875,3.75 l 0.875,7.5 c 0.625,2.25 3.625,3.625 6,3.5 l 49.5,0 c 4.5,-0.25 7,4.75 7,4.75 0,0 -5,-4 -8.25,-3.25 0,0 -47.504963,-0.0995 -48.5,0 -2.5,0.25 -6.75,-0.875 -8,-3.75 l -0.75,-8.875 c 0.125,-1.375 -1.375,-2.375 -3,-2.125 z"
+           id="path9303"
+           inkscape:connector-curvature="0"
+           transform="matrix(0.19585089,0,0,0.19585089,-4.4864653,-5.7022272)"
+           sodipodi:nodetypes="ccccccccscccc" />
+        <path
+           style="opacity:0.65354327000000001;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter9333)"
+           d="m 40.706128,8.8886641 3.623241,0 c 0.930292,-0.048963 1.419919,1.5178439 1.419919,1.5178439 0,0 -0.489627,-0.979254 -1.664733,-0.979254 l -3.42739,0 z"
+           id="path9313"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccccc" />
+        <path
+           style="opacity:0.65354327000000001;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter9325)"
+           d="m 231.25,81 15.25,-0.25 2.75,2 -3,-3.5 -16,0 z"
+           id="path9315"
+           inkscape:connector-curvature="0"
+           transform="matrix(0.19585089,0,0,0.19585089,-4.4864653,-5.7022272)" />
+        <path
+           sodipodi:nodetypes="ccccc"
+           inkscape:connector-curvature="0"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter8357)"
+           d="M 21.16989,9.1732635 15.125303,20.2803 14.617785,20.25382 20.266189,10.070704 z"
+           id="path9337" />
+        <path
+           sodipodi:nodetypes="cccccc"
+           inkscape:connector-curvature="0"
+           id="path9339"
+           d="m 42.95655,8.8194204 1.372819,0.069244 c 0.930292,-0.048963 1.419919,1.5178439 1.419919,1.5178439 0,0 -0.489627,-0.979254 -1.664733,-0.979254 l -1.176968,-0.069244 z"
+           style="opacity:0.65354327;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter9333);enable-background:accumulate"
+           transform="matrix(-1,0,0,1,65.806438,0)" />
+        <path
+           transform="matrix(0.91047014,0,0,0.91047014,-19.899722,0.14625064)"
+           d="m 45.696776,10.258176 a 1.0606601,1.0606601 0 1 1 -2.12132,0 1.0606601,1.0606601 0 1 1 2.12132,0 z"
+           sodipodi:ry="1.0606601"
+           sodipodi:rx="1.0606601"
+           sodipodi:cy="10.258176"
+           sodipodi:cx="44.636116"
+           id="path9341"
+           style="color:#000000;fill:url(#radialGradient9349);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:type="arc"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter9363)"
+           id="path5793-76"
+           sodipodi:cx="44.636116"
+           sodipodi:cy="10.258176"
+           sodipodi:rx="1.0606601"
+           sodipodi:ry="1.0606601"
+           d="m 45.696776,10.258176 a 1.0606601,1.0606601 0 1 1 -2.12132,0 1.0606601,1.0606601 0 1 1 2.12132,0 z"
+           transform="matrix(0.31035763,0,0,0.31035763,6.88697,6.3023103)" />
+        <path
+           transform="matrix(0.3099463,0,0,0.3099463,31.126731,6.2959187)"
+           d="m 45.696776,10.258176 a 1.0606601,1.0606601 0 1 1 -2.12132,0 1.0606601,1.0606601 0 1 1 2.12132,0 z"
+           sodipodi:ry="1.0606601"
+           sodipodi:rx="1.0606601"
+           sodipodi:cy="10.258176"
+           sodipodi:cx="44.636116"
+           id="path5745-01"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8345);enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:type="arc"
+           style="color:#000000;fill:url(#radialGradient9375);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="path9367"
+           sodipodi:cx="44.636116"
+           sodipodi:cy="10.258176"
+           sodipodi:rx="1.0606601"
+           sodipodi:ry="1.0606601"
+           d="m 45.696776,10.258176 a 1.0606601,1.0606601 0 1 1 -2.12132,0 1.0606601,1.0606601 0 1 1 2.12132,0 z"
+           transform="matrix(0.82010665,0,0,0.82010665,8.3551543,1.0626041)" />
+        <path
+           style="color:#000000;fill:#73746f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 197.25,176.875 2.5,1.5 c 0,0 -3.13483,-1.55744 -6.125,0.625 -6.81628,4.97499 -7.25,16.375 -7.25,16.375 0,0 -1.53765,-10.9638 5.625,-17.625 1.29916,-1.2082 5.25,-0.875 5.25,-0.875 z"
+           id="path9426"
+           inkscape:connector-curvature="0"
+           transform="matrix(0.19585089,0,0,0.19585089,-4.4864653,-5.7022272)"
+           sodipodi:nodetypes="ccscsc" />
+        <path
+           sodipodi:nodetypes="ccscsc"
+           transform="matrix(0.19585089,0,0,0.19585089,-4.4864653,-5.7022272)"
+           inkscape:connector-curvature="0"
+           id="path9428"
+           d="m 201.5625,178.625 -1.375,-2.375 c 0,0 -3.57233,0.56756 -6.5625,2.75 -6.81628,4.97499 -7.25,16.375 -7.25,16.375 0,0 0.19818,-9.03347 7.75,-15.25 4.04916,-3.3332 7.4375,-1.5 7.4375,-1.5 z"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter9442)" />
+        <path
+           style="color:#000000;fill:url(#radialGradient9466);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter9456)"
+           d="m 201.75,180.75 2,4.5 c 1.19426,13.97748 -2.83057,19.60443 -8.25,23 6.13138,-6.98695 8.77766,-15.85049 6.25,-27.5 z"
+           id="path9446"
+           inkscape:connector-curvature="0"
+           transform="matrix(0.19585089,0,0,0.19585089,-4.4864653,-5.7022272)"
+           sodipodi:nodetypes="cccc" />
+        <path
+           style="color:#000000;fill:url(#linearGradient9476);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter9494)"
+           d="m 198.75,177 3.75,6.25 6.75,-11.75 -3.75,-3 z"
+           id="path9468"
+           inkscape:connector-curvature="0"
+           transform="matrix(0.19585089,0,0,0.19585089,-4.535428,-5.3594881)" />
+        <path
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.49606298999999998;filter:url(#filter9542)"
+           d="m 191.25,182.75 12,12.75 c 0.46361,-3.96418 0.48566,-7.09908 0.25,-9.75 -0.92564,-3.81838 -2.10103,-7.2205 -5,-7.75 -3.66389,-0.49538 -5.55548,1.96309 -7.25,4.75 z"
+           id="path9498"
+           inkscape:connector-curvature="0"
+           transform="matrix(0.19585089,0,0,0.19585089,-4.4864653,-5.7022272)"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           style="opacity:0.49606298999999998;color:#000000;fill:url(#linearGradient9516);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;filter:url(#filter9550)"
+           d="m 188,193.5 c 1.94069,13.01142 5.63777,14.86884 11.5,11.5 -6.3055,-0.80394 -9.1075,-5.38514 -11.5,-11.5 z"
+           id="path9508"
+           inkscape:connector-curvature="0"
+           transform="matrix(0.19585089,0,0,0.19585089,-4.4375026,-6.093929)"
+           sodipodi:nodetypes="ccc" />
+      </g>
+    </g>
+  </g>
+</svg>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]