netspeed r103 - in trunk: . icons icons/16x16 icons/16x16/apps icons/16x16/devices icons/22x22 icons/22x22/apps icons/24x24 icons/24x24/apps icons/24x24/status icons/32x32 icons/32x32/apps icons/48x48 icons/48x48/apps icons/scalable icons/scalable/apps icons/svg-source pixmaps src



Author: jhaitsma
Date: Fri Feb 22 06:26:54 2008
New Revision: 103
URL: http://svn.gnome.org/viewvc/netspeed?rev=103&view=rev

Log:
2008-02-22  Jaap Haitsma  <jaap haitsma org>

	* GNOME_NetspeedApplet.server.in.in:
	* Makefile.am:
	* configure.in:
	* icons/16x16/Makefile.am:
	* icons/16x16/apps/Makefile.am:
	* icons/16x16/devices/Makefile.am:
	* icons/22x22/Makefile.am:
	* icons/22x22/apps/Makefile.am:
	* icons/24x24/Makefile.am:
	* icons/24x24/apps/Makefile.am:
	* icons/24x24/status/Makefile.am:
	* icons/32x32/Makefile.am:
	* icons/32x32/apps/Makefile.am:
	* icons/48x48/Makefile.am:
	* icons/48x48/apps/Makefile.am:
	* icons/Makefile.am:
	* icons/scalable/Makefile.am:
	* icons/scalable/apps/Makefile.am:
	* icons/svg-source/netspeed.svg:
	* pixmaps/Makefile.am:
	* src/netspeed.c: (netspeed_applet_factory):
	Use new netspeed icon. Partially fixes bug #517809. Scalable icon still
	needed


Added:
   trunk/icons/
   trunk/icons/16x16/
   trunk/icons/16x16/Makefile.am
   trunk/icons/16x16/apps/
   trunk/icons/16x16/apps/Makefile.am
   trunk/icons/16x16/apps/netspeed-applet.png   (contents, props changed)
   trunk/icons/16x16/devices/
   trunk/icons/16x16/devices/Makefile.am
   trunk/icons/16x16/devices/netspeed-loopback.png
      - copied unchanged from r101, /trunk/pixmaps/gnome-dev-loopback.png
   trunk/icons/16x16/devices/netspeed-plip.png
      - copied unchanged from r101, /trunk/pixmaps/gnome-dev-plip.png
   trunk/icons/16x16/devices/netspeed-ppp.png
      - copied unchanged from r101, /trunk/pixmaps/gnome-dev-ppp.png
   trunk/icons/22x22/
   trunk/icons/22x22/Makefile.am
   trunk/icons/22x22/apps/
   trunk/icons/22x22/apps/Makefile.am
   trunk/icons/22x22/apps/netspeed-applet.png   (contents, props changed)
   trunk/icons/24x24/
   trunk/icons/24x24/Makefile.am
   trunk/icons/24x24/apps/
   trunk/icons/24x24/apps/Makefile.am
   trunk/icons/24x24/apps/netspeed-applet.png   (contents, props changed)
   trunk/icons/24x24/status/
   trunk/icons/24x24/status/Makefile.am
   trunk/icons/24x24/status/netspeed-wireless-100.png
      - copied unchanged from r101, /trunk/pixmaps/netspeed-wireless-100.png
   trunk/icons/24x24/status/netspeed-wireless-25.png
      - copied unchanged from r101, /trunk/pixmaps/netspeed-wireless-25.png
   trunk/icons/24x24/status/netspeed-wireless-50.png
      - copied unchanged from r101, /trunk/pixmaps/netspeed-wireless-50.png
   trunk/icons/24x24/status/netspeed-wireless-75.png
      - copied unchanged from r101, /trunk/pixmaps/netspeed-wireless-75.png
   trunk/icons/32x32/
   trunk/icons/32x32/Makefile.am
   trunk/icons/32x32/apps/
   trunk/icons/32x32/apps/Makefile.am
   trunk/icons/32x32/apps/netspeed-applet.png   (contents, props changed)
   trunk/icons/48x48/
   trunk/icons/48x48/Makefile.am
   trunk/icons/48x48/apps/
   trunk/icons/48x48/apps/Makefile.am
   trunk/icons/48x48/apps/netspeed-applet.png   (contents, props changed)
   trunk/icons/Makefile.am
   trunk/icons/scalable/
   trunk/icons/scalable/Makefile.am
   trunk/icons/scalable/apps/
   trunk/icons/scalable/apps/Makefile.am
   trunk/icons/svg-source/
   trunk/icons/svg-source/netspeed.svg
Removed:
   trunk/pixmaps/
Modified:
   trunk/ChangeLog
   trunk/GNOME_NetspeedApplet.server.in.in
   trunk/Makefile.am
   trunk/configure.in
   trunk/src/netspeed.c

Modified: trunk/GNOME_NetspeedApplet.server.in.in
==============================================================================
--- trunk/GNOME_NetspeedApplet.server.in.in	(original)
+++ trunk/GNOME_NetspeedApplet.server.in.in	Fri Feb 22 06:26:54 2008
@@ -25,7 +25,7 @@
         <oaf_attribute name="name" type="string" _value="Network Monitor"/>
         <oaf_attribute name="description" type="string" _value="Netspeed Applet"/>
         <oaf_attribute name="panel:category" type="string" _value="Internet"/>
-        <oaf_attribute name="panel:icon" type="string" value="netspeed_applet.png"/>
+        <oaf_attribute name="panel:icon" type="string" value="netspeed-applet.png"/>
 
 </oaf_server>
 

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -1,4 +1,4 @@
-SUBDIRS = help pixmaps po src
+SUBDIRS = help icons po src
 
 serverdir = $(libdir)/bonobo/servers
 server_DATA = GNOME_NetspeedApplet.server

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Feb 22 06:26:54 2008
@@ -44,8 +44,22 @@
 AC_OUTPUT([
 netspeed_applet.spec
 Makefile
+icons/Makefile
+icons/16x16/Makefile
+icons/16x16/apps/Makefile
+icons/16x16/devices/Makefile
+icons/22x22/Makefile
+icons/22x22/apps/Makefile
+icons/24x24/Makefile
+icons/24x24/apps/Makefile
+icons/24x24/status/Makefile
+icons/32x32/Makefile
+icons/32x32/apps/Makefile
+icons/48x48/Makefile
+icons/48x48/apps/Makefile
+icons/scalable/Makefile
+icons/scalable/apps/Makefile
 src/Makefile
 po/Makefile.in
-pixmaps/Makefile
 help/Makefile
 ])

Added: trunk/icons/16x16/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/16x16/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,2 @@
+SUBDIRS = apps devices
+

Added: trunk/icons/16x16/apps/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/16x16/apps/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,11 @@
+themedir = $(datadir)/icons/hicolor
+size = 16x16
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+	netspeed-applet.png
+
+EXTRA_DIST =		\
+	$(icons_DATA)

Added: trunk/icons/16x16/apps/netspeed-applet.png
==============================================================================
Binary file. No diff available.

Added: trunk/icons/16x16/devices/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/16x16/devices/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,13 @@
+themedir = $(datadir)/icons/hicolor
+size = 16x16
+context = devices
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+	netspeed-loopback.png \
+	netspeed-plip.png \
+	netspeed-ppp.png 
+
+EXTRA_DIST =		\
+	$(icons_DATA)

Added: trunk/icons/22x22/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/22x22/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,2 @@
+SUBDIRS = apps
+

Added: trunk/icons/22x22/apps/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/22x22/apps/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,11 @@
+themedir = $(datadir)/icons/hicolor
+size = 22x22
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+	netspeed-applet.png
+
+EXTRA_DIST =		\
+	$(icons_DATA)

Added: trunk/icons/22x22/apps/netspeed-applet.png
==============================================================================
Binary file. No diff available.

Added: trunk/icons/24x24/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/24x24/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,2 @@
+SUBDIRS = apps status
+

Added: trunk/icons/24x24/apps/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/24x24/apps/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,11 @@
+themedir = $(datadir)/icons/hicolor
+size = 24x24
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+	netspeed-applet.png
+
+EXTRA_DIST =		\
+	$(icons_DATA)

Added: trunk/icons/24x24/apps/netspeed-applet.png
==============================================================================
Binary file. No diff available.

Added: trunk/icons/24x24/status/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/24x24/status/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,14 @@
+themedir = $(datadir)/icons/hicolor
+size = 24x24
+context = status
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+	netspeed-wireless-25.png \
+	netspeed-wireless-50.png \
+	netspeed-wireless-75.png \
+	netspeed-wireless-100.png
+
+EXTRA_DIST =		\
+	$(icons_DATA)

Added: trunk/icons/32x32/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/32x32/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,2 @@
+SUBDIRS = apps
+

Added: trunk/icons/32x32/apps/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/32x32/apps/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,11 @@
+themedir = $(datadir)/icons/hicolor
+size = 32x32
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+	netspeed-applet.png
+
+EXTRA_DIST =		\
+	$(icons_DATA)

Added: trunk/icons/32x32/apps/netspeed-applet.png
==============================================================================
Binary file. No diff available.

Added: trunk/icons/48x48/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/48x48/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,2 @@
+SUBDIRS = apps
+

Added: trunk/icons/48x48/apps/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/48x48/apps/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,12 @@
+themedir = $(datadir)/icons/hicolor
+size = 48x48
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+	netspeed-applet.png
+
+EXTRA_DIST =		\
+	$(icons_DATA)
+

Added: trunk/icons/48x48/apps/netspeed-applet.png
==============================================================================
Binary file. No diff available.

Added: trunk/icons/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,14 @@
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
+
+install-data-hook: update-icon-cache
+uninstall-hook: update-icon-cache
+update-icon-cache:
+	@-if test -z "$(DESTDIR)"; then \
+		echo "Updating Gtk icon cache."; \
+		$(gtk_update_icon_cache); \
+	else \
+		echo "*** Icon cache not updated.  After (un)install, run this:"; \
+		echo "***   $(gtk_update_icon_cache)"; \
+	fi

Added: trunk/icons/scalable/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/scalable/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,2 @@
+SUBDIRS = apps
+

Added: trunk/icons/scalable/apps/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/icons/scalable/apps/Makefile.am	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,15 @@
+themedir = $(datadir)/icons/hicolor
+size = scalable
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+	netspeed-applet.svg
+
+noinst_DATA =
+
+EXTRA_DIST =		\
+	$(icons_DATA)	\
+	$(noinst_DATA)
+

Added: trunk/icons/svg-source/netspeed.svg
==============================================================================
--- (empty file)
+++ trunk/icons/svg-source/netspeed.svg	Fri Feb 22 06:26:54 2008
@@ -0,0 +1,5090 @@
+<?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/jimmac/Desktop/wi-fi.png"
+   width="400"
+   height="300"
+   id="svg11300"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.17116"
+   sodipodi:docbase="/home/jimmac/gfx/novell/openoffice-art/icons/Industrial/svg"
+   sodipodi:docname="netspeed.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0"
+   style="enable-background:new">
+  <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="210.35412"
+     inkscape:cy="161.21877"
+     inkscape:current-layer="g7457"
+     showgrid="false"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1212"
+     inkscape:window-height="958"
+     inkscape:window-x="186"
+     inkscape:window-y="167"
+     width="400px"
+     height="300px"
+     inkscape:snap-nodes="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       spacingy="1px"
+       spacingx="1px"
+       id="grid5883"
+       type="xygrid" />
+  </sodipodi:namedview>
+  <defs
+     id="defs3">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10230">
+      <stop
+         style="stop-color:#cdcdcd;stop-opacity:1;"
+         offset="0"
+         id="stop10232" />
+      <stop
+         style="stop-color:#cdcdcd;stop-opacity:0;"
+         offset="1"
+         id="stop10234" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient10196"
+       inkscape:collect="always">
+      <stop
+         id="stop10198"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop10200"
+         offset="1"
+         style="stop-color:#bdbdbd;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10186">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop10188" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop10190" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10176">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop10178" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop10180" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient8905">
+      <stop
+         style="stop-color:#d3d7cf;stop-opacity:1;"
+         offset="0"
+         id="stop8907" />
+      <stop
+         style="stop-color:#f8f9f7;stop-opacity:1"
+         offset="1"
+         id="stop8909" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient8895">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop8897" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop8899" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient8885">
+      <stop
+         style="stop-color:#6e6e6e;stop-opacity:1;"
+         offset="0"
+         id="stop8887" />
+      <stop
+         style="stop-color:#6e6e6e;stop-opacity:0;"
+         offset="1"
+         id="stop8889" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient8872">
+      <stop
+         style="stop-color:#6e6e6e;stop-opacity:1"
+         offset="0"
+         id="stop8874" />
+      <stop
+         style="stop-color:#454545;stop-opacity:1"
+         offset="1"
+         id="stop8876" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient8699">
+      <stop
+         style="stop-color:#e0e0e0;stop-opacity:1"
+         offset="0"
+         id="stop8701" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1"
+         offset="1"
+         id="stop8703" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient8554">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop8556" />
+      <stop
+         style="stop-color:#a6a6a6;stop-opacity:1"
+         offset="1"
+         id="stop8558" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7933">
+      <stop
+         id="stop7935"
+         offset="0"
+         style="stop-color:#f6f6f5;stop-opacity:1" />
+      <stop
+         style="stop-color:#e1e1dd;stop-opacity:1;"
+         offset="0.6022045"
+         id="stop7937" />
+      <stop
+         id="stop7939"
+         offset="1"
+         style="stop-color:#ccccc6;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient7117">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop7119" />
+      <stop
+         style="stop-color:#c6c6c6;stop-opacity:1"
+         offset="1"
+         id="stop7121" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient7101">
+      <stop
+         style="stop-color:#e6e7e5;stop-opacity:1;"
+         offset="0"
+         id="stop7103" />
+      <stop
+         style="stop-color:#e6e7e5;stop-opacity:0;"
+         offset="1"
+         id="stop7105" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient7081">
+      <stop
+         style="stop-color:#878983;stop-opacity:1"
+         offset="0"
+         id="stop7083" />
+      <stop
+         style="stop-color:#d4d4d3;stop-opacity:1"
+         offset="1"
+         id="stop7085" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient7073">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop7075" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop7077" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7059">
+      <stop
+         id="stop7061"
+         offset="0"
+         style="stop-color:#e6e7e5;stop-opacity:1" />
+      <stop
+         style="stop-color:#a5a79f;stop-opacity:1"
+         offset="0.27820209"
+         id="stop7067" />
+      <stop
+         style="stop-color:#c7c9c3;stop-opacity:1"
+         offset="0.78265911"
+         id="stop7065" />
+      <stop
+         id="stop7063"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient6903">
+      <stop
+         style="stop-color:#4d4d4d;stop-opacity:0.16042781"
+         offset="0"
+         id="stop6905" />
+      <stop
+         style="stop-color:#181818;stop-opacity:1"
+         offset="1"
+         id="stop6907" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient6858">
+      <stop
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0"
+         id="stop6860" />
+      <stop
+         id="stop6868"
+         offset="0.21767785"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         id="stop6866"
+         offset="0.76590443"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1"
+         offset="1"
+         id="stop6862" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient6337">
+      <stop
+         style="stop-color:#4d4d4d;stop-opacity:1"
+         offset="0"
+         id="stop6339" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1"
+         offset="1"
+         id="stop6341" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient6277">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop6279" />
+      <stop
+         style="stop-color:#b4b4b4;stop-opacity:1"
+         offset="1"
+         id="stop6281" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient6248">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop6250" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop6252" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6198">
+      <stop
+         style="stop-color:#f6f6f5;stop-opacity:1"
+         offset="0"
+         id="stop6200" />
+      <stop
+         id="stop6271"
+         offset="0.69999987"
+         style="stop-color:#e1e1dd;stop-opacity:1;" />
+      <stop
+         style="stop-color:#ccccc6;stop-opacity:1"
+         offset="1"
+         id="stop6202" />
+    </linearGradient>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="-50 : 600 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="700 : 600 : 1"
+       inkscape:persp3d-origin="300 : 400 : 1"
+       id="perspective248" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="-50 : 600 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="700 : 600 : 1"
+       inkscape:persp3d-origin="300 : 400 : 1"
+       id="perspective249" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient6053">
+      <stop
+         id="stop6055"
+         offset="0"
+         style="stop-color:#c0cdf9;stop-opacity:1" />
+      <stop
+         id="stop6057"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5785">
+      <stop
+         id="stop5787"
+         offset="0"
+         style="stop-color:#c0cdf9;stop-opacity:1" />
+      <stop
+         id="stop5789"
+         offset="1"
+         style="stop-color:#07092d;stop-opacity:0.28804347" />
+    </linearGradient>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="-50 : 600 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="700 : 600 : 1"
+       inkscape:persp3d-origin="300 : 400 : 1"
+       id="perspective213" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9121">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop9123" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop9125" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient8538">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop8540" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop8542" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8500"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#c0cdf9;stop-opacity:1"
+         offset="0"
+         id="stop8502" />
+      <stop
+         style="stop-color:#07092d;stop-opacity:1"
+         offset="1"
+         id="stop8504" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8494"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         style="stop-color:#31366d;stop-opacity:1"
+         offset="0"
+         id="stop8496" />
+      <stop
+         style="stop-color:white;stop-opacity:0"
+         offset="1"
+         id="stop8498" />
+    </linearGradient>
+    <clipPath
+       id="clipoutline1"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         d="M 54.1,12.5 L 12.9,54.7 C -2.7,70.3 23,69 32.3,74.9 C 36.6,77.7 18.5,81.3 22.2,85 C 25.8,88.7 43.9,92.1 47.5,95.7 C 51.1,99.4 40.2,103.3 43.8,107 C 47.3,110.7 55.7,107.2 57.2,115.6 C 58.3,121.8 72.6,118.7 79,113.4 C 83,110 72.1,110 75.7,106.3 C 84.7,97.2 92.7,102.2 96,93.8 C 97.8,89.3 82.4,86.1 86.5,83.2 C 96.3,76.3 132.3,72.8 115.7,56.2 L 73,12.5 C 67.7,7.5 59,7.5 54.1,12.5 z M 44.2,77.2 C 45.1,77.2 75,81.2 63.5,84.3 C 59.1,85.5 38.9,77.2 44.2,77.2 z M 101.4,93.8 C 101.4,95.9 117.7,97.1 116.8,93.3 C 115.5,86.9 103.2,87.4 101.4,93.8 z M 31.9,104.9 C 35.6,108.1 41.2,104.2 43,99.7 C 39.4,95 26.1,100 31.9,104.9 z M 99.4,98.2 C 94.8,102.4 100.2,106.8 104.7,103.9 C 105.9,103.1 104.6,99.2 99.4,98.2 z "
+         id="outline1" />
+    </clipPath>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="60"
+       x2="58"
+       y1="35"
+       x1="33"
+       xlink:href="#WhiteTransparent"
+       id="shinySpecular"
+       gradientTransform="matrix(1.009184,0,0,1.009184,-0.3890738,-0.3831933)" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="50"
+       x2="90"
+       y1="20"
+       x1="60"
+       xlink:href="#WhiteTransparent"
+       id="IcecapTip" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="40"
+       x2="60"
+       y1="20"
+       x1="82.118591"
+       xlink:href="#linearGradient8500"
+       id="sideSpecular" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="86.592964"
+       x2="-0.26482418"
+       y1="128"
+       x1="0"
+       xlink:href="#linearGradient8494"
+       id="liquidSpecular" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="64"
+       x2="0"
+       y1="128"
+       x1="0"
+       xlink:href="#BlackTransparent"
+       id="liquidShade" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       id="BlackTransparent">
+      <stop
+         id="stop7611"
+         offset="0"
+         style="stop-color:black;stop-opacity:1" />
+      <stop
+         id="stop7613"
+         offset="1"
+         style="stop-color:black;stop-opacity:0" />
+    </linearGradient>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       id="WhiteTransparent">
+      <stop
+         id="stop7606"
+         offset="0"
+         style="stop-color:white;stop-opacity:1" />
+      <stop
+         id="stop7608"
+         offset="1"
+         style="stop-color:white;stop-opacity:0" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       id="filter8490">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4163949"
+         id="feGaussianBlur8492" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8538"
+       id="radialGradient8544"
+       cx="-85.083588"
+       cy="17.586285"
+       fx="-85.083588"
+       fy="17.586285"
+       r="54.486189"
+       gradientTransform="matrix(1.5006203,0,0,1.47633,42.59457,-7.6274412)"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       id="filter8562">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.32286021"
+         id="feGaussianBlur8564" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8500"
+       id="linearGradient9078"
+       gradientUnits="userSpaceOnUse"
+       x1="82.118591"
+       y1="20"
+       x2="60"
+       y2="40" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath9086">
+      <use
+         id="use9088"
+         xlink:href="#outline1"
+         class="low-specularity"
+         style="opacity:1;fill:#ffffff;fill-opacity:1"
+         x="0"
+         y="0"
+         width="400"
+         height="300"
+         transform="translate(1.0095461e-6,0)" />
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath9096">
+      <use
+         id="use9098"
+         xlink:href="#outline1"
+         class="low-specularity"
+         style="opacity:1;fill:#ffffff;fill-opacity:1"
+         x="0"
+         y="0"
+         width="400"
+         height="300" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6053"
+       id="linearGradient9110"
+       gradientUnits="userSpaceOnUse"
+       x1="82.118591"
+       y1="20"
+       x2="60"
+       y2="40" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#WhiteTransparent"
+       id="linearGradient9112"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1938815,0,0,0.1938335,142.04413,8.718847)"
+       x1="60"
+       y1="20"
+       x2="90"
+       y2="50" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9121"
+       id="radialGradient9127"
+       cx="153.71956"
+       cy="14.005527"
+       fx="153.71956"
+       fy="14.005527"
+       r="12.298907"
+       gradientTransform="matrix(1.4786847,-2.9011197e-2,1.925212e-2,0.98127,-73.852844,4.866161)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8494"
+       id="linearGradient9173"
+       gradientUnits="userSpaceOnUse"
+       x1="0"
+       y1="128"
+       x2="-0.26482418"
+       y2="86.592964" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5785"
+       id="linearGradient9175"
+       gradientUnits="userSpaceOnUse"
+       x1="82.118591"
+       y1="20"
+       x2="60"
+       y2="40" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9121"
+       id="radialGradient9181"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8495601,-6.8087168e-2,3.7714429e-2,0.4705831,22.59874,27.618513)"
+       cx="154.27184"
+       cy="32.748108"
+       fx="154.27184"
+       fy="32.748108"
+       r="12.298907" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9121"
+       id="radialGradient9185"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8495601,-6.8087168e-2,3.7714429e-2,0.4705831,22.59874,27.618513)"
+       cx="154.27184"
+       cy="32.748108"
+       fx="154.27184"
+       fy="32.748108"
+       r="12.298907" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8500"
+       id="linearGradient9218"
+       gradientUnits="userSpaceOnUse"
+       x1="82.118591"
+       y1="20"
+       x2="60"
+       y2="40" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8500"
+       id="linearGradient9228"
+       gradientUnits="userSpaceOnUse"
+       x1="82.118591"
+       y1="20"
+       x2="60"
+       y2="40"
+       gradientTransform="matrix(0.2150512,0,0,0.214998,140.6071,8.047383)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9121"
+       id="radialGradient9459"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8495601,-6.8087168e-2,3.7714429e-2,0.4705831,22.59874,27.618513)"
+       cx="154.27184"
+       cy="32.748108"
+       fx="154.27184"
+       fy="32.748108"
+       r="12.298907" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#BlackTransparent"
+       id="linearGradient6039"
+       gradientUnits="userSpaceOnUse"
+       x1="0"
+       y1="128"
+       x2="0"
+       y2="64" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6053"
+       id="linearGradient6063"
+       gradientUnits="userSpaceOnUse"
+       x1="82.118591"
+       y1="20"
+       x2="60"
+       y2="40" />
+    <inkscape:perspective
+       id="perspective5407"
+       inkscape:persp3d-origin="300 : 400 : 1"
+       inkscape:vp_z="700 : 600 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="-50 : 600 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective5420"
+       inkscape:persp3d-origin="300 : 400 : 1"
+       inkscape:vp_z="700 : 600 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="-50 : 600 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath6210">
+      <rect
+         style="opacity:0.7425743;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.52964914px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6212"
+         width="58.261326"
+         height="58.261326"
+         x="68.784294"
+         y="-0.093300603"
+         rx="2.648242"
+         ry="2.648242" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter6242">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.28282197"
+         id="feGaussianBlur6244" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6277"
+       id="radialGradient6283"
+       cx="157.34375"
+       cy="30.799107"
+       fx="157.34375"
+       fy="30.799107"
+       r="1.03125"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6277"
+       id="radialGradient6295"
+       gradientUnits="userSpaceOnUse"
+       cx="157.34375"
+       cy="30.799107"
+       fx="157.34375"
+       fy="30.799107"
+       r="1.03125" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6277"
+       id="radialGradient6309"
+       gradientUnits="userSpaceOnUse"
+       cx="157.34375"
+       cy="30.799107"
+       fx="157.34375"
+       fy="30.799107"
+       r="1.03125" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6277"
+       id="radialGradient6311"
+       gradientUnits="userSpaceOnUse"
+       cx="157.34375"
+       cy="30.799107"
+       fx="157.34375"
+       fy="30.799107"
+       r="1.03125" />
+    <filter
+       id="filter5386"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur5388"
+         stdDeviation="0.26293105"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="24.6875"
+       x2="30.3125"
+       y1="27.313059"
+       x1="30.3125"
+       id="linearGradient7428"
+       xlink:href="#linearGradient7422"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient6991">
+      <stop
+         id="stop6993"
+         offset="0"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+      <stop
+         id="stop6995"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7186">
+      <stop
+         id="stop7188"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1;" />
+      <stop
+         id="stop7190"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7237">
+      <stop
+         id="stop7239"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         id="stop7241"
+         offset="1"
+         style="stop-color:#babdb6;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7245">
+      <stop
+         id="stop7247"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1;" />
+      <stop
+         id="stop7249"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7257">
+      <stop
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0"
+         id="stop7259" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop7261" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7263">
+      <stop
+         style="stop-color:#adb0a8;stop-opacity:1;"
+         offset="0"
+         id="stop7265" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop7267" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7269">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop7271" />
+      <stop
+         style="stop-color:#d3d7cf;stop-opacity:1"
+         offset="1"
+         id="stop7273" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7277">
+      <stop
+         id="stop7279"
+         offset="0"
+         style="stop-color:#555753;stop-opacity:1" />
+      <stop
+         id="stop7281"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7340">
+      <stop
+         id="stop7342"
+         offset="0"
+         style="stop-color:#2e3436;stop-opacity:1;" />
+      <stop
+         id="stop7344"
+         offset="1"
+         style="stop-color:#555753;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7422"
+       inkscape:collect="always">
+      <stop
+         id="stop7424"
+         offset="0"
+         style="stop-color:#edd400;stop-opacity:1;" />
+      <stop
+         id="stop7426"
+         offset="1"
+         style="stop-color:#edd400;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7430"
+       inkscape:collect="always">
+      <stop
+         id="stop7432"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop7434"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7438"
+       inkscape:collect="always">
+      <stop
+         id="stop7440"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop7442"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7652"
+       inkscape:collect="always">
+      <stop
+         id="stop7654"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1;" />
+      <stop
+         id="stop7656"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7660"
+       inkscape:collect="always">
+      <stop
+         id="stop7662"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop7664"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7812"
+       inkscape:collect="always">
+      <stop
+         id="stop7814"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop7816"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7822"
+       inkscape:collect="always">
+      <stop
+         id="stop7824"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop7826"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective6460"
+       inkscape:persp3d-origin="300 : 400 : 1"
+       inkscape:vp_z="700 : 600 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="-50 : 600 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7822"
+       id="radialGradient6668"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.6884422,0,10.837832)"
+       cx="14.363107"
+       cy="34.785942"
+       fx="14.363107"
+       fy="34.785942"
+       r="8.7946405" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7269"
+       id="linearGradient6674"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9642856,0,0,0.9722222,-0.2500008,1.6944444)"
+       x1="-4.2208939"
+       y1="59.878922"
+       x2="-4.2208939"
+       y2="54.707691" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7257"
+       id="linearGradient6676"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-4,-24)"
+       x1="-1.9887378"
+       y1="51.137787"
+       x2="-3.3587573"
+       y2="54" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7237"
+       id="linearGradient6678"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-4,-24)"
+       x1="-4.6845822"
+       y1="52.640388"
+       x2="0.88388348"
+       y2="50.563263" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7245"
+       id="linearGradient6680"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-4,-24)"
+       x1="-5.0823302"
+       y1="50.51907"
+       x2="0.26516503"
+       y2="49.458408" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7186"
+       id="linearGradient6682"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-4,-24)"
+       x1="-5.96875"
+       y1="52.875"
+       x2="-5.96875"
+       y2="51.812416" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7277"
+       id="linearGradient6684"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0285717,-4,-25.142872)"
+       x1="-3.5355339"
+       y1="55.866562"
+       x2="-3.5355339"
+       y2="59.444622" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7652"
+       id="linearGradient6686"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-109.99014,113.27635)"
+       x1="37.625"
+       y1="40.3125"
+       x2="39.629139"
+       y2="49.838703" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7660"
+       id="linearGradient6690"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-109.99014,113.27635)"
+       x1="41.1875"
+       y1="38.3125"
+       x2="42.123722"
+       y2="42.9375" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7269"
+       id="linearGradient6692"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1249999,0,0,1.1666666,-94.115141,79.140933)"
+       x1="-4.1097827"
+       y1="58.807774"
+       x2="-4.1097827"
+       y2="55.000004" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7812"
+       id="linearGradient6694"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-89.99014,113.27635)"
+       x1="-6.40625"
+       y1="32.4375"
+       x2="-7.78125"
+       y2="34.5625" />
+    <filter
+       inkscape:collect="always"
+       id="filter6756"
+       x="-0.39496321"
+       width="1.7899264"
+       y="-0.57370569"
+       height="2.1474114">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.8946329"
+         id="feGaussianBlur6758" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath6836">
+      <path
+         sodipodi:nodetypes="cssssssssssssccssssssscscc"
+         id="path6838"
+         d="M -95.30264,143.83885 C -95.30264,143.83885 -99.492014,147.10654 -103.39639,150.33885 C -105.34858,151.955 -107.09445,153.5599 -108.11514,155.1201 C -108.62549,155.9002 -109.10226,156.74332 -108.77139,157.90135 C -108.60596,158.48036 -108.16,159.02257 -107.67764,159.3076 C -107.19528,159.59263 -106.71949,159.71383 -106.17764,159.77635 C -104.05376,160.02141 -101.44666,159.38276 -98.33389,158.4951 C -95.221123,157.60744 -91.664644,156.41274 -88.08389,155.2451 C -84.503136,154.07746 -80.887505,152.93904 -77.74014,152.2451 C -74.592775,151.55116 -71.905036,151.36013 -70.36514,151.7451 C -69.636209,151.92733 -69.619588,152.04592 -69.61514,152.0576 C -69.610692,152.06928 -69.550563,152.39303 -69.83389,152.9951 C -70.400544,154.19924 -72.079025,156.11163 -74.02139,157.9326 C -77.90612,161.57453 -82.86514,165.0576 -82.86514,165.0576 L -81.11514,167.4951 C -81.11514,167.4951 -76.07416,163.97817 -71.95889,160.1201 C -69.901255,158.19107 -68.079736,156.22846 -67.14639,154.
 2451 C -66.679717,153.25342 -66.369588,152.13186 -66.80264,150.9951 C -67.235692,149.85834 -68.344071,149.12537 -69.61514,148.8076 C -72.075244,148.19257 -75.05938,148.6031 -78.39639,149.33885 C -81.7334,150.0746 -85.414644,151.19399 -89.02139,152.3701 C -92.628136,153.54621 -96.149782,154.76557 -99.14639,155.6201 C -102.05869,156.45059 -104.44432,156.84019 -105.61514,156.7451 C -104.99521,155.79749 -103.3192,154.19144 -101.45889,152.65135 C -97.738266,149.57116 -93.49014,146.27635 -93.49014,146.27635 L -95.30264,143.83885 z"
+         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter6852">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.24373953"
+         id="feGaussianBlur6854" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6858"
+       id="linearGradient6874"
+       gradientUnits="userSpaceOnUse"
+       x1="44"
+       y1="180.5"
+       x2="44"
+       y2="242.51814"
+       gradientTransform="matrix(0.2513792,0,0,0.2513792,-123.36165,103.51744)" />
+    <mask
+       maskUnits="userSpaceOnUse"
+       id="mask6870">
+      <rect
+         style="opacity:1;fill:url(#linearGradient6874);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6872"
+         width="51.281357"
+         height="17.345165"
+         x="-115.56889"
+         y="147.00604"
+         rx="0.66571295"
+         ry="0.66571295" />
+    </mask>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath6879">
+      <path
+         sodipodi:nodetypes="ccccccsssccssccsccccccscc"
+         id="path6881"
+         d="M -6.5625,24.53125 C -6.950241,24.53125 -7.254192,24.749731 -7.46875,25 L -7.5,24.96875 L -7.53125,25.03125 L -7.875,25.34375 L -12.125,26.5625 C -12.157264,26.569585 -12.188688,26.58006 -12.21875,26.59375 C -12.767664,26.868207 -13.120777,27.147804 -13.3125,27.53125 C -13.504223,27.914696 -13.429021,28.397675 -13.1875,28.6875 C -12.859423,29.081192 -12.329894,29.239888 -11.78125,29.34375 L -12.1875,29.78125 C -12.243792,29.832657 -12.286698,29.897016 -12.3125,29.96875 C -12.343846,30.090131 -12.382395,30.284537 -12.4375,30.46875 C -12.45362,30.50878 -12.464136,30.550844 -12.46875,30.59375 L -12.46875,37.25 C -12.46875,37.54887 -12.355519,37.831675 -12.15625,38.0625 C -11.956981,38.293325 -11.645384,38.46875 -11.28125,38.46875 L -3.4375,38.46875 C -3.113867,38.46875 -2.780607,38.352963 -2.53125,38.09375 L 2.125,33.28125 C 2.35088,33.046445 2.46875,32.741604 2.46875,32.40625 L 2.46875,25.78125 C 2.46875,25.445897 2.350877,25.141055 2.125,24.90625 C 1.901344,24.677
 132 1.573636,24.53125 1.25,24.53125 L -6.5625,24.53125 z"
+         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:0.25137916;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1;display:inline;enable-background:new" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter6899">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.1491362"
+         id="feGaussianBlur6901" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6903"
+       id="linearGradient6909"
+       x1="-97.155365"
+       y1="153.00772"
+       x2="-96.715454"
+       y2="149.23703"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient6929"
+       gradientUnits="userSpaceOnUse"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient6949"
+       gradientUnits="userSpaceOnUse"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <filter
+       inkscape:collect="always"
+       id="filter6997">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.16679387"
+         id="feGaussianBlur6999" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7660"
+       id="radialGradient7011"
+       cx="-73.927681"
+       cy="146.23982"
+       fx="-73.927681"
+       fy="146.23982"
+       r="20.138496"
+       gradientTransform="matrix(1,0,0,0.5570798,0,68.769877)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7660"
+       id="radialGradient7055"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.41351,0,0,0.2303581,-62.745065,120.7514)"
+       cx="-101.20885"
+       cy="162.91966"
+       fx="-101.20885"
+       fy="162.91966"
+       r="20.138496" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7059"
+       id="linearGradient7057"
+       gradientUnits="userSpaceOnUse"
+       x1="4.3566227"
+       y1="58.888386"
+       x2="0.82206726"
+       y2="54.415817"
+       gradientTransform="matrix(1.0224446,0,0,1.0224446,4.9378037e-2,-1.3017851)" />
+    <filter
+       inkscape:collect="always"
+       id="filter7069">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.071069152"
+         id="feGaussianBlur7071" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7073"
+       id="linearGradient7079"
+       x1="-4.1556416"
+       y1="37.149059"
+       x2="-4.1556416"
+       y2="29.991543"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7081"
+       id="linearGradient7087"
+       x1="-2.2415733"
+       y1="35.847549"
+       x2="-3.7420371"
+       y2="24.53125"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6248"
+       id="radialGradient7089"
+       cx="105.19511"
+       cy="-0.36553755"
+       fx="105.19511"
+       fy="-0.36553755"
+       r="29.402901"
+       gradientTransform="matrix(3.5399381,0,0,3.5071625,-267.18906,1.188699)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7101"
+       id="radialGradient7107"
+       cx="211.375"
+       cy="217.36667"
+       fx="211.375"
+       fy="217.36667"
+       r="21.625"
+       gradientTransform="matrix(1,0,0,1.0404624,0,-8.9118497)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7101"
+       id="radialGradient7111"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.3997538,0,0,-0.4159288,115.34493,179.4749)"
+       cx="207.40019"
+       cy="217.15848"
+       fx="207.40019"
+       fy="217.15848"
+       r="21.625" />
+    <filter
+       id="filter5406"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur5408"
+         stdDeviation="0.78208031"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       y2="24.6875"
+       x2="30.3125"
+       y1="27.313059"
+       x1="30.3125"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7362"
+       xlink:href="#linearGradient7422"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="24.6875"
+       x2="30.3125"
+       y1="27.313059"
+       x1="30.3125"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7360"
+       xlink:href="#linearGradient7422"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="24.6875"
+       x2="30.3125"
+       y1="27.313059"
+       x1="30.3125"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7358"
+       xlink:href="#linearGradient7422"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="24.6875"
+       x2="30.3125"
+       y1="27.313059"
+       x1="30.3125"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7356"
+       xlink:href="#linearGradient7422"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="18.937717"
+       x2="-5.5098634"
+       y1="3.7545938"
+       x1="-7.8516631"
+       id="linearGradient7354"
+       xlink:href="#linearGradient7438"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="24.6875"
+       x2="30.3125"
+       y1="27.313059"
+       x1="30.3125"
+       id="linearGradient7351"
+       xlink:href="#linearGradient7422"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient7342">
+      <stop
+         id="stop7345"
+         offset="0"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+      <stop
+         id="stop7347"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7336">
+      <stop
+         id="stop7338"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1;" />
+      <stop
+         id="stop7340"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7330">
+      <stop
+         id="stop7332"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         id="stop7334"
+         offset="1"
+         style="stop-color:#babdb6;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7324">
+      <stop
+         id="stop7326"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1;" />
+      <stop
+         id="stop7328"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7318">
+      <stop
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0"
+         id="stop7320" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop7322" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7312">
+      <stop
+         style="stop-color:#adb0a8;stop-opacity:1;"
+         offset="0"
+         id="stop7314" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop7316" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7306">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop7308" />
+      <stop
+         style="stop-color:#d3d7cf;stop-opacity:1"
+         offset="1"
+         id="stop7310" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7300">
+      <stop
+         id="stop7302"
+         offset="0"
+         style="stop-color:#555753;stop-opacity:1" />
+      <stop
+         id="stop7304"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7294">
+      <stop
+         id="stop7296"
+         offset="0"
+         style="stop-color:#2e3436;stop-opacity:1;" />
+      <stop
+         id="stop7298"
+         offset="1"
+         style="stop-color:#555753;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7576"
+       inkscape:collect="always">
+      <stop
+         id="stop7578"
+         offset="0"
+         style="stop-color:#3465a4;stop-opacity:1" />
+      <stop
+         id="stop7580"
+         offset="1"
+         style="stop-color:#3465a4;stop-opacity:0" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7688"
+       inkscape:collect="always">
+      <stop
+         id="stop7690"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop7692"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective7240"
+       inkscape:persp3d-origin="300 : 400 : 1"
+       inkscape:vp_z="700 : 600 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="-50 : 600 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient7443"
+       gradientUnits="userSpaceOnUse"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <filter
+       inkscape:collect="always"
+       id="filter7453"
+       x="-0.23456988"
+       width="1.4691398"
+       y="-0.04252667"
+       height="1.0850533">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.09773745"
+         id="feGaussianBlur7455" />
+    </filter>
+    <radialGradient
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.6884422,0,10.837832)"
+       r="8.7946405"
+       fy="34.785942"
+       fx="14.363107"
+       cy="34.785942"
+       cx="14.363107"
+       id="radialGradient7827"
+       xlink:href="#linearGradient7822"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="34.5625"
+       x2="-7.78125"
+       y1="32.4375"
+       x1="-6.40625"
+       id="linearGradient7825"
+       xlink:href="#linearGradient7812"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="47.8125"
+       x2="30.5"
+       y1="41.125"
+       x1="28.625"
+       id="linearGradient7823"
+       xlink:href="#linearGradient7688"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="42.9375"
+       x2="42.123722"
+       y1="38.3125"
+       x1="41.1875"
+       id="linearGradient7821"
+       xlink:href="#linearGradient7660"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="45.0625"
+       x2="38.875"
+       y1="40.3125"
+       x1="37.625"
+       id="linearGradient7819"
+       xlink:href="#linearGradient7652"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="46.5625"
+       x2="40.125"
+       y1="40.625"
+       x1="38.75"
+       id="linearGradient7817"
+       xlink:href="#linearGradient7576"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="55.000004"
+       x2="-4.1097827"
+       y1="58.807774"
+       x1="-4.1097827"
+       gradientTransform="matrix(1.1249999,0,0,1.1666666,15.874999,-34.135417)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7815"
+       xlink:href="#linearGradient7269"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="59.444622"
+       x2="-3.5355339"
+       y1="55.866562"
+       x1="-3.5355339"
+       gradientTransform="matrix(1,0,0,1.0285717,-4,-25.142872)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7813"
+       xlink:href="#linearGradient7277"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="51.812416"
+       x2="-5.96875"
+       y1="52.875"
+       x1="-5.96875"
+       gradientTransform="translate(-4,-24)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7811"
+       xlink:href="#linearGradient7186"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="49.458408"
+       x2="0.26516503"
+       y1="50.51907"
+       x1="-5.0823302"
+       gradientTransform="translate(-4,-24)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7809"
+       xlink:href="#linearGradient7245"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="50.563263"
+       x2="0.88388348"
+       y1="52.640388"
+       x1="-4.6845822"
+       gradientTransform="translate(-4,-24)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7807"
+       xlink:href="#linearGradient7237"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="54"
+       x2="-3.3587573"
+       y1="51.137787"
+       x1="-1.9887378"
+       gradientTransform="translate(-4,-24)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7805"
+       xlink:href="#linearGradient7257"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="54.707691"
+       x2="-4.2208939"
+       y1="59.878922"
+       x1="-4.2208939"
+       gradientTransform="matrix(0.9642856,0,0,0.9722222,-0.2500008,1.6944444)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7803"
+       xlink:href="#linearGradient7269"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="54.415817"
+       x2="0.82206726"
+       y1="55.219357"
+       x1="1.6256078"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7801"
+       xlink:href="#linearGradient7263"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="24.6875"
+       x2="30.3125"
+       y1="27.313059"
+       x1="30.3125"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7799"
+       xlink:href="#linearGradient7422"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="24.6875"
+       x2="30.3125"
+       y1="27.313059"
+       x1="30.3125"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7797"
+       xlink:href="#linearGradient7422"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="24.6875"
+       x2="30.3125"
+       y1="27.313059"
+       x1="30.3125"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7795"
+       xlink:href="#linearGradient7422"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="24.6875"
+       x2="30.3125"
+       y1="27.313059"
+       x1="30.3125"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7793"
+       xlink:href="#linearGradient7422"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="18.937717"
+       x2="-5.5098634"
+       y1="3.7545938"
+       x1="-7.8516631"
+       id="linearGradient7791"
+       xlink:href="#linearGradient7438"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="translate(1,-7)"
+       gradientUnits="userSpaceOnUse"
+       y2="16"
+       x2="29"
+       y1="29"
+       x1="28.875"
+       id="linearGradient7789"
+       xlink:href="#linearGradient7430"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="24.6875"
+       x2="30.3125"
+       y1="27.313059"
+       x1="30.3125"
+       id="linearGradient7787"
+       xlink:href="#linearGradient7422"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(1.0874899,0,0,1.086371,-1.5809531,-8.9433469)"
+       gradientUnits="userSpaceOnUse"
+       y2="26.204767"
+       x2="32.8125"
+       y1="21"
+       x1="32.8125"
+       id="linearGradient7785"
+       xlink:href="#linearGradient7340"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="-6.5683565"
+       x2="-11.005972"
+       y1="25.357235"
+       x1="-7.975069"
+       gradientTransform="matrix(2.0000002,0,0,1.9333333,43.500004,0.533333)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7783"
+       xlink:href="#linearGradient6991"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient7777">
+      <stop
+         id="stop7779"
+         offset="0"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+      <stop
+         id="stop7781"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7771">
+      <stop
+         id="stop7773"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1;" />
+      <stop
+         id="stop7775"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7765">
+      <stop
+         id="stop7767"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         id="stop7769"
+         offset="1"
+         style="stop-color:#babdb6;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7759">
+      <stop
+         id="stop7761"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1;" />
+      <stop
+         id="stop7763"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7753">
+      <stop
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0"
+         id="stop7755" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop7757" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7747">
+      <stop
+         style="stop-color:#adb0a8;stop-opacity:1;"
+         offset="0"
+         id="stop7749" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop7751" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7741">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop7743" />
+      <stop
+         style="stop-color:#d3d7cf;stop-opacity:1"
+         offset="1"
+         id="stop7745" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7735">
+      <stop
+         id="stop7737"
+         offset="0"
+         style="stop-color:#555753;stop-opacity:1" />
+      <stop
+         id="stop7739"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7729">
+      <stop
+         id="stop7731"
+         offset="0"
+         style="stop-color:#2e3436;stop-opacity:1;" />
+      <stop
+         id="stop7733"
+         offset="1"
+         style="stop-color:#555753;stop-opacity:1" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective7671"
+       inkscape:persp3d-origin="300 : 400 : 1"
+       inkscape:vp_z="700 : 600 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="-50 : 600 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7822"
+       id="radialGradient7885"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.6884422,0,10.837832)"
+       cx="14.363107"
+       cy="34.785942"
+       fx="14.363107"
+       fy="34.785942"
+       r="8.7946405" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6991"
+       id="linearGradient7887"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.0000002,0,0,1.9333333,43.500004,0.533333)"
+       x1="-7.975069"
+       y1="25.357235"
+       x2="-11.005972"
+       y2="-6.5683565" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7438"
+       id="linearGradient7889"
+       gradientUnits="userSpaceOnUse"
+       x1="-7.8516631"
+       y1="3.7545938"
+       x2="-5.5098634"
+       y2="18.937717" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7688"
+       id="linearGradient7891"
+       gradientUnits="userSpaceOnUse"
+       x1="28.625"
+       y1="41.125"
+       x2="30.5"
+       y2="47.8125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7263"
+       id="linearGradient7893"
+       gradientUnits="userSpaceOnUse"
+       x1="1.6256078"
+       y1="55.219357"
+       x2="0.82206726"
+       y2="54.415817" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7269"
+       id="linearGradient7895"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9642856,0,0,0.9722222,-0.2500008,1.6944444)"
+       x1="-4.2208939"
+       y1="59.878922"
+       x2="-4.2208939"
+       y2="54.707691" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7257"
+       id="linearGradient7897"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-4,-24)"
+       x1="-1.9887378"
+       y1="51.137787"
+       x2="-3.3587573"
+       y2="54" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7237"
+       id="linearGradient7899"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-4,-24)"
+       x1="-4.6845822"
+       y1="52.640388"
+       x2="0.88388348"
+       y2="50.563263" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7245"
+       id="linearGradient7901"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-4,-24)"
+       x1="-5.0823302"
+       y1="50.51907"
+       x2="0.26516503"
+       y2="49.458408" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7186"
+       id="linearGradient7903"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-4,-24)"
+       x1="-5.96875"
+       y1="52.875"
+       x2="-5.96875"
+       y2="51.812416" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7277"
+       id="linearGradient7905"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0285717,-4,-25.142872)"
+       x1="-3.5355339"
+       y1="55.866562"
+       x2="-3.5355339"
+       y2="59.444622" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7340"
+       id="linearGradient7907"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0874899,0,0,1.086371,-1.5809531,-12.943347)"
+       x1="32.8125"
+       y1="21"
+       x2="32.8125"
+       y2="26.204767" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7430"
+       id="linearGradient7909"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(1,-11)"
+       x1="28.875"
+       y1="29"
+       x2="29"
+       y2="16" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient7911"
+       gradientUnits="userSpaceOnUse"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient7913"
+       gradientUnits="userSpaceOnUse"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient7915"
+       gradientUnits="userSpaceOnUse"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient7917"
+       gradientUnits="userSpaceOnUse"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient7919"
+       gradientUnits="userSpaceOnUse"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7652"
+       id="linearGradient7921"
+       gradientUnits="userSpaceOnUse"
+       x1="37.625"
+       y1="40.3125"
+       x2="38.875"
+       y2="45.0625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7576"
+       id="linearGradient7923"
+       gradientUnits="userSpaceOnUse"
+       x1="38.75"
+       y1="40.625"
+       x2="40.125"
+       y2="46.5625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7660"
+       id="linearGradient7925"
+       gradientUnits="userSpaceOnUse"
+       x1="41.1875"
+       y1="38.3125"
+       x2="42.123722"
+       y2="42.9375" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7269"
+       id="linearGradient7927"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1249999,0,0,1.1666666,15.874999,-34.135417)"
+       x1="-4.1097827"
+       y1="58.807774"
+       x2="-4.1097827"
+       y2="55.000004" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7812"
+       id="linearGradient7929"
+       gradientUnits="userSpaceOnUse"
+       x1="-6.40625"
+       y1="32.4375"
+       x2="-7.78125"
+       y2="34.5625" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7933"
+       id="radialGradient7931"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.6732523,4.1220172e-8,-1.2157356e-8,1.6732523,-483.39311,-0.3984182)"
+       cx="99.477211"
+       cy="14.743108"
+       fx="99.477211"
+       fy="14.743108"
+       r="29.130663" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="31.795496"
+       x2="19.136078"
+       y1="28.392544"
+       x1="15.202796"
+       id="linearGradient7037"
+       xlink:href="#linearGradient7031"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="30.939341"
+       x2="21.743534"
+       y1="26.166368"
+       x1="19.975767"
+       id="linearGradient7025"
+       xlink:href="#linearGradient7019"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="31.734835"
+       x2="24.925514"
+       y1="26.166368"
+       x1="23.157747"
+       id="linearGradient7017"
+       xlink:href="#linearGradient7011"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="54"
+       x2="-3.3587573"
+       y1="51.137787"
+       x1="-1.9887378"
+       gradientTransform="matrix(0.7748398,0,0,0.6043941,10.649039,-13.615312)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3322"
+       xlink:href="#linearGradient7257"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="51.097065"
+       x2="-0.90175909"
+       y1="53.055656"
+       x1="-4.8937163"
+       gradientTransform="matrix(0.6339598,0,0,0.7451242,11.071679,-20.511084)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3316"
+       xlink:href="#linearGradient7237"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="49.458408"
+       x2="0.26516503"
+       y1="50.51907"
+       x1="-5.0823302"
+       gradientTransform="matrix(0.6767563,0,0,0.458676,10.969732,-6.475122)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3313"
+       xlink:href="#linearGradient7245"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="51.812416"
+       x2="-5.96875"
+       y1="52.875"
+       x1="-5.96875"
+       gradientTransform="matrix(0.4913878,0,0,0.9883894,9.4567291,-33.384639)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3310"
+       xlink:href="#linearGradient7186"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="59.444622"
+       x2="-3.5355339"
+       y1="55.866562"
+       x1="-3.5355339"
+       gradientTransform="matrix(0.6022312,0,0,0.759831,10.602232,-22.16773)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3307"
+       xlink:href="#linearGradient7277"
+       inkscape:collect="always" />
+    <radialGradient
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.6884422,0,10.837832)"
+       r="8.7946405"
+       fy="34.785942"
+       fx="14.363107"
+       cy="34.785942"
+       cx="14.363107"
+       id="radialGradient8140"
+       xlink:href="#linearGradient7822"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(0.6490813,0,0,0.6201176,13.171124,0.1886489)"
+       gradientUnits="userSpaceOnUse"
+       y2="34.71875"
+       x2="-8.40625"
+       y1="31.15625"
+       x1="-7.25"
+       id="linearGradient8138"
+       xlink:href="#linearGradient7812"
+       inkscape:collect="always" />
+    <filter
+       id="filter7806"
+       height="1.2548276"
+       y="-0.12741379"
+       width="1.2309375"
+       x="-0.11546874"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur7808"
+         stdDeviation="1.8475001"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       y2="55.000004"
+       x2="-4.1097827"
+       y1="58.807774"
+       x1="-4.1097827"
+       gradientTransform="matrix(0.6838349,0,0,0.7105806,10.343914,-20.059963)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8134"
+       xlink:href="#linearGradient7269"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="54.707691"
+       x2="-4.2208939"
+       y1="59.878922"
+       x1="-4.2208939"
+       gradientTransform="matrix(0.9642856,0,0,0.9722222,-0.2500008,1.6944444)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8132"
+       xlink:href="#linearGradient7269"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="54.415817"
+       x2="0.82206726"
+       y1="55.219357"
+       x1="1.6256078"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8130"
+       xlink:href="#linearGradient7263"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="-6.5683565"
+       x2="-11.005972"
+       y1="25.357235"
+       x1="-7.975069"
+       gradientTransform="matrix(1.25,0,0,1.2666667,27.625001,-0.1333334)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8128"
+       xlink:href="#linearGradient6991"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient8122">
+      <stop
+         id="stop8124"
+         offset="0"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+      <stop
+         id="stop8126"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8116">
+      <stop
+         id="stop8118"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1;" />
+      <stop
+         id="stop8120"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8110">
+      <stop
+         id="stop8112"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         id="stop8114"
+         offset="1"
+         style="stop-color:#babdb6;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8104">
+      <stop
+         id="stop8106"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1;" />
+      <stop
+         id="stop8108"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8098">
+      <stop
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0"
+         id="stop8100" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop8102" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8092">
+      <stop
+         style="stop-color:#adb0a8;stop-opacity:1;"
+         offset="0"
+         id="stop8094" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop8096" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8086">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop8088" />
+      <stop
+         style="stop-color:#d3d7cf;stop-opacity:1"
+         offset="1"
+         id="stop8090" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8080">
+      <stop
+         id="stop8082"
+         offset="0"
+         style="stop-color:#555753;stop-opacity:1" />
+      <stop
+         id="stop8084"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8074">
+      <stop
+         id="stop8076"
+         offset="0"
+         style="stop-color:#2e3436;stop-opacity:1;" />
+      <stop
+         id="stop8078"
+         offset="1"
+         style="stop-color:#555753;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7011"
+       inkscape:collect="always">
+      <stop
+         id="stop7013"
+         offset="0"
+         style="stop-color:#3465a4;stop-opacity:1;" />
+      <stop
+         id="stop7015"
+         offset="1"
+         style="stop-color:#3465a4;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7019"
+       inkscape:collect="always">
+      <stop
+         id="stop7021"
+         offset="0"
+         style="stop-color:#9ebdde;stop-opacity:1" />
+      <stop
+         id="stop7023"
+         offset="1"
+         style="stop-color:#9ebdde;stop-opacity:0" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7031"
+       inkscape:collect="always">
+      <stop
+         id="stop7033"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop7035"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective8041"
+       inkscape:persp3d-origin="300 : 400 : 1"
+       inkscape:vp_z="700 : 600 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="-50 : 600 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7822"
+       id="radialGradient8201"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.6884422,0,10.837832)"
+       cx="14.363107"
+       cy="34.785942"
+       fx="14.363107"
+       fy="34.785942"
+       r="8.7946405" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6991"
+       id="linearGradient8203"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.0000002,0,0,1.9333333,43.500004,0.533333)"
+       x1="-7.975069"
+       y1="25.357235"
+       x2="-11.005972"
+       y2="-6.5683565" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7263"
+       id="linearGradient8205"
+       gradientUnits="userSpaceOnUse"
+       x1="1.6256078"
+       y1="55.219357"
+       x2="0.82206726"
+       y2="54.415817" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7269"
+       id="linearGradient8207"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9642856,0,0,0.9722222,-0.2500008,1.6944444)"
+       x1="-4.2208939"
+       y1="59.878922"
+       x2="-4.2208939"
+       y2="54.707691" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7812"
+       id="linearGradient8209"
+       gradientUnits="userSpaceOnUse"
+       x1="-6.40625"
+       y1="32.4375"
+       x2="-7.78125"
+       y2="34.5625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7269"
+       id="linearGradient8211"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1249999,0,0,1.1666666,15.874999,-34.135417)"
+       x1="-4.1097827"
+       y1="58.807774"
+       x2="-4.1097827"
+       y2="55.000004" />
+    <radialGradient
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.8534483,0,2.5181737)"
+       r="5.126524"
+       fy="17.182835"
+       fx="8.3085051"
+       cy="17.182835"
+       cx="8.3085051"
+       id="radialGradient7176"
+       xlink:href="#linearGradient7168"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="12.453125"
+       x2="0.31250003"
+       y1="12.296875"
+       x1="-2.53125"
+       id="linearGradient7164"
+       xlink:href="#linearGradient7158"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="15.515625"
+       x2="1"
+       y1="14.46875"
+       x1="-0.765625"
+       id="linearGradient7156"
+       xlink:href="#linearGradient7150"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="8.4986992"
+       x2="-5.46875"
+       y1="10"
+       x1="-5.46875"
+       id="linearGradient7119"
+       xlink:href="#linearGradient7113"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="14.525099"
+       x2="17.400099"
+       y1="10.556349"
+       x1="15.618849"
+       id="linearGradient7104"
+       xlink:href="#linearGradient7098"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="16.118849"
+       x2="16.056349"
+       y1="12.650099"
+       x1="14.275099"
+       id="linearGradient7096"
+       xlink:href="#linearGradient7090"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="translate(20,0)"
+       gradientUnits="userSpaceOnUse"
+       y2="2.2247472"
+       x2="-7.5059724"
+       y1="22.709028"
+       x1="-2.0172257"
+       id="linearGradient6997"
+       xlink:href="#linearGradient6991"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5932">
+      <stop
+         id="stop5934"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1;" />
+      <stop
+         id="stop5936"
+         offset="1"
+         style="stop-color:#babdb6;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5940">
+      <stop
+         id="stop5942"
+         offset="0"
+         style="stop-color:#2e3436;stop-opacity:1;" />
+      <stop
+         id="stop5944"
+         offset="1"
+         style="stop-color:#555753;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6954"
+       inkscape:collect="always">
+      <stop
+         id="stop6956"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop6958"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8296">
+      <stop
+         id="stop8298"
+         offset="0"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+      <stop
+         id="stop8300"
+         offset="1"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7090"
+       inkscape:collect="always">
+      <stop
+         id="stop7092"
+         offset="0"
+         style="stop-color:#3465a4;stop-opacity:1;" />
+      <stop
+         id="stop7094"
+         offset="1"
+         style="stop-color:#3465a4;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7098">
+      <stop
+         id="stop7100"
+         offset="0"
+         style="stop-color:#9ebdde;stop-opacity:1;" />
+      <stop
+         id="stop7102"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7113"
+       inkscape:collect="always">
+      <stop
+         id="stop7115"
+         offset="0"
+         style="stop-color:#fce94f;stop-opacity:1;" />
+      <stop
+         id="stop7117"
+         offset="1"
+         style="stop-color:#fce94f;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7150"
+       inkscape:collect="always">
+      <stop
+         id="stop7152"
+         offset="0"
+         style="stop-color:#babdb6;stop-opacity:1;" />
+      <stop
+         id="stop7154"
+         offset="1"
+         style="stop-color:#babdb6;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7158"
+       inkscape:collect="always">
+      <stop
+         id="stop7160"
+         offset="0"
+         style="stop-color:#babdb6;stop-opacity:1;" />
+      <stop
+         id="stop7162"
+         offset="1"
+         style="stop-color:#babdb6;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7168"
+       inkscape:collect="always">
+      <stop
+         id="stop7170"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop7172"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective8275"
+       inkscape:persp3d-origin="300 : 400 : 1"
+       inkscape:vp_z="700 : 600 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="-50 : 600 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       y2="16.118849"
+       x2="16.056349"
+       y1="12.650099"
+       x1="14.275099"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5996"
+       xlink:href="#linearGradient7090"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="14.525099"
+       x2="17.400099"
+       y1="10.556349"
+       x1="15.618849"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5994"
+       xlink:href="#linearGradient7098"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="12.453125"
+       x2="0.31250003"
+       y1="12.296875"
+       x1="-2.53125"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5992"
+       xlink:href="#linearGradient7158"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="15.515625"
+       x2="1"
+       y1="14.46875"
+       x1="-0.765625"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5990"
+       xlink:href="#linearGradient7150"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="translate(15,-1)"
+       y2="-4.8751287"
+       x2="-9.0625"
+       y1="16.833113"
+       x1="-3.875"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8475"
+       xlink:href="#linearGradient6954"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="8.4986992"
+       x2="-5.46875"
+       y1="10"
+       x1="-5.46875"
+       id="linearGradient8473"
+       xlink:href="#linearGradient7113"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(0.875,0,0,0.8666667,14.1875,6.66667e-2)"
+       gradientUnits="userSpaceOnUse"
+       y2="2.2247472"
+       x2="-7.5059724"
+       y1="22.709028"
+       x1="-2.0172257"
+       id="linearGradient8471"
+       xlink:href="#linearGradient6991"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="translate(15,-1)"
+       gradientUnits="userSpaceOnUse"
+       y2="9.1624098"
+       x2="-6.625"
+       y1="7.6762724"
+       x1="-6.625"
+       id="linearGradient8469"
+       xlink:href="#linearGradient5940"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="translate(15,-1)"
+       gradientUnits="userSpaceOnUse"
+       y2="8.8230181"
+       x2="-6.3392119"
+       y1="7.2588859"
+       x1="-7.2422638"
+       id="linearGradient8467"
+       xlink:href="#linearGradient5932"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient8461">
+      <stop
+         id="stop8463"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1;" />
+      <stop
+         id="stop8465"
+         offset="1"
+         style="stop-color:#babdb6;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8455">
+      <stop
+         id="stop8457"
+         offset="0"
+         style="stop-color:#2e3436;stop-opacity:1;" />
+      <stop
+         id="stop8459"
+         offset="1"
+         style="stop-color:#555753;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8443">
+      <stop
+         id="stop8445"
+         offset="0"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+      <stop
+         id="stop8447"
+         offset="1"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8431">
+      <stop
+         id="stop8433"
+         offset="0"
+         style="stop-color:#9ebdde;stop-opacity:1;" />
+      <stop
+         id="stop8435"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective8410"
+       inkscape:persp3d-origin="300 : 400 : 1"
+       inkscape:vp_z="700 : 600 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="-50 : 600 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6991"
+       id="linearGradient8518"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(20,0)"
+       x1="-2.0172257"
+       y1="22.709028"
+       x2="-7.5059724"
+       y2="2.2247472" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7113"
+       id="linearGradient8524"
+       gradientUnits="userSpaceOnUse"
+       x1="-5.46875"
+       y1="10"
+       x2="-5.46875"
+       y2="8.4986992" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath8566">
+      <rect
+         style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#a3a3a3;stroke-width:0.52964836;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8568"
+         width="47.13871"
+         height="13.638445"
+         x="57.926506"
+         y="18.245773"
+         rx="1.4026371"
+         ry="1.4026371" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter8570">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.15178661"
+         id="feGaussianBlur8572" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8705"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6337"
+       id="radialGradient8764"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9342208,0,0,2.1265564,-109.64449,-21.130948)"
+       cx="99.222527"
+       cy="38.566303"
+       fx="99.222527"
+       fy="38.566303"
+       r="11.36616" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient8766"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,2.2579149,58.186124,-1.7260201)"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient8768"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,2.2579149,58.318536,-1.7260201)"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient8770"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,2.2579149,56.431664,-1.7260201)"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient8772"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,2.2579149,49.711749,-1.7260201)"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient8774"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,2.2579149,49.877264,-1.7260201)"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient8776"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,2.2579149,49.94347,-1.7260201)"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient8778"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,2.2579149,50.042779,-1.7260201)"
+       x1="30.3125"
+       y1="27.313059"
+       x2="30.3125"
+       y2="24.6875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7117"
+       id="radialGradient8780"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.2881144,-9.7850343e-8,6.8009645e-8,1.590325,-108.3554,-28.415588)"
+       cx="84.119392"
+       cy="49.950832"
+       fx="84.119392"
+       fy="49.950832"
+       r="12.953126" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8554"
+       id="linearGradient8782"
+       gradientUnits="userSpaceOnUse"
+       x1="183"
+       y1="73.536911"
+       x2="183"
+       y2="59.973701" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8784"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8786"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8788"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8790"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8792"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8794"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8796"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8798"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8800"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8802"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8804"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8806"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8808"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8810"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8812"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8814"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8816"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8818"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8820"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8822"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8824"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8826"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8828"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8830"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8832"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8834"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8836"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8838"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8840"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8842"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8844"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8846"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8848"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8850"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8852"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8854"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8856"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8858"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8860"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8862"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8864"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8699"
+       id="radialGradient8866"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4952909,3.3756719e-7,-7.8683009e-8,0.348535,-40.256004,13.967011)"
+       cx="84.465393"
+       cy="21.439423"
+       fx="84.465393"
+       fy="21.439423"
+       r="21.466817" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7081"
+       id="linearGradient8868"
+       gradientUnits="userSpaceOnUse"
+       x1="-2.2415733"
+       y1="35.847549"
+       x2="-5.47612"
+       y2="26.518702" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8872"
+       id="radialGradient8878"
+       cx="204.8125"
+       cy="138.99654"
+       fx="204.8125"
+       fy="138.99654"
+       r="2.3125"
+       gradientTransform="matrix(1.4174565,0,0,0.9112221,-193.72197,-68.521786)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8885"
+       id="linearGradient8891"
+       x1="100.06878"
+       y1="51.082413"
+       x2="100.06878"
+       y2="55.51123"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7503325,0,0,0.7503325,25.390821,13.502654)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8895"
+       id="linearGradient8901"
+       x1="204.53125"
+       y1="145.25"
+       x2="204.53125"
+       y2="143.125"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8905"
+       id="linearGradient8911"
+       x1="31.621552"
+       y1="21.20532"
+       x2="31.621552"
+       y2="27.583076"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8905"
+       id="linearGradient8961"
+       gradientUnits="userSpaceOnUse"
+       x1="31.621552"
+       y1="21.20532"
+       x2="31.621552"
+       y2="27.583076"
+       gradientTransform="matrix(0.5446922,0,0,1,2.9158446,-10.237136)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5940"
+       id="linearGradient9066"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(31.129731,-1.095247)"
+       x1="-6.625"
+       y1="7.6762724"
+       x2="-6.625"
+       y2="9.1624098" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5932"
+       id="linearGradient9068"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(31.129731,-1.095247)"
+       x1="-7.2422638"
+       y1="7.2588859"
+       x2="-6.3392119"
+       y2="8.8230181" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7113"
+       id="linearGradient9070"
+       gradientUnits="userSpaceOnUse"
+       x1="-5.46875"
+       y1="10"
+       x2="-5.46875"
+       y2="8.4986992" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7113"
+       id="linearGradient9072"
+       gradientUnits="userSpaceOnUse"
+       x1="-5.46875"
+       y1="10"
+       x2="-5.46875"
+       y2="8.4986992" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7113"
+       id="linearGradient9074"
+       gradientUnits="userSpaceOnUse"
+       x1="-5.46875"
+       y1="10"
+       x2="-5.46875"
+       y2="8.4986992" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6954"
+       id="linearGradient9076"
+       gradientUnits="userSpaceOnUse"
+       x1="-3.875"
+       y1="16.833113"
+       x2="-9.0625"
+       y2="-4.8751287"
+       gradientTransform="translate(11.129731,-1.095247)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8905"
+       id="linearGradient9156"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4666434,0,0,1,-0.8162291,-13.001304)"
+       x1="31.621552"
+       y1="21.20532"
+       x2="31.621552"
+       y2="27.583076" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8905"
+       id="linearGradient9186"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4666434,0,0,1,-5.6222888,-19.089523)"
+       x1="31.621552"
+       y1="21.20532"
+       x2="31.621552"
+       y2="27.583076" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10176"
+       id="linearGradient10182"
+       x1="78.053146"
+       y1="16.325798"
+       x2="78.053146"
+       y2="31.579281"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10186"
+       id="linearGradient10192"
+       x1="79.538857"
+       y1="49.268871"
+       x2="79.538857"
+       y2="55.18161"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.4097285,0,-20.577915)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10196"
+       id="linearGradient10194"
+       gradientUnits="userSpaceOnUse"
+       x1="183"
+       y1="83.042328"
+       x2="183"
+       y2="59.973701" />
+    <filter
+       inkscape:collect="always"
+       id="filter10224"
+       x="-0.18723404"
+       width="1.3744681"
+       y="-0.070212767"
+       height="1.1404255">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.21693045"
+         id="feGaussianBlur10226" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10230"
+       id="radialGradient10236"
+       cx="203.34375"
+       cy="139.24323"
+       fx="203.34375"
+       fy="139.24323"
+       r="0.78125"
+       gradientTransform="matrix(6.4411179,0,0,13.756794,-1106.4173,-1776.7904)"
+       gradientUnits="userSpaceOnUse" />
+  </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>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>http://jimmac.musichall.cz</dc:source>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/"; />
+        <dc:title>Folder</dc:title>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>dir</rdf:li>
+            <rdf:li>folder</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:date></dc:date>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title></dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title></dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:identifier></dc:identifier>
+        <dc:relation></dc:relation>
+        <dc:language></dc:language>
+        <dc:coverage></dc:coverage>
+        <dc:description></dc:description>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title></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>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/";>
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction"; />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution"; />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks"; />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike"; />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     style="display:none"
+     inkscape:label="plate"
+     id="layer3"
+     inkscape:groupmode="layer"
+     sodipodi:insensitive="true">
+    <rect
+       inkscape:label="256x256"
+       y="20"
+       x="20"
+       height="256"
+       width="256"
+       id="rect6282"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect6284"
+       width="48"
+       height="48"
+       x="296.0625"
+       y="39.99633"
+       inkscape:label="48x48" />
+    <rect
+       inkscape:label="32x32"
+       y="115.99633"
+       x="303"
+       height="32"
+       width="32"
+       id="rect6592"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect6749"
+       width="22"
+       height="22"
+       x="303"
+       y="167.05884"
+       inkscape:label="22x22" />
+    <rect
+       inkscape:label="16x16"
+       y="209"
+       x="303"
+       height="16"
+       width="16"
+       id="rect6833"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       inkscape:label="24x24"
+       y="165.95343"
+       x="327.95709"
+       height="24"
+       width="24"
+       id="rect5028"
+       style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+  </g>
+  <g
+     style="display:inline"
+     inkscape:groupmode="layer"
+     inkscape:label="artwork"
+     id="layer1">
+    <g
+       id="g7627"
+       transform="matrix(1.888045,0,0,1.888045,22.132151,26.176157)">
+      <path
+         sodipodi:type="inkscape:offset"
+         inkscape:radius="-0.95778149"
+         inkscape:original="M 154.28125 8.90625 C 153.49089 8.9220188 152.69522 9.2307816 152.125 9.8125 L 142.53125 19.65625 C 138.90043 23.286174 144.89797 22.970895 147.0625 24.34375 C 148.06331 24.995276 143.85759 25.826557 144.71875 26.6875 C 150.52722 30.053164 150.64821 26.466653 149.71875 31.8125 C 150.53336 32.673444 152.49464 31.857926 152.84375 33.8125 C 153.09977 35.255161 156.44793 34.545743 157.9375 33.3125 C 158.86848 32.521364 156.31836 32.517194 157.15625 31.65625 C 159.25094 29.538796 161.10694 30.704574 161.875 28.75 C 162.29394 27.702908 158.702 26.956044 159.65625 26.28125 C 161.93716 24.675708 170.33232 23.862611 166.46875 20 L 156.46875 9.75 C 155.85198 9.1682817 155.07161 8.8904812 154.28125 8.90625 z M 164.90625 27.625 C 164.08693 27.610651 163.24511 27.991234 163.125 28.75 C 163.02443 29.385331 166.66062 29.775077 166.59375 28.875 C 166.53173 28.040211 165.72557 27.639349 164.90625 27.625 z M 148.59375 29.6875 C 147.43293 29.606787 145.95631 30.4573
 74 146.96875 31.3125 C 147.82991 32.057101 149.11231 31.172093 149.53125 30.125 C 149.32178 29.851592 148.98069 29.714404 148.59375 29.6875 z M 162.65625 29.78125 C 161.58564 30.758536 162.8589 31.768543 163.90625 31.09375 C 164.18556 30.907601 163.86653 30.013937 162.65625 29.78125 z "
+         xlink:href="#use7633"
+         id="path8508"
+         inkscape:href="#use7633"
+         d="M -122.1875,9.9375 C -122.7821,9.9375 -123.29223,10.097385 -123.65625,10.46875 L -133.25,20.3125 C -133.24983,20.322916 -133.24983,20.333334 -133.25,20.34375 C -134.06986,21.163403 -134.12396,21.568824 -134.125,21.5625 C -134.12552,21.559338 -134.15446,21.576291 -134.0625,21.65625 C -133.97054,21.736209 -133.77102,21.855534 -133.5,21.96875 C -132.95796,22.195182 -132.1374,22.399897 -131.3125,22.625 C -130.4876,22.850103 -129.6607,23.072562 -128.9375,23.53125 C -128.92708,23.53108 -128.91667,23.53108 -128.90625,23.53125 C -128.75993,23.626506 -128.59685,23.77888 -128.46875,24 C -128.34065,24.22112 -128.29241,24.527265 -128.34375,24.78125 C -128.44642,25.28922 -128.73933,25.473949 -128.9375,25.625 C -129.33384,25.927103 -129.72069,26.116501 -130.125,26.3125 C -130.20806,26.352766 -130.23335,26.365837 -130.3125,26.40625 C -130.29069,26.415302 -130.30361,26.428629 -130.28125,26.4375 C -129.79677,26.629709 -129.16417,26.825119 -128.53125,27.03125 C -127.89833,27.23738
 1 -127.25633,27.464963 -126.6875,27.6875 C -126.11867,27.910037 -125.62796,28.059651 -125.1875,28.5 C -125.18733,28.510416 -125.18733,28.520834 -125.1875,28.53125 C -124.96888,28.75589 -124.78752,29.068294 -124.75,29.40625 C -124.71248,29.744206 -124.79758,30.029889 -124.90625,30.25 C -125.12359,30.690223 -125.41089,30.935743 -125.625,31.15625 C -125.66656,31.199054 -125.65131,31.210169 -125.6875,31.25 C -125.49643,31.302991 -125.32924,31.341136 -124.78125,31.46875 C -124.39365,31.559013 -123.95007,31.701354 -123.53125,32.0625 C -123.11243,32.423646 -122.8041,33.00345 -122.6875,33.65625 C -122.68803,33.653282 -122.80912,33.5454 -122.65625,33.59375 C -122.50338,33.6421 -122.11894,33.687271 -121.6875,33.625 C -121.09572,33.539588 -120.53161,33.198402 -119.96875,32.90625 C -120.04856,32.836229 -120.10249,32.859632 -120.1875,32.75 C -120.35355,32.535857 -120.49363,32.140533 -120.4375,31.78125 C -120.38137,31.421967 -120.18851,31.1937 -120,31 C -120.00017,30.989584 -120.00017,30.
 979166 -120,30.96875 C -118.79138,29.747002 -117.49282,29.431935 -116.6875,29.21875 C -116.28484,29.112157 -116.03085,29.00462 -115.875,28.90625 C -115.79707,28.857065 -115.74814,28.732237 -115.6875,28.65625 C -115.8575,28.533991 -116.08047,28.381739 -116.375,28.21875 C -116.73537,28.019323 -117.1038,27.837513 -117.46875,27.5 C -117.65122,27.331244 -117.90388,27.075571 -117.9375,26.59375 C -117.97112,26.111929 -117.64392,25.690166 -117.375,25.5 C -116.60975,24.961334 -115.62145,24.616345 -114.5625,24.25 C -113.50355,23.883655 -112.37043,23.531052 -111.5,23.125 C -110.62957,22.718948 -110.10168,22.234574 -110,22 C -109.94916,21.882713 -109.9309,21.826078 -110,21.625 C -110.0691,21.423922 -110.27182,21.103078 -110.6875,20.6875 C -110.68767,20.677084 -110.68767,20.666666 -110.6875,20.65625 L -120.625,10.46875 C -121.03411,10.082893 -121.5929,9.9375 -122.1875,9.9375 z M -126.65625,23.90625 C -126.46505,23.906251 -126.50778,23.929523 -126.4375,23.9375 C -126.36722,23.945477 -126.
 26301,23.954725 -126.15625,23.96875 C -125.94273,23.996799 -125.67129,24.043188 -125.34375,24.09375 C -124.68867,24.194874 -123.87718,24.330033 -123.125,24.5 C -122.37282,24.669967 -121.74588,24.789381 -121.15625,25.1875 C -121.00884,25.28703 -120.83104,25.386717 -120.6875,25.6875 C -120.54396,25.988283 -120.59359,26.509142 -120.78125,26.78125 C -121.15657,27.325465 -121.49618,27.358237 -121.90625,27.46875 C -122.61294,27.661437 -123.0662,27.468509 -123.6875,27.3125 C -124.3088,27.156491 -124.98565,26.924662 -125.59375,26.6875 C -126.20185,26.450338 -126.72878,26.24702 -127.125,26 C -127.22405,25.938245 -127.30131,25.873938 -127.40625,25.78125 C -127.51119,25.688562 -127.6816,25.597827 -127.78125,25.1875 C -127.83107,24.982336 -127.80253,24.640478 -127.65625,24.40625 C -127.50997,24.172022 -127.32027,24.087979 -127.1875,24.03125 C -126.92196,23.917793 -126.79596,23.90625 -126.65625,23.90625 z"
+         style="fill:none;stroke:url(#radialGradient8544);stroke-width:0.52964836;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter8562)"
+         transform="translate(143.2699,0)" />
+    </g>
+    <g
+       transform="matrix(1.888045,0,0,1.888045,22.132151,26.176157)"
+       style="enable-background:new;display:inline"
+       id="g7457">
+      <rect
+         ry="2.648242"
+         rx="2.648242"
+         y="10.499667"
+         x="51.835545"
+         height="58.261326"
+         width="58.261326"
+         id="rect5426"
+         style="opacity:1;fill:url(#radialGradient7931);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964913999999996px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <g
+         id="g8707"
+         transform="translate(0,31.778904)">
+        <rect
+           ry="2.648242"
+           rx="2.648242"
+           transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)"
+           y="60"
+           x="131"
+           height="27"
+           width="90"
+           id="rect8552"
+           style="opacity:1;fill:url(#linearGradient10194);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           transform="matrix(1.0113636,0,0,1.0025328,-0.9260893,-0.2455528)"
+           clip-path="url(#clipPath8566)"
+           style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#a3a3a3;stroke-width:0.52599865;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter8570);enable-background:accumulate"
+           id="rect8562"
+           width="47.13871"
+           height="13.638445"
+           x="57.926506"
+           y="18.245773"
+           rx="1.3868772"
+           ry="1.3990934" />
+        <g
+           style="opacity:0.36413042;fill:url(#radialGradient8866);fill-opacity:1"
+           transform="translate(0,4.2371872)"
+           id="g8656">
+          <rect
+             style="opacity:1;fill:url(#radialGradient8784);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8574"
+             width="0.56177694"
+             height="3.6515503"
+             x="59.810677"
+             y="19.613653" />
+          <rect
+             y="19.613653"
+             x="70.403641"
+             height="3.6515503"
+             width="0.56177694"
+             id="rect8576"
+             style="opacity:1;fill:url(#radialGradient8786);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8788);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8578"
+             width="0.56177694"
+             height="3.6515503"
+             x="80.996605"
+             y="19.613653" />
+          <rect
+             y="19.613653"
+             x="91.589569"
+             height="3.6515503"
+             width="0.56177694"
+             id="rect8580"
+             style="opacity:1;fill:url(#radialGradient8790);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8792);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8582"
+             width="0.56177694"
+             height="3.6515503"
+             x="102.18253"
+             y="19.613653" />
+          <rect
+             y="22.151932"
+             x="60.869972"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8584"
+             style="opacity:1;fill:url(#radialGradient8794);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8796);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8586"
+             width="0.56177694"
+             height="1.1132722"
+             x="61.929268"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="62.988564"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8588"
+             style="opacity:1;fill:url(#radialGradient8798);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8800);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8590"
+             width="0.56177694"
+             height="1.1132722"
+             x="64.047859"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="65.107155"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8592"
+             style="opacity:1;fill:url(#radialGradient8802);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8804);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8594"
+             width="0.56177694"
+             height="1.1132722"
+             x="66.166451"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="67.225746"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8596"
+             style="opacity:1;fill:url(#radialGradient8806);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8808);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8598"
+             width="0.56177694"
+             height="1.1132722"
+             x="68.285042"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="69.344337"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8600"
+             style="opacity:1;fill:url(#radialGradient8810);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8812);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8602"
+             width="0.56177694"
+             height="1.1132722"
+             x="71.462929"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="72.522224"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8604"
+             style="opacity:1;fill:url(#radialGradient8814);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8816);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8606"
+             width="0.56177694"
+             height="1.1132722"
+             x="73.58152"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="74.640816"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8608"
+             style="opacity:1;fill:url(#radialGradient8818);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8820);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8610"
+             width="0.56177694"
+             height="1.1132722"
+             x="75.700111"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="76.759407"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8612"
+             style="opacity:1;fill:url(#radialGradient8822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8614"
+             width="0.56177694"
+             height="1.1132722"
+             x="77.818703"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="78.877998"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8616"
+             style="opacity:1;fill:url(#radialGradient8826);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8828);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8618"
+             width="0.56177694"
+             height="1.1132722"
+             x="79.937294"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="82.055893"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8620"
+             style="opacity:1;fill:url(#radialGradient8830);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8832);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8622"
+             width="0.56177694"
+             height="1.1132722"
+             x="83.115189"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="84.174484"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8624"
+             style="opacity:1;fill:url(#radialGradient8834);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8836);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8626"
+             width="0.56177694"
+             height="1.1132722"
+             x="85.23378"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="86.293076"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8628"
+             style="opacity:1;fill:url(#radialGradient8838);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8840);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8630"
+             width="0.56177694"
+             height="1.1132722"
+             x="87.352371"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="88.411667"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8632"
+             style="opacity:1;fill:url(#radialGradient8842);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8844);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8634"
+             width="0.56177694"
+             height="1.1132722"
+             x="89.470963"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="90.530258"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8636"
+             style="opacity:1;fill:url(#radialGradient8846);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8848);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8638"
+             width="0.56177694"
+             height="1.1132722"
+             x="92.648857"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="93.708153"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8640"
+             style="opacity:1;fill:url(#radialGradient8850);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8852);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8642"
+             width="0.56177694"
+             height="1.1132722"
+             x="94.767448"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="95.826744"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8644"
+             style="opacity:1;fill:url(#radialGradient8854);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8856);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8646"
+             width="0.56177694"
+             height="1.1132722"
+             x="96.88604"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="97.945335"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8648"
+             style="opacity:1;fill:url(#radialGradient8858);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8860);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8650"
+             width="0.56177694"
+             height="1.1132722"
+             x="99.004631"
+             y="22.151932" />
+          <rect
+             y="22.151932"
+             x="100.06393"
+             height="1.1132722"
+             width="0.56177694"
+             id="rect8652"
+             style="opacity:1;fill:url(#radialGradient8862);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             style="opacity:1;fill:url(#radialGradient8864);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.52964842;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect8654"
+             width="0.56177694"
+             height="1.1132722"
+             x="101.12322"
+             y="22.151932" />
+        </g>
+      </g>
+      <rect
+         transform="translate(-16.948749,10.592968)"
+         clip-path="url(#clipPath6210)"
+         style="opacity:0.35326087;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.05929679000000010;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter6242);enable-background:accumulate"
+         id="rect6206"
+         width="58.261326"
+         height="58.261326"
+         x="68.784294"
+         y="-0.093300603"
+         rx="2.648242"
+         ry="2.648242" />
+      <rect
+         transform="matrix(0.9818182,0,0,0.963807,-15.168477,12.15888)"
+         ry="2.6977313"
+         rx="2.648242"
+         y="-0.093300603"
+         x="68.784294"
+         height="58.261326"
+         width="58.261326"
+         id="rect6246"
+         style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient7089);stroke-width:1.08894777000000009;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter6242);enable-background:accumulate"
+         clip-path="url(#clipPath6210)" />
+      <g
+         transform="translate(-16.948749,11.652265)"
+         id="g6285">
+        <path
+           transform="matrix(0.7864476,0,0,0.7864476,-51.995598,-21.120745)"
+           d="M 158.375,31.09375 A 1.03125,1.03125 0 1 1 156.3125,31.09375 A 1.03125,1.03125 0 1 1 158.375,31.09375 z"
+           sodipodi:ry="1.03125"
+           sodipodi:rx="1.03125"
+           sodipodi:cy="31.09375"
+           sodipodi:cx="157.34375"
+           id="path6275"
+           style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000143px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:type="arc"
+           style="opacity:1;fill:url(#radialGradient6283);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000143px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="path6273"
+           sodipodi:cx="157.34375"
+           sodipodi:cy="31.09375"
+           sodipodi:rx="1.03125"
+           sodipodi:ry="1.03125"
+           d="M 158.375,31.09375 A 1.03125,1.03125 0 1 1 156.3125,31.09375 A 1.03125,1.03125 0 1 1 158.375,31.09375 z"
+           transform="matrix(0.7864476,0,0,0.7864476,-51.995598,-21.61729)" />
+      </g>
+      <g
+         transform="translate(34.956794,11.652265)"
+         id="g6289">
+        <path
+           sodipodi:type="arc"
+           style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000143px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="path6291"
+           sodipodi:cx="157.34375"
+           sodipodi:cy="31.09375"
+           sodipodi:rx="1.03125"
+           sodipodi:ry="1.03125"
+           d="M 158.375,31.09375 A 1.03125,1.03125 0 1 1 156.3125,31.09375 A 1.03125,1.03125 0 1 1 158.375,31.09375 z"
+           transform="matrix(0.7864476,0,0,0.7864476,-51.995598,-21.120745)" />
+        <path
+           transform="matrix(0.7864476,0,0,0.7864476,-51.995598,-21.61729)"
+           d="M 158.375,31.09375 A 1.03125,1.03125 0 1 1 156.3125,31.09375 A 1.03125,1.03125 0 1 1 158.375,31.09375 z"
+           sodipodi:ry="1.03125"
+           sodipodi:rx="1.03125"
+           sodipodi:cy="31.09375"
+           sodipodi:cx="157.34375"
+           id="path6293"
+           style="opacity:1;fill:url(#radialGradient6295);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000143px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+      </g>
+      <path
+         clip-path="url(#clipPath6879)"
+         sodipodi:nodetypes="ccccccsssccssccsccccccscc"
+         id="path7229"
+         d="M -6.5625,24.53125 C -6.950241,24.53125 -7.254192,24.749731 -7.46875,25 L -7.5,24.96875 L -7.53125,25.03125 L -7.875,25.34375 L -12.125,26.5625 C -12.157264,26.569585 -12.188688,26.58006 -12.21875,26.59375 C -12.767664,26.868207 -13.120777,27.147804 -13.3125,27.53125 C -13.504223,27.914696 -13.429021,28.397675 -13.1875,28.6875 C -12.859423,29.081192 -12.329894,29.239888 -11.78125,29.34375 L -12.1875,29.78125 C -12.243792,29.832657 -12.286698,29.897016 -12.3125,29.96875 C -12.343846,30.090131 -12.382395,30.284537 -12.4375,30.46875 C -12.45362,30.50878 -12.464136,30.550844 -12.46875,30.59375 L -12.46875,37.25 C -12.46875,37.54887 -12.355519,37.831675 -12.15625,38.0625 C -11.956981,38.293325 -11.645384,38.46875 -11.28125,38.46875 L -3.4375,38.46875 C -3.113867,38.46875 -2.780607,38.352963 -2.53125,38.09375 L 2.125,33.28125 C 2.35088,33.046445 2.46875,32.741604 2.46875,32.40625 L 2.46875,25.78125 C 2.46875,25.445897 2.350877,25.141055 2.125,24.90625 C 1.901344,24.677
 132 1.573636,24.53125 1.25,24.53125 L -6.5625,24.53125 z"
+         style="opacity:1;fill:#7d7d7d;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8868);stroke-width:0.49686298000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1;display:inline;filter:url(#filter6899);enable-background:new"
+         transform="matrix(2.1319697,0,0,2.1319697,58.727406,5.9100868)" />
+      <g
+         transform="translate(-16.948749,62.498511)"
+         id="g6297">
+        <path
+           sodipodi:type="arc"
+           style="opacity:0.54347827;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000143px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="path6299"
+           sodipodi:cx="157.34375"
+           sodipodi:cy="31.09375"
+           sodipodi:rx="1.03125"
+           sodipodi:ry="1.03125"
+           d="M 158.375,31.09375 A 1.03125,1.03125 0 1 1 156.3125,31.09375 A 1.03125,1.03125 0 1 1 158.375,31.09375 z"
+           transform="matrix(0.7864476,0,0,0.7864476,-51.995598,-21.120745)" />
+        <path
+           transform="matrix(0.7864476,0,0,0.7864476,-51.995598,-21.61729)"
+           d="M 158.375,31.09375 A 1.03125,1.03125 0 1 1 156.3125,31.09375 A 1.03125,1.03125 0 1 1 158.375,31.09375 z"
+           sodipodi:ry="1.03125"
+           sodipodi:rx="1.03125"
+           sodipodi:cy="31.09375"
+           sodipodi:cx="157.34375"
+           id="path6301"
+           style="opacity:1;fill:url(#radialGradient6309);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000143px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+      </g>
+      <g
+         id="g6303"
+         transform="translate(34.956794,62.498511)">
+        <path
+           transform="matrix(0.7864476,0,0,0.7864476,-51.995598,-21.120745)"
+           d="M 158.375,31.09375 A 1.03125,1.03125 0 1 1 156.3125,31.09375 A 1.03125,1.03125 0 1 1 158.375,31.09375 z"
+           sodipodi:ry="1.03125"
+           sodipodi:rx="1.03125"
+           sodipodi:cy="31.09375"
+           sodipodi:cx="157.34375"
+           id="path6305"
+           style="opacity:0.55978262;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000143px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:type="arc"
+           style="opacity:1;fill:url(#radialGradient6311);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000143px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="path6307"
+           sodipodi:cx="157.34375"
+           sodipodi:cy="31.09375"
+           sodipodi:rx="1.03125"
+           sodipodi:ry="1.03125"
+           d="M 158.375,31.09375 A 1.03125,1.03125 0 1 1 156.3125,31.09375 A 1.03125,1.03125 0 1 1 158.375,31.09375 z"
+           transform="matrix(0.7864476,0,0,0.7864476,-51.995598,-21.61729)" />
+      </g>
+      <path
+         sodipodi:nodetypes="cccccc"
+         id="path10202"
+         d="M 95.597749,63.398301 L 98.378403,63.398301 L 98.378403,57.439757 L 96.959446,55.983224 L 95.635325,57.47286 L 95.597749,63.398301 z"
+         style="opacity:0.21195652;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter10224);enable-background:accumulate"
+         transform="matrix(1,0,0,0.8660714,0,8.4908445)" />
+      <g
+         transform="matrix(2.1069701,0,0,2.1069701,248.19704,-231.97231)"
+         id="g6620">
+        <path
+           sodipodi:type="arc"
+           style="opacity:0.15346535;fill:url(#radialGradient6668);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1;filter:url(#filter6756)"
+           id="path7820"
+           sodipodi:cx="14.363107"
+           sodipodi:cy="34.785942"
+           sodipodi:rx="8.7946405"
+           sodipodi:ry="6.0546017"
+           d="M 23.157747,34.785942 A 8.7946405,6.0546017 0 1 1 5.5684662,34.785942 A 8.7946405,6.0546017 0 1 1 23.157747,34.785942 z"
+           transform="matrix(1.1559927,0,0,1.5112159,-107.70869,93.868913)" />
+        <g
+           id="g7542"
+           transform="translate(-89.99014,113.27635)">
+          <g
+             transform="matrix(1.1666667,0,0,1.2,-3.833333,-36.2)"
+             id="g7162">
+            <path
+               style="fill:url(#linearGradient7057);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+               d="M -2.3469765,50.842887 C -2.5563424,50.842887 -2.7366886,50.946396 -2.8581988,51.098498 L -6.9639527,55.188276 C -6.9997476,55.323032 -7.0652904,55.465702 -7.107734,55.603645 L -7.107734,61.24839 C -7.107734,61.620113 -6.8045599,61.919369 -6.4367548,61.919369 L 0.40084338,61.919369 C 0.58474585,61.919369 0.76011291,61.84894 0.88011427,61.727661 L 4.9698925,57.637883 C 5.0898938,57.516604 5.1616008,57.344473 5.1616008,57.158612 L 5.1616008,51.513866 C 5.1616008,51.328005 5.0898938,51.155875 4.9698925,51.034595 C 4.8481233,50.913316 4.6745242,50.842887 4.4906216,50.842887 L -2.3469765,50.842887 z"
+               id="rect6100"
+               sodipodi:nodetypes="cccccccccccscc" />
+            <path
+               sodipodi:nodetypes="ccccccccc"
+               style="fill:url(#linearGradient6674);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+               d="M -6.3738568,55.166667 L 0.088142442,55.166667 C 0.43502581,55.166667 0.71428575,55.451224 0.71428575,55.804688 L 0.71428575,61.195312 C 0.71428575,61.548776 0.43502581,61.833333 0.088142442,61.833333 L -6.3738568,61.833333 C -6.7207401,61.833333 -7,61.548776 -7,61.195312 L -7,55.804688 C -7,55.451224 -6.7207401,55.166667 -6.3738568,55.166667 z"
+               id="path6105" />
+          </g>
+          <path
+             sodipodi:nodetypes="ccccc"
+             id="path7253"
+             d="M -5,25 L -10,30 L -6,30 L -1,25 L -5,25"
+             style="opacity:0.12313436;fill:url(#linearGradient6676);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             sodipodi:nodetypes="ccccc"
+             id="path6126"
+             d="M -1,25 L -10.5,29 L -7,29 L -2,26 L -1,25"
+             style="fill:#babdb6;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             transform="matrix(1.0123591,0,0,1.0123591,6.7589076e-2,-0.3893124)"
+             sodipodi:nodetypes="csssccccccssssccsccsccsccccscc"
+             id="path7235"
+             d="M -6.6447114,25.04901 C -6.6703347,25.04901 -6.7034305,25.055941 -6.8127058,25.183403 C -6.8449728,25.207741 -6.8786287,25.230176 -6.9135027,25.250601 C -6.9348684,25.274012 -6.957291,25.296433 -6.9807005,25.317799 C -7.0020662,25.34121 -7.0244887,25.363631 -7.0478982,25.384997 L -7.0814972,25.384997 C -7.1028629,25.408408 -7.1252854,25.430829 -7.1486951,25.452195 L -7.3502886,25.653789 C -7.4651623,25.761676 -7.6030191,25.842092 -7.7534754,25.888982 L -12.322928,27.19934 C -12.753526,27.423356 -12.897103,27.574916 -12.961306,27.703322 C -12.962263,27.705233 -12.924733,27.848009 -12.961306,27.804119 C -12.873309,27.909718 -12.573846,28.075323 -12.054136,28.173708 C -11.688691,28.247754 -11.390698,28.511488 -11.272784,28.865227 C -11.154871,29.218964 -11.235027,29.608746 -11.482956,29.887251 L -11.852542,30.290439 C -11.873848,30.384585 -11.910432,30.473309 -11.953339,30.626429 C -11.961355,30.655032 -11.944568,30.664301 -11.953339,30.693627 L -11.953339,37.68
 2201 C -11.953339,37.74046 -11.952936,37.806425 -11.886141,37.883792 C -11.852284,37.923011 -11.775127,37.95099 -11.718146,37.95099 L -3.2848201,37.95099 C -3.1852899,37.95099 -3.1037202,37.940025 -3.0496277,37.883792 C -3.0498083,37.872596 -3.0498083,37.861394 -3.0496277,37.850196 L 1.9566104,32.675962 C 2.0127189,32.617637 2.0238084,32.59087 2.0238084,32.474368 L 2.0238084,25.351398 C 2.0238084,25.234906 2.0127212,25.174536 1.9566104,25.116208 C 1.9170176,25.075645 1.7899824,25.04901 1.755017,25.04901 L -6.6447114,25.04901 z"
+             style="opacity:0.53358207999999996;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7079);stroke-width:0.26697460000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1;filter:url(#filter7069)" />
+          <path
+             sodipodi:nodetypes="cccccc"
+             id="path7184"
+             d="M -1,25 L -12,27.5 L -10,29 L -7,29 L -2,26 L -1,25"
+             style="fill:url(#linearGradient6678);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             sodipodi:nodetypes="ccccc"
+             id="path7171"
+             d="M -5,25 L -12,27 L -8,27 L -1,25 L -5,25"
+             style="fill:url(#linearGradient6680);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             sodipodi:nodetypes="cccccc"
+             id="rect7173"
+             d="M -12,27 L -8.2868349,27 L -8,27 C -10,28 -8.5,29 -7,29 L -11,29 C -12.5,29 -14,28 -12,27 z"
+             style="fill:url(#linearGradient6682);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:1" />
+          <path
+             style="fill:url(#linearGradient6684);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+             d="M -9.5941664,32 L -5.405834,32 C -5.181002,32 -5,32.195125 -5,32.4375 L -5,35.5625 C -5,35.804876 -5.181002,36 -5.405834,36 L -9.5941664,36 C -9.8189979,36 -10,35.804876 -10,35.5625 L -10,32.4375 C -10,32.195125 -9.8189979,32 -9.5941664,32 z"
+             id="path7275" />
+        </g>
+        <path
+           sodipodi:nodetypes="ccccc"
+           id="path6760"
+           d="M -95.20718,149.26846 L -96.464076,151.7194 L -99.983382,151.7194 L -97.972351,149.26846 L -95.20718,149.26846 z"
+           style="opacity:0.23369565000000000;fill:url(#linearGradient6909);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000142999999997px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           style="fill:url(#linearGradient6686);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="M -95.30264,143.83885 C -95.30264,143.83885 -99.492014,147.10654 -103.39639,150.33885 C -105.34858,151.955 -107.09445,153.5599 -108.11514,155.1201 C -108.62549,155.9002 -109.10226,156.74332 -108.77139,157.90135 C -108.60596,158.48036 -108.16,159.02257 -107.67764,159.3076 C -107.19528,159.59263 -106.71949,159.71383 -106.17764,159.77635 C -104.05376,160.02141 -101.44666,159.38276 -98.33389,158.4951 C -95.221123,157.60744 -91.664644,156.41274 -88.08389,155.2451 C -84.503136,154.07746 -80.887505,152.93904 -77.74014,152.2451 C -74.592775,151.55116 -71.905036,151.36013 -70.36514,151.7451 C -69.636209,151.92733 -69.619588,152.04592 -69.61514,152.0576 C -69.610692,152.06928 -69.550563,152.39303 -69.83389,152.9951 C -70.400544,154.19924 -72.079025,156.11163 -74.02139,157.9326 C -77.90612,161.57453 -82.86514,165.0576 -82.86514,165.0576 L -81.11514,167.4951 C -81.11514,167.4951 -76.07416,163.97817 -71.95889,160.1201 C -69.901255,158.19107 -68.079736,156.22846 -67.14639,15
 4.2451 C -66.679717,153.25342 -66.369588,152.13186 -66.80264,150.9951 C -67.235692,149.85834 -68.344071,149.12537 -69.61514,148.8076 C -72.075244,148.19257 -75.05938,148.6031 -78.39639,149.33885 C -81.7334,150.0746 -85.414644,151.19399 -89.02139,152.3701 C -92.628136,153.54621 -96.149782,154.76557 -99.14639,155.6201 C -102.05869,156.45059 -104.44432,156.84019 -105.61514,156.7451 C -104.99521,155.79749 -103.3192,154.19144 -101.45889,152.65135 C -97.738266,149.57116 -93.49014,146.27635 -93.49014,146.27635 L -95.30264,143.83885 z"
+           id="path7506"
+           sodipodi:nodetypes="cssssssssssssccssssssscscc" />
+        <path
+           style="opacity:0.19029852000000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6690);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter6997)"
+           d="M -94.317805,144.54596 C -94.317805,144.54596 -112.7553,157.23346 -106.2553,157.98346 C -99.755305,158.73346 -78.255305,147.98346 -70.255305,149.98346 C -62.255305,151.98346 -82.255305,165.98346 -82.255305,165.98346"
+           id="path7502"
+           sodipodi:nodetypes="cssc" />
+        <path
+           style="fill:url(#linearGradient6692);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+           d="M -99.901371,143.3076 L -99.58389,145.3076 L -95.39639,145.3076 C -95.171558,145.3076 -94.99014,145.50272 -94.99014,145.7451 L -94.99014,148.8701 L -92.99014,148.5576 L -92.99014,144.08885 C -92.99014,143.66469 -93.304194,143.3076 -93.70889,143.3076 L -99.901371,143.3076 z"
+           id="path7512"
+           sodipodi:nodetypes="ccccccccc" />
+        <path
+           style="opacity:0.35447759;fill:url(#linearGradient6694);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+           d="M -99.584306,145.27635 L -95.395974,145.27635 C -95.171142,145.27635 -94.99014,145.47147 -94.99014,145.71385 L -94.99014,148.83885 C -94.99014,149.08123 -95.171142,149.27635 -95.395974,149.27635 L -99.584306,149.27635 C -99.809138,149.27635 -99.99014,149.08123 -99.99014,148.83885 L -99.99014,145.71385 C -99.99014,145.47147 -99.809138,145.27635 -99.584306,145.27635 z"
+           id="path7810" />
+        <path
+           mask="url(#mask6870)"
+           clip-path="url(#clipPath6836)"
+           sodipodi:nodetypes="cssssssssssssccssssssscscc"
+           id="path6832"
+           d="M -95.30264,143.83885 C -95.30264,143.83885 -99.492014,147.10654 -103.39639,150.33885 C -105.34858,151.955 -107.09445,153.5599 -108.11514,155.1201 C -108.62549,155.9002 -109.10226,156.74332 -108.77139,157.90135 C -108.60596,158.48036 -108.16,159.02257 -107.67764,159.3076 C -107.19528,159.59263 -106.71949,159.71383 -106.17764,159.77635 C -104.05376,160.02141 -101.44666,159.38276 -98.33389,158.4951 C -95.221123,157.60744 -91.664644,156.41274 -88.08389,155.2451 C -84.503136,154.07746 -80.887505,152.93904 -77.74014,152.2451 C -74.592775,151.55116 -71.905036,151.36013 -70.36514,151.7451 C -69.636209,151.92733 -69.619588,152.04592 -69.61514,152.0576 C -69.610692,152.06928 -69.550563,152.39303 -69.83389,152.9951 C -70.400544,154.19924 -72.079025,156.11163 -74.02139,157.9326 C -77.90612,161.57453 -82.86514,165.0576 -82.86514,165.0576 L -81.11514,167.4951 C -81.11514,167.4951 -76.07416,163.97817 -71.95889,160.1201 C -69.901255,158.19107 -68.079736,156.22846 -67.14639,15
 4.2451 C -66.679717,153.25342 -66.369588,152.13186 -66.80264,150.9951 C -67.235692,149.85834 -68.344071,149.12537 -69.61514,148.8076 C -72.075244,148.19257 -75.05938,148.6031 -78.39639,149.33885 C -81.7334,150.0746 -85.414644,151.19399 -89.02139,152.3701 C -92.628136,153.54621 -96.149782,154.76557 -99.14639,155.6201 C -102.05869,156.45059 -104.44432,156.84019 -105.61514,156.7451 C -104.99521,155.79749 -103.3192,154.19144 -101.45889,152.65135 C -97.738266,149.57116 -93.49014,146.27635 -93.49014,146.27635 L -95.30264,143.83885 z"
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:0.50275833999999997;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter6852);opacity:0.48019802" />
+        <path
+           sodipodi:nodetypes="cssc"
+           id="path7001"
+           d="M -94.317805,144.54596 C -94.317805,144.54596 -112.7553,157.23346 -106.2553,157.98346 C -99.755305,158.73346 -78.255305,147.98346 -70.255305,149.98346 C -62.255305,151.98346 -82.255305,165.98346 -82.255305,165.98346"
+           style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient7011);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter6997)" />
+        <path
+           style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient7055);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter6997)"
+           d="M -94.317805,144.54596 C -94.317805,144.54596 -112.7553,157.23346 -106.2553,157.98346 C -99.755305,158.73346 -78.255305,147.98346 -70.255305,149.98346 C -62.255305,151.98346 -82.255305,165.98346 -82.255305,165.98346"
+           id="path7053"
+           sodipodi:nodetypes="cssc" />
+      </g>
+      <path
+         sodipodi:nodetypes="ccc"
+         transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)"
+         id="path7091"
+         d="M 181.25,242.75 C 197.34036,228.77996 216.47531,216.68352 224.5,197.75 C 212.10897,214.77564 196.08277,228.16611 181.25,242.75 z"
+         style="opacity:1;fill:url(#radialGradient7107);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <path
+         style="opacity:0.52717391000000002;fill:url(#radialGradient7111);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="M 46.304137,79.30942 C 39.942144,83.186233 28.13317,89.216669 23.337057,98.995445 C 30.386635,90.353012 38.371832,85.281817 46.304137,79.30942 z"
+         id="path7109"
+         sodipodi:nodetypes="ccc" />
+      <g
+         id="g8753"
+         transform="translate(0,-16.948748)">
+        <path
+           style="opacity:1;fill:url(#radialGradient8764);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000143px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="M 77.405272,35.889687 C 77.058914,35.889687 76.781044,36.167556 76.781044,36.513916 L 76.781044,40.19781 L 72.085143,40.19781 C 71.431202,40.19781 70.907621,40.721387 70.907621,41.375332 L 70.907621,59.70495 C 70.907621,60.358891 71.431202,60.882471 72.085143,60.882471 L 92.462421,60.882471 C 93.116361,60.882471 93.639941,60.358891 93.639941,59.70495 L 93.639941,41.375332 C 93.639941,40.721389 93.116361,40.197811 92.462421,40.19781 L 87.898931,40.19781 L 87.898931,36.513916 C 87.898931,36.167556 87.621061,35.889688 87.274701,35.889687 L 77.405272,35.889687 z"
+           id="rect6256"
+           sodipodi:nodetypes="ccccccccccccccc" />
+        <path
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8766);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 84.686124,58.108725 L 84.686124,53.592895"
+           id="path6913"
+           sodipodi:nodetypes="cc" />
+        <path
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8768);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 86.818536,58.108725 L 86.818536,53.592895"
+           id="path6915"
+           sodipodi:nodetypes="cc" />
+        <path
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8770);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 88.931664,58.108725 L 88.931664,53.592895"
+           id="path6919"
+           sodipodi:nodetypes="cc" />
+        <path
+           sodipodi:nodetypes="cc"
+           id="path6933"
+           d="M 76.211749,58.108725 L 76.211749,53.592895"
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8772);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
+        <path
+           sodipodi:nodetypes="cc"
+           id="path6935"
+           d="M 78.377264,58.108725 L 78.377264,53.592895"
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8774);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
+        <path
+           sodipodi:nodetypes="cc"
+           id="path6937"
+           d="M 80.44347,58.108725 L 80.44347,53.592895"
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8776);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
+        <path
+           sodipodi:nodetypes="cc"
+           id="path6939"
+           d="M 82.542779,58.108725 L 82.542779,53.592895"
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8778);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7453)" />
+        <path
+           sodipodi:type="inkscape:offset"
+           inkscape:radius="0.29608247"
+           inkscape:original="M 77.40625 35.875 C 77.059891 35.875 76.78125 36.15364 76.78125 36.5 L 76.78125 40.1875 L 72.09375 40.1875 C 71.439808 40.187499 70.90625 40.721055 70.90625 41.375 L 70.90625 59.71875 C 70.906248 60.372693 71.439809 60.875 72.09375 60.875 L 92.46875 60.875 C 93.122693 60.875002 93.625 60.372691 93.625 59.71875 L 93.625 41.375 C 93.625003 40.721057 93.12269 40.187501 92.46875 40.1875 L 87.90625 40.1875 L 87.90625 36.5 C 87.906248 36.15364 87.62761 35.875001 87.28125 35.875 L 77.40625 35.875 z "
+           xlink:href="#rect6256"
+           style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient8780);stroke-width:0.52964836;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="path7113"
+           inkscape:href="#rect6256"
+           d="M 77.40625,35.59375 C 76.901095,35.59375 76.5,35.994844 76.5,36.5 L 76.5,39.90625 L 72.09375,39.90625 C 71.278757,39.906249 70.625,40.560005 70.625,41.375 L 70.625,59.71875 C 70.624998,60.533745 71.288191,61.15625 72.09375,61.15625 L 92.46875,61.15625 C 93.274313,61.156252 93.90625,60.524309 93.90625,59.71875 L 93.90625,41.375 C 93.906254,40.569436 93.283741,39.906251 92.46875,39.90625 L 88.1875,39.90625 L 88.1875,36.5 C 88.187497,35.994847 87.786404,35.593751 87.28125,35.59375 L 77.40625,35.59375 z" />
+      </g>
+      <path
+         style="opacity:1;fill:url(#radialGradient8878);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="M 95.200513,63.398301 L 97.981167,63.398301 L 97.981167,57.439757 L 96.56221,55.983224 L 95.238089,57.47286 L 95.200513,63.398301 z"
+         id="path8870"
+         sodipodi:nodetypes="cccccc" />
+      <path
+         style="font-size:4.13811636px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient8891);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Myriad;-inkscape-font-specification:Myriad"
+         d="M 96.796584,53.958349 L 96.796584,53.731687 L 95.89304,53.731687 L 95.89304,53.725478 L 96.051393,53.576439 C 96.476772,53.166584 96.746905,52.865402 96.746905,52.492807 C 96.746905,52.204046 96.563711,51.905968 96.132122,51.905968 C 95.89925,51.905968 95.697427,51.996013 95.560808,52.110896 L 95.647747,52.303404 C 95.740896,52.22578 95.89304,52.132631 96.076233,52.132631 C 96.377413,52.132631 96.473667,52.322034 96.473667,52.526962 C 96.473667,52.831248 96.23769,53.092065 95.722266,53.582649 L 95.508024,53.790681 L 95.508024,53.958349 L 96.796584,53.958349 M 98.795162,52.859192 L 98.10586,52.859192 L 98.10586,53.07654 L 98.528135,53.07654 L 98.528135,53.700638 C 98.466035,53.731687 98.344942,53.756527 98.167959,53.756527 C 97.677375,53.756527 97.360668,53.442925 97.360668,52.911977 C 97.360668,52.387238 97.6929,52.070532 98.202113,52.070532 C 98.413251,52.070532 98.552975,52.107791 98.664753,52.160576 L 98.733062,51.940124 C 98.643018,51.896654 98.45051,51.84386
 9 98.208324,51.843869 C 97.506602,51.843869 97.075012,52.3003 97.075012,52.924397 C 97.075012,53.250417 97.186791,53.529864 97.366878,53.703743 C 97.571805,53.899355 97.832623,53.980084 98.149329,53.980084 C 98.431881,53.980084 98.674068,53.911775 98.795162,53.865201 L 98.795162,52.859192 M 99.20652,53.952139 C 99.296564,53.96456 99.439393,53.976979 99.62569,53.976979 C 99.967236,53.976979 100.20321,53.914879 100.34604,53.781367 C 100.45471,53.678903 100.52613,53.542284 100.52613,53.362197 C 100.52613,53.051701 100.29326,52.887137 100.09454,52.840562 L 100.09454,52.831248 C 100.31189,52.753624 100.4485,52.57664 100.4485,52.371713 C 100.4485,52.20715 100.3802,52.082952 100.27152,52.002223 C 100.14422,51.896654 99.970341,51.850079 99.70021,51.850079 C 99.513912,51.850079 99.324508,51.868709 99.20652,51.896654 L 99.20652,53.952139 M 99.476652,52.076742 C 99.520122,52.067427 99.591536,52.058112 99.715734,52.058112 C 99.988971,52.058112 100.17216,52.157471 100.17216,52.399658 C 1
 00.17216,52.60148 100.0045,52.753624 99.721945,52.753624 L 99.476652,52.753624 L 99.476652,52.076742 M 99.476652,52.955447 L 99.70021,52.955447 C 99.99518,52.955447 100.24047,53.07654 100.24047,53.359092 C 100.24047,53.663378 99.982761,53.765842 99.703315,53.765842 C 99.60706,53.765842 99.532541,53.762737 99.476652,53.753422 L 99.476652,52.955447 M 100.86136,54.082548 L 101.73076,51.83145 L 101.51652,51.83145 L 100.65333,54.082548 L 100.86136,54.082548 M 101.84797,53.886936 C 101.95354,53.949035 102.10569,53.992504 102.27025,53.992504 C 102.62111,53.992504 102.82914,53.806206 102.82914,53.53918 C 102.82914,53.312517 102.69252,53.182108 102.43481,53.085855 C 102.23919,53.011336 102.15226,52.955447 102.15226,52.828143 C 102.15226,52.716364 102.23919,52.623215 102.40066,52.623215 C 102.54039,52.623215 102.64906,52.675999 102.70805,52.710155 L 102.77325,52.514541 C 102.69252,52.461757 102.55901,52.421393 102.40687,52.421393 C 102.08706,52.421393 101.88834,52.62011 101.88834,52.8
 62297 C 101.88834,53.042385 102.01564,53.188319 102.28887,53.287677 C 102.4876,53.362197 102.56522,53.433611 102.56522,53.564019 C 102.56522,53.691322 102.47207,53.787577 102.27646,53.787577 C 102.13984,53.787577 101.99701,53.731687 101.91317,53.682008 L 101.84797,53.886936"
+         id="text8880" />
+      <rect
+         style="opacity:1;fill:url(#linearGradient8901);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8893"
+         width="5.1875"
+         height="2.875"
+         x="201.9375"
+         y="143.125"
+         transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)" />
+      <rect
+         style="opacity:0.9293478;fill:url(#linearGradient10192);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect10184"
+         width="46.609058"
+         height="3.6446598"
+         x="58.19133"
+         y="50.223297"
+         rx="0.74290448"
+         ry="0.74290454" />
+      <path
+         style="opacity:0.76086957;fill:url(#radialGradient10236);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="M 203.03125,145.65625 L 203.09375,135.0625 L 204.59375,132.96875 L 203.78125,135.03125 L 203.71875,145.0625 L 203.03125,145.65625 z"
+         id="path10228"
+         transform="matrix(0.5296484,0,0,0.5296484,-11.722258,-13.864159)"
+         sodipodi:nodetypes="cccccc" />
+    </g>
+    <g
+       id="g7837"
+       transform="translate(296.06595,39.041923)">
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path7013"
+         d="M 5,12 L 8,12 L 10,12 L 7,12 L 5,12 z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+      <path
+         transform="matrix(1.1559927,0,0,1.1167882,-1.4892394,-5.8125919)"
+         d="M 23.157747,34.785942 A 8.7946405,6.0546017 0 1 1 5.5684662,34.785942 A 8.7946405,6.0546017 0 1 1 23.157747,34.785942 z"
+         sodipodi:ry="6.0546017"
+         sodipodi:rx="8.7946405"
+         sodipodi:cy="34.785942"
+         sodipodi:cx="14.363107"
+         id="path7840"
+         style="opacity:0.45895523;fill:url(#radialGradient7885);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1"
+         sodipodi:type="arc" />
+      <rect
+         transform="matrix(1.015625,0,0,1.015625,-0.4902344,-0.2714844)"
+         ry="3.7225697"
+         rx="3.7225697"
+         y="2.875"
+         x="15.375001"
+         height="29"
+         width="32.000004"
+         id="rect7696"
+         style="opacity:0.1204819;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642;filter:url(#filter5386)" />
+      <rect
+         ry="2.780735"
+         rx="2.8766227"
+         y="1.5"
+         x="14.500001"
+         height="29"
+         width="32.000004"
+         id="rect5925"
+         style="fill:url(#linearGradient7887);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+      <rect
+         style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8911);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8903"
+         width="25.625"
+         height="6.9999995"
+         x="17.74655"
+         y="20.520576"
+         rx="0.75"
+         ry="0.75" />
+      <path
+         transform="matrix(2.1428572,0,0,2.0867798,44.428572,-0.6301697)"
+         d="M -12.5,1.5 C -13.072952,1.5 -13.5,1.9270471 -13.5,2.5 L -13.5,13.5 C -13.5,14.072953 -13.072954,14.5 -12.5,14.5 L -0.5,14.5 C 0.072953444,14.5 0.5,14.072954 0.5,13.5 L 0.5,2.5 C 0.5,1.9270468 0.072953144,1.5 -0.5,1.5 L -12.5,1.5 z"
+         id="path6964"
+         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7889);stroke-width:0.47289538;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+         inkscape:original="M -12.5 0.5 C -13.608449 0.5 -14.5 1.3915505 -14.5 2.5 L -14.5 13.5 C -14.5 14.608449 -13.60845 15.5 -12.5 15.5 L -0.5 15.5 C 0.60844948 15.5 1.5 14.60845 1.5 13.5 L 1.5 2.5 C 1.5 1.3915505 0.60844948 0.5 -0.5 0.5 L -12.5 0.5 z "
+         inkscape:radius="-0.99866015"
+         sodipodi:type="inkscape:offset" />
+      <path
+         transform="translate(0.25,-0.625)"
+         d="M 14.6875,31 C 14.619177,31.017916 14.555326,31.049841 14.5,31.09375 C 14.5,31.09375 10.195229,34.415989 6.28125,37.65625 C 4.316376,39.282908 2.5162731,40.913519 1.4375,42.5625 C 0.91466802,43.361686 0.33442463,44.404861 0.71875,45.75 C 0.9275427,46.480774 1.4549221,47.109726 2.0625,47.46875 C 2.6167319,47.796251 3.1674141,47.932778 3.75,48 C 6.0211642,48.262057 8.6583138,47.609306 11.78125,46.71875 C 14.911534,45.826099 18.484598,44.604207 22.0625,43.4375 C 25.639946,42.270942 29.261929,41.155126 32.375,40.46875 C 35.48201,39.783711 38.133895,39.627224 39.5,39.96875 C 39.718805,40.023451 39.763413,40.030877 39.84375,40.0625 C 39.824168,40.168535 39.78709,40.288372 39.6875,40.5 C 39.197395,41.541473 37.544362,43.481849 35.625,45.28125 C 31.779852,48.886076 26.84375,52.375 26.84375,52.375 C 26.730444,52.452627 26.653276,52.57271 26.629743,52.708026 C 26.60621,52.843342 26.638304,52.982428 26.71875,53.09375 L 28.46875,55.53125 C 28.637946,55.737822 28.937922,55.77
 8728 29.15625,55.625 C 29.15625,55.625 34.220988,52.113137 38.375,48.21875 C 40.448974,46.2744 42.325551,44.284766 43.3125,42.1875 C 43.80516,41.140598 44.157793,39.847802 43.65625,38.53125 C 43.146184,37.192325 41.882294,36.376823 40.5,36.03125 C 37.894103,35.379776 34.829212,35.821579 31.46875,36.5625 C 28.102571,37.304681 24.425802,38.446749 20.8125,39.625 C 17.200009,40.802986 13.693676,41.995401 10.71875,42.84375 C 8.5379899,43.465629 6.8269173,43.771279 5.59375,43.875 C 6.3789191,42.999609 7.4710187,41.917692 8.84375,40.78125 C 12.555108,37.708732 16.8125,34.40625 16.8125,34.40625 C 17.029502,34.246251 17.084294,33.944894 16.9375,33.71875 L 15.25,31.21875 C 15.130504,31.030679 14.902661,30.942074 14.6875,31 z"
+         id="path7678"
+         style="opacity:0.31927712;fill:url(#linearGradient7891);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter5406)"
+         inkscape:original="M 14.8125 31.5 C 14.8125 31.5 10.498126 34.830189 6.59375 38.0625 C 4.6415622 39.678655 2.8956918 41.28355 1.875 42.84375 C 1.3646541 43.62385 0.8878846 44.466971 1.21875 45.625 C 1.3841827 46.204014 1.8301355 46.746216 2.3125 47.03125 C 2.7948645 47.316284 3.2706533 47.437479 3.8125 47.5 C 5.9363798 47.745063 8.5434834 47.106406 11.65625 46.21875 C 14.769017 45.331094 18.325496 44.136387 21.90625 42.96875 C 25.487004 41.801113 29.102635 40.662687 32.25 39.96875 C 35.397365 39.274813 38.085104 39.083776 39.625 39.46875 C 40.353931 39.650983 40.370552 39.769574 40.375 39.78125 C 40.379448 39.792926 40.439577 40.11668 40.15625 40.71875 C 39.589596 41.92289 37.911115 43.835283 35.96875 45.65625 C 32.08402 49.298184 27.125 52.78125 27.125 52.78125 L 28.875 55.21875 C 28.875 55.21875 33.91598 51.701816 38.03125 47.84375 C 40.088885 45.914717 41.910404 43.95211 42.84375 41.96875 C 43.310423 40.97707 43.620552 39.855512 43.1875 38.71875 C 42.754448 37.58
 1988 41.646069 36.849017 40.375 36.53125 C 37.914896 35.916224 34.93076 36.32675 31.59375 37.0625 C 28.25674 37.79825 24.575496 38.917637 20.96875 40.09375 C 17.362004 41.269863 13.840358 42.489218 10.84375 43.34375 C 7.9314529 44.174239 5.5458184 44.563842 4.375 44.46875 C 4.9949332 43.521138 6.6709378 41.915095 8.53125 40.375 C 12.251874 37.294811 16.5 34 16.5 34 L 14.8125 31.5 z "
+         inkscape:radius="0.50945717"
+         sodipodi:type="inkscape:offset" />
+      <g
+         transform="translate(20,0)"
+         id="g7846">
+        <g
+           id="g7848"
+           transform="matrix(1.1666667,0,0,1.2,-3.833333,-36.2)">
+          <path
+             sodipodi:nodetypes="cccccccccccscc"
+             id="path7850"
+             d="M -2.34375,51 C -2.5485199,51 -2.7249072,51.101237 -2.84375,51.25 L -6.859375,55.25 C -6.8943841,55.381797 -6.9584881,55.521336 -7,55.65625 L -7,61.177083 C -7,61.540646 -6.7034811,61.833333 -6.34375,61.833333 L 0.34375,61.833333 C 0.52361547,61.833333 0.6951329,61.76445 0.8125,61.645833 L 4.8125,57.645833 C 4.9298671,57.527216 5,57.358864 5,57.177083 L 5,51.65625 C 5,51.474469 4.9298671,51.306117 4.8125,51.1875 C 4.6934039,51.068883 4.5236156,51 4.34375,51 L -2.34375,51 z"
+             style="fill:url(#linearGradient7893);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+          <path
+             id="path7852"
+             d="M -6.3738568,55.166667 L 0.088142442,55.166667 C 0.43502581,55.166667 0.71428575,55.451224 0.71428575,55.804688 L 0.71428575,61.195312 C 0.71428575,61.548776 0.43502581,61.833333 0.088142442,61.833333 L -6.3738568,61.833333 C -6.7207401,61.833333 -7,61.548776 -7,61.195312 L -7,55.804688 C -7,55.451224 -6.7207401,55.166667 -6.3738568,55.166667 z"
+             style="fill:url(#linearGradient7895);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+             sodipodi:nodetypes="ccccccccc" />
+        </g>
+        <path
+           style="opacity:0.12313436;fill:url(#linearGradient7897);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M -5,25 L -10,30 L -6,30 L -1,25 L -5,25"
+           id="path7854"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           style="fill:#babdb6;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M -1,25 L -10.5,29 L -7,29 L -2,26 L -1,25"
+           id="path7856"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           style="opacity:0.53358208;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:1"
+           d="M -6.5625,25.5 C -6.586332,25.5 -6.617114,25.506448 -6.71875,25.625 C -6.748761,25.647634 -6.780064,25.668503 -6.8125,25.6875 C -6.832372,25.709273 -6.853227,25.730128 -6.875,25.75 C -6.894872,25.771773 -6.915727,25.792628 -6.9375,25.8125 L -6.96875,25.8125 C -6.988622,25.834273 -7.009477,25.855128 -7.03125,25.875 L -7.21875,26.0625 C -7.325593,26.162845 -7.453812,26.237639 -7.59375,26.28125 L -11.84375,27.5 C -12.244246,27.708356 -12.377785,27.84932 -12.4375,27.96875 C -12.438388,27.970526 -12.403483,28.103321 -12.4375,28.0625 C -12.355653,28.160716 -12.077127,28.314744 -11.59375,28.40625 C -11.253853,28.475121 -10.976692,28.720417 -10.867022,29.049424 C -10.757353,29.378432 -10.831905,29.740965 -11.0625,30 L -11.40625,30.375 C -11.426065,30.462564 -11.460093,30.545084 -11.5,30.6875 C -11.507455,30.714105 -11.491841,30.722726 -11.5,30.75 L -11.5,37.25 C -11.5,37.304188 -11.499624,37.365539 -11.4375,37.4375 C -11.40601,37.473977 -11.334247,37.5 -11.28125,37.5 L
  -3.4375,37.5 C -3.344928,37.5 -3.269061,37.4898 -3.21875,37.4375 C -3.218918,37.427084 -3.218918,37.416666 -3.21875,37.40625 L 1.4375,32.59375 C 1.489686,32.539502 1.5,32.514607 1.5,32.40625 L 1.5,25.78125 C 1.5,25.6729 1.489688,25.616751 1.4375,25.5625 C 1.400675,25.524775 1.282521,25.5 1.25,25.5 L -6.5625,25.5 z"
+           id="path7858"
+           sodipodi:nodetypes="csssccccccssssccsccsccsccccscc" />
+        <path
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:1"
+           d="M -6.5625,24.53125 C -6.950241,24.53125 -7.254192,24.749731 -7.46875,25 L -7.5,24.96875 L -7.53125,25.03125 L -7.875,25.34375 L -12.125,26.5625 C -12.157264,26.569585 -12.188688,26.58006 -12.21875,26.59375 C -12.767664,26.868207 -13.120777,27.147804 -13.3125,27.53125 C -13.504223,27.914696 -13.429021,28.397675 -13.1875,28.6875 C -12.859423,29.081192 -12.329894,29.239888 -11.78125,29.34375 L -12.1875,29.78125 C -12.243792,29.832657 -12.286698,29.897016 -12.3125,29.96875 C -12.343846,30.090131 -12.382395,30.284537 -12.4375,30.46875 C -12.45362,30.50878 -12.464136,30.550844 -12.46875,30.59375 L -12.46875,37.25 C -12.46875,37.54887 -12.355519,37.831675 -12.15625,38.0625 C -11.956981,38.293325 -11.645384,38.46875 -11.28125,38.46875 L -3.4375,38.46875 C -3.113867,38.46875 -2.780607,38.352963 -2.53125,38.09375 L 2.125,33.28125 C 2.35088,33.046445 2.46875,32.741604 2.46875,32.40625 L 2.46875,25.78125 C 2.46875,25.445897 2.350877,25.141055 2.125,24.90625 C 1.901344,24.6
 77132 1.573636,24.53125 1.25,24.53125 L -6.5625,24.53125 z"
+           id="path7860"
+           sodipodi:nodetypes="ccccccsssccssccsccccccscc" />
+        <path
+           style="fill:url(#linearGradient7899);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M -1,25 L -12,27.5 L -10,29 L -7,29 L -2,26 L -1,25"
+           id="path7862"
+           sodipodi:nodetypes="cccccc" />
+        <path
+           style="fill:url(#linearGradient7901);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M -5,25 L -12,27 L -8,27 L -1,25 L -5,25"
+           id="path7864"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           style="fill:url(#linearGradient7903);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:1"
+           d="M -12,27 L -8.2868349,27 L -8,27 C -10,28 -8.5,29 -7,29 L -11,29 C -12.5,29 -14,28 -12,27 z"
+           id="path7866"
+           sodipodi:nodetypes="cccccc" />
+        <path
+           id="path7868"
+           d="M -9.5941664,32 L -5.405834,32 C -5.181002,32 -5,32.195125 -5,32.4375 L -5,35.5625 C -5,35.804876 -5.181002,36 -5.405834,36 L -9.5941664,36 C -9.8189979,36 -10,35.804876 -10,35.5625 L -10,32.4375 C -10,32.195125 -9.8189979,32 -9.5941664,32 z"
+           style="fill:url(#linearGradient7905);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+      </g>
+      <path
+         sodipodi:nodetypes="ccccccccccccccccc"
+         id="rect7327"
+         d="M 29.480478,6.068145 C 28.841463,6.068145 28.32502,6.584057 28.32502,7.222414 L 28.32502,7.510202 C 28.32502,7.803424 28.095708,8.053387 27.781275,8.053387 L 26.218008,8.053387 C 25.578993,8.053387 25.06255,8.756799 25.06255,9.395156 L 25.06255,15.840086 C 25.06255,16.478444 25.578994,16.994355 26.218008,16.994355 L 34.781992,16.994355 C 35.421007,16.994355 35.93745,16.478443 35.93745,15.840086 L 35.93745,9.395156 C 35.93745,8.756798 35.421008,8.053387 34.781992,8.053387 L 33.218725,8.053387 C 32.956948,8.071055 32.67498,7.867091 32.67498,7.527176 L 32.67498,7.222414 C 32.67498,6.584056 32.158536,6.068145 31.519522,6.068145 L 29.480478,6.068145 z"
+         style="opacity:1;fill:url(#linearGradient7907);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="ccccccccccccc"
+         id="path7350"
+         d="M 29.5625,5.4375 C 28.453144,5.4375 27.577814,6.345513 27.5,7.4375 L 26.5625,7.4375 C 25.40342,7.4375 24.4375,8.403421 24.4375,9.5625 L 24.4375,15.4375 C 24.4375,16.59658 25.403421,17.5625 26.5625,17.5625 L 34.4375,17.5625 C 35.59658,17.5625 36.5625,16.596579 36.5625,15.4375 L 36.5625,9.5625 C 36.5625,8.403423 35.596579,7.4375 34.4375,7.4375 L 33.5,7.4375 C 33.422186,6.345512 32.546855,5.4375 31.4375,5.4375 L 29.5625,5.4375 z"
+         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7909);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:1" />
+      <g
+         transform="translate(1,-12)"
+         style="fill-opacity:1;stroke:url(#linearGradient7919)"
+         id="g7393">
+        <path
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7911);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 26.5,26.5 L 26.5,24.5"
+           id="path7352"
+           sodipodi:nodetypes="cc" />
+        <path
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7913);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 28.5,26.5 L 28.5,24.5"
+           id="path7362"
+           sodipodi:nodetypes="cc" />
+        <path
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7915);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 30.5,26.5 L 30.5,24.5"
+           id="path7364"
+           sodipodi:nodetypes="cc" />
+        <path
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7917);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 32.5,26.5 L 32.5,24.5"
+           id="path7366"
+           sodipodi:nodetypes="cc" />
+      </g>
+      <path
+         sodipodi:nodetypes="cssssssssssssccssssssscscc"
+         id="path7877"
+         d="M 14.6875,30.5625 C 14.6875,30.5625 10.498126,33.830189 6.59375,37.0625 C 4.6415622,38.678655 2.8956918,40.28355 1.875,41.84375 C 1.3646541,42.62385 0.8878846,43.466971 1.21875,44.625 C 1.3841827,45.204014 1.8301355,45.746216 2.3125,46.03125 C 2.7948645,46.316284 3.2706533,46.437479 3.8125,46.5 C 5.9363798,46.745063 8.5434834,46.106406 11.65625,45.21875 C 14.769017,44.331094 18.325496,43.136387 21.90625,41.96875 C 25.487004,40.801113 29.102635,39.662687 32.25,38.96875 C 35.397365,38.274813 38.085104,38.083776 39.625,38.46875 C 40.353931,38.650983 40.370552,38.769574 40.375,38.78125 C 40.379448,38.792926 40.439577,39.11668 40.15625,39.71875 C 39.589596,40.92289 37.911115,42.835283 35.96875,44.65625 C 32.08402,48.298184 27.125,51.78125 27.125,51.78125 L 28.875,54.21875 C 28.875,54.21875 33.91598,50.701816 38.03125,46.84375 C 40.088885,44.914717 41.910404,42.95211 42.84375,40.96875 C 43.310423,39.97707 43.620552,38.855512 43.1875,37.71875 C 42.754448,36.581988 41.64
 6069,35.849017 40.375,35.53125 C 37.914896,34.916224 34.93076,35.32675 31.59375,36.0625 C 28.25674,36.79825 24.575496,37.917637 20.96875,39.09375 C 17.362004,40.269863 13.840358,41.489218 10.84375,42.34375 C 7.9314529,43.174239 5.5458184,43.563842 4.375,43.46875 C 4.9949332,42.521138 6.6709378,40.915095 8.53125,39.375 C 12.251874,36.294811 16.5,33 16.5,33 L 14.6875,30.5625 z"
+         style="fill:url(#linearGradient7921);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7923);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="cssc"
+         id="path7879"
+         d="M 15.672335,31.269607 C 15.672335,31.269607 -2.765165,43.957107 3.734835,44.707107 C 10.234835,45.457107 31.734835,34.707107 39.734835,36.707107 C 47.734835,38.707107 27.734835,52.707107 27.734835,52.707107"
+         style="opacity:0.19029852;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7925);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="ccccccccc"
+         id="path7881"
+         d="M 10.088769,30.03125 L 10.40625,32.03125 L 14.59375,32.03125 C 14.818582,32.03125 15,32.226375 15,32.46875 L 15,35.59375 L 17,35.28125 L 17,30.8125 C 17,30.388343 16.685946,30.03125 16.28125,30.03125 L 10.088769,30.03125 z"
+         style="fill:url(#linearGradient7927);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+      <path
+         transform="translate(20,0)"
+         id="path7883"
+         d="M -9.5941664,32 L -5.405834,32 C -5.181002,32 -5,32.195125 -5,32.4375 L -5,35.5625 C -5,35.804876 -5.181002,36 -5.405834,36 L -9.5941664,36 C -9.8189979,36 -10,35.804876 -10,35.5625 L -10,32.4375 C -10,32.195125 -9.8189979,32 -9.5941664,32 z"
+         style="opacity:0.35447759;fill:url(#linearGradient7929);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+      <rect
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8913"
+         width="0.96875"
+         height="2.03125"
+         x="22.93405"
+         y="23.926826" />
+      <rect
+         y="24.958076"
+         x="24.934052"
+         height="1"
+         width="0.96875"
+         id="rect8915"
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8917"
+         width="0.96875"
+         height="1"
+         x="26.934052"
+         y="24.958076" />
+      <rect
+         y="23.989326"
+         x="28.934052"
+         height="1.96875"
+         width="0.96875"
+         id="rect8919"
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8921"
+         width="0.96875"
+         height="1"
+         x="30.934052"
+         y="24.958076" />
+      <rect
+         y="24.958076"
+         x="32.934052"
+         height="1"
+         width="0.96875"
+         id="rect8923"
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8925"
+         width="0.96875"
+         height="1.96875"
+         x="34.934052"
+         y="23.989326" />
+      <rect
+         y="24.958076"
+         x="36.934052"
+         height="1"
+         width="0.96875"
+         id="rect8927"
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8929"
+         width="0.96875"
+         height="1"
+         x="38.934052"
+         y="24.958076" />
+      <rect
+         y="23.926826"
+         x="40.934052"
+         height="2.03125"
+         width="0.96875"
+         id="rect8931"
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <path
+         style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="M 36.9653,27.083076 L 38.18405,27.083076 L 38.18405,22.864327 L 37.562127,21.833077 L 36.98177,22.887764 L 36.9653,27.083076 z"
+         id="path8933"
+         sodipodi:nodetypes="cccccc" />
+    </g>
+    <g
+       id="g8155"
+       transform="translate(303.96001,116.09524)">
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path8157"
+         d="M 5,12 L 8,12 L 10,12 L 7,12 L 5,12 z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+      <path
+         transform="translate(0,1)"
+         d="M 9.3125,19.3125 C 9.2228181,19.3231 9.1370386,19.355268 9.0625,19.40625 C 6.0665794,21.434243 4.7252488,22.680042 2.53125,24.71875 C 1.4214738,25.749976 0.51000594,26.661879 0.09375,27.84375 C -0.14522589,28.522273 -0.1151602,29.45316 0.5,30.15625 C 1.065445,30.802519 1.8034456,31.003561 2.5,31.0625 C 5.9284811,31.3526 10.577045,30.254122 15.0625,29.1875 C 19.322738,28.174434 23.397378,27.225042 25.34375,27.125 C 25.054352,27.497271 24.676856,27.937211 24.21875,28.375 C 22.262679,30.244317 15.5,35.9375 15.5,35.9375 C 15.278894,36.125312 15.238178,36.451041 15.40625,36.6875 L 16.53125,38.3125 C 16.618409,38.442061 16.75578,38.529266 16.910114,38.55301 C 17.064448,38.576754 17.221678,38.534871 17.34375,38.4375 C 17.34375,38.4375 24.144217,32.756844 26.375,30.625 C 27.471017,29.577593 28.518633,28.548485 28.9375,27.1875 C 29.182522,26.391374 29.071991,25.332376 28.28125,24.65625 C 27.567624,24.046061 26.678534,23.9375 25.78125,23.9375 C 22.976861,23.9375 18.78601,2
 5.13115 14.34375,26.1875 C 10.449098,27.113631 6.4758559,27.889345 3.875,27.9375 C 4.1310162,27.6193 4.1880573,27.435054 4.65625,27 C 6.6795761,25.119885 7.9036736,23.937786 10.8125,21.96875 C 10.937753,21.886636 11.024822,21.7577 11.054195,21.610839 C 11.083567,21.463977 11.052786,21.311472 10.96875,21.1875 L 9.84375,19.5625 C 9.7281962,19.385404 9.5226124,19.288659 9.3125,19.3125 z M 2.59375,27.9375 C 2.5788518,27.93954 2.5840348,27.963629 2.5625,27.96875 C 2.5445544,27.973018 2.5003019,27.96864 2.5,27.96875 C 2.5355387,27.959468 2.5939096,27.937478 2.59375,27.9375 z M 2.1875,28.25 C 2.1874295,28.250131 2.1250242,28.406118 2.125,28.40625 C 2.1276084,28.379535 2.125008,28.34372 2.125,28.34375 C 2.12499,28.343788 2.159249,28.299933 2.1875,28.25 z"
+         id="path7029"
+         style="opacity:0.2;fill:url(#linearGradient7037);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:original="M 9.375 19.875 C 6.4017018 21.887679 5.0995325 23.086958 2.90625 25.125 C 1.8096087 26.144021 0.98527422 27.008327 0.625 28.03125 C 0.44486289 28.542712 0.46108002 29.272448 0.90625 29.78125 C 1.35142 30.290052 1.9284417 30.446349 2.5625 30.5 C 5.8277154 30.776285 10.455585 29.72203 14.9375 28.65625 C 19.419415 27.59047 23.787873 26.5 25.78125 26.5 C 26.238055 26.5 26.29364 26.537844 26.375 26.5625 C 26.224688 26.92799 25.55321 27.864343 24.59375 28.78125 C 22.585897 30.700052 15.875 36.375 15.875 36.375 L 17 38 C 17 38 23.822214 32.299948 26 30.21875 C 27.088893 29.178151 28.043109 28.21117 28.40625 27.03125 C 28.587821 26.44129 28.478215 25.582811 27.90625 25.09375 C 27.334285 24.604689 26.632712 24.5 25.78125 24.5 C 23.140501 24.5 18.923078 25.65953 14.46875 26.71875 C 10.014422 27.77797 5.362671 28.723715 2.71875 28.5 C 2.6439552 28.493671 2.7073106 28.510213 2.65625 28.5 C 2.8295059 28.166503 3.3612523 27.44863 4.28125 26.59375 C 6.3005216 24
 .717403 7.5641618 23.487321 10.5 21.5 L 9.375 19.875 z "
+         inkscape:radius="0.559017"
+         sodipodi:type="inkscape:offset" />
+      <path
+         transform="matrix(0.7026739,0,0,0.6802012,-0.4761603,-2.9538737)"
+         d="M 23.157747,34.785942 A 8.7946405,6.0546017 0 1 1 5.5684662,34.785942 A 8.7946405,6.0546017 0 1 1 23.157747,34.785942 z"
+         sodipodi:ry="6.0546017"
+         sodipodi:rx="8.7946405"
+         sodipodi:cy="34.785942"
+         sodipodi:cx="14.363107"
+         id="path8160"
+         style="opacity:0.45895523;fill:url(#radialGradient8201);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1"
+         sodipodi:type="arc" />
+      <rect
+         transform="matrix(0.5624999,0,0,0.5862069,3.2812512,1.5344826)"
+         ry="2.780735"
+         rx="2.8766227"
+         y="2.5"
+         x="15.500001"
+         height="29"
+         width="32.000004"
+         id="rect8162"
+         style="opacity:0.24253732;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642;filter:url(#filter7806)" />
+      <rect
+         ry="1.0262868"
+         y="0.50000006"
+         x="9.5"
+         height="19"
+         width="20.000002"
+         id="rect8164"
+         style="fill:url(#linearGradient8203);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+         rx="1.0262868" />
+      <rect
+         style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8961);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8937"
+         width="13.957738"
+         height="6.9999995"
+         x="12.582252"
+         y="10.28344"
+         rx="0.75"
+         ry="0.75" />
+      <rect
+         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+         id="rect4540"
+         width="18.016237"
+         height="17"
+         x="10.5"
+         y="1.5000001" />
+      <rect
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8947"
+         width="0.96875"
+         height="1.9722718"
+         x="14.102491"
+         y="13.932488" />
+      <g
+         transform="matrix(0.7298581,0,0,0.7722337,10.538133,-23.57959)"
+         id="g8169">
+        <path
+           style="fill:url(#linearGradient8205);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+           d="M -2.34375,51 C -2.5485199,51 -2.7249072,51.101237 -2.84375,51.25 L -6.859375,55.25 C -6.8943841,55.381797 -6.9584881,55.521336 -7,55.65625 L -7,61.177083 C -7,61.540646 -6.7034811,61.833333 -6.34375,61.833333 L 0.34375,61.833333 C 0.52361547,61.833333 0.6951329,61.76445 0.8125,61.645833 L 4.8125,57.645833 C 4.9298671,57.527216 5,57.358864 5,57.177083 L 5,51.65625 C 5,51.474469 4.9298671,51.306117 4.8125,51.1875 C 4.6934039,51.068883 4.5236156,51 4.34375,51 L -2.34375,51 z"
+           id="path8171"
+           sodipodi:nodetypes="cccccccccccscc" />
+        <path
+           sodipodi:nodetypes="ccccccccc"
+           style="fill:url(#linearGradient8207);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+           d="M -6.3738568,55.166667 L 0.088142442,55.166667 C 0.43502581,55.166667 0.71428575,55.451224 0.71428575,55.804688 L 0.71428575,61.195312 C 0.71428575,61.548776 0.43502581,61.833333 0.088142442,61.833333 L -6.3738568,61.833333 C -6.7207401,61.833333 -7,61.548776 -7,61.195312 L -7,55.804688 C -7,55.451224 -6.7207401,55.166667 -6.3738568,55.166667 z"
+           id="path8173" />
+      </g>
+      <rect
+         y="14.853522"
+         x="16.102491"
+         height="1"
+         width="0.96875"
+         id="rect8949"
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path8175"
+         d="M 9.8741989,16 L 6,19.02197 L 9.0993591,19.02197 L 12.973558,16 L 9.8741989,16"
+         style="opacity:0.05223879;fill:url(#linearGradient3322);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <rect
+         y="14.72094"
+         x="20.102491"
+         height="1"
+         width="0.96875"
+         id="rect8953"
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path8177"
+         d="M 12.310645,15.80433 L 6.3675157,18.378442 L 8.5570898,18.378442 L 11.685053,16.447858 L 12.310645,15.80433"
+         style="fill:#babdb6;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8955"
+         width="0.96875"
+         height="1"
+         x="22.102491"
+         y="14.853522" />
+      <path
+         sodipodi:nodetypes="csssccccccssssccsccsccsccccscc"
+         id="path8179"
+         d="M 9.0020809,16.437666 C 8.9887853,16.437666 8.9716127,16.44146 8.9149118,16.511232 C 8.8981693,16.524551 8.8807059,16.536833 8.8626105,16.548014 C 8.8515242,16.560829 8.8398896,16.573102 8.8277428,16.584797 C 8.8166566,16.597611 8.8050221,16.609886 8.7928752,16.62158 L 8.7754415,16.62158 C 8.7643552,16.634394 8.7527207,16.646669 8.7405738,16.658364 L 8.635971,16.768713 C 8.5763652,16.827767 8.5048343,16.871786 8.4267654,16.897453 L 6.055769,17.614722 C 5.8323397,17.737345 5.7578408,17.820305 5.7245269,17.890594 C 5.7240315,17.891639 5.7435044,17.969792 5.7245269,17.945769 C 5.7701878,18.003571 5.9255724,18.09422 6.1952394,18.148075 C 6.3848617,18.188607 6.5394847,18.33297 6.6006676,18.526601 C 6.6618499,18.72023 6.6202587,18.933591 6.491614,19.08604 L 6.2998422,19.306738 C 6.2887878,19.358272 6.2698042,19.406838 6.2475408,19.490654 C 6.2433818,19.506311 6.2520927,19.511385 6.2475408,19.527436 L 6.2475408,23.352867 C 6.2475408,23.384758 6.2477507,23.420865 6.28240
 84,23.463216 C 6.2999761,23.484684 6.3400115,23.5 6.3695774,23.5 L 10.745461,23.5 C 10.797105,23.5 10.83943,23.493997 10.867498,23.463216 C 10.867404,23.457086 10.867404,23.450955 10.867498,23.444825 L 13.465133,20.612535 C 13.494246,20.580608 13.5,20.565957 13.5,20.502186 L 13.5,16.603189 C 13.5,16.539422 13.494247,16.506376 13.465133,16.474448 C 13.444589,16.452246 13.378673,16.437666 13.36053,16.437666 L 9.0020809,16.437666 z"
+         style="opacity:0.53358208;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:1" />
+      <rect
+         y="13.822273"
+         x="24.102491"
+         height="2.03125"
+         width="0.96875"
+         id="rect8957"
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <path
+         sodipodi:nodetypes="ccccccsssccssccsccccccscc"
+         id="path8181"
+         d="M 8.8307866,15.502676 C 8.5882187,15.502676 8.3980692,15.643511 8.2638433,15.804836 L 8.2442935,15.784692 L 8.2247437,15.82498 L 8.0096963,16.026419 L 5.3509277,16.812036 C 5.3307436,16.816603 5.311085,16.823356 5.2922784,16.83218 C 4.9488819,17.009097 4.727977,17.189328 4.6080365,17.4365 C 4.488096,17.683672 4.5351418,17.995005 4.6862356,18.181829 C 4.8914781,18.435605 5.5886123,18.551001 5.9318399,18.617951 L 5.6776929,18.899967 C 5.642477,18.933104 5.6156354,18.974591 5.5994938,19.020831 C 5.579884,19.099074 5.555768,19.22439 5.5212947,19.343135 C 5.5112102,19.368939 5.5046315,19.396054 5.501745,19.423711 L 5.501745,23.714384 C 5.501745,23.907038 5.5725814,24.089336 5.6972427,24.238128 C 5.8219039,24.38692 6.0168366,24.5 6.2446362,24.5 L 10.785763,24.486901 C 10.988226,24.486901 11.196711,24.412264 11.352707,24.245173 L 14.265622,21.142997 C 14.406931,20.991639 14.48067,20.795136 14.48067,20.578965 L 14.48067,16.308436 C 14.48067,16.092265 14.406929,15.895762 
 14.265622,15.744404 C 14.125705,15.596713 13.920693,15.502676 13.718229,15.502676 L 8.8307866,15.502676 z"
+         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:1" />
+      <path
+         style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="M 20.133741,16.84594 L 21.352491,16.84594 L 21.352491,12.62719 L 20.730568,11.59594 L 20.150211,12.650627 L 20.133741,16.84594 z"
+         id="path8959"
+         sodipodi:nodetypes="cccccc" />
+      <path
+         sodipodi:nodetypes="cccccc"
+         id="path8183"
+         d="M 12.973558,16 L 6,17.86281 L 7.2679197,18.980496 L 9.169799,18.980496 L 12.339599,16.745123 L 12.973558,16"
+         style="fill:url(#linearGradient3316);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <rect
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8963"
+         width="0.96875"
+         height="1"
+         x="18.102491"
+         y="14.853522" />
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path8185"
+         d="M 9,16 L 5.496567,17.051653 L 8.9722461,17.06885 L 13,16"
+         style="fill:url(#linearGradient3313);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         style="fill:url(#linearGradient3307);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+         d="M 7.2332496,20.045102 L 9.7555941,20.045102 C 9.890995,20.045102 10,20.189246 10,20.368295 L 10,22.676807 C 10,22.855856 9.890995,23 9.7555941,23 L 7.2332496,23 C 7.097849,23 6.9888439,22.855856 6.9888439,22.676807 L 6.9888439,20.368295 C 6.9888439,20.189246 7.097849,20.045102 7.2332496,20.045102 z"
+         id="path8187" />
+      <path
+         sodipodi:nodetypes="csssssscsccsssssscscc"
+         id="path6027"
+         d="M 9.375,19.875 C 6.4017018,21.887679 5.0995325,23.086958 2.90625,25.125 C 1.8096087,26.144021 0.98527422,27.008327 0.625,28.03125 C 0.44486289,28.542712 0.46108002,29.272448 0.90625,29.78125 C 1.35142,30.290052 1.9284417,30.446349 2.5625,30.5 C 5.8277154,30.776285 10.455585,29.72203 14.9375,28.65625 C 19.419415,27.59047 23.787873,26.5 25.78125,26.5 C 26.238055,26.5 26.29364,26.537844 26.375,26.5625 C 26.224688,26.92799 25.55321,27.864343 24.59375,28.78125 C 22.585897,30.700052 15.875,36.375 15.875,36.375 L 17,38 C 17,38 23.822214,32.299948 26,30.21875 C 27.088893,29.178151 28.043109,28.21117 28.40625,27.03125 C 28.587821,26.44129 28.478215,25.582811 27.90625,25.09375 C 27.334285,24.604689 26.632712,24.5 25.78125,24.5 C 23.140501,24.5 18.923078,25.65953 14.46875,26.71875 C 10.014422,27.77797 5.362671,28.723715 2.71875,28.5 C 2.6439552,28.493671 2.7073106,28.510213 2.65625,28.5 C 2.8295059,28.166503 3.3612523,27.44863 4.28125,26.59375 C 6.3005216,24.717403 7.564161
 8,23.487321 10.5,21.5 L 9.375,19.875 z"
+         style="fill:url(#linearGradient7025);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7017);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         id="path8190"
+         d="M 6.9437309,20.032413 L 9.662299,20.032413 C 9.8082333,20.032413 9.9257183,20.153414 9.9257183,20.303715 L 9.9257183,22.241582 C 9.9257183,22.391884 9.8082333,22.512884 9.662299,22.512884 L 6.9437309,22.512884 C 6.7977971,22.512884 6.680312,22.391884 6.680312,22.241582 L 6.680312,20.303715 C 6.680312,20.153414 6.7977971,20.032413 6.9437309,20.032413 z"
+         style="fill:url(#linearGradient8209);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path8192"
+         d="M 5.5256268,17.023222 L 8.0651701,17.006842 C 7.0823947,17.995231 7.2454838,19 7.9825655,19 L 6.0170145,19 C 5,19 4.5677282,17.945147 5.5256268,17.023222 z"
+         style="fill:url(#linearGradient3310);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="ccccccccc"
+         id="path8194"
+         d="M 6.0312399,19.02197 L 7,20 L 9,20 C 9,20 10,20 10,20.904323 L 10,23 L 11.027749,22.219583 L 11.027749,19.497806 C 11.027749,19.239465 10.836851,19.021971 10.590855,19.021971 L 6.0312399,19.02197 z"
+         style="fill:url(#linearGradient8211);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+      <path
+         sodipodi:nodetypes="ccccccccc"
+         id="path8487"
+         d="M 18.629731,3.404753 L 17.754731,4.404753 L 16.629731,4.404753 L 16.629731,8.404753 L 22.629731,8.404753 L 22.629731,4.404753 L 21.535981,4.404753 L 20.629731,3.404753 L 18.629731,3.404753 z"
+         style="opacity:1;fill:url(#linearGradient9066);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9068);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642;display:inline;enable-background:new" />
+      <g
+         transform="translate(26.129731,-2.095247)"
+         style="fill:#fce94f;fill-opacity:1;stroke:url(#linearGradient9074);display:inline;enable-background:new"
+         id="g8489">
+        <path
+           style="fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9070);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+           d="M -7.5,8.5 L -7.5,9.5"
+           id="path8491" />
+        <path
+           style="fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9072);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+           d="M -5.5,8.5 L -5.5,9.5"
+           id="path8493" />
+      </g>
+      <path
+         sodipodi:nodetypes="cccccccccccccc"
+         id="path8495"
+         d="M 18.535981,2.404753 C 18.021617,2.4552984 17.629561,2.8879112 17.629731,3.404753 L 16.629731,3.404753 C 16.078467,3.4072091 15.632187,3.853489 15.629731,4.404753 L 15.629731,8.404753 C 15.632187,8.956017 16.078467,9.402297 16.629731,9.404753 L 22.629731,9.404753 C 23.180995,9.402297 23.627275,8.956017 23.629731,8.404753 L 23.629731,4.404753 C 23.627275,3.853489 23.180995,3.4072091 22.629731,3.404753 L 21.629731,3.404753 C 21.627275,2.8534888 21.180995,2.4072091 20.629731,2.404753 L 18.629731,2.404753 C 18.598498,2.4032939 18.567214,2.4032939 18.535981,2.404753 z"
+         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9076);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642;display:inline;enable-background:new" />
+    </g>
+    <g
+       id="g8321"
+       transform="translate(303.05605,167.0129)">
+      <path
+         transform="translate(0,1)"
+         d="M 7.5,0 C 6.12292,0 5,1.12292 5,2.5 L 5,13.5 C 5,14.87708 6.1229197,16 7.5,16 L 19.5,16 C 20.877079,16 22,14.877081 22,13.5 L 22,2.5 C 22,1.1229198 20.87708,0 19.5,0 L 7.5,0 z"
+         id="path8323"
+         style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+         inkscape:original="M 7.5 0.5 C 6.3915505 0.5 5.5 1.3915505 5.5 2.5 L 5.5 13.5 C 5.5 14.608449 6.3915503 15.5 7.5 15.5 L 19.5 15.5 C 20.608449 15.5 21.5 14.60845 21.5 13.5 L 21.5 2.5 C 21.5 1.3915505 20.608449 0.5 19.5 0.5 L 7.5 0.5 z "
+         inkscape:radius="0.50097561"
+         sodipodi:type="inkscape:offset" />
+      <path
+         transform="matrix(1.0728517,0,0,0.9142391,-1.4137937,0.2907796)"
+         d="M 13.435029,17.182835 A 5.126524,4.3752232 0 1 1 3.1819811,17.182835 A 5.126524,4.3752232 0 1 1 13.435029,17.182835 z"
+         sodipodi:ry="4.3752232"
+         sodipodi:rx="5.126524"
+         sodipodi:cy="17.182835"
+         sodipodi:cx="8.3085051"
+         id="path7166"
+         style="opacity:0.3;fill:url(#radialGradient7176);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path8335"
+         d="M 5,14.344672 L 8,14.344672 L 10,14.344672 L 7,14.344672 L 5,14.344672 z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+      <rect
+         ry="1.4383113"
+         rx="1.4383113"
+         y="0.5"
+         x="5.5"
+         height="15"
+         width="16"
+         id="rect8326"
+         style="opacity:1;fill:url(#linearGradient6997);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+      <rect
+         style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9156);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8965"
+         width="11.957738"
+         height="6.9999995"
+         x="7.4650812"
+         y="7.5192695"
+         rx="0.75"
+         ry="0.75" />
+      <path
+         transform="translate(20,0)"
+         d="M -12.5,1.5 C -13.072952,1.5 -13.5,1.9270471 -13.5,2.5 L -13.5,13.5 C -13.5,14.072953 -13.072954,14.5 -12.5,14.5 L -0.5,14.5 C 0.072953444,14.5 0.5,14.072954 0.5,13.5 L 0.5,2.5 C 0.5,1.9270468 0.072953144,1.5 -0.5,1.5 L -12.5,1.5 z"
+         id="path8333"
+         style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+         inkscape:original="M -12.5 0.5 C -13.608449 0.5 -14.5 1.3915505 -14.5 2.5 L -14.5 13.5 C -14.5 14.608449 -13.60845 15.5 -12.5 15.5 L -0.5 15.5 C 0.60844948 15.5 1.5 14.60845 1.5 13.5 L 1.5 2.5 C 1.5 1.3915505 0.60844948 0.5 -0.5 0.5 L -12.5 0.5 z "
+         inkscape:radius="-0.99866015"
+         sodipodi:type="inkscape:offset" />
+      <rect
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8967"
+         width="0.96875"
+         height="1.9722718"
+         x="7.985321"
+         y="11.168318" />
+      <g
+         transform="translate(10,0)"
+         id="g7079">
+        <path
+           sodipodi:type="inkscape:offset"
+           inkscape:radius="0.50823301"
+           inkscape:original="M -5 12 L -4.34375 13.34375 L -5 14 L -5 17 L -1 17 L 1 15 L 1 12 L 0 12 L -3 12 L -5 12 z "
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+           id="path7077"
+           d="M -5.15625,11.5 C -5.3019476,11.541944 -5.4213146,11.646739 -5.4817674,11.78578 C -5.5422202,11.924822 -5.5374467,12.083591 -5.46875,12.21875 L -4.96875,13.21875 L -5.375,13.625 C -5.4655562,13.728015 -5.5106361,13.863255 -5.5,14 L -5.5,17 C -5.4955651,17.274284 -5.2742844,17.495565 -5,17.5 L -1,17.5 C -0.86325456,17.510636 -0.72801467,17.465556 -0.625,17.375 L 1.375,15.375 C 1.4655562,15.271985 1.5106361,15.136745 1.5,15 L 1.5,12 C 1.4955651,11.725716 1.2742844,11.504435 1,11.5 L 0,11.5 L -3,11.5 L -5,11.5 C -5.051772,11.491947 -5.104478,11.491947 -5.15625,11.5 z" />
+        <g
+           id="g7052">
+          <rect
+             ry="0"
+             rx="0"
+             y="14"
+             x="-5"
+             height="3"
+             width="4"
+             id="rect7003"
+             style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+          <path
+             sodipodi:nodetypes="ccccc"
+             id="rect7005"
+             d="M -1,14.5 L 1,12.5 L 1,15 L -1,17 L -1,14.5 z"
+             style="fill:url(#linearGradient7156);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+          <path
+             sodipodi:nodetypes="cccc"
+             id="path7011"
+             d="M -3,12 L 0,12 L -2,14 L -3,12 z"
+             style="fill:url(#linearGradient7164);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+          <path
+             sodipodi:nodetypes="ccccc"
+             id="path7015"
+             d="M -2.5,13 L -4.5,13 L -4,14 L -2,14 L -2.5,13 z"
+             style="fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+        </g>
+      </g>
+      <rect
+         transform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,0,0)"
+         ry="1"
+         rx="1"
+         y="5.3652482"
+         x="15.263456"
+         height="14"
+         width="2"
+         id="rect7088"
+         style="opacity:1;fill:url(#linearGradient7104);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7096);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" />
+      <rect
+         y="11.956769"
+         x="13.985321"
+         height="1"
+         width="0.96875"
+         id="rect8971"
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8973"
+         width="0.96875"
+         height="1"
+         x="15.985321"
+         y="12.089352" />
+      <rect
+         y="11.058102"
+         x="17.985321"
+         height="2.03125"
+         width="0.96875"
+         id="rect8975"
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <path
+         style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="M 14.016571,14.081772 L 15.235321,14.081772 L 15.235321,9.8630206 L 14.613398,8.8317706 L 14.033041,9.8864576 L 14.016571,14.081772 z"
+         id="path8977"
+         sodipodi:nodetypes="cccccc" />
+      <rect
+         style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect8979"
+         width="0.96875"
+         height="1"
+         x="11.985321"
+         y="12.089352" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect9057"
+         width="4.1066942"
+         height="2.9191942"
+         x="11.962255"
+         y="3.0054057" />
+      <rect
+         style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect9059"
+         width="2.007257"
+         height="1.4375"
+         x="12.94395"
+         y="1.9871"
+         rx="0.47508737"
+         ry="0.47508737" />
+      <rect
+         style="enable-background:accumulate;display:inline;opacity:1;fill:#bba703;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;overflow:visible"
+         id="rect9078"
+         width="2"
+         height="0.75980341"
+         x="316"
+         y="171.20895"
+         transform="translate(-303.05605,-167.0129)" />
+    </g>
+    <use
+       x="0"
+       y="0"
+       xlink:href="#g8321"
+       id="use8349"
+       transform="translate(25,0)"
+       width="400"
+       height="300" />
+    <g
+       id="g8483"
+       transform="translate(302.98711,209.06895)">
+      <rect
+         ry="1.2465365"
+         rx="1.2585224"
+         y="0.5"
+         x="1.5"
+         height="13.000001"
+         width="14"
+         id="rect8485"
+         style="opacity:1;fill:url(#linearGradient8518);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+      <path
+         transform="matrix(0.8571429,0,0,0.8461538,14.071429,0.2307692)"
+         d="M -12.5,1.5 C -13.072952,1.5 -13.5,1.9270471 -13.5,2.5 L -13.5,13.5 C -13.5,14.072953 -13.072954,14.5 -12.5,14.5 L -0.5,14.5 C 0.072953444,14.5 0.5,14.072954 0.5,13.5 L 0.5,2.5 C 0.5,1.9270468 0.072953144,1.5 -0.5,1.5 L -12.5,1.5 z"
+         id="path8497"
+         style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.17421794;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+         inkscape:original="M -12.5 0.5 C -13.608449 0.5 -14.5 1.3915505 -14.5 2.5 L -14.5 13.5 C -14.5 14.608449 -13.60845 15.5 -12.5 15.5 L -0.5 15.5 C 0.60844948 15.5 1.5 14.60845 1.5 13.5 L 1.5 2.5 C 1.5 1.3915505 0.60844948 0.5 -0.5 0.5 L -12.5 0.5 z "
+         inkscape:radius="-0.99866015"
+         sodipodi:type="inkscape:offset" />
+      <g
+         id="g9176"
+         transform="translate(0,2)">
+        <rect
+           ry="0.75"
+           rx="0.75"
+           y="1.4310501"
+           x="2.6590216"
+           height="6.9999995"
+           width="11.957738"
+           id="rect9158"
+           style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9186);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           y="5.0800986"
+           x="3.1792614"
+           height="1.9722718"
+           width="0.96875"
+           id="rect9160"
+           style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect9162"
+           width="0.96875"
+           height="1"
+           x="9.1792612"
+           y="5.8685498" />
+        <rect
+           y="6.0011325"
+           x="11.179261"
+           height="1"
+           width="0.96875"
+           id="rect9164"
+           style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect9166"
+           width="0.96875"
+           height="2.03125"
+           x="13.179261"
+           y="4.9698825" />
+        <path
+           sodipodi:nodetypes="cccccc"
+           id="path9168"
+           d="M 11.148011,7.9935526 L 12.366761,7.9935526 L 12.366761,3.7748012 L 11.744838,2.7435512 L 11.164481,3.7982382 L 11.148011,7.9935526 z"
+           style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           y="6.0011325"
+           x="7.1792612"
+           height="1"
+           width="0.96875"
+           id="rect9170"
+           style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           style="opacity:1;fill:#838383;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect9174"
+           width="0.96875"
+           height="1"
+           x="5.2417612"
+           y="6.0011325" />
+      </g>
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path8499"
+         d="M 5,12 L 8,12 L 10,12 L 7,12 L 5,12 z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642" />
+      <g
+         transform="translate(-4,-4)"
+         id="g5979">
+        <g
+           id="g8502"
+           transform="translate(10,0)">
+          <path
+             d="M -5.15625,11.5 C -5.3019476,11.541944 -5.4213146,11.646739 -5.4817674,11.78578 C -5.5422202,11.924822 -5.5374467,12.083591 -5.46875,12.21875 L -4.96875,13.21875 L -5.375,13.625 C -5.4655562,13.728015 -5.5106361,13.863255 -5.5,14 L -5.5,17 C -5.4955651,17.274284 -5.2742844,17.495565 -5,17.5 L -1,17.5 C -0.86325456,17.510636 -0.72801467,17.465556 -0.625,17.375 L 1.375,15.375 C 1.4655562,15.271985 1.5106361,15.136745 1.5,15 L 1.5,12 C 1.4955651,11.725716 1.2742844,11.504435 1,11.5 L 0,11.5 L -3,11.5 L -5,11.5 C -5.051772,11.491947 -5.104478,11.491947 -5.15625,11.5 z"
+             id="path8504"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+             inkscape:original="M -5 12 L -4.34375 13.34375 L -5 14 L -5 17 L -1 17 L 1 15 L 1 12 L 0 12 L -3 12 L -5 12 z "
+             inkscape:radius="0.50823301"
+             sodipodi:type="inkscape:offset" />
+          <g
+             id="g8506">
+            <rect
+               style="opacity:1;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+               id="rect8508"
+               width="4"
+               height="3"
+               x="-5"
+               y="14"
+               rx="0"
+               ry="0" />
+            <path
+               style="fill:url(#linearGradient5990);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+               d="M -1,14.5 L 1,12.5 L 1,15 L -1,17 L -1,14.5 z"
+               id="path8510"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               style="fill:url(#linearGradient5992);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+               d="M -3,12 L 0,12 L -2,14 L -3,12 z"
+               id="path8512"
+               sodipodi:nodetypes="cccc" />
+            <path
+               style="fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.69999992;stroke-opacity:0.99236642"
+               d="M -2.5,13 L -4.5,13 L -4,14 L -2,14 L -2.5,13 z"
+               id="path8514"
+               sodipodi:nodetypes="ccccc" />
+          </g>
+        </g>
+        <rect
+           style="opacity:1;fill:url(#linearGradient5994);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5996);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1"
+           id="rect8516"
+           width="2"
+           height="14"
+           x="15.263456"
+           y="5.3652482"
+           rx="1"
+           ry="1"
+           transform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,0,0)" />
+      </g>
+    </g>
+  </g>
+</svg>

Modified: trunk/src/netspeed.c
==============================================================================
--- trunk/src/netspeed.c	(original)
+++ trunk/src/netspeed.c	Fri Feb 22 06:26:54 2008
@@ -29,13 +29,13 @@
 
  /* Icons for the interfaces */
 static const char* const dev_type_icon[DEV_UNKNOWN + 1] = {
-	"gnome-dev-loopback",         /* DEV_LO */
-	"gnome-dev-pci",              /* DEV_ETHERNET */
-	"network-wireless",           /* DEV_WIRELESS */
-	"gnome-dev-ppp",              /* DEV_PPP */
-	"gnome-dev-plip",             /* DEV_PLIP */
-	"gnome-dev-plip",             /* DEV_SLIP */
-	"network-workgroup",          /* DEV_UNKNOWN */
+	"netspeed-loopback",         /* DEV_LO */
+	"network-wired",             /* DEV_ETHERNET */
+	"network-wireless",          /* DEV_WIRELESS */
+	"netspeed-ppp",              /* DEV_PPP */
+	"netspeed-plip",             /* DEV_PLIP */
+	"netspeed-plip",             /* DEV_SLIP */
+	"network-workgroup",         /* DEV_UNKNOWN */
 };
 
 static const char* wireless_quality_icon[] = {
@@ -48,7 +48,7 @@
 static const char IN_ICON[] = "stock_navigate-next";
 static const char OUT_ICON[] = "stock_navigate-prev";
 static const char ERROR_ICON[] = "gtk-dialog-error";
-static const char LOGO_ICON[] = "netspeed_applet";
+static const char LOGO_ICON[] = "netspeed-applet";
 
 /* How many old in out values do we store?
  * The value actually shown in the applet is the average
@@ -1490,7 +1490,6 @@
 	g_set_application_name (_("Netspeed"));
 
 	icon_theme = gtk_icon_theme_get_default();
-	gtk_icon_theme_append_search_path(icon_theme, DATADIR"/pixmaps/"PACKAGE);
 	
 	/* Alloc the applet. The "NULL-setting" is really redudant
  	 * but aren't we paranoid?



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