[gnome-games] aisleriot: Use GNOME Design Team's new icon with 256x256 size



commit 8fe03e71c9d00ec0abd44daf3a177bf9fcc34450
Author: Jason D. Clinton <me jasonclinton com>
Date:   Wed Mar 30 12:25:00 2011 -0500

    aisleriot: Use GNOME Design Team's new icon with 256x256 size
    
    A new Freecell icon is not yet ready so continue to install those.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=644819

 aisleriot/icons/gnome/Makefile.am                  |   49 +-
 .../gnome/hicolor/16x16/apps/gnome-aisleriot.png   |  Bin 0 -> 864 bytes
 .../16x16/apps/gnome-freecell.png}                 |  Bin 372 -> 372 bytes
 .../gnome/hicolor/22x22/apps/gnome-aisleriot.png   |  Bin 0 -> 1134 bytes
 .../22x22/apps/gnome-freecell.png}                 |  Bin 1179 -> 1179 bytes
 .../gnome/hicolor/24x24/apps/gnome-aisleriot.png   |  Bin 0 -> 1164 bytes
 .../24x24/apps/gnome-freecell.png}                 |  Bin 1229 -> 1229 bytes
 .../gnome/hicolor/256x256/apps/gnome-aisleriot.png |  Bin 0 -> 42156 bytes
 .../gnome/hicolor/26x26/apps/gnome-aisleriot.png   |  Bin 0 -> 1191 bytes
 .../gnome/hicolor/32x32/apps/gnome-aisleriot.png   |  Bin 0 -> 1875 bytes
 .../32x32/apps/gnome-freecell.png}                 |  Bin 1769 -> 1769 bytes
 .../gnome/hicolor/34x34/apps/gnome-aisleriot.png   |  Bin 0 -> 1907 bytes
 .../gnome/hicolor/40x40/apps/gnome-aisleriot.png   |  Bin 0 -> 2526 bytes
 .../gnome/hicolor/48x48/apps/gnome-aisleriot.png   |  Bin 0 -> 2648 bytes
 .../48x48/apps/gnome-freecell.png}                 |  Bin 3069 -> 3069 bytes
 .../gnome/hicolor/50x50/apps/gnome-aisleriot.png   |  Bin 0 -> 2664 bytes
 .../gnome/hicolor/64x50/apps/gnome-aisleriot.png   |  Bin 0 -> 2732 bytes
 .../gnome/hicolor_apps_16x16_gnome-aisleriot.png   |  Bin 655 -> 0 bytes
 .../gnome/hicolor_apps_22x22_gnome-aisleriot.png   |  Bin 1153 -> 0 bytes
 .../gnome/hicolor_apps_24x24_gnome-aisleriot.png   |  Bin 1193 -> 0 bytes
 .../gnome/hicolor_apps_256x256_gnome-aisleriot.png |  Bin 10659 -> 0 bytes
 .../gnome/hicolor_apps_256x256_gnome-aisleriot.svg |  187 --
 .../gnome/hicolor_apps_32x32_gnome-aisleriot.png   |  Bin 1418 -> 0 bytes
 .../gnome/hicolor_apps_48x48_gnome-aisleriot.png   |  Bin 2672 -> 0 bytes
 .../hicolor_apps_scalable_gnome-aisleriot.svg      |  872 ------
 .../gnome/hicolor_apps_scalable_gnome-freecell.svg |  667 ----
 aisleriot/icons/gnome/render-bitmaps.rb            |    1 +
 aisleriot/icons/gnome/src/aisleriot.svg            | 3306 ++++++++++++++++++++
 gnomine/icons/render-bitmaps.rb                    |   50 +-
 render-bitmaps.rb                                  |   49 +
 30 files changed, 3381 insertions(+), 1800 deletions(-)
---
diff --git a/aisleriot/icons/gnome/Makefile.am b/aisleriot/icons/gnome/Makefile.am
index e356214..4f44464 100644
--- a/aisleriot/icons/gnome/Makefile.am
+++ b/aisleriot/icons/gnome/Makefile.am
@@ -3,41 +3,40 @@ NULL =
 public_icons_themes = hicolor
 
 dist_noinst_DATA = \
-	hicolor_apps_16x16_gnome-aisleriot.png \
-	hicolor_apps_22x22_gnome-aisleriot.png \
-	hicolor_apps_24x24_gnome-aisleriot.png \
-	hicolor_apps_32x32_gnome-aisleriot.png \
-	hicolor_apps_48x48_gnome-aisleriot.png \
-	hicolor_apps_256x256_gnome-aisleriot.png \
-	hicolor_apps_scalable_gnome-aisleriot.svg \
-	hicolor_apps_16x16_gnome-freecell.png \
-	hicolor_apps_22x22_gnome-freecell.png \
-	hicolor_apps_24x24_gnome-freecell.png \
-	hicolor_apps_32x32_gnome-freecell.png \
-	hicolor_apps_48x48_gnome-freecell.png \
-	hicolor_apps_scalable_gnome-freecell.svg \
-	$(NULL)
-
-EXTRA_DIST = \
-	hicolor_apps_256x256_gnome-aisleriot.svg \
+	hicolor/16x16/apps/gnome-aisleriot.png \
+	hicolor/22x22/apps/gnome-aisleriot.png \
+	hicolor/24x24/apps/gnome-aisleriot.png \
+	hicolor/26x26/apps/gnome-aisleriot.png \
+	hicolor/32x32/apps/gnome-aisleriot.png \
+	hicolor/34x34/apps/gnome-aisleriot.png \
+	hicolor/40x40/apps/gnome-aisleriot.png \
+	hicolor/48x48/apps/gnome-aisleriot.png \
+	hicolor/50x50/apps/gnome-aisleriot.png \
+	hicolor/64x50/apps/gnome-aisleriot.png \
+	hicolor/256x256/apps/gnome-aisleriot.png \
+	hicolor/16x16/apps/gnome-freecell.png \
+	hicolor/22x22/apps/gnome-freecell.png \
+	hicolor/24x24/apps/gnome-freecell.png \
+	hicolor/32x32/apps/gnome-freecell.png \
+	hicolor/48x48/apps/gnome-freecell.png \
 	$(NULL)
 
 install-public-icons:
 	for icon in $(dist_noinst_DATA); do \
-		THEME=`echo $$icon | cut -d_ -f1`; \
-		CONTEXT=`echo $$icon | cut -d_ -f2`; \
-		SIZE=`echo $$icon | cut -d_ -f3`; \
-		ICONFILE=`echo $$icon | cut -d_ -f4`; \
+		THEME=`echo $$icon | cut -d/ -f1`; \
+		SIZE=`echo $$icon | cut -d/ -f2`; \
+		CONTEXT=`echo $$icon | cut -d/ -f3`; \
+		ICONFILE=`echo $$icon | cut -d/ -f4`; \
 		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
 		$(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
 	done
 
 uninstall-public-icons:
 	-for icon in $(dist_noinst_DATA); do \
-		THEME=`echo $$icon | cut -d_ -f1`; \
-		CONTEXT=`echo $$icon | cut -d_ -f2`; \
-		SIZE=`echo $$icon | cut -d_ -f3`; \
-		ICONFILE=`echo $$icon | cut -d_ -f4`; \
+		THEME=`echo $$icon | cut -d/ -f1`; \
+		SIZE=`echo $$icon | cut -d/ -f2`; \
+		CONTEXT=`echo $$icon | cut -d/ -f3`; \
+		ICONFILE=`echo $$icon | cut -d/ -f4`; \
 		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
 	done
 
diff --git a/aisleriot/icons/gnome/hicolor/16x16/apps/gnome-aisleriot.png b/aisleriot/icons/gnome/hicolor/16x16/apps/gnome-aisleriot.png
new file mode 100644
index 0000000..b53fc76
Binary files /dev/null and b/aisleriot/icons/gnome/hicolor/16x16/apps/gnome-aisleriot.png differ
diff --git a/aisleriot/icons/gnome/hicolor_apps_16x16_gnome-freecell.png b/aisleriot/icons/gnome/hicolor/16x16/apps/gnome-freecell.png
similarity index 100%
rename from aisleriot/icons/gnome/hicolor_apps_16x16_gnome-freecell.png
rename to aisleriot/icons/gnome/hicolor/16x16/apps/gnome-freecell.png
diff --git a/aisleriot/icons/gnome/hicolor/22x22/apps/gnome-aisleriot.png b/aisleriot/icons/gnome/hicolor/22x22/apps/gnome-aisleriot.png
new file mode 100644
index 0000000..9ae3884
Binary files /dev/null and b/aisleriot/icons/gnome/hicolor/22x22/apps/gnome-aisleriot.png differ
diff --git a/aisleriot/icons/gnome/hicolor_apps_22x22_gnome-freecell.png b/aisleriot/icons/gnome/hicolor/22x22/apps/gnome-freecell.png
similarity index 100%
rename from aisleriot/icons/gnome/hicolor_apps_22x22_gnome-freecell.png
rename to aisleriot/icons/gnome/hicolor/22x22/apps/gnome-freecell.png
diff --git a/aisleriot/icons/gnome/hicolor/24x24/apps/gnome-aisleriot.png b/aisleriot/icons/gnome/hicolor/24x24/apps/gnome-aisleriot.png
new file mode 100644
index 0000000..2afcde6
Binary files /dev/null and b/aisleriot/icons/gnome/hicolor/24x24/apps/gnome-aisleriot.png differ
diff --git a/aisleriot/icons/gnome/hicolor_apps_24x24_gnome-freecell.png b/aisleriot/icons/gnome/hicolor/24x24/apps/gnome-freecell.png
similarity index 100%
rename from aisleriot/icons/gnome/hicolor_apps_24x24_gnome-freecell.png
rename to aisleriot/icons/gnome/hicolor/24x24/apps/gnome-freecell.png
diff --git a/aisleriot/icons/gnome/hicolor/256x256/apps/gnome-aisleriot.png b/aisleriot/icons/gnome/hicolor/256x256/apps/gnome-aisleriot.png
new file mode 100644
index 0000000..683ce45
Binary files /dev/null and b/aisleriot/icons/gnome/hicolor/256x256/apps/gnome-aisleriot.png differ
diff --git a/aisleriot/icons/gnome/hicolor/26x26/apps/gnome-aisleriot.png b/aisleriot/icons/gnome/hicolor/26x26/apps/gnome-aisleriot.png
new file mode 100644
index 0000000..74b2767
Binary files /dev/null and b/aisleriot/icons/gnome/hicolor/26x26/apps/gnome-aisleriot.png differ
diff --git a/aisleriot/icons/gnome/hicolor/32x32/apps/gnome-aisleriot.png b/aisleriot/icons/gnome/hicolor/32x32/apps/gnome-aisleriot.png
new file mode 100644
index 0000000..ca02fa0
Binary files /dev/null and b/aisleriot/icons/gnome/hicolor/32x32/apps/gnome-aisleriot.png differ
diff --git a/aisleriot/icons/gnome/hicolor_apps_32x32_gnome-freecell.png b/aisleriot/icons/gnome/hicolor/32x32/apps/gnome-freecell.png
similarity index 100%
rename from aisleriot/icons/gnome/hicolor_apps_32x32_gnome-freecell.png
rename to aisleriot/icons/gnome/hicolor/32x32/apps/gnome-freecell.png
diff --git a/aisleriot/icons/gnome/hicolor/34x34/apps/gnome-aisleriot.png b/aisleriot/icons/gnome/hicolor/34x34/apps/gnome-aisleriot.png
new file mode 100644
index 0000000..feb9dde
Binary files /dev/null and b/aisleriot/icons/gnome/hicolor/34x34/apps/gnome-aisleriot.png differ
diff --git a/aisleriot/icons/gnome/hicolor/40x40/apps/gnome-aisleriot.png b/aisleriot/icons/gnome/hicolor/40x40/apps/gnome-aisleriot.png
new file mode 100644
index 0000000..7e753a0
Binary files /dev/null and b/aisleriot/icons/gnome/hicolor/40x40/apps/gnome-aisleriot.png differ
diff --git a/aisleriot/icons/gnome/hicolor/48x48/apps/gnome-aisleriot.png b/aisleriot/icons/gnome/hicolor/48x48/apps/gnome-aisleriot.png
new file mode 100644
index 0000000..38b67e6
Binary files /dev/null and b/aisleriot/icons/gnome/hicolor/48x48/apps/gnome-aisleriot.png differ
diff --git a/aisleriot/icons/gnome/hicolor_apps_48x48_gnome-freecell.png b/aisleriot/icons/gnome/hicolor/48x48/apps/gnome-freecell.png
similarity index 100%
rename from aisleriot/icons/gnome/hicolor_apps_48x48_gnome-freecell.png
rename to aisleriot/icons/gnome/hicolor/48x48/apps/gnome-freecell.png
diff --git a/aisleriot/icons/gnome/hicolor/50x50/apps/gnome-aisleriot.png b/aisleriot/icons/gnome/hicolor/50x50/apps/gnome-aisleriot.png
new file mode 100644
index 0000000..5a2ffc4
Binary files /dev/null and b/aisleriot/icons/gnome/hicolor/50x50/apps/gnome-aisleriot.png differ
diff --git a/aisleriot/icons/gnome/hicolor/64x50/apps/gnome-aisleriot.png b/aisleriot/icons/gnome/hicolor/64x50/apps/gnome-aisleriot.png
new file mode 100644
index 0000000..83cb655
Binary files /dev/null and b/aisleriot/icons/gnome/hicolor/64x50/apps/gnome-aisleriot.png differ
diff --git a/aisleriot/icons/gnome/render-bitmaps.rb b/aisleriot/icons/gnome/render-bitmaps.rb
new file mode 120000
index 0000000..114b269
--- /dev/null
+++ b/aisleriot/icons/gnome/render-bitmaps.rb
@@ -0,0 +1 @@
+../../../render-bitmaps.rb
\ No newline at end of file
diff --git a/aisleriot/icons/gnome/src/aisleriot.svg b/aisleriot/icons/gnome/src/aisleriot.svg
new file mode 100644
index 0000000..c835dd5
--- /dev/null
+++ b/aisleriot/icons/gnome/src/aisleriot.svg
@@ -0,0 +1,3306 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   inkscape:export-ydpi="90.000000"
+   inkscape:export-xdpi="90.000000"
+   inkscape:export-filename="/home/lapo/firewall.png"
+   width="400"
+   height="300"
+   id="svg11300"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.1 r9760"
+   sodipodi:docname="aisleriot.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0"
+   style="display:inline;enable-background:new">
+  <title
+     id="title3383">Aisleriot</title>
+  <sodipodi:namedview
+     stroke="#ef2929"
+     fill="#f57900"
+     id="base"
+     pagecolor="#474747"
+     bordercolor="#666666"
+     borderopacity="0.25490196"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="368.4752"
+     inkscape:cy="173.22921"
+     inkscape:current-layer="layer4"
+     showgrid="false"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1090"
+     inkscape:window-height="863"
+     inkscape:window-x="75"
+     inkscape:window-y="148"
+     width="400px"
+     height="300px"
+     inkscape:snap-nodes="false"
+     inkscape:snap-bbox="true"
+     gridtolerance="10000"
+     inkscape:object-nodes="false"
+     inkscape:snap-grids="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-maximized="0"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       spacingy="1px"
+       spacingx="1px"
+       id="grid5883"
+       type="xygrid"
+       enabled="true"
+       visible="true"
+       empspacing="4"
+       snapvisiblegridlinesonly="true" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid11592"
+       empspacing="2"
+       visible="true"
+       enabled="false"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       color="#ff0000"
+       opacity="0.1254902"
+       empcolor="#ff0000"
+       empopacity="0.25098039"
+       snapvisiblegridlinesonly="true" />
+  </sodipodi:namedview>
+  <defs
+     id="defs3">
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6553"
+       id="pattern6555"
+       patternTransform="matrix(6,0,0,6,-226,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6551"
+       id="pattern6553"
+       patternTransform="matrix(6,0,0,6,-236,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6443"
+       id="pattern6551"
+       patternTransform="matrix(6,0,0,6,-246,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6441"
+       id="pattern6443"
+       patternTransform="matrix(6,0,0,6,-256,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6439"
+       id="pattern6441"
+       patternTransform="matrix(6,0,0,6,-246,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6437"
+       id="pattern6439"
+       patternTransform="matrix(6,0,0,6,-236,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6435"
+       id="pattern6437"
+       patternTransform="matrix(6,0,0,6,-226,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6433"
+       id="pattern6435"
+       patternTransform="matrix(6,0,0,6,-236,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6333"
+       id="pattern6433"
+       patternTransform="matrix(6,0,0,6,-246,98)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient6335">
+      <stop
+         style="stop-color:#3465a4;stop-opacity:1"
+         offset="0"
+         id="stop6337" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="1"
+         id="stop6339" />
+    </linearGradient>
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6331"
+       id="pattern6333"
+       patternTransform="matrix(6,0,0,6,-256,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6329"
+       id="pattern6331"
+       patternTransform="matrix(6,0,0,6,-246,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6193"
+       id="pattern6329"
+       patternTransform="matrix(6,0,0,6,-236,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6191"
+       id="pattern6193"
+       patternTransform="matrix(6,0,0,6,-226,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6189"
+       id="pattern6191"
+       patternTransform="matrix(6,0,0,6,-225.96875,98.09375)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6187"
+       id="pattern6189"
+       patternTransform="matrix(6,0,0,6,-225.96875,98.078125)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6185"
+       id="pattern6187"
+       patternTransform="matrix(6,0,0,6,-226,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6183"
+       id="pattern6185"
+       patternTransform="matrix(6.015625,0,0,6.015625,-226,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern6115"
+       id="pattern6183"
+       patternTransform="matrix(6.0117188,0,0,6.015625,-226,98)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#Checkerboardwhite"
+       id="pattern6115"
+       patternTransform="matrix(6,0,0,6,-226,98)" />
+    <pattern
+       inkscape:stockid="Checkerboard white"
+       id="Checkerboardwhite"
+       patternTransform="translate(0,0) scale(10,10)"
+       height="2"
+       width="2"
+       patternUnits="userSpaceOnUse"
+       inkscape:collect="always">
+      <rect
+         id="rect5467"
+         height="1"
+         width="1"
+         y="0"
+         x="0"
+         style="fill:white;stroke:none" />
+      <rect
+         id="rect6113"
+         height="1"
+         width="1"
+         y="1"
+         x="1"
+         style="fill:white;stroke:none" />
+    </pattern>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9782">
+      <stop
+         style="stop-color:#3465a4;stop-opacity:1;"
+         offset="0"
+         id="stop9784" />
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1"
+         offset="1"
+         id="stop9786" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient9724">
+      <stop
+         id="stop9726"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#3465a4;stop-opacity:1"
+         offset="0.5"
+         id="stop9728" />
+      <stop
+         id="stop9730"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern9046"
+       id="pattern9058"
+       patternTransform="matrix(1.9035604,0,0,1.7532793,360.87944,149.00707)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern8988"
+       id="pattern9046"
+       patternTransform="matrix(1.0018739,0,0,1.0018739,329.00434,58.988873)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern8207"
+       id="pattern8233"
+       patternTransform="matrix(1.2690403,0,0,1.3358319,347.13883,80.31851)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern7183-3-0-7"
+       id="pattern8207"
+       patternTransform="matrix(1.2690403,0,0,1.3358319,316.73881,81.651843)" />
+    <linearGradient
+       id="linearGradient3806">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808" />
+      <stop
+         id="stop3814"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3802">
+      <rect
+         style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.62994266;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect3804"
+         width="116"
+         height="162.03175"
+         x="46"
+         y="71"
+         rx="5.7781744"
+         ry="5.7781744" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter3875">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.34753969"
+         id="feGaussianBlur3877" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3802-1">
+      <rect
+         style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.62994266;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect3804-7"
+         width="116"
+         height="162.03175"
+         x="46"
+         y="71"
+         rx="5.7781744"
+         ry="5.7781744" />
+    </clipPath>
+    <linearGradient
+       id="linearGradient3806-46">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-3" />
+      <stop
+         id="stop3814-8"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-31" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3875-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.34753969"
+         id="feGaussianBlur3877-6" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-46"
+       id="radialGradient12529"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8544914,3.1890053,-8.6552214,2.3191596,957.74305,-396.72938)"
+       cx="76.891663"
+       cy="109.75414"
+       fx="76.891663"
+       fy="109.75414"
+       r="58" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3802-1-3">
+      <rect
+         style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.62994266;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect3804-7-7"
+         width="116"
+         height="162.03175"
+         x="46"
+         y="71"
+         rx="5.7781744"
+         ry="5.7781744" />
+    </clipPath>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-46-46"
+       id="radialGradient12529-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8544914,3.1890053,-8.6552214,2.3191596,957.74305,-396.72938)"
+       cx="76.891663"
+       cy="109.75414"
+       fx="76.891663"
+       fy="109.75414"
+       r="58" />
+    <linearGradient
+       id="linearGradient3806-46-46">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-3-31" />
+      <stop
+         id="stop3814-8-2"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-31-0" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3875-1-0">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.34753969"
+         id="feGaussianBlur3877-6-9" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter12661">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.5069472"
+         id="feGaussianBlur12663" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter12821">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.0117352"
+         id="feGaussianBlur12823" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter12825">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.0117352"
+         id="feGaussianBlur12827" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806"
+       id="radialGradient12848"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.73614804,2.7473419,-7.4565107,1.997966,835.27921,-327.51682)"
+       cx="79.935051"
+       cy="110.19"
+       fx="79.935051"
+       fy="110.19"
+       r="58" />
+    <filter
+       inkscape:collect="always"
+       id="filter13020">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.83833826"
+         id="feGaussianBlur13022" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter13024">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.69507938"
+         id="feGaussianBlur13026" />
+    </filter>
+    <linearGradient
+       id="linearGradient3806-0-2-6">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-62-0" />
+      <stop
+         id="stop3814-6-3-1"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-9-1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5081-5-1">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5083-7-1" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5085-4-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-0-62"
+       id="radialGradient4795-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.14596036,0.54257846,-1.4784458,0.3945826,453.495,-17.703944)"
+       cx="79.935051"
+       cy="110.19"
+       fx="79.935051"
+       fy="110.19"
+       r="58" />
+    <linearGradient
+       id="linearGradient3806-0-62">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-98" />
+      <stop
+         id="stop3814-6-1"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-41" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5081-0"
+       id="linearGradient5087-5"
+       x1="303.68515"
+       y1="58.832542"
+       x2="311.31006"
+       y2="87.602898"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5081-0">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5083-9" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5085-46" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-46-1-33"
+       id="radialGradient7192-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.16942504,0.62980354,-1.7161217,0.45801584,507.77667,-32.372885)"
+       cx="76.891663"
+       cy="109.75414"
+       fx="76.891663"
+       fy="109.75414"
+       r="58" />
+    <linearGradient
+       id="linearGradient3806-46-1-33">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-3-3-7" />
+      <stop
+         id="stop3814-8-3-38"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-31-00-3" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5113-6"
+       id="linearGradient7194-16"
+       gradientUnits="userSpaceOnUse"
+       x1="336.55896"
+       y1="56.028366"
+       x2="342.74948"
+       y2="79.37191" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5113-6">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5115-2" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5117-40" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12514-4-3-76"
+       id="radialGradient7196-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12648672,0.46847002,-0.8583197,0.22823952,449.01939,9.1662526)"
+       cx="65.430779"
+       cy="118.01607"
+       fx="65.430779"
+       fy="118.01607"
+       r="58" />
+    <linearGradient
+       id="linearGradient12514-4-3-76">
+      <stop
+         id="stop12516-7-21-9"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="0.5"
+         id="stop12518-9-0-0" />
+      <stop
+         id="stop12520-85-8-0"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-46-1-9-9"
+       id="radialGradient7192-3-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.16942504,0.62980354,-1.7161217,0.45801584,507.77667,-32.372885)"
+       cx="76.891663"
+       cy="109.75414"
+       fx="76.891663"
+       fy="109.75414"
+       r="58" />
+    <linearGradient
+       id="linearGradient3806-46-1-9-9">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-3-3-1-3" />
+      <stop
+         id="stop3814-8-3-3-6"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-31-00-80-1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5113-7-4"
+       id="linearGradient7194-2-8"
+       gradientUnits="userSpaceOnUse"
+       x1="336.55896"
+       y1="56.028366"
+       x2="342.74948"
+       y2="79.37191" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5113-7-4">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5115-7-3" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5117-80-3" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12514-4-3-1-2"
+       id="radialGradient7196-4-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12648672,0.46847002,-0.8583197,0.22823952,449.01939,9.1662526)"
+       cx="65.430779"
+       cy="118.01607"
+       fx="65.430779"
+       fy="118.01607"
+       r="58" />
+    <linearGradient
+       id="linearGradient12514-4-3-1-2">
+      <stop
+         id="stop12516-7-21-8-9"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="0.5"
+         id="stop12518-9-0-7-6" />
+      <stop
+         id="stop12520-85-8-1-6"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5465-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.96150622"
+         id="feGaussianBlur5467-4" />
+    </filter>
+    <linearGradient
+       id="linearGradient3806-0-2-6-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-62-0-3" />
+      <stop
+         id="stop3814-6-3-1-1"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-9-1-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5081-5-1-0">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5083-7-1-2" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5085-4-5-0" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient12514-4-3-1-2-7">
+      <stop
+         id="stop12516-7-21-8-9-3"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="0.5"
+         id="stop12518-9-0-7-6-6" />
+      <stop
+         id="stop12520-85-8-1-6-9"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#Checkerboardwhite-2-2-2"
+       id="pattern7183-3-0-7"
+       patternTransform="matrix(1.0018739,0,0,1.0018739,369.00434,58.988879)" />
+    <pattern
+       inkscape:stockid="Checkerboard white"
+       id="Checkerboardwhite-2-2-2"
+       patternTransform="translate(0,0) scale(10,10)"
+       height="2"
+       width="2"
+       patternUnits="userSpaceOnUse"
+       inkscape:collect="always">
+      <rect
+         id="rect6343-1-4-2"
+         height="1"
+         width="1"
+         y="0"
+         x="0"
+         style="fill:white;stroke:none" />
+      <rect
+         id="rect6345-2-4-9"
+         height="1"
+         width="1"
+         y="1"
+         x="1"
+         style="fill:white;stroke:none" />
+    </pattern>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-0-2-6-8"
+       id="radialGradient8235"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.11429784,0.40689297,-1.1577332,0.29590722,426.04191,71.472616)"
+       cx="79.935051"
+       cy="110.19"
+       fx="79.935051"
+       fy="110.19"
+       r="58" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5081-5-1-0"
+       id="linearGradient8237"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.78307455,0,0,0.74992465,70.92152,84.74924)"
+       x1="303.68515"
+       y1="58.832542"
+       x2="311.31006"
+       y2="87.602898" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12514-4-3-1-2-7"
+       id="radialGradient8239"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12648672,0.46847002,-0.8583197,0.22823952,417.01938,41.166256)"
+       cx="65.430779"
+       cy="118.01607"
+       fx="65.430779"
+       fy="118.01607"
+       r="58" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-0-2-6-8-1"
+       id="radialGradient8235-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.11429784,0.40689297,-1.1577332,0.29590722,426.04191,71.472616)"
+       cx="79.935051"
+       cy="110.19"
+       fx="79.935051"
+       fy="110.19"
+       r="58" />
+    <linearGradient
+       id="linearGradient3806-0-2-6-8-1">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-62-0-3-5" />
+      <stop
+         id="stop3814-6-3-1-1-4"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-9-1-0-1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5081-5-1-0-8"
+       id="linearGradient8237-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.78307455,0,0,0.74992465,70.92152,84.74924)"
+       x1="303.68515"
+       y1="58.832542"
+       x2="311.31006"
+       y2="87.602898" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5081-5-1-0-8">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5083-7-1-2-3" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5085-4-5-0-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12514-4-3-1-2-7-1"
+       id="radialGradient8239-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12648672,0.46847002,-0.8583197,0.22823952,417.01938,41.166256)"
+       cx="65.430779"
+       cy="118.01607"
+       fx="65.430779"
+       fy="118.01607"
+       r="58" />
+    <linearGradient
+       id="linearGradient12514-4-3-1-2-7-1">
+      <stop
+         id="stop12516-7-21-8-9-3-2"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="0.5"
+         id="stop12518-9-0-7-6-6-4" />
+      <stop
+         id="stop12520-85-8-1-6-9-5"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern8207-1"
+       id="pattern8233-3"
+       patternTransform="matrix(1.2690403,0,0,1.3358319,340.80547,77.651845)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern7183-3-0-7-5"
+       id="pattern8207-1"
+       patternTransform="matrix(1.2690403,0,0,1.3358319,316.73881,81.651843)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#Checkerboardwhite-2-2-2-6"
+       id="pattern7183-3-0-7-5"
+       patternTransform="matrix(1.0018739,0,0,1.0018739,369.00434,58.988879)" />
+    <pattern
+       inkscape:stockid="Checkerboard white"
+       id="Checkerboardwhite-2-2-2-6"
+       patternTransform="translate(0,0) scale(10,10)"
+       height="2"
+       width="2"
+       patternUnits="userSpaceOnUse"
+       inkscape:collect="always">
+      <rect
+         id="rect6343-1-4-2-6"
+         height="1"
+         width="1"
+         y="0"
+         x="0"
+         style="fill:white;stroke:none" />
+      <rect
+         id="rect6345-2-4-9-4"
+         height="1"
+         width="1"
+         y="1"
+         x="1"
+         style="fill:white;stroke:none" />
+    </pattern>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-0-2-6"
+       id="radialGradient8351"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.14428404,0.53718472,-1.4614662,0.39066007,451.82978,-16.762498)"
+       cx="79.935051"
+       cy="110.19"
+       fx="79.935051"
+       fy="110.19"
+       r="58" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5081-5-1"
+       id="linearGradient8353"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.98851526,0,0,0.99005904,3.5430562,0.76545132)"
+       x1="303.68515"
+       y1="58.832542"
+       x2="311.31006"
+       y2="87.602898" />
+    <filter
+       inkscape:collect="always"
+       id="filter8727">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.55"
+         id="feGaussianBlur8729" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-0-2-6-95"
+       id="radialGradient8351-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.13318316,0.50641471,-1.3490243,0.36828301,440.05278,-10.614992)"
+       cx="79.935051"
+       cy="110.19"
+       fx="79.935051"
+       fy="110.19"
+       r="58" />
+    <linearGradient
+       id="linearGradient3806-0-2-6-95">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-62-0-8" />
+      <stop
+         id="stop3814-6-3-1-8"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-9-1-9" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5081-5-1-3"
+       id="linearGradient8353-33"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.91246112,0,0,0.93334833,26.256233,5.908955)"
+       x1="303.68515"
+       y1="58.832542"
+       x2="311.31006"
+       y2="87.602898" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5081-5-1-3">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5083-7-1-7" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5085-4-5-8" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3806-0-2-6-95-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-62-0-8-7" />
+      <stop
+         id="stop3814-6-3-1-8-1"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-9-1-9-9" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5081-5-1-3-9">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5083-7-1-7-5" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5085-4-5-8-2" />
+    </linearGradient>
+    <radialGradient
+       r="58"
+       fy="110.19"
+       fx="79.935051"
+       cy="110.19"
+       cx="79.935051"
+       gradientTransform="matrix(0.08884551,0.32217178,-0.89992422,0.23429492,401.75789,133.76724)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient8868"
+       xlink:href="#linearGradient3806-0-2-6-95-7"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="87.602898"
+       x2="311.31006"
+       y1="58.832542"
+       x1="303.68515"
+       gradientTransform="matrix(0.60869612,0,0,0.59377914,125.71725,144.27947)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8870"
+       xlink:href="#linearGradient5081-5-1-3-9"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient3806-0-2-6-95-7-4">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-62-0-8-7-2" />
+      <stop
+         id="stop3814-6-3-1-8-1-0"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-9-1-9-9-3" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5081-5-1-3-9-0">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5083-7-1-7-5-7" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5085-4-5-8-2-0" />
+    </linearGradient>
+    <radialGradient
+       r="58"
+       fy="110.19"
+       fx="79.935051"
+       cy="110.19"
+       cx="79.935051"
+       gradientTransform="matrix(0.08884551,0.32217178,-0.89992422,0.23429492,404.75789,133.76724)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient8921"
+       xlink:href="#linearGradient3806-0-2-6-95-7-4"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="87.602898"
+       x2="311.31006"
+       y1="58.832542"
+       x1="303.68515"
+       gradientTransform="matrix(0.60869612,0,0,0.59377914,128.71725,144.27947)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient8923"
+       xlink:href="#linearGradient5081-5-1-3-9-0"
+       inkscape:collect="always" />
+    <pattern
+       patternTransform="matrix(1.0018739,0,0,1.0018739,339.00434,-31.01112)"
+       id="pattern8988"
+       xlink:href="#pattern7183-7-2"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient12514-4-3-76-3">
+      <stop
+         id="stop12516-7-21-9-1"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="0.5"
+         id="stop12518-9-0-0-9" />
+      <stop
+         id="stop12520-85-8-0-7"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#Checkerboardwhite-4-9"
+       id="pattern7183-7-2"
+       patternTransform="matrix(1.0018739,0,0,1.0018739,369.00434,58.988879)" />
+    <pattern
+       inkscape:stockid="Checkerboard white"
+       id="Checkerboardwhite-4-9"
+       patternTransform="translate(0,0) scale(10,10)"
+       height="2"
+       width="2"
+       patternUnits="userSpaceOnUse"
+       inkscape:collect="always">
+      <rect
+         id="rect6343-18-4"
+         height="1"
+         width="1"
+         y="0"
+         x="0"
+         style="fill:white;stroke:none" />
+      <rect
+         id="rect6345-8-9"
+         height="1"
+         width="1"
+         y="1"
+         x="1"
+         style="fill:white;stroke:none" />
+    </pattern>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12514-4-3-76-3"
+       id="radialGradient9060"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12648672,0.46847002,-0.8583197,0.22823952,439.01939,99.166246)"
+       cx="65.430779"
+       cy="118.01607"
+       fx="65.430779"
+       fy="118.01607"
+       r="58" />
+    <pattern
+       patternTransform="matrix(1.9035604,0,0,1.7532793,355.17944,149.00707)"
+       id="pattern9087"
+       xlink:href="#pattern9058-9"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12514-4-3-76-3-5"
+       id="radialGradient9060-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12648672,0.46847002,-0.8583197,0.22823952,439.01939,99.166246)"
+       cx="65.430779"
+       cy="118.01607"
+       fx="65.430779"
+       fy="118.01607"
+       r="58" />
+    <linearGradient
+       id="linearGradient12514-4-3-76-3-5">
+      <stop
+         id="stop12516-7-21-9-1-2"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="0.5"
+         id="stop12518-9-0-0-9-9" />
+      <stop
+         id="stop12520-85-8-0-7-8"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern9046-4"
+       id="pattern9058-9"
+       patternTransform="matrix(1.9035604,0,0,1.7532793,358.97944,149.00707)" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#pattern8988-6"
+       id="pattern9046-4"
+       patternTransform="matrix(1.0018739,0,0,1.0018739,329.00434,58.988873)" />
+    <pattern
+       patternTransform="matrix(1.0018739,0,0,1.0018739,339.00434,-31.01112)"
+       id="pattern8988-6"
+       xlink:href="#pattern7183-7-2-7"
+       inkscape:collect="always" />
+    <pattern
+       inkscape:collect="always"
+       xlink:href="#Checkerboardwhite-4-9-6"
+       id="pattern7183-7-2-7"
+       patternTransform="matrix(1.0018739,0,0,1.0018739,369.00434,58.988879)" />
+    <pattern
+       inkscape:stockid="Checkerboard white"
+       id="Checkerboardwhite-4-9-6"
+       patternTransform="translate(0,0) scale(10,10)"
+       height="2"
+       width="2"
+       patternUnits="userSpaceOnUse"
+       inkscape:collect="always">
+      <rect
+         id="rect6343-18-4-1"
+         height="1"
+         width="1"
+         y="0"
+         x="0"
+         style="fill:white;stroke:none" />
+      <rect
+         id="rect6345-8-9-8"
+         height="1"
+         width="1"
+         y="1"
+         x="1"
+         style="fill:white;stroke:none" />
+    </pattern>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-0-2-6-95-5"
+       id="radialGradient8351-0-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.13188586,0.50609253,-1.3358838,0.36804871,438.85854,-10.555691)"
+       cx="79.935051"
+       cy="110.19"
+       fx="79.935051"
+       fy="110.19"
+       r="58" />
+    <linearGradient
+       id="linearGradient3806-0-2-6-95-5">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-62-0-8-9" />
+      <stop
+         id="stop3814-6-3-1-8-7"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-9-1-9-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5081-5-1-3-0"
+       id="linearGradient8353-33-35"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.90357307,0,0,0.93275454,29.092675,5.9577445)"
+       x1="303.27271"
+       y1="63.133339"
+       x2="313.13046"
+       y2="80.553894" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5081-5-1-3-0">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5083-7-1-7-9" />
+      <stop
+         style="stop-color:#555753;stop-opacity:1"
+         offset="1"
+         id="stop5085-4-5-8-6" />
+    </linearGradient>
+    <radialGradient
+       r="58"
+       fy="110.19"
+       fx="79.935051"
+       cy="110.19"
+       cx="79.935051"
+       gradientTransform="matrix(0.08017061,0.28542746,-0.79358914,0.21264157,389.04917,179.07187)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient9546"
+       xlink:href="#linearGradient9724"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9782"
+       id="linearGradient9788"
+       x1="317"
+       y1="228.16925"
+       x2="317"
+       y2="220.55338"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       r="58"
+       fy="110.19"
+       fx="79.935051"
+       cy="110.19"
+       cx="79.935051"
+       gradientTransform="matrix(0.06980716,0.25433365,-0.70708307,0.18496059,380.34547,184.60752)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient9546-6"
+       xlink:href="#linearGradient9724-63"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient9724-63">
+      <stop
+         id="stop9726-2"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#3465a4;stop-opacity:1"
+         offset="0.5"
+         id="stop9728-6" />
+      <stop
+         id="stop9730-7"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9782-1"
+       id="linearGradient9788-0"
+       x1="317"
+       y1="232.85265"
+       x2="317"
+       y2="220.55338"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9782-1">
+      <stop
+         style="stop-color:#3465a4;stop-opacity:1;"
+         offset="0"
+         id="stop9784-2" />
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1"
+         offset="1"
+         id="stop9786-9" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6335"
+       id="radialGradient6539"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.3156701,0,0,1.5972528,437.17661,-98.83736)"
+       cx="-184.26508"
+       cy="169.10188"
+       fx="-184.26508"
+       fy="169.10188"
+       r="48" />
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5465-8-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.96150622"
+         id="feGaussianBlur5467-4-5" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-0-62-13"
+       id="radialGradient4795-2-57"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.14596036,0.54257846,-1.4784458,0.3945826,453.495,-17.703944)"
+       cx="79.935051"
+       cy="110.19"
+       fx="79.935051"
+       fy="110.19"
+       r="58" />
+    <linearGradient
+       id="linearGradient3806-0-62-13">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-98-3" />
+      <stop
+         id="stop3814-6-1-3"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-41-8" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5081-0-1"
+       id="linearGradient5087-5-5"
+       x1="303.68515"
+       y1="58.832542"
+       x2="311.31006"
+       y2="87.602898"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5081-0-1">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5083-9-0" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5085-46-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-46-1-33-6"
+       id="radialGradient7192-2-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.16942504,0.62980354,-1.7161217,0.45801584,507.77667,-32.372885)"
+       cx="76.891663"
+       cy="109.75414"
+       fx="76.891663"
+       fy="109.75414"
+       r="58" />
+    <linearGradient
+       id="linearGradient3806-46-1-33-6">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-3-3-7-3" />
+      <stop
+         id="stop3814-8-3-38-5"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-31-00-3-08" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5113-6-4"
+       id="linearGradient7194-16-0"
+       gradientUnits="userSpaceOnUse"
+       x1="336.55896"
+       y1="56.028366"
+       x2="342.74948"
+       y2="79.37191" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5113-6-4">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5115-2-1" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5117-40-1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12514-4-3-76-5"
+       id="radialGradient7196-0-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12648672,0.46847002,-0.8583197,0.22823952,449.01939,9.1662526)"
+       cx="65.430779"
+       cy="118.01607"
+       fx="65.430779"
+       fy="118.01607"
+       r="58" />
+    <linearGradient
+       id="linearGradient12514-4-3-76-5">
+      <stop
+         id="stop12516-7-21-9-9"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="0.5"
+         id="stop12518-9-0-0-3" />
+      <stop
+         id="stop12520-85-8-0-4"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-46-1-9-9-5"
+       id="radialGradient7192-3-6-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.16942504,0.62980354,-1.7161217,0.45801584,507.77667,-32.372885)"
+       cx="76.891663"
+       cy="109.75414"
+       fx="76.891663"
+       fy="109.75414"
+       r="58" />
+    <linearGradient
+       id="linearGradient3806-46-1-9-9-5">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-3-3-1-3-0" />
+      <stop
+         id="stop3814-8-3-3-6-8"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-31-00-80-1-3" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5113-7-4-6"
+       id="linearGradient7194-2-8-5"
+       gradientUnits="userSpaceOnUse"
+       x1="336.55896"
+       y1="56.028366"
+       x2="342.74948"
+       y2="79.37191" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5113-7-4-6">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5115-7-3-5" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5117-80-3-9" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12514-4-3-1-2-0"
+       id="radialGradient7196-4-8-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12648672,0.46847002,-0.8583197,0.22823952,449.01939,9.1662526)"
+       cx="65.430779"
+       cy="118.01607"
+       fx="65.430779"
+       fy="118.01607"
+       r="58" />
+    <linearGradient
+       id="linearGradient12514-4-3-1-2-0">
+      <stop
+         id="stop12516-7-21-8-9-7"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1"
+         offset="0.5"
+         id="stop12518-9-0-7-6-63" />
+      <stop
+         id="stop12520-85-8-1-6-7"
+         offset="1"
+         style="stop-color:#729fcf;stop-opacity:1" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5465-8-6">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.96150622"
+         id="feGaussianBlur5467-4-1" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-46-1-33-6-4"
+       id="radialGradient7192-2-7-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.17637384,0.64888848,-1.7865067,0.47189509,544.71936,-34.656909)"
+       cx="76.891663"
+       cy="109.75414"
+       fx="76.891663"
+       fy="109.75414"
+       r="58" />
+    <linearGradient
+       id="linearGradient3806-46-1-33-6-4">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-3-3-7-3-0" />
+      <stop
+         id="stop3814-8-3-38-5-1"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-31-00-3-08-3" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(1.041014,0,0,1.030303,16.11674,-1.303028)"
+       inkscape:collect="always"
+       xlink:href="#linearGradient5113-6-4-4"
+       id="linearGradient7194-16-0-7"
+       gradientUnits="userSpaceOnUse"
+       x1="336.55896"
+       y1="56.028366"
+       x2="342.74948"
+       y2="79.37191" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5113-6-4-4">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5115-2-1-1" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5117-40-1-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3806-46-1-9-9-5-0">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-3-3-1-3-0-3" />
+      <stop
+         id="stop3814-8-3-3-6-8-2"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-31-00-80-1-3-1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5113-7-4-6-5">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5115-7-3-5-6" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5117-80-3-9-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3806-0-62-13-2"
+       id="radialGradient4795-2-57-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.15204193,0.55902022,-1.5400466,0.40653964,512.53633,-16.573762)"
+       cx="79.935051"
+       cy="110.19"
+       fx="79.935051"
+       fy="110.19"
+       r="58" />
+    <linearGradient
+       id="linearGradient3806-0-62-13-2">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3808-0-98-3-2" />
+      <stop
+         id="stop3814-6-1-3-1"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop3810-4-41-8-7" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(1.0416659,0,0,1.030303,40.14605,1.666665)"
+       inkscape:collect="always"
+       xlink:href="#linearGradient5081-0-1-4"
+       id="linearGradient5087-5-5-2"
+       x1="303.68515"
+       y1="58.832542"
+       x2="311.31006"
+       y2="87.602898"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5081-0-1-4">
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1;"
+         offset="0"
+         id="stop5083-9-0-1" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="1"
+         id="stop5085-46-8-6" />
+    </linearGradient>
+    <radialGradient
+       r="58"
+       fy="109.75414"
+       fx="76.891663"
+       cy="109.75414"
+       cx="76.891663"
+       gradientTransform="matrix(0.17637384,0.64888848,-1.7865067,0.47189509,551.71935,-32.656911)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4233"
+       xlink:href="#linearGradient3806-46-1-9-9-5-0"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientTransform="matrix(1.041014,0,0,1.030303,23.11673,0.69697)"
+       y2="79.37191"
+       x2="342.74948"
+       y1="56.028366"
+       x1="336.55896"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4235"
+       xlink:href="#linearGradient5113-7-4-6-5"
+       inkscape:collect="always" />
+    <filter
+       inkscape:collect="always"
+       id="filter5091">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.41287879"
+         id="feGaussianBlur5093" />
+    </filter>
+  </defs>
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Lapo Calamandrei</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source />
+        <cc:license
+           rdf:resource="http://www.gnu.org/licenses/gpl-3.0.html"; />
+        <dc:title>Aisleriot</dc:title>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>cards</rdf:li>
+            <rdf:li>playing cards</rdf:li>
+            <rdf:li>solitary</rdf:li>
+            <rdf:li>hearts</rdf:li>
+            <rdf:li>deck</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:date>2011-03-16</dc:date>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Lapo Calamandrei</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:publisher>
+        <dc:identifier />
+        <dc:relation />
+        <dc:language />
+        <dc:coverage />
+        <dc:description>Distribuited under the terms of the GPL3+</dc:description>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     style="display:inline"
+     inkscape:groupmode="layer"
+     inkscape:label="artwork"
+     id="layer1">
+    <g
+       inkscape:groupmode="layer"
+       id="layer2"
+       inkscape:label="baseplate"
+       style="display:none">
+      <rect
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6284-2-6"
+         width="64"
+         height="50"
+         x="288"
+         y="51"
+         inkscape:label="64x50" />
+      <rect
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6284-2"
+         width="50"
+         height="50"
+         x="295"
+         y="51"
+         inkscape:label="48x48" />
+      <rect
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6284"
+         width="48"
+         height="48"
+         x="296"
+         y="52"
+         inkscape:label="50x50" />
+      <rect
+         inkscape:label="34x34"
+         y="127.00001"
+         x="302"
+         height="34"
+         width="34"
+         id="rect6592-9"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         inkscape:label="32x32"
+         y="127.99634"
+         x="303"
+         height="32"
+         width="32"
+         id="rect6592"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         inkscape:label="26x26"
+         y="177"
+         x="301"
+         height="26"
+         width="26"
+         id="rect5028-3"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         inkscape:label="24x24"
+         y="178"
+         x="302"
+         height="24"
+         width="24"
+         id="rect5028"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         inkscape:label="16x16"
+         y="221"
+         x="303"
+         height="16"
+         width="16"
+         id="rect6833"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6749"
+         width="22"
+         height="22"
+         x="303"
+         y="179"
+         inkscape:label="22x22" />
+      <text
+         id="context"
+         inkscape:label="context"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
+         x="31.87059"
+         xml:space="preserve"
+         y="18.860306"><tspan
+           id="tspan2716"
+           sodipodi:role="line"
+           x="31.87059"
+           y="18.860306"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans">apps</tspan></text>
+      <text
+         id="icon-name"
+         inkscape:label="icon-name"
+         sodipodi:linespacing="125%"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold"
+         x="302.87057"
+         xml:space="preserve"
+         y="18.860306"><tspan
+           id="tspan3023"
+           sodipodi:role="line"
+           x="302.87057"
+           y="18.860306"
+           style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold">aisleriot</tspan></text>
+      <rect
+         inkscape:label="256x256"
+         y="32"
+         x="20"
+         height="256"
+         width="256"
+         id="rect6282"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <g
+         style="display:inline;enable-background:new"
+         id="g6117">
+        <rect
+           ry="0"
+           rx="0"
+           y="100"
+           x="-224"
+           height="144"
+           width="96"
+           id="rect3880"
+           style="color:#000000;fill:url(#radialGradient6539);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00169003;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0"
+           rx="0"
+           y="100"
+           x="-224"
+           height="144"
+           width="96"
+           id="rect3880-0"
+           style="opacity:0.7;color:#000000;fill:url(#pattern6555);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00199997;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           style="color:#000000;fill:none;stroke:#204a87;stroke-width:3.99999976;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect6195"
+           width="92.000008"
+           height="140"
+           x="-222"
+           y="102" />
+        <rect
+           style="color:#000000;fill:none;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect6195-0"
+           width="92.000008"
+           height="140"
+           x="-222"
+           y="102" />
+      </g>
+      <path
+         style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m -354,106 0,17 c -2.25,-8.10305 -12,-9.9891 -12,-17 0,-3.31371 2.68629,-6.000002 6,-6.000002 3.31371,0 6,2.686292 6,6.000002 z"
+         id="path3904"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="sccss" />
+      <use
+         style="display:inline;enable-background:new"
+         x="0"
+         y="0"
+         xlink:href="#path3904"
+         id="use3932"
+         transform="matrix(-1,0,0,1,-708,0)"
+         width="400"
+         height="300" />
+      <rect
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6284-1"
+         width="40"
+         height="40"
+         x="353.0625"
+         y="122.99633"
+         inkscape:label="40x40" />
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer4"
+       inkscape:label="smallsizes"
+       style="display:inline">
+      <g
+         style="display:inline;enable-background:new"
+         id="g9843-5"
+         transform="translate(2,0)">
+        <rect
+           ry="0.53699237"
+           rx="0.54785746"
+           y="221.5"
+           x="305.5"
+           height="15"
+           width="11.000003"
+           id="rect3003-81-09-8-2-0-09"
+           style="color:#000000;fill:url(#radialGradient9546-6);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9788-0);stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0"
+           rx="0"
+           y="222.5"
+           x="306.5"
+           height="13"
+           width="9"
+           id="rect9732-4"
+           style="opacity:0.3;color:#000000;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <g
+         id="g9843">
+        <rect
+           ry="0.53699237"
+           rx="0.54785746"
+           y="221.5"
+           x="305.5"
+           height="15"
+           width="11.000003"
+           id="rect3003-81-09-8-2-0"
+           style="color:#000000;fill:url(#radialGradient9546);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9788);stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0"
+           rx="0"
+           y="222.5"
+           x="306.5"
+           height="13"
+           width="9"
+           id="rect9732"
+           style="opacity:0.3;color:#000000;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <rect
+         style="opacity:0.1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect3003-81-09-8-3-1-3"
+         width="21"
+         height="19.000933"
+         x="303.5"
+         y="181.5"
+         rx="1.0459094"
+         ry="0.6802237" />
+      <rect
+         style="color:#000000;fill:url(#radialGradient8921);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8923);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect3003-81-09-8-3-1"
+         width="14.000009"
+         height="19.000933"
+         x="309.5"
+         y="180.5"
+         rx="0.69727343"
+         ry="0.6802237" />
+      <g
+         style="display:inline;enable-background:new"
+         id="g9054-0"
+         transform="matrix(0.52631579,0,0,0.57142857,133.05263,96.857143)">
+        <rect
+           ry="0"
+           rx="0"
+           y="149"
+           x="340"
+           height="28"
+           width="19"
+           id="rect5469-7-1"
+           style="color:#000000;fill:url(#radialGradient9060-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.65239674;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0"
+           rx="0"
+           y="149"
+           x="340"
+           height="28"
+           width="19"
+           id="rect5469-8-8-5"
+           style="opacity:0.37325906;color:#000000;fill:url(#pattern9087);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.65239674;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <rect
+         style="opacity:0.1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect3003-81-09-8-8-3"
+         width="14.000009"
+         height="19.000933"
+         x="307.5"
+         y="180.5"
+         rx="0.69727343"
+         ry="0.6802237" />
+      <g
+         id="g6154"
+         style="fill:#ffffff"
+         transform="matrix(1.25,0,0,1.25,-78,-47.25)" />
+      <path
+         style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.98928672;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8727);enable-background:accumulate"
+         d="m 310.40625,130.5 c -0.49702,0 -0.90625,0.36965 -0.90625,0.84375 l 0,2.15625 -4.09375,0 c -0.49702,0 -0.90625,0.36965 -0.90625,0.84375 l 0,22.28125 c 0,0.4741 0.40923,0.875 0.90625,0.875 l 16.1875,0 c 0.49702,0 0.90625,-0.4009 0.90625,-0.875 l 0,-0.125 9.09375,0 c 0.49702,0 0.90625,-0.4009 0.90625,-0.875 l 0,-22.28125 c 0,-0.4741 -0.40923,-0.84375 -0.90625,-0.84375 l -4.09375,0 0,-1.15625 c 0,-0.4741 -0.40923,-0.84375 -0.90625,-0.84375 l -16.1875,0 z"
+         id="rect3003-81-09-7-6-7"
+         inkscape:connector-curvature="0" />
+      <g
+         style="display:inline;enable-background:new"
+         id="g8225-4"
+         transform="translate(-18.999996,2.9999992)">
+        <g
+           transform="translate(30,-2)"
+           id="g8111-2">
+          <rect
+             ry="0.85577202"
+             rx="0.89714688"
+             y="130.49464"
+             x="303.49466"
+             height="23.997587"
+             width="18.01071"
+             id="rect3003-81-09-7-6"
+             style="color:#000000;fill:url(#radialGradient8235-8);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8237-0);stroke-width:0.98928672;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             ry="0.16430797"
+             rx="0.1684462"
+             y="131.49223"
+             x="304.49228"
+             height="22.00242"
+             width="16.015516"
+             id="rect3003-3-4-8-2-6-3-6"
+             style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.98446041;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        </g>
+        <g
+           transform="matrix(0.78947368,0,0,0.75,83.947368,61.75)"
+           id="g8219-4">
+          <rect
+             style="color:#000000;fill:url(#radialGradient8239-6);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.65239674;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect5469-4-9-4"
+             width="19"
+             height="28"
+             x="318"
+             y="91"
+             rx="0"
+             ry="0" />
+          <rect
+             style="opacity:0.58774378;color:#000000;fill:url(#pattern8233-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.65239674;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect5469-8-7-7-6"
+             width="19"
+             height="28"
+             x="318"
+             y="91"
+             rx="0"
+             ry="0" />
+        </g>
+      </g>
+      <path
+         style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.98928672;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 315.40625,131.5 c -0.49702,0 -0.90625,0.36965 -0.90625,0.84375 l 0,22.15625 13.09375,0 c 0.49702,0 0.90625,-0.4009 0.90625,-0.875 l 0,-22.125 -13.09375,0 z"
+         id="rect3003-81-09-7-4"
+         inkscape:connector-curvature="0" />
+      <g
+         id="g8225"
+         transform="translate(-24,1)">
+        <g
+           transform="translate(30,-2)"
+           id="g8111">
+          <rect
+             ry="0.85577202"
+             rx="0.89714688"
+             y="130.49464"
+             x="303.49466"
+             height="23.997587"
+             width="18.01071"
+             id="rect3003-81-09-7"
+             style="color:#000000;fill:url(#radialGradient8235);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8237);stroke-width:0.98928672;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <rect
+             ry="0.16430797"
+             rx="0.1684462"
+             y="131.49223"
+             x="304.49228"
+             height="22.00242"
+             width="16.015516"
+             id="rect3003-3-4-8-2-6-3"
+             style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.98446041;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        </g>
+        <g
+           transform="matrix(0.78947368,0,0,0.75,83.947368,61.75)"
+           id="g8219">
+          <rect
+             style="color:#000000;fill:url(#radialGradient8239);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.65239674;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect5469-4-9"
+             width="19"
+             height="28"
+             x="318"
+             y="91"
+             rx="0"
+             ry="0" />
+          <rect
+             style="opacity:0.58774378;color:#000000;fill:url(#pattern8233);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.65239674;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect5469-8-7-7"
+             width="19"
+             height="28"
+             x="318"
+             y="91"
+             rx="0"
+             ry="0" />
+        </g>
+      </g>
+      <g
+         id="g5456"
+         style="opacity:0.28412254;display:inline;filter:url(#filter5465-8);enable-background:new"
+         transform="translate(-4.0619469e-6,0.99999534)">
+        <rect
+           style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.03564465;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect3003-3-4-0-0"
+           width="23.943325"
+           height="32.969696"
+           x="315.52832"
+           y="58.515156"
+           rx="1.1926613"
+           ry="1.1757243" />
+        <rect
+           style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.03564465;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect3003-3-4-2"
+           width="23.943325"
+           height="32.969696"
+           x="307.52832"
+           y="56.515152"
+           rx="1.1926613"
+           ry="1.1757243" />
+        <rect
+           style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.0359689;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect3003-81-00"
+           width="23.958311"
+           height="32.969696"
+           x="299.52084"
+           y="60.515152"
+           rx="1.1934078"
+           ry="1.1757241" />
+      </g>
+      <g
+         style="display:inline;enable-background:new"
+         id="g7185-7"
+         transform="translate(-32.000014,1.9999983)">
+        <g
+           transform="matrix(1.041014,0,0,1.030303,7.116747,-5.3030303)"
+           id="g4776-1">
+          <rect
+             style="color:#000000;fill:url(#radialGradient7192-3-6);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7194-2-8);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-3-4-00"
+             width="23.000004"
+             height="32"
+             x="327"
+             y="60"
+             rx="1.1456727"
+             ry="1.1411442" />
+          <rect
+             style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.93078732;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-3-4-8-7"
+             width="21.167889"
+             height="30.123211"
+             x="327.91608"
+             y="60.938396"
+             rx="0.22263725"
+             ry="0.22495177" />
+        </g>
+        <rect
+           ry="0"
+           rx="0"
+           y="59"
+           x="350"
+           height="28"
+           width="19"
+           id="rect5469-4"
+           style="color:#000000;fill:url(#radialGradient7196-4-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.65239674;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           style="opacity:0.58800001;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 351.00001,59.000002 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1
  z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 
 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1
 ,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0
  0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m
  -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 
 1,0 0,-1 -1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z"
+           id="rect3379-4"
+           inkscape:connector-curvature="0" />
+      </g>
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.03564465;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 316.71874,58.499996 c -0.66073,0 -1.1875,0.536149 -1.1875,1.1875 l 0,30.624999 c 0,0.06472 0.0211,0.125679 0.0313,0.1875 l 15.71875,0 c 0.66073,0 1.1875,-0.536149 1.1875,-1.1875 l 0,-30.624999 c 0,-0.06472 -0.0211,-0.125679 -0.0313,-0.1875 l -15.71875,0 z"
+         id="rect3003-3-4-9" />
+      <g
+         style="display:inline;enable-background:new"
+         id="g7185"
+         transform="translate(-40,0)">
+        <g
+           transform="matrix(1.041014,0,0,1.030303,7.116747,-5.3030303)"
+           id="g4776">
+          <rect
+             style="color:#000000;fill:url(#radialGradient7192-2);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7194-16);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-3-4"
+             width="23.000004"
+             height="32"
+             x="327"
+             y="60"
+             rx="1.1456727"
+             ry="1.1411442" />
+          <rect
+             style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.93078732;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-3-4-8"
+             width="21.167889"
+             height="30.123211"
+             x="327.91608"
+             y="60.938396"
+             rx="0.22263725"
+             ry="0.22495177" />
+        </g>
+        <rect
+           ry="0"
+           rx="0"
+           y="59"
+           x="350"
+           height="28"
+           width="19"
+           id="rect5469"
+           style="color:#000000;fill:url(#radialGradient7196-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.65239674;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <path
+         style="opacity:0.58800001;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 311,59 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,
 0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,
 0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z 
 m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 
 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 
 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z
  m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z"
+         id="rect3379"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.0359689;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 307.53124,61.499996 0,28.812499 c 0,0.651351 0.5281,1.229367 1.1875,1.1875 l 15.75,0 0,-28.812499 c 0,-0.651351 -0.52635,-1.1875 -1.1875,-1.1875 z"
+         id="rect3003-81-0"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="csscssc" />
+      <g
+         style="display:inline;enable-background:new"
+         id="g4780"
+         transform="matrix(1.0416659,0,0,1.030303,-9.8539441,-2.3333377)">
+        <rect
+           ry="1.141144"
+           rx="1.1456723"
+           y="61"
+           x="297"
+           height="32"
+           width="22.999996"
+           id="rect3003-81"
+           style="color:#000000;fill:url(#radialGradient4795-2);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5087-5);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0.22495177"
+           rx="0.22249791"
+           y="61.938396"
+           x="297.9227"
+           height="30.123211"
+           width="21.15464"
+           id="rect3003-3-4-8-2"
+           style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.93049604;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <path
+         style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 302.74999,67.999995 c -0.41421,0 -0.75,0.279964 -0.75,0.62532 0,0.730674 1.21875,0.927235 1.5,1.771733 0.28125,-0.844498 1.5,-1.041059 1.5,-1.771733 0,-0.345356 -0.33579,-0.62532 -0.75,-0.62532 -0.41421,0 -0.75,0.279964 -0.75,0.62532 0,-0.345356 -0.33579,-0.62532 -0.75,-0.62532 z"
+         id="path3904-7-8"
+         inkscape:connector-curvature="0" />
+      <path
+         style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 309.74999,72.999995 c -0.96649,0 -1.75,0.771891 -1.75,1.72407 0,2.014548 2.84376,2.556497 3.50001,4.884869 0.65624,-2.328372 3.5,-2.870321 3.5,-4.884869 0,-0.952179 -0.78351,-1.72407 -1.75,-1.72407 -0.96651,0 -1.75,0.771891 -1.75,1.72407 0,-0.952179 -0.7835,-1.72407 -1.75001,-1.72407 z"
+         id="path3904-1-9"
+         inkscape:connector-curvature="0" />
+      <path
+         style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 320.25,86 c 0.41421,0 0.75,-0.279964 0.75,-0.62532 0,-0.730674 -1.21875,-0.927235 -1.5,-1.771733 -0.28125,0.844498 -1.5,1.041059 -1.5,1.771733 0,0.345356 0.33579,0.62532 0.75,0.62532 0.41421,0 0.75,-0.279964 0.75,-0.62532 0,0.345356 0.33579,0.62532 0.75,0.62532 z"
+         id="path3904-7-8-6"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.98928672;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 309.5,133.5 0,19.125 c 0,0.4741 0.40923,0.875 0.90625,0.875 l 4.09375,0 0,1.125 c 0,0.4741 0.40923,0.875 0.90625,0.875 l 8.09375,0 0,-21.15625 c 0,-0.4741 -0.40923,-0.84375 -0.90625,-0.84375 l -13.09375,0 z"
+         id="rect3003-81-09-7-3"
+         inkscape:connector-curvature="0" />
+      <g
+         id="g8241"
+         transform="translate(1,1)">
+        <g
+           transform="matrix(0.79217244,0,0,0.75745447,68.114805,85.169445)"
+           id="g4780-5"
+           style="display:inline;enable-background:new">
+          <rect
+             style="color:#000000;fill:url(#radialGradient8351);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8353);stroke-width:1.27712691;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-81-09"
+             width="22.735846"
+             height="31.681889"
+             x="297.13208"
+             y="61.159054"
+             rx="1.1325146"
+             ry="1.1298" />
+          <rect
+             style="color:#000000;fill:none;stroke:#ffffff;stroke-width:1.27089632;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-3-4-8-2-6"
+             width="20.217209"
+             height="29.047846"
+             x="298.39142"
+             y="62.476078"
+             rx="0.21263829"
+             ry="0.21692124" />
+        </g>
+        <path
+           inkscape:connector-curvature="0"
+           id="path3904-1-9-4"
+           d="m 311.24813,141 c -0.69068,0 -1.25062,0.57894 -1.25062,1.29311 0,1.51099 2.03227,1.91747 2.50125,3.66383 C 312.96773,144.21058 315,143.8041 315,142.29311 315,141.57894 314.44006,141 313.74938,141 c -0.69071,0 -1.25062,0.57894 -1.25062,1.29311 0,-0.71417 -0.55992,-1.29311 -1.25063,-1.29311 z"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <g
+           transform="matrix(0.39930567,0,0,0.33292381,282.76367,104.36609)"
+           style="display:inline;enable-background:new"
+           id="g3984-1-7">
+          <g
+             transform="matrix(1.0074423,0,0,0.99261264,3,3)"
+             style="font-size:16.04676437px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ef2929;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Medium"
+             id="text3897-6-7" />
+        </g>
+        <g
+           transform="matrix(-0.39930567,0,0,-0.33292381,342.23633,182.63391)"
+           style="display:inline;enable-background:new"
+           id="g3984-1-7-8">
+          <g
+             transform="matrix(1.0074423,0,0,0.99261264,3,3)"
+             style="font-size:16.04676437px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ef2929;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Medium"
+             id="text3897-6-7-4" />
+        </g>
+      </g>
+      <rect
+         style="color:#000000;fill:url(#radialGradient8868);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8870);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect3003-81-09-8-3"
+         width="14.000009"
+         height="19.000933"
+         x="306.5"
+         y="180.5"
+         rx="0.69727343"
+         ry="0.6802237" />
+      <g
+         id="g9054"
+         transform="matrix(0.52631579,0,0,0.57142857,130.05263,96.857143)">
+        <rect
+           ry="0"
+           rx="0"
+           y="149"
+           x="340"
+           height="28"
+           width="19"
+           id="rect5469-7"
+           style="color:#000000;fill:url(#radialGradient9060);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.65239674;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0"
+           rx="0"
+           y="149"
+           x="340"
+           height="28"
+           width="19"
+           id="rect5469-8-8"
+           style="opacity:0.37325906;color:#000000;fill:url(#pattern9058);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.65239674;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <rect
+         style="opacity:0.1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect3003-81-09-8-8"
+         width="14.000009"
+         height="19.000933"
+         x="304.5"
+         y="180.5"
+         rx="0.69727343"
+         ry="0.6802237" />
+      <g
+         style="display:inline;enable-background:new"
+         id="g8241-1"
+         transform="matrix(0.84210538,0,0,0.83989433,47.842066,68.986967)">
+        <g
+           transform="matrix(0.79217244,0,0,0.75745447,68.114805,85.169445)"
+           id="g4780-5-6"
+           style="display:inline;enable-background:new">
+          <rect
+             style="color:#000000;fill:url(#radialGradient8351-0);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8353-33);stroke-width:1.5350281;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-81-09-8"
+             width="20.986603"
+             height="29.867147"
+             x="297.25717"
+             y="62.843208"
+             rx="1.0452422"
+             ry="1.0692286" />
+          <rect
+             style="color:#000000;fill:none;stroke:#ffffff;stroke-width:1.45878077;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-3-4-8-2-6-8"
+             width="18.062958"
+             height="26.800003"
+             x="298.71899"
+             y="64.376045"
+             rx="0.18998055"
+             ry="0.20013498" />
+        </g>
+        <path
+           inkscape:connector-curvature="0"
+           id="path3904-1-9-4-5"
+           d="m 309.82812,140.50938 c -1.14769,0 -2.07812,0.82487 -2.07812,1.84242 0,2.15283 3.37697,2.73198 4.15626,5.22018 0.77927,-2.4882 4.15624,-3.06735 4.15624,-5.22018 0,-1.01755 -0.93043,-1.84242 -2.07812,-1.84242 -1.14773,0 -2.07812,0.82487 -2.07812,1.84242 0,-1.01755 -0.93041,-1.84242 -2.07814,-1.84242 z"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <g
+           transform="matrix(0.39930567,0,0,0.33292381,282.76367,104.36609)"
+           style="display:inline;enable-background:new"
+           id="g3984-1-7-6">
+          <g
+             transform="matrix(1.0074423,0,0,0.99261264,3,3)"
+             style="font-size:16.04676437px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ef2929;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Medium"
+             id="text3897-6-7-0" />
+        </g>
+        <g
+           transform="matrix(-0.39930567,0,0,-0.33292381,342.23633,182.63391)"
+           style="display:inline;enable-background:new"
+           id="g3984-1-7-8-0">
+          <g
+             transform="matrix(1.0074423,0,0,0.99261264,3,3)"
+             style="font-size:16.04676437px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ef2929;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Medium"
+             id="text3897-6-7-4-3" />
+        </g>
+      </g>
+      <g
+         style="display:inline;enable-background:new"
+         id="g8241-1-9"
+         transform="matrix(0.66816239,0,0,0.663464,100.54597,133.40536)">
+        <g
+           transform="matrix(0.79217244,0,0,0.75745447,68.114805,85.169445)"
+           id="g4780-5-6-0"
+           style="display:inline;enable-background:new">
+          <rect
+             style="color:#000000;fill:url(#radialGradient8351-0-3);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8353-33-35);stroke-width:1.93893003;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-81-09-8-2"
+             width="20.782177"
+             height="29.848146"
+             x="297.45386"
+             y="62.855778"
+             rx="1.0350608"
+             ry="1.0685484" />
+          <rect
+             style="color:#000000;fill:none;stroke:#ffffff;stroke-width:1.84262049;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-3-4-8-2-6-8-6"
+             width="17.097431"
+             height="25.959627"
+             x="299.29623"
+             y="64.796234"
+             rx="0.17982544"
+             ry="0.19385928" />
+        </g>
+        <path
+           inkscape:connector-curvature="0"
+           id="path3904-1-9-4-5-1"
+           d="m 309.82812,140.50938 c -1.14769,0 -2.07812,0.82487 -2.07812,1.84242 0,2.15283 3.37697,2.73198 4.15626,5.22018 0.77927,-2.4882 4.15624,-3.06735 4.15624,-5.22018 0,-1.01755 -0.93043,-1.84242 -2.07812,-1.84242 -1.14773,0 -2.07812,0.82487 -2.07812,1.84242 0,-1.01755 -0.93041,-1.84242 -2.07814,-1.84242 z"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <g
+           transform="matrix(0.39930567,0,0,0.33292381,282.76367,104.36609)"
+           style="display:inline;enable-background:new"
+           id="g3984-1-7-6-9">
+          <g
+             transform="matrix(1.0074423,0,0,0.99261264,3,3)"
+             style="font-size:16.04676437px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ef2929;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Medium"
+             id="text3897-6-7-0-1" />
+        </g>
+        <g
+           transform="matrix(-0.39930567,0,0,-0.33292381,342.23633,182.63391)"
+           style="display:inline;enable-background:new"
+           id="g3984-1-7-8-0-5">
+          <g
+             transform="matrix(1.0074423,0,0,0.99261264,3,3)"
+             style="font-size:16.04676437px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ef2929;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Medium"
+             id="text3897-6-7-4-3-6" />
+        </g>
+      </g>
+      <g
+         id="g6415"
+         style="opacity:0.4">
+        <rect
+           y="223"
+           x="315"
+           height="1"
+           width="1"
+           id="rect6260"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           y="225"
+           x="315"
+           height="1"
+           width="1"
+           id="rect6260-3"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           y="227"
+           x="315"
+           height="1"
+           width="1"
+           id="rect6260-3-0"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           y="229"
+           x="315"
+           height="1"
+           width="1"
+           id="rect6260-3-0-3"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           y="231.03125"
+           x="315"
+           height="1"
+           width="1"
+           id="rect6260-3-0-3-4"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           y="233.03125"
+           x="315"
+           height="1"
+           width="1"
+           id="rect6260-3-0-3-4-9"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           y="235.03125"
+           x="315"
+           height="1"
+           width="1"
+           id="rect6260-3-0-3-4-9-2"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <g
+         id="g6431"
+         style="opacity:0.4">
+        <rect
+           y="223"
+           x="317"
+           height="1"
+           width="1"
+           id="rect6260-9"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           y="225"
+           x="317"
+           height="1"
+           width="1"
+           id="rect6260-3-8"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           y="227"
+           x="317"
+           height="1"
+           width="1"
+           id="rect6260-3-0-1"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           y="229"
+           x="317"
+           height="1"
+           width="1"
+           id="rect6260-3-0-3-3"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           y="231.03125"
+           x="317"
+           height="1"
+           width="1"
+           id="rect6260-3-0-3-4-3"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           y="233.03125"
+           x="317"
+           height="1"
+           width="1"
+           id="rect6260-3-0-3-4-9-3"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           y="235.03125"
+           x="317"
+           height="1"
+           width="1"
+           id="rect6260-3-0-3-4-9-2-7"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <path
+         style="opacity:0.7;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 303.5,63 c -0.831,0 -1.5,0.669 -1.5,1.5 l 0,0.5 0,1 0,1 1,0 0,-1 1,0 0,1 1,0 0,-1 0,-1 0,-0.5 c 0,-0.831 -0.669,-1.5 -1.5,-1.5 z m 0,1 c 0.277,0 0.5,0.223 0.5,0.5 l 0,0.5 -1,0 0,-0.5 c 0,-0.277 0.223,-0.5 0.5,-0.5 z"
+         id="rect6648"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.7;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 319.5,91 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-0.5 0,-1 0,-1 1,0 0,1 1,0 0,-1 1,0 0,1 0,1 0,0.5 c 0,0.831 -0.669,1.5 -1.5,1.5 z m 0,-1 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-0.5 -1,0 0,0.5 c 0,0.277 0.223,0.5 0.5,0.5 z"
+         id="rect6648-1"
+         inkscape:connector-curvature="0" />
+      <g
+         id="g6735">
+        <path
+           inkscape:connector-curvature="0"
+           id="rect6648-5"
+           d="m 307.5,134 c -0.831,0 -1.5,0.669 -1.5,1.5 l 0,0.5 0,1 0,1 1,0 0,-1 1,0 0,1 1,0 0,-1 0,-1 0,-0.5 c 0,-0.831 -0.669,-1.5 -1.5,-1.5 z m 0,1 c 0.277,0 0.5,0.223 0.5,0.5 l 0,0.5 -1,0 0,-0.5 c 0,-0.277 0.223,-0.5 0.5,-0.5 z"
+           style="opacity:0.7;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3904-7-8-5"
+           d="m 306.74999,139 c -0.41421,0 -0.75,0.27996 -0.75,0.62532 0,0.73067 1.21875,0.92723 1.5,1.77173 0.28125,-0.84449 1.5,-1.04106 1.5,-1.77173 0,-0.34536 -0.33579,-0.62532 -0.75,-0.62532 -0.41421,0 -0.75,0.27996 -0.75,0.62532 0,-0.34536 -0.33579,-0.62532 -0.75,-0.62532 z"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <g
+         style="display:inline;enable-background:new"
+         id="g6735-2"
+         transform="matrix(1,0,0,-1,12,289)">
+        <path
+           inkscape:connector-curvature="0"
+           id="rect6648-5-2"
+           d="m 307.5,134 c -0.831,0 -1.5,0.669 -1.5,1.5 l 0,0.5 0,1 0,1 1,0 0,-1 1,0 0,1 1,0 0,-1 0,-1 0,-0.5 c 0,-0.831 -0.669,-1.5 -1.5,-1.5 z m 0,1 c 0.277,0 0.5,0.223 0.5,0.5 l 0,0.5 -1,0 0,-0.5 c 0,-0.277 0.223,-0.5 0.5,-0.5 z"
+           style="opacity:0.7;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3904-7-8-5-8"
+           d="m 306.74999,139 c -0.41421,0 -0.75,0.27996 -0.75,0.62532 0,0.73067 1.21875,0.92723 1.5,1.77173 0.28125,-0.84449 1.5,-1.04106 1.5,-1.77173 0,-0.34536 -0.33579,-0.62532 -0.75,-0.62532 -0.41421,0 -0.75,0.27996 -0.75,0.62532 0,-0.34536 -0.33579,-0.62532 -0.75,-0.62532 z"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <g
+         style="display:inline;enable-background:new"
+         id="g6735-4"
+         transform="translate(-4,48)" />
+      <g
+         style="opacity:0.53760448;display:inline;enable-background:new"
+         id="g6735-4-7"
+         transform="matrix(1,0,0,-1,4,332)">
+        <g
+           id="g6827">
+          <path
+             sodipodi:nodetypes="ccccccccccccccc"
+             style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             d="m 310,134 -1,2 0,1 1,0 0.5,-0.85402 0.5,0.85402 1,0 0,-1 -1,-2 z m 1,1 0,1 -1,0 0,-1 z"
+             id="rect6648-5-0"
+             inkscape:connector-curvature="0"
+             transform="matrix(1,0,0,-1,-8,284)" />
+          <path
+             sodipodi:nodetypes="ccccccccccccccc"
+             style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             d="m 310,134 -1,2 0,1 1,0 0.5,-0.9424 0.5,0.9424 1,0 0,-1 -1,-2 z m 1,1 0,1 -1,0 0,-1 z"
+             id="rect6648-5-0-1"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="ccccccccccccccc"
+             style="opacity:0.53760448;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             d="m 310,150 -1,-2 0,-1 1,0 0.5,0.85402 L 311,147 l 1,0 0,1 -1,2 z m 1,-1 0,-1 -1,0 0,1 z"
+             id="rect6648-5-0-4"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="ccccccccccccccc"
+             style="opacity:0.53760448;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             d="m 302,134 -1,2 0,1 1,0 0.5,-0.9424 0.5,0.9424 1,0 0,-1 -1,-2 z m 1,1 0,1 -1,0 0,-1 z"
+             id="rect6648-5-0-1-4"
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+      <g
+         id="g6869">
+        <rect
+           ry="0"
+           rx="0"
+           y="184"
+           x="305"
+           height="1"
+           width="0.99997997"
+           id="rect6831"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0"
+           rx="0"
+           y="184"
+           x="307"
+           height="1"
+           width="0.99997997"
+           id="rect6831-1"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0"
+           rx="0"
+           y="182"
+           x="306"
+           height="1"
+           width="0.99997997"
+           id="rect6831-1-4"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <g
+         style="display:inline;enable-background:new"
+         id="g6869-9"
+         transform="matrix(1,0,0,-1,8,380)">
+        <rect
+           ry="0"
+           rx="0"
+           y="184"
+           x="305"
+           height="1"
+           width="0.99997997"
+           id="rect6831-12"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0"
+           rx="0"
+           y="184"
+           x="307"
+           height="1"
+           width="0.99997997"
+           id="rect6831-1-0"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0"
+           rx="0"
+           y="182"
+           x="306"
+           height="1"
+           width="0.99997997"
+           id="rect6831-1-4-1"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <path
+         style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 318.74999,67.999995 c -0.41421,0 -0.75,0.279964 -0.75,0.62532 0,0.730674 1.21875,0.927235 1.5,1.771733 0.28125,-0.844498 1.5,-1.041059 1.5,-1.771733 0,-0.345356 -0.33579,-0.62532 -0.75,-0.62532 -0.41421,0 -0.75,0.279964 -0.75,0.62532 0,-0.345356 -0.33579,-0.62532 -0.75,-0.62532 z"
+         id="path3904-7-8-61"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.7;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 319.5,63 c -0.831,0 -1.5,0.669 -1.5,1.5 l 0,0.5 0,1 0,1 1,0 0,-1 1,0 0,1 1,0 0,-1 0,-1 0,-0.5 c 0,-0.831 -0.669,-1.5 -1.5,-1.5 z m 0,1 c 0.277,0 0.5,0.223 0.5,0.5 l 0,0.5 -1,0 0,-0.5 c 0,-0.277 0.223,-0.5 0.5,-0.5 z"
+         id="rect6648-15"
+         inkscape:connector-curvature="0" />
+      <path
+         style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 304.25,86 c 0.41421,0 0.75,-0.279964 0.75,-0.62532 0,-0.730674 -1.21875,-0.927235 -1.5,-1.771733 -0.28125,0.844498 -1.5,1.041059 -1.5,1.771733 0,0.345356 0.33579,0.62532 0.75,0.62532 0.41421,0 0.75,-0.279964 0.75,-0.62532 0,0.345356 0.33579,0.62532 0.75,0.62532 z"
+         id="path3904-7-8-6-9"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.7;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 303.5,90.999999 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-0.5 0,-1 0,-1 1,0 0,1 1,0 0,-1 1,0 0,1 0,1 0,0.5 c 0,0.831 -0.669,1.5 -1.5,1.5 z m 0,-1 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-0.5 -1,0 0,0.5 c 0,0.277 0.223,0.5 0.5,0.5 z"
+         id="rect6648-1-8"
+         inkscape:connector-curvature="0" />
+      <g
+         style="display:inline;enable-background:new"
+         id="g6735-3"
+         transform="translate(12,0)">
+        <path
+           inkscape:connector-curvature="0"
+           id="rect6648-5-1"
+           d="m 307.5,134 c -0.831,0 -1.5,0.669 -1.5,1.5 l 0,0.5 0,1 0,1 1,0 0,-1 1,0 0,1 1,0 0,-1 0,-1 0,-0.5 c 0,-0.831 -0.669,-1.5 -1.5,-1.5 z m 0,1 c 0.277,0 0.5,0.223 0.5,0.5 l 0,0.5 -1,0 0,-0.5 c 0,-0.277 0.223,-0.5 0.5,-0.5 z"
+           style="opacity:0.7;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3904-7-8-5-7"
+           d="m 306.74999,139 c -0.41421,0 -0.75,0.27996 -0.75,0.62532 0,0.73067 1.21875,0.92723 1.5,1.77173 0.28125,-0.84449 1.5,-1.04106 1.5,-1.77173 0,-0.34536 -0.33579,-0.62532 -0.75,-0.62532 -0.41421,0 -0.75,0.27996 -0.75,0.62532 0,-0.34536 -0.33579,-0.62532 -0.75,-0.62532 z"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <g
+         style="display:inline;enable-background:new"
+         id="g6735-2-5"
+         transform="matrix(1,0,0,-1,0,289)">
+        <path
+           inkscape:connector-curvature="0"
+           id="rect6648-5-2-9"
+           d="m 307.5,134 c -0.831,0 -1.5,0.669 -1.5,1.5 l 0,0.5 0,1 0,1 1,0 0,-1 1,0 0,1 1,0 0,-1 0,-1 0,-0.5 c 0,-0.831 -0.669,-1.5 -1.5,-1.5 z m 0,1 c 0.277,0 0.5,0.223 0.5,0.5 l 0,0.5 -1,0 0,-0.5 c 0,-0.277 0.223,-0.5 0.5,-0.5 z"
+           style="opacity:0.7;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3904-7-8-5-8-6"
+           d="m 306.74999,139 c -0.41421,0 -0.75,0.27996 -0.75,0.62532 0,0.73067 1.21875,0.92723 1.5,1.77173 0.28125,-0.84449 1.5,-1.04106 1.5,-1.77173 0,-0.34536 -0.33579,-0.62532 -0.75,-0.62532 -0.41421,0 -0.75,0.27996 -0.75,0.62532 0,-0.34536 -0.33579,-0.62532 -0.75,-0.62532 z"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <g
+         style="display:inline;enable-background:new"
+         id="g6869-7"
+         transform="translate(8,0)">
+        <rect
+           ry="0"
+           rx="0"
+           y="184"
+           x="305"
+           height="1"
+           width="0.99997997"
+           id="rect6831-5"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0"
+           rx="0"
+           y="184"
+           x="307"
+           height="1"
+           width="0.99997997"
+           id="rect6831-1-3"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0"
+           rx="0"
+           y="182"
+           x="306"
+           height="1"
+           width="0.99997997"
+           id="rect6831-1-4-8"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <g
+         style="display:inline;enable-background:new"
+         id="g6869-9-8"
+         transform="matrix(1,0,0,-1,0,380)">
+        <rect
+           ry="0"
+           rx="0"
+           y="184"
+           x="305"
+           height="1"
+           width="0.99997997"
+           id="rect6831-12-3"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0"
+           rx="0"
+           y="184"
+           x="307"
+           height="1"
+           width="0.99997997"
+           id="rect6831-1-0-1"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0"
+           rx="0"
+           y="182"
+           x="306"
+           height="1"
+           width="0.99997997"
+           id="rect6831-1-4-1-8"
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <path
+         style="opacity:0.34362117;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5091);enable-background:accumulate"
+         d="m 362.71875,124.5 c -0.66073,0 -1.1875,0.53615 -1.1875,1.1875 l 0,2.8125 -5.8125,0 c -0.66115,0 -1.1875,0.53615 -1.1875,1.1875 l 0,30.625 c 0,0.65135 0.52635,1.1875 1.1875,1.1875 l 21.5625,0 c 0.66115,0 1.1875,-0.53615 1.1875,-1.1875 l 0,-0.8125 12.8125,0 c 0.66073,0 1.1875,-0.53615 1.1875,-1.1875 l 0,-30.625 c 0,-0.65135 -0.52677,-1.1875 -1.1875,-1.1875 l -5.8125,0 0,-0.8125 c 0,-0.65135 -0.52677,-1.1875 -1.1875,-1.1875 l -21.5625,0 z"
+         id="rect3003-3-4-00-1-5"
+         inkscape:connector-curvature="0" />
+      <g
+         style="display:inline;enable-background:new"
+         id="g7185-7-0"
+         transform="translate(19.999986,68.999998)">
+        <g
+           transform="matrix(1.041014,0,0,1.030303,7.116747,-5.3030303)"
+           id="g4776-1-8">
+          <rect
+             style="color:#000000;fill:url(#radialGradient7192-3-6-1);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7194-2-8-5);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-3-4-00-1"
+             width="23.000004"
+             height="32"
+             x="327"
+             y="60"
+             rx="1.1456727"
+             ry="1.1411442" />
+          <rect
+             style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.93078732;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-3-4-8-7-2"
+             width="21.167889"
+             height="30.123211"
+             x="327.91608"
+             y="60.938396"
+             rx="0.22263725"
+             ry="0.22495177" />
+        </g>
+        <rect
+           ry="0"
+           rx="0"
+           y="59"
+           x="350"
+           height="28"
+           width="19"
+           id="rect5469-4-2"
+           style="color:#000000;fill:url(#radialGradient7196-4-8-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.65239674;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           style="opacity:0.58800001;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 351.00001,59.000002 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1
  z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 
 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1
 ,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0
  0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m
  -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 
 1,0 0,-1 -1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z"
+           id="rect3379-4-6"
+           inkscape:connector-curvature="0" />
+      </g>
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.03564465;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 369.71874,125.5 c -0.66073,0 -1.1875,0.53614 -1.1875,1.1875 l 0,30.625 c 0,0.0647 0.0211,0.12567 0.0313,0.1875 l 15.71875,0 c 0.66073,0 1.1875,-0.53615 1.1875,-1.1875 l 0,-30.625 c 0,-0.0647 -0.0211,-0.12568 -0.0313,-0.1875 l -15.71875,0 z"
+         id="rect3003-3-4-9-9" />
+      <g
+         style="display:inline;enable-background:new"
+         id="g7185-1"
+         transform="translate(12.999996,67)">
+        <g
+           transform="matrix(1.041014,0,0,1.030303,7.116747,-5.3030303)"
+           id="g4776-0">
+          <rect
+             style="color:#000000;fill:url(#radialGradient7192-2-7);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7194-16-0);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-3-4-4"
+             width="23.000004"
+             height="32"
+             x="327"
+             y="60"
+             rx="1.1456727"
+             ry="1.1411442" />
+          <rect
+             style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.93078732;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-3-4-8-27"
+             width="21.167889"
+             height="30.123211"
+             x="327.91608"
+             y="60.938396"
+             rx="0.22263725"
+             ry="0.22495177" />
+        </g>
+        <rect
+           ry="0"
+           rx="0"
+           y="59"
+           x="350"
+           height="28"
+           width="19"
+           id="rect5469-40"
+           style="color:#000000;fill:url(#radialGradient7196-0-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.65239674;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <path
+         style="opacity:0.58800001;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 364,126 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1
 ,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1
 ,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z
  m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1
  z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1
  1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 
 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,0 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 0,-1 0,-1 -1,0 0,1 1,0 z m 1,0 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z"
+         id="rect3379-3"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.0359689;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 361.53124,128.5 0,28.8125 c 0,0.65135 0.5281,1.22936 1.1875,1.1875 l 15.75,0 0,-28.8125 c 0,-0.65136 -0.52635,-1.1875 -1.1875,-1.1875 z"
+         id="rect3003-81-0-2"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="csscssc" />
+      <g
+         style="display:inline;enable-background:new"
+         id="g4780-8"
+         transform="matrix(1.0416659,0,0,1.030303,44.146056,64.666662)">
+        <rect
+           ry="1.141144"
+           rx="1.1456723"
+           y="61"
+           x="297"
+           height="32"
+           width="22.999996"
+           id="rect3003-81-03"
+           style="color:#000000;fill:url(#radialGradient4795-2-57);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5087-5-5);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <rect
+           ry="0.22495177"
+           rx="0.22249791"
+           y="61.938396"
+           x="297.9227"
+           height="30.123211"
+           width="21.15464"
+           id="rect3003-3-4-8-2-7"
+           style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.93049604;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <path
+         style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 374.25,153 c 0.41421,0 0.75,-0.27996 0.75,-0.62532 0,-0.73067 -1.21875,-0.92723 -1.5,-1.77173 -0.28125,0.8445 -1.5,1.04106 -1.5,1.77173 0,0.34536 0.33579,0.62532 0.75,0.62532 0.41421,0 0.75,-0.27996 0.75,-0.62532 0,0.34536 0.33579,0.62532 0.75,0.62532 z"
+         id="path3904-7-8-6-3"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.7;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 357.5,130 c -0.831,0 -1.5,0.669 -1.5,1.5 l 0,0.5 0,1 0,1 1,0 0,-1 1,0 0,1 1,0 0,-1 0,-1 0,-0.5 c 0,-0.831 -0.669,-1.5 -1.5,-1.5 z m 0,1 c 0.277,0 0.5,0.223 0.5,0.5 l 0,0.5 -1,0 0,-0.5 c 0,-0.277 0.223,-0.5 0.5,-0.5 z"
+         id="rect6648-4"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.7;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 373.5,158 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-0.5 0,-1 0,-1 1,0 0,1 1,0 0,-1 1,0 0,1 0,1 0,0.5 c 0,0.831 -0.669,1.5 -1.5,1.5 z m 0,-1 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-0.5 -1,0 0,0.5 c 0,0.277 0.223,0.5 0.5,0.5 z"
+         id="rect6648-1-9"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.7;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 373.5,130 c -0.831,0 -1.5,0.669 -1.5,1.5 l 0,0.5 0,1 0,1 1,0 0,-1 1,0 0,1 1,0 0,-1 0,-1 0,-0.5 c 0,-0.831 -0.669,-1.5 -1.5,-1.5 z m 0,1 c 0.277,0 0.5,0.223 0.5,0.5 l 0,0.5 -1,0 0,-0.5 c 0,-0.277 0.223,-0.5 0.5,-0.5 z"
+         id="rect6648-15-7"
+         inkscape:connector-curvature="0" />
+      <path
+         style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 358.25,153 c 0.41421,0 0.75,-0.27996 0.75,-0.62532 0,-0.73067 -1.21875,-0.92723 -1.5,-1.77173 -0.28125,0.8445 -1.5,1.04106 -1.5,1.77173 0,0.34536 0.33579,0.62532 0.75,0.62532 0.41421,0 0.75,-0.27996 0.75,-0.62532 0,0.34536 0.33579,0.62532 0.75,0.62532 z"
+         id="path3904-7-8-6-9-4"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.7;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 357.5,158 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-0.5 0,-1 0,-1 1,0 0,1 1,0 0,-1 1,0 0,1 0,1 0,0.5 c 0,0.831 -0.669,1.5 -1.5,1.5 z m 0,-1 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-0.5 -1,0 0,0.5 c 0,0.277 0.223,0.5 0.5,0.5 z"
+         id="rect6648-1-8-2"
+         inkscape:connector-curvature="0" />
+      <path
+         style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 356.74999,135 c -0.41421,0 -0.75,0.27996 -0.75,0.62532 0,0.73067 1.21875,0.92723 1.5,1.77173 0.28125,-0.84449 1.5,-1.04106 1.5,-1.77173 0,-0.34536 -0.33579,-0.62532 -0.75,-0.62532 -0.41421,0 -0.75,0.27996 -0.75,0.62532 0,-0.34536 -0.33579,-0.62532 -0.75,-0.62532 z"
+         id="path3904-7-8-57"
+         inkscape:connector-curvature="0" />
+      <path
+         style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 363.74999,140 c -0.96649,0 -1.75,0.77189 -1.75,1.72407 0,2.01455 2.84376,2.5565 3.50001,4.88487 0.65624,-2.32837 3.5,-2.87032 3.5,-4.88487 C 369,140.77189 368.21649,140 367.25,140 c -0.96651,0 -1.75,0.77189 -1.75,1.72407 C 365.5,140.77189 364.7165,140 363.74999,140 z"
+         id="path3904-1-9-8"
+         inkscape:connector-curvature="0" />
+      <path
+         style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         d="m 372.74999,135 c -0.41421,0 -0.75,0.27996 -0.75,0.62532 0,0.73067 1.21875,0.92723 1.5,1.77173 0.28125,-0.84449 1.5,-1.04106 1.5,-1.77173 0,-0.34536 -0.33579,-0.62532 -0.75,-0.62532 -0.41421,0 -0.75,0.27996 -0.75,0.62532 0,-0.34536 -0.33579,-0.62532 -0.75,-0.62532 z"
+         id="path3904-7-8-61-8"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer5"
+       inkscape:label="hires"
+       style="display:inline">
+      <rect
+         transform="matrix(0.8660254,0.5,-0.5,0.8660254,-8,-1)"
+         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.62994266;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter12821);enable-background:accumulate"
+         id="rect3003-3-6-5"
+         width="116"
+         height="162.03175"
+         x="179.35661"
+         y="-37.902161"
+         rx="5.7781744"
+         ry="5.7781744" />
+      <rect
+         transform="matrix(0.96592583,0.25881905,-0.25881905,0.96592583,-8,-1)"
+         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.62994266;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter12825);enable-background:accumulate"
+         id="rect3003-3-8"
+         width="116"
+         height="162.03175"
+         x="118.43672"
+         y="24.945356"
+         rx="5.7781744"
+         ry="5.7781744" />
+      <rect
+         ry="5.7781744"
+         rx="5.7781744"
+         y="71"
+         x="38"
+         height="162.03175"
+         width="116"
+         id="rect3003-6"
+         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.62994266;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter12661);enable-background:accumulate" />
+      <g
+         style="display:inline;enable-background:new"
+         id="g12522-0"
+         transform="matrix(0.8660254,0.5,-0.5,0.8660254,421.74892,120.36627)">
+        <g
+           transform="translate(-300,0)"
+           clip-path="url(#clipPath3802-1-3)"
+           id="g3791-1-8"
+           style="display:inline;enable-background:new">
+          <rect
+             style="color:#000000;fill:url(#radialGradient12529-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.62994266;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-3-6"
+             width="116"
+             height="162.03175"
+             x="46"
+             y="71"
+             rx="5.7781744"
+             ry="5.7781744" />
+          <rect
+             style="color:#000000;fill:none;stroke:#888a85;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3875-1-0);enable-background:accumulate"
+             id="rect3003-9-2-2"
+             width="116"
+             height="162.03175"
+             x="46"
+             y="71"
+             rx="5.7781744"
+             ry="5.7781744" />
+          <rect
+             style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.99692076;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-8-1-5"
+             width="112.95554"
+             height="158.9955"
+             x="47.516697"
+             y="72.501549"
+             rx="4.950037"
+             ry="4.9238572" />
+        </g>
+        <use
+           style="display:inline;enable-background:new"
+           x="0"
+           y="0"
+           xlink:href="#g6117"
+           id="use6121-2"
+           transform="translate(-19.790579,-20.1053)"
+           width="400"
+           height="300" />
+      </g>
+      <g
+         id="g8198"
+         transform="matrix(5.0928038,0,0,2.2388776,20.301687,129.4805)"
+         style="opacity:0.4" />
+      <g
+         id="g8230"
+         inkscape:label="base"
+         style="display:inline"
+         transform="matrix(4.8890868,0,0,4.8890868,322.06038,251.81989)" />
+      <path
+         sodipodi:type="inkscape:offset"
+         inkscape:radius="-1.0153296"
+         inkscape:original="M 711.96875 227 C 709.68001 227.00001 707.67461 227.86289 706.5 229.1875 L 706.5 231.625 C 706.5 232.11623 706.8838 232.5 707.375 232.5 L 716.625 232.5 C 717.11622 232.50001 717.5 232.11622 717.5 231.625 L 717.5 229.25 C 716.33242 227.89578 714.28785 227 711.96875 227 z "
+         style="opacity:0.35;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="path5171-2"
+         d="m 711.96875,228 c -1.90789,1e-5 -3.49694,0.75848 -4.46875,1.71875 l 0,1.78125 9,0 0,-1.75 c -0.96562,-0.98703 -2.59089,-1.75 -4.53125,-1.75 z"
+         transform="translate(-7.8685593e-7,2.029528e-6)" />
+      <rect
+         transform="matrix(0.96592582,0.25881905,-0.25881905,0.96592582,-8,-1)"
+         style="opacity:0.4876712;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.62994266;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter13020);enable-background:accumulate"
+         id="rect3003-3-21"
+         width="116"
+         height="162.03175"
+         x="119.14383"
+         y="23.720612"
+         rx="5.7781744"
+         ry="5.7781744" />
+      <g
+         id="g12522"
+         transform="matrix(0.96592583,0.25881905,-0.25881905,0.96592583,363.66607,49.908348)">
+        <g
+           transform="translate(-300,0)"
+           clip-path="url(#clipPath3802-1)"
+           id="g3791-1"
+           style="display:inline;enable-background:new">
+          <rect
+             style="color:#000000;fill:url(#radialGradient12529);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.62994266;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-3"
+             width="116"
+             height="162.03175"
+             x="46"
+             y="71"
+             rx="5.7781744"
+             ry="5.7781744" />
+          <rect
+             style="color:#000000;fill:none;stroke:#888a85;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3875-1);enable-background:accumulate"
+             id="rect3003-9-2"
+             width="116"
+             height="162.03175"
+             x="46"
+             y="71"
+             rx="5.7781744"
+             ry="5.7781744" />
+          <rect
+             style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.99692076;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="rect3003-8-1"
+             width="112.95554"
+             height="158.9955"
+             x="47.516697"
+             y="72.501549"
+             rx="4.950037"
+             ry="4.9238572" />
+        </g>
+      </g>
+      <use
+         x="0"
+         y="0"
+         xlink:href="#g6117"
+         id="use6121"
+         transform="matrix(0.96592583,0.25881905,-0.25881905,0.96592583,349.61868,25.428508)"
+         width="400"
+         height="300" />
+    </g>
+  </g>
+  <rect
+     style="opacity:0.42465754;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.62994266;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter13024);enable-background:accumulate"
+     id="rect3003-87"
+     width="116"
+     height="162.03175"
+     x="39"
+     y="70"
+     rx="5.7781744"
+     ry="5.7781744" />
+  <g
+     style="display:inline;enable-background:new"
+     id="g3791"
+     clip-path="url(#clipPath3802)"
+     transform="translate(-8,-1)">
+    <rect
+       ry="5.7781744"
+       rx="5.7781744"
+       y="71"
+       x="46"
+       height="162.03175"
+       width="116"
+       id="rect3003"
+       style="color:#000000;fill:url(#radialGradient12848);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.62994266;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       ry="5.7781744"
+       rx="5.7781744"
+       y="71"
+       x="46"
+       height="162.03175"
+       width="116"
+       id="rect3003-9"
+       style="color:#000000;fill:none;stroke:#888a85;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3875);enable-background:accumulate" />
+    <path
+       style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 96.346313,137.34631 c -4.227016,0 -7.653688,3.42668 -7.653688,7.65369 0,8.94321 12.437245,11.34908 15.307375,21.68545 2.87013,-10.33637 15.30737,-12.74224 15.30737,-21.68545 0,-4.22701 -3.42667,-7.65369 -7.65368,-7.65369 -4.22702,0 -7.65369,3.42668 -7.65369,7.65369 0,-4.22701 -3.42667,-7.65369 -7.653687,-7.65369 z"
+       id="path3904-1"
+       inkscape:connector-curvature="0" />
+    <rect
+       ry="4.9238572"
+       rx="4.950037"
+       y="72.501549"
+       x="47.516697"
+       height="158.9955"
+       width="112.95554"
+       id="rect3003-8"
+       style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.99692076;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <g
+       id="g6612">
+      <g
+         transform="matrix(1.0625002,0,0,1.0625002,-2.7500144,-5.3125282)"
+         style="display:inline;enable-background:new"
+         id="g3984">
+        <g
+           transform="matrix(1.0074423,0,0,0.99261264,3,3)"
+           style="font-size:16.04676437px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ef2929;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Medium"
+           id="text3897" />
+        <path
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 55.826086,101 c -2.305189,0 -4.173913,1.86872 -4.173913,4.17392 0,4.87715 6.782609,6.18918 8.347827,11.82608 1.565218,-5.6369 8.347827,-6.94893 8.347827,-11.82608 C 68.347827,102.86872 66.479103,101 64.173914,101 61.868724,101 60,102.86872 60,105.17392 60,102.86872 58.131276,101 55.826086,101 z"
+           id="path3904-7"
+           inkscape:connector-curvature="0" />
+      </g>
+      <path
+         style="font-size:27.98601723px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ef2929;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter Bold"
+         d="m 59.53125,77 -6,18.28125 -1.59375,0.28125 0,1.4375 5.71875,0 0,-1.4375 -1.6875,-0.21875 -0.25,-0.375 1.25,-3.96875 6.40625,0 1.3125,4 -0.1875,0.375 -1.65625,0.1875 0,1.4375 L 70,97 70,95.5625 68.4375,95.25 62.3125,77 59.53125,77 z M 60.125,81.03125 62.71875,89 l -5.125,0 2.53125,-7.96875 z"
+         id="path6548"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       style="display:inline;enable-background:new"
+       id="g6612-7"
+       transform="matrix(-1,0,0,-1,207.9375,303)">
+      <g
+         transform="matrix(1.0625002,0,0,1.0625002,-2.7500144,-5.3125282)"
+         style="display:inline;enable-background:new"
+         id="g3984-8">
+        <g
+           transform="matrix(1.0074423,0,0,0.99261264,3,3)"
+           style="font-size:16.04676437px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ef2929;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Medium"
+           id="text3897-62" />
+        <path
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 55.826086,101 c -2.305189,0 -4.173913,1.86872 -4.173913,4.17392 0,4.87715 6.782609,6.18918 8.347827,11.82608 1.565218,-5.6369 8.347827,-6.94893 8.347827,-11.82608 C 68.347827,102.86872 66.479103,101 64.173914,101 61.868724,101 60,102.86872 60,105.17392 60,102.86872 58.131276,101 55.826086,101 z"
+           id="path3904-7-5"
+           inkscape:connector-curvature="0" />
+      </g>
+      <path
+         style="font-size:27.98601723px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ef2929;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter Bold"
+         d="m 59.53125,77 -6,18.28125 -1.59375,0.28125 0,1.4375 5.71875,0 0,-1.4375 -1.6875,-0.21875 -0.25,-0.375 1.25,-3.96875 6.40625,0 1.3125,4 -0.1875,0.375 -1.65625,0.1875 0,1.4375 L 70,97 70,95.5625 68.4375,95.25 62.3125,77 59.53125,77 z M 60.125,81.03125 62.71875,89 l -5.125,0 2.53125,-7.96875 z"
+         id="path6548-1"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       style="display:inline;enable-background:new"
+       id="g6612-73"
+       transform="translate(86,0)">
+      <g
+         transform="matrix(1.0625002,0,0,1.0625002,-2.7500144,-5.3125282)"
+         style="display:inline;enable-background:new"
+         id="g3984-6">
+        <g
+           transform="matrix(1.0074423,0,0,0.99261264,3,3)"
+           style="font-size:16.04676437px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ef2929;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Medium"
+           id="text3897-5" />
+        <path
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 55.826086,101 c -2.305189,0 -4.173913,1.86872 -4.173913,4.17392 0,4.87715 6.782609,6.18918 8.347827,11.82608 1.565218,-5.6369 8.347827,-6.94893 8.347827,-11.82608 C 68.347827,102.86872 66.479103,101 64.173914,101 61.868724,101 60,102.86872 60,105.17392 60,102.86872 58.131276,101 55.826086,101 z"
+           id="path3904-7-6"
+           inkscape:connector-curvature="0" />
+      </g>
+      <path
+         style="font-size:27.98601723px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ef2929;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter Bold"
+         d="m 59.53125,77 -6,18.28125 -1.59375,0.28125 0,1.4375 5.71875,0 0,-1.4375 -1.6875,-0.21875 -0.25,-0.375 1.25,-3.96875 6.40625,0 1.3125,4 -0.1875,0.375 -1.65625,0.1875 0,1.4375 L 70,97 70,95.5625 68.4375,95.25 62.3125,77 59.53125,77 z M 60.125,81.03125 62.71875,89 l -5.125,0 2.53125,-7.96875 z"
+         id="path6548-3"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       style="display:inline;enable-background:new"
+       id="g6612-7-1"
+       transform="matrix(-1,0,0,-1,121.9375,303)">
+      <g
+         transform="matrix(1.0625002,0,0,1.0625002,-2.7500144,-5.3125282)"
+         style="display:inline;enable-background:new"
+         id="g3984-8-2">
+        <g
+           transform="matrix(1.0074423,0,0,0.99261264,3,3)"
+           style="font-size:16.04676437px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ef2929;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell Medium"
+           id="text3897-62-9" />
+        <path
+           style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 55.826086,101 c -2.305189,0 -4.173913,1.86872 -4.173913,4.17392 0,4.87715 6.782609,6.18918 8.347827,11.82608 1.565218,-5.6369 8.347827,-6.94893 8.347827,-11.82608 C 68.347827,102.86872 66.479103,101 64.173914,101 61.868724,101 60,102.86872 60,105.17392 60,102.86872 58.131276,101 55.826086,101 z"
+           id="path3904-7-5-3"
+           inkscape:connector-curvature="0" />
+      </g>
+      <path
+         style="font-size:27.98601723px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ef2929;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Charter;-inkscape-font-specification:Bitstream Charter Bold"
+         d="m 59.53125,77 -6,18.28125 -1.59375,0.28125 0,1.4375 5.71875,0 0,-1.4375 -1.6875,-0.21875 -0.25,-0.375 1.25,-3.96875 6.40625,0 1.3125,4 -0.1875,0.375 -1.65625,0.1875 0,1.4375 L 70,97 70,95.5625 68.4375,95.25 62.3125,77 59.53125,77 z M 60.125,81.03125 62.71875,89 l -5.125,0 2.53125,-7.96875 z"
+         id="path6548-1-9"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/gnomine/icons/render-bitmaps.rb b/gnomine/icons/render-bitmaps.rb
deleted file mode 100755
index b083816..0000000
--- a/gnomine/icons/render-bitmaps.rb
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/usr/bin/env ruby
-
-require "rexml/document"
-require "ftools"
-include REXML
-INKSCAPE = '/usr/bin/inkscape'
-SRC = "./src"
-
-def renderit(file,explicit)
-  svg = Document.new(File.new("#{SRC}/#{file}", 'r'))
-  #puts "DEBUG: #{file}"
-  svg.root.each_element("//g[contains(@inkscape:label,'baseplate')]") do |icon|
-    if icon.attributes['inkscape:groupmode']=='layer' #only look inside layers, there may be pasted groups
-      context = icon.elements["text[ inkscape:label='context']/tspan"].nil? ? 'blank' : icon.elements["text[ inkscape:label='context']/tspan"].text
-      icon_name = icon.elements["text[ inkscape:label='icon-name']/tspan"].nil? ? 'blank' : icon.elements["text[ inkscape:label='icon-name']/tspan"].text
-      puts "#{file}:#{icon.attributes['inkscape:label']}  #{context}/#{icon_name}"
-      icon.each_element("rect") do |box|
-        dir = "hicolor/#{box.attributes['width']}x#{box.attributes['height']}/#{context}"
-        out = "#{dir}/#{icon_name.gsub(/$/,'.png')}"
-        cmd = "#{INKSCAPE} -i #{box.attributes['id']} -e #{out} #{SRC}/#{file} > /dev/null 2>&1"
-        File.makedirs(dir) unless File.exists?(dir)
-        if (!explicit && File.exists?(out))
-          print "-" #skip if PNG exists
-        else
-          system(cmd)
-          print "."
-        end
-      end
-      puts ''
-    end
-  end
-end
-
-if (ARGV[0].nil?) #render all SVGs
-  system("mkdir hicolor/") unless File.exists?('hicolor')
-  puts "Rendering from SVGs in #{SRC}"
-  Dir.foreach(SRC) do |file|
-    renderit(file, false) if file.match(/svg$/)
-  end
-  puts "\nrendered all SVGs"
-else #only render the SVG passed
-  file = "#{ARGV[0]}.svg"
-  if (File.exists?("#{SRC}/#{file}"))
-    renderit(file, true)
-    puts "\nrendered #{file}"
-  else
-    puts "[E] No such file (#{file})"
-  end
-end
diff --git a/gnomine/icons/render-bitmaps.rb b/gnomine/icons/render-bitmaps.rb
new file mode 120000
index 0000000..a36c550
--- /dev/null
+++ b/gnomine/icons/render-bitmaps.rb
@@ -0,0 +1 @@
+../../render-bitmaps.rb
\ No newline at end of file
diff --git a/render-bitmaps.rb b/render-bitmaps.rb
new file mode 100755
index 0000000..b083816
--- /dev/null
+++ b/render-bitmaps.rb
@@ -0,0 +1,49 @@
+#!/usr/bin/env ruby
+
+require "rexml/document"
+require "ftools"
+include REXML
+INKSCAPE = '/usr/bin/inkscape'
+SRC = "./src"
+
+def renderit(file,explicit)
+  svg = Document.new(File.new("#{SRC}/#{file}", 'r'))
+  #puts "DEBUG: #{file}"
+  svg.root.each_element("//g[contains(@inkscape:label,'baseplate')]") do |icon|
+    if icon.attributes['inkscape:groupmode']=='layer' #only look inside layers, there may be pasted groups
+      context = icon.elements["text[ inkscape:label='context']/tspan"].nil? ? 'blank' : icon.elements["text[ inkscape:label='context']/tspan"].text
+      icon_name = icon.elements["text[ inkscape:label='icon-name']/tspan"].nil? ? 'blank' : icon.elements["text[ inkscape:label='icon-name']/tspan"].text
+      puts "#{file}:#{icon.attributes['inkscape:label']}  #{context}/#{icon_name}"
+      icon.each_element("rect") do |box|
+        dir = "hicolor/#{box.attributes['width']}x#{box.attributes['height']}/#{context}"
+        out = "#{dir}/#{icon_name.gsub(/$/,'.png')}"
+        cmd = "#{INKSCAPE} -i #{box.attributes['id']} -e #{out} #{SRC}/#{file} > /dev/null 2>&1"
+        File.makedirs(dir) unless File.exists?(dir)
+        if (!explicit && File.exists?(out))
+          print "-" #skip if PNG exists
+        else
+          system(cmd)
+          print "."
+        end
+      end
+      puts ''
+    end
+  end
+end
+
+if (ARGV[0].nil?) #render all SVGs
+  system("mkdir hicolor/") unless File.exists?('hicolor')
+  puts "Rendering from SVGs in #{SRC}"
+  Dir.foreach(SRC) do |file|
+    renderit(file, false) if file.match(/svg$/)
+  end
+  puts "\nrendered all SVGs"
+else #only render the SVG passed
+  file = "#{ARGV[0]}.svg"
+  if (File.exists?("#{SRC}/#{file}"))
+    renderit(file, true)
+    puts "\nrendered #{file}"
+  else
+    puts "[E] No such file (#{file})"
+  end
+end



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