[gnome-documents] icon: ship a shiny hi-res application icon



commit defa04222f18a64cc28f6c5f91f287ec70780704
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Sep 6 09:30:07 2011 -0400

    icon: ship a shiny hi-res application icon
    
    Courtesy of Jakub Steiner <jimmac gmail com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658052

 configure.ac                                       |    1 +
 data/Makefile.am                                   |    2 +
 data/gnome-documents.desktop.in.in                 |    2 +-
 data/icons/Makefile.am                             |   63 +
 data/icons/gnome-documents.svg                     | 6751 ++++++++++++++++++++
 data/icons/hicolor_apps_16x16_gnome-documents.png  |  Bin 0 -> 1024 bytes
 data/icons/hicolor_apps_22x22_gnome-documents.png  |  Bin 0 -> 1524 bytes
 data/icons/hicolor_apps_24x24_gnome-documents.png  |  Bin 0 -> 1565 bytes
 .../icons/hicolor_apps_256x256_gnome-documents.png |  Bin 0 -> 40339 bytes
 data/icons/hicolor_apps_32x32_gnome-documents.png  |  Bin 0 -> 2479 bytes
 data/icons/hicolor_apps_48x48_gnome-documents.png  |  Bin 0 -> 3985 bytes
 11 files changed, 6818 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ff5becf..c3c72b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,6 +82,7 @@ AC_CONFIG_FILES([
 Makefile
 src/Makefile
 data/Makefile
+data/icons/Makefile
 data/gnome-documents.desktop.in
 po/Makefile.in
 ])
diff --git a/data/Makefile.am b/data/Makefile.am
index 8dcffe9..29c7f1c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS = icons
+
 desktopdir = $(datadir)/applications
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 desktop_in_files = gnome-documents.desktop.in
diff --git a/data/gnome-documents.desktop.in.in b/data/gnome-documents.desktop.in.in
index 7de8c20..c4b7a2e 100644
--- a/data/gnome-documents.desktop.in.in
+++ b/data/gnome-documents.desktop.in.in
@@ -2,7 +2,7 @@
 _Name=Documents
 _Comment=Access, manage and share documents
 Exec=gnome-documents %U
-Icon=emblem-documents
+Icon=gnome-documents
 Terminal=false
 Type=Application
 StartupNotify=true
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
new file mode 100644
index 0000000..0ab021c
--- /dev/null
+++ b/data/icons/Makefile.am
@@ -0,0 +1,63 @@
+NULL =
+
+public_icons_themes = \
+	hicolor	\
+	$(NULL)
+
+public_icons = \
+	hicolor_apps_16x16_gnome-documents.png \
+	hicolor_apps_22x22_gnome-documents.png \
+	hicolor_apps_24x24_gnome-documents.png \
+	hicolor_apps_32x32_gnome-documents.png \
+	hicolor_apps_48x48_gnome-documents.png \
+	hicolor_apps_256x256_gnome-documents.png \
+	$(NULL)
+
+noinst_DATA = \
+	gnome-documents.svg \
+	$(NULL)
+
+EXTRA_DIST = \
+	$(public_icons)		\
+	$(noinst_DATA)		\
+	$(NULL)
+
+###############################################################################
+
+gtk_update_icon_cache = gtk-update-icon-cache -f -t
+
+update-icon-cache:
+	@-if test -z "$(DESTDIR)"; then \
+		echo "Updating Gtk icon cache."; \
+		for theme in $(public_icons_themes); do \
+			$(gtk_update_icon_cache) $(datadir)/icons/$$theme; \
+		done; \
+	else \
+		echo "*** Icon cache not updated.  After (un)install, run this:"; \
+		for theme in $(public_icons_themes); do \
+			echo "***   $(gtk_update_icon_cache) $(datadir)/icons/$$theme"; \
+		done; \
+	fi
+
+install-icons:
+	for icon in $(public_icons); 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`; \
+		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
+		$(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
+	done
+
+uninstall-icons:
+	-for icon in $(public_icons); 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`; \
+		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
+	done
+
+install-data-local: install-icons update-icon-cache
+
+uninstall-local: uninstall-icons update-icon-cache
diff --git a/data/icons/gnome-documents.svg b/data/icons/gnome-documents.svg
new file mode 100644
index 0000000..632f65c
--- /dev/null
+++ b/data/icons/gnome-documents.svg
@@ -0,0 +1,6751 @@
+<?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="documents.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0"
+   style="display:inline;enable-background:new">
+  <title
+     id="title4872">Firewall</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="316.56651"
+     inkscape:cy="219.46469"
+     inkscape:current-layer="layer5"
+     showgrid="false"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1199"
+     inkscape:window-height="972"
+     inkscape:window-x="710"
+     inkscape:window-y="66"
+     width="400px"
+     height="300px"
+     inkscape:snap-nodes="false"
+     inkscape:snap-bbox="true"
+     gridtolerance="10000"
+     inkscape:object-nodes="true"
+     inkscape:snap-grids="true"
+     showguides="false"
+     inkscape:guide-bbox="true"
+     inkscape:window-maximized="0">
+    <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:guide
+       orientation="-0.70710678,0.70710678"
+       position="309.8125,173.625"
+       id="guide9630" />
+  </sodipodi:namedview>
+  <defs
+     id="defs3">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient6375">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop6377" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop6379" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5296">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop5298" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop5300" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5105">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5107" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop5109" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5059">
+      <stop
+         style="stop-color:#f7f7f7;stop-opacity:1"
+         offset="0"
+         id="stop5061" />
+      <stop
+         id="stop4799"
+         offset="0.86026621"
+         style="stop-color:#f1f1ef;stop-opacity:1;" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop5063" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient98540">
+      <stop
+         style="stop-color:#f8f8f8;stop-opacity:1"
+         offset="0"
+         id="stop98542" />
+      <stop
+         id="stop98556"
+         offset="0.14130436"
+         style="stop-color:#9b9d99;stop-opacity:1;" />
+      <stop
+         id="stop98554"
+         offset="0.28260872"
+         style="stop-color:#cdcecc;stop-opacity:1" />
+      <stop
+         id="stop98552"
+         offset="0.73913038"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         id="stop98550"
+         offset="0.88043481"
+         style="stop-color:#d8d8d7;stop-opacity:1;" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop98544" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient98454">
+      <stop
+         style="stop-color:#efefef;stop-opacity:1"
+         offset="0"
+         id="stop98456" />
+      <stop
+         id="stop98478"
+         offset="0.25"
+         style="stop-color:#c0c2bf;stop-opacity:1" />
+      <stop
+         id="stop98476"
+         offset="0.5"
+         style="stop-color:#e1e2e1;stop-opacity:1;" />
+      <stop
+         style="stop-color:#787d78;stop-opacity:1;"
+         offset="1"
+         id="stop98458" />
+    </linearGradient>
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect96405"
+       is_visible="true" />
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect96277"
+       is_visible="true" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08"
+       id="radialGradient84265"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.48717,0,0,0.548905,755.14,213.489)"
+       cx="-30.314398"
+       cy="39.271858"
+       fx="-30.314398"
+       fy="39.271858"
+       r="18.000002" />
+    <linearGradient
+       id="linearGradient3-paper-sheet-orig-08">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop6-paper-sheet-orig-1" />
+      <stop
+         style="stop-color: rgb(211, 215, 207); stop-opacity: 1;"
+         offset="1"
+         id="stop7-paper-sheet-orig-2" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10-paper-sheet-orig-3"
+       id="linearGradient84267"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.372187,0,0,0.367216,721.412,219.218)"
+       x1="-46.226273"
+       y1="55.166615"
+       x2="-53.849915"
+       y2="-0.54635042" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10-paper-sheet-orig-3">
+      <stop
+         style="stop-color: rgb(85, 87, 83); stop-opacity: 1;"
+         offset="0"
+         id="stop15-paper-sheet-orig-7" />
+      <stop
+         style="stop-color: rgb(186, 189, 182); stop-opacity: 1;"
+         offset="1"
+         id="stop16-paper-sheet-orig-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4-paper-sheet-orig-7"
+       id="radialGradient84269"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.79816,-0.0210592,0.0167913,1.62912,-3.28162,-6.55011)"
+       cx="4"
+       cy="5.2999997"
+       fx="4"
+       fy="5.2999997"
+       r="17" />
+    <linearGradient
+       id="linearGradient4-paper-sheet-orig-7"
+       inkscape:collect="always">
+      <stop
+         id="stop8-paper-sheet-orig-2"
+         offset="0"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
+      <stop
+         id="stop9-paper-sheet-orig-2"
+         offset="1"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient16-paper-sheet-orig-9"
+       id="linearGradient84271"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.766205,0,0,0.750993,699.584,220.125)"
+       x1="14.958019"
+       y1="5.0490041"
+       x2="17.11025"
+       y2="3.8396702" />
+    <linearGradient
+       id="linearGradient16-paper-sheet-orig-9"
+       inkscape:collect="always">
+      <stop
+         id="stop24-paper-sheet-orig-7"
+         offset="0"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
+      <stop
+         id="stop25-paper-sheet-orig-5"
+         offset="1"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2065-5"
+       inkscape:collect="always">
+      <stop
+         id="stop2067-7"
+         offset="0"
+         style="stop-color: rgb(85, 87, 83);" />
+      <stop
+         id="stop2069-6"
+         offset="1"
+         style="stop-color: rgb(252, 175, 62);" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17-paper-sheet-orig-0-8"
+       id="linearGradient84255"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(302,218.99)"
+       x1="12.59375"
+       y1="4.59375"
+       x2="9.40625"
+       y2="4.8125" />
+    <linearGradient
+       id="linearGradient17-paper-sheet-orig-0-8"
+       inkscape:collect="always">
+      <stop
+         id="stop26-paper-sheet-orig-2-4"
+         offset="0"
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 1;" />
+      <stop
+         id="stop27-paper-sheet-orig-3-8"
+         offset="1"
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0;" />
+    </linearGradient>
+    <filter
+       height="2.0039842"
+       y="-0.50199205"
+       width="1.1115538"
+       x="-0.05577689"
+       id="filter1-paper-sheet-orig-3"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur1-paper-sheet-orig-2"
+         stdDeviation="0.41832669"
+         inkscape:collect="always" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08"
+       id="radialGradient84243"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.94095,0,0,0.730906,375.508,168.164)"
+       cx="-30.314398"
+       cy="34.277431"
+       fx="-30.314398"
+       fy="34.277431"
+       r="18.000002" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10-paper-sheet-orig-3"
+       id="linearGradient84245"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.485754,0,0,0.488975,331.488,175.793)"
+       x1="-43.860779"
+       y1="61.854836"
+       x2="-54.529251"
+       y2="-0.087501168" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4-paper-sheet-orig-7"
+       id="radialGradient84247"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.46139,0,0,1.40943,-5.84554,-5.46996)"
+       cx="4"
+       cy="5.2999997"
+       fx="4"
+       fy="5.2999997"
+       r="17" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2065-5"
+       id="linearGradient83892"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.22885,0,0,0.20994,-28.2475,265.56)"
+       x1="-11.986486"
+       y1="5.9776669"
+       x2="-11.986486"
+       y2="29.726542" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4928-0"
+       id="radialGradient83894"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.22885,0,0,0.201237,-31.2876,265.391)"
+       cx="-6.0070167"
+       cy="32.837029"
+       fx="-6.0070167"
+       fy="32.837029"
+       r="9.90625" />
+    <linearGradient
+       id="linearGradient4928-0">
+      <stop
+         style="stop-color: rgb(252, 233, 79); stop-opacity: 1;"
+         offset="0"
+         id="stop4930-5" />
+      <stop
+         style="stop-color: rgb(252, 233, 79); stop-opacity: 0;"
+         offset="1"
+         id="stop4932-4" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4616-1"
+       id="linearGradient83896"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.22885,0,0,0.45994,-36.4861,256.81)"
+       x1="25.355263"
+       y1="34.006802"
+       x2="25.355263"
+       y2="32.409008" />
+    <linearGradient
+       id="linearGradient4616-1"
+       inkscape:collect="always">
+      <stop
+         id="stop4618-9"
+         offset="0"
+         style="stop-color: rgb(46, 52, 54); stop-opacity: 1;" />
+      <stop
+         id="stop4620-2"
+         offset="1"
+         style="stop-color: rgb(46, 52, 54); stop-opacity: 0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient20-paper-sheet-orig-4-3"
+       inkscape:collect="always">
+      <stop
+         id="stop28-paper-sheet-orig-7-0"
+         offset="0"
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 1;" />
+      <stop
+         id="stop29-paper-sheet-orig-7-8"
+         offset="1"
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0;" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       id="filter3913-4"
+       x="-0.092477873"
+       width="1.1849558"
+       y="-1.6646018"
+       height="4.3292036"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.3871681"
+         id="feGaussianBlur3915-1" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter3871-0"
+       x="-0.053244837"
+       width="1.1064897"
+       y="-0.9584071"
+       height="2.9168141"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.79867257"
+         id="feGaussianBlur3873-5" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08"
+       id="radialGradient84215"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.62697,0,0,1.27316,402.248,105.684)"
+       cx="-30.249996"
+       cy="35.357208"
+       fx="-30.249996"
+       fy="35.357208"
+       r="18.000002" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10-paper-sheet-orig-3"
+       id="linearGradient84217"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.657442,0,0,0.65795,342.67,126.191)"
+       x1="-42.660057"
+       y1="62.991943"
+       x2="-54.260529"
+       y2="1.1415967" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4-paper-sheet-orig-7"
+       id="radialGradient84219"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.10351,0,0,1.31213,-4.41403,-4.9543)"
+       cx="4"
+       cy="5.2999997"
+       fx="4"
+       fy="5.2999997"
+       r="17" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12-paper-sheet-orig-2"
+       id="linearGradient84221"
+       gradientUnits="userSpaceOnUse"
+       x1="-26.753757"
+       y1="11.566258"
+       x2="-25"
+       y2="9.812501" />
+    <linearGradient
+       id="linearGradient12-paper-sheet-orig-2"
+       inkscape:collect="always">
+      <stop
+         id="stop17-paper-sheet-orig-1"
+         offset="0"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
+      <stop
+         id="stop18-paper-sheet-orig-0"
+         offset="1"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2065-5"
+       id="linearGradient83975"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(138.477,-54.4383)"
+       x1="-11.986486"
+       y1="13.122552"
+       x2="-11.986486"
+       y2="29.726542" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4928-0"
+       id="radialGradient83977"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,-1.48718e-8,1.42553e-8,0.958546,125.193,-52.8623)"
+       cx="-6.0070167"
+       cy="32.837029"
+       fx="-6.0070167"
+       fy="32.837029"
+       r="9.90625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4616-1"
+       id="linearGradient83979"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(102.477,-54.4383)"
+       x1="25.355263"
+       y1="34.006802"
+       x2="25.355263"
+       y2="32.409008" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08"
+       id="radialGradient84179"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.854,0,0,1.86639,442.334,21.2596)"
+       cx="-30.249996"
+       cy="35.357208"
+       fx="-30.249996"
+       fy="35.357208"
+       r="18.000002" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10-paper-sheet-orig-3"
+       id="linearGradient84181"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(356,50)"
+       x1="-40.278805"
+       y1="70.736046"
+       x2="-52.75"
+       y2="3.8729248" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4-paper-sheet-orig-7"
+       id="radialGradient84183"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.23437,0,0,1.52429,-8.93747,-6.07875)"
+       cx="4"
+       cy="5.2999997"
+       fx="4"
+       fy="5.2999997"
+       r="17" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12-paper-sheet-orig-2"
+       id="linearGradient84185"
+       gradientUnits="userSpaceOnUse"
+       x1="-26.753757"
+       y1="11.566258"
+       x2="-24.75"
+       y2="9.687501" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2065-5"
+       id="linearGradient84058"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(138.477,-54.4383)"
+       x1="-11.986486"
+       y1="13.122552"
+       x2="-11.986486"
+       y2="29.726542" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4928-0"
+       id="radialGradient84060"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,-1.48718e-8,1.42553e-8,0.958546,125.193,-52.8623)"
+       cx="-6.0070167"
+       cy="32.837029"
+       fx="-6.0070167"
+       fy="32.837029"
+       r="9.90625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4616-1"
+       id="linearGradient84062"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(102.477,-54.4383)"
+       x1="25.355263"
+       y1="34.006802"
+       x2="25.355263"
+       y2="32.409008" />
+    <filter
+       inkscape:collect="always"
+       id="filter0-paper-sheet-orig-7"
+       x="-0.1629366"
+       width="1.3258733"
+       y="-2.3897369"
+       height="5.7794738"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="11.948684"
+         id="feGaussianBlur0-paper-sheet-orig-1" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter10-paper-sheet-orig-1"
+       x="-0.093476363"
+       width="1.1869527"
+       y="-1.0939929"
+       height="3.1879859"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="8.257079"
+         id="feGaussianBlur10-paper-sheet-orig-2" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient0-paper-sheet-orig-1"
+       id="linearGradient84339"
+       gradientUnits="userSpaceOnUse"
+       x1="84"
+       y1="200.5"
+       x2="-104.06974"
+       y2="-127.99076" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient0-paper-sheet-orig-1">
+      <stop
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 1;"
+         offset="0"
+         id="stop0-paper-sheet-orig-6" />
+      <stop
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0;"
+         offset="1"
+         id="stop1-paper-sheet-orig-5" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       id="filter9-paper-sheet-orig-1"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.43"
+         id="feGaussianBlur9-paper-sheet-orig-5" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-0-6"
+       id="radialGradient84341"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(25.3062,2.17939e-6,-1.07308e-6,12.4602,2199.23,-911.49)"
+       cx="-80.660522"
+       cy="88.982887"
+       fx="-80.660522"
+       fy="88.982887"
+       r="18.000002" />
+    <linearGradient
+       id="linearGradient3-paper-sheet-orig-0-6">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop6-paper-sheet-orig-2-3" />
+      <stop
+         style="stop-color: rgb(211, 215, 207); stop-opacity: 1;"
+         offset="1"
+         id="stop7-paper-sheet-orig-8-4" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient28-paper-sheet-orig-4"
+       id="radialGradient84343"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.59674,-0.285292,0.176907,2.23031,-355.116,-121.578)"
+       cx="128.59172"
+       cy="116.46977"
+       fx="128.59172"
+       fy="116.46977"
+       r="92.902176" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient28-paper-sheet-orig-4">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop34-paper-sheet-orig-3" />
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;"
+         offset="1"
+         id="stop35-paper-sheet-orig-7" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath0-paper-sheet-orig-3">
+      <path
+         style="fill:url(#linearGradient6013) #000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 36,19 c -0.562656,0 -1,0.437344 -1,1 l 0,217 c 0,0.56266 0.437344,1 1,1 l 184,0 c 0.56266,0 1,-0.43734 1,-1 L 221,66 C 221,52.442308 210.14182,40.704328 204.71875,35.28125 199.29568,29.858173 187.5577,19 174,19 L 36,19 z"
+         id="path0-paper-sheet-orig-9"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter3-paper-sheet-orig-9"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.025"
+         id="feGaussianBlur3-paper-sheet-orig-2" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient33-paper-sheet-orig-5"
+       id="radialGradient84345"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,2.74107,-1.87992,0,120.779,-78.8035)"
+       cx="36"
+       cy="45.296875"
+       fx="36"
+       fy="45.296875"
+       r="84.203125" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient33-paper-sheet-orig-5">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop46-paper-sheet-orig-9" />
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;"
+         offset="1"
+         id="stop47-paper-sheet-orig-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient35-paper-sheet-orig-7"
+       id="radialGradient84347"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.66303,0,0,0.340371,-84.7016,148.57)"
+       cx="127.75"
+       cy="261.27338"
+       fx="127.75"
+       fy="261.27338"
+       r="92.25" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient35-paper-sheet-orig-7">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop50-paper-sheet-orig-2" />
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;"
+         offset="1"
+         id="stop51-paper-sheet-orig-1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1-paper-sheet-orig-2"
+       id="radialGradient84349"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,1.0485,-3.87807,0,165.487,13.8549)"
+       cx="20.479548"
+       cy="31.230524"
+       fx="20.479548"
+       fy="31.230524"
+       r="93" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient1-paper-sheet-orig-2">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop2-paper-sheet-orig-4" />
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;"
+         offset="1"
+         id="stop3-paper-sheet-orig-9" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient35-paper-sheet-orig-7"
+       id="radialGradient84351"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.57088,0,0,1.11586,-53.057,0.954809)"
+       cx="127.75"
+       cy="236.25"
+       fx="127.75"
+       fy="236.25"
+       r="92.25" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2065-5-6"
+       id="linearGradient83745"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.62654,0,0,2.66667,161.483,363.696)"
+       x1="-11.986486"
+       y1="11.500009"
+       x2="-11.986486"
+       y2="28.976542" />
+    <linearGradient
+       id="linearGradient2065-5-6"
+       inkscape:collect="always">
+      <stop
+         id="stop2067-7-3"
+         offset="0"
+         style="stop-color: rgb(85, 87, 83);" />
+      <stop
+         id="stop2069-6-4"
+         offset="1"
+         style="stop-color: rgb(252, 175, 62);" />
+    </linearGradient>
+    <clipPath
+       id="clipPath4719-3"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         y="428"
+         x="84"
+         height="56"
+         width="92"
+         id="rect4721-9"
+         style="fill:#000000;fill-opacity:1;stroke:none" />
+    </clipPath>
+    <filter
+       height="1.6053097"
+       y="-0.30265486"
+       width="1.6053097"
+       x="-0.30265486"
+       id="filter4709-1"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur4711-29"
+         stdDeviation="3.5333828"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter4608-6"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur4610-1"
+         stdDeviation="0.84057318"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       height="1.405442"
+       y="-0.20272098"
+       width="1.222294"
+       x="-0.11114702"
+       id="filter4616-8"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur4618-0"
+         stdDeviation="0.83939158"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4616-1-5"
+       id="linearGradient83747"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.70588,0,0,3.49999,65.0589,335.863)"
+       x1="25.355263"
+       y1="33.357342"
+       x2="25.355263"
+       y2="31.76339" />
+    <linearGradient
+       id="linearGradient4616-1-5"
+       inkscape:collect="always">
+      <stop
+         id="stop4618-9-2"
+         offset="0"
+         style="stop-color: rgb(46, 52, 54); stop-opacity: 1;" />
+      <stop
+         id="stop4620-2-8"
+         offset="1"
+         style="stop-color: rgb(46, 52, 54); stop-opacity: 0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4610-7"
+       id="linearGradient83749"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-25.6369)"
+       x1="145"
+       y1="481.125"
+       x2="149.75"
+       y2="492.875" />
+    <linearGradient
+       id="linearGradient4610-7"
+       inkscape:collect="always">
+      <stop
+         id="stop4612-57"
+         offset="0"
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 1;" />
+      <stop
+         id="stop4614-0"
+         offset="1"
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0;" />
+    </linearGradient>
+    <clipPath
+       id="clipPath4396-4"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         id="path4398-9"
+         d="m 79.40625,432.78125 c 4.95211,3.15625 10.09773,2.36004 13.8125,6.28125 0.20853,0.22012 0.41543,0.41335 0.625,0.625 -0.91227,0.0132 -3.36173,-0.64471 -5.8125,-0.21875 -2.03999,0.35455 -4.02605,-0.55433 -6.4375,1.03125 2.8086,-1.17696 5.05872,-0.41657 7.3125,-0.71875 1.75702,-0.23558 4.85952,0.60574 6.84375,1.75 3.19912,2.92004 6.06811,5.00342 6.65625,7.03125 0.75156,2.59125 0.93062,10.17703 0.96875,13.3125 -0.33977,-0.27402 -0.66062,-0.5645 -0.96875,-0.875 -0.68906,-0.71321 -1.34766,-1.47779 -2.15625,-2.0625 -0.77698,-0.56343 -1.58267,-1.08104 -2.21875,-1.8125 -0.66486,-0.8969 -1.44709,-1.69706 -2.1875,-2.53125 -0.70592,-0.72238 -1.45646,-1.39671 -2.125,-2.15625 -0.61554,-0.75741 -1.33614,-1.42319 -2.1875,-1.90625 -0.77581,-0.47272 -1.5828,-1.00327 -2.53125,-0.96875 -0.47451,-0.0791 -0.95887,-0.19127 -1.3125,-0.53125 -0.59769,-0.44175 -1.32432,-0.71337 -2.0625,-0.78125 l 0.125,0.0625 c 0.9109,0.24481 1.68179,0.8215 2.40625,1.40625 0.82464,0.41098 1.87022,0.34115 
 2.53125,1.0625 0.70456,0.74408 1.76065,1.14357 2.28125,2.0625 0.20942,0.35023 0.44974,0.66458 0.71875,0.96875 -0.70331,0.27896 -1.37908,1.26201 -1.875,1.59375 -1.29807,0.86836 -4.60919,-2.74752 -7.5,-2.40625 2.08544,-0.0469 5.75517,2.50843 6.46875,2.71875 0.55836,0.16459 -1.66639,2.10357 -3.375,3.03125 1.51744,-0.43138 3.97727,-2.51723 4.4375,-2.625 0.57771,-0.13527 1.16213,-1.94726 2.4375,-1.6875 0.26687,0.28232 0.53984,0.57255 0.78125,0.875 0.69303,0.78032 1.38577,1.54029 1.96875,2.40625 0.85162,1.06177 1.95474,1.87787 2.875,2.875 0.7471,0.7803 1.39506,1.64575 2.09375,2.46875 0.93323,1.12487 1.87928,2.25013 2.8125,3.375 0.42144,0.87267 1.03174,1.61036 1.65625,2.34375 0.66563,0.75999 1.30957,1.55781 1.8125,2.4375 0.59909,0.89138 1.1135,1.84141 1.5,2.84375 0.30827,0.94828 0.48395,1.92145 0.625,2.90625 0.19051,1.03702 0.34872,2.0991 0.25,3.15625 -0.14578,1.5715 -0.30651,3.14619 -0.4375,4.71875 -0.0217,0.7843 -0.12135,1.62135 0.25,2.34375 0.88575,0.56065 1.94401,0.69175 2.9687
 5,0.75 0.86591,-0.0236 1.72648,-0.22461 2.46875,-0.6875 0.31904,-0.16231 0.63392,-0.49478 0.46875,-0.875 -0.18667,-1.01745 -0.40295,-2.03142 -0.5,-3.0625 -0.1344,-1.15271 -0.25974,-2.31102 -0.34375,-3.46875 -0.099,-1.09509 -0.14847,-2.18257 -0.1875,-3.28125 0.0322,-1.00198 0.0767,-2.03591 0.375,-3 0.32471,-0.94223 0.65194,-2.18347 1.25,-2.96875 0.85084,-1.04281 2.1162,-1.51624 3.09375,-2.4375 0.82415,-0.71738 1.68863,-1.38982 2.46875,-2.15625 0.75889,-0.71303 1.63356,-2.17099 2.3125,-2.96875 0.7624,-0.80646 1.48992,-0.89854 2.21875,-1.625 0.18969,-0.12973 0.38766,-0.25786 0.59375,-0.375 0.52915,-0.26792 1.04107,-0.57592 1.71875,-0.625 0.70029,0.0397 1.39399,-0.19008 2.09375,-0.0937 0.70007,0.0559 1.02933,0.72896 1.78125,0.65625 0.66535,-0.12321 1.35216,-0.12021 2.03125,-0.0625 -0.21541,-0.0835 -0.44604,-0.15445 -0.6875,-0.1875 -0.48981,-0.0904 -0.98368,0.0758 -1.46875,0.0313 -0.63207,-0.054 -0.8309,-0.55639 -1.375,-0.71875 -0.66242,-0.11588 -1.35944,0.10128 -2.03125,0.0625 -
 0.5382,-0.0737 -1.05528,0.0455 -1.59375,0.0313 0.76409,-1.1233 1.44323,-2.44724 2.25,-3.375 1.3398,-1.24472 2.98696,-2.48222 4.03125,-2.96875 1.39189,-0.64849 2.38459,0.15819 4.21875,-0.75 -2.03978,0.86066 -3.28052,-0.27726 -5.6875,1.125 -1.32634,0.76242 -2.21246,1.18656 -2.96875,1.71875 -1.58811,-1.34506 -0.70451,-6.06166 -2.09375,-8.78125 0.0827,-0.0958 0.125,-0.20732 0.125,-0.34375 1.54418,-0.65828 3.85538,-0.62579 5.34375,-0.34375 1.80941,0.34285 1.14282,0.69721 2.0625,0.75 0.8083,0.0464 2.21338,0.8335 3.34375,1.28125 1.22261,0.48428 1.53834,-0.0211 3.84375,1.21875 -1.65524,-1.12051 -3.34913,-1.13223 -3.59375,-1.40625 0.7457,-2.42944 3.79609,-2.88736 5.0625,-5.1875 -1.76435,2.59269 -4.05299,2.33985 -5.28125,5.09375 -1.22654,-0.34407 -2.44261,-0.89298 -3.0625,-1.28125 1.49793,-1.8748 -1.68651,-7.18964 -1.78125,-9 -0.11059,2.41309 2.83075,5.84705 1.25,8.8125 -3.16781,-1.25867 -5.75024,-0.78886 -7.4375,-0.40625 -0.0628,-0.0425 -0.14103,-0.0804 -0.21875,-0.0937 -1.38487,-2.0
 4113 -0.95284,-3.54566 -2.5,-5.78125 0.85981,2.03517 1.03075,4.21454 1.875,5.96875 0.0201,0.0419 0.0431,0.0827 0.0625,0.125 -0.0386,0.0749 -0.0625,0.16002 -0.0625,0.25 0,0.22641 0.14749,0.41694 0.34375,0.5 0.92516,2.72077 0.58242,6.13236 0.8125,8.65625 -2.33949,-3.83923 -5.15618,-3.90227 -6.78125,-10.25 1.34906,7.76942 7.42824,8.46368 5.875,13.34375 -1.18921,1.23925 -3.11722,3.33597 -4.03125,4.25 -0.76285,0.67868 -1.59581,1.26835 -2.4375,1.84375 -0.87643,0.65389 -0.79689,1.13319 -1.71875,1.71875 -0.68733,0.46263 -2.24808,0.96188 -2.84375,1.4375 -0.77914,0.62211 -1.21036,1.46972 -1.875,2.3125 -0.35417,0.47917 -1.23958,0.61458 -1.5625,1.25 -0.32894,-1.33239 -1.28622,-3.80883 -3.09375,-4.84375 -0.89341,-0.51154 -1.89485,-1.4387 -2.625,-2.21875 -0.16244,-0.16986 -0.32136,-0.31728 -0.5,-0.46875 -1.2415,-3.00067 -1.37508,-6.70906 -1.65625,-10.0625 0.097,-0.0922 0.17429,-0.19076 0.28125,-0.28125 0.53668,-0.40499 1.03141,-0.85932 1.9375,-1.125 1.00361,-0.19673 1.64252,0.33535 2.6875
 ,0.1875 1.01534,-0.18272 1.85205,-1.06453 2.84375,-1.375 0.83379,-0.32538 2.07498,-0.13823 3.0625,-0.3125 -1.14808,0.056 -2.26509,-0.14799 -3.375,0.1875 -0.91936,0.16193 -1.46612,1.11655 -2.34375,1.15625 -1.0076,0.1187 -1.63048,-0.40688 -2.59375,-0.21875 -0.80343,0.11401 -1.45915,0.39725 -2.21875,0.5625 -0.096,-0.0611 -0.4129,0.0496 -0.40625,-0.0625 -0.0616,-0.56577 -0.12813,-1.12745 -0.21875,-1.65625 -0.06,-3.89672 4.27346,-2.57015 5.15625,-3.25 0.58133,-0.44768 3.85453,-3.04945 6.75,-3.65625 -3.43517,0.61964 -6.89928,3.23605 -6.5625,2.40625 0.43039,-1.06043 0.76035,-7.91801 2.84375,-10.375 -3.23258,3.13778 -1.93744,10.59758 -4.28125,11.3125 -1.14933,0.35058 -3.94816,-0.0106 -4.4375,1.375 -0.10489,-0.29885 -0.21204,-0.57258 -0.34375,-0.84375 -0.84843,-1.74675 -3.20807,-3.66898 -5.71875,-5.84375 -0.24719,-1.22331 1.70858,-1.61353 1.90625,-2.125 0.15296,-0.39577 2.42162,-2.38883 3,-3.6875 -1.08179,1.42622 -3.17911,3.22298 -3.28125,2.71875 -0.13053,-0.6444 -2.23183,-4.07697 -1
 .96875,-5.90625 -0.63373,2.51321 2.51245,5.71105 1.53125,6.78125 -0.40432,0.441 -1.56827,1.00067 -1.8125,1.65625 -1.21315,-1.06576 -2.41928,-2.18039 -3.53125,-3.40625 -3.25105,-3.58405 -5.7455,-2.03174 -14.3125,-5.65625 l 0,-2e-4 0,0 z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <filter
+       id="filter4412-3"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur4414-08"
+         stdDeviation="0.5940625"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7289-5"
+       id="linearGradient83751"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.02174,0,0,1.03125,-2.82609,-48.0119)"
+       x1="110"
+       y1="533"
+       x2="58.687363"
+       y2="371.81738" />
+    <linearGradient
+       id="linearGradient7289-5">
+      <stop
+         id="stop7291-9"
+         offset="0"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;"
+         offset="0.5"
+         id="stop7297-3" />
+      <stop
+         id="stop7293-5"
+         offset="1"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4621-8"
+       id="radialGradient83753"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.20934,0,0,0.190247,-287.214,357.397)"
+       cx="130"
+       cy="536.62244"
+       fx="130"
+       fy="536.62244"
+       r="46" />
+    <linearGradient
+       id="linearGradient4621-8"
+       inkscape:collect="always">
+      <stop
+         id="stop4623-2"
+         offset="0"
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 1;" />
+      <stop
+         id="stop4625-3"
+         offset="1"
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient27-paper-sheet-orig-9-1"
+       id="radialGradient84295"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.04422,0,0,0.96082,-12.7447,6.34946)"
+       cx="210.95667"
+       cy="38.580303"
+       fx="210.95667"
+       fy="38.580303"
+       r="34.234375" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient27-paper-sheet-orig-9-1">
+      <stop
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 1;"
+         offset="0"
+         id="stop32-paper-sheet-orig-0-1" />
+      <stop
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0;"
+         offset="1"
+         id="stop33-paper-sheet-orig-2-5" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       id="filter2-paper-sheet-orig-2-4"
+       x="-0.10593809"
+       width="1.2118762"
+       y="-0.1151341"
+       height="1.2302682"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.0222701"
+         id="feGaussianBlur2-paper-sheet-orig-8-8" />
+    </filter>
+    <mask
+       maskUnits="userSpaceOnUse"
+       id="mask0-paper-sheet-orig-6-5">
+      <path
+         id="path1-paper-sheet-orig-9-2"
+         d="m 36,-31 c -0.562656,0 -1,0.437344 -1,1 l 0,217 c 0,0.56266 0.437344,1 1,1 l 184,0 c 0.56266,0 1,-0.43734 1,-1 L 221,16 C 221,2.442308 208.14182,-7.295672 202.71875,-12.71875 197.29568,-18.141827 187.5577,-31 174,-31 l -138,0 z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+         sodipodi:nodetypes="cccccccscc"
+         inkscape:connector-curvature="0" />
+    </mask>
+    <filter
+       inkscape:collect="always"
+       id="filter4-paper-sheet-orig-9-1"
+       x="-0.24137931"
+       width="1.4827586"
+       y="-0.24137931"
+       height="1.4827586"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="4.7270115"
+         id="feGaussianBlur4-paper-sheet-orig-8-1" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient29-paper-sheet-orig-1-7"
+       id="radialGradient84297"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.98931,0,0.472637)"
+       cx="196.35764"
+       cy="44.213333"
+       fx="196.35764"
+       fy="44.213333"
+       r="23.76296" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient29-paper-sheet-orig-1-7">
+      <stop
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 1;"
+         offset="0"
+         id="stop36-paper-sheet-orig-8-4" />
+      <stop
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0;"
+         offset="1"
+         id="stop37-paper-sheet-orig-2-7" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       id="filter5-paper-sheet-orig-2-0"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.27169794"
+         id="feGaussianBlur5-paper-sheet-orig-4-6" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient30-paper-sheet-orig-8-5"
+       id="linearGradient84299"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-1.5,2.52145)"
+       x1="190.97945"
+       y1="52.972717"
+       x2="196.44823"
+       y2="39.563599" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient30-paper-sheet-orig-8-5">
+      <stop
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 1;"
+         offset="0"
+         id="stop38-paper-sheet-orig-1-4" />
+      <stop
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0;"
+         offset="1"
+         id="stop39-paper-sheet-orig-9-6" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       id="filter6-paper-sheet-orig-2-6"
+       x="-0.13103448"
+       width="1.262069"
+       y="-0.13103448"
+       height="1.262069"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.566092"
+         id="feGaussianBlur6-paper-sheet-orig-2-0" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient31-paper-sheet-orig-8-3"
+       id="radialGradient84301"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.44729,0,0,1.44729,-85.751,-21.5289)"
+       cx="190.875"
+       cy="49.25"
+       fx="190.875"
+       fy="49.25"
+       r="23.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient31-paper-sheet-orig-8-3">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop40-paper-sheet-orig-4-4" />
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;"
+         offset="1"
+         id="stop41-paper-sheet-orig-4-6" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient32-paper-sheet-orig-9-6"
+       id="radialGradient84303"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.597198,-0.450905,1.70446,2.25746,-0.540251,29.1578)"
+       cx="192.25"
+       cy="45.75"
+       fx="192.25"
+       fy="45.75"
+       r="23.5" />
+    <linearGradient
+       id="linearGradient32-paper-sheet-orig-9-6">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop42-paper-sheet-orig-3-0" />
+      <stop
+         id="stop43-paper-sheet-orig-9-9"
+         offset="0.44760558"
+         style="stop-color: rgb(230, 230, 230); stop-opacity: 1;" />
+      <stop
+         style="stop-color: rgb(203, 203, 203); stop-opacity: 1;"
+         offset="0.81267858"
+         id="stop44-paper-sheet-orig-1-3" />
+      <stop
+         style="stop-color: rgb(219, 219, 219); stop-opacity: 1;"
+         offset="1"
+         id="stop45-paper-sheet-orig-5-0" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient34-paper-sheet-orig-3-6"
+       id="radialGradient84305"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.11516,0,0,2.92788,-207.435,-53.6174)"
+       cx="186.76546"
+       cy="27.786123"
+       fx="186.76546"
+       fy="27.786123"
+       r="8.9714146" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient34-paper-sheet-orig-3-6">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop48-paper-sheet-orig-9-5" />
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;"
+         offset="1"
+         id="stop49-paper-sheet-orig-3-8" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       id="filter7-paper-sheet-orig-3-4"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.30732727"
+         id="feGaussianBlur7-paper-sheet-orig-5-2" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient36-paper-sheet-orig-4-8"
+       id="radialGradient84307"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.997333,0.0729916,-0.11677,1.59551,5.19968,-29.5236)"
+       cx="208.68414"
+       cy="39.762138"
+       fx="208.68414"
+       fy="39.762138"
+       r="13.625" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient36-paper-sheet-orig-4-8">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop52-paper-sheet-orig-3-3" />
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;"
+         offset="1"
+         id="stop53-paper-sheet-orig-9-1" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       id="filter8-paper-sheet-orig-5-7"
+       x="-0.031645697"
+       width="1.0632914"
+       y="-0.10174286"
+       height="1.2034857"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.35931052"
+         id="feGaussianBlur8-paper-sheet-orig-3-0" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3176-0-8"
+       id="linearGradient84309"
+       gradientUnits="userSpaceOnUse"
+       x1="189.2542"
+       y1="23.661938"
+       x2="189.2542"
+       y2="43.888237" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3176-0-8">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop3178-7-8" />
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;"
+         offset="1"
+         id="stop3180-3-8" />
+    </linearGradient>
+    <filter
+       id="filter17922-5"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17924-1"
+         stdDeviation="2.676031"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter17842-5"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17844-2"
+         stdDeviation="1.7853754"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter17725-4"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17727-5"
+         stdDeviation="1.4755515"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter17647-5"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17649-5"
+         stdDeviation="1.5183824"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter17567-4"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17569-4"
+         stdDeviation="0.25808824"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter17525-8"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17527-9"
+         stdDeviation="1.8444393"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter17435-3"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17437-7"
+         stdDeviation="2.4506191"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter17271-6"
+       height="1.3260844"
+       y="-0.16304218"
+       width="1.9262257"
+       x="-0.46311287"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17273-5"
+         stdDeviation="3.1623363"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter17249-6"
+       height="1.3415227"
+       y="-0.17076134"
+       width="2.4514673"
+       x="-0.72573365"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17251-3"
+         stdDeviation="2.0526907"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter17179-5"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17181-9"
+         stdDeviation="1.8800723"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter17137-9"
+       height="1.3545098"
+       y="-0.17725491"
+       width="1.2038123"
+       x="-0.10190613"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17139-0"
+         stdDeviation="10.340398"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter17111-0"
+       height="1.2555067"
+       y="-0.12775337"
+       width="1.0764163"
+       x="-0.038208162"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17113-0"
+         stdDeviation="3.6888787"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       id="linearGradient17039-3"
+       inkscape:collect="always">
+      <stop
+         id="stop17041-0"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17043-1"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17277-4"
+       inkscape:collect="always">
+      <stop
+         id="stop17279-3"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17281-7"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17309-3"
+       inkscape:collect="always">
+      <stop
+         id="stop17311-2"
+         offset="0"
+         style="stop-color:#eff4fa;stop-opacity:1;" />
+      <stop
+         id="stop17313-3"
+         offset="1"
+         style="stop-color:#eff4fa;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17317-3">
+      <stop
+         id="stop17319-0"
+         offset="0"
+         style="stop-color:#dde8f4;stop-opacity:1;" />
+      <stop
+         id="stop17321-4"
+         offset="1"
+         style="stop-color:#bad0e8;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17325-0">
+      <stop
+         id="stop17327-9"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1;" />
+      <stop
+         id="stop17329-1"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17339-4">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:0;"
+         offset="0"
+         id="stop17341-9" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17343-5" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17533-6"
+       inkscape:collect="always">
+      <stop
+         id="stop17535-5"
+         offset="0"
+         style="stop-color:#fcfcfc;stop-opacity:1;" />
+      <stop
+         id="stop17537-9"
+         offset="1"
+         style="stop-color:#fcfcfc;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17651-5"
+       inkscape:collect="always">
+      <stop
+         id="stop17653-8"
+         offset="0"
+         style="stop-color:#fcfcfc;stop-opacity:1;" />
+      <stop
+         id="stop17655-5"
+         offset="1"
+         style="stop-color:#fcfcfc;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17659-7"
+       gradientUnits="userSpaceOnUse"
+       x1="106.0254"
+       y1="81.1763"
+       x2="118.3481"
+       y2="98.883202">
+      <stop
+         offset="0"
+         style="stop-color:#da4522;stop-opacity:1;"
+         id="stop17661-4" />
+      <stop
+         id="stop17667-2"
+         style="stop-color:#953a24;stop-opacity:1;"
+         offset="0.02529254" />
+      <stop
+         id="stop17665-0"
+         style="stop-color:#c15236;stop-opacity:1;"
+         offset="0.18952666" />
+      <stop
+         offset="0.94432735"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         id="stop17669-2" />
+      <stop
+         offset="1"
+         style="stop-color:#ba310b;stop-opacity:1"
+         id="stop17663-8" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17731-5"
+       inkscape:collect="always">
+      <stop
+         id="stop17733-1"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17735-3"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17755-1"
+       inkscape:collect="always">
+      <stop
+         id="stop17757-2"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17759-7"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17767-9">
+      <stop
+         style="stop-color:#edc200;stop-opacity:1;"
+         offset="0"
+         id="stop17771-6" />
+      <stop
+         style="stop-color:#c4a000;stop-opacity:1;"
+         offset="1"
+         id="stop17769-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17790-9"
+       inkscape:collect="always">
+      <stop
+         id="stop17792-3"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17794-7"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17848-0"
+       inkscape:collect="always">
+      <stop
+         id="stop17850-6"
+         offset="0"
+         style="stop-color:#fcfcfc;stop-opacity:1;" />
+      <stop
+         id="stop17852-1"
+         offset="1"
+         style="stop-color:#fcfcfc;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17864-1">
+      <stop
+         id="stop17866-5"
+         offset="0"
+         style="stop-color:#d1f7ab;stop-opacity:1;" />
+      <stop
+         id="stop17868-5"
+         offset="1"
+         style="stop-color:#85e923;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17930-7"
+       inkscape:collect="always">
+      <stop
+         id="stop17932-2"
+         offset="0"
+         style="stop-color:#edd400;stop-opacity:1;" />
+      <stop
+         id="stop17934-8"
+         offset="1"
+         style="stop-color:#edd400;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5257-6">
+      <stop
+         id="stop5259-5"
+         offset="0"
+         style="stop-color:#ef2929;stop-opacity:1;" />
+      <stop
+         id="stop5261-9"
+         offset="1"
+         style="stop-color:#f68383;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3-paper-sheet-orig-0-6-4">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop6-paper-sheet-orig-2-3-8" />
+      <stop
+         style="stop-color: rgb(211, 215, 207); stop-opacity: 1;"
+         offset="1"
+         id="stop7-paper-sheet-orig-8-4-4" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6582-9"
+       inkscape:collect="always">
+      <stop
+         id="stop6584-3"
+         offset="0"
+         style="stop-color: rgb(114, 159, 207); stop-opacity: 1;" />
+      <stop
+         id="stop6586-7"
+         offset="1"
+         style="stop-color: rgb(114, 159, 207); stop-opacity: 0;" />
+    </linearGradient>
+    <filter
+       id="filter6920-8"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur6922-8"
+         stdDeviation="1.0452761"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       id="linearGradient5635-2">
+      <stop
+         style="stop-color: rgb(114, 159, 207); stop-opacity: 1;"
+         offset="0"
+         id="stop5637-9" />
+      <stop
+         id="stop6496-0"
+         offset="0.5"
+         style="stop-color: rgb(114, 159, 207); stop-opacity: 0.886905;" />
+      <stop
+         style="stop-color: rgb(114, 159, 207); stop-opacity: 0;"
+         offset="1"
+         id="stop5639-6" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6625-7">
+      <stop
+         id="stop6627-7"
+         offset="0"
+         style="stop-color: rgb(233, 185, 110); stop-opacity: 1;" />
+      <stop
+         id="stop6629-5"
+         offset="1"
+         style="stop-color: rgb(233, 185, 110); stop-opacity: 0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6524-6"
+       inkscape:collect="always">
+      <stop
+         id="stop6526-5"
+         offset="0"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
+      <stop
+         id="stop6528-3"
+         offset="1"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+    </linearGradient>
+    <filter
+       height="1.2910269"
+       y="-0.14551346"
+       width="1.0930498"
+       x="-0.04652489"
+       id="filter7025-8"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur7027-9"
+         stdDeviation="0.31390401"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       id="linearGradient6539-5"
+       inkscape:collect="always">
+      <stop
+         id="stop6541-9"
+         offset="0"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
+      <stop
+         id="stop6543-3"
+         offset="1"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+    </linearGradient>
+    <filter
+       height="1.4507054"
+       y="-0.2253527"
+       width="1.1441036"
+       x="-0.072051823"
+       id="filter7361-7"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur7363-5"
+         stdDeviation="0.48613453"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter6620-3"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur6622-5"
+         stdDeviation="0.18519411"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter7183-8"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur7185-0"
+         stdDeviation="0.15156158"
+         inkscape:collect="always" />
+    </filter>
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect95461-7"
+       is_visible="true" />
+    <linearGradient
+       id="linearGradient17659-7-4"
+       gradientUnits="userSpaceOnUse"
+       x1="106.0254"
+       y1="81.1763"
+       x2="118.3481"
+       y2="98.883202">
+      <stop
+         offset="0"
+         style="stop-color:#da4522;stop-opacity:1;"
+         id="stop17661-4-5" />
+      <stop
+         id="stop17667-2-5"
+         style="stop-color:#953a24;stop-opacity:1;"
+         offset="0.02529254" />
+      <stop
+         id="stop17665-0-3"
+         style="stop-color:#c15236;stop-opacity:1;"
+         offset="0.18952666" />
+      <stop
+         offset="0.94432735"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         id="stop17669-2-4" />
+      <stop
+         offset="1"
+         style="stop-color:#ba310b;stop-opacity:1"
+         id="stop17663-8-6" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5257-6-1">
+      <stop
+         id="stop5259-5-1"
+         offset="0"
+         style="stop-color:#ef2929;stop-opacity:1;" />
+      <stop
+         id="stop5261-9-8"
+         offset="1"
+         style="stop-color:#f68383;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17039-3-7"
+       inkscape:collect="always">
+      <stop
+         id="stop17041-0-1"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17043-1-0"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter17525-8-2"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17527-9-6"
+         stdDeviation="1.8444393"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter17111-0-3"
+       height="1.2555068"
+       y="-0.12775338"
+       width="1.0764163"
+       x="-0.038208161"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17113-0-1"
+         stdDeviation="3.6888787"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter17249-6-6"
+       height="1.3415227"
+       y="-0.17076135"
+       width="2.4514673"
+       x="-0.72573364"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17251-3-3"
+         stdDeviation="2.0526907"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       id="linearGradient17755-1-3"
+       inkscape:collect="always">
+      <stop
+         id="stop17757-2-9"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17759-7-5"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter17271-6-1"
+       height="1.3260844"
+       y="-0.16304217"
+       width="1.9262257"
+       x="-0.46311286"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17273-5-2"
+         stdDeviation="3.1623363"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       id="linearGradient17277-4-1"
+       inkscape:collect="always">
+      <stop
+         id="stop17279-3-9"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17281-7-1"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter17435-3-5"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17437-7-7"
+         stdDeviation="2.4506191"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter17922-5-7"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17924-1-1"
+         stdDeviation="2.676031"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       id="linearGradient17864-1-3">
+      <stop
+         id="stop17866-5-7"
+         offset="0"
+         style="stop-color:#d1f7ab;stop-opacity:1;" />
+      <stop
+         id="stop17868-5-5"
+         offset="1"
+         style="stop-color:#85e923;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17317-3-7">
+      <stop
+         id="stop17319-0-3"
+         offset="0"
+         style="stop-color:#dde8f4;stop-opacity:1;" />
+      <stop
+         id="stop17321-4-3"
+         offset="1"
+         style="stop-color:#bad0e8;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17325-0-5">
+      <stop
+         id="stop17327-9-8"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1;" />
+      <stop
+         id="stop17329-1-7"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17309-3-1"
+       inkscape:collect="always">
+      <stop
+         id="stop17311-2-0"
+         offset="0"
+         style="stop-color:#eff4fa;stop-opacity:1;" />
+      <stop
+         id="stop17313-3-2"
+         offset="1"
+         style="stop-color:#eff4fa;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17339-4-1">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:0;"
+         offset="0"
+         id="stop17341-9-7" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17343-5-6" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17651-5-8"
+       inkscape:collect="always">
+      <stop
+         id="stop17653-8-9"
+         offset="0"
+         style="stop-color:#fcfcfc;stop-opacity:1;" />
+      <stop
+         id="stop17655-5-1"
+         offset="1"
+         style="stop-color:#fcfcfc;stop-opacity:0;" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter17647-5-9"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17649-5-3"
+         stdDeviation="1.5183824"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       id="linearGradient17533-6-0"
+       inkscape:collect="always">
+      <stop
+         id="stop17535-5-0"
+         offset="0"
+         style="stop-color:#fcfcfc;stop-opacity:1;" />
+      <stop
+         id="stop17537-9-2"
+         offset="1"
+         style="stop-color:#fcfcfc;stop-opacity:0;" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter17567-4-5"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17569-4-9"
+         stdDeviation="0.25808824"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter17725-4-7"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17727-5-2"
+         stdDeviation="1.4755515"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       id="linearGradient17731-5-2"
+       inkscape:collect="always">
+      <stop
+         id="stop17733-1-7"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17735-3-1"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17767-9-5">
+      <stop
+         style="stop-color:#edc200;stop-opacity:1;"
+         offset="0"
+         id="stop17771-6-8" />
+      <stop
+         style="stop-color:#c4a000;stop-opacity:1;"
+         offset="1"
+         id="stop17769-9-5" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17790-9-0"
+       inkscape:collect="always">
+      <stop
+         id="stop17792-3-7"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17794-7-5"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter17842-5-1"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur17844-2-6"
+         stdDeviation="1.7853754"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       id="linearGradient17848-0-1"
+       inkscape:collect="always">
+      <stop
+         id="stop17850-6-6"
+         offset="0"
+         style="stop-color:#fcfcfc;stop-opacity:1;" />
+      <stop
+         id="stop17852-1-1"
+         offset="1"
+         style="stop-color:#fcfcfc;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17930-7-8"
+       inkscape:collect="always">
+      <stop
+         id="stop17932-2-0"
+         offset="0"
+         style="stop-color:#edd400;stop-opacity:1;" />
+      <stop
+         id="stop17934-8-5"
+         offset="1"
+         style="stop-color:#edd400;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3-paper-sheet-orig-08-3-9">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop6-paper-sheet-orig-1-5-7" />
+      <stop
+         style="stop-color: rgb(211, 215, 207); stop-opacity: 1;"
+         offset="1"
+         id="stop7-paper-sheet-orig-2-1-9" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10-paper-sheet-orig-3-9-3">
+      <stop
+         style="stop-color: rgb(85, 87, 83); stop-opacity: 1;"
+         offset="0"
+         id="stop15-paper-sheet-orig-7-1-0" />
+      <stop
+         style="stop-color: rgb(186, 189, 182); stop-opacity: 1;"
+         offset="1"
+         id="stop16-paper-sheet-orig-8-3-0" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3-paper-sheet-orig-08-3-9-3-8">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop6-paper-sheet-orig-1-5-7-4-0" />
+      <stop
+         style="stop-color: rgb(211, 215, 207); stop-opacity: 1;"
+         offset="1"
+         id="stop7-paper-sheet-orig-2-1-9-8-3" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10-paper-sheet-orig-3-9-3-0-9">
+      <stop
+         style="stop-color: rgb(85, 87, 83); stop-opacity: 1;"
+         offset="0"
+         id="stop15-paper-sheet-orig-7-1-0-5-6" />
+      <stop
+         style="stop-color: rgb(186, 189, 182); stop-opacity: 1;"
+         offset="1"
+         id="stop16-paper-sheet-orig-8-3-0-3-8" />
+    </linearGradient>
+    <radialGradient
+       r="18.000002"
+       fy="263.7308"
+       fx="-81.894196"
+       cy="254.62387"
+       cx="-85.77005"
+       gradientTransform="matrix(1.9364341,1.2066477e-7,-5.8434743e-8,0.93776374,475.09781,-120.34508)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient96200"
+       xlink:href="#linearGradient3-paper-sheet-orig-08-3-9-3-8"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="322.98654"
+       x2="-268.20242"
+       y1="452.54453"
+       x1="-274.72217"
+       gradientTransform="matrix(0.157303,0,0,0.157303,350.93093,43.957066)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient96202"
+       xlink:href="#linearGradient10-paper-sheet-orig-3-9-3-0-9"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08-3-9"
+       id="radialGradient96231"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9361091,-0.03547674,0.02666758,1.4553578,442.98649,-199.26036)"
+       cx="-83.651741"
+       cy="242.12727"
+       fx="-79.775887"
+       fy="251.23422"
+       r="18.000002" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10-paper-sheet-orig-3-9-3"
+       id="linearGradient96233"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.157303,0,0,0.157303,325.30379,93.333097)"
+       x1="-274.72217"
+       y1="452.54453"
+       x2="-268.20242"
+       y2="322.98654" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-7-4"
+       id="linearGradient96235"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-6-1"
+       id="linearGradient96237"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-3-7"
+       id="radialGradient96239"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-3-7"
+       id="radialGradient96241"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
+       cx="89.140617"
+       cy="226.73134"
+       fx="89.140617"
+       fy="226.73134"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17755-1-3"
+       id="linearGradient96243"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="58.038898"
+       y1="166.62268"
+       x2="58.038898"
+       y2="206.62268" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17277-4-1"
+       id="linearGradient96245"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="51.5"
+       y1="162.75"
+       x2="51.5"
+       y2="186.29782" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-1-3"
+       id="radialGradient96247"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-3-7"
+       id="radialGradient96249"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-0-5"
+       id="radialGradient96251"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-3-1"
+       id="radialGradient96253"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
+       cx="163.25"
+       cy="64.066833"
+       fx="163.25"
+       fy="64.066833"
+       r="48.75" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17339-4-1"
+       id="linearGradient96255"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="167.5"
+       y1="164.52847"
+       x2="167.5"
+       y2="125" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-3-1"
+       id="radialGradient96257"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
+       cx="147.14806"
+       cy="108.23309"
+       fx="147.14806"
+       fy="108.23309"
+       r="48.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17651-5-8"
+       id="radialGradient96259"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
+       cx="166.75"
+       cy="65.900002"
+       fx="166.75"
+       fy="65.900002"
+       r="48.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-3-7"
+       id="radialGradient96261"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,100.18976)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17533-6-0"
+       id="linearGradient96263"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="150.25"
+       y1="31.5"
+       x2="150.25"
+       y2="69.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17731-5-2"
+       id="radialGradient96265"
+       gradientUnits="userSpaceOnUse"
+       cx="55"
+       cy="158"
+       fx="55"
+       fy="158"
+       r="15" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-9-5"
+       id="radialGradient96267"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-9-0"
+       id="radialGradient96269"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
+       cx="110.625"
+       cy="76.690666"
+       fx="110.625"
+       fy="76.690666"
+       r="26.875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17848-0-1"
+       id="radialGradient96271"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
+       cx="205.91789"
+       cy="94.267769"
+       fx="205.91789"
+       fy="94.267769"
+       r="13.071265" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17930-7-8"
+       id="linearGradient96273"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="101.5"
+       y1="101.5"
+       x2="90"
+       y2="112.65313" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08-3-9-3-8"
+       id="radialGradient96353"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3441474,8.3653271e-8,-4.0561622e-8,0.65012351,417.44021,17.702949)"
+       cx="-85.77005"
+       cy="254.62387"
+       fx="-81.894196"
+       fy="263.7308"
+       r="18.000002" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10-paper-sheet-orig-3-9-3-0-9"
+       id="linearGradient96355"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.10918957,0,0,0.10905346,331.25158,131.6087)"
+       x1="-274.72217"
+       y1="452.54453"
+       x2="-268.20242"
+       y2="322.98654" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08-3-9"
+       id="radialGradient96357"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9361091,-0.03547674,0.02666758,1.4553578,442.98649,-199.26036)"
+       cx="-83.651741"
+       cy="242.12727"
+       fx="-79.775887"
+       fy="251.23422"
+       r="18.000002" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10-paper-sheet-orig-3-9-3"
+       id="linearGradient96359"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.157303,0,0,0.157303,325.30379,93.333097)"
+       x1="-274.72217"
+       y1="452.54453"
+       x2="-268.20242"
+       y2="322.98654" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-7-4"
+       id="linearGradient96361"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-6-1"
+       id="linearGradient96363"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-3-7"
+       id="radialGradient96367"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
+       cx="89.140617"
+       cy="226.73134"
+       fx="89.140617"
+       fy="226.73134"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17755-1-3"
+       id="linearGradient96369"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="58.038898"
+       y1="166.62268"
+       x2="58.038898"
+       y2="206.62268" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17277-4-1"
+       id="linearGradient96371"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="51.5"
+       y1="162.75"
+       x2="51.5"
+       y2="186.29782" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-1-3"
+       id="radialGradient96373"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-3-7"
+       id="radialGradient96375"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-0-5"
+       id="radialGradient96377"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-3-1"
+       id="radialGradient96379"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
+       cx="163.25"
+       cy="64.066833"
+       fx="163.25"
+       fy="64.066833"
+       r="48.75" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17339-4-1"
+       id="linearGradient96381"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="167.5"
+       y1="164.52847"
+       x2="167.5"
+       y2="125" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-3-1"
+       id="radialGradient96383"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
+       cx="147.14806"
+       cy="108.23309"
+       fx="147.14806"
+       fy="108.23309"
+       r="48.75" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17533-6-0"
+       id="linearGradient96389"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="150.25"
+       y1="31.5"
+       x2="150.25"
+       y2="69.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-9-5"
+       id="radialGradient96393"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-9-0"
+       id="radialGradient96395"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
+       cx="110.625"
+       cy="76.690666"
+       fx="110.625"
+       fy="76.690666"
+       r="26.875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17848-0-1"
+       id="radialGradient96397"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
+       cx="205.91789"
+       cy="94.267769"
+       fx="205.91789"
+       fy="94.267769"
+       r="13.071265" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17930-7-8"
+       id="linearGradient96399"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="101.5"
+       y1="101.5"
+       x2="90"
+       y2="112.65313" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-3-7"
+       id="radialGradient96401"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.4891611,-0.00110812,3.3068698e-4,1.0435292,-134.31974,-43.647512)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08-3-9-3-8"
+       id="radialGradient96473"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.90185931,0.08524189,-0.04572996,0.48423403,383.16744,108.90664)"
+       cx="-83.709465"
+       cy="245.51656"
+       fx="-79.833611"
+       fy="254.62349"
+       r="18.000002" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10-paper-sheet-orig-3-9-3-0-9"
+       id="linearGradient96475"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.07359178,0,0,0.07335495,314.19124,189.91145)"
+       x1="-274.72217"
+       y1="452.54453"
+       x2="-268.20242"
+       y2="322.98654" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08-3-9"
+       id="radialGradient96477"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9361091,-0.03547674,0.02666758,1.4553578,442.98649,-199.26036)"
+       cx="-83.651741"
+       cy="242.12727"
+       fx="-79.775887"
+       fy="251.23422"
+       r="18.000002" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10-paper-sheet-orig-3-9-3"
+       id="linearGradient96479"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.157303,0,0,0.157303,325.30379,93.333097)"
+       x1="-274.72217"
+       y1="452.54453"
+       x2="-252.41296"
+       y2="280.46585" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-7-4"
+       id="linearGradient96481"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-6-1"
+       id="linearGradient96483"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-1-3"
+       id="radialGradient96491"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-3-7"
+       id="radialGradient96493"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-0-5"
+       id="radialGradient96495"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-3-7"
+       id="radialGradient96503"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.4891611,-0.00110812,3.3068698e-4,1.0435292,-134.31974,-43.647512)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-9-5"
+       id="radialGradient96507"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17277-4-1"
+       id="linearGradient96515"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.8929831,0.23927411,0.23927411,1.0641133,-73.039644,-25.570915)"
+       x1="51.5"
+       y1="162.75"
+       x2="51.5"
+       y2="186.29782" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08-3-9"
+       id="radialGradient96563"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9361091,-0.03547674,0.02666758,1.4553578,442.98649,-199.26036)"
+       cx="-83.651741"
+       cy="242.12727"
+       fx="-79.775887"
+       fy="251.23422"
+       r="18.000002" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10-paper-sheet-orig-3-9-3"
+       id="linearGradient96565"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.157303,0,0,0.157303,325.30379,93.333097)"
+       x1="-274.72217"
+       y1="452.54453"
+       x2="-274.43857"
+       y2="272.38358" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-7-4"
+       id="linearGradient96567"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-6-1"
+       id="linearGradient96569"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17277-4-1"
+       id="linearGradient96571"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.8929831,0.23927411,0.23927411,1.0641133,-73.039644,-25.570915)"
+       x1="51.5"
+       y1="162.75"
+       x2="51.5"
+       y2="186.29782" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-3-7"
+       id="radialGradient96579"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.4891611,-0.00110812,3.3068698e-4,1.0435292,-134.31974,-43.647512)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient98540"
+       id="linearGradient98548"
+       x1="89.998795"
+       y1="54.5"
+       x2="115"
+       y2="54.5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,2.75,-17,-85.750001)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient20-paper-sheet-orig-4-3"
+       id="linearGradient4257"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(343,207)"
+       x1="-23.4375"
+       y1="-24.875"
+       x2="-26.453966"
+       y2="-24.144068" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08-3-9-3-8"
+       id="radialGradient4279"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.67117047,3.872684e-8,-1.8527668e-8,0.33724223,298.45857,221.39753)"
+       cx="-85.77005"
+       cy="254.62387"
+       fx="-81.894196"
+       fy="263.7308"
+       r="18.000002" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10-paper-sheet-orig-3-9-3-0-9"
+       id="linearGradient4281"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.05452142,0,0,0.05656992,255.42217,280.48454)"
+       x1="-274.72217"
+       y1="452.54453"
+       x2="-274.24213"
+       y2="290.53387" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath5190">
+      <path
+         style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
+         d="m 86.5625,41.5 c -1.33731,0 -2.662243,0.304532 -3.65625,1.21875 -0.965973,0.888434 -1.416125,2.28922 -1.3125,3.78125 0.003,0.0433 -0.004,0.08154 0,0.125 l 0,60.53125 c 0,1.42162 0.978715,2.20728 1.40625,2.5625 0.01162,0.01 0.02048,0.0535 0.03125,0.0625 l 0.03125,-0.0312 4.09375,3.8125 c 0.01089,0.0109 0.02027,0.0206 0.03125,0.0312 1.48044,1.44308 3.743817,1.1628 5,-0.0625 0.0099,-0.01 0.02151,-0.0215 0.03125,-0.0312 l 3.9375,-3.71875 0.0625,-0.0312 -0.03125,-0.0312 c 0.676198,-0.61463 1.25,-1.55192 1.25,-2.5625 l 0,-29.09375 -3,0 0,29.09375 c 0,0.21531 0.05142,0.11125 -0.25,0.375 l 0,0.0312 -0.03125,0 -4.03125,3.78125 -0.03125,0.0312 c -0.24612,0.24612 -0.489974,0.38503 -0.8125,0.0625 L 89.25,111.40625 89.21875,111.375 85.03125,107.5 85,107.5 84.96875,107.4688 c -0.343149,-0.28596 -0.375,-0.39208 -0.375,-0.3125 l 0,-60.65625 0,-0.0625 0,-0.0625 C 84.51252,45.481571 84.6905,45.164725 84.9375,44.93755 85.184502,44.710325 85.71231,44.5 86.5625,44.5 l 12.1875,0 c 0.8
 84868,0 1.213446,0.21255 1.4375,0.46875 0.22405,0.2562 0.40625,0.735513 0.40625,1.53125 l 0,2.0625 3,0 0,-2.0625 c 0,-1.266763 -0.30081,-2.521825 -1.15625,-3.5 -0.85544,-0.978175 -2.19737,-1.5 -3.6875,-1.5 l -12.1875,0 z"
+         id="path5192"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter5202">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.33415487"
+         id="feGaussianBlur5204" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter5210">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.22276992"
+         id="feGaussianBlur5212" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5296"
+       id="linearGradient5302"
+       x1="96"
+       y1="47.375"
+       x2="76"
+       y2="47.375"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter88619-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.1781377"
+         id="feGaussianBlur88621-6" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5059"
+       id="radialGradient5991"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.3512805,0.74207993,-0.53681061,1.7008846,146.88079,-406.38727)"
+       cx="85.589424"
+       cy="482.93784"
+       fx="85.589424"
+       fy="482.93784"
+       r="73.156738" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-7"
+       id="linearGradient5993"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-6"
+       id="linearGradient5995"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-3"
+       id="radialGradient5997"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-3"
+       id="radialGradient5999"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
+       cx="89.140617"
+       cy="226.73134"
+       fx="89.140617"
+       fy="226.73134"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17755-1"
+       id="linearGradient6001"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="58.038898"
+       y1="166.62268"
+       x2="58.038898"
+       y2="206.62268" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17277-4"
+       id="linearGradient6003"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="51.5"
+       y1="162.75"
+       x2="51.5"
+       y2="186.29782" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-1"
+       id="radialGradient6005"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-3"
+       id="radialGradient6007"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727315" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-0"
+       id="radialGradient6009"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-3"
+       id="radialGradient6011"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
+       cx="163.25"
+       cy="64.066833"
+       fx="163.25"
+       fy="64.066833"
+       r="48.75" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17339-4"
+       id="linearGradient6013"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="167.5"
+       y1="164.52847"
+       x2="167.5"
+       y2="125" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-3"
+       id="radialGradient6015"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
+       cx="147.14806"
+       cy="108.23309"
+       fx="147.14806"
+       fy="108.23309"
+       r="48.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17651-5"
+       id="radialGradient6017"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
+       cx="166.75"
+       cy="65.900002"
+       fx="166.75"
+       fy="65.900002"
+       r="48.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-3"
+       id="radialGradient6019"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,100.18976)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17533-6"
+       id="linearGradient6021"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="150.25"
+       y1="31.5"
+       x2="150.25"
+       y2="69.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17731-5"
+       id="radialGradient6023"
+       gradientUnits="userSpaceOnUse"
+       cx="55"
+       cy="158"
+       fx="55"
+       fy="158"
+       r="15" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-9"
+       id="radialGradient6025"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-9"
+       id="radialGradient6027"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
+       cx="110.625"
+       cy="76.690669"
+       fx="110.625"
+       fy="76.690669"
+       r="26.875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17848-0"
+       id="radialGradient6029"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
+       cx="205.91789"
+       cy="94.267769"
+       fx="205.91789"
+       fy="94.267769"
+       r="13.071265" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17930-7"
+       id="linearGradient6031"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="101.5"
+       y1="101.5"
+       x2="90"
+       y2="112.65313" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5105"
+       id="radialGradient6033"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.7797197,0.87729813,-0.50421307,1.5975994,41.556304,-48.933431)"
+       cx="8.6405621"
+       cy="80.290085"
+       fx="8.6405621"
+       fy="80.290085"
+       r="72.534285" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17339-4"
+       id="linearGradient6035"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="167.5"
+       y1="164.52847"
+       x2="167.5"
+       y2="125" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath6089">
+      <rect
+         transform="matrix(0.99134448,-0.13128639,0.13128639,0.99134448,0,0)"
+         y="66.368523"
+         x="-127.23626"
+         height="141.15009"
+         width="146.31348"
+         id="rect6091"
+         style="color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00606906;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </clipPath>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter88619-8-2-3">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.1781377"
+         id="feGaussianBlur88621-6-7-6" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath6197">
+      <path
+         style="fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         d="m 64.98919,48.95689 c -0.55661,0 -0.98925,0.447477 -0.98925,1.02317 l 0,222.02789 c 0,0.5757 0.43264,1.02317 0.98925,1.02317 l 182.02274,0 c 0.55661,0 0.98925,-0.44747 0.98925,-1.02317 l 0,-174.96207 c 0,-13.871824 -10.74149,-25.881773 -16.10629,-31.430503 C 226.5301,60.066647 214.91825,48.95689 201.50625,48.95689 l -136.51706,0 z"
+         id="path6199"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath6282">
+      <rect
+         transform="matrix(0.95363271,-0.30097285,0.30097285,0.95363271,0,0)"
+         style="color:#000000;fill:none;stroke:#000000;stroke-width:1.00606906;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6285"
+         width="146.31348"
+         height="141.15009"
+         x="-0.36489415"
+         y="86.513306" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter6331"
+       x="-0.10365695"
+       width="1.2073139"
+       y="-0.031231007"
+       height="1.062462">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.9508182"
+         id="feGaussianBlur6333" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient98454"
+       id="linearGradient6335"
+       gradientUnits="userSpaceOnUse"
+       x1="84.000198"
+       y1="69.318764"
+       x2="114.88992"
+       y2="71.96302" />
+    <filter
+       inkscape:collect="always"
+       id="filter6337"
+       x="-0.18622311"
+       width="1.3724462"
+       y="-0.050538467"
+       height="1.1010769">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.4758755"
+         id="feGaussianBlur6339" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6375"
+       id="radialGradient6381"
+       cx="12.379258"
+       cy="89.240906"
+       fx="12.379258"
+       fy="89.240906"
+       r="73.156738"
+       gradientTransform="matrix(0.45883881,0.14481259,-0.468802,1.4853995,68.461121,-36.704347)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6582-9"
+       id="linearGradient6415"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,12)"
+       x1="181.99336"
+       y1="769.75"
+       x2="185"
+       y2="782.75" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5635-2"
+       id="linearGradient6417"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.18592,0,0,5.63955,-225.101,-1409.61)"
+       x1="65.712654"
+       y1="403.20453"
+       x2="75.836227"
+       y2="386.17438" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5635-2"
+       id="linearGradient6419"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.18592,0,0,5.63955,-225.101,-1409.61)"
+       x1="75.211121"
+       y1="382.73276"
+       x2="79.066124"
+       y2="396.7692" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5635-2"
+       id="linearGradient6421"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.18592,0,0,5.63955,-225.101,-1409.61)"
+       x1="68.846146"
+       y1="403.70074"
+       x2="80.923706"
+       y2="384.40115" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5635-2"
+       id="linearGradient6423"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.18592,0,0,5.63955,-225.101,-1409.61)"
+       x1="80.030281"
+       y1="381.58017"
+       x2="84.20182"
+       y2="394.28671" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5635-2"
+       id="linearGradient6425"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.18592,0,0,5.63955,-225.101,-1409.61)"
+       x1="81.862167"
+       y1="401.52859"
+       x2="84.851028"
+       y2="385.99707" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5635-2"
+       id="linearGradient6427"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.18592,0,0,5.63955,-225.101,-1409.61)"
+       x1="84.754616"
+       y1="384.19565"
+       x2="86.97216"
+       y2="390.20837" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6524-6"
+       id="radialGradient6431"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.04818,-0.465624,0.112284,0.417653,-126.859,263.971)"
+       cx="78.965324"
+       cy="384.21252"
+       fx="78.965324"
+       fy="384.21252"
+       r="8.0924559" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6524-6"
+       id="radialGradient6433"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.04818,-0.465624,0.112284,0.417653,-126.859,263.971)"
+       cx="78.965324"
+       cy="384.21252"
+       fx="78.965324"
+       fy="384.21252"
+       r="8.0924559" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6539-5"
+       id="radialGradient6435"
+       gradientUnits="userSpaceOnUse"
+       cx="197.375"
+       cy="775.5"
+       fx="197.375"
+       fy="775.5"
+       r="2.375" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6539-5"
+       id="radialGradient6437"
+       gradientUnits="userSpaceOnUse"
+       cx="218.25"
+       cy="775.5"
+       fx="218.25"
+       fy="775.5"
+       r="2.125" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6539-5"
+       id="radialGradient6439"
+       gradientUnits="userSpaceOnUse"
+       cx="166.25"
+       cy="786.875"
+       fx="166.25"
+       fy="786.875"
+       r="3.375" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6524-6"
+       id="radialGradient6441"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.04818,-0.465624,0.112284,0.417653,-126.859,263.971)"
+       cx="78.965324"
+       cy="384.21252"
+       fx="78.965324"
+       fy="384.21252"
+       r="8.0924559" />
+    <filter
+       inkscape:collect="always"
+       id="filter6467">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.149875"
+         id="feGaussianBlur6469" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter6583">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.1557741"
+         id="feGaussianBlur6585" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath6636">
+      <path
+         id="path6638"
+         d="m 64.991767,48.94144 c -0.556609,-10e-7 -0.989254,0.447477 -0.989254,1.02317 l 0,90.2308 184.001237,0 0,-43.164981 C 248.00374,83.158605 237.26226,71.148657 231.89746,65.599927 226.53266,60.051196 214.92082,48.94144 201.50882,48.94144 l -136.517053,0 z"
+         style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         sodipodi:nodetypes="cccccscc"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter6668">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.7027443"
+         id="feGaussianBlur6670" />
+    </filter>
+    <linearGradient
+       id="linearGradient13-paper-sheet-orig-7-4-5">
+      <stop
+         id="stop19-paper-sheet-orig-0-5-6"
+         offset="0"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0.47533694"
+         id="stop20-paper-sheet-orig-0-7-6" />
+      <stop
+         id="stop21-paper-sheet-orig-6-9-1"
+         offset="1"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient26-paper-sheet-orig-0-7-2"
+       id="linearGradient84161-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.922306,0,0,0.918575,353.7742,54.45671)"
+       x1="-19.031248"
+       y1="12.617871"
+       x2="-28.789402"
+       y2="14.069944" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient26-paper-sheet-orig-0-7-2">
+      <stop
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0.554054;"
+         offset="0"
+         id="stop30-paper-sheet-orig-8-4-4" />
+      <stop
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0;"
+         offset="1"
+         id="stop31-paper-sheet-orig-8-9-6" />
+    </linearGradient>
+    <radialGradient
+       r="7.0421038"
+       fy="10.108011"
+       fx="-26.305403"
+       cy="10.108011"
+       cx="-26.305403"
+       gradientTransform="matrix(0.407336,-0.279828,0.751029,1.09325,331.0362,44.69311)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient6710"
+       xlink:href="#linearGradient13-paper-sheet-orig-7-4-5"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient13-paper-sheet-orig-2-5-7">
+      <stop
+         id="stop19-paper-sheet-orig-8-2-6"
+         offset="0"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0.47533694"
+         id="stop20-paper-sheet-orig-9-5-9" />
+      <stop
+         id="stop21-paper-sheet-orig-7-4-2"
+         offset="1"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient15-paper-sheet-orig-5-1-7"
+       id="linearGradient84195-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.594683,0,0,0.592781,341.7172,131.28056)"
+       x1="-18.618725"
+       y1="10.211342"
+       x2="-30.558546"
+       y2="12.189651" />
+    <linearGradient
+       id="linearGradient15-paper-sheet-orig-5-1-7"
+       inkscape:collect="always">
+      <stop
+         id="stop22-paper-sheet-orig-1-6-0"
+         offset="0"
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0.412955;" />
+      <stop
+         id="stop23-paper-sheet-orig-6-9-6"
+         offset="1"
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0;" />
+    </linearGradient>
+    <radialGradient
+       r="7.0421038"
+       fy="10.108011"
+       fx="-26.305403"
+       cy="10.108011"
+       cx="-26.305403"
+       gradientTransform="matrix(0.262642,-0.18058,0.484247,0.705503,327.0562,124.98056)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient6762"
+       xlink:href="#linearGradient13-paper-sheet-orig-2-5-7"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-0-6-4"
+       id="radialGradient5042"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(17.317216,0,0,8.5266076,1528.8725,-456.46534)"
+       cx="-82.629128"
+       cy="107.05164"
+       fx="-82.629128"
+       fy="107.05164"
+       r="18.000002" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6625-7"
+       id="linearGradient5044"
+       gradientUnits="userSpaceOnUse"
+       x1="72.115753"
+       y1="375.90176"
+       x2="72.115753"
+       y2="389.50372" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4962">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4964" />
+      <stop
+         style="stop-color:#d3d7cf;stop-opacity:1"
+         offset="1"
+         id="stop4966" />
+    </linearGradient>
+    <linearGradient
+       y2="184.5"
+       x2="309.5"
+       y1="179.375"
+       x1="308.52344"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4035"
+       xlink:href="#linearGradient4962"
+       inkscape:collect="always" />
+  </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="" />
+        <dc:title>Firewall</dc:title>
+        <dc:subject>
+          <rdf:Bag />
+        </dc:subject>
+        <dc:date />
+        <dc:rights>
+          <cc:Agent>
+            <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 />
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     style="display:inline"
+     inkscape:groupmode="layer"
+     inkscape:label="artwork"
+     id="layer1">
+    <g
+       inkscape:groupmode="layer"
+       id="layer2"
+       inkscape:label="baseplate"
+       style="display:none"
+       sodipodi:insensitive="true">
+      <rect
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6284"
+         width="48"
+         height="48"
+         x="296.0625"
+         y="51.99633"
+         inkscape:label="48x48" />
+      <rect
+         inkscape:label="32x32"
+         y="127.99634"
+         x="303"
+         height="32"
+         width="32"
+         id="rect6592"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         inkscape:label="24x24"
+         y="178"
+         x="302"
+         height="24"
+         width="24"
+         id="rect5028"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         inkscape:label="16x16"
+         y="221"
+         x="303"
+         height="16"
+         width="16"
+         id="rect6833"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6749"
+         width="22"
+         height="22"
+         x="303"
+         y="179.05884"
+         inkscape:label="22x22" />
+      <text
+         id="context"
+         inkscape:label="context"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
+         x="31.87059"
+         xml:space="preserve"
+         y="18.860306"><tspan
+           id="tspan2716"
+           sodipodi:role="line"
+           x="31.87059"
+           y="18.860306"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans">apps</tspan></text>
+      <text
+         id="icon-name"
+         inkscape:label="icon-name"
+         sodipodi:linespacing="125%"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold"
+         x="214.87057"
+         xml:space="preserve"
+         y="18.860306"><tspan
+           id="tspan3023"
+           sodipodi:role="line"
+           x="214.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">documents</tspan></text>
+      <rect
+         inkscape:label="256x256"
+         y="32"
+         x="20"
+         height="256"
+         width="256"
+         id="rect6282"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer4"
+       inkscape:label="smallsizes"
+       style="display:inline">
+      <g
+         id="g6154"
+         style="fill:#ffffff"
+         transform="matrix(1.25,0,0,1.25,-78,-47.25)" />
+      <g
+         transform="translate(-1604,3.99999)"
+         style="display:inline"
+         id="g84404">
+        <g
+           transform="translate(1200.0002,0)"
+           style="display:inline"
+           id="use10155">
+          <g
+             style="display:inline"
+             id="g84165"
+             transform="translate(400.044,1.01491)">
+            <rect
+               transform="matrix(1.1189,0,0,1.17678,-38.2578,-16.0867)"
+               ry="2"
+               rx="7.5241151"
+               y="91"
+               x="306"
+               height="2"
+               width="36"
+               id="rect84167"
+               style="opacity:0.475;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter3913-4)" />
+            <rect
+               transform="matrix(1.01334,0,0,1,-4.05753,0)"
+               ry="2"
+               rx="6.3920398"
+               y="91"
+               x="306"
+               height="2"
+               width="36"
+               id="rect84169"
+               style="opacity:0.71499999;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter3871-0)" />
+          </g>
+          <g
+             id="g84171"
+             transform="translate(404.044,-0.985092)">
+            <path
+               style="fill:url(#radialGradient84179);fill-opacity:1;stroke:url(#linearGradient84181);stroke-width:1;stroke-miterlimit:4;display:inline"
+               d="m 304.52386,53.5 c 0,0 17.47614,0 18.97614,0 3.87705,0.07294 6.5,2.5 9,5 2.5,2.5 4.60768,5.252625 5,9 0,1.5 0,24.97614 0,24.97614 0,1.12122 -0.90264,2.02386 -2.02385,2.02386 l -30.95229,0 C 303.40264,94.5 302.5,93.59736 302.5,92.47614 l 0,-36.952282 C 302.5,54.402641 303.40264,53.5 304.52386,53.5 z"
+               id="path84173"
+               sodipodi:nodetypes="ccsccccccc"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:type="inkscape:offset"
+               inkscape:radius="-0.4861359"
+               inkscape:original="M 8.53125 3.5 C 7.410033 3.5 6.5 4.4100329 6.5 5.53125 L 6.5 42.46875 C 6.5 43.589967 7.4100329 44.5 8.53125 44.5 L 39.46875 44.5 C 40.589967 44.5 41.5 43.589966 41.5 42.46875 C 41.5 42.46875 41.5 19 41.5 17.5 C 41.5 16 41 13 39 11 C 37 9 36 8 34 6 C 32 4 29 3.5 27.5 3.5 C 26 3.5 8.5312499 3.5 8.53125 3.5 z "
+               style="fill:url(#radialGradient84183);fill-opacity:1;stroke:none;display:inline"
+               id="path84175"
+               d="M 8.53125,4 C 7.6730803,4 7,4.6730802 7,5.53125 l 0,36.9375 C 7,43.32692 7.6730802,44 8.53125,44 l 30.9375,0 C 40.326919,44 41,43.326918 41,42.46875 L 41,17.5 c 0,-1.39197 -0.486979,-4.299479 -2.34375,-6.15625 l -5,-5 C 31.799479,4.4869792 28.89197,4 27.5,4 L 8.53125,4 z"
+               transform="translate(296,50)" />
+            <path
+               sodipodi:type="inkscape:offset"
+               inkscape:radius="-0.99436891"
+               inkscape:original="M -51.46875 3.5 C -52.589967 3.5 -53.5 4.4100329 -53.5 5.53125 L -53.5 42.46875 C -53.5 43.589967 -52.589966 44.5 -51.46875 44.5 L -20.53125 44.5 C -19.410033 44.5 -18.5 43.589966 -18.5 42.46875 C -18.5 42.46875 -18.5 19 -18.5 17.5 C -18.5 16 -19 13 -21 11 C -23 9 -24 8 -26 6 C -28 4 -31 3.5 -32.5 3.5 C -34 3.5 -51.468749 3.5 -51.46875 3.5 z "
+               style="fill:none;stroke:url(#linearGradient84185);stroke-width:1;stroke-miterlimit:4;display:inline"
+               id="path84177"
+               d="M -51.46875,4.5 C -52.051916,4.5 -52.5,4.9480842 -52.5,5.53125 l 0,36.9375 c 0,0.583165 0.448086,1.03125 1.03125,1.03125 l 30.9375,0 c 0.583165,0 1.03125,-0.448086 1.03125,-1.03125 L -19.5,17.5 c 0,-1.279029 -0.480469,-4.105469 -2.1875,-5.8125 l -5,-5 C -28.394531,4.9804687 -31.220971,4.5 -32.5,4.5 l -18.96875,0 z"
+               transform="translate(356,50)" />
+          </g>
+        </g>
+        <g
+           id="g34995"
+           transform="translate(1603.0003,-274.4226)">
+          <g
+             inkscape:export-ydpi="90"
+             inkscape:export-xdpi="90"
+             inkscape:export-filename="/home/lapo/Scrivania/use4934.png"
+             transform="translate(0,-26.6369)"
+             id="g3757"
+             style="display:inline">
+            <g
+               transform="translate(296,349.997)"
+               id="g6121">
+              <rect
+                 style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+                 id="rect6123"
+                 width="16.771515"
+                 height="0.9375"
+                 x="11.000001"
+                 y="9.0625"
+                 inkscape:r_cx="true"
+                 inkscape:r_cy="true"
+                 rx="0.46875009"
+                 ry="0.46875" />
+              <rect
+                 style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+                 id="rect6127"
+                 width="25.00001"
+                 height="1.00291"
+                 x="11.000001"
+                 y="13"
+                 inkscape:r_cx="true"
+                 inkscape:r_cy="true"
+                 rx="0.50145501"
+                 ry="0.50145501" />
+              <rect
+                 ry="0.49999982"
+                 rx="0.49999982"
+                 inkscape:r_cy="true"
+                 inkscape:r_cx="true"
+                 y="15.00291"
+                 x="11.00001"
+                 height="0.99999964"
+                 width="21"
+                 id="rect6129"
+                 style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible" />
+              <rect
+                 ry="0.46875"
+                 rx="0.46875009"
+                 inkscape:r_cy="true"
+                 inkscape:r_cx="true"
+                 y="17.0625"
+                 x="11.000001"
+                 height="0.9375"
+                 width="16.771515"
+                 id="rect6131"
+                 style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible" />
+              <rect
+                 style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+                 id="rect6133"
+                 width="27"
+                 height="0.9375"
+                 x="11.000001"
+                 y="35.0625"
+                 inkscape:r_cx="true"
+                 inkscape:r_cy="true"
+                 rx="0.46875009"
+                 ry="0.46875" />
+              <rect
+                 ry="0.46875"
+                 rx="0.46875009"
+                 inkscape:r_cy="true"
+                 inkscape:r_cx="true"
+                 y="37.0625"
+                 x="11.000001"
+                 height="0.9375"
+                 width="27"
+                 id="rect6135"
+                 style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible" />
+              <rect
+                 style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+                 id="rect6137"
+                 width="9.999999"
+                 height="0.9375"
+                 x="11.000001"
+                 y="39.0625"
+                 inkscape:r_cx="true"
+                 inkscape:r_cy="true"
+                 rx="0.46875009"
+                 ry="0.46875" />
+            </g>
+            <g
+               id="g6139"
+               transform="matrix(0.30622,0,0,1,322.632,347.997)"
+               inkscape:r_cx="true"
+               inkscape:r_cy="true">
+              <rect
+                 ry="0.46875"
+                 rx="1.5307624"
+                 inkscape:r_cy="true"
+                 inkscape:r_cx="true"
+                 y="23.0625"
+                 x="11.000001"
+                 height="0.9375"
+                 width="26.125004"
+                 id="rect6141"
+                 style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible" />
+              <rect
+                 style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+                 id="rect6143"
+                 width="26.125004"
+                 height="0.9375"
+                 x="11.000001"
+                 y="25.0625"
+                 inkscape:r_cx="true"
+                 inkscape:r_cy="true"
+                 rx="1.5307624"
+                 ry="0.46875" />
+              <rect
+                 style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+                 id="rect6145"
+                 width="26.125004"
+                 height="0.9375"
+                 x="11.000001"
+                 y="27.0625"
+                 inkscape:r_cx="true"
+                 inkscape:r_cy="true"
+                 rx="1.5307624"
+                 ry="0.46875" />
+              <rect
+                 ry="0.46875"
+                 rx="1.5307624"
+                 inkscape:r_cy="true"
+                 inkscape:r_cx="true"
+                 y="29.0625"
+                 x="11.000001"
+                 height="0.9375"
+                 width="26.125004"
+                 id="rect6147"
+                 style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible" />
+              <rect
+                 ry="0.46875"
+                 rx="1.5307624"
+                 inkscape:r_cy="true"
+                 inkscape:r_cx="true"
+                 y="31.0625"
+                 x="11.000001"
+                 height="0.9375"
+                 width="26.125004"
+                 id="rect6149"
+                 style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible" />
+              <rect
+                 style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+                 id="rect6151"
+                 width="12.830279"
+                 height="0.9375"
+                 x="11.000001"
+                 y="33.0625"
+                 inkscape:r_cx="true"
+                 inkscape:r_cy="true"
+                 rx="1.5307624"
+                 ry="0.46875" />
+            </g>
+            <g
+               id="g6153"
+               transform="matrix(0.487331,0,0,0.500001,253.892,392.466)"
+               inkscape:r_cx="true"
+               inkscape:r_cy="true">
+              <rect
+                 ry="0.8749994"
+                 rx="0.89774978"
+                 y="-42.938244"
+                 x="108.97698"
+                 height="24"
+                 width="35.027027"
+                 id="rect6155"
+                 style="fill:url(#linearGradient84058);fill-opacity:1;stroke:none"
+                 inkscape:r_cx="true"
+                 inkscape:r_cy="true" />
+              <path
+                 inkscape:r_cy="true"
+                 inkscape:r_cx="true"
+                 id="path6157"
+                 d="m 118.56077,-31.886469 c -5.16878,0.327955 -9.28125,4.655188 -9.28125,9.90625 0,0.202785 0.0192,0.393975 0.0313,0.59375 l 19.75,0 c 0.012,-0.199775 0.0313,-0.390965 0.0313,-0.59375 0,-5.464521 -4.44173,-9.90625 -9.90625,-9.90625 -0.21346,0 -0.41489,-0.01333 -0.625,0 l -10e-5,0 0,0 z"
+                 style="fill:url(#radialGradient84060);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+                 inkscape:connector-curvature="0" />
+              <rect
+                 ry="0"
+                 rx="0"
+                 y="-21.438248"
+                 x="109.47698"
+                 height="2"
+                 width="34"
+                 id="rect6159"
+                 style="fill:url(#linearGradient84062);fill-opacity:1;stroke:none"
+                 inkscape:r_cx="true"
+                 inkscape:r_cy="true" />
+              <path
+                 sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccc"
+                 id="path6161"
+                 d="m 132.03256,-20.465974 c 0,0 -0.55558,-3.083355 -0.55558,-4.972272 0.0154,-0.861699 7.78671,-7.574609 7.80676,-8.574524 l -1.80676,1.574524 -1.26516,-3.441942 4.26516,0.441942 2,-2 -2.26516,1.662913 -0.77903,-0.176777 -0.95581,-3.486136 0.48614,3.397748 -3.53033,-0.176777 1.10485,2.811961 -3.06066,-3.032932 3.23744,4.221464 c 8e-5,0.941528 -6.38088,6.689202 -6.37002,5.698133 l -2.64645,-3.549578 -0.22097,-4.79859 2,-0.571429 1.75215,-4.320621 -2.30972,3.993315 -1.80316,-0.0817 -4.03639,-3.409009 -5.54222,-2.121321 4.73483,2.602253 -3.79549,0.337087 5,0 3,3 0.35355,5.181981 -5.35355,-5.181981 2.2513,2.707107 -3.2513,2.292893 3.57143,-2 5.64954,7.116117 -0.22097,4.856155 2.55558,0 0,-4e-6 0,0 z"
+                 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+                 inkscape:r_cx="true"
+                 inkscape:r_cy="true"
+                 inkscape:connector-curvature="0" />
+              <path
+                 style="fill:#fef39e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+                 d="m 118.84471,-27.204578 c -2.82054,0.178961 -5.06466,2.540279 -5.06466,5.405719 0,0.110657 0.0105,0.214987 0.017,0.324002 l 10.77733,0 c 0.007,-0.109015 0.0171,-0.213345 0.0171,-0.324002 0,-2.981922 -2.4238,-5.405719 -5.40572,-5.405719 -0.11648,0 -0.2264,-0.0073 -0.34106,0 l 1e-5,0 0,0 z"
+                 id="path6163"
+                 inkscape:r_cx="true"
+                 inkscape:r_cy="true"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:r_cy="true"
+                 inkscape:r_cx="true"
+                 id="path6165"
+                 d="m 118.92566,-25.906273 c -2.15109,0.136486 -3.86257,1.937349 -3.86257,4.122681 0,0.08439 0.008,0.16396 0.013,0.2471 l 8.21935,0 c 0.005,-0.08314 0.013,-0.162708 0.013,-0.2471 0,-2.274167 -1.84851,-4.122681 -4.12268,-4.122681 -0.0888,0 -0.17266,-0.0055 -0.26011,0 l 10e-6,0 0,0 z"
+                 style="fill:#fffbd7;fill-opacity:0.55681799;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+                 inkscape:connector-curvature="0" />
+            </g>
+            <rect
+               ry="0.46875"
+               rx="0.46875009"
+               inkscape:r_cy="true"
+               inkscape:r_cx="true"
+               y="359.05957"
+               x="307"
+               height="0.9375"
+               width="16.771515"
+               id="rect6823"
+               style="fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible" />
+          </g>
+        </g>
+        <g
+           style="display:inline"
+           id="use10163"
+           transform="translate(1564.2212,-0.868975)" />
+      </g>
+      <g
+         transform="translate(-1596,3.991652)"
+         style="display:inline"
+         id="g84442">
+        <g
+           transform="translate(1200.0002,0)"
+           style="display:inline"
+           id="use10159">
+          <g
+             id="g84199"
+             transform="translate(350.044,1.01491)">
+            <g
+               transform="matrix(0.675069,0,0,0.699557,147.391,88.6938)"
+               id="g84201"
+               style="display:inline">
+              <rect
+                 style="opacity:0.475;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter3913-4)"
+                 id="rect84203"
+                 width="36"
+                 height="2"
+                 x="306"
+                 y="91"
+                 rx="7.5241151"
+                 ry="2"
+                 transform="matrix(1.1189,0,0,1.17678,-38.2578,-16.0867)" />
+              <rect
+                 style="opacity:0.71499999;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter3871-0)"
+                 id="rect84205"
+                 width="36"
+                 height="2"
+                 x="306"
+                 y="91"
+                 rx="6.3920398"
+                 ry="2"
+                 transform="matrix(1.01334,0,0,1,-4.05753,0)" />
+            </g>
+          </g>
+          <g
+             id="g84207"
+             transform="translate(397.044,-0.985092)">
+            <path
+               style="fill:url(#radialGradient84215);fill-opacity:1;stroke:url(#linearGradient84217);stroke-width:1;stroke-miterlimit:4;display:inline"
+               d="m 308.82705,128.49344 c 0,0 11.48954,0 12.47571,0 2.54893,0.048 4.27337,1.64488 5.91697,3.28975 1.64361,1.64487 3.02928,3.45596 3.28721,5.92155 0,0.98692 0,16.43305 0,16.43305 0,0.7377 -0.59343,1.33159 -1.33057,1.33159 l -20.34932,0 c -0.73713,0 -1.33057,-0.59389 -1.33057,-1.33159 l 0,-24.31275 c 0,-0.73771 0.59344,-1.3316 1.33057,-1.3316 z"
+               id="path84209"
+               sodipodi:nodetypes="ccsccccccc"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:type="inkscape:offset"
+               inkscape:radius="-0.78497618"
+               inkscape:original="M 8.53125 3.5 C 7.410033 3.5 6.5 4.4100329 6.5 5.53125 L 6.5 42.46875 C 6.5 43.589967 7.4100329 44.5 8.53125 44.5 L 39.46875 44.5 C 40.589967 44.5 41.5 43.589966 41.5 42.46875 C 41.5 42.46875 41.5 19 41.5 17.5 C 41.5 16 41 13 39 11 C 37 9 36 8 34 6 C 32 4 29 3.5 27.5 3.5 C 26 3.5 8.5312499 3.5 8.53125 3.5 z "
+               style="fill:url(#radialGradient84219);fill-opacity:1;stroke:none;display:inline"
+               id="path84211"
+               d="m 8.53125,4.28125 c -0.6964677,0 -1.25,0.5535322 -1.25,1.25 l 0,36.9375 c 0,0.696468 0.5535322,1.25 1.25,1.25 l 30.9375,0 c 0.696467,0 1.25,-0.553534 1.25,-1.25 l 0,-24.96875 c 0,-1.325561 -0.512526,-4.168776 -2.28125,-5.9375 l -5,-5 C 31.668776,4.7937758 28.825561,4.28125 27.5,4.28125 l -18.96875,0 z"
+               transform="matrix(0.657442,0,0,0.65795,303.223,126.191)" />
+            <path
+               sodipodi:type="inkscape:offset"
+               inkscape:radius="-1.5699524"
+               inkscape:original="M -51.46875 3.5 C -52.589967 3.5 -53.5 4.4100329 -53.5 5.53125 L -53.5 42.46875 C -53.5 43.589967 -52.589966 44.5 -51.46875 44.5 L -20.53125 44.5 C -19.410033 44.5 -18.5 43.589966 -18.5 42.46875 C -18.5 42.46875 -18.5 19 -18.5 17.5 C -18.5 16 -19 13 -21 11 C -23 9 -24 8 -26 6 C -28 4 -31 3.5 -32.5 3.5 C -34 3.5 -51.468749 3.5 -51.46875 3.5 z "
+               style="fill:none;stroke:url(#linearGradient84221);stroke-width:1.52046001;stroke-miterlimit:4;display:inline"
+               id="path84213"
+               d="m -51.46875,5.0625 c -0.271718,0 -0.46875,0.1970315 -0.46875,0.46875 l 0,36.9375 c 0,0.271717 0.197033,0.46875 0.46875,0.46875 l 30.9375,0 c 0.271717,0 0.46875,-0.197033 0.46875,-0.46875 l 0,-24.96875 c 0,-1.151122 -0.525052,-3.837552 -2.0625,-5.375 l -5,-5 C -28.662448,5.5875517 -31.348878,5.0625 -32.5,5.0625 l -18.96875,0 z"
+               transform="matrix(0.657442,0,0,0.65795,342.67,126.191)" />
+          </g>
+        </g>
+        <g
+           style="display:inline"
+           id="g6896"
+           transform="translate(1566.9725,-301.02084)"
+           inkscape:export-filename="/home/lapo/Scrivania/use4934.png"
+           inkscape:export-xdpi="90"
+           inkscape:export-ydpi="90">
+          <g
+             id="g6207"
+             transform="translate(423,146)">
+            <rect
+               style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+               id="rect6209"
+               width="10.027728"
+               height="1"
+               x="-82.000008"
+               y="286.02084"
+               inkscape:r_cx="true"
+               inkscape:r_cy="true"
+               rx="0.5"
+               ry="0.5" />
+            <g
+               inkscape:r_cy="true"
+               inkscape:r_cx="true"
+               transform="matrix(0.314043,0,0,0.331887,-116.224,306.323)"
+               id="g6211">
+              <rect
+                 inkscape:r_cy="true"
+                 inkscape:r_cx="true"
+                 style="fill:url(#linearGradient83975);fill-opacity:1;stroke:none"
+                 id="rect6213"
+                 width="35.027027"
+                 height="24"
+                 x="108.97698"
+                 y="-42.938244"
+                 rx="0.89774978"
+                 ry="0.8749994" />
+              <path
+                 style="fill:url(#radialGradient83977);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+                 d="m 118.56077,-31.886469 c -5.16878,0.327955 -9.28125,4.655188 -9.28125,9.90625 0,0.202785 0.0192,0.393975 0.0313,0.59375 l 19.75,0 c 0.012,-0.199775 0.0313,-0.390965 0.0313,-0.59375 0,-5.464521 -4.44173,-9.90625 -9.90625,-9.90625 -0.21346,0 -0.41489,-0.01333 -0.625,0 l -10e-5,0 0,0 z"
+                 id="path6215"
+                 inkscape:r_cx="true"
+                 inkscape:r_cy="true"
+                 inkscape:connector-curvature="0" />
+              <rect
+                 inkscape:r_cy="true"
+                 inkscape:r_cx="true"
+                 style="fill:url(#linearGradient83979);fill-opacity:1;stroke:none"
+                 id="rect6217"
+                 width="34"
+                 height="2"
+                 x="109.47698"
+                 y="-21.438248"
+                 rx="0"
+                 ry="0" />
+              <path
+                 inkscape:r_cy="true"
+                 inkscape:r_cx="true"
+                 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+                 d="m 132.03256,-20.465974 c 0,0 -0.55558,-3.083355 -0.55558,-4.972272 0.0154,-0.861699 7.78671,-7.574609 7.80676,-8.574524 l -1.80676,1.574524 -1.26516,-3.441942 4.26516,0.441942 2,-2 -2.26516,1.662913 -0.77903,-0.176777 -0.95581,-3.486136 0.48614,3.397748 -3.53033,-0.176777 1.10485,2.811961 -3.06066,-3.032932 3.23744,4.221464 c 8e-5,0.941528 -6.38088,6.689202 -6.37002,5.698133 l -2.64645,-3.549578 -0.22097,-4.79859 2,-0.571429 1.75215,-4.320621 -2.30972,3.993315 -1.80316,-0.0817 -4.03639,-3.409009 -5.54222,-2.121321 4.73483,2.602253 -3.79549,0.337087 5,0 3,3 0.35355,5.181981 -5.35355,-5.181981 2.2513,2.707107 -3.2513,2.292893 3.57143,-2 5.64954,7.116117 -0.22097,4.856155 2.55558,0 0,-4e-6 0,0 z"
+                 id="path6219"
+                 sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccc"
+                 inkscape:connector-curvature="0" />
+              <path
+                 inkscape:r_cy="true"
+                 inkscape:r_cx="true"
+                 id="path6221"
+                 d="m 118.84471,-27.204578 c -2.82054,0.178961 -5.06466,2.540279 -5.06466,5.405719 0,0.110657 0.0105,0.214987 0.017,0.324002 l 10.77733,0 c 0.007,-0.109015 0.0171,-0.213345 0.0171,-0.324002 0,-2.981922 -2.4238,-5.405719 -5.40572,-5.405719 -0.11648,0 -0.2264,-0.0073 -0.34106,0 l 1e-5,0 0,0 z"
+                 style="fill:#fef39e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+                 inkscape:connector-curvature="0" />
+              <path
+                 style="fill:#fffbd7;fill-opacity:0.55681799;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+                 d="m 118.92566,-25.906273 c -2.15109,0.136486 -3.86257,1.937349 -3.86257,4.122681 0,0.08439 0.008,0.16396 0.013,0.2471 l 8.21935,0 c 0.005,-0.08314 0.013,-0.162708 0.013,-0.2471 0,-2.274167 -1.84851,-4.122681 -4.12268,-4.122681 -0.0888,0 -0.17266,-0.0055 -0.26011,0 l 10e-6,0 0,0 z"
+                 id="path6223"
+                 inkscape:r_cx="true"
+                 inkscape:r_cy="true"
+                 inkscape:connector-curvature="0" />
+            </g>
+            <rect
+               style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+               id="rect6227"
+               width="6"
+               height="1"
+               x="-82"
+               y="289"
+               inkscape:r_cx="true"
+               inkscape:r_cy="true"
+               rx="0.5"
+               ry="0.48957825" />
+            <rect
+               style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+               id="rect6229"
+               width="4.0277281"
+               height="1"
+               x="-70.000008"
+               y="293.02084"
+               inkscape:r_cx="true"
+               inkscape:r_cy="true"
+               rx="0.5"
+               ry="0.5" />
+            <rect
+               style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+               id="rect6231"
+               width="4.0277281"
+               height="1"
+               x="-70.000008"
+               y="295.02084"
+               inkscape:r_cx="true"
+               inkscape:r_cy="true"
+               rx="0.5"
+               ry="0.5" />
+            <rect
+               style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+               id="rect6233"
+               width="4.0277281"
+               height="1"
+               x="-70.000008"
+               y="297.02084"
+               inkscape:r_cx="true"
+               inkscape:r_cy="true"
+               rx="0.5"
+               ry="0.5" />
+            <rect
+               style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+               id="rect6235"
+               width="4.0277281"
+               height="1"
+               x="-70.000008"
+               y="299.02084"
+               inkscape:r_cx="true"
+               inkscape:r_cy="true"
+               rx="0.5"
+               ry="0.5" />
+            <rect
+               style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+               id="rect6237"
+               width="16.027729"
+               height="1"
+               x="-82.000008"
+               y="301.02084"
+               inkscape:r_cx="true"
+               inkscape:r_cy="true"
+               rx="0.5"
+               ry="0.5" />
+            <rect
+               style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+               id="rect6239"
+               width="9"
+               height="1"
+               x="-82.000008"
+               y="305.02084"
+               inkscape:r_cx="true"
+               inkscape:r_cy="true"
+               rx="0.5"
+               ry="0.5" />
+            <rect
+               style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+               id="rect6241"
+               width="16.027729"
+               height="1"
+               x="-82.000008"
+               y="303.02084"
+               inkscape:r_cx="true"
+               inkscape:r_cy="true"
+               rx="0.5"
+               ry="0.5" />
+          </g>
+          <rect
+             ry="0.5"
+             rx="0.5"
+             inkscape:r_cy="true"
+             inkscape:r_cx="true"
+             y="432.02084"
+             x="341"
+             height="1"
+             width="10.027728"
+             id="rect6825"
+             style="fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible" />
+        </g>
+        <g
+           style="display:inline"
+           id="use10165"
+           transform="translate(1587.0442,0.0149083)" />
+      </g>
+      <g
+         id="use10157"
+         style="display:inline"
+         transform="translate(-397.9998,1.99999)">
+        <rect
+           ry="1"
+           rx="1"
+           y="196.51491"
+           x="702.54419"
+           height="2"
+           width="19"
+           id="rect84233"
+           style="opacity:0.29959501;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter1-paper-sheet-orig-3)" />
+        <g
+           transform="translate(398.044,0.0149083)"
+           id="g84235">
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:url(#radialGradient84243);fill-opacity:1;stroke:url(#linearGradient84245);stroke-width:1;stroke-miterlimit:4;display:inline"
+             d="m 307.46875,177.5 c -1.08496,0 -1.96875,0.88379 -1.96875,1.96875 l 0,16.0625 c 0,1.08496 0.88379,1.96875 1.96875,1.96875 l 13.0625,0 c 1.08496,0 1.96875,-0.88379 1.96875,-1.96875 l 0,-0.96875 c 0,-3.40625 0,-5.66929 0,-9.0625 0,-4.84375 -5.05436,-8 -9.5,-8 l -5.53125,0 z"
+             id="path84237"
+             sodipodi:nodetypes="cccccccscc" />
+          <path
+             sodipodi:type="inkscape:offset"
+             inkscape:radius="-1.1427754"
+             inkscape:original="M 8.53125 3.5 C 7.410033 3.5 6.5 4.4100329 6.5 5.53125 L 6.5 42.46875 C 6.5 43.589967 7.4100329 44.5 8.53125 44.5 L 39.46875 44.5 C 40.589967 44.5 41.5 43.589966 41.5 42.46875 C 41.5 42.46875 41.5 19 41.5 17.5 C 41.5 16 41 13 39 11 C 37 9 36 8 34 6 C 32 4 29 3.5 27.5 3.5 C 26 3.5 8.5312499 3.5 8.53125 3.5 z "
+             style="fill:url(#radialGradient84247);fill-opacity:1;stroke:none;display:inline"
+             id="path84239"
+             d="m 8.53125,4.65625 c -0.5028632,0 -0.875,0.3721367 -0.875,0.875 l 0,36.9375 c 0,0.502863 0.3721367,0.875 0.875,0.875 l 30.9375,0 c 0.502862,0 0.875,-0.372138 0.875,-0.875 l 0,-24.96875 c 0,-1.24605 -0.492943,-4.024193 -2.15625,-5.6875 l -5,-5 C 31.524193,5.1491934 28.74605,4.65625 27.5,4.65625 l -18.96875,0 z"
+             transform="matrix(0.485754,0,0,0.464926,302.343,176.835)" />
+          <path
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="ccccccscc"
+             id="path84241"
+             d="m 307.46875,178.5 c -0.53341,0 -0.96875,0.43533 -0.96875,0.96875 l 0,16.0625 c 0,0.53341 0.43533,0.96875 0.96875,0.96875 l 13.0625,0 c 0.53341,0 0.96875,-0.43534 0.96875,-0.96875 0,-3.69792 0,-6.42068 0,-10.09375 0,-3.9375 -4.5,-6.9375 -8.46875,-6.9375 l -5.5625,0 z"
+             style="fill:none;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;display:inline" />
+        </g>
+      </g>
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/lapo/Scrivania/use4934.png"
+         transform="translate(153.0002,-60.00001)"
+         id="g4348"
+         style="display:inline">
+        <g
+           id="g6263"
+           transform="translate(190,0)">
+          <g
+             style="opacity:0.25"
+             transform="translate(-80,239)"
+             id="g6265">
+            <rect
+               style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+               id="rect6267"
+               width="8"
+               height="1"
+               x="45"
+               y="5"
+               rx="0.5"
+               ry="0.5" />
+            <rect
+               style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+               id="rect6269"
+               width="5"
+               height="1"
+               x="45"
+               y="7"
+               rx="0.5"
+               ry="0.5" />
+            <rect
+               style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+               id="rect6271"
+               width="2.9843886"
+               height="1"
+               x="54.01561"
+               y="9"
+               rx="0.5"
+               ry="0.5" />
+            <rect
+               style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+               id="rect6273"
+               width="2.9843886"
+               height="1"
+               x="54.01561"
+               y="11"
+               rx="0.5"
+               ry="0.5" />
+            <rect
+               style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+               id="rect6275"
+               width="2.9843886"
+               height="1"
+               x="54.01561"
+               y="13"
+               rx="0.5"
+               ry="0.5" />
+            <rect
+               style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+               id="rect6277"
+               width="12"
+               height="1"
+               x="45"
+               y="15"
+               rx="0.5"
+               ry="0.5" />
+            <rect
+               style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+               id="rect6279"
+               width="9"
+               height="1"
+               x="45"
+               y="17"
+               rx="0.5"
+               ry="0.5" />
+          </g>
+          <g
+             transform="translate(0,-20)"
+             id="g6281">
+            <rect
+               inkscape:r_cy="true"
+               inkscape:r_cx="true"
+               style="fill:url(#linearGradient83892);fill-opacity:1;stroke:none"
+               id="rect6283"
+               width="8.0159283"
+               height="5.0385695"
+               x="-34.998573"
+               y="267.9747"
+               rx="0.20544986"
+               ry="0.18369773" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:url(#radialGradient83894);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+               d="m -32.805323,269.79491 c -1.182875,0.0688 -2.124013,0.97731 -2.124013,2.07972 0,0.0426 0.0044,0.0827 0.0072,0.12466 l 4.519783,0 c 0.0028,-0.0419 0.0072,-0.0821 0.0072,-0.12466 0,-1.14722 -1.016489,-2.07972 -2.267043,-2.07972 -0.04885,0 -0.09495,-0.003 -0.143031,0 l -9.6e-5,0 z"
+               id="path6285"
+               inkscape:r_cx="true"
+               inkscape:r_cy="true" />
+            <rect
+               inkscape:r_cy="true"
+               inkscape:r_cx="true"
+               style="fill:url(#linearGradient83896);fill-opacity:1;stroke:none"
+               id="rect6287"
+               width="7.7808933"
+               height="0.91988081"
+               x="-34.884148"
+               y="271.9884"
+               rx="0"
+               ry="0" />
+            <path
+               inkscape:connector-curvature="0"
+               inkscape:r_cy="true"
+               inkscape:r_cx="true"
+               style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+               d="m -29.722307,272.69254 c 0,0 -0.127144,-0.64733 -0.127144,-1.04389 0.0035,-0.1809 1.781987,-1.59021 1.786575,-1.80013 l -0.413477,0.33055 -0.289531,-0.7226 0.976081,0.0928 0.457699,-0.41988 -0.518381,0.34911 -0.178281,-0.0371 -0.218737,-0.73188 0.111253,0.71332 -0.807915,-0.0371 0.252845,0.59035 -0.700432,-0.63674 0.740888,0.88626 c 1.8e-5,0.19766 -1.460263,1.40433 -1.457778,1.19626 l -0.60564,-0.7452 -0.05057,-1.00741 0.4577,-0.11997 0.400979,-0.90707 -0.528579,0.83836 -0.412653,-0.0172 -0.923727,-0.71569 -1.268336,-0.44535 1.083565,0.54632 -0.868597,0.0708 1.144249,0 0.68655,0.62982 0.08091,1.08791 -1.225158,-1.08791 0.515209,0.56833 -0.744059,0.48137 0.817321,-0.41988 1.292896,1.49396 -0.05057,1.01951 0.584844,0 1e-6,-3e-5 0,0 z"
+               id="path6289"
+               sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccc" />
+            <path
+               inkscape:connector-curvature="0"
+               inkscape:r_cy="true"
+               inkscape:r_cx="true"
+               id="path6291"
+               d="m -32.740344,270.77783 c -0.64548,0.0376 -1.159046,0.53331 -1.159046,1.13488 0,0.0232 0.0024,0.0451 0.0039,0.068 l 2.466389,0 c 0.0015,-0.0229 0.0039,-0.0448 0.0039,-0.068 0,-0.62603 -0.554687,-1.13488 -1.237098,-1.13488 -0.02666,0 -0.05181,-0.002 -0.07805,0 l 5e-6,0 0,0 z"
+               style="fill:#fef39e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#fffbd7;fill-opacity:0.55681799;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+               d="m -32.721818,271.0504 c -0.492277,0.0286 -0.883949,0.40672 -0.883949,0.86551 0,0.0177 0.0018,0.0344 0.003,0.0519 l 1.880997,0 c 0.0011,-0.0174 0.003,-0.0342 0.003,-0.0519 0,-0.47744 -0.423031,-0.86551 -0.943474,-0.86551 -0.02033,0 -0.03951,-0.001 -0.05953,0 l -4.4e-5,0 0,0 z"
+               id="path6293"
+               inkscape:r_cx="true"
+               inkscape:r_cy="true" />
+            <path
+               inkscape:connector-curvature="0"
+               inkscape:r_cy="true"
+               inkscape:r_cx="true"
+               style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+               d="m -29.722307,272.69254 c 0,0 -0.127144,-0.64733 -0.127144,-1.04389 0.0035,-0.1809 1.781987,-1.59021 1.786575,-1.80013 l -0.413477,0.33055 -0.289531,-0.7226 0.976081,0.0928 0.457699,-0.41988 -0.518381,0.34911 -0.178281,-0.0371 -0.218737,-0.73188 0.111253,0.71332 -0.807915,-0.0371 0.252845,0.59035 -0.700432,-0.63674 0.740888,0.88626 c 1.8e-5,0.19766 -1.460263,1.40433 -1.457778,1.19626 l -0.60564,-0.7452 -0.05057,-1.00741 0.4577,-0.11997 0.400979,-0.90707 -0.528579,0.83836 -0.412653,-0.0172 -0.923727,-0.71569 -1.268336,-0.44535 1.083565,0.54632 -0.868597,0.0708 1.144249,0 0.68655,0.62982 0.08091,1.08791 -1.225158,-1.08791 0.515209,0.56833 -0.744059,0.48137 0.817321,-0.41988 1.292896,1.49396 -0.05057,1.01951 0.584844,0 1e-6,-3e-5 0,0 z"
+               id="path6295"
+               sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccc" />
+          </g>
+        </g>
+        <rect
+           transform="translate(110,239)"
+           ry="0.5"
+           rx="0.5"
+           y="5"
+           x="45"
+           height="1"
+           width="8"
+           id="rect6827"
+           style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+      </g>
+      <g
+         id="use10161"
+         style="display:inline"
+         transform="translate(-394.9998,0.99999)">
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccccccccccssccc"
+           id="path84259"
+           d="m 703.00846,220.5 c -0.8313,0 -1.50846,0.66373 -1.50846,1.47852 l 0,8.26092 0,1.54892 0,2.25298 c 0,0.8148 0.67716,1.47852 1.50846,1.47852 l 9.00855,0 c 0.8313,0 1.50847,-0.66372 1.50847,-1.47852 l 0,-0.72752 0,-3.07438 c 0,-2.10216 0,-4.26967 0,-4.59983 -0.14602,-1.3761 -0.93716,-2.39102 -1.86763,-3.30906 -0.93046,-0.91804 -1.90915,-1.80376 -3.35214,-1.83055 -0.20543,0 -0.1022,0 -1.03523,0 l -3.49581,0 -0.76621,0 0,0 0,0 0,0 z"
+           style="fill:url(#radialGradient84265);fill-opacity:1;stroke:url(#linearGradient84267);stroke-width:1;stroke-miterlimit:4;display:inline" />
+        <path
+           transform="matrix(0.372187,0,0,0.349156,699.081,220.001)"
+           d="m 8.53125,5.09375 c -0.2534265,0 -0.4375,0.1840734 -0.4375,0.4375 l 0,36.9375 c 0,0.253426 0.1840734,0.4375 0.4375,0.4375 l 30.9375,0 c 0.253425,0 0.4375,-0.184075 0.4375,-0.4375 l 0,-24.96875 c 0,-1.143609 -0.503762,-3.847512 -2.03125,-5.375 l -5,-5 C 31.347512,5.5975116 28.643609,5.09375 27.5,5.09375 l -18.96875,0 z"
+           id="path84261"
+           style="fill:url(#radialGradient84269);fill-opacity:1;stroke:none;display:inline"
+           inkscape:original="M 8.53125 3.5 C 7.410033 3.5 6.5 4.4100329 6.5 5.53125 L 6.5 42.46875 C 6.5 43.589967 7.4100329 44.5 8.53125 44.5 L 39.46875 44.5 C 40.589967 44.5 41.5 43.589966 41.5 42.46875 C 41.5 42.46875 41.5 19 41.5 17.5 C 41.5 16 41 13 39 11 C 37 9 36 8 34 6 C 32 4 29 3.5 27.5 3.5 C 26 3.5 8.5312499 3.5 8.53125 3.5 z "
+           inkscape:radius="-1.6037576"
+           sodipodi:type="inkscape:offset" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccccccccccsccc"
+           id="path84263"
+           d="m 703.00847,221.53262 c -0.25938,0 -0.45494,0.19167 -0.45494,0.4459 l 0,8.26092 0,1.54892 0,2.25298 c 0,0.25423 0.19556,0.4459 0.45494,0.4459 l 9.00855,0 c 0.25937,0 0.45493,-0.19167 0.45493,-0.4459 l 0,-0.72752 0,-3.07438 c 0,-2.04854 0,-4.07061 0,-4.48249 -0.11104,-1.04646 -0.68904,-1.84315 -1.55635,-2.69888 -0.90894,-0.89679 -1.62128,-1.50666 -2.63383,-1.52545 l -4.5071,0 -0.7662,0 z"
+           style="fill:none;stroke:url(#linearGradient84271);stroke-width:1;stroke-miterlimit:4;display:inline" />
+      </g>
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/lapo/Scrivania/use4934.png"
+         transform="translate(-17.9998,-298.00996)"
+         id="g8431"
+         style="display:inline">
+        <g
+           id="g6315"
+           style="opacity:0.25"
+           transform="translate(323,279.01)" />
+      </g>
+      <rect
+         y="94.179893"
+         x="297.10867"
+         height="22.203333"
+         width="23.015547"
+         id="rect95294-3"
+         style="color:#000000;fill:url(#radialGradient96200);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient96202);stroke-width:0.99999994;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"
+         transform="matrix(0.99559862,-0.09371972,0.09371972,0.99559862,0,0)" />
+      <g
+         id="g96094"
+         transform="translate(-1,-3)">
+        <rect
+           y="143.55591"
+           x="271.48151"
+           height="22.203333"
+           width="23.015547"
+           id="rect95294"
+           style="color:#000000;fill:url(#radialGradient96231);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient96233);stroke-width:0.99999994;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"
+           transform="matrix(0.96592582,-0.25881906,0.25881906,0.96592582,0,0)" />
+        <g
+           transform="matrix(0.0734687,-0.01968588,0.01968588,0.0734687,301.23832,68.081587)"
+           id="g95296"
+           style="display:inline;enable-background:new">
+          <g
+             style="display:inline"
+             id="g95298"
+             inkscape:label="Layer 1" />
+          <g
+             style="display:inline"
+             id="g95300"
+             inkscape:label="overlay">
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="cscccscccc"
+               style="fill:url(#linearGradient96235);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="m 220.75419,118.6257 c -11.07557,-23.75546 -48.6303,-41.246794 -93.29351,-41.246794 -44.663269,0 -67.375973,13.334917 -78.451509,37.090384 l -18.174468,4.15641 0,39.26887 c 0,30.79552 43.265281,55.75745 96.625977,55.75745 53.36581,0 96.62079,-24.96193 96.62079,-55.75745 l 0,-39.26887 -3.32728,0 0,0 z"
+               id="path95306" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:url(#linearGradient96237);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="m 223.94054,118.6257 c 0,30.80026 -43.22344,55.76219 -96.55033,55.76219 -53.326938,0 -96.555507,-24.96193 -96.555507,-55.76219 0,-30.800255 43.233735,-55.762185 96.555507,-55.762185 53.32689,0 96.55033,24.96193 96.55033,55.762185 l 0,0 z"
+               id="path95308" />
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccccc"
+               style="fill:#729fcf;fill-rule:nonzero;stroke:none"
+               d="M 223.14048,111.58313 C 217.94505,76.267705 159.05935,65.023685 148.0996,65.344785 l -24.41375,54.280915 95.44963,-8.04214 4.005,-4.3e-4 z"
+               id="path95310"
+               inkscape:transform-center-x="-46.727316"
+               inkscape:transform-center-y="-27.143788" />
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="cccc"
+               style="fill:#73d216;fill-rule:nonzero;stroke:none"
+               d="M 125.21414,119.26931 83.567273,68.851075 c 18.139497,-6.522124 47.501287,-6.940108 64.825407,-5.172341 l -23.17854,55.590576 z"
+               id="path95312"
+               inkscape:transform-center-y="-28.186395"
+               inkscape:transform-center-x="5.807534" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:url(#radialGradient96239);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-8-2)"
+               d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+               id="path95314" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path95316"
+               d="m 30.898891,152.08945 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+               style="opacity:0.32352941;fill:url(#radialGradient96241);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17111-0-3)" />
+            <rect
+               style="opacity:0.19411765;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17249-6-6);enable-background:accumulate"
+               id="rect95318"
+               width="3.6568708"
+               height="30.791634"
+               x="218.21046"
+               y="138.22687"
+               rx="24.039261"
+               ry="60.428211" />
+            <rect
+               ry="60.428211"
+               rx="24.039261"
+               y="155.22687"
+               x="51.210464"
+               height="38.791634"
+               width="13.656871"
+               id="rect95320"
+               style="opacity:0.24705882;color:#000000;fill:url(#linearGradient96243);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17271-6-1);enable-background:accumulate" />
+            <path
+               inkscape:connector-curvature="0"
+               style="opacity:0.22941176;color:#000000;fill:url(#linearGradient96245);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               d="m 41.5,144.375 0,36.375 c 8.580508,10.81638 15.701191,12.87382 23,16 l 0,-36 c -7.916667,-3.29077 -17.583333,-10.78466 -23,-16.375 z"
+               id="path95322"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="cccc"
+               style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-3-5)"
+               d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
+               id="path95324"
+               inkscape:transform-center-x="-46.727316"
+               inkscape:transform-center-y="-27.143788" />
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="cccc"
+               style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-5-7)"
+               d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
+               id="path95326"
+               inkscape:transform-center-y="-28.186395"
+               inkscape:transform-center-x="5.807534" />
+            <path
+               inkscape:connector-curvature="0"
+               inkscape:transform-center-x="5.807534"
+               inkscape:transform-center-y="-28.186395"
+               id="path95328"
+               d="M 125.21414,98.76321 83.567273,48.344978 C 101.70677,41.822854 131.06856,41.40487 148.39268,43.172637 L 125.21414,98.76321 z"
+               style="fill:url(#radialGradient96247);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               sodipodi:nodetypes="cccc" />
+            <path
+               inkscape:connector-curvature="0"
+               inkscape:transform-center-y="-27.143788"
+               inkscape:transform-center-x="-46.727316"
+               id="path95330"
+               d="M 222.14048,70.58313 C 216.94505,35.267705 159.05935,25.023685 148.0996,25.344785 L 124.68585,79.3757 222.14048,70.58313 z"
+               style="fill:url(#radialGradient96249);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               sodipodi:nodetypes="cccc" />
+            <path
+               inkscape:connector-curvature="0"
+               style="opacity:0.91176471;color:#000000;fill:url(#radialGradient96251);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               d="M 125.25,78.75 125,119 l 98,-7 -1,-42 -96.75,8.75 z"
+               id="path95332"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               inkscape:connector-curvature="0"
+               style="color:#000000;fill:url(#radialGradient96253);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               d="m 125,120 0.5,-41.5 96,-9.5 1,42.5 -2.75,-39.5 -93,7.75 L 125,120 z"
+               id="path95334"
+               sodipodi:nodetypes="ccccccc" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path95336"
+               d="m 197.5,153.5 c 19.1951,-12.73921 24.47967,-23.61851 26.5,-39 l -98,7 1,37 70.5,-5 z"
+               style="opacity:0.40588235;color:#000000;fill:url(#linearGradient96255);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               inkscape:connector-curvature="0"
+               style="opacity:0.38235294;color:#000000;fill:url(#radialGradient96257);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               d="m 125,122 0,34.5 4,-1 -4,-33.5 z"
+               id="path95338" />
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccccccc"
+               id="path95340"
+               d="m 125,120 0,-41 97.25,-9 0.25,41.5 -2,-38.5 -94,9 -1.5,38 z"
+               style="color:#000000;fill:url(#radialGradient96259);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17647-5-9);enable-background:accumulate" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path95342"
+               d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+               style="opacity:0.68235294;fill:url(#radialGradient96261);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="opacity:0.53529412;color:#000000;fill:url(#linearGradient96263);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               d="m 149,26.5 0,41.5 2.5,-42.5 -2.5,1 z"
+               id="path95344" />
+            <path
+               inkscape:connector-curvature="0"
+               style="opacity:0.34117647;color:#000000;fill:#fcfcfc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17567-4-5);enable-background:accumulate"
+               d="m 218.79289,137.01777 c -11.14484,11.8155 -20.92519,17.97443 -33,25.5 13.09871,-5.60365 25.50593,-13.08369 33,-25.5 z"
+               id="path95346"
+               sodipodi:nodetypes="ccc" />
+            <path
+               inkscape:connector-curvature="0"
+               style="opacity:0.04705882;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17725-4-7)"
+               d="m 30.898891,156.08945 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+               id="path95348" />
+            <g
+               id="g95350"
+               style="opacity:0.82352941"
+               transform="matrix(0.7,0,0,0.7,18.3,42.6)">
+              <path
+                 transform="translate(6,4)"
+                 d="m 70,158 c 0,8.28427 -6.715729,15 -15,15 -8.284271,0 -15,-6.71573 -15,-15 0,-8.28427 6.715729,-15 15,-15 8.284271,0 15,6.71573 15,15 z"
+                 sodipodi:ry="15"
+                 sodipodi:rx="15"
+                 sodipodi:cy="158"
+                 sodipodi:cx="55"
+                 id="path95352"
+                 style="color:#000000;fill:url(#radialGradient96265);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 sodipodi:type="arc" />
+              <path
+                 transform="matrix(0.4,0,0,0.4,39,98.8)"
+                 sodipodi:type="arc"
+                 style="opacity:0.81176471;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path95354"
+                 sodipodi:cx="55"
+                 sodipodi:cy="158"
+                 sodipodi:rx="15"
+                 sodipodi:ry="15"
+                 d="m 70,158 c 0,8.28427 -6.715729,15 -15,15 -8.284271,0 -15,-6.71573 -15,-15 0,-8.28427 6.715729,-15 15,-15 8.284271,0 15,6.71573 15,15 z" />
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               style="color:#000000;fill:url(#radialGradient96267);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               d="m 125.1579,119.5388 -41.365746,-50.204583 0,-21.566757 42.012186,51.51524 -0.64644,20.2561 z"
+               id="path95356"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               inkscape:connector-curvature="0"
+               style="color:#000000;fill:url(#radialGradient96269);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               d="M 125,99 86.75,49 c 14.71809,-3.925532 32.78962,-5.1683 50.75,-6.5 -17.66667,-0.529385 -37.583333,0.624526 -53.75,5.25 l 0,21.5 L 84.5,50.75 125,99 z"
+               id="path95358"
+               sodipodi:nodetypes="ccccccc" />
+            <path
+               inkscape:connector-curvature="0"
+               style="opacity:0.61176471;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17842-5-1);enable-background:accumulate"
+               d="M 125,99 86.75,49 c 14.71809,-3.925532 32.78962,-5.1683 50.75,-6.5 -17.66667,-0.529385 -37.583333,0.624526 -53.75,5.25 l 0,21.5 L 84.5,50.75 125,99 z"
+               id="path95360"
+               sodipodi:nodetypes="ccccccc" />
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccc"
+               id="path95362"
+               d="m 218.98915,99.29663 c -8.5637,-9.912313 -16.42746,-15.374394 -26.14253,-22.057724 10.75081,5.281864 20.75425,11.954901 26.14253,22.057724 z"
+               style="opacity:0.23529412;color:#000000;fill:url(#radialGradient96271);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccccc"
+               id="path95364"
+               d="m 125.1579,142.5388 -41.365746,-50.204583 0,-21.566757 42.012186,51.51524 -0.64644,20.2561 z"
+               style="opacity:0.11176471;color:#000000;fill:url(#linearGradient96273);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          </g>
+        </g>
+        <path
+           sodipodi:nodetypes="cc"
+           inkscape:connector-curvature="0"
+           inkscape:original-d="m 309.4375,85.249995 12.5,-3.5"
+           inkscape:path-effect="#path-effect95461-7"
+           id="path95459"
+           d="m 309.4375,85.249995 12.5,-3.5"
+           style="fill:none;stroke:#babdb6;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+      </g>
+      <path
+         style="opacity:0.83127573;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 299.4375,66.375 20.4375,-5.5"
+         id="path96275"
+         inkscape:path-effect="#path-effect96277"
+         inkscape:original-d="m 299.4375,66.375 20.4375,-5.5"
+         inkscape:connector-curvature="0" />
+      <rect
+         transform="matrix(0.99560971,-0.09360185,0.09383775,0.9955875,0,0)"
+         style="color:#000000;fill:url(#radialGradient96353);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient96355);stroke-width:0.99999988;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="rect96279"
+         width="15.975905"
+         height="15.392906"
+         x="293.89166"
+         y="166.42668" />
+      <g
+         transform="matrix(0.69414313,0,0,0.69326232,96.069268,90.403592)"
+         id="g96281">
+        <rect
+           transform="matrix(0.96592582,-0.25881906,0.25881906,0.96592582,0,0)"
+           style="color:#000000;fill:url(#radialGradient96357);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient96359);stroke-width:1.44153988;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="rect96283"
+           width="23.015547"
+           height="22.203333"
+           x="271.48151"
+           y="143.55591" />
+        <g
+           style="display:inline;enable-background:new"
+           id="g96285"
+           transform="matrix(0.0734687,-0.01968588,0.01968588,0.0734687,301.23832,68.081587)">
+          <g
+             inkscape:label="Layer 1"
+             id="g96287"
+             style="display:inline" />
+          <g
+             inkscape:label="overlay"
+             id="g96289"
+             style="display:inline">
+            <path
+               id="path96291"
+               d="m 220.75419,118.6257 c -11.07557,-23.75546 -48.6303,-41.246794 -93.29351,-41.246794 -44.663269,0 -67.375973,13.334917 -78.451509,37.090384 l -18.174468,4.15641 0,39.26887 c 0,30.79552 43.265281,55.75745 96.625977,55.75745 53.36581,0 96.62079,-24.96193 96.62079,-55.75745 l 0,-39.26887 -3.32728,0 0,0 z"
+               style="fill:url(#linearGradient96361);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               sodipodi:nodetypes="cscccscccc"
+               inkscape:connector-curvature="0" />
+            <path
+               id="path96293"
+               d="m 223.94054,118.6257 c 0,30.80026 -43.22344,55.76219 -96.55033,55.76219 -53.326938,0 -96.555507,-24.96193 -96.555507,-55.76219 0,-30.800255 43.233735,-55.762185 96.555507,-55.762185 53.32689,0 96.55033,24.96193 96.55033,55.762185 l 0,0 z"
+               style="fill:url(#linearGradient96363);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               inkscape:connector-curvature="0" />
+            <path
+               inkscape:transform-center-y="-27.143788"
+               inkscape:transform-center-x="-46.727316"
+               id="path96295"
+               d="M 223.14048,111.58313 C 217.94505,76.267705 159.05935,65.023685 148.0996,65.344785 l -24.41375,54.280915 95.44963,-8.04214 4.005,-4.3e-4 z"
+               style="fill:#729fcf;fill-rule:nonzero;stroke:none"
+               sodipodi:nodetypes="ccccc"
+               inkscape:connector-curvature="0" />
+            <path
+               inkscape:transform-center-x="5.807534"
+               inkscape:transform-center-y="-28.186395"
+               id="path96297"
+               d="M 125.21414,119.26931 83.567273,68.851075 c 18.139497,-6.522124 47.501287,-6.940108 64.825407,-5.172341 l -23.17854,55.590576 z"
+               style="fill:#73d216;fill-rule:nonzero;stroke:none"
+               sodipodi:nodetypes="cccc"
+               inkscape:connector-curvature="0" />
+            <path
+               style="opacity:0.32352941;fill:url(#radialGradient96367);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17111-0-3)"
+               d="m 30.898891,152.08945 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+               id="path96301"
+               inkscape:connector-curvature="0" />
+            <rect
+               ry="87.165001"
+               rx="34.631561"
+               y="138.22687"
+               x="218.21046"
+               height="30.791634"
+               width="3.6568708"
+               id="rect96303"
+               style="opacity:0.19411765;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17249-6-6);enable-background:accumulate" />
+            <rect
+               style="opacity:0.24705882;color:#000000;fill:url(#linearGradient96369);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17271-6-1);enable-background:accumulate"
+               id="rect96305"
+               width="13.656871"
+               height="38.791634"
+               x="51.210464"
+               y="155.22687"
+               rx="34.631561"
+               ry="87.165001" />
+            <path
+               sodipodi:nodetypes="ccccc"
+               id="path96307"
+               d="m 41.5,144.375 0,36.375 c 8.580508,10.81638 15.701191,12.87382 23,16 l 0,-36 c -7.916667,-3.29077 -17.583333,-10.78466 -23,-16.375 z"
+               style="opacity:0.22941176;color:#000000;fill:url(#linearGradient96371);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               inkscape:connector-curvature="0" />
+            <path
+               inkscape:transform-center-y="-27.143788"
+               inkscape:transform-center-x="-46.727316"
+               id="path96309"
+               d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
+               style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-3-5)"
+               sodipodi:nodetypes="cccc"
+               inkscape:connector-curvature="0" />
+            <path
+               inkscape:transform-center-x="5.807534"
+               inkscape:transform-center-y="-28.186395"
+               id="path96311"
+               d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
+               style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-5-7)"
+               sodipodi:nodetypes="cccc"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="cccc"
+               style="fill:url(#radialGradient96373);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="M 125.21414,98.76321 83.567273,48.344978 C 101.70677,41.822854 131.06856,41.40487 148.39268,43.172637 L 125.21414,98.76321 z"
+               id="path96313"
+               inkscape:transform-center-y="-28.186395"
+               inkscape:transform-center-x="5.807534"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="cccc"
+               style="fill:url(#radialGradient96375);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="M 222.14048,70.58313 C 216.94505,35.267705 159.05935,25.023685 148.0996,25.344785 L 124.68585,79.3757 222.14048,70.58313 z"
+               id="path96315"
+               inkscape:transform-center-x="-46.727316"
+               inkscape:transform-center-y="-27.143788"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccccc"
+               id="path96317"
+               d="M 125.25,78.75 125,119 l 98,-7 -1,-42 -96.75,8.75 z"
+               style="opacity:0.91176471;color:#000000;fill:url(#radialGradient96377);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccccccc"
+               id="path96319"
+               d="m 125,120 0.5,-41.5 96,-9.5 1,42.5 -2.75,-39.5 -93,7.75 L 125,120 z"
+               style="color:#000000;fill:url(#radialGradient96379);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccccc"
+               style="opacity:0.40588235;color:#000000;fill:url(#linearGradient96381);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               d="m 197.5,153.5 c 19.1951,-12.73921 24.47967,-23.61851 26.5,-39 l -98,7 1,37 70.5,-5 z"
+               id="path96321"
+               inkscape:connector-curvature="0" />
+            <path
+               id="path96323"
+               d="m 125,122 0,34.5 4,-1 -4,-33.5 z"
+               style="opacity:0.38235294;color:#000000;fill:url(#radialGradient96383);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               inkscape:connector-curvature="0" />
+            <path
+               style="opacity:0.51057404;fill:url(#radialGradient96401);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="m 30.898891,116.625 c 0,0 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.28126,40.73991 -96.44907,40.73991 -52.167855,0 -80.557116,-18.35752 -96.519679,-40.73991 z"
+               id="path96327"
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="cssscsc" />
+            <path
+               id="path96329"
+               d="m 149,26.5 0,41.5 2.5,-42.5 -2.5,1 z"
+               style="opacity:0.53529412;color:#000000;fill:url(#linearGradient96389);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccc"
+               id="path96331"
+               d="m 218.79289,137.01777 c -11.14484,11.8155 -20.92519,17.97443 -33,25.5 13.09871,-5.60365 25.50593,-13.08369 33,-25.5 z"
+               style="opacity:0.34117647;color:#000000;fill:#fcfcfc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17567-4-5);enable-background:accumulate"
+               inkscape:connector-curvature="0" />
+            <path
+               id="path96333"
+               d="m 30.898891,156.08945 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+               style="opacity:0.04705882;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17725-4-7)"
+               inkscape:connector-curvature="0" />
+            <g
+               transform="matrix(0.7,0,0,0.7,18.3,42.6)"
+               style="opacity:0.82352941"
+               id="g96335" />
+            <path
+               sodipodi:nodetypes="ccccc"
+               id="path96341"
+               d="m 125.1579,119.5388 -41.365746,-50.204583 0,-21.566757 42.012186,51.51524 -0.64644,20.2561 z"
+               style="color:#000000;fill:url(#radialGradient96393);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccccccc"
+               id="path96343"
+               d="M 125,99 86.75,49 c 14.71809,-3.925532 32.78962,-5.1683 50.75,-6.5 -17.66667,-0.529385 -37.583333,0.624526 -53.75,5.25 l 0,21.5 L 84.5,50.75 125,99 z"
+               style="color:#000000;fill:url(#radialGradient96395);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccccccc"
+               id="path96345"
+               d="M 125,99 86.75,49 c 14.71809,-3.925532 32.78962,-5.1683 50.75,-6.5 -17.66667,-0.529385 -37.583333,0.624526 -53.75,5.25 l 0,21.5 L 84.5,50.75 125,99 z"
+               style="opacity:0.61176471;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17842-5-1);enable-background:accumulate"
+               inkscape:connector-curvature="0" />
+            <path
+               style="opacity:0.23529412;color:#000000;fill:url(#radialGradient96397);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               d="m 218.98915,99.29663 c -8.5637,-9.912313 -16.42746,-15.374394 -26.14253,-22.057724 10.75081,5.281864 20.75425,11.954901 26.14253,22.057724 z"
+               id="path96347"
+               sodipodi:nodetypes="ccc"
+               inkscape:connector-curvature="0" />
+            <path
+               style="opacity:0.11176471;color:#000000;fill:url(#linearGradient96399);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               d="m 125.1579,142.5388 -41.365746,-50.204583 0,-21.566757 42.012186,51.51524 -0.64644,20.2561 z"
+               id="path96349"
+               sodipodi:nodetypes="ccccc"
+               inkscape:connector-curvature="0" />
+          </g>
+        </g>
+        <path
+           style="fill:none;stroke:#babdb6;stroke-width:1.44153988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+           d="m 309.4375,85.249995 12.5,-3.5"
+           id="path96351"
+           inkscape:path-effect="#path-effect95461-7"
+           inkscape:original-d="m 309.4375,85.249995 12.5,-3.5"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cc" />
+      </g>
+      <path
+         style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 304.85141,138.51449 13.7002,-3.71231"
+         id="path96403"
+         inkscape:path-effect="#path-effect96405"
+         inkscape:original-d="m 304.85141,138.51449 13.7002,-3.71231"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="213.33179"
+         x="289.01132"
+         height="10.354057"
+         width="10.767467"
+         id="rect96407"
+         style="color:#000000;fill:url(#radialGradient96473);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient96475);stroke-width:1.00000012;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"
+         transform="matrix(0.99562722,-0.09341542,0.09402501,0.99556984,0,0)" />
+      <g
+         id="g96409"
+         transform="matrix(0.46784797,0,0,0.46631547,163.81887,152.24993)">
+        <rect
+           y="143.55591"
+           x="271.48151"
+           height="22.203333"
+           width="23.015547"
+           id="rect96411"
+           style="color:#000000;fill:url(#radialGradient96477);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient96479);stroke-width:2.14095569;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"
+           transform="matrix(0.96592582,-0.25881906,0.25881906,0.96592582,0,0)" />
+        <g
+           transform="matrix(0.0734687,-0.01968588,0.01968588,0.0734687,301.23832,68.081587)"
+           id="g96413"
+           style="display:inline;enable-background:new">
+          <g
+             style="display:inline"
+             id="g96415"
+             inkscape:label="Layer 1" />
+          <g
+             style="display:inline"
+             id="g96417"
+             inkscape:label="overlay">
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="cscccsccc"
+               style="fill:url(#linearGradient96481);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="m 220.75419,118.6257 c -11.07557,-23.75546 -48.6303,-41.246794 -93.29351,-41.246794 -44.663269,0 -67.375973,13.334917 -78.451509,37.090384 l -18.174468,4.15641 0,39.26887 c -0.834501,23.73077 42.886857,46.9906 96.247547,46.9906 53.36581,0 96.47483,-22.72066 96.47483,-53.51618 l 0.52439,-32.74329 z"
+               id="path96419" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:url(#linearGradient96483);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="m 223.94054,118.6257 c 0,30.80026 -43.22344,55.76219 -96.55033,55.76219 -53.326938,0 -96.555507,-24.96193 -96.555507,-55.76219 0,-30.800255 43.233735,-55.762185 96.555507,-55.762185 53.32689,0 96.55033,24.96193 96.55033,55.762185 l 0,0 z"
+               id="path96421" />
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccccc"
+               style="fill:#729fcf;fill-rule:nonzero;stroke:none"
+               d="M 223.14048,111.58313 C 217.94505,76.267705 159.05935,65.023685 148.0996,65.344785 l -24.41375,54.280915 95.44963,-8.04214 4.005,-4.3e-4 z"
+               id="path96423"
+               inkscape:transform-center-x="-46.727316"
+               inkscape:transform-center-y="-27.143788" />
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="cccc"
+               style="fill:#73d216;fill-rule:nonzero;stroke:none"
+               d="M 125.21414,119.26931 83.567273,68.851075 c 18.139497,-6.522124 47.501287,-6.940108 64.825407,-5.172341 l -23.17854,55.590576 z"
+               id="path96425"
+               inkscape:transform-center-y="-28.186395"
+               inkscape:transform-center-x="5.807534" />
+            <rect
+               style="opacity:0.19411765;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17249-6-6);enable-background:accumulate"
+               id="rect96429"
+               width="3.6568708"
+               height="30.791634"
+               x="218.21046"
+               y="138.22687"
+               rx="51.382633"
+               ry="129.58655" />
+            <path
+               inkscape:connector-curvature="0"
+               style="opacity:0.22941176;color:#000000;fill:url(#linearGradient96515);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               d="m 41.5,144.375 8.703596,38.70712 c 18.830836,13.56295 32.802461,17.45609 47.366997,22.52912 L 88.956725,167.30316 C 72.447174,167.99285 52.899452,153.20591 41.5,144.375 z"
+               id="path96433"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="cccc"
+               style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-5-7)"
+               d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
+               id="path96437"
+               inkscape:transform-center-y="-28.186395"
+               inkscape:transform-center-x="5.807534" />
+            <path
+               inkscape:connector-curvature="0"
+               inkscape:transform-center-x="5.807534"
+               inkscape:transform-center-y="-28.186395"
+               id="path96439"
+               d="M 120.36144,120.26677 83.567273,48.344978 c 18.139497,-6.522124 41.937447,-11.62347 59.261567,-9.855703 z"
+               style="fill:url(#radialGradient96491);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               sodipodi:nodetypes="cccc" />
+            <path
+               inkscape:connector-curvature="0"
+               inkscape:transform-center-y="-27.143788"
+               inkscape:transform-center-x="-46.727316"
+               id="path96441"
+               d="M 222.14048,70.58313 C 216.94505,35.267705 159.05935,25.023685 148.0996,25.344785 l -15.5194,53.40974 z"
+               style="fill:url(#radialGradient96493);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               sodipodi:nodetypes="cccc" />
+            <path
+               inkscape:connector-curvature="0"
+               style="opacity:0.91176471;color:#000000;fill:url(#radialGradient96495);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               d="M 131.95403,79.178109 120.80881,121.06951 223,112 222,70 z"
+               id="path96443"
+               sodipodi:nodetypes="ccccc" />
+            <path
+               sodipodi:nodetypes="cssscsc"
+               inkscape:connector-curvature="0"
+               id="path96451"
+               d="m 30.898891,116.625 c 0,0 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -43.30522,33.70421 -95.47303,33.70421 -52.167851,0 -81.533156,-11.32182 -97.495719,-33.70421 z"
+               style="opacity:0.51057404;fill:url(#radialGradient96503);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="opacity:0.34117647;color:#000000;fill:#fcfcfc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17567-4-5);enable-background:accumulate"
+               d="m 218.79289,137.01777 c -11.14484,11.8155 -20.92519,17.97443 -33,25.5 13.09871,-5.60365 25.50593,-13.08369 33,-25.5 z"
+               id="path96455"
+               sodipodi:nodetypes="ccc" />
+            <g
+               id="g96459"
+               style="opacity:0.82352941"
+               transform="matrix(0.7,0,0,0.7,18.3,42.6)" />
+            <path
+               inkscape:connector-curvature="0"
+               style="color:#000000;fill:url(#radialGradient96507);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               d="M 120.46051,120.10444 74.611648,76.451918 81.949664,49.55415 128.36289,93.127112 z"
+               id="path96461"
+               sodipodi:nodetypes="ccccc" />
+          </g>
+        </g>
+        <path
+           sodipodi:nodetypes="cc"
+           inkscape:connector-curvature="0"
+           inkscape:original-d="m 309.4375,85.249995 12.5,-3.5"
+           inkscape:path-effect="#path-effect95461-7"
+           id="path96471"
+           d="m 309.4375,85.249995 12.5,-3.5"
+           style="fill:none;stroke:#babdb6;stroke-width:2.14095569px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+      </g>
+      <g
+         transform="translate(0.0462,2.08368)"
+         id="use10167"
+         style="display:inline">
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.48987899;fill:url(#linearGradient4257);fill-opacity:1;stroke:none;display:inline"
+           d="m 313,179 c 3.35588,0.55242 3.73483,0.76516 3.73483,5.26516 3.5,0 4.09071,0.67421 5.26517,1.73484 0,-0.51002 0,0.0616 0,-0.5 -0.49895,-5.60501 -4.64984,-6.19121 -9,-6.5 z"
+           id="path84225"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+           d="m 313,178 c 3.2233,1.08275 4.98928,1.91735 5.03347,5.00314 2.26256,0 3.16773,2.05235 3.96653,3.99686 0,-0.51002 0,-0.93837 0,-1.5 0,-2.24796 -1.15018,-4.08414 -2.875,-5.40625 C 317.40018,178.77164 315.10449,178 313,178 z"
+           id="path84227"
+           sodipodi:nodetypes="cccssc" />
+      </g>
+      <rect
+         transform="matrix(0.96543149,-0.26065695,0.26157632,0.9651828,0,0)"
+         style="color:#000000;fill:url(#radialGradient4279);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4281);stroke-width:1.00000024;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="rect96517"
+         width="7.9772162"
+         height="7.984849"
+         x="236.76724"
+         y="298.54578" />
+      <g
+         transform="translate(2.0272,1.976149)"
+         id="use10169"
+         style="display:inline">
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+           d="m 311.16243,220.04545 c -0.38616,0 -0.0117,0.17904 0.37361,0.4052 1.46396,0.0394 1.39713,0.28644 1.39713,2.53942 1.90425,0 2.61549,1.06134 2.7047,1.47874 0.0892,0.41739 0.27804,0.93919 0.27804,0.43895 0.008,-1.37066 -0.90162,-2.20602 -1.45722,-3.00724 -0.55561,-0.80122 -2.28038,-1.68335 -3.29626,-1.85507 l 0,0 0,0 0,0 z"
+           id="path84251"
+           sodipodi:nodetypes="ccccczc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.35627501;fill:url(#linearGradient84255);fill-opacity:1;stroke:none;display:inline"
+           d="m 312,223.99007 c 3.5,0 2.95305,0.35378 3.54067,0.92668 -0.13066,-0.56607 0.45083,-1.92668 -2.54067,-1.92668 0,-3.05548 -1.5,-2.5 -2,-2.54772 0.95642,1.13267 1.41574,0.2715 1,3.54772 z"
+           id="path84253"
+           sodipodi:nodetypes="ccccc" />
+      </g>
+      <g
+         transform="matrix(0.36460862,0,0,0.36231392,194.36409,199.89888)"
+         id="g96519">
+        <rect
+           transform="matrix(0.96592582,-0.25881906,0.25881906,0.96592582,0,0)"
+           style="color:#000000;fill:url(#radialGradient96563);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient96565);stroke-width:2.75133801;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="rect96521"
+           width="23.015547"
+           height="22.203333"
+           x="271.48151"
+           y="143.55591" />
+        <g
+           style="display:inline;enable-background:new"
+           id="g96523"
+           transform="matrix(0.0734687,-0.01968588,0.01968588,0.0734687,301.23832,68.081587)">
+          <g
+             inkscape:label="Layer 1"
+             id="g96525"
+             style="display:inline" />
+          <g
+             inkscape:label="overlay"
+             id="g96527"
+             style="display:inline">
+            <path
+               id="path96529"
+               d="m 220.75419,118.6257 c -11.07557,-23.75546 -48.6303,-41.246794 -93.29351,-41.246794 -44.663269,0 -67.375973,13.334917 -78.451509,37.090384 l -18.174468,4.15641 2.234214,56.25837 c -0.834501,23.73077 42.886857,46.9906 96.247543,46.9906 53.36581,0 96.47483,-22.72066 96.47483,-53.51618 l -1.70982,-49.73279 z"
+               style="fill:url(#linearGradient96567);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               sodipodi:nodetypes="cscccsccc"
+               inkscape:connector-curvature="0" />
+            <path
+               id="path96531"
+               d="m 223.94054,118.6257 c 0,30.80026 -43.22344,55.76219 -96.55033,55.76219 -53.326938,0 -96.555507,-24.96193 -96.555507,-55.76219 0,-30.800255 43.233735,-55.762185 96.555507,-55.762185 53.32689,0 96.55033,24.96193 96.55033,55.762185 l 0,0 z"
+               style="fill:url(#linearGradient96569);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               inkscape:connector-curvature="0" />
+            <path
+               inkscape:transform-center-y="-27.143788"
+               inkscape:transform-center-x="-46.727316"
+               id="path96533"
+               d="M 223.14048,111.58313 C 217.94505,76.267705 159.05935,65.023685 148.0996,65.344785 l -24.41375,54.280915 95.44963,-8.04214 4.005,-4.3e-4 z"
+               style="fill:#729fcf;fill-rule:nonzero;stroke:none"
+               sodipodi:nodetypes="ccccc"
+               inkscape:connector-curvature="0" />
+            <path
+               inkscape:transform-center-x="5.807534"
+               inkscape:transform-center-y="-28.186395"
+               id="path96535"
+               d="M 125.21414,119.26931 83.567273,68.851075 c 18.139497,-6.522124 47.501287,-6.940108 64.825407,-5.172341 l -23.17854,55.590576 z"
+               style="fill:#73d216;fill-rule:nonzero;stroke:none"
+               sodipodi:nodetypes="cccc"
+               inkscape:connector-curvature="0" />
+            <rect
+               ry="182.95149"
+               rx="72.322838"
+               y="138.22687"
+               x="218.21046"
+               height="30.791634"
+               width="3.6568708"
+               id="rect96537"
+               style="opacity:0.19411765;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17249-6-6);enable-background:accumulate" />
+            <path
+               sodipodi:nodetypes="ccccc"
+               id="path96539"
+               d="m 41.5,144.375 8.703596,38.70712 c 18.830836,13.56295 32.802461,17.45609 47.366997,22.52912 L 88.956725,167.30316 C 72.447174,167.99285 52.899452,153.20591 41.5,144.375 z"
+               style="opacity:0.22941176;color:#000000;fill:url(#linearGradient96571);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+               inkscape:connector-curvature="0" />
+            <path
+               style="opacity:0.51057404;fill:url(#radialGradient96579);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="m 30.898891,116.625 c 0,0 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -43.30522,33.70421 -95.47303,33.70421 -52.167851,0 -81.533156,-11.32182 -97.495719,-33.70421 z"
+               id="path96549"
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="cssscsc" />
+            <path
+               sodipodi:nodetypes="ccc"
+               id="path96551"
+               d="m 218.79289,137.01777 c -11.14484,11.8155 -20.92519,17.97443 -33,25.5 13.09871,-5.60365 25.50593,-13.08369 33,-25.5 z"
+               style="opacity:0.34117647;color:#000000;fill:#fcfcfc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17567-4-5);enable-background:accumulate"
+               inkscape:connector-curvature="0" />
+            <g
+               transform="matrix(0.7,0,0,0.7,18.3,42.6)"
+               style="opacity:0.82352941"
+               id="g96553" />
+          </g>
+        </g>
+      </g>
+      <g
+         style="display:inline;enable-background:new"
+         id="g98530"
+         clip-path="none"
+         transform="matrix(0.33021995,0,0,0.33021995,282.74842,115.05643)">
+        <path
+           style="opacity:0.27983542;fill:none;stroke:#292a29;stroke-width:9.08485413;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+           d="m 101.98884,60.304267 0,24.620528 c 0,0.62079 -0.25381,1.07471 -0.74943,1.50927 l -5.964272,5.7288 c -0.746005,0.74754 -5.05132,0.95632 -5.950163,0.0556 l -6.159135,-5.83149 c -0.371714,-0.3104 -0.898566,-0.77651 -0.898566,-1.46221 l 0,-37.707774 c -0.219371,-2.41806 1.266417,-3.476471 3.434746,-3.476471 l 17.09147,0 c 2.35418,0 3.31716,1.427836 3.31716,3.476471 l 0,1.298296"
+           id="path98532"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccccccccccc" />
+        <path
+           sodipodi:nodetypes="cccccccccccc"
+           inkscape:connector-curvature="0"
+           id="path98534"
+           d="m 99.139389,60.539297 0,24.240988 c 0,0.625 -0.25606,1.08199 -0.75605,1.51949 l -5.749311,5.76757 c -0.7526,0.7526 -2.040921,0.96279 -2.94771,0.056 l -4.339933,-5.87096 c -0.375,-0.3125 -0.90651,-0.78177 -0.90651,-1.47211 l 0,-38.249944 c -0.221311,-2.434426 1.277613,-3.5 3.465113,-3.5 l 14.187482,0 c 2.375,0 3.34649,1.4375 3.34649,3.5 l 0,2.069279"
+           style="fill:none;stroke:#909090;stroke-width:3.02828455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+        <path
+           style="fill:none;stroke:#ffffff;stroke-width:3.02828455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+           d="m 96.134073,60.580343 0,24.910142 c 0,0.625 -0.256056,1.08199 -0.756056,1.51949 l -5.08016,4.69691 c -0.7526,0.7526 -2.040921,0.96279 -2.94771,0.056 l -5.410594,-4.8003 c -0.375,-0.3125 -0.90651,-0.78177 -0.90651,-1.47211 l 0,-38.249935 c -0.221311,-2.434426 1.277613,-3.5 3.465113,-3.5 l 14.1875,0 c 2.375004,0 3.346494,1.4375 3.346494,3.5 l 0,1.312208"
+           id="path98536"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccccccccccc" />
+      </g>
+      <path
+         style="fill:url(#radialGradient6710);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+         d="m 323.7212,57.13101 c -1.38889,0 -0.0421,0.497088 1.34375,1.125 1.38582,0.627912 4.97288,3.215052 4.15625,6.875 4.32331,-0.430583 6.67913,3.122378 7,4.28125 0.32087,1.158872 1,2.607639 1,1.21875 0.0283,-3.805581 -2.84543,-6.431701 -4.84375,-8.65625 -1.99832,-2.224549 -5.00246,-4.366989 -8.65625,-4.84375 z"
+         id="path84155"
+         sodipodi:nodetypes="ccccczc"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.87854201;fill:url(#linearGradient84161-5);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+         d="m 324.82208,58.145363 c 0.9223,0 3.00844,6.195662 2.08614,10.32925 4.29496,-0.427759 8.85338,0.08818 9.31298,0.937647 -0.32087,-1.158872 -2.67669,-4.711833 -7,-4.28125 0.86466,-3.875239 -3.18657,-6.617298 -4.39912,-6.985647 z"
+         id="path84157"
+         sodipodi:nodetypes="ccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         style="fill:url(#radialGradient6762);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+         d="m 322.33956,133.00656 c -0.89553,0 -0.0271,0.32079 0.86642,0.72599 0.89355,0.40521 2.36476,1.91215 1.83822,4.27401 4.56932,-0.70711 5.1482,2.17757 5.35509,2.92542 0.20689,0.74785 0.64478,1.68278 0.64478,0.7865 0.0183,-2.45585 -1.83467,-4.15056 -3.12315,-5.58612 -1.28847,-1.43556 -3.22548,-2.81813 -5.58136,-3.1258 z"
+         id="path84189"
+         sodipodi:nodetypes="ccccczc"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.87854201;fill:url(#linearGradient84195-9);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+         d="m 323.04938,133.66115 c 0.59468,0 0.99482,3.84541 0.99482,6.34541 3,0 5.70366,0.45181 6,1 -0.20689,-0.74785 -0.53856,-3.7734 -5,-3 0.55752,-2.5008 -1.21299,-4.10771 -1.99482,-4.34541 l 0,0 z"
+         id="path84191"
+         sodipodi:nodetypes="ccccc"
+         inkscape:connector-curvature="0" />
+      <g
+         transform="matrix(0.33021995,0,0,0.33021995,280.71579,40.11893)"
+         clip-path="none"
+         id="g5046"
+         style="display:inline;enable-background:new">
+        <path
+           sodipodi:nodetypes="cccccccccccc"
+           inkscape:connector-curvature="0"
+           id="path5048"
+           d="m 101.98884,60.304267 0,24.620528 c 0,0.62079 -0.25381,1.07471 -0.74943,1.50927 l -5.964272,5.7288 c -0.746005,0.74754 -5.05132,0.95632 -5.950163,0.0556 l -6.159135,-5.83149 c -0.371714,-0.3104 -0.898566,-0.77651 -0.898566,-1.46221 l 0,-37.707774 c -0.219371,-2.41806 1.266417,-3.476471 3.434746,-3.476471 l 17.09147,0 c 2.35418,0 3.31716,1.427836 3.31716,3.476471 l 0,1.298296"
+           style="opacity:0.27983542;fill:none;stroke:#292a29;stroke-width:9.08485413;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+        <path
+           style="fill:none;stroke:#909090;stroke-width:3.02828455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+           d="m 99.139389,60.539297 0,24.240988 c 0,0.625 -0.25606,1.08199 -0.75605,1.51949 l -5.749311,5.76757 c -0.7526,0.7526 -2.040921,0.96279 -2.94771,0.056 l -4.339933,-5.87096 c -0.375,-0.3125 -0.90651,-0.78177 -0.90651,-1.47211 l 0,-38.249944 c -0.221311,-2.434426 1.277613,-3.5 3.465113,-3.5 l 14.187482,0 c 2.375,0 3.34649,1.4375 3.34649,3.5 l 0,2.069279"
+           id="path5050"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccccccccccc" />
+        <path
+           sodipodi:nodetypes="cccccccccccc"
+           inkscape:connector-curvature="0"
+           id="path5052"
+           d="m 96.134073,60.580343 0,24.910142 c 0,0.625 -0.256056,1.08199 -0.756056,1.51949 l -5.08016,4.69691 c -0.7526,0.7526 -2.040921,0.96279 -2.94771,0.056 l -5.410594,-4.8003 c -0.375,-0.3125 -0.90651,-0.78177 -0.90651,-1.47211 l 0,-38.249935 c -0.221311,-2.434426 1.277613,-3.5 3.465113,-3.5 l 14.1875,0 c 2.375004,0 3.346494,1.4375 3.346494,3.5 l 0,1.312208"
+           style="fill:none;stroke:#ffffff;stroke-width:3.02828455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      </g>
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer5"
+       inkscape:label="hires"
+       style="display:inline">
+      <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
+         style="opacity:1;fill:none;stroke:#292a29;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new;filter:url(#filter6668)"
+         d="m 88.43824,79.066071 0,29.079859 c 0,0.625 -0.25606,1.08199 -0.75606,1.51949 l -4.016984,3.76757 c -0.7526,0.7526 -2.040921,0.96279 -2.94771,0.056 l -4.213589,-3.87096 c -0.375,-0.3125 -0.90651,-0.78177 -0.90651,-1.47211 l 0,-60.645929 c -0.221311,-2.434426 1.277613,-3.5 3.465113,-3.5 l 12.1875,0 c 2.375,0 3.34649,1.4375 3.34649,3.5 l 0,2.069279"
+         id="path98462-3"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccccccccccc"
+         clip-path="none" />
+      <path
+         transform="matrix(0.9536327,-0.30097285,0.30097285,0.9536327,-98.35178,-263.42028)"
+         d="m 13.84375,369.28125 0,141.15625 146.3125,0 0,-141.15625 -146.3125,0 z"
+         inkscape:href="#rect87909"
+         id="path89197-0"
+         style="opacity:0.61463264;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00606906;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter6583);enable-background:accumulate"
+         xlink:href="#rect87909"
+         inkscape:original="M 13.84375 369.28125 L 13.84375 510.4375 L 160.15625 510.4375 L 160.15625 369.28125 L 13.84375 369.28125 z "
+         inkscape:radius="0"
+         sodipodi:type="inkscape:offset" />
+      <g
+         transform="translate(-1592,1.00004)"
+         style="display:inline"
+         id="g84353">
+        <g
+           transform="translate(1200.0002,0)"
+           style="display:inline"
+           id="use5278">
+          <rect
+             ry="6"
+             rx="30.842125"
+             transform="matrix(1.1875,0,0,0.625001,372.25,116)"
+             y="244"
+             x="60"
+             height="12"
+             width="176"
+             id="rect84313"
+             style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter0-paper-sheet-orig-7)" />
+          <rect
+             transform="matrix(0.887972,0,0,0.185729,434.712,228.958)"
+             ry="9.0571833"
+             rx="4.9923911"
+             y="223.44104"
+             x="22.995396"
+             height="18.114367"
+             width="211.00461"
+             id="rect84315"
+             style="opacity:0.8;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter10-paper-sheet-orig-1)" />
+          <path
+             style="opacity:0.7;fill:url(#linearGradient84339);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter9-paper-sheet-orig-1)"
+             d="m 55.87243,47.32759 c -0.562656,0 -1,0.437344 -1,1 l -1.010863,217 c 0,0.56266 0.437344,1 1,1 l 186.021723,0 c 0.56266,0 1,-0.43734 1,-1 l -1.01086,-171 c 0,-13.557692 -10.85818,-25.295672 -16.28125,-30.71875 -5.42307,-5.423077 -17.16105,-16.28125 -30.71875,-16.28125 l -138,0 0,0 0,0 z"
+             id="path84317"
+             transform="matrix(0.989254,0,0,1.0129,401.717,0.530498)"
+             sodipodi:nodetypes="cccccccscc"
+             inkscape:connector-curvature="0" />
+          <g
+             id="g84319"
+             transform="matrix(0.989254,0,0,1.02317,401.717,0.0442553)">
+            <g
+               id="g84321">
+              <g
+                 id="g84323"
+                 transform="translate(19.8724,27.8276)">
+                <path
+                   style="fill:url(#radialGradient84341);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+                   d="m 36,19 c -0.562656,0 -1,0.437344 -1,1 l 0,217 c 0,0.56266 0.437344,1 1,1 l 184,0 c 0.56266,0 1,-0.43734 1,-1 L 221,66 C 221,52.442308 210.14182,40.704328 204.71875,35.28125 199.29568,29.858173 187.5577,19 174,19 L 36,19 z"
+                   id="path84325"
+                   inkscape:connector-curvature="0" />
+                <path
+                   id="path84327"
+                   d="m 36.5914,19.703893 c -0.559039,0 -0.993572,0.434533 -0.993572,0.993572 l 0,215.605085 c 0,0.55904 0.434533,0.99357 0.993572,0.99357 l 182.81721,0 c 0.55904,0 0.99357,-0.43453 0.99357,-0.99357 l 0,-169.900782 c 0,-13.47054 -10.78838,-25.133066 -16.17659,-30.521284 -5.38821,-5.388216 -17.05073,-16.176591 -30.52128,-16.176591 l -137.11291,0 0,0 0,0 0,0 z"
+                   style="fill:none;stroke:url(#radialGradient84343);stroke-width:0.993967;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.7"
+                   inkscape:connector-curvature="0" />
+                <path
+                   id="path84329"
+                   d="m 36,19 c -0.562656,0 -1,0.437344 -1,1 l 0,217 c 0,0.56266 0.437344,1 1,1 l 184,0 c 0.56266,0 1,-0.43734 1,-1 L 221,66 C 221,52.442308 210.14182,40.704328 204.71875,35.28125 199.29568,29.858173 187.5577,19 174,19 L 36,19 z"
+                   style="opacity:0.07228908;fill:none;stroke:#000000;stroke-width:0.993967;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.7;filter:url(#filter3-paper-sheet-orig-9)"
+                   clip-path="url(#clipPath0-paper-sheet-orig-3)"
+                   inkscape:connector-curvature="0" />
+                <path
+                   style="fill:url(#radialGradient84345);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+                   d="m 36.625,19.875 c -0.562656,0 -1,0.437344 -1,1 l 0,217 c 0,0.56266 0.437344,1 1,1 l 0,-217 c 0,-0.562656 0.437344,-1 1,-1 l 138,0 c 11.86299,0 22.34113,8.31989 28.40625,14.03125 C 198.18503,29.228982 187.23074,19.875 174.625,19.875 l -138,0 0,0 z"
+                   id="path84331"
+                   inkscape:connector-curvature="0" />
+                <rect
+                   ry="1.015625"
+                   rx="1.015625"
+                   y="186.25"
+                   x="35.5"
+                   height="51.25"
+                   width="184.5"
+                   id="rect84333"
+                   style="opacity:0.56024098;fill:url(#radialGradient84347);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+              </g>
+              <path
+                 id="path84335"
+                 d="m 55.875,46.8125 c -0.562655,-10e-7 -1,0.437344 -1,1 l 0,88.1875 186,0 0,-42.187501 C 240.87499,80.254807 230.01682,68.516828 224.59375,63.09375 219.17067,57.670672 207.4327,46.8125 193.875,46.8125 l -138,0 z"
+                 style="fill:url(#radialGradient84349);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+                 sodipodi:nodetypes="cccccscc"
+                 inkscape:connector-curvature="0" />
+            </g>
+            <rect
+               style="fill:url(#radialGradient84351);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+               id="rect84337"
+               width="184.5"
+               height="1.5"
+               x="55.372429"
+               y="263.82758"
+               rx="1.015625"
+               ry="1.015625" />
+          </g>
+        </g>
+        <g
+           id="g34970"
+           transform="translate(1592.0002,-270.375)">
+          <rect
+             ry="2"
+             rx="2"
+             y="510.36316"
+             x="84"
+             height="4"
+             width="56"
+             id="rect3805"
+             style="opacity:0.02000002;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+          <rect
+             ry="1.375"
+             rx="1.375"
+             y="393.36313"
+             x="83"
+             height="66"
+             width="94"
+             id="rect4895"
+             style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
+             inkscape:r_cx="true"
+             inkscape:r_cy="true" />
+          <rect
+             style="opacity:0.342342;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+             id="rect3783"
+             width="94.792824"
+             height="3.6694095"
+             x="84"
+             y="338.69373"
+             inkscape:r_cx="true"
+             inkscape:r_cy="true"
+             rx="2.4572313"
+             ry="1.8347048" />
+          <path
+             sodipodi:nodetypes="csccscccsccscccsccscccsccscccsccscccsccscccsccscccsccscccsccscccsccscccsccscccsccscc"
+             id="rect3785"
+             d="m 86.65625,358.36314 c -1.46338,0 -2.65625,0.892 -2.65625,2 0,1.108 1.19287,2 2.65625,2 l 122.6875,0 c 1.46338,0 2.625,-0.892 2.625,-2 0,-1.108 -1.16162,-2 -2.625,-2 l -122.6875,0 z m 0,12 c -1.47733,0 -2.65625,0.892 -2.65625,2 0,1.108 1.17892,2 2.65625,2 l 132.84375,0 c 1.47733,0 2.65625,-0.892 2.65625,-2 0,-1.108 -1.17891,-2 -2.65625,-2 l -132.84375,0 z m -0.1875,12 c -1.36258,0 -2.46875,0.892 -2.46875,2 0,1.108 1.10617,2 2.46875,2 l 115.0625,0 c 1.36258,0 2.46876,-0.892 2.46875,-2 0,-1.108 -1.10617,-2 -2.46875,-2 l -115.0625,0 z m 99.875,12 c -1.29844,0 -2.34375,0.892 -2.34375,2 0,1.108 1.04531,2 2.34375,2 l 35.3125,0 c 1.29844,0 2.34375,-0.892 2.34375,-2 0,-1.108 -1.04531,-2 -2.34375,-2 l -35.3125,0 z m 0,12 c -1.29844,0 -2.34375,0.892 -2.34375,2 0,1.108 1.04531,2 2.34375,2 l 35.3125,0 c 1.29844,0 2.34375,-0.892 2.34375,-2 0,-1.108 -1.04531,-2 -2.34375,-2 l -35.3125,0 z m 0,12 c -1.29844,0 -2.34375,0.892 -2.34375,2 0,1.108 1.04531,2 2.34375,2 l 35.3125,0 
 c 1.29844,0 2.34375,-0.892 2.34375,-2 0,-1.108 -1.04531,-2 -2.34375,-2 l -35.3125,0 z m 0,12 c -1.29844,0 -2.34375,0.892 -2.34375,2 0,1.108 1.04531,2 2.34375,2 l 35.3125,0 c 1.29844,0 2.34375,-0.892 2.34375,-2 0,-1.108 -1.04531,-2 -2.34375,-2 l -35.3125,0 z m 0,12 c -1.29844,0 -2.34375,0.892 -2.34375,2 0,1.108 1.04531,2 2.34375,2 l 22.40625,0 c 1.29844,0 2.34374,-0.892 2.34375,-2 0,-1.108 -1.04532,-2 -2.34375,-2 l -22.40625,0 z m 0.0313,12 c -1.32194,0 -2.375,0.892 -2.375,2 0,1.108 1.05306,2 2.375,2 l 23.5625,0 c 1.32194,0 2.375,-0.892 2.375,-2 0,-1.108 -1.05306,-2 -2.375,-2 l -23.5625,0 z m -99.93755,16 c -1.34653,0 -2.4375,0.892 -2.4375,2 0,1.108 1.09097,2 2.4375,2 l 135.125,0 c 1.34653,0 2.4375,-0.892 2.4375,-2 0,-1.108 -1.09097,-2 -2.4375,-2 l -135.125,0 0,0 z m 0,12 c -1.34653,0 -2.4375,0.892 -2.4375,2 0,1.108 1.09097,2 2.4375,2 l 135.125,0 c 1.34653,0 2.4375,-0.892 2.4375,-2 0,-1.108 -1.09097,-2 -2.4375,-2 l -135.125,0 0,0 z m 0,12 c -1.35037,0 -2.4375,0.892 -2.4375,2 
 0,1.108 1.08713,2 2.4375,2 l 35.375,0 c 1.35038,0 2.4375,-0.892 2.4375,-2 0,-1.108 -1.08713,-2 -2.4375,-2 l -35.375,0 z"
+             style="opacity:0.07000002;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+             inkscape:connector-curvature="0" />
+          <rect
+             ry="0"
+             rx="0"
+             y="394.36313"
+             x="84"
+             height="64"
+             width="92"
+             id="rect3813"
+             style="fill:url(#linearGradient83745);fill-opacity:1;stroke:none;display:inline"
+             inkscape:r_cx="true"
+             inkscape:r_cy="true" />
+          <g
+             transform="translate(0,-32.6369)"
+             clip-path="url(#clipPath4719-3)"
+             id="g4713"
+             style="display:inline">
+            <path
+               transform="matrix(1.71312,0,0,1.37852,-77.8045,-183.178)"
+               d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+               sodipodi:ry="14.009553"
+               sodipodi:rx="14.009553"
+               sodipodi:cy="483.02795"
+               sodipodi:cx="110.79479"
+               id="path4639"
+               style="fill:#fef39e;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4709-1)"
+               sodipodi:type="arc" />
+            <g
+               id="g4629">
+              <path
+                 transform="matrix(1.14208,0,0,1.14208,-14.5363,-68.6555)"
+                 d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+                 sodipodi:ry="14.009553"
+                 sodipodi:rx="14.009553"
+                 sodipodi:cy="483.02795"
+                 sodipodi:cx="110.79479"
+                 id="path4565"
+                 style="fill:#fef39e;fill-opacity:1;stroke:none"
+                 sodipodi:type="arc" />
+              <path
+                 transform="matrix(0.994857,0,0,0.994857,1.775,2.45615)"
+                 d="m 124.80435,483.02795 c 0,7.73727 -6.2723,14.00956 -14.00956,14.00956 -7.73726,0 -14.009551,-6.27229 -14.009551,-14.00956 0,-7.73726 6.272291,-14.00955 14.009551,-14.00955 7.73726,0 14.00956,6.27229 14.00956,14.00955 z"
+                 sodipodi:ry="14.009553"
+                 sodipodi:rx="14.009553"
+                 sodipodi:cy="483.02795"
+                 sodipodi:cx="110.79479"
+                 id="path4587"
+                 style="fill:#fffbd7;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4608-6)"
+                 sodipodi:type="arc" />
+            </g>
+          </g>
+          <path
+             id="path4416"
+             d="m 112,441.30064 c -5.0025,0 -9.0625,4.06 -9.0625,9.0625 0,0.29184 0.004,0.5902 0.0313,0.875 l 18.0625,0 c 0.027,-0.2848 0.0313,-0.58316 0.0313,-0.875 0,-5.0025 -4.06,-9.06251 -9.0625,-9.0625 l -1e-4,0 z"
+             style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline;filter:url(#filter4616-8)"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="cccccc"
+             id="rect3817"
+             d="m 84,451.48814 c 22.49807,-3.41152 40.875,-0.16667 60.875,-0.125 l 31.125,-1.75 0,8.74999 -92,0 0,-6.87499 z"
+             style="fill:url(#linearGradient83747);fill-opacity:1;stroke:none;display:inline"
+             inkscape:connector-curvature="0" />
+          <path
+             id="path4732"
+             d="m 109.40625,399.14439 c 4.95211,3.15625 10.09773,2.36004 13.8125,6.28125 0.20853,0.22012 0.41543,0.41335 0.625,0.625 -0.91227,0.0132 -3.36173,-0.64471 -5.8125,-0.21875 -2.03999,0.35455 -4.02605,-0.55433 -6.4375,1.03125 2.8086,-1.17696 5.05872,-0.41657 7.3125,-0.71875 1.75702,-0.23558 4.85952,0.60574 6.84375,1.75 3.19912,2.92004 6.06811,5.00342 6.65625,7.03125 0.75156,2.59125 0.93062,10.17703 0.96875,13.3125 -0.33977,-0.27402 -0.66062,-0.5645 -0.96875,-0.875 -0.68906,-0.71321 -1.34766,-1.47779 -2.15625,-2.0625 -0.77698,-0.56343 -1.58267,-1.08104 -2.21875,-1.8125 -0.66486,-0.8969 -1.44709,-1.69706 -2.1875,-2.53125 -0.70592,-0.72238 -1.45646,-1.39671 -2.125,-2.15625 -0.61554,-0.75741 -1.33614,-1.42319 -2.1875,-1.90625 -0.77581,-0.47272 -1.5828,-1.00327 -2.53125,-0.96875 -0.47451,-0.0791 -0.95887,-0.19127 -1.3125,-0.53125 -0.59769,-0.44175 -1.32432,-0.71337 -2.0625,-0.78125 l 0.125,0.0625 c 0.9109,0.24481 1.68179,0.8215 2.40625,1.40625 0.82464,0.41098 1.87022,0.3
 4115 2.53125,1.0625 0.70456,0.74408 1.76065,1.14357 2.28125,2.0625 0.20942,0.35023 0.44974,0.66458 0.71875,0.96875 -0.70331,0.27896 -1.37908,1.26201 -1.875,1.59375 -1.29807,0.86836 -4.60919,-2.74752 -7.5,-2.40625 2.08544,-0.0469 5.75517,2.50843 6.46875,2.71875 0.55836,0.16459 -1.66639,2.10357 -3.375,3.03125 1.51744,-0.43138 3.97727,-2.51723 4.4375,-2.625 0.57771,-0.13527 1.16213,-1.94726 2.4375,-1.6875 0.26687,0.28232 0.53984,0.57255 0.78125,0.875 0.69303,0.78032 1.38577,1.54029 1.96875,2.40625 0.85162,1.06177 1.95474,1.87787 2.875,2.875 0.7471,0.7803 1.39506,1.64575 2.09375,2.46875 0.93323,1.12487 1.87928,2.25013 2.8125,3.375 0.42144,0.87267 1.03174,1.61036 1.65625,2.34375 0.66563,0.75999 1.30957,1.55781 1.8125,2.4375 0.59909,0.89138 1.1135,1.84141 1.5,2.84375 0.30827,0.94828 0.48395,1.92145 0.625,2.90625 0.19051,1.03702 0.34872,2.0991 0.25,3.15625 -0.14578,1.5715 -0.30651,3.14619 -0.4375,4.71875 -0.0217,0.7843 -0.12135,1.62135 0.25,2.34375 0.88575,0.56065 1.94401,0.69175 2
 .96875,0.75 0.86591,-0.0236 1.72648,-0.22461 2.46875,-0.6875 0.31904,-0.16231 0.63392,-0.49478 0.46875,-0.875 -0.18667,-1.01745 -0.40295,-2.03142 -0.5,-3.0625 -0.1344,-1.15271 -0.25974,-2.31102 -0.34375,-3.46875 -0.099,-1.09509 -0.14847,-2.18257 -0.1875,-3.28125 0.0322,-1.00198 0.0767,-2.03591 0.375,-3 0.32471,-0.94223 0.65194,-2.18347 1.25,-2.96875 0.85084,-1.04281 2.1162,-1.51624 3.09375,-2.4375 0.82415,-0.71738 1.68863,-1.38982 2.46875,-2.15625 0.75889,-0.71303 1.63356,-2.17099 2.3125,-2.96875 0.7624,-0.80646 1.48992,-0.89854 2.21875,-1.625 0.18969,-0.12973 0.38766,-0.25786 0.59375,-0.375 0.52915,-0.26792 1.04107,-0.57592 1.71875,-0.625 0.70029,0.0397 1.39399,-0.19008 2.09375,-0.0937 0.70007,0.0559 1.02933,0.72896 1.78125,0.65625 0.66535,-0.12321 1.35216,-0.12021 2.03125,-0.0625 -0.21541,-0.0835 -0.44604,-0.15445 -0.6875,-0.1875 -0.48981,-0.0904 -0.98368,0.0758 -1.46875,0.0313 -0.63207,-0.054 -0.8309,-0.55639 -1.375,-0.71875 -0.66242,-0.11588 -1.35944,0.10128 -2.03125,0.0
 625 -0.5382,-0.0737 -1.05528,0.0455 -1.59375,0.0313 0.76409,-1.1233 1.44323,-2.44724 2.25,-3.375 1.3398,-1.24472 2.98696,-2.48222 4.03125,-2.96875 1.39189,-0.64849 2.38459,0.15819 4.21875,-0.75 -2.03978,0.86066 -3.28052,-0.27726 -5.6875,1.125 -1.32634,0.76242 -2.21246,1.18656 -2.96875,1.71875 -1.58811,-1.34506 -0.70451,-6.06166 -2.09375,-8.78125 0.0827,-0.0958 0.125,-0.20732 0.125,-0.34375 1.54418,-0.65828 3.85538,-0.62579 5.34375,-0.34375 1.80941,0.34285 1.14282,0.69721 2.0625,0.75 0.8083,0.0464 2.21338,0.8335 3.34375,1.28125 1.22261,0.48428 1.53834,-0.0211 3.84375,1.21875 -1.65524,-1.12051 -3.34913,-1.13223 -3.59375,-1.40625 0.7457,-2.42944 3.79609,-2.88736 5.0625,-5.1875 -1.76435,2.59269 -4.05299,2.33985 -5.28125,5.09375 -1.22654,-0.34407 -2.44261,-0.89298 -3.0625,-1.28125 1.49793,-1.8748 -1.68651,-7.18964 -1.78125,-9 -0.11059,2.41309 2.83075,5.84705 1.25,8.8125 -3.16781,-1.25867 -5.75024,-0.78886 -7.4375,-0.40625 -0.0628,-0.0425 -0.14103,-0.0804 -0.21875,-0.0937 -1.38487
 ,-2.04113 -0.95284,-3.54566 -2.5,-5.78125 0.85981,2.03517 1.03075,4.21454 1.875,5.96875 0.0201,0.0419 0.0431,0.0827 0.0625,0.125 -0.0385,0.0749 -0.0625,0.16002 -0.0625,0.25 0,0.22641 0.14749,0.41694 0.34375,0.5 0.92516,2.72077 0.58242,6.13236 0.8125,8.65625 -2.33949,-3.83923 -5.15618,-3.90227 -6.78125,-10.25 1.34906,7.76942 7.42824,8.46368 5.875,13.34375 -1.18921,1.23925 -3.11722,3.33597 -4.03125,4.25 -0.76285,0.67868 -1.59581,1.26835 -2.4375,1.84375 -0.87643,0.65389 -0.79689,1.13319 -1.71875,1.71875 -0.68733,0.46263 -2.24808,0.96188 -2.84375,1.4375 -0.77914,0.62211 -1.21036,1.46972 -1.875,2.3125 -0.35417,0.47917 -1.23958,0.61458 -1.5625,1.25 -0.32894,-1.33239 -1.28622,-3.80883 -3.09375,-4.84375 -0.89341,-0.51154 -1.89485,-1.4387 -2.625,-2.21875 -0.16244,-0.16986 -0.32136,-0.31728 -0.5,-0.46875 -1.2415,-3.00067 -1.37508,-6.70906 -1.65625,-10.0625 0.097,-0.0922 0.17429,-0.19076 0.28125,-0.28125 0.53668,-0.40499 1.03141,-0.85932 1.9375,-1.125 1.00361,-0.19673 1.64252,0.33535 2
 .6875,0.1875 1.01534,-0.18272 1.85205,-1.06453 2.84375,-1.375 0.83379,-0.32538 2.07498,-0.13823 3.0625,-0.3125 -1.14808,0.056 -2.26509,-0.14799 -3.375,0.1875 -0.91936,0.16193 -1.46612,1.11655 -2.34375,1.15625 -1.0076,0.1187 -1.63048,-0.40688 -2.59375,-0.21875 -0.80343,0.11401 -1.45915,0.39725 -2.21875,0.5625 -0.096,-0.0611 -0.4129,0.0496 -0.40625,-0.0625 -0.0616,-0.56577 -0.12813,-1.12745 -0.21875,-1.65625 -0.06,-3.89672 4.27346,-2.57015 5.15625,-3.25 0.58133,-0.44768 3.85453,-3.04945 6.75,-3.65625 -3.43517,0.61964 -6.89928,3.23605 -6.5625,2.40625 0.43039,-1.06043 0.76035,-7.91801 2.84375,-10.375 -3.23258,3.13778 -1.93744,10.59758 -4.28125,11.3125 -1.14933,0.35058 -3.94816,-0.0106 -4.4375,1.375 -0.10489,-0.29885 -0.21204,-0.57258 -0.34375,-0.84375 -0.84843,-1.74675 -3.20807,-3.66898 -5.71875,-5.84375 -0.24719,-1.22331 1.70858,-1.61353 1.90625,-2.125 0.15296,-0.39577 2.42162,-2.38883 3,-3.6875 -1.08179,1.42622 -3.17911,3.22298 -3.28125,2.71875 -0.13053,-0.6444 -2.23183,-4.076
 97 -1.96875,-5.90625 -0.63373,2.51321 2.51245,5.71105 1.53125,6.78125 -0.40432,0.441 -1.56827,1.00067 -1.8125,1.65625 -1.21315,-1.06576 -2.41928,-2.18039 -3.53125,-3.40625 -3.25105,-3.58405 -5.7455,-2.03174 -14.3125,-5.65625 l 0,-2e-4 0,0 z"
+             style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+             inkscape:connector-curvature="0" />
+          <path
+             id="path3791"
+             d="m 142.90625,452.23814 c -0.99296,0.048 -1.98253,0.16292 -2.5625,0.625 0.0227,0.59538 0.58177,1.29111 1.03125,1.9375 0.90796,1.19023 1.82677,2.3727 2.75,3.5625 l 4.96875,0 c -0.42722,-0.7657 -0.82207,-1.55011 -1.21875,-2.3125 -0.46532,-0.84979 -0.81924,-1.69268 -1.1875,-2.53125 -0.0422,-0.31337 -0.52993,-0.58499 -0.9375,-0.71875 -0.99474,-0.3815 -1.96498,-0.54306 -2.84375,-0.5625 z"
+             style="opacity:0.79729698;fill:url(#linearGradient83749);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+             inkscape:connector-curvature="0" />
+          <path
+             id="text4780"
+             d="m 84,337.96205 c 2.25923,2.2e-4 0.15567,4.82759 2.95666,3.62458 C 84.14984,344.5025 83.27443,340.04665 84,337.96205 z m 5.33496,1.76367 c -3.22859,2.36637 3.082,2.20694 0,0 z m 0,-0.75 c 4.57057,0.36984 -1.93086,6.25461 -1.82822,1.59671 0.0521,-0.89784 0.9009,-1.72731 1.82822,-1.59671 z m 5.00098,0.97266 c -1.80787,-0.19303 -2.10783,4.34158 -2.63717,0.29361 -0.0234,-1.27956 3.03018,-2.05338 2.63717,-0.29361 z m 3.80273,0.73828 c -1.42974,-0.12042 -2.52958,0.91983 -0.5579,1.35016 -3.59688,2.56592 -3.85201,-4.97141 -0.0411,-2.71509 0.42159,0.30462 0.68067,0.84234 0.59904,1.36493 l -4e-5,0 0,0 z m -1.07812,-0.34864 c -0.77338,-1.8873 -2.1208,0.98957 0,0 z m 4.91015,-0.73828 c 2.42601,-3.16046 2.46936,5.3563 1.07637,1.06517 -0.57389,-1.61762 -1.80542,3.58231 -2.05248,0.54387 -0.4559,-3.12885 -1.67262,3.19136 -2.08706,-0.1377 -1.16002,-1.8832 2.14955,-2.8258 3.06317,-1.47134 l 0,0 0,0 z m 5.30274,-0.54492 c 2.96929,-0.0713 -0.60814,5.44492 0,1.32476 l 0,-0.66239 0
 ,-0.66237 0,0 z m 0,-1.27734 c 2.19424,-0.82867 -0.26147,2.28932 0,0 z m 3.11133,4.08398 c -0.48196,4.13299 -3.04202,-3.87194 0.53963,-2.71997 3.20428,0.38011 1.7875,4.69692 -0.53963,2.71997 z m 0.69726,-2.12402 c -3.15258,2.3363 3.017,2.17682 0,0 z m 5.11817,-0.58008 c -1.21185,1.17983 -1.5918,0.84732 0.0731,1.86474 0.4682,2.10819 -4.94571,1.12743 -1.38358,0.31588 -2.77451,-1.5415 -1.04948,-2.8545 1.31052,-2.18062 l -4e-5,0 z m 0.97558,1.90137 c -0.59486,-2.20881 1.4876,-1.49787 1.53716,0.19693 0.67078,-1.91397 2.19686,-2.67954 1.99978,-0.007 -0.41974,1.59233 -3.3278,1.50538 -3.53694,-0.19015 l 0,2.2e-4 z m 7.35352,-1.45899 c 2.42601,-3.16044 2.46937,5.3563 1.07636,1.06519 -0.57388,-1.61765 -1.80542,3.58229 -2.05247,0.54384 -0.45591,-3.12885 -1.67264,3.19137 -2.08707,-0.1377 -1.16002,-1.8832 2.14957,-2.82577 3.06318,-1.47133 l 0,0 0,0 z m 7.53515,-0.0645 c 0.60329,-4.12228 3.01623,4.28226 -0.75865,2.80943 -2.67019,-0.076 -1.74818,-4.95865 0.75865,-2.80943 z m -0.6914,2.1240
 2 c 3.13298,-2.33678 -3.00507,-2.17398 0,0 z m 4.32129,-1.93359 c -3.22861,2.36637 3.08201,2.20695 0,0 z m 0,-0.75 c 4.57056,0.36984 -1.93086,6.2546 -1.82822,1.59671 0.0521,-0.89784 0.90091,-1.72731 1.82822,-1.59671 z m 2.56347,-1.19824 c 2.99164,0.0349 -0.053,6.93931 0,2.45769 0,-0.81923 0,-1.63846 0,-2.45769 z m 3.62403,1.94824 c -3.22861,2.36637 3.08201,2.20695 0,0 z m 0,-0.75 c 4.57056,0.36984 -1.93086,6.2546 -1.82822,1.59671 0.0521,-0.89784 0.90091,-1.72731 1.82822,-1.59671 z m 5.00097,0.97266 c -1.80786,-0.19303 -2.10783,4.34158 -2.63717,0.29361 -0.0234,-1.27956 3.03018,-2.05338 2.63717,-0.29361 z m 5.17676,-0.79102 c -1.21187,1.17983 -1.59178,0.84732 0.0731,1.86474 0.4682,2.10819 -4.9457,1.12744 -1.38359,0.31588 -2.77451,-1.54149 -1.04948,-2.8545 1.31052,-2.18062 l -3e-5,0 z m 1.01074,-0.10254 c 2.96928,-0.0712 -0.60814,5.44491 0,1.32476 l 0,-0.66239 0,-0.66237 0,0 z m 0,-1.27734 c 2.19424,-0.82866 -0.2615,2.28932 0,0 z m 3.20801,0.3457 c 1.21162,1.25084 0.37638,1.850
 09 0.32704,2.55671 1.04122,5.22414 -4.10911,-3.0261 -0.32704,-2.55671 z m 5.28223,2.73633 c -2.04098,0.6079 1.45093,0.79927 0,0 z m 1.60254,-0.39551 c 1.07184,3.39192 -5.65691,1.04942 -1.64519,-0.49483 -3.20002,-0.75684 1.58066,-1.77487 1.73416,0.0852 l -0.089,0.40963 0,0 3e-5,0 z m 4.02246,-0.86426 c 2.42602,-3.16043 2.46935,5.35631 1.07636,1.06517 -0.57389,-1.61764 -1.80541,3.58231 -2.05247,0.54387 -0.45591,-3.12885 -1.67264,3.19136 -2.08707,-0.13771 -1.16003,-1.8832 2.14957,-2.82577 3.06318,-1.47133 l 0,0 0,0 z m 6.49218,1.08692 c -1.42974,-0.12042 -2.52958,0.91982 -0.5579,1.35016 -3.59687,2.56592 -3.85201,-4.97141 -0.0411,-2.71509 0.42159,0.30463 0.68066,0.84235 0.59904,1.36493 l -4e-5,0 0,0 z m -1.07812,-0.34864 c -0.77338,-1.8873 -2.1208,0.98957 0,0 z m 3.01465,-2.21484 c 1.21162,1.25084 0.37636,1.85009 0.32704,2.5567 1.04124,5.22415 -4.10911,-3.02608 -0.32704,-2.5567 z m 1.83398,3.0791 c 2.68907,-0.4698 -0.53642,2.81857 0,0 z"
+             style="font-size:6px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;fill:#555753;fill-opacity:1;stroke:none;display:inline;font-family:Impact"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccsccccccccccccsccccccccccscccccccccccccccccccccsccccccccccccccccccccccccccsccccccccsccccscccccsccccccccccsccccsccccccccccccsccsccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccscccccsccccccccccccccccccccccccccccccscccccccccscccccsccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccsccsccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccc
 cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+             id="flowRoot4793"
+             d="m 99.53125,357.95689 c -0.36183,1.82618 1.5604,-0.24924 0,0 z m 10.375,0 0.0625,1.15625 c -0.73473,5.85821 1.79227,1.44455 -0.0625,-1.15625 z m 1.65625,0 c -0.36182,1.82618 1.5604,-0.24924 0,0 z m 46.15625,0 0.0625,1.15625 c -0.73473,5.85821 1.79227,1.44455 -0.0625,-1.15625 z m 8.65625,0 c -0.36183,1.82618 1.5604,-0.24924 0,0 z m 5.46875,0 c -0.36182,1.82618 1.5604,-0.24924 0,0 z m 8.90625,0 -1.21875,0.28125 -0.53125,0.625 c 0.3167,6.0811 0.51347,1.15033 1.75,-0.90625 z m 11.75,0 c -0.36182,1.82618 1.56039,-0.24924 0,0 z m 11.53125,0 0.0625,1.15625 c -0.73473,5.85821 1.79227,1.44455 -0.0625,-1.15625 z m -119.625,0.1875 c -0.34255,3.10232 0.70463,6.63153 0.59375,1.375 0.40295,1.1917 2.07759,3.22815 2.875,-0.21875 -0.85821,6.28407 2.04021,0.0704 -0.0937,-1 -1.82352,4.50076 -1.09377,0.67261 -3.375,-0.15625 l -5e-5,0 z m 59.90625,0.15625 -0.4375,0.71875 c 0.30858,5.58173 2.02646,2.08893 0.71875,-0.71875 l -0.28125,0 z m 53.8125,0 -0.4375,0.71875 c 0.30858,5.58173
  2.02646,2.08893 0.71875,-0.71875 l -0.28125,0 z m -72.46875,0.59375 c -2.05402,-0.0851 -1.3036,7.31075 -0.125,1.09375 2.36883,1.12206 0.30696,3.75168 2.53125,-0.125 1.44705,5.94419 1.97896,-2.90175 -0.96875,0 -0.58945,-0.66146 -1.05713,-0.953 -1.4375,-0.96875 z m 38.875,0.1875 c -1.21993,-0.0317 -2.07608,1.38135 -1.5,2.625 4.50736,3.15831 -1.83221,-1.80927 2.40625,-2.34375 -0.30354,-0.17975 -0.62473,-0.27392 -0.90625,-0.28125 z m 4.8125,0 c -1.14813,-0.0927 -2.21316,1.66833 -1.0625,3.34375 0.3672,-6.92306 2.74485,2.9104 2.46875,-1.90625 -0.36403,-0.97439 -0.88437,-1.39537 -1.40625,-1.4375 z m -79.0625,0.0313 c -0.87066,-0.0185 -1.29839,0.39296 0.9375,1 -1.50957,0.20207 -1.792,0.79253 -1.5625,1.34375 0.16006,-0.16622 0.58528,-0.37203 1.40625,-0.59375 1.57686,1.04603 -0.3514,1.25635 -1.15625,1 0.78072,0.84892 2.63562,1.20437 2.21875,-1.21875 0.34656,-1.07154 -0.97309,-1.51279 -1.84375,-1.53125 z m -0.375,2.75 c -0.11432,-0.1243 -0.19246,-0.26805 -0.25,-0.40625 -0.17733,0.1841
 5 -0.0265,0.3182 0.25,0.40625 z M 101.75,359.11314 c -2.30356,0.0776 3.37206,3.77311 -0.6875,2.96875 4.90912,1.35524 -1.48847,-2.37196 2.21875,-2.75 -0.70534,-0.16068 -1.20217,-0.22983 -1.53125,-0.21875 z m 5.1875,0 c -0.87065,-0.0185 -1.26714,0.39296 0.96875,1 -1.50379,0.2013 -1.81828,0.79424 -1.59375,1.34375 0.16006,-0.16623 0.58528,-0.37203 1.40625,-0.59375 1.59509,1.05812 -0.36907,1.239 -1.15625,0.96875 0.77011,0.86257 2.66999,1.25376 2.25,-1.1875 0.34655,-1.07153 -1.00435,-1.51279 -1.875,-1.53125 z m -0.375,2.71875 c -0.10791,-0.12087 -0.19552,-0.24166 -0.25,-0.375 -0.17136,0.17796 -0.008,0.28633 0.25,0.375 z m 8.5,-2.71875 c -1.2853,-0.0252 -3.13228,3.71994 -0.40625,3.125 -0.25966,0.0334 -0.62448,-0.31003 -1.09375,-1.375 1.55173,-3.41845 1.95985,0.82041 1.21875,1.34375 0.18998,-0.0474 0.39223,-0.0981 0.625,-0.1875 -0.24541,3.30181 1.04026,0.69718 0.59375,-1.03125 -0.0798,-1.36418 -0.47484,-1.86592 -0.9375,-1.875 z m 6.5,0 c -0.87065,-0.0185 -1.26714,0.39296 0.96875,1 -
 1.50379,0.2013 -1.81828,0.79424 -1.59375,1.34375 0.16006,-0.16623 0.58528,-0.37203 1.40625,-0.59375 1.59509,1.05812 -0.36907,1.239 -1.15625,0.96875 0.77011,0.86257 2.66999,1.25376 2.25,-1.1875 0.34655,-1.07153 -1.00435,-1.51279 -1.875,-1.53125 z m -0.375,2.71875 c -0.10791,-0.12087 -0.19552,-0.24166 -0.25,-0.375 -0.17136,0.17796 -0.008,0.28633 0.25,0.375 z m 19.875,-2.71875 c -0.87066,-0.0185 -1.26715,0.39296 0.96875,1 -1.51342,0.20259 -1.79532,0.7914 -1.5625,1.34375 0.16006,-0.16623 0.55403,-0.37203 1.375,-0.59375 1.574,1.04413 -0.31754,1.25418 -1.125,1 0.78245,0.84661 2.63509,1.20131 2.21875,-1.21875 0.34656,-1.07154 -1.00434,-1.51279 -1.875,-1.53125 z m -0.34375,2.75 c -0.11453,-0.12393 -0.19187,-0.26834 -0.25,-0.40625 -0.17827,0.18513 -0.0293,0.31832 0.25,0.40625 z m 19.375,-2.75 c -0.87065,-0.0185 -1.26714,0.39296 0.96875,1 -1.50379,0.2013 -1.81828,0.79424 -1.59375,1.34375 0.16006,-0.16623 0.58528,-0.37203 1.40625,-0.59375 1.59509,1.05812 -0.36907,1.239 -1.15625,0.96875
  0.77011,0.86257 2.63874,1.25376 2.21875,-1.1875 0.34656,-1.07153 -0.9731,-1.51279 -1.84375,-1.53125 z m -0.375,2.71875 c -0.10791,-0.12087 -0.19552,-0.24166 -0.25,-0.375 -0.17136,0.17796 -0.008,0.28633 0.25,0.375 z m 14.5,-2.71875 c -0.87066,-0.0185 -1.26715,0.39296 0.96875,1 -1.50956,0.20207 -1.82325,0.79253 -1.59375,1.34375 0.16006,-0.16623 0.58528,-0.37203 1.40625,-0.59375 1.57686,1.04603 -0.3514,1.25635 -1.15625,1 0.78072,0.84892 2.63562,1.20437 2.21875,-1.21875 0.34656,-1.07154 -0.97309,-1.51279 -1.84375,-1.53125 z m -0.375,2.75 c -0.11432,-0.1243 -0.19246,-0.26805 -0.25,-0.40625 -0.17733,0.18416 -0.0265,0.3182 0.25,0.40625 z m 21.03125,-2.75 c -0.87066,-0.0185 -1.26715,0.39296 0.96875,1 -1.51342,0.20259 -1.79532,0.7914 -1.5625,1.34375 0.16006,-0.16623 0.55403,-0.37203 1.375,-0.59375 1.574,1.04413 -0.31754,1.25418 -1.125,1 0.78245,0.84661 2.63509,1.20131 2.21875,-1.21875 0.34656,-1.07154 -1.00434,-1.51279 -1.875,-1.53125 z m -0.34375,2.75 c -0.11453,-0.12393 -0.19187,-
 0.26834 -0.25,-0.40625 -0.17827,0.18513 -0.0293,0.31832 0.25,0.40625 z m 16.125,-2.71875 c -6.05706,4.41883 5.85127,3.71393 0,0 z m -112.84375,0.0313 c -0.44062,0.0706 -0.84243,0.37842 -0.90625,0.875 0.63567,4.74863 -0.11217,-0.40828 2.0625,-0.3125 -0.21639,-0.44854 -0.71563,-0.63312 -1.15625,-0.5625 z m 37.78125,0 c -1.25701,0.0933 -2.68909,1.48894 -1.28125,2.6875 5.65533,1.66465 -2.88372,-1.01042 2.6875,-1.125 0.0165,-1.20607 -0.65205,-1.61851 -1.40625,-1.5625 z m 3.0625,0 c -0.44062,0.0706 -0.84244,0.37842 -0.90625,0.875 0.63566,4.74863 -0.14341,-0.40828 2.03125,-0.3125 -0.21639,-0.44854 -0.68438,-0.63312 -1.125,-0.5625 z m 11.03125,0 c -1.257,0.0934 -2.6891,1.48894 -1.28125,2.6875 5.65533,1.66464 -2.85247,-1.01041 2.71875,-1.125 0.0165,-1.20607 -0.6833,-1.61851 -1.4375,-1.5625 z m 32.90625,0 c -1.257,0.0934 -2.6891,1.48894 -1.28125,2.6875 5.65532,1.66464 -2.88371,-1.01041 2.6875,-1.125 0.0165,-1.20607 -0.65205,-1.61851 -1.40625,-1.5625 z m 24.46875,0 c -1.257,0.0933 -2.6
 5784,1.48894 -1.25,2.6875 5.65533,1.66466 -2.88371,-1.01041 2.6875,-1.125 0.0165,-1.20607 -0.6833,-1.61851 -1.4375,-1.5625 z m -16.6875,0.0313 c -1.66372,0.22572 -3.92163,3.05515 0.28125,3.09375 -2.59176,1.05568 -0.30343,2.36722 0.75,-0.1875 0.53524,-2.06895 0.035,-2.83636 -0.71875,-2.90625 -0.10364,-0.01 -0.20159,-0.015 -0.3125,0 z m -90.84375,0.0313 c -0.88512,4.44005 1.80405,2.65148 0,0 z m 12.03125,0 c -0.88512,4.44005 1.80405,2.65147 0,0 z m 54.8125,0 c -0.88513,4.44005 1.80405,2.65148 0,0 z m 5.46875,0 c -0.88512,4.44005 1.80405,2.65148 0,0 z m 20.65625,0 c -0.8851,4.44005 1.80405,2.65147 0,0 z m -96.84375,0.0937 c -0.36473,6.93627 -2.74582,-2.95211 -2.46875,1.875 1.16779,3.12025 4.13721,0.55599 2.46875,-1.875 z m 23.8125,0 c -0.36472,6.93626 -2.74583,-2.95209 -2.46875,1.875 1.1678,3.12025 4.13721,0.55598 2.46875,-1.875 z m 34.96875,0 c -0.36473,6.93627 -2.77707,-2.95211 -2.5,1.875 1.1678,3.12025 4.16846,0.55599 2.5,-1.875 z m 32.875,0 c -0.36472,6.93627 -2.74582,-2.95
 211 -2.46875,1.875 1.16779,3.12025 4.13721,0.55599 2.46875,-1.875 z m 2.375,0.15625 c 0.26325,-0.13395 0.66228,0.18096 1.1875,1.34375 -1.58178,3.37892 -1.97724,-0.94191 -1.1875,-1.34375 z m -54.03125,0.125 c 0.2903,0.0295 0.59569,0.30611 0.8125,0.96875 -2.39658,0.9093 -1.68339,-1.05733 -0.8125,-0.96875 z m 14.09375,0 c 0.2903,0.0295 0.62694,0.30611 0.84375,0.96875 -2.39659,0.90931 -1.71464,-1.05733 -0.84375,-0.96875 z m 32.90625,0 c 0.2903,0.0295 0.59569,0.30611 0.8125,0.96875 -2.39658,0.9093 -1.68339,-1.05733 -0.8125,-0.96875 z m 24.5,0 c 0.2903,0.0295 0.59569,0.30611 0.8125,0.96875 -2.39657,0.90931 -1.68339,-1.05733 -0.8125,-0.96875 z m 3.5,0 c 3.71092,2.97398 -3.81443,2.75358 0,0 z m -80.125,2.15625 c -1.38902,2.65914 1.88758,0.40354 0,0 z m 69.8125,0 c -1.38903,2.65914 1.88758,0.40354 0,0 z m -112.15625,8.1875 c -0.36183,1.82618 1.5604,-0.24924 0,0 z m 4.8125,0 0.0313,1.15625 c -0.73473,5.85821 1.82353,1.44454 -0.0313,-1.15625 z m 28.15625,0 c -0.36183,1.82618 1.5604,-0.
 24924 0,0 z m 52.65625,0 c -0.36182,1.82618 1.5604,-0.24924 0,0 z m 6.375,0 c -0.36182,1.82618 1.5604,-0.24924 0,0 z m 9.1875,0 c -0.36182,1.82618 1.5604,-0.24924 0,0 z m -70.3125,0.34375 -0.46875,0.71875 c 0.30859,5.58172 2.02644,2.08894 0.71875,-0.71875 l -0.25,0 z m 56.6875,0 -0.46875,0.71875 c 0.30858,5.58173 2.02646,2.08893 0.71875,-0.71875 l -0.25,0 z m 2.34375,0 -0.4375,0.71875 c 0.30859,5.58173 2.02647,2.08894 0.71875,-0.71875 l -0.28125,0 z m 26.03125,0.59375 c -2.05402,-0.0851 -1.3036,7.31075 -0.125,1.09375 2.36884,1.12207 0.30694,3.75167 2.53125,-0.125 1.44705,5.94419 1.97895,-2.90174 -0.96875,0 -0.58945,-0.66146 -1.05713,-0.953 -1.4375,-0.96875 z m -118.4375,0.1875 c -1.14813,-0.0927 -2.21316,1.66833 -1.0625,3.34375 0.36721,-6.92306 2.7761,2.91041 2.5,-1.90625 -0.36403,-0.97438 -0.91562,-1.39537 -1.4375,-1.4375 z m 19.40625,0 c -1.14813,-0.0927 -2.18191,1.66833 -1.03125,3.34375 0.36719,-6.92305 2.74486,2.91039 2.46875,-1.90625 -0.36403,-0.97439 -0.91562,-1.39537 
 -1.4375,-1.4375 z m 7.5,0 c -1.14813,-0.0927 -2.18191,1.66833 -1.03125,3.34375 0.36719,-6.92305 2.74486,2.91039 2.46875,-1.90625 -0.36403,-0.97439 -0.91562,-1.39537 -1.4375,-1.4375 z m 16.5625,0 c -1.14813,-0.0927 -2.21315,1.66834 -1.0625,3.34375 0.36721,-6.92305 2.7761,2.9104 2.5,-1.90625 -0.36403,-0.97438 -0.91562,-1.39537 -1.4375,-1.4375 z m 22.625,0 c -1.14813,-0.0927 -2.21316,1.66833 -1.0625,3.34375 0.36722,-6.92306 2.7761,2.91041 2.5,-1.90625 -0.36403,-0.97438 -0.91562,-1.39537 -1.4375,-1.4375 z m 7.6875,0 c -1.21994,-0.0317 -2.10732,1.38135 -1.53125,2.625 4.50736,3.15831 -1.83221,-1.80928 2.40625,-2.34375 -0.30354,-0.17975 -0.59348,-0.27392 -0.875,-0.28125 z m -69.03125,0.0312 c -2.30356,0.0776 3.3408,3.77311 -0.71875,2.96875 4.90912,1.35525 -1.48847,-2.37196 2.21875,-2.75 -0.70534,-0.16068 -1.17092,-0.22983 -1.5,-0.21875 z m 25.375,0 c -0.87066,-0.0185 -1.26714,0.39296 0.96875,1 -1.50379,0.2013 -1.81828,0.79424 -1.59375,1.34375 0.16006,-0.16623 0.58528,-0.37203 1.406
 25,-0.59375 1.57401,1.04412 -0.31754,1.25418 -1.125,1 0.78245,0.84661 2.6351,1.20131 2.21875,-1.21875 0.34656,-1.07153 -1.00434,-1.51279 -1.875,-1.53125 z m -0.34375,2.75 c -0.11746,-0.12709 -0.22339,-0.26464 -0.28125,-0.40625 -0.17826,0.18513 0.002,0.31832 0.28125,0.40625 z m 7.90625,-2.75 c -2.30356,0.0776 3.3408,3.77311 -0.71875,2.96875 4.90912,1.35524 -1.45723,-2.37195 2.25,-2.75 -0.70534,-0.16068 -1.20217,-0.22983 -1.53125,-0.21875 z m 13.78125,0 c -1.28577,-0.0252 -3.10529,3.72328 -0.375,3.125 -0.26132,0.0669 -0.60571,-0.26744 -1.09375,-1.375 1.55352,-3.4224 1.93211,0.82841 1.1875,1.34375 0.19516,-0.0476 0.38404,-0.0949 0.625,-0.1875 -0.2454,3.30182 1.04026,0.69717 0.59375,-1.03125 -0.0798,-1.36417 -0.47484,-1.86593 -0.9375,-1.875 z m 26.59375,0 c -2.30357,0.0776 3.37204,3.77311 -0.6875,2.96875 4.90911,1.35525 -1.48846,-2.37195 2.21875,-2.75 -0.70534,-0.16068 -1.20217,-0.22983 -1.53125,-0.21875 z m 3.28125,0 c -0.87065,-0.0185 -1.26714,0.39296 0.96875,1 -1.50379,0.2013
  -1.81828,0.79424 -1.59375,1.34375 0.16006,-0.16623 0.58528,-0.37203 1.40625,-0.59375 1.59509,1.05812 -0.36907,1.239 -1.15625,0.96875 0.77011,0.86257 2.63874,1.25376 2.21875,-1.1875 0.34656,-1.07153 -0.9731,-1.51279 -1.84375,-1.53125 z m -0.375,2.71875 c -0.10791,-0.12087 -0.19552,-0.24166 -0.25,-0.375 -0.17136,0.17796 -0.008,0.28633 0.25,0.375 z m 15.75,-2.71875 c -2.30356,0.0776 3.37204,3.77311 -0.6875,2.96875 4.90911,1.35525 -1.48846,-2.37195 2.21875,-2.75 -0.70534,-0.16068 -1.20217,-0.22983 -1.53125,-0.21875 z m 9.1875,0 c -2.30357,0.0776 3.34079,3.77311 -0.71875,2.96875 4.90912,1.35524 -1.45721,-2.37195 2.25,-2.75 -0.70534,-0.16068 -1.20217,-0.22983 -1.53125,-0.21875 z m 6.9375,0 c -2.30357,0.0776 3.34079,3.77311 -0.71875,2.96875 4.90912,1.35524 -1.45721,-2.37195 2.25,-2.75 -0.70534,-0.16068 -1.20217,-0.22983 -1.53125,-0.21875 z m 11.03125,0 c -0.87066,-0.0185 -1.26715,0.39296 0.96875,1 -1.50956,0.20207 -1.82325,0.79253 -1.59375,1.34375 0.16006,-0.16623 0.58528,-0.37203
  1.40625,-0.59375 1.57686,1.04603 -0.3514,1.25635 -1.15625,1 0.78072,0.84892 2.63562,1.20437 2.21875,-1.21875 0.34656,-1.07154 -0.97309,-1.51279 -1.84375,-1.53125 z m -0.375,2.75 c -0.11432,-0.1243 -0.19246,-0.26805 -0.25,-0.40625 -0.17733,0.18416 -0.0265,0.3182 0.25,0.40625 z m 3.90625,-2.75 c -2.30356,0.0776 3.34079,3.77311 -0.71875,2.96875 4.90912,1.35525 -1.45722,-2.37196 2.25,-2.75 -0.70534,-0.16068 -1.20217,-0.22983 -1.53125,-0.21875 z m 3.125,0 c -2.30356,0.0776 3.37205,3.77311 -0.6875,2.96875 4.90912,1.35524 -1.48846,-2.37195 2.21875,-2.75 -0.70534,-0.16068 -1.20217,-0.22983 -1.53125,-0.21875 z m 3.28125,0 c -0.87066,-0.0185 -1.26715,0.39296 0.96875,1 -1.50956,0.20207 -1.82325,0.79253 -1.59375,1.34375 0.16006,-0.16623 0.58528,-0.37203 1.40625,-0.59375 1.57686,1.04603 -0.3514,1.25635 -1.15625,1 0.78072,0.84892 2.63562,1.20437 2.21875,-1.21875 0.34656,-1.07154 -0.97309,-1.51279 -1.84375,-1.53125 z m -0.375,2.75 c -0.11432,-0.1243 -0.19246,-0.26805 -0.25,-0.40625 -0.177
 33,0.18416 -0.0265,0.3182 0.25,0.40625 z M 101.5,371.17564 c -1.257,0.0934 -2.68909,1.48894 -1.28125,2.6875 5.65533,1.66464 -2.88372,-1.01041 2.6875,-1.125 0.0165,-1.20607 -0.65205,-1.61851 -1.40625,-1.5625 z m 7.5,0 c -1.257,0.0934 -2.68909,1.48894 -1.28125,2.6875 5.65532,1.66464 -2.88371,-1.01041 2.6875,-1.125 0.0165,-1.20607 -0.65205,-1.61851 -1.40625,-1.5625 z m 24.03125,0 c -1.257,0.0933 -2.68908,1.48894 -1.28125,2.6875 5.65532,1.66466 -2.85247,-1.01042 2.71875,-1.125 0.0165,-1.20607 -0.6833,-1.61851 -1.4375,-1.5625 z m 11.3125,0 c -1.257,0.0933 -2.68909,1.48894 -1.28125,2.6875 5.65531,1.66465 -2.85246,-1.01041 2.71875,-1.125 0.0165,-1.20607 -0.6833,-1.61851 -1.4375,-1.5625 z m 11.3125,0 c -1.25701,0.0934 -2.6891,1.48894 -1.28125,2.6875 5.65533,1.66464 -2.85246,-1.01041 2.71875,-1.125 0.0165,-1.20607 -0.6833,-1.61851 -1.4375,-1.5625 z m 32,0 c -0.44062,0.0706 -0.84243,0.37842 -0.90625,0.875 0.63566,4.74864 -0.14342,-0.40829 2.03125,-0.3125 -0.21639,-0.44854 -0.68438,-0.
 63312 -1.125,-0.5625 z m -16,0.0313 c -1.66029,0.22572 -3.89037,3.05515 0.3125,3.09375 -2.59177,1.05568 -0.33467,2.36722 0.71875,-0.1875 0.53524,-2.06895 0.035,-2.83636 -0.71875,-2.90625 -0.10364,-0.01 -0.20181,-0.015 -0.3125,0 z m -83.46875,0.0312 c -0.88512,4.44005 1.80405,2.65148 0,0 z m 8,0 c 0.96792,3.38762 2.04928,5.01293 2.90625,0.375 -1.30505,2.04806 -1.17355,1.99202 -2.90625,-0.375 z m 24.96875,0 c -0.88512,4.44005 1.80404,2.65147 0,0 z m 52.65625,0 c -0.88512,4.44005 1.80405,2.65148 0,0 z m 6.375,0 c -0.88512,4.44005 1.80405,2.65148 0,0 z m 9.1875,0 c -0.88512,4.44005 1.80405,2.65148 0,0 z m -47.78125,0.0937 c -0.36473,6.93627 -2.77707,-2.95211 -2.5,1.875 1.1678,3.12025 4.16846,0.55599 2.5,-1.875 z m 55,0 c -0.36472,6.93628 -2.77707,-2.95211 -2.5,1.875 1.16779,3.12025 4.16845,0.55598 2.5,-1.875 z m -25.625,0.15625 c 0.26325,-0.13395 0.66228,0.18097 1.1875,1.34375 -1.58178,3.37892 -1.97724,-0.9419 -1.1875,-1.34375 z m -69.40625,0.125 c 0.2903,0.0295 0.59569,0.30611 
 0.8125,0.96875 -2.39658,0.9093 -1.68339,-1.05733 -0.8125,-0.96875 z m 7.5,0 c 0.2903,0.0295 0.59569,0.30611 0.8125,0.96875 -2.39658,0.9093 -1.68339,-1.05733 -0.8125,-0.96875 z m 24.0625,0 c 0.2903,0.0295 0.59569,0.30611 0.8125,0.96875 -2.39656,0.9093 -1.68339,-1.05733 -0.8125,-0.96875 z m 11.28125,0 c 0.2903,0.0295 0.62694,0.30611 0.84375,0.96875 -2.39659,0.90931 -1.71464,-1.05733 -0.84375,-0.96875 z m 11.34375,0 c 0.2903,0.0295 0.59569,0.30611 0.8125,0.96875 -2.39658,0.9093 -1.68339,-1.05733 -0.8125,-0.96875 z m -8.9375,2.15625 c -1.38902,2.65913 1.88759,0.40356 0,0 z m -55.1875,8.1875 0.0625,1.15625 c -0.73473,5.85821 1.79228,1.44454 -0.0625,-1.15625 z m 3.5625,0 c -0.36183,1.82618 1.5604,-0.24924 0,0 z m 61.65625,0 c -0.36182,1.82618 1.5604,-0.24924 0,0 z m 15.4375,0 0.0313,1.15625 c -0.73472,5.85821 1.82353,1.44454 -0.0313,-1.15625 z m 10.84375,0 c -0.36183,1.82618 1.5604,-0.24924 0,0 z m -65.8125,0.1875 c -0.47335,2.6833 0.82848,6.56325 0.53125,1.21875 1.51194,3.92912 4
 .04527,3.3285 2.4375,-1.15625 -0.30062,5.63392 -0.33129,1.42155 -2.96875,-0.0625 z m 41.46875,0.15625 -0.46875,0.71875 c 0.30858,5.58173 2.02645,2.08893 0.71875,-0.71875 l -0.25,0 z m 22.25,0 -0.46875,0.71875 c 0.30858,5.58173 2.02645,2.08893 0.71875,-0.71875 l -0.25,0 z m -47.59375,0.0937 c -0.42038,0.0341 -0.40556,2.96336 0.0313,4.03125 0.36723,-6.92306 2.74485,2.91041 2.46875,-1.90625 0.41032,-1.43793 -1.03716,-1.50047 -1.9375,-1.03125 -0.22991,-0.80211 -0.42237,-1.1051 -0.5625,-1.09375 l -5e-5,0 z m 13.59375,0.125 c -0.10153,-0.0336 -0.21544,0.29766 -0.34375,1.21875 -1.11285,-1.58372 -3.04827,0.2993 -2.25,1.75 2.95986,4.17577 3.0337,-2.82309 2.59375,-2.96875 z m -38.3125,0.375 c -2.05403,-0.0851 -1.27236,7.31074 -0.0937,1.09375 2.36884,1.12207 0.2757,3.75168 2.5,-0.125 1.44704,5.94419 1.97895,-2.90173 -0.96875,0 -0.58946,-0.66146 -1.05712,-0.953 -1.4375,-0.96875 l -5e-5,0 z m 17.84375,0 c -2.05402,-0.0851 -1.30362,7.31075 -0.125,1.09375 2.36885,1.12207 0.30694,3.75167 2.
 53125,-0.125 1.44703,5.94419 1.97895,-2.90173 -0.96875,0 -0.58945,-0.66146 -1.05713,-0.953 -1.4375,-0.96875 z m 37.3125,0 c -2.05402,-0.0851 -1.30362,7.31075 -0.125,1.09375 2.36885,1.12206 0.30695,3.75168 2.53125,-0.125 1.44704,5.94419 1.97895,-2.90173 -0.96875,0 -0.58945,-0.66146 -1.05713,-0.953 -1.4375,-0.96875 z m -65.84375,0.0313 c -1.75661,0.004 -1.2329,7.02311 -0.65625,3.09375 1.09808,1.58528 3.04374,-0.30621 2.25,-1.75 -0.67822,-0.96862 -1.18838,-1.34461 -1.59375,-1.34375 z M 142,383.08189 c -1.14814,-0.0927 -2.18191,1.66833 -1.03125,3.34375 0.36723,-6.92306 2.74485,2.91041 2.46875,-1.90625 -0.36403,-0.97438 -0.91562,-1.39537 -1.4375,-1.4375 z m 55.84375,0 c -1.14813,-0.0927 -2.1819,1.66834 -1.03125,3.34375 0.3672,-6.92305 2.74485,2.9104 2.46875,-1.90625 -0.36403,-0.97438 -0.91562,-1.39537 -1.4375,-1.4375 z m -96.59375,0.0313 c -2.30356,0.0776 3.34079,3.77311 -0.71875,2.96875 4.90911,1.35525 -1.45721,-2.37195 2.25,-2.75 -0.70534,-0.16068 -1.20217,-0.22983 -1.53125,-0.
 21875 z m 21.21875,0 c -0.87066,-0.0185 -1.26714,0.39296 0.96875,1 -1.50379,0.2013 -1.81828,0.79424 -1.59375,1.34375 0.16006,-0.16623 0.58528,-0.37203 1.40625,-0.59375 1.574,1.04412 -0.31754,1.25418 -1.125,1 0.78245,0.84661 2.6351,1.20131 2.21875,-1.21875 0.34656,-1.07153 -1.00434,-1.51279 -1.875,-1.53125 z m -0.34375,2.75 c -0.11746,-0.12709 -0.22339,-0.26464 -0.28125,-0.40625 -0.17826,0.18513 0.002,0.31832 0.28125,0.40625 z m 56.0625,-2.75 c -2.30357,0.0776 3.37204,3.77311 -0.6875,2.96875 4.90911,1.35525 -1.48846,-2.37195 2.21875,-2.75 -0.70534,-0.16068 -1.20217,-0.22983 -1.53125,-0.21875 z m 22.875,0 c -0.87066,-0.0185 -1.26715,0.39296 0.96875,1 -1.51342,0.20259 -1.79532,0.7914 -1.5625,1.34375 0.16006,-0.16623 0.55403,-0.37203 1.375,-0.59375 1.574,1.04413 -0.31754,1.25418 -1.125,1 0.78245,0.84661 2.63509,1.20131 2.21875,-1.21875 0.34656,-1.07154 -1.00434,-1.51279 -1.875,-1.53125 z m -0.34375,2.75 c -0.11453,-0.12393 -0.19187,-0.26834 -0.25,-0.40625 -0.17827,0.18513 -0.029
 3,0.31832 0.25,0.40625 z m -30.84375,-2.7188 c -6.05706,4.41883 5.85127,3.71393 0,0 z m -80.5625,0.0313 c -1.257,0.0933 -2.68909,1.48894 -1.28125,2.6875 5.65533,1.66466 -2.85247,-1.01042 2.71875,-1.125 0.0165,-1.20607 -0.6833,-1.61851 -1.4375,-1.5625 z m 49.09375,0 c -1.25701,0.0933 -2.68909,1.48894 -1.28125,2.6875 5.65533,1.66465 -2.88372,-1.01042 2.6875,-1.125 0.0165,-1.20607 -0.65205,-1.61851 -1.40625,-1.5625 z m 10.6875,0 c -0.44063,0.0706 -0.84244,0.37842 -0.90625,0.875 0.63567,4.74863 -0.14342,-0.40828 2.03125,-0.3125 -0.21639,-0.44854 -0.68437,-0.63312 -1.125,-0.5625 z m 2.9375,0 c -1.257,0.0933 -2.65784,1.48894 -1.25,2.6875 5.65533,1.66466 -2.88371,-1.01041 2.6875,-1.125 0.0165,-1.20607 -0.6833,-1.61851 -1.4375,-1.5625 z m 3.09375,0 c -0.44062,0.0706 -0.84243,0.37842 -0.90625,0.875 0.63566,4.74864 -0.14342,-0.40829 2.03125,-0.3125 -0.21639,-0.44854 -0.68438,-0.63312 -1.125,-0.5625 z m 20.1875,0 c -1.257,0.0933 -2.68908,1.48894 -1.28125,2.6875 5.65532,1.66466 -2.85247
 ,-1.01042 2.71875,-1.125 0.0165,-1.20607 -0.6833,-1.61851 -1.4375,-1.5625 z m 10.84375,0 c -1.257,0.0933 -2.68909,1.48894 -1.28125,2.6875 5.65531,1.66465 -2.85246,-1.01041 2.71875,-1.125 0.0165,-1.20607 -0.6833,-1.61851 -1.4375,-1.5625 z m 8.8125,0 c -0.44062,0.0706 -0.84243,0.37842 -0.90625,0.875 0.63566,4.74863 -0.14341,-0.40828 2.03125,-0.3125 -0.21639,-0.44854 -0.68438,-0.63312 -1.125,-0.5625 z M 84,383.23814 c 0.96792,3.38762 2.04928,5.01293 2.90625,0.375 -1.30505,2.04806 -1.17355,1.99202 -2.90625,-0.375 z m 11.1875,0 c -0.88512,4.44005 1.80405,2.65148 0,0 z m 61.65625,0 c -0.88512,4.44005 1.80405,2.65148 0,0 z m 26.28125,0 c -0.88512,4.44005 1.80404,2.65147 0,0 z m -76.90625,0.0937 c -0.36472,6.93628 -2.74582,-2.95212 -2.46875,1.875 1.16779,3.12025 4.13721,0.55599 2.46875,-1.875 z m 86.59375,0 c -0.36474,6.93627 -2.77706,-2.95211 -2.5,1.875 1.1678,3.12025 4.16846,0.55599 2.5,-1.875 z m -94.75,0.15625 c 0.0557,-0.0194 0.12084,-0.0227 0.1875,0 0.24613,0.0837 0.5743,0.481
 73 0.96875,1.375 -1.59644,3.52469 -1.99232,-1.08361 -1.15625,-1.375 z m 47.75,0.0625 c 1.06707,-0.29167 0.73938,5.18897 -0.96875,1.3125 0.39385,-0.86765 0.7225,-1.24519 0.96875,-1.3125 z m -56.4375,0.0625 c 0.2903,0.0295 0.62694,0.30611 0.84375,0.96875 -2.39658,0.9093 -1.71464,-1.05733 -0.84375,-0.96875 z m 49.09375,0 c 0.2903,0.0295 0.59569,0.30611 0.8125,0.96875 -2.39658,0.9093 -1.68339,-1.05733 -0.8125,-0.96875 z m 13.65625,0 c 0.2903,0.0295 0.59569,0.30611 0.8125,0.96875 -2.39657,0.90931 -1.68339,-1.05733 -0.8125,-0.96875 z m 17.75,0 c 3.71092,2.97398 -3.81443,2.75358 0,0 z m 5.53125,0 c 0.2903,0.0295 0.59569,0.30611 0.8125,0.96875 -2.39656,0.9093 -1.68339,-1.05733 -0.8125,-0.96875 z m 10.8125,0 c 0.2903,0.0295 0.62694,0.30611 0.84375,0.96875 -2.39659,0.90931 -1.71464,-1.05733 -0.84375,-0.96875 z m -72.6875,2.15625 c -0.46838,1.78695 1.70272,-0.24816 0,0 z m 90.59375,0 c -0.46837,1.78695 1.70273,-0.24817 0,0 z m 11.84375,7.59375 c -0.43418,1.72859 1.54726,-0.21289 0,0 z 
 m -30.25,0.1875 c -0.32259,1.4022 -1.31454,2.6171 -1.46875,4.0625 0.2365,-0.12132 2.40062,-1.60358 3.40625,-0.0313 0.27042,0.42141 -0.4058,-3.78303 -1.9375,-4.03125 l 0,5e-5 z m 0.34375,0.59375 c 0.15802,0.39919 0.25926,0.8097 0.46875,1.1875 0.45942,2.31753 -2.42982,-0.32611 -0.46875,-1.1875 z m 27.53125,0.28125 c -0.27953,0.0377 -0.5952,0.26544 -0.9375,0.84375 -0.88766,-1.54806 -3.07498,-0.65596 -2.625,1.1875 0.24846,2.02187 0.21194,1.022 0.78125,-0.3125 1.87021,-2.65856 1.07253,3.84562 2.125,0.40625 0.43664,-2.44131 1.61888,-0.79556 1.53125,0.78125 0.90012,0.81465 0.33628,-3.06947 -0.875,-2.90625 z m -23.71875,0.0937 c -0.0893,-0.003 -0.19353,0.0121 -0.28125,0.0313 -0.54583,0.11931 -1.03299,0.68813 -1.1875,1.6875 -0.95565,2.01126 3.02192,2.07267 2.40625,1.46875 -2.18085,-0.13423 -1.19298,-1.99532 0.5625,-1.5625 -0.25257,-1.04814 -0.87455,-1.60625 -1.5,-1.625 l 0,-5e-5 z m 3.71875,0 c -1.03711,-0.001 -2.13691,1.17519 -1.3125,2.75 0.72927,0.55425 1.03437,-4.00777 2.09375,-0.
 96875 0.37602,1.91367 0.5933,1.22858 0.59375,-0.34375 -0.16269,-1.00695 -0.75273,-1.43688 -1.375,-1.4375 z m 3.78125,0 c -0.0893,-0.003 -0.19353,0.0121 -0.28125,0.0313 -0.54583,0.11931 -1.03299,0.68813 -1.1875,1.6875 -0.95565,2.01126 3.02192,2.07267 2.40625,1.46875 -2.18085,-0.13423 -1.19298,-1.99532 0.5625,-1.5625 -0.25257,-1.04814 -0.87455,-1.60625 -1.5,-1.625 l 0,-5e-5 z m 7.40625,0 c -1.03711,-0.001 -2.1369,1.17519 -1.3125,2.75 0.72927,0.55425 1.0031,-4.00777 2.0625,-0.96875 0.37602,1.91366 0.62454,1.22857 0.625,-0.34375 -0.16268,-1.00695 -0.75273,-1.43688 -1.375,-1.4375 z m -4.15625,0.0625 c -0.30174,0.0181 -0.60046,0.0835 -0.84375,0.21875 1.64352,0.29289 2.28133,1.50964 0.125,1.34375 -1.32128,2.48008 3.8782,2.41136 2.40625,-0.0937 0.18067,-1.06446 -0.78228,-1.52317 -1.6875,-1.46875 l 0,-5e-5 z m 15.34375,0.0625 c 0,0.51695 0,1.04554 0,1.5625 -0.30488,3.70579 1.68418,-0.95765 0,-1.5625 z m 5.90625,0.0625 c -2.05923,0.14118 1.81044,2.43342 0.6875,2.6875 -3.43072,-0.0942 
 2.29661,1.52668 0.90625,-1 -1.84301,-0.13494 -1.49386,-1.38459 0.0625,-1.65625 -0.38702,-0.0296 -0.7679,-0.0359 -1.15625,-0.0313 -0.1932,-0.0111 -0.36272,-0.009 -0.5,0 l 0,5e-5 z m -31.84375,0.375 c 0.36269,-0.0159 0.73195,0.19934 0.8125,0.90625 l -0.34375,0.0625 -0.3125,0.0313 c -1.82096,0.22247 -0.95416,-0.96498 -0.15625,-1 l 0,-5e-5 z m 7.5,0 c 0.36269,-0.0159 0.73195,0.19934 0.8125,0.90625 l -0.34375,0.0625 -0.3125,0.0313 c -1.82096,0.22247 -0.95416,-0.96498 -0.15625,-1 l 0,-5e-5 z m 22.6875,0.0313 c -0.56599,0.22954 -1.01451,3.96222 -2.03125,1.15625 -0.37651,-1.91828 -0.62462,-1.19505 -0.625,0.375 l 0,0.34375 c 1.09494,2.30049 4.09257,0.23695 2.65625,-1.875 z m -18.96875,1.1563 c 0.20916,0.18555 0.59418,0.40182 0.5625,0.75 -1.3449,1.20777 -2.80178,-0.52781 -0.5625,-0.75 z m 1.1875,9.4375 c -1.3687,0.52353 -0.82555,4.3937 0.84375,4.15625 -1.7289,-1.38638 0.48345,-2.82049 -0.84375,-4.15625 z m 20.6875,0.0313 c -0.18674,0.0776 -0.34293,0.67643 -0.21875,1.40625 -0.8941,-1.4
 5655 -3.23091,0.42563 -2.1875,1.71875 1.73852,2.58479 3.56836,0.16034 2.78125,-2.03125 -0.0288,-0.72004 -0.15373,-1.03947 -0.28125,-1.09375 -0.0266,-0.0113 -0.0671,-0.0111 -0.0937,0 l -5e-5,0 z m -34.5625,0.15625 c -0.47767,0.10724 -0.17064,2.54914 -0.15625,3.375 0.72928,0.55426 1.00311,-4.0078 2.0625,-0.96875 0.37602,1.91366 0.62455,1.22857 0.625,-0.34375 0.19928,-0.94519 -0.92269,-1.78501 -1.75,-1.25 -0.37269,-0.62359 -0.62203,-0.84825 -0.78125,-0.8125 z m -3.21875,0.625 c -0.0639,-1.7e-4 -0.13033,0.015 -0.1875,0.0313 -1.60077,0.45622 -0.0941,6.7777 -0.0625,2.875 1.96454,1.64717 3.45392,-1.83086 0.9375,-2.65625 -0.27664,-0.16595 -0.4957,-0.2495 -0.6875,-0.25 l 0,-5e-5 z m 14.15625,0 c -0.0893,-0.003 -0.19353,0.0121 -0.28125,0.0313 -0.54584,0.11931 -1.03299,0.68813 -1.1875,1.6875 -0.95565,2.01126 3.05317,2.07267 2.4375,1.46875 -2.18085,-0.13423 -1.22423,-1.99532 0.53125,-1.5625 -0.25256,-1.04814 -0.87454,-1.60625 -1.5,-1.625 l 0,-5e-5 z m 18.875,0 c -0.0893,-0.003 -0.19353,
 0.0121 -0.28125,0.0313 -0.54583,0.11931 -1.03299,0.68813 -1.1875,1.6875 -0.95566,2.01125 3.05316,2.07267 2.4375,1.46875 -2.18085,-0.13423 -1.22422,-1.99532 0.53125,-1.5625 -0.25257,-1.04814 -0.87455,-1.60625 -1.5,-1.625 l 0,-5e-5 z m -25.3125,0.0625 c -0.30174,0.0181 -0.60046,0.0835 -0.84375,0.21875 1.64352,0.29289 2.28134,1.50964 0.125,1.34375 -1.32128,2.48008 3.87821,2.41136 2.40625,-0.0937 0.18068,-1.06447 -0.78227,-1.52317 -1.6875,-1.46875 l 0,-5e-5 z m 3.84375,0 c -0.10394,-0.006 -0.20862,0.007 -0.3125,0.0313 -0.69252,0.16165 -1.26618,0.98177 -0.75,1.8125 0.44999,3.35425 0.0264,-1.85963 1.90625,-1.28125 -0.22982,-0.37398 -0.53194,-0.54359 -0.84375,-0.5625 l 0,-5e-5 z m 8.375,0 c -0.10687,-0.006 -0.20862,0.007 -0.3125,0.0313 -0.69252,0.16165 -1.26618,0.98177 -0.75,1.8125 0.44999,3.35425 0.0577,-1.85964 1.9375,-1.28125 -0.22982,-0.37398 -0.5544,-0.54359 -0.875,-0.5625 l 0,-5e-5 z m 2.3125,0 c -0.30174,0.0181 -0.60046,0.0835 -0.84375,0.21875 1.64352,0.29289 2.28134,1.50964
  0.125,1.34375 -1.32128,2.48008 3.87821,2.41136 2.40625,-0.0937 0.18069,-1.06448 -0.78227,-1.52318 -1.6875,-1.46875 l 0,-5e-5 z m 6.78125,0.125 c -2.05923,0.14118 1.81044,2.43342 0.6875,2.6875 -3.43072,-0.0942 2.29661,1.52668 0.90625,-1 -1.84301,-0.13494 -1.49386,-1.38459 0.0625,-1.65625 -0.38702,-0.0296 -0.7679,-0.0359 -1.15625,-0.0313 -0.1932,-0.0111 -0.36272,-0.009 -0.5,0 l 0,5e-5 z m -28.28125,0.375 c 0.0439,-0.0133 0.0797,-0.007 0.125,0 0.24181,0.0347 0.48568,0.38481 0.6875,1.21875 -0.1708,0.37273 -0.34447,0.75621 -0.625,1.0625 -1.30424,0.204 -0.84642,-2.08185 -0.1875,-2.28125 z m 13.59375,0 c 0.36269,-0.0159 0.7007,0.19934 0.78125,0.90625 l -0.34375,0.0625 -0.28125,0.0313 c -1.82096,0.22247 -0.95416,-0.96498 -0.15625,-1 l 0,-5e-5 z m 18.84375,0 c 0.36269,-0.0159 0.73195,0.19934 0.8125,0.90625 l -0.34375,0.0625 -0.28125,0.0313 c -1.82095,0.22248 -0.98541,-0.96497 -0.1875,-1 l 0,-5e-5 z m 3.5,0.125 c 1.40381,0.25307 -0.10566,4.26675 -0.9375,1.09375 0.17432,-0.37905 0.336
 65,-0.75318 0.625,-1.0625 0.12083,-0.0196 0.21891,-0.0481 0.3125,-0.0313 l 0,5e-5 z m -28.34375,1.0625 c 0.20916,0.18555 0.59416,0.40182 0.5625,0.75 -1.34489,1.20777 -2.80179,-0.52781 -0.5625,-0.75 z m 14.53125,0 c 0.20916,0.18555 0.59416,0.40182 0.5625,0.75 -1.34489,1.20777 -2.80179,-0.52781 -0.5625,-0.75 z m -14.125,9.0937 c 0.0867,0.9127 -0.051,1.83683 -0.0625,2.75 -0.003,4.04921 1.61563,-1.74591 0.0625,-2.75 z m 1.65625,0 c 0.0867,0.91271 -0.0197,1.83683 -0.0313,2.75 -0.003,4.04921 1.58437,-1.74591 0.0313,-2.75 z m 1.65625,0 c -0.43418,1.72859 1.54726,-0.21289 0,0 z m 10.15625,0 c -0.43418,1.72859 1.54726,-0.21289 0,0 z m 13.4375,0 c -0.43418,1.72859 1.54726,-0.21289 0,0 z m -32.9375,1.0625 c -0.27953,0.0377 -0.5952,0.26544 -0.9375,0.84375 -0.88765,-1.54806 -3.07498,-0.65593 -2.625,1.1875 0.24846,2.02187 0.18069,1.02201 0.75,-0.3125 1.87022,-2.65856 1.07253,3.84562 2.125,0.40625 0.43665,-2.44131 1.61886,-0.79556 1.53125,0.78125 0.90012,0.81465 0.36753,-3.06947 -0.84375,-
 2.90625 z m 30.5625,0 c -0.27953,0.0377 -0.59519,0.26544 -0.9375,0.84375 -0.88766,-1.54806 -3.07498,-0.65597 -2.625,1.1875 0.24846,2.02187 0.21195,1.022 0.78125,-0.3125 1.87022,-2.65856 1.07254,3.84562 2.125,0.40625 0.43665,-2.4413 1.58762,-0.79557 1.5,0.78125 0.90013,0.81465 0.36753,-3.06947 -0.84375,-2.90625 z m -8.09375,0.0937 c -0.0893,-0.003 -0.19353,0.0121 -0.28125,0.0313 -0.54583,0.11931 -1.03299,0.68813 -1.1875,1.6875 -0.95565,2.01126 3.05315,2.07267 2.4375,1.46875 -2.18085,-0.13423 -1.22423,-1.99532 0.53125,-1.5625 -0.25257,-1.04814 -0.87455,-1.60625 -1.5,-1.625 l 0,-5e-5 z m -18.84375,0.0625 c -1.11423,0.67003 -2.83002,2.78968 -0.5,3.1875 2.74289,0.70047 2.57645,-2.47405 0.5,-3.1875 z m 5.71875,0.0625 c 0,0.51695 0,1.04554 0,1.5625 -0.30488,3.70579 1.68418,-0.95764 0,-1.5625 z m 10.15625,0 c 0,0.51695 0,1.04554 0,1.5625 -0.30488,3.70579 1.68418,-0.95764 0,-1.5625 z m 13.4375,0 c 0,0.51695 0,1.04554 0,1.5625 -0.30488,3.70579 1.68419,-0.95765 0,-1.5625 z m -21.5,0.06
 25 c -2.05924,0.14118 1.81043,2.43342 0.6875,2.6875 -3.43072,-0.0942 2.29661,1.52668 0.90625,-1 -1.84301,-0.13494 -1.49386,-1.38459 0.0625,-1.65625 -0.38702,-0.0296 -0.76792,-0.0359 -1.15625,-0.0313 -0.1932,-0.0111 -0.36272,-0.009 -0.5,0 l 0,5e-5 z m 5.375,0 c -2.05923,0.14118 1.81044,2.43342 0.6875,2.6875 -3.43072,-0.0942 2.29661,1.52668 0.90625,-1 -1.84301,-0.13494 -1.49386,-1.38459 0.0625,-1.65625 -0.38702,-0.0296 -0.79915,-0.0359 -1.1875,-0.0313 -0.1932,-0.0111 -0.33147,-0.009 -0.46875,0 l 0,5e-5 z m -13.1875,0.3125 c 0.47757,0.4738 1.15312,1.09422 1,1.84375 -1.36855,1.791 -3.20379,-1.03028 -1,-1.84375 z m 19,0.0625 c 0.36269,-0.0159 0.73195,0.19934 0.8125,0.90625 l -0.34375,0.0625 -0.28125,0.0313 c -1.82096,0.22247 -0.98541,-0.96498 -0.1875,-1 l 0,-5e-5 z m 12.34375,2.0625 c -0.0806,10e-4 -0.20201,0.0117 -0.3125,0.0313 -0.46736,1.79678 1.52201,-0.0515 0.3125,-0.0313 z M 201,429.36314 c -0.43417,1.7286 1.54729,-0.21291 0,0 z m -15.03125,0.125 c -0.13698,0.008 -0.24286,0.
 0434 -0.375,0.0937 -3.49787,0.70581 2.51915,3.10493 0.5,3.71875 -4.03145,-0.24026 2.37446,1.79784 1.1875,-1.09375 -1.641,-0.43445 -2.76481,-2.34208 -0.0625,-2.5 -0.39195,-0.0971 -0.83907,-0.24143 -1.25,-0.21875 l 0,5e-5 z m 17.21875,0.21875 c -1.36868,0.52355 -0.82554,4.39369 0.84375,4.15625 -1.72889,-1.38638 0.48345,-2.82049 -0.84375,-4.15625 z m 17.5625,0 c -1.36871,0.52352 -0.82556,4.3937 0.84375,4.15625 -1.72888,-1.38638 0.48344,-2.8205 -0.84375,-4.15625 z m -26.3125,0.0313 c -0.18673,0.0776 -0.34293,0.67643 -0.21875,1.40625 -0.8941,-1.45655 -3.23092,0.42561 -2.1875,1.71875 1.73852,2.58479 3.56836,0.16034 2.78125,-2.03125 -0.0288,-0.72004 -0.15374,-1.03947 -0.28125,-1.09375 -0.0266,-0.0113 -0.0671,-0.0111 -0.0937,0 l -5e-5,0 z m 19.75,0.6875 c -0.27953,0.0377 -0.59519,0.26544 -0.9375,0.84375 -0.88764,-1.54807 -3.10623,-0.65596 -2.65625,1.1875 0.24846,2.02187 0.21193,1.022 0.78125,-0.3125 1.87022,-2.65856 1.07255,3.84561 2.125,0.40625 0.43666,-2.4413 1.61886,-0.79555 1.53
 125,0.78125 0.90015,0.81467 0.36754,-3.06947 -0.84375,-2.90625 z m -24.5,0.0937 c -0.0893,-0.003 -0.19353,0.0121 -0.28125,0.0313 -0.54583,0.11931 -1.03299,0.68813 -1.1875,1.6875 -0.95565,2.01126 3.02192,2.07267 2.40625,1.46875 -2.18085,-0.13423 -1.19298,-1.99532 0.5625,-1.5625 -0.25257,-1.04814 -0.87455,-1.60625 -1.5,-1.625 l 0,-5e-5 z m 28.15625,0 c -0.0893,-0.003 -0.19353,0.0121 -0.28125,0.0313 -0.54583,0.11931 -1.03299,0.68813 -1.1875,1.6875 -0.95566,2.01124 3.02189,2.07267 2.40625,1.46875 -2.18085,-0.13424 -1.19297,-1.99532 0.5625,-1.5625 -0.25257,-1.04814 -0.87455,-1.60625 -1.5,-1.625 l 0,-5e-5 z m -9.96875,0.0625 c -0.30174,0.0181 -0.60046,0.0835 -0.84375,0.21875 1.64352,0.29288 2.28135,1.50964 0.125,1.34375 -1.32128,2.48008 3.87821,2.41136 2.40625,-0.0937 0.1807,-1.06448 -0.78227,-1.52318 -1.6875,-1.46875 l 0,-5e-5 z m -6.875,0.0625 c 0,0.51695 0,1.04554 0,1.5625 -0.30488,3.70581 1.68423,-0.95768 0,-1.5625 z m -2.6875,0.0625 c -2.05924,0.14118 1.77917,2.43342 0.65625,
 2.6875 -3.43073,-0.0942 2.2966,1.52669 0.90625,-1 -1.84301,-0.13494 -1.46261,-1.38458 0.0937,-1.65625 -0.38702,-0.0296 -0.79917,-0.0359 -1.1875,-0.0313 -0.1932,-0.0111 -0.33147,-0.009 -0.46875,0 l 5e-5,5e-5 z m -8.46875,0.375 c 0.36269,-0.0159 0.73195,0.19934 0.8125,0.90625 l -0.34375,0.0625 -0.3125,0.0313 c -1.82096,0.22247 -0.95416,-0.96498 -0.15625,-1 l 0,-5e-5 z m 28.15625,0 c 0.36269,-0.0159 0.7007,0.19934 0.78125,0.90625 l -0.3125,0.0625 -0.3125,0.0313 c -1.82096,0.22247 -0.95416,-0.96497 -0.15625,-1 l 0,-5e-5 z m -24.65625,0.125 c 1.4038,0.25307 -0.1369,4.26675 -0.96875,1.09375 0.17433,-0.37904 0.3679,-0.75318 0.65625,-1.0625 0.12082,-0.0196 0.21891,-0.0481 0.3125,-0.0313 l 0,5e-5 z m 15.15625,1.0625 c 0.20916,0.18555 0.59417,0.40179 0.5625,0.75 -1.3449,1.20776 -2.80178,-0.52782 -0.5625,-0.75 z m -22.71875,9.09375 c -2.04232,0.15615 -1.2861,2.57025 -0.9375,4 0.71636,0.54345 0.26837,-3.28853 1.375,-4 -0.16188,-0.0106 -0.30135,-0.0104 -0.4375,0 z m 11.6875,0 c -0.43418,
 1.72859 1.54727,-0.21289 0,0 z m 2.125,0.0937 c -0.80683,0.27391 -0.62253,3.06288 -0.28125,4.21875 2.85837,2.41489 3.55408,-4.92496 0.34375,-2.53125 -0.16227,-0.55837 0.19675,-1.15286 -0.0625,-1.6875 z m -4.09375,1.0313 c -2.08184,0.0266 -2.11617,4.16757 0.5625,3.46875 -0.85288,-0.0691 -2.16999,-3.38329 0.46875,-3.1875 -0.38826,-0.19899 -0.72785,-0.28513 -1.03125,-0.28125 z m -7.9375,0.0937 c -0.30174,0.0181 -0.60046,0.0835 -0.84375,0.21875 1.64352,0.29289 2.28134,1.50964 0.125,1.34375 -1.32129,2.48008 3.87821,2.41136 2.40625,-0.0937 0.18069,-1.06447 -0.78227,-1.52317 -1.6875,-1.46875 l 0,-5e-5 z m 9.90625,0.0625 c 0,0.51695 0,1.04554 0,1.5625 -0.30487,3.70579 1.6842,-0.95765 0,-1.5625 z m 9.71875,0.0625 c -2.05923,0.14118 1.81044,2.43342 0.6875,2.6875 -3.43072,-0.0942 2.29661,1.52668 0.90625,-1 -1.84301,-0.13494 -1.49386,-1.38459 0.0625,-1.65625 -0.38702,-0.0296 -0.7679,-0.0359 -1.15625,-0.0313 -0.1932,-0.0111 -0.36272,-0.009 -0.5,0 l 0,5e-5 z m -6.53125,0.375 c 0.0439,-0.0
 133 0.0797,-0.007 0.125,0 0.24181,0.0347 0.51693,0.38481 0.71875,1.21875 -0.1708,0.37272 -0.37573,0.75621 -0.65625,1.0625 -1.30424,0.20401 -0.84641,-2.08185 -0.1875,-2.28125 z m -7.71875,0.0313 c -0.566,0.22952 -1.0145,3.96222 -2.03125,1.15625 -0.37651,-1.91828 -0.59337,-1.19505 -0.59375,0.375 l 0,0.34375 c 1.09495,2.30048 4.06131,0.23696 2.625,-1.875 z m 12.59375,0 c -0.56599,0.22954 -1.01451,3.96222 -2.03125,1.15625 -0.37651,-1.91828 -0.62462,-1.19505 -0.625,0.375 l 0,0.34375 c 1.09494,2.30049 4.09257,0.23695 2.65625,-1.875 z m -17.375,1.15625 c 0.20916,0.18555 0.62542,0.40182 0.59375,0.75 -1.34489,1.20777 -2.83304,-0.5278 -0.59375,-0.75 z m 14.40625,9.09375 c 0.0867,0.91271 -0.0197,1.83683 -0.0313,2.75 -0.003,4.04921 1.58437,-1.74591 0.0313,-2.75 z m 1.6875,0 c 0.0867,0.91271 -0.0197,1.83683 -0.0313,2.75 -0.003,4.04921 1.58437,-1.74591 0.0313,-2.75 z m 1.65625,0 c -0.43418,1.72859 1.54727,-0.21289 0,0 z m -20.03125,1.125 c -2.0738,0.0265 -2.08499,4.12775 0.5625,3.46875 -0
 .85288,-0.0691 -2.13874,-3.38328 0.5,-3.1875 -0.38826,-0.19899 -0.7591,-0.28513 -1.0625,-0.28125 z m 7,0.0313 c -1.03711,-10e-4 -2.1369,1.17519 -1.3125,2.75 0.72928,0.55425 1.03436,-4.00777 2.09375,-0.96875 0.37602,1.91366 0.5933,1.22857 0.59375,-0.34375 -0.16268,-1.00695 -0.75273,-1.43688 -1.375,-1.4375 z m -3.71875,0.0625 c -1.11423,0.67003 -2.83002,2.78968 -0.5,3.1875 2.74288,0.70047 2.57645,-2.47405 0.5,-3.1875 z m 10.625,0 c -0.30174,0.0181 -0.60046,0.0835 -0.84375,0.21875 1.64352,0.2929 2.28134,1.50965 0.125,1.34375 -1.32128,2.48008 3.8782,2.41136 2.40625,-0.0937 0.18068,-1.06447 -0.78227,-1.52318 -1.6875,-1.46875 l 0,-5e-5 z m -4.8125,0.0625 c 0.31296,0.69611 0.50818,1.44487 0.78125,2.15625 1.01973,3.99063 3.1561,-4.28451 1.46875,-1.0625 -0.5543,2.88176 -1.12014,-0.6896 -2.25,-1.09375 z m 10.9375,0 c 0,0.51695 0,1.04554 0,1.5625 -0.30487,3.70579 1.6842,-0.95765 0,-1.5625 z M 208,454.70684 c -2.05923,0.14118 1.81044,2.43341 0.6875,2.6875 -3.43072,-0.0942 2.29661,1.5266
 8 0.90625,-1 -1.84301,-0.13495 -1.49386,-1.38459 0.0625,-1.65625 -0.38702,-0.0296 -0.7679,-0.0359 -1.15625,-0.0313 -0.1932,-0.0111 -0.36272,-0.009 -0.5,0 l 0,5e-5 z m -18.84375,0.3125 c 0.47757,0.4738 1.15312,1.09422 1,1.84375 -1.36856,1.791 -3.20379,-1.03028 -1,-1.84375 z m 11.21875,1.25 c 0.20916,0.18555 0.62542,0.40182 0.59375,0.75 -1.34489,1.20777 -2.83302,-0.52781 -0.59375,-0.75 z m 10.6875,0.875 c -0.0806,10e-4 -0.17076,0.0117 -0.28125,0.0313 -0.46736,1.79678 1.49076,-0.0515 0.28125,-0.0313 z m -116.96875,12.2188 c -0.42149,1.71968 1.48768,-0.21941 0,0 z m 8.8125,0 c 0.0644,0.59951 0.0274,1.21238 0,1.8125 -0.47995,4.76024 1.74253,0.25727 0,-1.8125 z m 26.1875,0 c 0.0644,0.59951 0.0273,1.21238 0,1.8125 -0.47995,4.76024 1.74253,0.25727 0,-1.8125 z m 1.65625,0 c -0.42149,1.71967 1.48764,-0.21939 0,0 z m 18.8125,0 c 0.0644,0.59951 0.0274,1.21236 0,1.8125 -0.47995,4.76025 1.74257,0.25723 0,-1.8125 z m 70.21875,0 c -0.42149,1.71968 1.48769,-0.21941 0,0 z m -134.5,0.125 c -0.
 20466,0.0106 -0.43631,0.0191 -0.6875,0.0625 0.0495,0.5048 -0.42365,5.23901 0.53125,3.8125 1.23086,-0.71705 3.22613,-4.03337 0.15625,-3.875 z m 47.6875,0.21875 c -1.26471,0.44278 -0.88846,4.31503 0.75,4.15625 -1.9106,-1.44407 0.86071,-2.75672 -0.75,-4.15625 z m 55.125,0 c -1.26471,0.44277 -0.8572,4.31502 0.78125,4.15625 -1.91057,-1.44405 0.82943,-2.75672 -0.78125,-4.15625 z m 29.84375,0 c -1.26471,0.44278 -0.8572,4.31502 0.78125,4.15625 -1.91057,-1.44405 0.82943,-2.75672 -0.78125,-4.15625 z m -49.96875,0.1875 c -0.10573,-0.009 -0.23253,0.34673 -0.28125,1.25 -1.24288,-1.80854 -3.34698,0.91806 -1.9375,2.125 3.21892,3.35476 2.67692,-3.33558 2.21875,-3.375 z m -82.78125,0.15625 c 3.91265,-0.30325 -1.04901,3.7515 0,0 z m 11.84375,0.25 c -1.58556,-0.0513 -1.75699,4.96571 -0.65625,2.1875 0.68739,-4.12923 2.36127,4.09203 2.125,-0.53125 l -0.15625,-0.65625 c -0.51989,-0.70783 -0.9466,-0.98816 -1.3125,-1 z m 106.65625,0 c -1.58556,-0.0513 -1.72575,4.96571 -0.625,2.1875 0.68739,-4.12923
  2.33002,4.09203 2.09375,-0.53125 l -0.125,-0.65625 c -0.51989,-0.70783 -0.97785,-0.98816 -1.34375,-1 z m 7.5,0 c -1.58556,-0.0513 -1.72575,4.96571 -0.625,2.1875 0.68739,-4.12923 2.33002,4.09203 2.09375,-0.53125 l -0.125,-0.65625 c -0.51989,-0.70783 -0.97785,-0.98816 -1.34375,-1 z m -101.625,0.1875 c -1.39807,0.11106 -2.15306,2.2467 -0.875,3.28125 4.01529,1.79659 -2.55179,-2.66498 1.9375,-3 -0.37376,-0.22675 -0.73987,-0.30688 -1.0625,-0.28125 z m 34.09375,0 c -0.28177,0.0156 -0.6402,0.22145 -1.0625,0.78125 -0.52365,-1.43059 -3.42179,-0.60552 -2.65625,1.09375 0.60547,3.96372 0.10104,-2.34706 1.90625,-0.5 0.86771,4.56829 0.41076,-1.64876 2.25,-0.125 0.70709,4.89688 1.08407,-1.33444 -0.4375,-1.25 z m -17,0.0625 c -1.68517,0.0246 -3.14189,3.99006 1.21875,3.1875 -2.52235,-0.21228 -2.1147,-1.65473 0.34375,-1.59375 -0.40495,-1.19673 -1.00078,-1.60196 -1.5625,-1.59375 z m 25.8125,0 c -1.68517,0.0246 -3.14188,3.99007 1.21875,3.1875 -2.52238,-0.21228 -2.11468,-1.65473 0.34375,-1.59375
  -0.40496,-1.19673 -1.00078,-1.60196 -1.5625,-1.59375 z m 25.15625,0 c -1.68517,0.0246 -3.14188,3.99006 1.21875,3.1875 -2.52237,-0.21228 -2.11469,-1.65472 0.34375,-1.59375 -0.40496,-1.19673 -1.00078,-1.60196 -1.5625,-1.59375 z m 3.8125,0 c -1.57414,0.16074 -3.33431,2.58497 0.71875,3.46875 -3.68413,0.66331 0.50669,2.05671 0.625,-0.5 0.49077,-2.34814 -0.39927,-3.06519 -1.34375,-2.96875 z m 3.6875,0 c -1.68517,0.0246 -3.14188,3.99006 1.21875,3.1875 -2.52237,-0.21228 -2.11469,-1.65472 0.34375,-1.59375 -0.40496,-1.19673 -1.00078,-1.60196 -1.5625,-1.59375 z m 14.875,0 c -1.68517,0.0246 -3.14189,3.99007 1.21875,3.1875 -2.52237,-0.21227 -2.14594,-1.65473 0.3125,-1.59375 -0.40496,-1.19673 -0.96953,-1.60196 -1.53125,-1.59375 z m 7.5,0 c -1.68517,0.0246 -3.14189,3.99007 1.21875,3.1875 -2.52237,-0.21227 -2.14594,-1.65473 0.3125,-1.59375 -0.40496,-1.19673 -0.96953,-1.60196 -1.53125,-1.59375 z m -118.4375,0.0313 c -0.63835,0.0124 -1.31933,0.5021 -1.1875,1.21875 0.71953,4.27552 -0.0169,-0.
 81007 2.09375,-0.65625 -0.1598,-0.41614 -0.52324,-0.56995 -0.90625,-0.5625 z m 2.28125,0 c -0.34198,0.0702 -0.64006,0.27831 -0.84375,0.5625 -1.0552,2.49623 0.41035,2.73674 1.5625,2.15625 -1.05189,0.23306 -2.65009,-0.57345 -0.375,-2.28125 0.9579,0.78987 1.19305,1.36908 1.0625,1.75 0.65224,-0.67555 0.73892,-1.60719 -1.0625,-2.1875 -0.11707,-0.008 -0.22976,-0.0234 -0.34375,0 z m 14.09375,0.0313 c -0.64747,0.0759 -0.87417,0.57663 0.9375,1.09375 -4.80032,0.50375 1.7557,4.49039 0.78125,0.34375 0.0212,-1.17229 -1.07128,-1.51344 -1.71875,-1.4375 z m 41.28125,0 c -0.64747,0.0759 -0.84293,0.57663 0.96875,1.09375 -4.80031,0.50374 1.75571,4.49039 0.78125,0.34375 0.0212,-1.17229 -1.10253,-1.51344 -1.75,-1.4375 z m 16,0 c -0.64746,0.0759 -0.87415,0.57662 0.9375,1.09375 -4.80033,0.50374 1.7557,4.4904 0.78125,0.34375 0.0212,-1.17228 -1.07129,-1.51344 -1.71875,-1.4375 z m 7.46875,0 c -0.64747,0.0759 -0.84291,0.57662 0.96875,1.09375 -4.80032,0.50375 1.72445,4.4904 0.75,0.34375 0.0212,-1.17228
  -1.07128,-1.51344 -1.71875,-1.4375 z m 44.40625,0 c -0.64747,0.0759 -0.87416,0.57663 0.9375,1.09375 -4.80032,0.50375 1.75571,4.4904 0.78125,0.34375 0.0212,-1.17229 -1.07128,-1.51344 -1.71875,-1.4375 z m -120.5,0.0313 0,0.59375 c -0.61913,4.05959 1.75143,1.29843 0,-0.59375 z m 27.375,0 0.40625,0.9375 c 0.15881,4.44402 3.34273,0.58349 2.1875,-0.59375 -0.89574,3.6623 -1.10798,0.88082 -2.59375,-0.34375 z m 9.28125,0 0,0.59375 c -0.61911,4.05957 1.75138,1.29846 0,-0.59375 z m 64.0625,0 0.375,0.9375 c 0.15881,4.44402 3.37397,0.58349 2.21875,-0.59375 -0.89574,3.66231 -1.10797,0.88082 -2.59375,-0.34375 z m 24.96875,0 0,0.59375 c -0.61913,4.05959 1.75143,1.29843 0,-0.59375 z m -103.25,0.0313 c -1.05275,7.6e-4 -2.15323,0.26009 -0.75,1.375 2.96269,1.61689 -1.56736,1.13652 0.125,1.8125 4.25141,-0.0108 -2.33037,-2.59491 1.5625,-3.125 -0.24864,-0.0313 -0.58658,-0.0627 -0.9375,-0.0625 z m 39.53125,0 c -1.05275,7.6e-4 -2.15323,0.26009 -0.75,1.375 2.96268,1.6169 -1.56737,1.13652 0.125,1.812
 5 4.25141,-0.0108 -2.33038,-2.59492 1.5625,-3.125 -0.24865,-0.0313 -0.58658,-0.0627 -0.9375,-0.0625 z m 66.53125,0 c -1.05275,7.6e-4 -2.15323,0.26009 -0.75,1.375 2.96269,1.6169 -1.56738,1.13652 0.125,1.8125 4.25141,-0.0108 -2.33036,-2.5949 1.5625,-3.125 -0.24865,-0.0313 -0.58658,-0.0627 -0.9375,-0.0625 z m -41.5625,0.21875 c 0.25365,-0.12369 0.62941,0.17817 1.1875,1.34375 -1.43048,3.28544 -1.94845,-0.97269 -1.1875,-1.34375 z m -14.28125,0.125 c 1.03761,-0.25234 0.94457,5.17624 -0.875,1.28125 0.35523,-0.84536 0.63555,-1.22302 0.875,-1.28125 z m -39.90625,0.0313 c 0.29318,0.0303 0.58141,0.28217 0.8125,0.9375 -2.39857,0.88904 -1.69204,-1.0283 -0.8125,-0.9375 z m 25.8125,0 c 0.29318,0.0303 0.61266,0.28217 0.84375,0.9375 -2.39857,0.88903 -1.72329,-1.0283 -0.84375,-0.9375 z m 25.15625,0 c 0.29318,0.0303 0.61265,0.28217 0.84375,0.9375 -2.39857,0.88903 -1.72329,-1.0283 -0.84375,-0.9375 z m 7.5,0 c 0.29318,0.0303 0.61265,0.28217 0.84375,0.9375 -2.39857,0.88903 -1.72329,-1.0283 -0.843
 75,-0.9375 z m 14.84375,0 c 0.29318,0.0303 0.61266,0.28217 0.84375,0.9375 -2.39857,0.88903 -1.7233,-1.0283 -0.84375,-0.9375 z m 7.5,0 c 0.29318,0.0303 0.61266,0.28217 0.84375,0.9375 -2.39857,0.88903 -1.7233,-1.0283 -0.84375,-0.9375 z m -96.03125,0.125 c -0.13168,-0.0558 -0.18388,0.31071 -0.125,1.46875 l 0.125,0.625 c 2.77657,3.77104 3.31453,-4.59366 1.96875,-1.15625 -0.52005,3.09448 -1.5737,-0.76999 -1.96875,-0.9375 z m 46.5,0 c -0.13168,-0.0558 -0.18388,0.31071 -0.125,1.46875 l 0.125,0.625 c 2.77657,3.77103 3.31451,-4.59366 1.96875,-1.15625 -0.52006,3.09446 -1.5737,-0.76999 -1.96875,-0.9375 z m -52.0625,1.09375 c 2.13586,1.87055 -3.8027,0.8053 0,0 z m 41.3125,0 c 2.13582,1.87059 -3.80272,0.80526 0,0 z m 15.96875,0 c 2.13588,1.87053 -3.8027,0.80532 0,0 z m 7.5,0 c 2.13587,1.87053 -3.8027,0.80532 0,0 z m 44.375,0 c 2.13586,1.87056 -3.80272,0.80528 0,0 z m -122.5,0.5625 c -0.17314,0.16913 -0.37028,0.31793 -0.59375,0.4375 0.26918,-0.0723 0.4905,-0.22289 0.59375,-0.4375 z m 42.1
 875,0.34375 c -1.27398,2.22565 1.70557,0.56249 0,0 z m 55.15625,0 c -1.27397,2.22563 1.70554,0.56252 0,0 z m -86.75,8.18725 c -0.42149,1.71967 1.48767,-0.2194 0,0 z m 9.28125,0 c -0.42149,1.71967 1.48767,-0.2194 0,0 z m 7.9375,0 c -0.42149,1.71968 1.48768,-0.21941 0,0 z m 27.875,0 c -0.42149,1.71967 1.48764,-0.21939 0,0 z m 44.40625,0 c -0.42149,1.7197 1.48771,-0.21943 0,0 z m 4.8125,0 c 0.0644,0.59951 0.0273,1.21238 0,1.8125 -0.47995,4.76024 1.74253,0.25727 0,-1.8125 z m 9.5,0 c -0.42149,1.71968 1.48768,-0.21941 0,0 z m -45.46875,0.15625 c -1.30404,0.0685 -2.5323,0.86763 -0.65625,2.03125 4.19519,1.72558 -3.18297,2.21271 0.53125,2.15625 5.12218,-0.57992 -4.13478,-3.42561 1.34375,-4 -0.33983,-0.15258 -0.78407,-0.21034 -1.21875,-0.1875 z m -26.875,0.1875 c -1.26473,0.44276 -0.88846,4.31503 0.75,4.15625 -1.91058,-1.44405 0.86068,-2.75672 -0.75,-4.15625 z m -40.96875,0.1875 c -0.10573,-0.009 -0.23253,0.34673 -0.28125,1.25 -1.24287,-1.80854 -3.34698,0.9181 -1.9375,2.125 3.21893,3
 .35477 2.67693,-3.33558 2.21875,-3.375 z m 8.09375,0 c -0.10573,-0.009 -0.20128,0.34673 -0.25,1.25 -1.24288,-1.80854 -3.34698,0.91809 -1.9375,2.125 3.21894,3.35476 2.64568,-3.33559 2.1875,-3.375 z m 68.25,0 c -0.10573,-0.009 -0.23253,0.34673 -0.28125,1.25 -1.24287,-1.80855 -3.34698,0.9181 -1.9375,2.125 3.21894,3.35476 2.67693,-3.33559 2.21875,-3.375 z m -60.09375,0.40625 c -1.58556,-0.0513 -1.75699,4.96571 -0.65625,2.1875 0.68738,-4.12923 2.33002,4.09203 2.09375,-0.53125 l -0.125,-0.65625 c -0.51989,-0.70783 -0.9466,-0.98816 -1.3125,-1 z m 35.8125,0 c -1.58556,-0.0513 -1.757,4.96571 -0.65625,2.1875 0.68737,-4.12925 2.33002,4.09203 2.09375,-0.53125 l -0.125,-0.65625 c -0.51989,-0.70783 -0.9466,-0.98816 -1.3125,-1 z m 44.40625,0 c -1.58556,-0.0513 -1.72575,4.96571 -0.625,2.1875 0.68739,-4.12923 2.33002,4.09203 2.09375,-0.53125 l -0.125,-0.65625 c -0.51989,-0.70783 -0.97785,-0.98816 -1.34375,-1 z m -64.5,0.1875 c -0.28177,0.0156 -0.60894,0.22145 -1.03125,0.78125 -0.52363,-1.430
 57 -3.4218,-0.60552 -2.65625,1.09375 0.60547,3.96371 0.0698,-2.34706 1.875,-0.5 0.8677,4.56831 0.41077,-1.64874 2.25,-0.125 0.70709,4.89691 1.08408,-1.33444 -0.4375,-1.25 z m 27.90625,0 c -0.28177,0.0156 -0.64019,0.22145 -1.0625,0.78125 -0.52365,-1.43056 -3.4218,-0.60552 -2.65625,1.09375 0.60548,3.96373 0.10104,-2.34705 1.90625,-0.5 0.86771,4.56829 0.41079,-1.64873 2.25,-0.125 0.70709,4.89691 1.08408,-1.33443 -0.4375,-1.25 z m 30.6875,0 c -0.28177,0.0156 -0.64019,0.22145 -1.0625,0.78125 -0.52364,-1.43057 -3.42179,-0.60552 -2.65625,1.09375 0.60546,3.96372 0.10105,-2.34706 1.90625,-0.5 0.86771,4.5683 0.41078,-1.64875 2.25,-0.125 0.70709,4.89691 1.08408,-1.33444 -0.4375,-1.25 z m -95.4375,0.0625 c -1.68517,0.0246 -3.14189,3.99004 1.21875,3.1875 -2.52237,-0.21228 -2.11469,-1.65473 0.34375,-1.59375 -0.40496,-1.19673 -1.00078,-1.60196 -1.5625,-1.59375 z m 17.40625,0 c -1.57414,0.16074 -3.33432,2.58497 0.71875,3.46875 -3.68413,0.66331 0.50668,2.0567 0.625,-0.5 0.49078,-2.34815 -0.3
 9926,-3.06519 -1.34375,-2.96875 z m 35.8125,0 c -1.68518,0.0246 -3.14189,3.99004 1.21875,3.1875 -2.52238,-0.21228 -2.11469,-1.65472 0.34375,-1.59375 -0.40497,-1.19673 -1.00077,-1.60196 -1.5625,-1.59375 z m 23.125,0 c -1.68518,0.0246 -3.14189,3.99004 1.21875,3.1875 -2.52238,-0.21228 -2.11469,-1.65472 0.34375,-1.59375 -0.40496,-1.19673 -1.00077,-1.60195 -1.5625,-1.59375 z m 13.03125,0 c -1.68517,0.0246 -3.14189,3.99004 1.21875,3.1875 -2.52237,-0.21228 -2.11469,-1.65473 0.34375,-1.59375 -0.40496,-1.19673 -1.00078,-1.60195 -1.5625,-1.59375 z m 35.28125,0 c -1.68517,0.0246 -3.14188,3.99004 1.21875,3.1875 -2.52237,-0.21227 -2.11469,-1.65473 0.34375,-1.59375 -0.40496,-1.19673 -1.00078,-1.60196 -1.5625,-1.59375 z m 3.4375,0.0313 c -0.63836,0.0124 -1.31933,0.5021 -1.1875,1.21875 0.71953,4.27552 -0.0169,-0.81007 2.09375,-0.65625 -0.15979,-0.41614 -0.52324,-0.56995 -0.90625,-0.5625 z m 2.375,0 c -0.63835,0.0124 -1.31933,0.5021 -1.1875,1.21875 0.71953,4.27552 -0.0169,-0.81008 2.09375,-0
 .65625 -0.1598,-0.41614 -0.52324,-0.56995 -0.90625,-0.5625 z m 2.3125,0.0313 c -0.64747,0.0759 -0.84291,0.57661 0.96875,1.09375 -4.80032,0.50374 1.72445,4.4904 0.75,0.34375 0.0212,-1.17229 -1.07128,-1.51344 -1.71875,-1.4375 z m -118.40625,0.0313 0,0.59375 c -0.61912,4.05958 1.75141,1.29844 0,-0.59375 z m 9.28125,0 0,0.59375 c -0.61912,4.05958 1.75141,1.29844 0,-0.59375 z m 7.9375,0 0,0.59375 c -0.61912,4.05959 1.75143,1.29843 0,-0.59375 z m 27.875,0 0,0.59375 c -0.61911,4.05957 1.75138,1.29846 0,-0.59375 z m 44.40625,0 0,0.59375 c -0.61913,4.05962 1.75147,1.2984 0,-0.59375 z m 10.375,0 0.40625,0.9375 c 0.15882,4.44402 3.37397,0.58352 2.21875,-0.59375 -0.89574,3.66231 -1.13923,0.88082 -2.625,-0.34375 z m 3.9375,0 0,0.59375 c -0.61912,4.05959 1.75143,1.29843 0,-0.59375 z m 1.28125,0 0.40625,0.9375 c 0.15882,4.44402 3.37398,0.58352 2.21875,-0.59375 -0.89574,3.6623 -1.13923,0.88082 -2.625,-0.34375 z m -122.6875,0.0313 c -1.05275,7.6e-4 -2.15322,0.26009 -0.75,1.375 2.96269,1.6169
  -1.56737,1.13655 0.125,1.8125 4.25141,-0.0108 -2.33036,-2.5949 1.5625,-3.125 -0.24864,-0.0313 -0.58658,-0.0627 -0.9375,-0.0625 z m 29.6875,0 c -1.05275,7.6e-4 -2.15323,0.26009 -0.75,1.375 2.96269,1.6169 -1.56737,1.13655 0.125,1.8125 4.2514,-0.0108 -2.33036,-2.59491 1.5625,-3.125 -0.24864,-0.0313 -0.58658,-0.0627 -0.9375,-0.0625 z m 3.125,0 c -1.05275,7.6e-4 -2.15323,0.26009 -0.75,1.375 2.96269,1.6169 -1.56737,1.13655 0.125,1.8125 4.25141,-0.0108 -2.33037,-2.59491 1.5625,-3.125 -0.24864,-0.0313 -0.58658,-0.0627 -0.9375,-0.0625 z m 56.5625,0 c -1.05275,7.6e-4 -2.15323,0.26009 -0.75,1.375 2.96269,1.6169 -1.56738,1.13655 0.125,1.8125 4.25141,-0.0108 -2.33036,-2.5949 1.5625,-3.125 -0.24865,-0.0313 -0.58658,-0.0627 -0.9375,-0.0625 z m 20.53125,0 c -1.05275,7.6e-4 -2.15325,0.26009 -0.75,1.375 2.96269,1.6169 -1.56737,1.13655 0.125,1.8125 4.25141,-0.0108 -2.33034,-2.5949 1.5625,-3.125 -0.24864,-0.0313 -0.58658,-0.0627 -0.9375,-0.0625 z m -89.6875,0.21875 c 0.25365,-0.12369 0.62942,0
 .17817 1.1875,1.34375 -1.43047,3.28544 -1.94844,-0.97269 -1.1875,-1.34375 z m -13.34375,0.125 c 1.03761,-0.25234 0.94457,5.17624 -0.875,1.28125 0.35523,-0.84536 0.63555,-1.22302 0.875,-1.28125 z m 8.125,0 c 1.03761,-0.25234 0.94457,5.17623 -0.875,1.28125 0.35523,-0.84536 0.63555,-1.22302 0.875,-1.28125 z m 68.21875,0 c 1.03761,-0.25234 0.94457,5.17624 -0.875,1.28125 0.35522,-0.84536 0.63555,-1.22302 0.875,-1.28125 z m -79.8125,0.0313 c 0.29318,0.0303 0.61266,0.28217 0.84375,0.9375 -2.39857,0.88904 -1.7233,-1.0283 -0.84375,-0.9375 z m 53.21875,0 c 0.29318,0.0303 0.61266,0.28217 0.84375,0.9375 -2.39857,0.88904 -1.72329,-1.0283 -0.84375,-0.9375 z m 23.125,0 c 0.29318,0.0303 0.61266,0.28217 0.84375,0.9375 -2.39857,0.88904 -1.72329,-1.0283 -0.84375,-0.9375 z m 13.03125,0 c 0.29318,0.0303 0.61265,0.28217 0.84375,0.9375 -2.39857,0.88904 -1.72329,-1.0283 -0.84375,-0.9375 z m 35.28125,0 c 0.29318,0.0303 0.61266,0.28217 0.84375,0.9375 -2.39857,0.88904 -1.72329,-1.0283 -0.84375,-0.9375
  z M 130.5,483.17564 c -0.13168,-0.0558 -0.18388,0.31071 -0.125,1.46875 l 0.125,0.625 c 2.77657,3.77102 3.31454,-4.59362 1.96875,-1.15625 -0.52005,3.09449 -1.57371,-0.76999 -1.96875,-0.9375 z m 91.875,1.09375 c 2.13584,1.87056 -3.8027,0.80528 0,0 z m -127.03125,0.90625 c -1.27397,2.22563 1.70554,0.56252 0,0 z m 41.375,0 c -1.27397,2.22563 1.70554,0.56252 0,0 z m 19.28125,0 c -0.47885,1.89048 1.74271,-0.29426 0,0 z m 43.40625,0 c -1.27397,2.22561 1.7055,0.56254 0,0 z m -81.875,8.1875 c 0.0644,0.59951 0.0273,1.21238 0,1.8125 -0.47995,4.76023 1.74251,0.25728 0,-1.8125 z m 1.6875,0 c -0.42149,1.71969 1.48769,-0.21942 0,0 z m 2.1875,0.34375 c -1.26469,0.44279 -0.88846,4.31502 0.75,4.15625 -1.91058,-1.44405 0.86068,-2.75672 -0.75,-4.15625 z M 107,493.89439 c -0.10574,-0.009 -0.20128,0.34673 -0.25,1.25 -1.24287,-1.80855 -3.37823,0.9181 -1.96875,2.125 3.21895,3.35476 2.67694,-3.33559 2.21875,-3.375 z m -21.15625,0.40625 c -1.58556,-0.0513 -1.75699,4.96571 -0.65625,2.1875 0.68739,-4.
 12923 2.33002,4.09203 2.09375,-0.53125 l -0.125,-0.65625 c -0.51989,-0.70783 -0.9466,-0.98816 -1.3125,-1 z m 7.46875,0 c -1.58556,-0.0513 -1.72574,4.96571 -0.625,2.1875 0.68739,-4.12923 2.33003,4.09203 2.09375,-0.53125 l -0.125,-0.65625 c -0.51989,-0.70783 -0.97785,-0.98816 -1.34375,-1 z m 8.84375,0.25 c -1.68517,0.0246 -3.1419,3.99004 1.21875,3.1875 -2.52238,-0.21228 -2.14594,-1.65472 0.3125,-1.59375 -0.40496,-1.19673 -0.96953,-1.60195 -1.53125,-1.59375 z m 12.9375,0 c -1.68517,0.0246 -3.14189,3.99004 1.21875,3.1875 -2.52237,-0.21228 -2.11469,-1.65472 0.34375,-1.59375 -0.40496,-1.19673 -1.00078,-1.60195 -1.5625,-1.59375 z m -25.78125,0.0313 c -0.34198,0.0702 -0.67131,0.27834 -0.875,0.5625 -1.04724,2.47741 0.38312,2.72011 1.53125,2.15625 -1.05053,0.19179 -2.5456,-0.60497 -0.3125,-2.28125 0.95789,0.78987 1.19305,1.36908 1.0625,1.75 0.65064,-0.67545 0.73732,-1.6077 -1.0625,-2.1875 -0.11707,-0.008 -0.22976,-0.0234 -0.34375,0 z m 20.59375,0.0625 0.40625,0.9375 c 0.1588,4.44402 3
 .34274,0.58349 2.1875,-0.59375 -0.89574,3.66231 -1.10797,0.88082 -2.59375,-0.34375 z m 9.3125,0 0,0.59375 c -0.61913,4.05961 1.75145,1.29841 0,-0.59375 z m -20.3125,0.0313 c -1.05275,7.6e-4 -2.15323,0.26009 -0.75,1.375 2.9627,1.6169 -1.56738,1.13655 0.125,1.8125 4.25141,-0.0108 -2.33036,-2.5949 1.5625,-3.125 -0.24864,-0.0313 -0.58658,-0.0628 -0.9375,-0.0625 z m 6.90625,0.34375 c 1.03761,-0.25234 0.91333,5.17624 -0.90625,1.28125 0.35523,-0.84536 0.6668,-1.22302 0.90625,-1.28125 z m -3.5,0.0313 c 0.29318,0.0303 0.61265,0.28217 0.84375,0.9375 -2.39857,0.88904 -1.72329,-1.0283 -0.84375,-0.9375 z m 12.96875,0 c 0.29318,0.0303 0.61266,0.28217 0.84375,0.9375 -2.39857,0.88904 -1.72329,-1.0283 -0.84375,-0.9375 z m -24.59375,1.78125 c -0.18021,0.17709 -0.42171,0.31483 -0.65625,0.4375 0.29331,-0.0679 0.54759,-0.20699 0.65625,-0.4375 z m 32.625,0.34375 c -0.47883,1.89047 1.74273,-0.29427 0,0 z"
+             style="font-size:6px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:200%;text-anchor:start;fill:#7d807a;fill-opacity:1;stroke:none;display:inline;font-family:Bitstream Vera Sans"
+             inkscape:connector-curvature="0" />
+          <path
+             transform="translate(30,-33.6369)"
+             clip-path="url(#clipPath4396-4)"
+             id="path4380"
+             d="m 80.40625,432.78125 c 4.95211,3.15625 10.09773,2.36004 13.8125,6.28125 0.16682,0.1761 0.33306,0.33512 0.5,0.5 0.47081,0.0642 0.86634,0.12875 1.125,0.125 -0.20957,-0.21165 -0.41647,-0.40488 -0.625,-0.625 -3.01825,-3.18598 -6.9951,-3.26716 -11.03125,-4.875 -0.03474,-0.0138 -0.059,-0.0484 -0.09375,-0.0625 -1.10179,-0.36006 -2.29362,-0.75403 -3.6875,-1.34375 z m 18.125,0.625 c -0.63373,2.51321 2.51245,5.71105 1.53125,6.78125 -0.28982,0.31612 -0.95433,0.69532 -1.40625,1.125 0.12002,0.10757 0.25465,0.20603 0.375,0.3125 0.45504,-0.64981 1.60175,-0.96015 1.75,-1.34375 0.0395,-0.1023 0.21224,-0.3176 0.46875,-0.59375 0.007,-0.15893 -0.013,-0.33834 -0.0625,-0.53125 -0.36749,0.24581 -0.65336,0.32478 -0.6875,0.15625 -0.13053,-0.6444 -2.23183,-4.07697 -1.96875,-5.90625 z m 15.125,3 c -3.23258,3.13778 -1.93744,10.59758 -4.28125,11.3125 -0.87305,0.26631 -2.67739,0.13373 -3.71875,0.65625 0.10564,0.23081 0.1924,0.46561 0.28125,0.71875 0.48934,-1.38565 3.28817,-1.02442 4.4375,
 -1.375 0.40212,-0.12266 0.70836,-0.4424 0.9375,-0.90625 -0.37324,0.16279 -0.58924,0.18863 -0.5,-0.0313 0.43039,-1.06043 0.76035,-7.91801 2.84375,-10.375 l 0,5e-5 z m -9.875,0.1875 c -0.65633,0.8653 -1.67467,1.86478 -2.40625,2.40625 0.035,0.0884 0.11425,0.25945 0.125,0.3125 0.006,0.0315 0.01,0.0483 0.0313,0.0625 0.76016,-0.80336 1.86771,-1.92287 2.25,-2.78125 l -5e-5,0 z m 31.15625,1.28125 c -0.10681,2.33068 2.61199,5.60659 1.375,8.5 0.1879,0.0583 0.37002,0.14826 0.5625,0.21875 1.03088,-2.07763 -1.84715,-6.99222 -1.9375,-8.71875 z m -44.09375,1.4375 c -0.58853,-0.002 -1.19981,0.0498 -1.8125,0.15625 -0.24454,0.0425 -0.47494,0.0811 -0.71875,0.0937 0.57324,0.0163 1.14758,0.006 1.71875,-0.0937 0.3802,-0.0661 0.75059,-0.10454 1.125,-0.125 -0.10937,-0.003 -0.20125,-0.031 -0.3125,-0.0313 l 0,5e-5 z m -4.90625,0.21875 c -1.05294,0.0153 -2.13802,0.17596 -3.34375,0.96875 0.73581,-0.30835 1.4245,-0.46615 2.09375,-0.5625 0.66231,-0.25997 1.29099,-0.37458 1.90625,-0.40625 -0.21749,-0.006 
 -0.43522,-0.003 -0.65625,0 z M 91.625,439.75 c -0.16769,-0.002 -0.31622,0.0195 -0.46875,0.0313 1.75151,0.14017 4.01985,0.84237 5.59375,1.75 3.19912,2.92004 6.06811,5.00342 6.65625,7.03125 0.69343,2.39084 0.87982,8.89902 0.9375,12.375 0.0202,0.021 0.0422,0.0415 0.0625,0.0625 0.30813,0.3105 0.62898,0.60098 0.96875,0.875 -0.0381,-3.13547 -0.21719,-10.72125 -0.96875,-13.3125 -0.58814,-2.02783 -3.45713,-4.11121 -6.65625,-7.03125 -1.7362,-1.00123 -4.32697,-1.76239 -6.125,-1.78125 l 0,-5e-5 z m -4.5,0.0625 c 0.65921,0.0186 1.30134,0.0547 1.9375,0.0313 -0.6308,-0.0149 -1.27239,-0.0416 -1.9375,-0.0313 z m 38.90625,0.59375 c 0.85981,2.03517 1.03075,4.21454 1.875,5.96875 0.0201,0.0419 0.0431,0.0827 0.0625,0.125 -0.0386,0.0749 -0.0625,0.16002 -0.0625,0.25 0,0.22641 0.14749,0.41694 0.34375,0.5 0.75795,2.22902 0.68188,4.89913 0.75,7.1875 0.35884,0.43277 0.71896,0.90498 1.0625,1.46875 -0.081,-0.88874 -0.10567,-1.89754 -0.125,-2.9375 -0.22118,-1.90879 -0.22993,-4.24515 -1.0625,-5.875 0.0353
 ,-0.0409 0.0733,-0.0777 0.0937,-0.125 -0.004,-0.008 0.004,-0.0227 0,-0.0313 -0.0255,-0.0612 -0.0625,-0.11723 -0.0625,-0.1875 0,-0.09 0.024,-0.17511 0.0625,-0.25 -0.0194,-0.0423 -0.0424,-0.0831 -0.0625,-0.125 -0.0198,-0.0411 -0.0434,-0.0834 -0.0625,-0.125 -0.0287,0.006 -0.0655,0.0249 -0.0937,0.0313 -0.0628,-0.0425 -0.14103,-0.0804 -0.21875,-0.0937 -1.38487,-2.04113 -0.95284,-3.54566 -2.5,-5.78125 l 0,-5e-5 0,0 z m 19.03125,2.65625 c -1.69758,2.49457 -3.86818,2.37373 -5.125,4.8125 0.0526,0.0186 0.10315,0.0444 0.15625,0.0625 0.89869,-2.16469 3.75785,-2.67569 4.96875,-4.875 z m -27.6875,1.3125 c -2.19466,0.39587 -4.28042,1.54971 -5.5,2.15625 -0.0203,0.0759 -0.0419,0.19937 -0.0625,0.25 -0.0928,0.22874 0.15792,0.18098 0.5625,0 1.35368,-0.92023 3.20812,-2.03073 5,-2.40625 z m 4.90625,1.28125 c 1.34906,7.76942 7.42824,8.46368 5.875,13.34375 -1.18921,1.23925 -3.11722,3.33597 -4.03125,4.25 -0.76285,0.67868 -1.59581,1.26835 -2.4375,1.84375 -0.87643,0.65389 -0.79689,1.13319 -1.71875,1.7
 1875 -0.68733,0.46263 -2.24808,0.96188 -2.84375,1.4375 -0.77914,0.62211 -1.21036,1.46972 -1.875,2.3125 -0.17709,0.23959 -0.47526,0.38932 -0.78125,0.5625 0.0747,0.23312 0.17111,0.49452 0.21875,0.6875 0.32292,-0.63542 1.20833,-0.77083 1.5625,-1.25 0.66464,-0.84278 1.09586,-1.69039 1.875,-2.3125 0.59567,-0.47562 2.15642,-0.97487 2.84375,-1.4375 0.92186,-0.58556 0.84232,-1.06486 1.71875,-1.71875 0.84169,-0.5754 1.67465,-1.16507 2.4375,-1.84375 0.91403,-0.91403 2.84204,-3.01075 4.03125,-4.25 0.39409,-1.23817 0.2929,-2.21057 -0.0937,-3.09375 -0.005,-0.008 0.005,-0.0235 0,-0.0313 -2.33668,-3.81627 -5.15947,-3.88386 -6.78125,-10.21875 l -5e-5,5e-5 0,0 z m 9.625,0.21875 c -0.92497,0.006 -1.69874,0.11176 -2.40625,0.25 0.0135,0.0204 0.0173,0.042 0.0313,0.0625 0.0777,0.0133 0.1559,0.0513 0.21875,0.0937 0.73442,-0.16654 1.63943,-0.32515 2.6875,-0.375 -0.17873,-0.007 -0.35939,-0.0323 -0.53125,-0.0313 l -5e-5,10e-5 z m 0.78125,0.34375 c -0.0732,0.003 -0.1456,0.0269 -0.21875,0.0313 0.67709,
 0.016 1.33761,0.0544 1.875,0.15625 1.80941,0.34285 1.14282,0.69721 2.0625,0.75 0.8083,0.0464 2.21338,0.8335 3.34375,1.28125 1.22261,0.48428 1.53834,-0.0211 3.84375,1.21875 -1.65524,-1.12051 -3.34913,-1.13223 -3.59375,-1.40625 0.0129,-0.0419 0.017,-0.0842 0.0313,-0.125 -0.0649,-0.0291 -0.12217,-0.0641 -0.1875,-0.0937 -0.0207,0.0437 -0.0423,0.0797 -0.0625,0.125 -1.00669,-0.2824 -1.9875,-0.7062 -2.65625,-1.0625 -0.18654,-0.0477 -0.28433,-0.1223 -0.40625,-0.21875 -0.0974,-0.077 -0.24506,-0.15717 -0.5,-0.25 -0.0108,0.0211 -0.02,0.0415 -0.0313,0.0625 -0.24588,-0.0977 -0.48007,-0.17228 -0.71875,-0.25 -0.0468,-0.01 -0.0744,-0.0217 -0.125,-0.0313 -0.74419,-0.14102 -1.69938,-0.22641 -2.65625,-0.1875 l 0,-5e-5 z M 86.625,448.25 l 0.125,0.0625 c 0.9109,0.24481 1.68179,0.8215 2.40625,1.40625 0.82464,0.41098 1.87022,0.34115 2.53125,1.0625 0.70456,0.74408 1.76065,1.14357 2.28125,2.0625 0.20942,0.35023 0.44974,0.66458 0.71875,0.96875 -0.70331,0.27896 -1.37908,1.26201 -1.875,1.59375 -0.0184,
 0.0123 -0.0433,0.0207 -0.0625,0.0313 0.26674,0.0829 0.5096,0.12431 0.71875,0.0937 0.35283,-0.4495 0.78212,-0.98745 1.375,-1.09375 0.27247,-0.26266 0.5507,-0.50877 0.84375,-0.625 -0.26901,-0.30417 -0.50933,-0.61852 -0.71875,-0.96875 -0.5206,-0.91893 -1.57669,-1.31842 -2.28125,-2.0625 -0.66103,-0.72135 -1.70661,-0.65152 -2.53125,-1.0625 -0.06827,-0.0551 -0.14958,-0.10156 -0.21875,-0.15625 -0.45456,-0.0788 -0.91165,-0.20596 -1.25,-0.53125 -0.59769,-0.44175 -1.32432,-0.71337 -2.0625,-0.78125 z m 28.3125,3.0625 c -0.5615,-0.002 -1.13254,0.0198 -1.6875,0.1875 -0.8619,0.15181 -1.40092,0.98682 -2.1875,1.125 0.15712,0.0284 0.29573,0.0585 0.46875,0.0625 0.008,-0.004 0.0232,0.004 0.0313,0 0.66399,-0.34171 1.29896,-0.84303 2,-1.0625 0.29196,-0.11393 0.63652,-0.16173 1,-0.1875 0.45253,-0.0986 0.91776,-0.12668 1.375,-0.125 -0.33672,-0.005 -0.66726,10e-4 -1,0 l -5e-5,0 z m -6.28125,1.09375 c -0.11119,0.004 -0.22334,0.008 -0.34375,0.0313 -0.58666,0.0833 -1.09791,0.25436 -1.625,0.40625 0.003
 ,0.0315 -0.003,0.0623 0,0.0937 -0.007,0.11209 0.31024,10e-4 0.40625,0.0625 0.72887,-0.15857 1.36514,-0.40917 2.125,-0.53125 -0.18386,-0.0329 -0.36151,-0.0695 -0.5625,-0.0625 z m 0.75,0.375 c -0.11556,0.005 -0.24955,0.007 -0.375,0.0313 0.5303,0.0941 1.02742,0.28089 1.6875,0.1875 0.0423,-0.008 0.0833,-0.0213 0.125,-0.0313 -0.48738,-0.0785 -0.91748,-0.20805 -1.4375,-0.1875 z m -23.5625,0.1875 c -0.18337,-0.008 -0.35057,0.01 -0.53125,0.0313 2.08544,-0.0469 5.75517,2.50843 6.46875,2.71875 0.55836,0.16459 -1.66639,2.10357 -3.375,3.03125 1.32776,-0.37746 3.38761,-2.02266 4.1875,-2.5 0.01714,-0.0102 0.01528,-0.0221 0.03125,-0.0313 0.21446,-0.26888 0.31472,-0.45329 0.15625,-0.5 -0.0892,-0.0263 -0.23354,-0.0976 -0.40625,-0.1875 -1.40032,0.064 -4.06601,-2.46133 -6.53125,-2.5625 z m 53.78125,0.0625 c -0.88641,0.37401 -1.6291,0.38336 -2.375,0.375 0.46305,-0.0347 0.90399,-0.0303 1.34375,-0.0313 0.31369,-0.0695 0.65846,-0.15916 1.03125,-0.34375 l 0,5e-5 z m -2.375,0.375 c -0.97055,-0.0109 
 -1.9515,-0.0429 -3.3125,0.75 -0.98526,0.56636 -1.68584,0.93652 -2.3125,1.3125 0.1001,0.15403 0.21261,0.29518 0.34375,0.40625 0.43285,-0.30459 0.95516,-0.58877 1.53125,-0.90625 0.0447,-0.0331 0.0806,-0.0614 0.125,-0.0937 0.66035,-0.48117 1.29197,-0.8658 1.78125,-1.09375 0.34797,-0.16212 0.68254,-0.22024 1,-0.25 0.018,-0.004 0.0446,0.004 0.0625,0 0.27556,-0.0643 0.52793,-0.10604 0.78125,-0.125 l 0,-5e-5 z m -41.40625,1.03125 c -0.15346,0.0275 -0.30526,0.0776 -0.4375,0.15625 0.22223,0.23657 0.45596,0.46782 0.65625,0.71875 0.69303,0.78032 1.38577,1.54029 1.96875,2.40625 0.85162,1.06177 1.95474,1.87787 2.875,2.875 0.7471,0.7803 1.39506,1.64575 2.09375,2.46875 0.93323,1.12487 1.87928,2.25013 2.8125,3.375 0.42144,0.87267 1.03174,1.61036 1.65625,2.34375 0.66563,0.75999 1.30957,1.55781 1.8125,2.4375 0.59909,0.89138 1.1135,1.84141 1.5,2.84375 0.30827,0.94828 0.48395,1.92145 0.625,2.90625 0.19051,1.03702 0.34872,2.0991 0.25,3.15625 -0.14578,1.5715 -0.30651,3.14619 -0.4375,4.71875 -0.02
 17,0.7843 -0.12135,1.62135 0.25,2.34375 0.88575,0.56065 1.94401,0.69175 2.96875,0.75 0.15421,-0.004 0.31552,-0.0153 0.46875,-0.0313 -0.85535,-0.0774 -1.70207,-0.25325 -2.4375,-0.71875 -0.37135,-0.7224 -0.27171,-1.55945 -0.25,-2.34375 0.13099,-1.57256 0.29172,-3.14725 0.4375,-4.71875 0.0987,-1.05715 -0.0595,-2.11923 -0.25,-3.15625 -0.14105,-0.9848 -0.31673,-1.95797 -0.625,-2.90625 -0.3865,-1.00234 -0.90091,-1.95237 -1.5,-2.84375 -0.50293,-0.87969 -1.14687,-1.67751 -1.8125,-2.4375 -0.62451,-0.73339 -1.23481,-1.47108 -1.65625,-2.34375 -0.93322,-1.12487 -1.87927,-2.25013 -2.8125,-3.375 -0.69869,-0.823 -1.34665,-1.68845 -2.09375,-2.46875 -0.92026,-0.99713 -2.02338,-1.81323 -2.875,-2.875 -0.58298,-0.86596 -1.27572,-1.62593 -1.96875,-2.40625 -0.24141,-0.30245 -0.51438,-0.59268 -0.78125,-0.875 -0.15942,-0.0325 -0.29833,-0.0249 -0.4375,0 l 0,5e-5 z M 132.25,460 c -0.27801,0.006 -0.56326,0.0349 -0.84375,0.0625 0.10242,0.002 0.20882,0.017 0.3125,0.0313 0.3359,0.0194 0.69022,-0.0275 1.0
 3125,-0.0625 -0.1656,-0.029 -0.331,-0.0347 -0.5,-0.0313 z m -2.09375,0.0625 c -0.0128,0.019 -0.0184,0.0436 -0.0313,0.0625 0.19686,0.005 0.40053,-0.0167 0.59375,-0.0313 -0.19023,-0.0261 -0.37567,-0.039 -0.5625,-0.0313 l 5e-5,10e-5 z m 2.78125,0.21875 c -0.14219,0.006 -0.2642,0.0468 -0.40625,0.0625 0.65402,0.0921 0.99171,0.6953 1.71875,0.625 0.16682,-0.0309 0.33094,-0.0464 0.5,-0.0625 -0.11167,-0.0407 -0.21151,-0.0958 -0.3125,-0.15625 -0.10595,0.005 -0.20725,0.01 -0.3125,0 -0.40936,-0.035 -0.64885,-0.24056 -0.90625,-0.4375 -0.0927,-0.004 -0.18865,-0.0352 -0.28125,-0.0313 l 0,5e-5 z m 2.28125,0.40625 c -0.072,10e-4 -0.14679,0.0254 -0.21875,0.0313 0.0432,0.009 0.0772,0.0272 0.125,0.0313 0.15833,0.0145 0.30899,-0.0171 0.46875,-0.0313 -0.12245,-0.0226 -0.25224,-0.0334 -0.375,-0.0313 z m 0.96875,0.1875 c -0.0641,0.002 -0.12357,0.0276 -0.1875,0.0313 0.0927,0.006 0.18873,-0.008 0.28125,0 -0.0298,-0.0116 -0.0634,-0.0202 -0.0937,-0.0313 l -5e-5,0 z"
+             style="opacity:0.49153197;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter4412-3)"
+             inkscape:connector-curvature="0" />
+          <rect
+             ry="0"
+             rx="0"
+             y="393.36313"
+             x="83"
+             height="66"
+             width="94"
+             id="rect7287"
+             style="opacity:0.342342;fill:url(#linearGradient83751);fill-opacity:1;stroke:none;display:inline"
+             inkscape:r_cx="true"
+             inkscape:r_cy="true" />
+          <rect
+             y="505.36316"
+             x="82"
+             height="1"
+             width="144"
+             id="rect3789"
+             style="opacity:0.5;fill:#d3d7cf;fill-opacity:1;stroke:none;display:inline" />
+          <path
+             id="text3788"
+             d="m 84.74414,513.6089 c 2.54599,0.0108 -0.8307,-4.7416 1.59952,-2.31566 -0.93161,1.59524 1.90945,3.18874 -1.07508,2.77522 -0.28938,0.0146 -0.65528,-0.19233 -0.52444,-0.45956 z m 3.71777,-0.19617 c 1.6601,-0.20172 -0.54939,1.3699 0,0 z m 4.27735,-2.76516 c 1.60824,1.18807 -0.96114,1.65766 0.5931,3.09397 -0.43636,1.42695 -2.45084,-3.04567 -0.5931,-3.09397 l 0,0 0,0 z m 3.31347,2.04351 c -4.0432,0.62865 2.1888,1.51277 0,0 z m 1.0752,-0.17749 c 1.35409,2.72965 -5.573,0.73408 -1.22221,-0.0919 1.74578,-0.50847 -2.85834,-0.87517 -0.19283,-1.09449 0.81819,-0.10772 1.54601,0.55838 1.41504,1.18641 l 0,-2e-5 z m 1.63477,1.09999 c -0.77403,3.13659 -1.38808,-4.78 2.23348,-1.72918 0.78757,1.07561 -0.81443,3.18648 -2.23348,1.72918 z m 1.83398,-0.91316 c -1.47987,-3.42398 -2.40718,3.29694 0,0 l 0,0 z m 1.45312,-1.31018 c 1.69958,0.69622 -0.38611,3.90528 0.002,1.12573 l 0.003,-0.56272 -0.005,-0.56301 0,0 z m 0,-1.01825 c 1.46537,-0.12954 -0.49466,1.22516 0,0 z m 2.93555,1.31952
  c -2.87629,0.61522 1.86969,3.12812 0.87158,0.59262 -0.0853,-0.31554 -0.4465,-0.61679 -0.87158,-0.59262 z m 0,-0.36433 c 4.04562,0.25617 -1.35777,4.75891 -1.50586,1.37324 -0.0958,-0.67288 0.5829,-1.44988 1.50586,-1.37324 z m 4.75781,0.16349 c -2.30368,-0.17488 -2.55555,2.72861 -0.0328,2.26229 -3.31637,1.73872 -3.26329,-3.72433 0.0328,-2.26229 z m 2.43457,1.20041 c -4.0432,0.62868 2.18883,1.51275 0,0 z m 1.0752,-0.17749 c 1.35409,2.72965 -5.573,0.73408 -1.22222,-0.0919 1.74578,-0.50847 -2.85832,-0.87517 -0.19282,-1.09449 0.81819,-0.10772 1.54601,0.55838 1.41504,1.18641 l 0,-2e-5 0,0 z m 3.55664,-1.86602 c 1.60824,1.18807 -0.96114,1.65766 0.5931,3.09397 -0.43636,1.42697 -2.45084,-3.04567 -0.5931,-3.09397 l 0,0 0,0 z m 3.31348,2.04351 c -4.0432,0.62865 2.1888,1.51277 0,0 z m 1.07519,-0.17749 c 1.35409,2.72965 -5.57299,0.73408 -1.22221,-0.0919 1.7458,-0.50847 -2.85833,-0.87517 -0.19283,-1.09449 0.81819,-0.10772 1.546,0.55838 1.41504,1.18641 l 0,-2e-5 z m 3.01465,-0.72165 c -2.06
 56,-0.61005 -1.35544,3.95914 -2.08498,0.74352 -0.17766,-0.81565 1.65291,-1.92014 2.08498,-0.74352 l 0,0 0,0 z m 2.0625,0.89914 c -4.0432,0.62865 2.18879,1.51277 0,0 z m 1.0752,-0.17749 c 1.35409,2.72965 -5.573,0.7341 -1.22222,-0.0919 1.74579,-0.50847 -2.85832,-0.87518 -0.19282,-1.0945 0.8182,-0.10772 1.54599,0.55839 1.41504,1.18641 l 0,-10e-6 0,0 z m 1.63476,1.09999 c -0.77402,3.13659 -1.38807,-4.78 2.23349,-1.72918 0.78757,1.07561 -0.81443,3.18648 -2.23349,1.72918 z m 1.83399,-0.91316 c -1.47986,-3.42397 -2.40718,3.29692 0,0 l 0,0 z m 1.45312,-1.31018 c 1.69956,0.69624 -0.38612,3.90527 0.002,1.12572 l 0.003,-0.56271 -0.005,-0.56301 0,0 0,0 0,0 z m 0,-1.01825 c 1.46536,-0.12954 -0.49467,1.22515 0,0 z m 3.15527,2.31909 c -4.0432,0.62866 2.1888,1.51277 0,0 z m 1.0752,-0.17749 c 1.35409,2.72965 -5.573,0.73408 -1.22222,-0.0919 1.74578,-0.50847 -2.85832,-0.87517 -0.19282,-1.09449 0.81819,-0.10772 1.54601,0.55838 1.41504,1.18641 l 0,-2e-5 z m 1.18945,0.89914 c 1.66011,-0.20171 -0.
 5494,1.3699 0,0 z"
+             style="font-size:6px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;opacity:0.6;fill:#d3d7cf;fill-opacity:1;stroke:none;display:inline;font-family:Impact"
+             inkscape:connector-curvature="0" />
+          <rect
+             ry="1.9570312"
+             rx="2"
+             y="518.36316"
+             x="84"
+             height="4"
+             width="94.875"
+             id="rect3807"
+             style="opacity:0.02000002;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
+          <path
+             id="text3792"
+             d="m 85.15137,521.60723 c 3.25531,-0.53224 0.32188,1.46329 -0.32102,-0.0497 0.73847,-1.11012 2.88962,-2.91009 -0.0915,-2.8538 4.08763,-0.76391 2.37868,1.84983 0.41254,2.90349 l -2e-5,10e-6 z m 3.31054,-0.19661 c 1.6601,-0.20217 -0.54939,1.37293 0,0 z m 4.26563,0.2013 c -0.77403,3.14355 -1.38807,-4.79061 2.23348,-1.73301 0.78757,1.07798 -0.81442,3.19354 -2.23348,1.73301 z m 1.83398,-0.91519 c -1.47986,-3.43157 -2.40717,3.30426 0,0 l 0,0 z m 3.3545,-0.91049 c -2.0656,-0.61141 -1.35545,3.96791 -2.08499,0.74515 -0.17767,-0.81745 1.65293,-1.9244 2.08499,-0.74515 z m 3.24902,0.80048 c -2.87244,-0.13622 -1.7016,1.16138 -0.78665,1.34152 -4.60664,0.78432 -1.43591,-4.52881 0.74825,-1.82912 l 0.0384,0.4876 0,0 z m -0.53906,-0.12639 c -0.38333,-1.91836 -3.85918,0.61542 0,0 z m 3.97851,-0.57346 c 2.24969,-2.6048 2.54262,4.23172 1.59629,0.64623 -0.78474,-2.56425 -2.37836,3.29085 -1.84321,0.23754 -1.14058,-1.90655 -2.03455,0.29319 -2.14013,0.92697 -0.99378,-1.72385 0.56104,-3.
 40385 2.38705,-1.81074 l 0,0 0,0 z m 4.78418,0.80051 c -4.04319,0.63002 2.18878,1.51612 0,0 z m 1.0752,-0.17789 c 1.35409,2.7357 -5.573,0.73572 -1.22222,-0.0921 1.7458,-0.50959 -2.85832,-0.87712 -0.19282,-1.09692 0.81819,-0.10796 1.546,0.55963 1.41504,1.18904 l 0,-2e-5 0,0 z m 1.64648,-1.87016 c 1.60825,1.19071 -0.96113,1.66134 0.5931,3.10084 -0.43635,1.43011 -2.45085,-3.05244 -0.5931,-3.10084 z m 1.7666,2.33126 c -0.41644,-1.71735 0.95794,-1.42141 0.63581,0.11306 1.70895,1.60722 2.01322,-3.51676 2.35608,-0.34075 -0.0131,1.47335 -2.91356,1.76769 -2.99189,0.22769 l 0,0 0,0 z m 5.76563,-1.18435 c -2.0656,-0.61139 -1.35545,3.96792 -2.085,0.74515 -0.17766,-0.81745 1.65296,-1.92442 2.085,-0.74515 z m 2.0625,0.90114 c -4.0432,0.63003 2.1888,1.51612 0,0 z m 1.07519,-0.17789 c 1.35409,2.73571 -5.57299,0.73571 -1.2222,-0.0921 1.74579,-0.50959 -2.85835,-0.8771 -0.19284,-1.09691 0.8182,-0.10796 1.546,0.55963 1.41504,1.18904 l 0,-3e-5 z m 1.64649,-1.87016 c 1.60825,1.19071 -0.96115,1.66
 134 0.5931,3.10084 -0.43636,1.43011 -2.45082,-3.05242 -0.5931,-3.10084 z m 3.31347,2.04805 c -4.0432,0.63007 2.18883,1.5161 0,0 z m 1.0752,-0.17789 c 1.35409,2.7357 -5.573,0.73571 -1.22222,-0.0921 1.74578,-0.50959 -2.85832,-0.87711 -0.19282,-1.09691 0.81819,-0.10796 1.54601,0.55962 1.41504,1.18904 l 0,-3e-5 z m 3.02344,-2.14635 c 1.69602,0.74436 -0.20715,5.30345 0,1.81655 0,-0.60552 0,-1.21103 0,-1.81655 z m 3.15527,2.32424 c -4.0432,0.63003 2.18879,1.51611 0,0 z m 1.0752,-0.17789 c 1.35408,2.7357 -5.573,0.73571 -1.22222,-0.0921 1.74579,-0.50959 -2.85832,-0.87711 -0.19282,-1.09691 0.81819,-0.10796 1.54601,0.55963 1.41504,1.18904 l 0,-3e-5 z m 5.11523,-1.04861 c -1.86835,0.43328 -1.76623,0.94856 -0.0604,1.37721 1.09823,1.58175 -4.38358,1.09327 -0.75249,0.68592 -1.07685,-1.26137 -2.80855,-2.59384 0.81287,-2.06313 l 2e-5,0 0,0 z m 0.98145,1.50971 c -0.41644,-1.71735 0.95793,-1.42141 0.6358,0.11306 1.70895,1.60722 2.01322,-3.51676 2.35608,-0.34075 -0.0131,1.47335 -2.91354,1.7676
 9 -2.99188,0.22769 l 0,0 0,0 z m 4.38574,0.64133 c -0.77402,3.14355 -1.38807,-4.79061 2.23348,-1.73301 0.78757,1.07798 -0.81443,3.19353 -2.23348,1.73301 l 0,0 0,0 z m 1.83398,-0.91519 c -1.47986,-3.43158 -2.40717,3.30425 0,0 l 0,0 z m 4.25977,-0.11001 c -2.87244,-0.13622 -1.7016,1.16138 -0.78665,1.34152 -4.60664,0.78432 -1.43591,-4.52881 0.74825,-1.82912 l 0.0384,0.4876 0,0 z m -0.53906,-0.12639 c -0.38333,-1.91836 -3.85918,0.61542 0,0 z m 3.32519,-0.67409 c -2.0656,-0.61139 -1.35543,3.96791 -2.08499,0.74515 -0.17767,-0.81745 1.65293,-1.9244 2.08499,-0.74515 z m 2.80371,-0.30195 c -2.30367,-0.17525 -2.55555,2.73467 -0.0328,2.26733 -3.31637,1.74256 -3.26329,-3.7326 0.0328,-2.26733 z m 2.43457,1.20309 c -4.04319,0.63003 2.18879,1.51611 0,0 z m 1.0752,-0.17789 c 1.35409,2.73571 -5.573,0.73571 -1.22222,-0.0921 1.74579,-0.50959 -2.85832,-0.87711 -0.19282,-1.09691 0.81819,-0.10796 1.546,0.55963 1.41504,1.18904 l 0,-3e-5 z m 0.8789,-1.12584 c 2.54625,-0.88697 2.62418,1.42448 0.7119
 2,2.17173 3.81595,0.0522 -1.88744,1.22837 -0.18118,-0.5227 1.62849,-1.44816 1.21948,-1.29984 -0.53074,-1.64903 l 0,0 0,0 z m 3.15235,0 c 2.54624,-0.88697 2.62416,1.42448 0.71191,2.17173 3.81595,0.0522 -1.88742,1.22837 -0.18117,-0.5227 1.62849,-1.44816 1.21946,-1.29984 -0.53074,-1.64903 l 0,0 0,0 z m 4.6582,0.30193 c -2.87629,0.61659 1.86969,3.13507 0.87158,0.59394 -0.0853,-0.31625 -0.44649,-0.61817 -0.87158,-0.59394 z m 0,-0.36513 c 4.04562,0.25674 -1.35777,4.76947 -1.50586,1.37628 -0.0958,-0.67437 0.5829,-1.4531 1.50586,-1.37628 z m 2.39648,-0.95731 c 1.69602,0.74436 -0.20714,5.30344 0,1.81655 0,-0.60552 0,-1.21104 0,-1.81655 z m 3.15528,2.32424 c -4.0432,0.63003 2.1888,1.51612 0,0 z m 1.07519,-0.17789 c 1.35408,2.73571 -5.573,0.73571 -1.2222,-0.0921 1.74579,-0.50959 -2.85835,-0.8771 -0.19284,-1.09691 0.81819,-0.10796 1.546,0.55963 1.41504,1.18904 l 0,-3e-5 0,0 z m 1.18946,0.90113 c 1.6601,-0.20215 -0.5494,1.37293 0,0 z"
+             style="font-size:6px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;opacity:0.6;fill:#d3d7cf;fill-opacity:1;stroke:none;display:inline;font-family:Impact"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="cccccc"
+             id="path4619"
+             d="m 84,451.48814 c 22.49807,-3.41152 40.875,-0.16667 60.875,-0.125 l 31.125,-1.75 0,8.74999 -92,0 0,-6.87499 z"
+             style="fill:url(#radialGradient83753);fill-opacity:1;stroke:none;display:inline"
+             inkscape:connector-curvature="0" />
+        </g>
+        <g
+           style="display:inline"
+           id="use5280"
+           transform="translate(1600.0002,3.92652)">
+          <g
+             transform="matrix(0.989254,0,0,1.02317,21.3761,24.5901)"
+             id="g84275">
+            <path
+               transform="matrix(0.760482,0,0,0.873016,56.1232,8.48265)"
+               id="path84277"
+               d="m 162,24 c -2.73019,0 -5.40625,0.181079 -8.03125,0.5625 C 150.7985,30.511615 149,37.292583 149,44.5 c 0,23.46 19.04,42.5 42.5,42.5 9.77734,0 18.78521,-3.319064 25.96875,-8.875 C 216.733,48.128002 192.17308,24 162,24 z"
+               style="opacity:0.16867502;fill:url(#radialGradient84295);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter2-paper-sheet-orig-2-4)"
+               inkscape:connector-curvature="0" />
+            <path
+               transform="translate(0,50)"
+               mask="url(#mask0-paper-sheet-orig-6-5)"
+               sodipodi:nodetypes="czcssc"
+               id="path84279"
+               d="m 174,-31 c 13.5577,0 22.3077,11.846154 27.73077,17.269231 C 207.15384,-8.307692 221,2.442308 221,16 221,2.442308 200.88905,7.3971781 194.8085,7.3971781 c -0.6357,0 -1.22685,-0.5176947 -1.15022,-1.150225 C 196.16668,-14.458158 187.5577,-31 174,-31 z"
+               style="opacity:0.37951798;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter4-paper-sheet-orig-9-1)"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccssc"
+               id="path84281"
+               d="m 172.59467,20.722269 c 24.82665,-0.870834 48.54258,30.545627 47.5,47 0,-13.557692 -7.49105,-16.365385 -29.98439,-16.365385 -0.6357,0 -1.15022,-0.51307 -1.15022,-1.150225 0,-22.493344 -2.80769,-29.48439 -16.36539,-29.48439 l 0,0 0,0 0,0 z"
+               style="opacity:0.42771104;fill:url(#radialGradient84297);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter5-paper-sheet-orig-2-0)"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="czcssc"
+               id="path84283"
+               d="m 171.44822,22.448224 c 13.5577,0 25.3077,10.846154 30.73077,16.269231 5.42307,5.423077 16.26923,17.173077 16.26923,30.730769 0,-13.557692 -6.99105,-16.365385 -29.48439,-16.365385 -0.6357,0 -1.15022,-0.51307 -1.15022,-1.150225 0,-22.493344 -2.80769,-29.48439 -16.36539,-29.48439 l 0,0 0,0 0,0 z"
+               style="opacity:0.27710799;fill:url(#linearGradient84299);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter6-paper-sheet-orig-2-6)"
+               inkscape:connector-curvature="0" />
+            <path
+               style="fill:url(#radialGradient84301);fill-opacity:1;fill-rule:evenodd;stroke:none"
+               d="m 173.125,19.75 c 13.5577,0 25.3077,10.846154 30.73077,16.269231 5.42307,5.423077 16.26923,17.173077 16.26923,30.730769 0,-13.557692 -6.99105,-16.365385 -29.48439,-16.365385 -0.6357,0 -1.15022,-0.51307 -1.15022,-1.150225 C 189.49039,26.741046 186.6827,19.75 173.125,19.75 z"
+               id="path84285"
+               sodipodi:nodetypes="czcssc"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="czcssc"
+               id="path84287"
+               d="m 174,19 c 13.5577,0 25.3077,10.846154 30.73077,16.269231 C 210.15384,40.692308 221,52.442308 221,66 c 0,-13.557692 -6.99105,-16.365385 -29.48439,-16.365385 -0.6357,0 -1.15022,-0.51307 -1.15022,-1.150225 C 190.36539,25.991046 187.5577,19 174,19 z"
+               style="fill:url(#radialGradient84303);fill-opacity:1;fill-rule:evenodd;stroke:none"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccccc"
+               id="path84289"
+               d="m 174.12505,19.030839 c 15.48066,1.033686 16.01927,13.642892 16.26345,26.516505 -0.74413,-7.730295 1.374,-15.977852 -4.24264,-22.627417 4.50781,1.501688 9.81111,5.781605 14.93763,9.192388 C 195.58704,27.24573 187.0681,19.111446 174.12505,19.030839 z"
+               style="fill:url(#radialGradient84305);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter7-paper-sheet-orig-3-4)"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccc"
+               id="path84291"
+               d="m 219.375,57.625 c -3.97099,-8.900009 -17.42971,-7.296435 -27.25,-8 9.92758,-0.23867 24.59801,-2.984186 27.25,8 z"
+               style="fill:url(#radialGradient84307);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter8-paper-sheet-orig-5-7)"
+               inkscape:connector-curvature="0" />
+          </g>
+          <path
+             style="fill:url(#linearGradient84309);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+             d="m 174,19 c 13.5577,0 25.3077,10.846154 30.73077,16.269231 C 210.15384,40.692308 221,52.442308 221,66 c 0,-13.557692 -6.99105,-16.365385 -29.48439,-16.365385 -0.6357,0 -1.15022,-0.51307 -1.15022,-1.150225 C 190.36539,25.991046 187.5577,19 174,19 z"
+             id="path84293"
+             sodipodi:nodetypes="czcssc"
+             transform="matrix(0.989254,0,0,1.02317,21.3761,24.5901)"
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+      <rect
+         style="opacity:0.17522659;color:#000000;fill:url(#linearGradient98548);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect98538"
+         width="23"
+         height="30.25"
+         x="76"
+         y="49" />
+      <g
+         id="g6193"
+         clip-path="url(#clipPath6197)">
+        <path
+           sodipodi:type="inkscape:offset"
+           inkscape:radius="0"
+           inkscape:original="M 13.84375 369.28125 L 13.84375 510.4375 L 160.15625 510.4375 L 160.15625 369.28125 L 13.84375 369.28125 z "
+           xlink:href="#rect87909"
+           style="opacity:0.49382719;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00606906;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter88619-8-2-3);enable-background:accumulate"
+           id="path88607-41"
+           inkscape:href="#rect87909"
+           d="m 13.84375,369.28125 0,141.15625 146.3125,0 0,-141.15625 -146.3125,0 z"
+           transform="matrix(0.9536327,-0.30097285,0.30097285,0.9536327,-98.35177,-264.42028)" />
+      </g>
+      <g
+         id="g89247"
+         transform="matrix(0.98979317,-0.14251146,0.14251146,0.98979317,-0.9395161,-272.1017)">
+        <path
+           transform="translate(0,1)"
+           d="m 13.84375,369.28125 0,141.15625 146.3125,0 0,-141.15625 -146.3125,0 z"
+           inkscape:href="#rect87909"
+           id="path89251"
+           style="opacity:0.69412142;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00606906;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter6467);enable-background:accumulate"
+           xlink:href="#rect87909"
+           inkscape:original="M 13.84375 369.28125 L 13.84375 510.4375 L 160.15625 510.4375 L 160.15625 369.28125 L 13.84375 369.28125 z "
+           inkscape:radius="0"
+           sodipodi:type="inkscape:offset" />
+        <rect
+           style="color:#000000;fill:url(#radialGradient5042);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00606906;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect89253"
+           width="146.31348"
+           height="141.15009"
+           x="13.843252"
+           y="369.27435" />
+        <g
+           transform="matrix(0.62919433,0,0,0.62919433,-6.6375382,-36.494479)"
+           id="g35481"
+           style="display:inline;enable-background:new">
+          <rect
+             style="opacity:0.02999998;fill:#000000;fill-opacity:1;stroke:none;display:inline"
+             id="rect4588"
+             width="10.8125"
+             height="4"
+             x="221.1875"
+             y="852"
+             rx="3.1786683"
+             ry="3.1786683" />
+          <rect
+             style="opacity:0.02999998;fill:#000000;fill-opacity:1;stroke:none;display:inline"
+             id="rect4567"
+             width="32"
+             height="3.875"
+             x="192"
+             y="656.125"
+             rx="3.0793347"
+             ry="3.0793347" />
+          <path
+             style="font-size:6px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;text-anchor:start;fill:#d3d7cf;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+             d="m 194.08691,659.50781 c 0.23373,0.7315 -0.23899,2.71662 -0.54199,1.11867 0.21228,-1.22973 -0.43259,-3.22293 0.33712,-3.96253 0.29917,1.04338 1.48564,-0.83539 2.17182,0.37448 0.91495,0.98463 0.38211,3.34247 -1.23354,3.01772 -0.30676,-0.0676 -0.58842,-0.26592 -0.73341,-0.54834 l 0,0 0,0 z m 1.83399,-1.14551 c 0.25206,-1.95914 -2.68915,-1.14828 -1.81993,0.54133 0.49326,1.12921 2.02414,0.75117 1.81993,-0.54133 z m 3.35449,-1.13964 c -1.99969,-0.69381 -0.94301,2.40023 -1.69811,2.80468 -0.32564,-0.79828 -0.50531,-2.87745 0.11649,-3.36236 0.15418,1.25914 1.60331,-1.19881 1.58162,0.55768 l 0,0 0,0 z m 3.24902,1.00195 c -0.36622,0.72228 -3.71018,-0.40443 -1.94421,1.23409 0.70065,0.3385 2.76795,-0.25815 1.21197,0.59497 -2.07203,0.73906 -3.26661,-2.45716 -1.33758,-3.30996 1.01451,-0.45052 2.19239,0.36501 2.06982,1.4809 z m -0.53906,-0.1582 c 0.33999,-1.99364 -3.32121,-0.0755 -1.08463,0.002 0.36155,-5.6e-4 0.72309,-10e-4 1.08463,-0.002 z m 3.97852,-0.71778 c 0.83387,-1.6
 2707 2.89255,-0.0366 2.21484,1.41358 0.34618,0.78373 -0.50404,1.9558 -0.54199,0.61622 0.30576,-0.99528 -0.28464,-3.25819 -1.4521,-1.7521 -0.41697,0.55569 0.30963,3.14058 -0.69548,2.06654 0.28769,-1.00758 -0.0786,-3.64021 -1.42804,-2.06597 -0.41742,0.55565 0.3089,3.14005 -0.69598,2.06597 0.2758,-0.72496 -0.50179,-3.34047 0.52082,-2.83678 0.0789,0.58684 1.7525,-1.10923 2.07793,0.49254 z m 4.78418,1.00196 c -1.52124,-0.52413 -1.2548,2.04422 0.086,1.13759 0.40511,-0.2464 0.8119,-1.39852 -0.086,-1.13759 z m 1.07519,-0.22266 c 0.0649,0.67478 0.0964,2.7018 -0.63702,1.51373 -1.15203,1.61127 -3.39883,-1.18616 -1.24097,-1.65747 0.71681,0.054 2.04433,-0.10925 0.84466,-0.80928 -0.7409,0.0898 -2.29263,0.008 -0.85936,-0.52129 0.99254,-0.18163 2.02137,0.33988 1.89269,1.47431 l 0,0 0,0 z m 1.64649,-2.34082 c -0.60446,1.36075 1.01096,0.53553 1.11035,1.24242 -1.4718,-0.30235 -1.30116,1.50876 -0.88104,2.46031 0.9835,-0.29505 1.20631,0.87245 0.0209,0.50784 -1.55603,-0.44663 -0.20774,-2.62819 -1
 .19692,-3.15561 0.92808,-0.12554 -0.17846,-1.27199 0.94674,-1.05496 l -3e-5,0 z m 1.7666,2.91797 c -0.1972,-0.72251 0.15651,-3.04251 0.53906,-1.36476 -0.32169,1.03113 0.3195,3.25834 1.52463,1.77436 0.45098,-0.5467 -0.30408,-3.16476 0.70783,-2.08799 -0.27442,0.72433 0.49891,3.33684 -0.51758,2.83652 -0.26809,-0.28483 -1.89036,0.86027 -2.19274,-0.53614 -0.0758,-0.19698 -0.0933,-0.41408 -0.0612,-0.62199 l 0,0 0,0 z m 5.76562,-1.48242 c -1.99968,-0.6938 -0.94301,2.40023 -1.69811,2.80468 -0.32564,-0.79829 -0.50531,-2.87745 0.11649,-3.36236 0.15419,1.25914 1.60329,-1.19881 1.58162,0.55768 l 0,0 0,0 z m 2.0625,1.12793 c -1.52122,-0.52414 -1.2548,2.04421 0.086,1.13759 0.40511,-0.2464 0.81192,-1.39851 -0.086,-1.13759 z m 1.0752,-0.22266 c 0.0649,0.67478 0.0964,2.7018 -0.63702,1.51373 -1.15203,1.61128 -3.39885,-1.18615 -1.24097,-1.65747 0.7168,0.054 2.04433,-0.10924 0.84465,-0.80928 -0.7409,0.0897 -2.29261,0.008 -0.85935,-0.52129 0.99253,-0.18163 2.02137,0.33988 1.89269,1.47431 l 0,0 0
 ,0 z"
+             id="text4560"
+             inkscape:connector-curvature="0" />
+          <rect
+             style="opacity:0.5;fill:#d3d7cf;fill-opacity:1;stroke:none"
+             id="rect3786"
+             width="162"
+             height="1"
+             x="70"
+             y="664" />
+          <path
+             sodipodi:nodetypes="cccccccccc"
+             style="opacity:0.33333297;fill:url(#linearGradient6415);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter6920-8)"
+             d="m 140.50603,800.27306 25.92958,-16.91865 10.37183,11.2791 20.74367,-22.5582 10.37183,11.2791 10.37183,-11.2791 5.18592,5.63955 0,50.75594 -82.97466,0 0,-28.19774"
+             id="path6576"
+             inkscape:connector-curvature="0" />
+          <g
+             id="g6506"
+             style="opacity:0.5"
+             transform="translate(0,2)">
+            <path
+               sodipodi:nodetypes="ccccc"
+               id="path6467"
+               d="m 166.4375,781.34375 -25.9375,16.9375 0,10 25.9375,-16.9375 0,-10 z"
+               style="fill:url(#linearGradient6417);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccccc"
+               id="path6469"
+               d="m 176.8125,792.625 -10.375,-11.28125 0,10 10.375,11.28125 0,-10 z"
+               style="fill:url(#linearGradient6419);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccccc"
+               id="path6471"
+               d="m 197.5625,770.0625 -20.75,22.5625 0,10 20.75,-22.5625 0,-10 z"
+               style="fill:url(#linearGradient6421);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccccc"
+               id="path6473"
+               d="m 197.5625,770.0625 0,10 10.375,11.28125 0,-10 -10.375,-11.28125 z"
+               style="fill:url(#linearGradient6423);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccccc"
+               id="path6475"
+               d="m 207.9375,791.34375 10.34375,-11.28125 0,-10 -10.34375,11.28125 0,10 z"
+               style="fill:url(#linearGradient6425);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccccc"
+               id="path6477"
+               d="m 218.28125,780.0625 5.1875,5.65625 0,-10 -5.1875,-5.65625 0,10 z"
+               style="fill:url(#linearGradient6427);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+               inkscape:connector-curvature="0" />
+          </g>
+          <g
+             id="g7104"
+             transform="translate(240,0)"
+             style="opacity:0.7">
+            <g
+               transform="translate(-240,0)"
+               style="fill:none;stroke:#888a85;stroke-width:1.58933413"
+               id="g5752">
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4894"
+                 width="19.999992"
+                 height="11.999939"
+                 x="91.500008"
+                 y="684.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4896"
+                 width="19.999992"
+                 height="11.999939"
+                 x="111.50001"
+                 y="684.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4898"
+                 width="19.999992"
+                 height="11.999939"
+                 x="131.5"
+                 y="684.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4900"
+                 width="19.999992"
+                 height="11.999939"
+                 x="151.5"
+                 y="684.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4902"
+                 width="19.999992"
+                 height="11.999939"
+                 x="171.5"
+                 y="684.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4904"
+                 width="19.999992"
+                 height="11.999939"
+                 x="191.5"
+                 y="684.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4906"
+                 width="19.999992"
+                 height="11.999939"
+                 x="211.5"
+                 y="684.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4934"
+                 width="19.999992"
+                 height="11.999939"
+                 x="91.500008"
+                 y="696.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4936"
+                 width="19.999992"
+                 height="11.999939"
+                 x="111.50001"
+                 y="696.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4938"
+                 width="19.999992"
+                 height="11.999939"
+                 x="131.5"
+                 y="696.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4940"
+                 width="19.999992"
+                 height="11.999939"
+                 x="151.5"
+                 y="696.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4942"
+                 width="19.999992"
+                 height="11.999939"
+                 x="171.5"
+                 y="696.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4944"
+                 width="19.999992"
+                 height="11.999939"
+                 x="191.5"
+                 y="696.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4946"
+                 width="19.999992"
+                 height="11.999939"
+                 x="211.5"
+                 y="696.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4952"
+                 width="19.999992"
+                 height="11.999939"
+                 x="91.500008"
+                 y="708.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4954"
+                 width="19.999992"
+                 height="11.999939"
+                 x="111.50001"
+                 y="708.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4956"
+                 width="19.999992"
+                 height="11.999939"
+                 x="131.5"
+                 y="708.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4958"
+                 width="19.999992"
+                 height="11.999939"
+                 x="151.5"
+                 y="708.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4960"
+                 width="19.999992"
+                 height="11.999939"
+                 x="171.5"
+                 y="708.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4962"
+                 width="19.999992"
+                 height="11.999939"
+                 x="191.5"
+                 y="708.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4964"
+                 width="19.999992"
+                 height="11.999939"
+                 x="211.5"
+                 y="708.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5073"
+                 width="19.999992"
+                 height="11.999939"
+                 x="91.500008"
+                 y="720.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5075"
+                 width="19.999992"
+                 height="11.999939"
+                 x="111.50001"
+                 y="720.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5077"
+                 width="19.999992"
+                 height="11.999939"
+                 x="131.5"
+                 y="720.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5079"
+                 width="19.999992"
+                 height="11.999939"
+                 x="151.5"
+                 y="720.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5081"
+                 width="19.999992"
+                 height="11.999939"
+                 x="171.5"
+                 y="720.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5083"
+                 width="19.999992"
+                 height="11.999939"
+                 x="191.5"
+                 y="720.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5085"
+                 width="19.999992"
+                 height="11.999939"
+                 x="211.5"
+                 y="720.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5089"
+                 width="19.999992"
+                 height="11.999939"
+                 x="91.500008"
+                 y="732.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5091"
+                 width="19.999992"
+                 height="11.999939"
+                 x="111.50001"
+                 y="732.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5093"
+                 width="19.999992"
+                 height="11.999939"
+                 x="131.5"
+                 y="732.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5095"
+                 width="19.999992"
+                 height="11.999939"
+                 x="151.5"
+                 y="732.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5097"
+                 width="19.999992"
+                 height="11.999939"
+                 x="171.5"
+                 y="732.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5099"
+                 width="19.999992"
+                 height="11.999939"
+                 x="191.5"
+                 y="732.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5101"
+                 width="19.999992"
+                 height="11.999939"
+                 x="211.5"
+                 y="732.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5105"
+                 width="19.999992"
+                 height="11.999939"
+                 x="91.500008"
+                 y="744.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5107"
+                 width="19.999992"
+                 height="11.999939"
+                 x="111.50001"
+                 y="744.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5121"
+                 width="19.999992"
+                 height="11.999939"
+                 x="91.500008"
+                 y="756.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5123"
+                 width="19.999992"
+                 height="11.999939"
+                 x="111.50001"
+                 y="756.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5139"
+                 width="19.999992"
+                 height="11.999939"
+                 x="91.500008"
+                 y="768.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5141"
+                 width="19.999992"
+                 height="11.999939"
+                 x="111.50001"
+                 y="768.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5155"
+                 width="19.999992"
+                 height="11.999939"
+                 x="91.500008"
+                 y="780.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5157"
+                 width="19.999992"
+                 height="11.999939"
+                 x="111.50001"
+                 y="780.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5172"
+                 width="19.999992"
+                 height="11.999939"
+                 x="91.500008"
+                 y="792.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5174"
+                 width="19.999992"
+                 height="11.999939"
+                 x="111.50001"
+                 y="792.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5189"
+                 width="19.999992"
+                 height="11.999939"
+                 x="91.500008"
+                 y="804.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5191"
+                 width="19.999992"
+                 height="11.999939"
+                 x="111.50001"
+                 y="804.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5207"
+                 width="19.999992"
+                 height="11.999939"
+                 x="91.500008"
+                 y="816.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5209"
+                 width="19.999992"
+                 height="11.999939"
+                 x="111.50001"
+                 y="816.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5223"
+                 width="19.999992"
+                 height="11.999939"
+                 x="91.500008"
+                 y="828.50006" />
+              <rect
+                 style="fill:none;stroke:#888a85;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5225"
+                 width="19.999992"
+                 height="11.999939"
+                 x="111.50001"
+                 y="828.50006" />
+            </g>
+            <g
+               transform="translate(-240,0)"
+               style="fill:#babdb6;stroke:#888a85;stroke-width:1.58933413"
+               id="g5845">
+              <rect
+                 style="fill:#babdb6;fill-opacity:1;stroke:#555753;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5187"
+                 width="18.999992"
+                 height="11.999939"
+                 x="72.500008"
+                 y="804.50006" />
+              <rect
+                 style="fill:#babdb6;fill-opacity:1;stroke:#555753;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4892"
+                 width="18.999992"
+                 height="11.999939"
+                 x="72.500008"
+                 y="684.50006" />
+              <rect
+                 style="fill:#babdb6;fill-opacity:1;stroke:#555753;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4932"
+                 width="18.999992"
+                 height="11.999939"
+                 x="72.500008"
+                 y="696.50006" />
+              <rect
+                 style="fill:#babdb6;fill-opacity:1;stroke:#555753;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4950"
+                 width="18.999992"
+                 height="11.999939"
+                 x="72.500008"
+                 y="708.50006" />
+              <rect
+                 style="fill:#babdb6;fill-opacity:1;stroke:#555753;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5071"
+                 width="18.999992"
+                 height="11.999939"
+                 x="72.500008"
+                 y="720.50006" />
+              <rect
+                 style="fill:#babdb6;fill-opacity:1;stroke:#555753;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5087"
+                 width="18.999992"
+                 height="11.999939"
+                 x="72.500008"
+                 y="732.50006" />
+              <rect
+                 style="fill:#babdb6;fill-opacity:1;stroke:#555753;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5103"
+                 width="18.999992"
+                 height="11.999939"
+                 x="72.500008"
+                 y="744.50006" />
+              <rect
+                 style="fill:#babdb6;fill-opacity:1;stroke:#555753;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5119"
+                 width="18.999992"
+                 height="11.999939"
+                 x="72.500008"
+                 y="756.50006" />
+              <rect
+                 style="fill:#babdb6;fill-opacity:1;stroke:#555753;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5137"
+                 width="18.999992"
+                 height="11.999939"
+                 x="72.500008"
+                 y="768.50006" />
+              <rect
+                 style="fill:#babdb6;fill-opacity:1;stroke:#555753;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5153"
+                 width="18.999992"
+                 height="11.999939"
+                 x="72.500008"
+                 y="780.50006" />
+              <rect
+                 style="fill:#babdb6;fill-opacity:1;stroke:#555753;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5170"
+                 width="18.999992"
+                 height="11.999939"
+                 x="72.500008"
+                 y="792.50006" />
+              <rect
+                 style="fill:#babdb6;fill-opacity:1;stroke:#555753;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5205"
+                 width="18.999992"
+                 height="11.999939"
+                 x="72.500008"
+                 y="816.50006" />
+              <rect
+                 style="fill:#babdb6;fill-opacity:1;stroke:#555753;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect5221"
+                 width="18.999992"
+                 height="11.999939"
+                 x="72.500008"
+                 y="828.50006" />
+            </g>
+            <g
+               transform="translate(-240,0)"
+               id="g5742">
+              <rect
+                 style="fill:#729fcf;fill-opacity:1;stroke:#204a87;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4583"
+                 width="18.999992"
+                 height="11.999939"
+                 x="72.500008"
+                 y="672.50006" />
+              <rect
+                 style="fill:#729fcf;fill-opacity:1;stroke:#204a87;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4864"
+                 width="19.999992"
+                 height="11.999939"
+                 x="91.500008"
+                 y="672.50006" />
+              <rect
+                 style="fill:#729fcf;fill-opacity:1;stroke:#204a87;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4868"
+                 width="19.999992"
+                 height="11.999939"
+                 x="111.50001"
+                 y="672.50006" />
+              <rect
+                 style="fill:#729fcf;fill-opacity:1;stroke:#204a87;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4870"
+                 width="19.999992"
+                 height="11.999939"
+                 x="131.5"
+                 y="672.50006" />
+              <rect
+                 style="fill:#729fcf;fill-opacity:1;stroke:#204a87;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4872"
+                 width="19.999992"
+                 height="11.999939"
+                 x="151.5"
+                 y="672.50006" />
+              <rect
+                 style="fill:#729fcf;fill-opacity:1;stroke:#204a87;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4874"
+                 width="19.999992"
+                 height="11.999939"
+                 x="171.5"
+                 y="672.50006" />
+              <rect
+                 style="fill:#729fcf;fill-opacity:1;stroke:#204a87;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4876"
+                 width="19.999992"
+                 height="11.999939"
+                 x="191.5"
+                 y="672.50006" />
+              <rect
+                 style="fill:#729fcf;fill-opacity:1;stroke:#204a87;stroke-width:1.58933413;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+                 id="rect4878"
+                 width="19.999992"
+                 height="11.999939"
+                 x="211.5"
+                 y="672.50006" />
+            </g>
+          </g>
+          <path
+             style="font-size:6px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Impact"
+             d="m 144.375,675.40625 c -0.31492,2.34206 0.41517,6.63205 0.5968,1.78513 -9.2e-4,-0.57802 0.17457,-1.58362 -0.5968,-1.78513 z m 15.1875,0 c -0.0621,2.18684 -0.0811,6.53595 0.94622,2.11569 1.91816,-0.11736 1.74612,4.30762 1.62422,0.16305 -1.30164,-2.42793 -1.97566,0.0932 -2.57044,-2.27874 l 0,0 0,0 z m 59,0 c -0.31492,2.34206 0.41517,6.63205 0.5968,1.78513 -9.2e-4,-0.57802 0.17457,-1.58362 -0.5968,-1.78513 z m 1.65625,0 c -0.43097,1.7675 1.45443,-0.22296 0,0 z M 77.8125,675.75 c -1.618888,2.52314 2.877585,6.31283 0.398166,2.20467 1.596284,-2.28585 1.510834,0.0885 -0.398166,-2.20467 z m 22.78125,0 c -1.618886,2.52314 2.87758,6.31283 0.39816,2.20467 1.59626,-2.28585 1.51087,0.0885 -0.39816,-2.20467 z m 56.625,0 c -1.62725,2.5263 2.86633,6.31591 0.39841,2.21802 1.56906,-2.30428 1.53695,0.08 -0.39841,-2.21802 z m -75.90625,0.84375 c -2.328014,0.32635 2.855558,1.65484 -0.96875,1.59375 -0.155524,4.92957 5.333007,-0.52094 0.96875,-1.59375 z m 4.125,0 c -2.844799,-0.7926
 2 -1.319002,6.05018 -0.824496,1.32985 1.911039,-2.33892 1.685055,5.30744 1.969881,-0.01 -0.01992,-0.53851 -0.380735,-1.64632 -1.145385,-1.32034 l 0,4.9e-4 z m 13.09375,0 c -3.286793,0.22656 2.75623,3.95003 -1.28125,2.6875 3.49762,2.6964 0.668568,-2.99772 1.568938,-2.11037 1.122838,0.25923 1.041341,-0.8695 -0.287688,-0.57713 z m 23.53125,0 c -2.41391,0.2937 2.8447,1.66338 -1,1.59375 -0.15639,4.89541 5.30719,-0.46459 1,-1.59375 z m 4.09375,0 c -2.83421,-0.78326 -1.33186,6.03129 -0.79728,1.35586 1.89254,-2.3875 1.68534,5.29598 1.94239,-0.0705 -0.0113,-0.53247 -0.38989,-1.64954 -1.14511,-1.28541 l 0,5e-5 z m 13.5625,0 c -2.87835,-0.78497 -1.42849,6.11798 -0.70339,1.26472 l 0.56488,-0.80117 0.13851,-0.46355 0,0 0,0 z m 25.03125,0 c -5.05906,0.89154 3.85353,5.19273 -0.83362,2.37574 1.53333,-0.64881 3.85383,-1.29786 0.83362,-2.37574 z m 17.84375,0 c -5.87686,3.6406 6.00176,4.41955 0,0 z m 4.03125,0 c -2.90978,-0.82274 -1.46386,6.12667 -0.71377,1.27782 l 0.55421,-0.81486 0.15956,-0.
 46296 0,0 0,0 z m 12.3125,0 c -2.87835,-0.78497 -1.42849,6.11798 -0.70339,1.26472 l 0.56488,-0.80117 0.13851,-0.46355 0,0 0,0 z m 2,0 c -5.87686,3.6406 6.00176,4.41955 0,0 z m 3.8125,0 c -4.71053,0.57176 3.11212,5.71408 -1.01692,1.97649 -0.41023,-1.52818 3.31802,-1.84875 1.01692,-1.97649 z m 18.28125,0 c -2.41391,0.2937 2.8447,1.66338 -1,1.59375 -0.11453,4.9067 5.28189,-0.48684 1,-1.59375 z m -120.46875,0.0937 c 1.99687,2.07371 -0.43214,6.8824 2.25428,2.57392 0.94127,-2.48901 0.66549,-2.82315 -0.78168,-0.49262 -0.88287,-0.418 -0.19048,-2.41304 -1.4726,-2.0813 z m 13.125,0 c 0.15275,4.23447 1.9925,2.26197 2.36555,1.4644 1.22282,5.41868 2.56691,-5.05145 0.9712,0.77 -0.55793,-3.52238 -1.81924,-0.98525 -2.22487,-0.27105 -0.16499,-0.66763 -0.28367,-1.72335 -1.11188,-1.96335 z m 24.84375,0 c -1.59882,4.39261 5.10948,3.4524 2.26226,0.38266 -0.60264,4.64922 -1.43166,1.98515 -2.26226,-0.38266 z m 35.5625,0 c 0.18114,4.24365 2.01318,2.22551 2.3872,1.47693 1.21854,5.42138 2.5438,-5.045
 16 0.96974,0.73874 -0.5755,-3.90632 -1.9447,-0.41594 -2.26356,-0.15409 -0.14004,-0.72575 -0.15001,-1.89371 -1.09338,-2.06158 z m 44.125,0 c 0.004,2.17257 -0.62938,6.83198 0.63029,2.0194 -0.0367,-0.63798 0.14137,-1.7205 -0.63029,-2.0194 z m -55.46875,0.375 c 3.21429,1.68487 -3.29887,0.89061 0,0 z m 17.84375,0 c 3.83633,3.06951 -3.72328,3.11009 0,0 z m 18.34375,0 c 3.83633,3.06951 -3.72328,3.11009 0,0 z m -119.28125,1.25 c 2.222219,1.88316 -3.396198,0.57855 0,0 z m 40.75,0 c 2.10716,1.92358 -3.35429,0.53407 0,0 z m 100.96875,0 c 2.10716,1.92358 -3.35429,0.53407 0,0 z"
+             id="text6209"
+             inkscape:connector-curvature="0" />
+          <g
+             style="fill:url(#linearGradient5044);fill-opacity:1"
+             transform="matrix(4.99151,0,0,5.33346,-210.413,-1284.89)"
+             id="g4671">
+            <rect
+               style="fill:none;stroke:#2e3436;stroke-width:0.30803043;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:0.61606245, 0.61606245;stroke-dashoffset:0.15401553"
+               id="rect4673"
+               width="20.033012"
+               height="18"
+               x="68.5"
+               y="380.5" />
+          </g>
+          <path
+             transform="matrix(5.18592,0,0,5.63955,-225.101,-1404.61)"
+             sodipodi:nodetypes="cccccccc"
+             style="fill:none;stroke:url(#radialGradient6431);stroke-width:0.29388693;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter7025-8)"
+             d="m 70.5,391.5 5,-3 2,2 4,-4 2,2 2,-2 1,1"
+             id="path6991"
+             inkscape:connector-curvature="0" />
+          <path
+             style="font-size:6px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;fill:#babdb6;fill-opacity:1;stroke:none;font-family:Impact"
+             d="m 162.25,688 c -0.3365,0.008 -0.74935,0.0753 -1.25,0.1875 3.74464,-0.0349 0.20763,2.93724 1.25,3.53125 0.97959,-1.48941 2.35548,-3.77358 0,-3.71875 z m -35.46875,0.0937 c -0.12055,-0.007 -0.2413,0.005 -0.3125,0.0313 -2.4419,0.0784 -2.1231,1.84663 -1.21875,2.9375 -0.0832,-0.27853 0.13701,-0.67522 0.96875,-1.1875 2.24828,1.49012 0.145,1.94215 -0.6875,1.5 0.85773,0.79547 1.98981,0.92285 2.03125,-1.125 -2.04777,-0.50123 -3.11414,-1.57485 -0.1875,-1.625 0.20312,-0.32411 -0.2321,-0.50962 -0.59375,-0.53125 l 0,-5e-5 z m 60,0 c -0.12055,-0.007 -0.2413,0.005 -0.3125,0.0313 -2.4419,0.0784 -2.1231,1.84663 -1.21875,2.9375 -0.0832,-0.27853 0.13701,-0.67522 0.96875,-1.1875 2.24828,1.49012 0.145,1.94215 -0.6875,1.5 0.85773,0.79547 1.98981,0.92285 2.03125,-1.125 -2.04777,-0.50123 -3.11414,-1.57485 -0.1875,-1.625 0.20313,-0.32411 -0.2321,-0.50962 -0.59375,-0.53125 l 0,-5e-5 z m -90.3125,0.0313 c -3.452518,0.52783 3.67218,0.65755 -0.1875,2.25 -3.648333,1.98462 4.49805,1.95927 
 0.03125,1.0625 0.46395,-0.97128 3.502319,-2.88518 0.15625,-3.3125 z m 5.9375,0 c -4.442747,0.70032 1.48563,6.66311 1.5,1.96875 0.0849,-0.80395 -0.34297,-2.05893 -1.5,-1.96875 z m 34.3125,0 -0.3125,0.0625 c -1.44525,0.10472 1.48316,2.56913 -0.65625,3.78125 3.39638,0.95649 0.44839,-2.44217 0.96875,-3.84375 z m 5.625,0 c -1.76428,0.44376 -1.66407,2.0791 -1,3.0625 -0.11847,-0.23218 0.10359,-0.56173 1,-0.96875 0.87979,0.47854 1.10787,0.80931 1.03125,1.03125 0.15491,-0.29661 0.2849,-0.68775 0.375,-1.21875 -0.31427,-0.73771 0.32131,-2.08318 -1.40625,-1.90625 z m 3.4375,0 c -3.61153,1.62649 3.63422,3.05073 -0.625,3.78125 2.98244,1.10154 3.52589,-4.04581 0.625,-3.78125 z m 10.90625,0 c -4.40811,0.73056 1.48328,6.65277 1.53125,1.96875 0.0647,-0.80783 -0.37685,-2.0526 -1.53125,-1.96875 z m 25.625,0 c -3.04757,0.76883 -0.32572,5.77389 1,3.1875 -0.43034,0.60356 -3.60152,0.12105 -1,-1.09375 0.88322,0.4742 1.10926,0.80898 1.03125,1.03125 0.10605,-0.221 0.19842,-0.48269 0.28125,-0.8125 -0.2
 2643,-0.9475 0.63882,-2.41638 -1.3125,-2.3125 z m 14.1875,0 c -3.45251,0.52783 3.67218,0.65755 -0.1875,2.25 -3.64832,1.98462 4.49806,1.95927 0.0313,1.0625 0.46395,-0.97128 3.50232,-2.88518 0.15625,-3.3125 l -5e-5,0 z m 9.75,0 c -4.41014,0.71464 1.48587,6.65622 1.5,1.96875 0.0849,-0.80395 -0.34297,-2.05893 -1.5,-1.96875 z m 15.9375,0 c -3.13555,0.3326 3.73358,1.18863 -0.4375,2.46875 -3.02311,2.19465 4.84697,1.10215 0.25,1.03125 0.17202,-1.16778 3.7236,-3.22144 0.1875,-3.5 z m 4.15625,0 -0.3125,0.0625 c -1.44525,0.10472 1.48316,2.56913 -0.65625,3.78125 3.35247,0.95213 0.4609,-2.46919 0.96875,-3.84375 z m -109.5,0.0313 -0.46875,0.0313 c -1.63539,0.36302 1.39288,2.4036 -0.5625,3.75 3.43416,0.95276 0.0939,-2.40083 1.03125,-3.78125 l 0,-5e-5 z m 60,0 -0.46875,0.0313 c -1.63539,0.36302 1.39288,2.4036 -0.5625,3.75 3.43417,0.95276 0.0939,-2.40083 1.03125,-3.78125 l 0,-5e-5 z m 25.875,0 -0.5,0.0313 c -1.03598,0.19555 1.01666,2.64067 -0.46875,3.78125 3.4471,0.78258 -0.2329,-2.37433 0.9
 6875,-3.8125 l 0,-5e-5 z m 14.21875,0 -0.46875,0.0313 c -1.63539,0.36302 1.39288,2.4036 -0.5625,3.75 3.43417,0.95276 0.0939,-2.40083 1.03125,-3.78125 l 0,-5e-5 z m -110.5,0.0313 c -1.96504,1.74629 -2.15372,3.15426 0.6875,3.59375 0.50782,-0.46406 0.47452,-3.32661 -0.6875,-3.59375 z m 16.09375,0 c -1.95308,1.74588 -2.16856,3.13949 0.65625,3.59375 0.5521,-0.49947 0.42966,-3.24275 -0.65625,-3.59375 z m 43.90625,0 c -1.92826,1.73934 -2.12646,3.15588 0.6875,3.59375 0.5558,-0.48126 0.44735,-3.30029 -0.6875,-3.59375 z M 102.40625,688.5 c 3.08023,1.23205 -1.65064,5.00718 -0.875,1.125 0.0351,-0.4484 0.2075,-1.11533 0.875,-1.125 z m 39.9375,0 c 2.86628,1.43517 -2.85757,1.35503 0,0 z m 3.75,0 c 3.47659,2.30386 -3.45099,2.12489 0,0 z m 10.59375,0 c 3.11666,1.21551 -1.65799,5.01725 -0.875,1.125 0.0351,-0.4484 0.2075,-1.11533 0.875,-1.125 z m 25.625,0 c 2.86628,1.43517 -2.85757,1.35503 0,0 z m 23.9375,0 c 3.11666,1.21551 -1.65799,5.01725 -0.875,1.125 0.0351,-0.4484 0.2075,-1.11533 0.875,-1
 .125 z m -99.65625,0.15625 c 1.4289,1.68991 -2.70979,2.99005 -0.46875,0.625 l 0.46875,-0.625 z m 16.09375,0 c 1.4289,1.68991 -2.70979,2.99005 -0.46875,0.625 l 0.46875,-0.625 z m 43.90625,0 c 1.13834,2.20259 -3.05964,3.01983 0,0 z m -41.34375,2.4375 c 0.0412,0.10484 0.13486,0.18217 0.25,0.25 -0.0844,-0.0805 -0.17263,-0.15798 -0.25,-0.25 z m 60,0 c 0.0412,0.10484 0.13486,0.18217 0.25,0.25 -0.0844,-0.0805 -0.17263,-0.15798 -0.25,-0.25 z m -41.90625,0.21875 c -0.2526,0.34505 -1.39497,0.34021 -1.84375,0.0313 0.53971,0.65905 1.31647,0.91441 1.84375,-0.0313 z m -44.125,0.0313 c -0.381068,1.80376 1.77976,-0.19721 0,0 z m 19.90625,0 c -0.38107,1.80376 1.77976,-0.19721 0,0 z m 20.03125,0 c -0.38107,1.80376 1.77976,-0.19721 0,0 z m 20.09375,0 c -0.38107,1.80376 1.77976,-0.19721 0,0 z m 19.875,0 c -0.38107,1.80376 1.77976,-0.19721 0,0 z m 20.125,0 c -0.38107,1.80376 1.77976,-0.19721 0,0 z m 19.96875,0 c -0.38107,1.80376 1.77976,-0.19721 0,0 z M 166.25,700 c -0.32852,0.0121 -0.73663,0.06
 84 -1.21875,0.1875 3.77526,-0.0432 0.16582,2.84922 1.28125,3.375 1.03546,-1.33195 2.23714,-3.64704 -0.0625,-3.5625 z m -64.125,0.0937 c -0.27214,0.0151 -0.5657,0.0359 -0.90625,0.0937 4.20805,-0.47745 -1.02881,5.56061 1.90625,2.34375 1.15001,-1.63954 0.90496,-2.54303 -1,-2.4375 l 0,5e-5 z m 20,0 c -0.27214,0.0151 -0.5657,0.0359 -0.90625,0.0937 4.20805,-0.47745 -1.02881,5.56061 1.90625,2.34375 1.15001,-1.63954 0.90496,-2.54303 -1,-2.4375 l 0,5e-5 z m 100,0 c -0.27214,0.0151 -0.5657,0.0359 -0.90625,0.0937 4.20806,-0.47745 -1.02882,5.56061 1.90625,2.34375 1.15001,-1.63954 0.90495,-2.54303 -1,-2.4375 l 0,5e-5 z m -115.03125,0.0313 c -0.12295,-0.005 -0.23766,0.005 -0.3125,0.0313 -2.4356,0.0883 -2.09615,1.75357 -1.1875,2.78125 -0.0881,-0.26243 0.11157,-0.62909 0.9375,-1.125 2.19818,1.33354 0.32594,1.80594 -0.5625,1.46875 0.84605,0.67922 1.89921,0.74182 1.9375,-1.125 -2.08682,-0.46528 -3.066,-1.54825 -0.15625,-1.5625 0.18262,-0.31777 -0.28741,-0.4525 -0.65625,-0.46875 l 0,-5e-5 z m 
 55.875,0 c -0.11279,-0.0109 -0.2289,0.009 -0.34375,0.0313 -1.68896,0.65575 -1.59631,1.85996 -1,2.6875 0.0638,-0.19564 0.35656,-0.43247 1,-0.71875 2.30656,1.14776 0.38519,1.4758 -0.5625,1.1875 0.88115,0.69707 2.09308,0.61174 1.75,-1.71875 0.60366,-0.58483 -0.0542,-1.39266 -0.84375,-1.46875 l 0,-5e-5 z m -36.5,0.0313 c -1.7622,0.41996 -1.66197,1.9429 -1,2.875 -0.11847,-0.21997 0.10359,-0.52062 1,-0.90625 0.91696,0.47254 1.13945,0.79089 1.03125,1 0.15766,-0.28204 0.2837,-0.64644 0.375,-1.15625 -0.30952,-0.69875 0.29617,-1.95937 -1.40625,-1.8125 z M 127.5,703.125 c -0.18934,0.36594 -1.4096,0.36607 -1.875,0.0625 0.54762,0.63357 1.34818,0.87994 1.875,-0.0625 z m 14.9375,-2.96875 c -3.45326,0.49864 3.68725,0.62008 -0.1875,2.125 -3.69477,1.87908 4.51011,1.84887 0.0313,1 0.46449,-0.92031 3.50244,-2.71997 0.15625,-3.125 l -5e-5,0 z m 3.875,0 c -3.22452,0.0183 3.38492,1.39513 -0.5625,1.53125 3.71751,1.07768 -2.97873,2.5978 0.84375,2.25 1.50637,-0.46896 1.85263,-3.9774 -0.28125,-3.78125
  z m 36.4375,0 -0.3125,0.0313 c -1.44431,0.099 1.48151,2.44573 -0.65625,3.59375 3.39619,0.90606 0.44758,-2.29819 0.96875,-3.625 l 0,-5e-5 z m 3.96875,0 -0.46875,0.0313 c -1.63406,0.34423 1.38978,2.31863 -0.5625,3.59375 3.43252,0.90243 0.0952,-2.31764 1.03125,-3.625 l 0,-5e-5 z m 15.53125,0 c -3.9123,1.56667 3.99871,2.82756 -0.75,3.53125 3.03638,1.24139 3.72492,-3.76387 0.75,-3.53125 z m 14.53125,0 c -3.23816,0.0171 3.36267,1.38463 -0.5625,1.53125 3.75402,1.03249 -3.07752,2.65065 0.875,2.25 1.42061,-0.51066 1.81824,-3.95859 -0.3125,-3.78125 z m 9.6875,0 c -1.7622,0.41996 -1.66197,1.9429 -1,2.875 -0.11847,-0.21997 0.10359,-0.52062 1,-0.90625 0.91696,0.47254 1.13945,0.79089 1.03125,1 0.15766,-0.28204 0.2837,-0.64644 0.375,-1.15625 -0.30951,-0.69875 0.29617,-1.95937 -1.40625,-1.8125 z M 227.5,703.125 c -0.18934,0.36594 -1.4096,0.36607 -1.875,0.0625 0.54762,0.63357 1.34818,0.87994 1.875,-0.0625 z M 95.65625,700.1875 c -1.210022,1.75806 4.60696,2.82791 -0.09375,3.4375 3.70309,0.69
 493 3.087366,-2.04862 0.71875,-2.65625 1.940067,-1.01821 2.256684,-0.66999 -0.625,-0.78125 z m 21.46875,0 c -1.9534,1.65418 -2.16866,2.97628 0.65625,3.40625 0.55144,-0.47172 0.43056,-3.07464 -0.65625,-3.40625 z m 20,0 c -1.9534,1.65418 -2.16866,2.97628 0.65625,3.40625 0.55145,-0.47172 0.43057,-3.07464 -0.65625,-3.40625 z m 18.53125,0 c -1.21002,1.75806 4.60696,2.82791 -0.0937,3.4375 3.70309,0.69493 3.08737,-2.04862 0.71875,-2.65625 1.94006,-1.0182 2.25669,-0.66999 -0.625,-0.78125 l -5e-5,0 z m 20,0 c -1.21002,1.75806 4.60696,2.82791 -0.0937,3.4375 3.70309,0.69493 3.08737,-2.04862 0.71875,-2.65625 1.94006,-1.0182 2.25669,-0.66999 -0.625,-0.78125 l -5e-5,0 z m 21.46875,0 c -1.9534,1.65418 -2.16866,2.97628 0.65625,3.40625 0.55145,-0.47172 0.43057,-3.07464 -0.65625,-3.40625 z m 8.0625,0 c -1.20074,1.77196 4.67179,2.83132 -0.0937,3.4375 3.7248,0.70566 3.09568,-2.02238 0.75,-2.65625 2.02425,-1.02037 2.16395,-0.67108 -0.65625,-0.78125 l -5e-5,0 z M 126.46875,700.5 c 2.86628,1.35977
  -2.85757,1.28382 0,0 z m 36.15625,0 c 2.99393,1.67177 -2.82723,1.15847 0,0 z m 39.9375,0 c 3.51808,2.13402 -3.42437,2.05541 0,0 z m 23.90625,0 c 2.86628,1.35977 -2.85757,1.28382 0,0 z m -109.1875,0.125 c 1.15794,2.10145 -3.12257,2.85607 0,0 z m 20,0 c 1.15794,2.10145 -3.12257,2.85607 0,0 z m 60,0 c 1.15794,2.10145 -3.12257,2.85607 0,0 z m -35.65625,2.25 c -0.049,0.19924 0.12492,0.34665 0.40625,0.4375 -0.15654,-0.12663 -0.28211,-0.26913 -0.40625,-0.4375 z m -56.03125,0.0937 c 0.0457,0.10522 0.15318,0.18574 0.28125,0.25 -0.0948,-0.0827 -0.19482,-0.15363 -0.28125,-0.25 z m -6.125,0.25 c -0.381177,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m -36.5,8.78125 c -0.11279,-0.0112 -0.2289,0.009 -0.34375,0.03
 13 -1.69245,0.67607 -1.59971,1.92974 -1,2.78125 0.049,-0.20498 0.3326,-0.44449 1,-0.75 2.30656,1.18088 0.38519,1.51537 -0.5625,1.21875 0.88115,0.71718 2.09308,0.64773 1.75,-1.75 0.60366,-0.60173 -0.0542,-1.45296 -0.84375,-1.53125 l 0,-5e-5 z m -1.34375,2.8125 c -0.049,0.20498 0.12492,0.37528 0.40625,0.46875 -0.16149,-0.1344 -0.27961,-0.28893 -0.40625,-0.46875 z M 96.34375,712.0312 c -1.730338,0.19104 3.274796,1.46986 -0.125,1.78125 3.96573,0.63554 -3.236898,2.55577 0.875,2.125 1.4206,-0.52539 1.818238,-4.0887 -0.3125,-3.90625 -0.17974,0.002 -0.322144,-0.0127 -0.4375,0 z m 7.15625,0 c -0.34129,-0.006 -1.26947,0.12542 -2.125,0.0313 -1.21933,1.81735 4.65266,2.90436 -0.0937,3.53125 3.79948,0.7591 2.99938,-2.14353 0.8125,-2.71875 1.50866,-0.69469 1.74754,-0.83734 1.40625,-0.84375 l -5e-5,-5e-5 z m 12.84375,0 c -1.73034,0.19104 3.2748,1.46986 -0.125,1.78125 3.96573,0.63554 -3.2369,2.55577 0.875,2.125 1.4206,-0.52539 1.81824,-4.0887 -0.3125,-3.90625 -0.17974,0.002 -0.32214,-0.0127 
 -0.4375,0 z m 9.90625,0 c -2.6122,0.32963 1.50029,1.00379 0.9375,1.90625 0.80954,-0.8994 1.28681,-1.76851 -0.9375,-1.90625 z m 0.9375,1.90625 c -0.12988,0.20826 -0.51405,0.42508 -1.28125,0.65625 -3.477,1.75665 4.73485,1.08052 0,0.78125 0.22012,-0.40869 0.81102,-0.91508 1.28125,-1.4375 z m 9.15625,-1.90625 c -1.73034,0.19104 3.2748,1.46986 -0.125,1.78125 3.96573,0.63554 -3.2369,2.55577 0.875,2.125 1.42061,-0.52539 1.81824,-4.0887 -0.3125,-3.90625 -0.17974,0.002 -0.32214,-0.0127 -0.4375,0 z m 6.28125,0 c -4.40811,0.71218 1.48328,6.47215 1.53125,1.90625 0.0647,-0.78745 -0.37685,-1.98798 -1.53125,-1.90625 z m 23.625,0 c -2.6122,0.32963 1.50029,1.00379 0.9375,1.90625 0.80955,-0.8994 1.28681,-1.76851 -0.9375,-1.90625 z m 0.9375,1.90625 c -0.12988,0.20826 -0.51405,0.42508 -1.28125,0.65625 -3.477,1.75666 4.73486,1.08051 0,0.78125 0.22013,-0.40869 0.81102,-0.91508 1.28125,-1.4375 z m 18.875,-1.90625 c -3.64828,1.6448 3.68013,2.91257 -0.5625,3.65625 2.978,1.08481 3.42384,-3.93383 0.56
 25,-3.65625 z m 16,0 c -1.7264,0.19147 3.29745,1.48007 -0.125,1.78125 4.01668,0.6568 -3.21008,2.59448 0.875,2.125 1.42061,-0.52539 1.81824,-4.0887 -0.3125,-3.90625 -0.17962,0.002 -0.32241,-0.0128 -0.4375,0 z m 4.40625,0 c -1.7622,0.43208 -1.66197,2.00976 -1,2.96875 -0.11847,-0.22632 0.10359,-0.54075 1,-0.9375 0.87979,0.46647 1.10787,0.78366 1.03125,1 0.15349,-0.28857 0.28552,-0.67347 0.375,-1.1875 -0.30951,-0.7189 0.29617,-1.99484 -1.40625,-1.84375 z m 10.875,0 c -1.73034,0.19104 3.2748,1.46986 -0.125,1.78125 3.96573,0.63554 -3.2369,2.55577 0.875,2.125 1.42061,-0.52539 1.81824,-4.0887 -0.3125,-3.90625 -0.17974,0.002 -0.32214,-0.0127 -0.4375,0 z m 5.90625,0 c -3.91704,1.60063 3.97742,2.91166 -0.71875,3.625 3.02219,1.28601 3.6767,-3.87807 0.71875,-3.625 z m -116.59375,0.0313 c -1.93034,1.69604 -2.12724,3.07603 0.6875,3.5 0.55156,-0.45895 0.45305,-3.22007 -0.6875,-3.5 z m 15.78125,0 c -1.0871,0.12098 0.97616,2.64062 -0.5,3.71875 3.47171,0.77217 -0.19318,-2.30961 1,-3.71875 l -0
 .5,0 z m 24.21875,0 c -1.93034,1.69603 -2.12724,3.07603 0.6875,3.5 0.55157,-0.45895 0.45305,-3.22007 -0.6875,-3.5 z m 10.46875,0 c -1.95515,1.70233 -2.16925,3.05998 0.65625,3.5 0.54787,-0.47665 0.43537,-3.16416 -0.65625,-3.5 z m 5.3125,0 c -1.0871,0.12098 0.97616,2.64062 -0.5,3.71875 3.47172,0.77217 -0.19318,-2.30961 1,-3.71875 l -0.5,0 z m 14.6875,0 c -1.95515,1.70233 -2.16925,3.05998 0.65625,3.5 0.54787,-0.47665 0.43537,-3.16416 -0.65625,-3.5 z m 20,0 c -1.95515,1.70233 -2.16925,3.05998 0.65625,3.5 0.54787,-0.47665 0.43537,-3.16416 -0.65625,-3.5 z m 30.125,0 c -1.76514,0.37552 1.76635,2.43253 -0.5625,3.65625 3.32411,1.11789 0.36271,-2.16827 0.96875,-3.65625 l -0.40625,0 z m -84.625,0.34375 c 3.11666,1.18487 -1.65799,4.88784 -0.875,1.09375 0.0351,-0.43715 0.2075,-1.08432 0.875,-1.09375 z m 40,0 c 3.05028,1.65261 -2.90655,1.27376 0,0 z m 3.75,0 c 3.54908,2.14294 -3.38352,2.17228 0,0 z m 20.09375,0 c 3.07987,1.47537 -2.95712,1.45411 0,0 z m 17.09375,0 c 3.51808,2.19558 -3.424
 37,2.11471 0,0 z m -116.75,0.125 c 1.15927,2.16949 -3.12025,2.93129 0,0 z m 40,0 c 1.15927,2.16949 -3.12025,2.93128 0,0 z m 10.46875,0 c 1.15927,2.16949 -3.12025,2.93128 0,0 z m 20,0 c 1.15927,2.16949 -3.12025,2.93128 0,0 z m 20,0 c 1.15927,2.16949 -3.12025,2.93128 0,0 z m 10.21875,2.5625 c -0.18934,0.3765 -1.4096,0.37483 -1.875,0.0625 0.54658,0.65061 1.34809,0.90078 1.875,-0.0625 z m -108.03125,0.0937 c -0.381799,1.7603 1.78177,-0.19243 0,0 z m 20,0 c -0.38179,1.7603 1.78177,-0.19243 0,0 z m 20,0 c -0.38179,1.7603 1.78177,-0.19243 0,0 z m 20,0 c -0.38179,1.7603 1.78177,-0.19243 0,0 z m 20,0 c -0.38179,1.7603 1.78177,-0.19243 0,0 z m 20,0 c -0.38179,1.7603 1.78177,-0.19243 0,0 z m 21,0 c -0.38179,1.7603 1.78177,-0.19243 0,0 z M 166.25,724 c -0.32852,0.0121 -0.73663,0.0684 -1.21875,0.1875 3.77526,-0.0432 0.16582,2.84922 1.28125,3.375 1.03546,-1.33195 2.23714,-3.64704 -0.0625,-3.5625 z m -64.125,0.0937 c -0.27214,0.0151 -0.5657,0.0359 -0.90625,0.0937 4.20805,-0.47745 -1.02881,
 5.56061 1.90625,2.34375 1.15001,-1.63954 0.90496,-2.54303 -1,-2.4375 l 0,5e-5 z m 20,0 c -0.27214,0.0151 -0.5657,0.0359 -0.90625,0.0937 4.20805,-0.47745 -1.02881,5.56061 1.90625,2.34375 1.15001,-1.63954 0.90496,-2.54303 -1,-2.4375 l 0,5e-5 z m 100,0 c -0.27214,0.0151 -0.5657,0.0359 -0.90625,0.0937 4.20806,-0.47745 -1.02882,5.56061 1.90625,2.34375 1.15001,-1.63954 0.90495,-2.54303 -1,-2.4375 l 0,5e-5 z m -115.03125,0.0313 c -0.12295,-0.005 -0.23766,0.005 -0.3125,0.0313 -2.4356,0.0883 -2.09615,1.75357 -1.1875,2.78125 -0.0881,-0.26243 0.11157,-0.62909 0.9375,-1.125 2.19818,1.33354 0.32594,1.80594 -0.5625,1.46875 0.84605,0.67922 1.89921,0.74182 1.9375,-1.125 -2.08682,-0.46528 -3.066,-1.54825 -0.15625,-1.5625 0.18262,-0.31777 -0.28741,-0.4525 -0.65625,-0.46875 l 0,-5e-5 z m 55.875,0 c -0.11279,-0.0109 -0.2289,0.009 -0.34375,0.0313 -1.68896,0.65575 -1.59631,1.85996 -1,2.6875 0.0638,-0.19564 0.35656,-0.43247 1,-0.71875 2.30656,1.14776 0.38519,1.4758 -0.5625,1.1875 0.88115,0.69707 2
 .09308,0.61174 1.75,-1.71875 0.60366,-0.58483 -0.0542,-1.39266 -0.84375,-1.46875 l 0,-5e-5 z m -36.5,0.0313 c -1.7622,0.41996 -1.66197,1.9429 -1,2.875 -0.11847,-0.21997 0.10359,-0.52062 1,-0.90625 0.91696,0.47254 1.13945,0.79089 1.03125,1 0.15766,-0.28204 0.2837,-0.64644 0.375,-1.15625 -0.30952,-0.69875 0.29617,-1.95937 -1.40625,-1.8125 z M 127.5,727.125 c -0.18934,0.36594 -1.4096,0.36607 -1.875,0.0625 0.54762,0.63357 1.34818,0.87994 1.875,-0.0625 z m 14.9375,-2.96875 c -3.45326,0.49864 3.68725,0.62008 -0.1875,2.125 -3.69477,1.87908 4.51011,1.84887 0.0313,1 0.46449,-0.92031 3.50244,-2.71997 0.15625,-3.125 l -5e-5,0 z m 3.875,0 c -3.22452,0.0183 3.38492,1.39513 -0.5625,1.53125 3.71751,1.07768 -2.97873,2.5978 0.84375,2.25 1.50637,-0.46896 1.85263,-3.9774 -0.28125,-3.78125 z m 36.4375,0 -0.3125,0.0313 c -1.44431,0.099 1.48151,2.44573 -0.65625,3.59375 3.39619,0.90606 0.44758,-2.29819 0.96875,-3.625 l 0,-5e-5 z m 3.96875,0 -0.46875,0.0313 c -1.63406,0.34423 1.38978,2.31863 -0.562
 5,3.59375 3.43252,0.90243 0.0952,-2.31764 1.03125,-3.625 l 0,-5e-5 z m 15.53125,0 c -3.9123,1.56667 3.99871,2.82756 -0.75,3.53125 3.03638,1.24139 3.72492,-3.76387 0.75,-3.53125 z m 14.53125,0 c -3.23816,0.0171 3.36267,1.38463 -0.5625,1.53125 3.75402,1.03249 -3.07752,2.65065 0.875,2.25 1.42061,-0.51066 1.81824,-3.95859 -0.3125,-3.78125 z m 9.6875,0 c -1.7622,0.41996 -1.66197,1.9429 -1,2.875 -0.11847,-0.21997 0.10359,-0.52062 1,-0.90625 0.91696,0.47254 1.13945,0.79089 1.03125,1 0.15766,-0.28204 0.2837,-0.64644 0.375,-1.15625 -0.30951,-0.69875 0.29617,-1.95937 -1.40625,-1.8125 z M 227.5,727.125 c -0.18934,0.36594 -1.4096,0.36607 -1.875,0.0625 0.54762,0.63357 1.34818,0.87994 1.875,-0.0625 z M 95.65625,724.1875 c -1.210022,1.75806 4.60696,2.82791 -0.09375,3.4375 3.70309,0.69493 3.087366,-2.04862 0.71875,-2.65625 1.940067,-1.01821 2.256684,-0.66999 -0.625,-0.78125 z m 21.46875,0 c -1.9534,1.65418 -2.16866,2.97628 0.65625,3.40625 0.55144,-0.47172 0.43056,-3.07464 -0.65625,-3.40625 
 z m 20,0 c -1.9534,1.65418 -2.16866,2.97628 0.65625,3.40625 0.55145,-0.47172 0.43057,-3.07464 -0.65625,-3.40625 z m 18.53125,0 c -1.21002,1.75806 4.60696,2.82791 -0.0937,3.4375 3.70309,0.69493 3.08737,-2.04862 0.71875,-2.65625 1.94006,-1.0182 2.25669,-0.66999 -0.625,-0.78125 l -5e-5,0 z m 20,0 c -1.21002,1.75806 4.60696,2.82791 -0.0937,3.4375 3.70309,0.69493 3.08737,-2.04862 0.71875,-2.65625 1.94006,-1.0182 2.25669,-0.66999 -0.625,-0.78125 l -5e-5,0 z m 21.46875,0 c -1.9534,1.65418 -2.16866,2.97628 0.65625,3.40625 0.55145,-0.47172 0.43057,-3.07464 -0.65625,-3.40625 z m 8.0625,0 c -1.20074,1.77196 4.67179,2.83132 -0.0937,3.4375 3.7248,0.70566 3.09568,-2.02238 0.75,-2.65625 2.02425,-1.02037 2.16395,-0.67108 -0.65625,-0.78125 l -5e-5,0 z M 126.46875,724.5 c 2.86628,1.35977 -2.85757,1.28382 0,0 z m 36.15625,0 c 2.99393,1.67177 -2.82723,1.15847 0,0 z m 39.9375,0 c 3.51808,2.13402 -3.42437,2.05541 0,0 z m 23.90625,0 c 2.86628,1.35977 -2.85757,1.28382 0,0 z m -109.1875,0.125 c 1.15
 794,2.10145 -3.12257,2.85607 0,0 z m 20,0 c 1.15794,2.10145 -3.12257,2.85607 0,0 z m 60,0 c 1.15794,2.10145 -3.12257,2.85607 0,0 z m -35.65625,2.25 c -0.049,0.19924 0.12492,0.34665 0.40625,0.4375 -0.15654,-0.12663 -0.28211,-0.26913 -0.40625,-0.4375 z m -56.03125,0.0937 c 0.0457,0.10522 0.15318,0.18574 0.28125,0.25 -0.0948,-0.0827 -0.19482,-0.15363 -0.28125,-0.25 z m -6.125,0.25 c -0.381177,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z M 162.25,736 c -0.3365,0.008 -0.74935,0.0753 -1.25,0.1875 3.74464,-0.0349 0.20763,2.93724 1.25,3.53125 0.97959,-1.48941 2.35548,-3.77358 0,-3.71875 z m -35.46875,0.0937 c -0.12055,-0.007 -0.2413,0.005 -0.3125,0.0313 -2.4419,0.0784 -2.1231,1.84663 -1.21875,2.9375 -0.0832,
 -0.27853 0.13701,-0.67522 0.96875,-1.1875 2.24828,1.49012 0.145,1.94215 -0.6875,1.5 0.85773,0.79547 1.98981,0.92285 2.03125,-1.125 -2.04777,-0.50123 -3.11414,-1.57485 -0.1875,-1.625 0.20312,-0.32411 -0.2321,-0.50962 -0.59375,-0.53125 l 0,-5e-5 z m 60,0 c -0.12055,-0.007 -0.2413,0.005 -0.3125,0.0313 -2.4419,0.0784 -2.1231,1.84663 -1.21875,2.9375 -0.0832,-0.27853 0.13701,-0.67522 0.96875,-1.1875 2.24828,1.49012 0.145,1.94215 -0.6875,1.5 0.85773,0.79547 1.98981,0.92285 2.03125,-1.125 -2.04777,-0.50123 -3.11414,-1.57485 -0.1875,-1.625 0.20313,-0.32411 -0.2321,-0.50962 -0.59375,-0.53125 l 0,-5e-5 z m -90.3125,0.0313 c -3.452518,0.52783 3.67218,0.65755 -0.1875,2.25 -3.648333,1.98462 4.49805,1.95927 0.03125,1.0625 0.46395,-0.97128 3.502319,-2.88518 0.15625,-3.3125 z m 5.9375,0 c -4.442747,0.70032 1.48563,6.66311 1.5,1.96875 0.0849,-0.80395 -0.34297,-2.05893 -1.5,-1.96875 z m 34.3125,0 -0.3125,0.0625 c -1.44525,0.10472 1.48316,2.56913 -0.65625,3.78125 3.39638,0.95649 0.44839,-2.4421
 7 0.96875,-3.84375 z m 5.625,0 c -1.76428,0.44376 -1.66407,2.0791 -1,3.0625 -0.11847,-0.23218 0.10359,-0.56173 1,-0.96875 0.87979,0.47854 1.10787,0.80931 1.03125,1.03125 0.15491,-0.29661 0.2849,-0.68775 0.375,-1.21875 -0.31427,-0.73771 0.32131,-2.08318 -1.40625,-1.90625 z m 3.4375,0 c -3.61153,1.62649 3.63422,3.05073 -0.625,3.78125 2.98244,1.10154 3.52589,-4.04581 0.625,-3.78125 z m 10.90625,0 c -4.40811,0.73056 1.48328,6.65277 1.53125,1.96875 0.0647,-0.80783 -0.37685,-2.0526 -1.53125,-1.96875 z m 25.625,0 c -3.04757,0.76883 -0.32572,5.77389 1,3.1875 -0.43034,0.60356 -3.60152,0.12105 -1,-1.09375 0.88322,0.4742 1.10926,0.80898 1.03125,1.03125 0.10605,-0.221 0.19842,-0.48269 0.28125,-0.8125 -0.22643,-0.9475 0.63882,-2.41638 -1.3125,-2.3125 z m 14.1875,0 c -3.45251,0.52783 3.67218,0.65755 -0.1875,2.25 -3.64832,1.98462 4.49806,1.95927 0.0313,1.0625 0.46395,-0.97128 3.50232,-2.88518 0.15625,-3.3125 l -5e-5,0 z m 9.75,0 c -4.41014,0.71464 1.48587,6.65622 1.5,1.96875 0.0849,-0.8039
 5 -0.34297,-2.05893 -1.5,-1.96875 z m 15.9375,0 c -3.13555,0.3326 3.73358,1.18863 -0.4375,2.46875 -3.02311,2.19465 4.84697,1.10215 0.25,1.03125 0.17202,-1.16778 3.7236,-3.22144 0.1875,-3.5 z m 4.15625,0 -0.3125,0.0625 c -1.44525,0.10472 1.48316,2.56913 -0.65625,3.78125 3.35247,0.95213 0.4609,-2.46919 0.96875,-3.84375 z m -109.5,0.0313 -0.46875,0.0313 c -1.63539,0.36302 1.39288,2.4036 -0.5625,3.75 3.43416,0.95276 0.0939,-2.40083 1.03125,-3.78125 l 0,-5e-5 z m 60,0 -0.46875,0.0313 c -1.63539,0.36302 1.39288,2.4036 -0.5625,3.75 3.43417,0.95276 0.0939,-2.40083 1.03125,-3.78125 l 0,-5e-5 z m 25.875,0 -0.5,0.0313 c -1.03598,0.19555 1.01666,2.64067 -0.46875,3.78125 3.4471,0.78258 -0.2329,-2.37433 0.96875,-3.8125 l 0,-5e-5 z m 14.21875,0 -0.46875,0.0313 c -1.63539,0.36302 1.39288,2.4036 -0.5625,3.75 3.43417,0.95276 0.0939,-2.40083 1.03125,-3.78125 l 0,-5e-5 z m -110.5,0.0313 c -1.96504,1.74629 -2.15372,3.15426 0.6875,3.59375 0.50782,-0.46406 0.47452,-3.32661 -0.6875,-3.59375 z m 16.
 09375,0 c -1.95308,1.74588 -2.16856,3.13949 0.65625,3.59375 0.5521,-0.49947 0.42966,-3.24275 -0.65625,-3.59375 z m 43.90625,0 c -1.92826,1.73934 -2.12646,3.15588 0.6875,3.59375 0.5558,-0.48126 0.44735,-3.30029 -0.6875,-3.59375 z M 102.40625,736.5 c 3.08023,1.23205 -1.65064,5.00718 -0.875,1.125 0.0351,-0.4484 0.2075,-1.11533 0.875,-1.125 z m 39.9375,0 c 2.86628,1.43517 -2.85757,1.35503 0,0 z m 3.75,0 c 3.47659,2.30386 -3.45099,2.12489 0,0 z m 10.59375,0 c 3.11666,1.21551 -1.65799,5.01725 -0.875,1.125 0.0351,-0.4484 0.2075,-1.11533 0.875,-1.125 z m 25.625,0 c 2.86628,1.43517 -2.85757,1.35503 0,0 z m 23.9375,0 c 3.11666,1.21551 -1.65799,5.01725 -0.875,1.125 0.0351,-0.4484 0.2075,-1.11533 0.875,-1.125 z m -99.65625,0.15625 c 1.4289,1.68991 -2.70979,2.99005 -0.46875,0.625 l 0.46875,-0.625 z m 16.09375,0 c 1.4289,1.68991 -2.70979,2.99005 -0.46875,0.625 l 0.46875,-0.625 z m 43.90625,0 c 1.13834,2.20259 -3.05964,3.01983 0,0 z m -41.34375,2.4375 c 0.0412,0.10484 0.13486,0.18217 0.25,
 0.25 -0.0844,-0.0805 -0.17263,-0.15798 -0.25,-0.25 z m 60,0 c 0.0412,0.10484 0.13486,0.18217 0.25,0.25 -0.0844,-0.0805 -0.17263,-0.15798 -0.25,-0.25 z m -41.90625,0.21875 c -0.2526,0.34505 -1.39497,0.34021 -1.84375,0.0313 0.53971,0.65905 1.31647,0.91441 1.84375,-0.0313 z m -44.125,0.0313 c -0.381068,1.80376 1.77976,-0.19721 0,0 z m 19.90625,0 c -0.38107,1.80376 1.77976,-0.19721 0,0 z m 20.03125,0 c -0.38107,1.80376 1.77976,-0.19721 0,0 z m 20.09375,0 c -0.38107,1.80376 1.77976,-0.19721 0,0 z m 19.875,0 c -0.38107,1.80376 1.77976,-0.19721 0,0 z m 20.125,0 c -0.38107,1.80376 1.77976,-0.19721 0,0 z m 19.96875,0 c -0.38107,1.80376 1.77976,-0.19721 0,0 z m -117.09375,8.75 c -0.27214,0.0151 -0.5657,0.0359 -0.90625,0.0937 4.20805,-0.47745 -1.02881,5.56061 1.90625,2.34375 1.15001,-1.63954 0.90496,-2.54303 -1,-2.4375 l 0,5e-5 z m 4.34375,0.0625 c -1.7622,0.41996 -1.66197,1.9429 -1,2.875 -0.11847,-0.21997 0.10359,-0.52062 1,-0.90625 0.91696,0.47254 1.13945,0.79089 1.03125,1 0.15766,-0
 .28204 0.2837,-0.64644 0.375,-1.15625 -0.30952,-0.69875 0.29617,-1.95937 -1.40625,-1.8125 z M 107.5,751.125 c -0.18934,0.36594 -1.4096,0.36607 -1.875,0.0625 0.54762,0.63357 1.34818,0.87994 1.875,-0.0625 z m 14.9375,-2.96875 c -3.45326,0.49864 3.68725,0.62008 -0.1875,2.125 -3.69478,1.87908 4.51011,1.84887 0.0313,1 0.46449,-0.92031 3.50244,-2.71997 0.15625,-3.125 l -5e-5,0 z m 3.875,0 c -3.22452,0.0183 3.38492,1.39513 -0.5625,1.53125 3.71751,1.07768 -2.97873,2.5978 0.84375,2.25 1.50637,-0.46896 1.85263,-3.9774 -0.28125,-3.78125 z m -29.1875,0.0313 c -1.9534,1.65418 -2.16866,2.97628 0.65625,3.40625 0.551437,-0.47172 0.43056,-3.07464 -0.65625,-3.40625 z m 20,0 c -1.9534,1.65418 -2.16866,2.97628 0.65625,3.40625 0.55145,-0.47172 0.43057,-3.07464 -0.65625,-3.40625 z M 106.46875,748.5 c 2.86628,1.35977 -2.85757,1.28382 0,0 z m -9.1875,0.125 c 1.15794,2.10145 -3.12257,2.85607 0,0 z m 20,0 c 1.15794,2.10145 -3.12257,2.85607 0,0 z m -17.8125,2.59375 c -0.38118,1.70928 1.78006,-0.18686 
 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z M 106.25,760 c -0.32852,0.0121 -0.73663,0.0684 -1.21875,0.1875 3.77526,-0.0432 0.16582,2.84922 1.28125,3.375 1.03546,-1.33195 2.23714,-3.64704 -0.0625,-3.5625 z m -3.28125,0.125 c -0.11279,-0.0109 -0.2289,0.009 -0.34375,0.0313 -1.68896,0.65575 -1.59631,1.85996 -1,2.6875 0.0638,-0.19564 0.35656,-0.43247 1,-0.71875 2.30656,1.14776 0.38519,1.4758 -0.5625,1.1875 0.88115,0.69707 2.09308,0.61174 1.75,-1.71875 0.60366,-0.58483 -0.0542,-1.39266 -0.84375,-1.46875 l 0,-5e-5 z m 19.78125,0.0313 -0.3125,0.0313 c -1.44431,0.099 1.48151,2.44573 -0.65625,3.59375 3.3962,0.90606 0.44758,-2.29819 0.96875,-3.625 l 0,-5e-5 z m 3.96875,0 -0.46875,0.0313 c -1.63406,0.34423 1.38978,2.31863 -0.5625,3.59375 3.43252,0.90243 0.0952,-2.31764 1.03125,-3.625 l 0,-5e-5 z m -31.0625,0.0313 c -1.21002,1.75806 4.60696,2.82791 -0.09375,3.4375 3.703093,0.69493 3.08737,-2.04862 0.71875,-2.65625 1.940059,-1.0182 2.25669,-0.66999 -0.625,-0.78125 z m 20,0 c -1
 .21002,1.75806 4.60696,2.82791 -0.0937,3.4375 3.70309,0.69493 3.08737,-2.04862 0.71875,-2.65625 1.94006,-1.0182 2.25669,-0.66999 -0.625,-0.78125 l -5e-5,0 z M 102.625,760.5 c 2.99393,1.67177 -2.82723,1.15847 0,0 z m -1,2.375 c -0.049,0.19924 0.12492,0.34665 0.40625,0.4375 -0.15654,-0.12663 -0.28211,-0.26913 -0.40625,-0.4375 z m -2.15625,0.34375 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 2.65625,8.875 c -0.27214,0.0151 -0.5657,0.0359 -0.90625,0.0937 4.20806,-0.47745 -1.02882,5.56061 1.90625,2.34375 1.15001,-1.63954 0.90495,-2.54303 -1,-2.4375 l 0,5e-5 z m -19.875,0.0625 c -3.9123,1.56667 3.99871,2.82756 -0.75,3.53125 3.03637,1.24139 3.72492,-3.76387 0.75,-3.53125 z m 14.53125,0 c -3.23816,0.0171 3.36267,1.38463 -0.5625,1.53125 3.75402,1.03249 -3.07752,2.65065 0.875,2.25 1.4206,-0.51066 1.81824,-3.95859 -0.3125,-3.78125 z m 9.6875,0 c -1.7622,0.41996 -1.66197,1.9429 -1,2.875 -0.11847,-0.21997 0.10359,-0.52062 1,-0.90625 0.91696
 ,0.47254 1.13945,0.79089 1.03125,1 0.15766,-0.28204 0.2837,-0.64644 0.375,-1.15625 -0.30952,-0.69875 0.29617,-1.95937 -1.40625,-1.8125 z M 127.5,775.125 c -0.18934,0.36594 -1.4096,0.36607 -1.875,0.0625 0.54762,0.63357 1.34818,0.87994 1.875,-0.0625 z m -30.375,-2.9375 c -1.9534,1.65418 -2.16866,2.97628 0.65625,3.40625 0.551447,-0.47172 0.43057,-3.07464 -0.65625,-3.40625 z m 8.0625,0 c -1.20074,1.77196 4.67179,2.83132 -0.0937,3.4375 3.7248,0.70566 3.09568,-2.02238 0.75,-2.65625 2.02426,-1.02037 2.16395,-0.67108 -0.65625,-0.78125 l -5e-5,0 z m -2.625,0.3125 c 3.51808,2.13402 -3.42437,2.05541 0,0 z m 23.90625,0 c 2.86628,1.35977 -2.85757,1.28382 0,0 z m -29.1875,0.125 c 1.15794,2.10145 -3.12257,2.85607 0,0 z m 2.1875,2.59375 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m -23.125,8.8125 c -1.730338,0.19104 3.274796,1.46986 -0.125,1.78125 3.96573,0.63554 -3.236898,2.55577 0.875,2.125 1.4206,-0.52539 1.818238,-4.0887 -0.3125,-3.90625 -0
 .17974,0.002 -0.322144,-0.0127 -0.4375,0 z m 7.15625,0 c -0.34129,-0.006 -1.26947,0.12542 -2.125,0.0313 -1.21933,1.81735 4.65266,2.90436 -0.0937,3.53125 3.79948,0.7591 2.99938,-2.14353 0.8125,-2.71875 1.50866,-0.69469 1.74754,-0.83734 1.40625,-0.84375 l -5e-5,-5e-5 z m 12.84375,0 c -1.73034,0.19104 3.2748,1.46986 -0.125,1.78125 3.96573,0.63554 -3.2369,2.55577 0.875,2.125 1.4206,-0.52539 1.81824,-4.0887 -0.3125,-3.90625 -0.17974,0.002 -0.32214,-0.0127 -0.4375,0 z m 9.90625,0 c -2.6122,0.32963 1.50029,1.00379 0.9375,1.90625 0.80954,-0.8994 1.28681,-1.76851 -0.9375,-1.90625 z m 0.9375,1.90625 c -0.12988,0.20826 -0.51405,0.42508 -1.28125,0.65625 -3.477,1.75665 4.73485,1.08052 0,0.78125 0.22012,-0.40869 0.81102,-0.91508 1.28125,-1.4375 z m -20.53125,-1.875 c -1.93034,1.69604 -2.12724,3.07603 0.6875,3.5 0.55156,-0.45895 0.45305,-3.22007 -0.6875,-3.5 z m 15.78125,0 c -1.0871,0.12098 0.97616,2.64062 -0.5,3.71875 3.47171,0.77217 -0.19318,-2.30961 1,-3.71875 l -0.5,0 z m -15.625,0.468
 75 c 1.15927,2.16949 -3.12025,2.93129 0,0 z m -7.34375,2.65625 c -0.381799,1.7603 1.78177,-0.19243 0,0 z m 20,0 c -0.38179,1.7603 1.78177,-0.19243 0,0 z m -23.125,8.84375 c -1.730342,0.19104 3.274797,1.46986 -0.125,1.78125 3.96573,0.63554 -3.2369,2.55577 0.875,2.125 1.420599,-0.52539 1.81824,-4.0887 -0.3125,-3.90625 -0.179741,0.002 -0.322144,-0.0127 -0.4375,0 z m 6.28125,0 c -4.40811,0.71218 1.48328,6.47215 1.53125,1.90625 0.0647,-0.78745 -0.37685,-1.98798 -1.53125,-1.90625 z m 23.625,0 c -2.6122,0.32963 1.50029,1.00379 0.9375,1.90625 0.80955,-0.8994 1.28681,-1.76851 -0.9375,-1.90625 z m 0.9375,1.90625 c -0.12988,0.20826 -0.51405,0.42508 -1.28125,0.65625 -3.477,1.75666 4.73486,1.08051 0,0.78125 0.22012,-0.40869 0.81102,-0.91508 1.28125,-1.4375 z m -20.53125,-1.875 c -1.93034,1.69603 -2.12724,3.07603 0.6875,3.5 0.55157,-0.45895 0.45305,-3.22007 -0.6875,-3.5 z m 10.46875,0 c -1.95515,1.70233 -2.16925,3.05998 0.65625,3.5 0.54788,-0.47665 0.43537,-3.16416 -0.65625,-3.5 z m 5.312
 5,0 c -1.0871,0.12098 0.97616,2.64062 -0.5,3.71875 3.47171,0.77217 -0.19318,-2.30961 1,-3.71875 l -0.5,0 z m -19.8125,0.34375 c 3.11666,1.18487 -1.65799,4.88784 -0.875,1.09375 0.0351,-0.43715 0.2075,-1.08432 0.875,-1.09375 z m 4.1875,0.125 c 1.15927,2.16949 -3.12025,2.93128 0,0 z m 10.46875,0 c 1.15927,2.16949 -3.12025,2.93128 0,0 z m -17.8125,2.65625 c -0.38179,1.7603 1.78177,-0.19243 0,0 z m 20,0 c -0.38179,1.7603 1.78177,-0.19243 0,0 z m -17.34375,8.90625 c -0.27214,0.0151 -0.5657,0.0359 -0.90625,0.0937 4.20805,-0.47745 -1.02881,5.56061 1.90625,2.34375 1.15001,-1.63954 0.90496,-2.54303 -1,-2.4375 l 0,5e-5 z m 20,0 c -0.27214,0.0151 -0.5657,0.0359 -0.90625,0.0937 4.20805,-0.47745 -1.02881,5.56061 1.90625,2.34375 1.15001,-1.63954 0.90496,-2.54303 -1,-2.4375 l 0,5e-5 z m -15.03125,0.0313 c -0.12295,-0.005 -0.23766,0.005 -0.3125,0.0313 -2.4356,0.0883 -2.09615,1.75357 -1.1875,2.78125 -0.0881,-0.26243 0.11157,-0.62909 0.9375,-1.125 2.19818,1.33354 0.32594,1.80594 -0.5625,1.4687
 5 0.84605,0.67922 1.89921,0.74182 1.9375,-1.125 -2.08682,-0.46528 -3.066,-1.54825 -0.15625,-1.5625 0.18262,-0.31777 -0.28741,-0.4525 -0.65625,-0.46875 l 0,-5e-5 z m 19.375,0.0313 c -1.7622,0.41996 -1.66197,1.9429 -1,2.875 -0.11847,-0.21997 0.10359,-0.52062 1,-0.90625 0.91696,0.47254 1.13945,0.79089 1.03125,1 0.15766,-0.28204 0.2837,-0.64644 0.375,-1.15625 -0.30952,-0.69875 0.29617,-1.95937 -1.40625,-1.8125 z M 127.5,811.125 c -0.18934,0.36594 -1.4096,0.36607 -1.875,0.0625 0.54762,0.63357 1.34818,0.87994 1.875,-0.0625 z m -31.84375,-2.9375 c -1.210022,1.75806 4.60696,2.82791 -0.09375,3.4375 3.70309,0.69493 3.087366,-2.04862 0.71875,-2.65625 1.940067,-1.01821 2.256684,-0.66999 -0.625,-0.78125 z m 21.46875,0 c -1.9534,1.65418 -2.16866,2.97628 0.65625,3.40625 0.55144,-0.47172 0.43056,-3.07464 -0.65625,-3.40625 z m 9.34375,0.3125 c 2.86628,1.35977 -2.85757,1.28382 0,0 z m -9.1875,0.125 c 1.15794,2.10145 -3.12257,2.85607 0,0 z m -11.6875,2.34375 c 0.0457,0.10522 0.15318,0.18574 0.
 28125,0.25 -0.0948,-0.0827 -0.19482,-0.15363 -0.28125,-0.25 z m -6.125,0.25 c -0.381177,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z M 106.25,820 c -0.32852,0.0121 -0.73663,0.0684 -1.21875,0.1875 3.77526,-0.0432 0.16582,2.84922 1.28125,3.375 1.03546,-1.33195 2.23714,-3.64704 -0.0625,-3.5625 z m -3.28125,0.125 c -0.11279,-0.0109 -0.2289,0.009 -0.34375,0.0313 -1.68896,0.65575 -1.59631,1.85996 -1,2.6875 0.0638,-0.19564 0.35656,-0.43247 1,-0.71875 2.30656,1.14776 0.38519,1.4758 -0.5625,1.1875 0.88115,0.69707 2.09308,0.61174 1.75,-1.71875 0.60366,-0.58483 -0.0542,-1.39266 -0.84375,-1.46875 l 0,-5e-5 z m 19.78125,0.0313 -0.3125,0.0313 c -1.44431,0.099 1.48151,2.44573 -0.65625,3.59375 3.3962,0.90606 0.44758,-2.29819 0.96875,-3.625 l 0,-5e-5 z m 3.96875,0 -0.46875,0.0313 c -1.63406,0.34423 1.38978,2.31863 -0.5625,3.59375 3.43252,0.90243 0.0952,-2.31764 1.03125,-3.625 l 0,-5e-5 z m -31.0625,0.0313 c -1.21002,1.75806 4.60696,2.82791 -0.09375,3.4375 3
 .703093,0.69493 3.08737,-2.04862 0.71875,-2.65625 1.940059,-1.0182 2.25669,-0.66999 -0.625,-0.78125 z m 20,0 c -1.21002,1.75806 4.60696,2.82791 -0.0937,3.4375 3.70309,0.69493 3.08737,-2.04862 0.71875,-2.65625 1.94006,-1.0182 2.25669,-0.66999 -0.625,-0.78125 l -5e-5,0 z M 102.625,820.5 c 2.99393,1.67177 -2.82723,1.15847 0,0 z m -1,2.375 c -0.049,0.19924 0.12492,0.34665 0.40625,0.4375 -0.15654,-0.12663 -0.28211,-0.26913 -0.40625,-0.4375 z m -2.15625,0.34375 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 2.65625,8.875 c -0.27214,0.0151 -0.5657,0.0359 -0.90625,0.0937 4.20806,-0.47745 -1.02882,5.56061 1.90625,2.34375 1.15001,-1.63954 0.90495,-2.54303 -1,-2.4375 l 0,5e-5 z m -19.875,0.0625 c -3.9123,1.56667 3.99871,2.82756 -0.75,3.53125 3.03637,1.24139 3.72492,-3.76387 0.75,-3.53125 z m 14.53125,0 c -3.23816,0.0171 3.36267,1.38463 -0.5625,1.53125 3.75402,1.03249 -3.07752,2.65065 0.875,2.25 1.4206,-0.51066 1.81824,-3.95859 -0.3125,-3.78
 125 z m 9.6875,0 c -1.7622,0.41996 -1.66197,1.9429 -1,2.875 -0.11847,-0.21997 0.10359,-0.52062 1,-0.90625 0.91696,0.47254 1.13945,0.79089 1.03125,1 0.15766,-0.28204 0.2837,-0.64644 0.375,-1.15625 -0.30952,-0.69875 0.29617,-1.95937 -1.40625,-1.8125 z M 127.5,835.125 c -0.18934,0.36594 -1.4096,0.36607 -1.875,0.0625 0.54762,0.63357 1.34818,0.87994 1.875,-0.0625 z m -30.375,-2.9375 c -1.9534,1.65418 -2.16866,2.97628 0.65625,3.40625 0.551447,-0.47172 0.43057,-3.07464 -0.65625,-3.40625 z m 8.0625,0 c -1.20074,1.77196 4.67179,2.83132 -0.0937,3.4375 3.7248,0.70566 3.09568,-2.02238 0.75,-2.65625 2.02426,-1.02037 2.16395,-0.67108 -0.65625,-0.78125 l -5e-5,0 z m -2.625,0.3125 c 3.51808,2.13402 -3.42437,2.05541 0,0 z m 23.90625,0 c 2.86628,1.35977 -2.85757,1.28382 0,0 z m -29.1875,0.125 c 1.15794,2.10145 -3.12257,2.85607 0,0 z m 2.1875,2.59375 c -0.38118,1.70928 1.78006,-0.18686 0,0 z m 20,0 c -0.38118,1.70928 1.78006,-0.18686 0,0 z"
+             id="text6264"
+             inkscape:connector-curvature="0" />
+          <path
+             style="font-size:6px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;fill:#babdb6;fill-opacity:1;stroke:none;font-family:Impact"
+             d="m 78.53125,688.5625 c -3.47053,0.9263 0.714292,4.04903 0.807285,3.56082 -3.654214,2.57197 3.387589,-0.89185 0.411566,-3.39715 l -0.511339,-0.24408 -0.707512,0.0804 0,10e-6 0,0 z m 3.84375,0 c -2.338294,0.27736 2.79788,1.63707 -0.96875,1.5625 -0.228198,4.89113 5.349337,-0.43528 0.96875,-1.5625 z m 4.15625,0 c -2.901534,-0.8941 -1.470976,6.10327 -0.714015,1.26722 l 0.556803,-0.81804 0.157212,-0.44918 z M 78.65625,689 c 3.821167,2.94295 -3.636799,3.10907 0,0 z m 4.0625,1.25 c 2.151475,1.94072 -3.356259,0.56355 0,0 z m 0.125,9.09375 c -0.313984,2.34623 0.412263,6.63278 0.597417,1.78339 -7.33e-4,-0.57655 0.17788,-1.5876 -0.597417,-1.78339 z m 1.65625,0 c -0.43182,1.77042 1.455586,-0.22524 0,0 z m -5.53125,1.28125 c -1.620311,4.43668 5.158028,3.41401 2.289824,0.39901 -0.666108,4.72661 -1.482287,1.94882 -2.289824,-0.39901 z m 5.53125,0 c -0.442769,2.68585 0.760302,4.21824 0.581863,0.57653 C 85.303289,700.79639 84.83238,700.41473 84.5,700.625 z m -6.3125,10.71875 c 0
 .173358,2.23317 -0.513344,5.31398 1.023322,3.4002 3.675255,2.73924 -1.69532,-0.84762 1.494211,-2.00142 -3.653408,2.14368 -0.667372,1.24542 -2.517533,-1.39878 l 0,0 0,0 z m 7.09375,0 c -0.313984,2.34623 0.412263,6.63278 0.597417,1.78339 -7.33e-4,-0.57655 0.17788,-1.5876 -0.597417,-1.78339 z M 82.75,712.5625 c -2.413095,0.26251 2.840877,1.64488 -1,1.5625 -0.195992,4.89176 5.324166,-0.43373 1,-1.5625 z m 0.34375,1.6875 c 2.108058,1.92596 -3.349698,0.56778 0,0 z m -5.21875,9.09375 c -0.313984,2.34623 0.412263,6.63278 0.597417,1.78339 -7.33e-4,-0.57655 0.17788,-1.5876 -0.597417,-1.78339 z m 2.8125,1.21875 c -2.403724,0.26388 2.836777,1.64473 -1,1.5625 -0.141586,4.9 5.293433,-0.45787 1,-1.5625 z m 4.09375,0 c -2.791481,-0.54946 -1.896694,6.94355 -0.13094,2.87726 1.735004,1.67625 2.080178,-3.18553 0.13094,-2.87726 z M 84.65625,725 c 3.716556,3.12284 -3.638962,3.13764 0,0 z m -3.625,1.25 c 2.108058,1.92596 -3.349698,0.56778 0,0 z m -2.8125,9.09375 c -0.43182,1.77042 1.455586,-0.2252
 4 0,0 z m 5.3125,0 c 0.174663,2.24102 -0.51768,5.30389 1.030175,3.4054 3.524961,2.64495 -1.540982,-0.76659 1.491685,-2.00867 -3.658583,2.14034 -0.671372,1.25562 -2.52186,-1.39673 l 0,0 0,0 z m -2.5,1.21875 c -2.442267,0.25693 2.848096,1.62568 -0.96875,1.5625 -0.230951,4.89425 5.292876,-0.44356 0.96875,-1.5625 z m -2.8125,0.0625 c -4.47e-4,2.1737 -0.61518,6.84135 0.631201,2.02198 -0.0395,-0.63713 0.143417,-1.72593 -0.631201,-2.02198 z m 3.15625,1.625 c 2.108058,1.92596 -3.349698,0.56778 0,0 z m 5.28125,9.09375 c 0.60212,1.97721 -5.063186,2.5291 -1.171474,4.56043 2.383542,1.14151 2.201335,-4.44991 1.171474,-4.56043 z m -8.5,1.21875 c -2.442267,0.25693 2.848096,1.62568 -0.96875,1.5625 -0.230951,4.89425 5.292876,-0.44356 0.96875,-1.5625 z m 4.125,0 c -2.860476,-0.82422 -1.398716,6.01029 -0.787168,1.2847 1.90792,-1.58861 1.737627,4.79617 1.874329,-0.14985 -0.06901,-0.46152 -0.35863,-1.48827 -1.087161,-1.13485 l 0,0 0,0 z M 85.75,749 c 3.736367,3.15394 -3.688751,3.10512 0,0 z m -7
 .25,1.25 c 2.108058,1.92596 -3.349698,0.56778 0,0 z m 2.6875,9.09375 c -0.426401,1.7906 1.517914,-0.26921 0,0 z m -2.34375,0.34375 c -1.637971,2.54103 2.863678,6.33981 0.397208,2.22913 1.65788,-2.28126 1.508413,0.0817 -0.397208,-2.22913 z m 5.125,0.875 c -3.474387,0.92849 0.722075,4.04807 0.804297,3.56186 -3.638452,2.57124 3.385629,-0.89345 0.414714,-3.39808 l -0.510882,-0.24258 -0.708129,0.0788 0,0 0,0 z m -2.78125,0.0625 c -0.47172,2.7144 0.812683,4.21546 0.613474,0.56187 0.221352,-0.43422 -0.286214,-0.77071 -0.613474,-0.56187 z M 84.09375,761 c 3.821167,2.94295 -3.636799,3.10907 0,0 z m -6.0625,10.34375 c -0.07462,2.19593 -0.07568,6.54099 0.996797,2.14804 1.939415,-0.14561 1.37056,4.3349 1.770903,0.61781 -1.041512,-1.7634 -2.071925,-1.64936 -2.7677,-2.76585 z m 7.375,0 c -0.337485,2.39272 0.448028,6.6385 0.63139,1.76381 0.0032,-0.57202 0.174276,-1.61661 -0.63139,-1.76381 z m -3.9375,1.28125 c 1.984178,2.09102 -0.418503,6.88466 2.278765,2.59019 1.025818,-2.36555 0.499875,-
 3.11082 -0.710423,-0.42969 -0.950241,-0.31121 -0.226072,-2.46172 -1.568342,-2.1605 l 0,0 0,0 z m -2.3125,11.9375 c -2.873653,-0.85494 -1.42768,6.09597 -0.711595,1.24821 l 0.563949,-0.80032 0.147646,-0.44789 0,0 0,0 z m 2,0 c -2.328919,0.28356 2.804918,1.6303 -0.96875,1.5625 -0.228198,4.89113 5.349337,-0.43528 0.96875,-1.5625 z m 3.8125,0 c -5.895809,3.60287 6.022186,4.37256 0,0 z m 0,0.4375 c 3.825572,3.066 -3.732464,3.13587 0,0 z M 81.5,786.25 c 2.151475,1.94072 -3.356259,0.56355 0,0 z m 4.3125,9.09375 c 0.60954,1.96806 -5.00886,2.54669 -1.148043,4.5562 2.376736,1.15685 2.24288,-4.51844 1.148043,-4.5562 z m -6.53125,1.21875 c -2.905178,-0.89243 -1.462188,6.10428 -0.72262,1.26134 l 0.552536,-0.81398 0.170084,-0.44736 z m 2,0 c -5.986996,3.54186 6.045827,4.43041 0,0 z m 0,0.4375 c 3.774967,3.10047 -3.720737,3.0975 0,0 z m 3.625,0 c 3.767909,3.08728 -3.651,3.1769 0,0 z m -4.84375,10.34375 c -0.0486,2.18424 -0.115512,6.52078 0.981933,2.1471 1.960049,-0.16553 1.388288,4.34496 1.
 783444,0.61384 -1.024891,-1.81291 -2.126269,-1.55665 -2.765377,-2.76094 z m -2.34375,0.34375 c -1.63072,2.53153 2.871798,6.33248 0.394782,2.22208 1.680892,-2.27066 1.491116,0.0845 -0.394782,-2.22208 z m 7.4375,0.875 c -5.924642,3.6605 6.122353,4.32459 0,0 z m 0,0.4375 c 3.825572,3.066 -3.732464,3.13587 0,0 z m -8,10.34375 c 0.193698,2.21578 -0.537742,5.28991 0.998925,3.4054 3.524682,2.65631 -1.550797,-0.79636 1.519656,-2.01293 -3.633945,2.04202 -0.767478,1.39282 -2.518581,-1.39247 z m 4.65625,1.21875 c -5.112379,0.83581 3.89087,5.21866 -0.847676,2.34124 1.607488,-0.54564 3.794833,-1.35355 0.847676,-2.34124 z m 3.90625,0 c -2.860476,-0.82422 -1.398716,6.01029 -0.787168,1.2847 1.90792,-1.58861 1.737627,4.79617 1.874329,-0.14985 -0.06901,-0.46152 -0.35863,-1.48827 -1.087161,-1.13485 l 0,0 0,0 z M 81.8125,821 c 3.297951,1.30374 -3.615722,1.29413 0,0 z M 78.5,831.6875 c -1.637971,2.54103 2.863678,6.33981 0.397208,2.22913 1.65788,-2.28126 1.508413,0.0817 -0.397208,-2.22913 z m 4,0
 .875 c -2.907688,-0.92411 -1.452833,6.10576 -0.761583,1.26408 l 0.555154,-0.7978 0.206429,-0.46628 0,0 z m 2,0 c -2.409838,0.26453 2.838954,1.64258 -1,1.5625 -0.195992,4.89176 5.324166,-0.43373 1,-1.5625 z m 0.3125,1.6875 c 2.222868,1.88528 -3.391337,0.61218 0,0 z"
+             id="text6299"
+             inkscape:connector-curvature="0" />
+          <path
+             transform="matrix(5.18592,0,0,5.63955,-225.101,-1404.61)"
+             sodipodi:nodetypes="cccccccc"
+             style="opacity:0.63513501;fill:none;stroke:url(#radialGradient6433);stroke-width:0.29388693;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+             d="m 70.5,391.5 5,-3 2,2 4,-4 2,2 2,-2 1,1"
+             id="path6514"
+             inkscape:connector-curvature="0" />
+          <g
+             id="g6571"
+             style="opacity:0.33333297">
+            <path
+               transform="matrix(1.73684,0,0,1.73684,-145.434,-571.421)"
+               d="m 199.75,775.5 c 0,1.31168 -1.06332,2.375 -2.375,2.375 -1.31168,0 -2.375,-1.06332 -2.375,-2.375 0,-1.31168 1.06332,-2.375 2.375,-2.375 1.31168,0 2.375,1.06332 2.375,2.375 z"
+               sodipodi:ry="2.375"
+               sodipodi:rx="2.375"
+               sodipodi:cy="775.5"
+               sodipodi:cx="197.375"
+               id="path6532"
+               style="fill:url(#radialGradient6435);fill-opacity:1;stroke:none"
+               sodipodi:type="arc" />
+            <path
+               transform="matrix(1.47059,0,0,1.47059,-102.706,-364.941)"
+               d="m 220.375,775.5 c 0,1.17361 -0.95139,2.125 -2.125,2.125 -1.17361,0 -2.125,-0.95139 -2.125,-2.125 0,-1.17361 0.95139,-2.125 2.125,-2.125 1.17361,0 2.125,0.95139 2.125,2.125 z"
+               sodipodi:ry="2.125"
+               sodipodi:rx="2.125"
+               sodipodi:cy="775.5"
+               sodipodi:cx="218.25"
+               id="path6535"
+               style="fill:url(#radialGradient6437);fill-opacity:1;stroke:none"
+               sodipodi:type="arc" />
+            <path
+               transform="translate(0,-0.25)"
+               d="m 169.625,786.875 c 0,1.86396 -1.51104,3.375 -3.375,3.375 -1.86396,0 -3.375,-1.51104 -3.375,-3.375 0,-1.86396 1.51104,-3.375 3.375,-3.375 1.86396,0 3.375,1.51104 3.375,3.375 z"
+               sodipodi:ry="3.375"
+               sodipodi:rx="3.375"
+               sodipodi:cy="786.875"
+               sodipodi:cx="166.25"
+               id="path6537"
+               style="fill:url(#radialGradient6439);fill-opacity:1;stroke:none"
+               sodipodi:type="arc" />
+          </g>
+          <path
+             transform="matrix(5.18592,0,0,5.63955,-225.101,-1403.61)"
+             sodipodi:nodetypes="cccccccc"
+             style="opacity:0.63513501;fill:none;stroke:#204a87;stroke-width:0.29388693;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter7361-7)"
+             d="m 70.5,391.5 5,-3 2,2 4,-4 2,2 2,-2 1,1"
+             id="path7299"
+             inkscape:connector-curvature="0" />
+          <path
+             transform="matrix(5.18592,0,0,5.63955,-225.101,-1404.61)"
+             sodipodi:nodetypes="cccccccc"
+             style="opacity:0.63513501;fill:none;stroke:url(#radialGradient6441);stroke-width:0.29388693;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter6620-3)"
+             d="m 70.5,391.5 5,-3 2,2 4,-4 2,2 2,-2 1,1"
+             id="path6614"
+             inkscape:connector-curvature="0" />
+          <path
+             transform="matrix(5.18592,0,0,5.63955,-225.101,-1404.61)"
+             id="path7181"
+             d="m 70.5,382.5 0,14 16,0"
+             style="fill:none;stroke:#ffffff;stroke-width:0.29388693px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter7183-8)"
+             inkscape:connector-curvature="0" />
+          <path
+             transform="matrix(5.18592,0,0,5.63955,-225.101,-1404.61)"
+             id="path4681"
+             d="m 70.5,382.5 0,14 16,0"
+             style="fill:none;stroke:#babdb6;stroke-width:0.29388693px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+             sodipodi:nodetypes="ccc"
+             inkscape:connector-curvature="0" />
+          <g
+             id="g6658-8">
+            <rect
+               ry="3.1786683"
+               rx="3.1786683"
+               y="676"
+               x="216"
+               height="4"
+               width="12"
+               id="rect6656"
+               style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               ry="3.1786683"
+               rx="3.1786683"
+               y="676"
+               x="76"
+               height="4"
+               width="12"
+               id="rect6642"
+               style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none" />
+            <rect
+               ry="3.1786683"
+               rx="3.1786683"
+               y="676"
+               x="96"
+               height="4"
+               width="12"
+               id="rect6644"
+               style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               ry="3.1786683"
+               rx="3.1786683"
+               y="676"
+               x="116"
+               height="4"
+               width="12"
+               id="rect6646"
+               style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               ry="3.1786683"
+               rx="3.1786683"
+               y="676"
+               x="136"
+               height="4"
+               width="12"
+               id="rect6648"
+               style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               ry="3.1786683"
+               rx="3.1786683"
+               y="676"
+               x="156"
+               height="4"
+               width="12"
+               id="rect6650"
+               style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               ry="3.1786683"
+               rx="3.1786683"
+               y="676"
+               x="176"
+               height="4"
+               width="12"
+               id="rect6652"
+               style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               ry="3.1786683"
+               rx="3.1786683"
+               y="676"
+               x="196"
+               height="4"
+               width="12"
+               id="rect6654"
+               style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+          </g>
+          <path
+             style="opacity:0.05;fill:#000000;fill-opacity:1;stroke:none;display:inline"
+             d="m 78,688 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z M 78,700 c -1.108,0 -2,0.892 -2,2 0,1.108 0
 .892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z M 78,712 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2
  -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z M 78,724 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.8
 92,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z M 78,736 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -
 2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z M 78,748 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892
 ,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m -40,12 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m -40,12 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m -40,12 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2
  -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m -40,12 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m -40,12 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m -40,12 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108
  0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m -40,12 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z m 20,0 c -1.108,0 -2,0.892 -2,2 0,1.108 0.892,2 2,2 l 8,0 c 1.108,0 2,-0.892 2,-2 0,-1.108 -0.892,-2 -2,-2 l -8,0 z"
+             id="rect6670"
+             inkscape:connector-curvature="0" />
+          <rect
+             style="opacity:0.02999998;fill:#000000;fill-opacity:1;stroke:none"
+             id="rect4558"
+             width="68"
+             height="3.875"
+             x="72"
+             y="656.125"
+             rx="3.0793347"
+             ry="3.0793347" />
+          <path
+             style="font-size:6px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;fill:#d3d7cf;fill-opacity:1;stroke:none;font-family:Impact"
+             d="m 74.306641,658.35059 c -3.76554,0.35858 2.206962,2.54281 0,0 z m 1.075195,-0.22266 c 1.460626,3.67612 -5.618413,0.99542 -1.432991,-0.13656 2.669503,-0.65766 -3.272697,-0.92055 0.199517,-1.33849 0.961195,-0.12508 1.301267,0.68952 1.233474,1.47505 z m 3.84082,-0.1084 c 0.431693,2.04376 -0.900702,2.60704 -0.511454,0.30021 -0.690596,-2.77957 -2.239153,0.26048 -1.829714,1.68026 -0.96174,-0.68 -0.473268,-3.99753 0.424236,-3.11146 0.800268,-0.66075 2.151204,0.078 1.916932,1.13099 z m 1.614258,-2.23242 c -0.669748,1.2811 2.58431,1.02018 0.09691,1.49353 -1.422388,1.49778 2.542192,3.43944 -0.352966,2.37212 -0.131988,-0.96292 -1.209015,-3.80306 0.256056,-3.86565 z m 3.313477,2.56348 c -3.76554,0.35858 2.206962,2.54281 0,0 z m 1.075195,-0.22266 c 1.460626,3.67612 -5.618413,0.99542 -1.432991,-0.13656 2.669503,-0.65766 -3.272697,-0.92055 0.199517,-1.33849 0.961195,-0.12508 1.301267,0.68952 1.233474,1.47505 z m 3.84082,-0.1084 c 0.431693,2.04376 -0.900702,2.60704 -0.511454
 ,0.30021 -0.690596,-2.77957 -2.239153,0.26048 -1.829714,1.68026 -0.96174,-0.68 -0.473268,-3.99753 0.424236,-3.11146 0.800268,-0.66075 2.151204,0.078 1.916932,1.13099 z m 1.081055,-1.30078 c 1.718184,0.71973 -0.39843,5.59942 0,1.30285 l 0,-0.65143 0,-0.65142 0,0 z m 0,-1.27734 c 1.380518,-0.11327 -0.374213,1.47074 0,0 z m 1.801758,3.81445 c 1.88713,0.15375 -1.006574,2.74661 0,0 z m 4.21582,-3.46875 c -0.669748,1.2811 2.58431,1.02018 0.09691,1.49353 -1.422388,1.49778 2.542192,3.43944 -0.352966,2.37212 -0.131988,-0.96292 -1.209015,-3.80306 0.256056,-3.86565 z m 3.313477,2.56348 c -3.765548,0.35858 2.206974,2.54281 0,0 z m 1.075194,-0.22266 c 1.46063,3.67612 -5.618413,0.99543 -1.43299,-0.13656 2.6695,-0.65766 -3.272698,-0.92055 0.199517,-1.33849 0.961193,-0.12508 1.301273,0.68951 1.233473,1.47505 z m 1.63477,1.37988 c -0.005,4.95323 -1.77488,-3.78988 0.41737,-2.5958 3.17812,-1.54454 2.02277,5.23362 -0.41737,2.5958 z m 1.83398,-1.14551 c -0.55001,-3.57147 -3.33982,2.39041 -0.2722
 9,0.96886 l 0.16534,-0.29598 0.10695,-0.67288 0,0 z m 1.45313,-1.64355 c 1.71817,0.71975 -0.39842,5.59942 0,1.30285 l 0,-0.65143 0,-0.65142 0,0 z m 0,-1.27734 c 1.38051,-0.11327 -0.37422,1.47072 0,0 z m 2.93554,1.65527 c -2.8197,0.76231 1.48864,4.27855 0.89654,0.83112 -0.0857,-0.41525 -0.41602,-0.86822 -0.89654,-0.83112 z m 0,-0.45703 c 3.84169,0.52413 -0.91132,6.20874 -1.51873,1.78223 -0.0528,-0.86363 0.53616,-1.88229 1.51873,-1.78223 z m 4.75782,0.20508 c -1.18494,-0.0331 -3.3877,1.72573 -1.13838,2.66498 3.02376,0.58884 -2.98849,0.97921 -1.38219,-1.61542 0.23291,-1.15372 1.55847,-1.69442 2.52057,-1.04956 l 0,0 0,0 z m 2.21484,0.25195 c -2.81971,0.76231 1.48864,4.27856 0.89654,0.83112 -0.0857,-0.41525 -0.41602,-0.86822 -0.89654,-0.83112 z m 0,-0.45703 c 3.84169,0.52412 -0.91134,6.20874 -1.51874,1.78222 -0.0528,-0.86363 0.53617,-1.88229 1.51874,-1.78222 z m 4.83984,-0.85254 c -0.66974,1.2811 2.5843,1.02017 0.0969,1.49353 -1.42238,1.49777 2.54218,3.43944 -0.35297,2.37211 -0.1
 3198,-0.96292 -1.20901,-3.80305 0.25606,-3.86564 l 1e-5,0 0,0 z m 3.31348,2.56348 c -3.76554,0.35858 2.20694,2.54281 0,0 z m 1.07519,-0.22266 c 1.46061,3.67611 -5.6184,0.99542 -1.43299,-0.13656 2.66951,-0.65766 -3.2727,-0.92054 0.19952,-1.33849 0.96118,-0.12508 1.30128,0.68951 1.23347,1.47505 z m 3.01465,-0.90527 c -2.09174,-0.86207 -1.26583,5.20027 -1.89722,1.4695 -1.14717,-1.69784 1.71763,-2.85556 1.89722,-1.4695 z m 2.0625,1.12793 c -3.76553,0.35858 2.20695,2.54281 0,0 z m 1.0752,-0.22266 c 1.46063,3.67612 -5.61842,0.99543 -1.43299,-0.13656 2.66951,-0.65765 -3.2727,-0.92055 0.19952,-1.33849 0.96119,-0.12508 1.30128,0.68951 1.23347,1.47505 l 0,0 0,0 z m 1.63476,1.37988 c -0.005,4.95323 -1.77487,-3.78988 0.41738,-2.5958 3.17812,-1.54453 2.02276,5.23362 -0.41738,2.5958 z m 1.83399,-1.14551 c -0.55002,-3.57146 -3.33982,2.39041 -0.2723,0.96886 l 0.16535,-0.29598 0.10695,-0.67288 0,0 z m 1.45312,-1.64355 c 1.71819,0.71974 -0.39843,5.59942 0,1.30285 l 0,-0.65143 0,-0.65142 0,0 z
  m 0,-1.27734 c 1.38053,-0.11327 -0.37421,1.47074 0,0 z m 3.15528,2.90918 c -3.76557,0.35859 2.207,2.5428 0,0 z m 1.07519,-0.22266 c 1.46063,3.67612 -5.61841,0.99542 -1.43299,-0.13656 2.66951,-0.65766 -3.2727,-0.92055 0.19952,-1.33849 0.96119,-0.12508 1.30127,0.68951 1.23347,1.47505 l 0,0 0,0 z"
+             id="text3778"
+             inkscape:connector-curvature="0" />
+          <rect
+             style="opacity:0.5;fill:#d3d7cf;fill-opacity:1;stroke:none;display:inline"
+             id="rect4569"
+             width="164"
+             height="1"
+             x="70"
+             y="848" />
+          <path
+             style="font-size:6px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;fill:#d3d7cf;fill-opacity:1;stroke:none;font-family:Impact"
+             d="m 221.76065,855.48511 c 0.41398,0.16833 1.12111,-0.0622 0.98217,-0.6074 -0.0472,-0.47442 0.0213,-0.95942 -0.0545,-1.4284 -0.051,-0.45151 -0.72674,-0.75091 -0.58806,-1.16844 0.34931,-0.12573 0.89532,-0.20408 1.18833,0.046 0.1315,0.39784 -0.0278,0.82341 0.0235,1.23433 -0.002,0.61308 -8.5e-4,1.22622 0.0123,1.83918 0.24387,0.12689 1.13351,0.003 0.73561,0.47044 -0.46712,0.24167 -0.98565,-0.10653 -1.46982,0.0509 -0.31889,0.0677 -0.92359,0.0439 -0.82951,-0.43655 l -2e-5,-6e-5 0,0 z m 5.34375,-2.95081 c -0.33187,0.56686 -0.82708,1.01511 -1.16992,1.5744 -0.1424,0.54262 0.64549,0.43463 0.98287,0.48646 0.39191,-0.10636 0.0985,-0.66736 0.18705,-0.97961 0,-0.36041 0,-0.72084 0,-1.08125 z m -0.15527,-0.45282 c 0.47282,-0.25899 1.01192,0.38982 0.76612,0.83271 -0.0141,0.51377 -0.0729,1.03481 0.03,1.54337 0.4198,-0.0461 0.72655,0.56071 0.15923,0.59219 -0.45185,0.13514 0.0154,0.74152 -0.43008,0.85899 -0.59068,0.087 -0.14823,-0.71892 -0.60458,-0.86449 -0.44067,-0.2147 -0.95459,
 0.12756 -1.38802,-0.14663 -0.36615,-0.24049 -0.10733,-0.71439 0.053,-1.00434 0.41412,-0.64595 0.9475,-1.20525 1.4143,-1.8118 l 3e-5,0 z m 4.14258,1.76996 c 0.82257,0.004 1.24267,1.2613 0.56037,1.7395 -0.59273,0.4693 -1.40904,0.47526 -2.1168,0.32671 -0.64621,0.16569 -0.16199,-0.97245 0.20432,-0.40588 0.55802,0.14264 1.30024,0.0927 1.6227,-0.45435 0.22156,-0.52408 -0.40137,-1.13345 -0.92315,-0.9251 -0.4082,0.18019 -0.7282,-0.56303 -0.16211,-0.48726 0.36441,0.0198 1.14934,-0.0825 0.93751,-0.60752 -0.30632,-0.28789 -0.72914,-0.42874 -1.11504,-0.58364 -0.19337,-0.0643 -0.79206,-0.26953 -0.31159,-0.35345 0.40341,-0.0418 0.8204,-0.11244 1.22356,-0.0468 0.53446,0.11269 1.0478,0.68158 0.8316,1.24513 -0.12724,0.30171 -0.43221,0.50714 -0.75137,0.55268 l 0,-2e-5 0,0 z"
+             id="text4571"
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+      <g
+         id="g6085"
+         transform="translate(180,0)"
+         clip-path="url(#clipPath6089)">
+        <path
+           transform="matrix(0.9536327,-0.30097285,0.30097285,0.9536327,-278.35177,-264.42028)"
+           d="m 13.84375,369.28125 0,141.15625 146.3125,0 0,-141.15625 -146.3125,0 z"
+           inkscape:href="#rect87909"
+           id="path88607"
+           style="opacity:0.75079872;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00606906;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter88619-8);enable-background:accumulate"
+           xlink:href="#rect87909"
+           inkscape:original="M 13.84375 369.28125 L 13.84375 510.4375 L 160.15625 510.4375 L 160.15625 369.28125 L 13.84375 369.28125 z "
+           inkscape:radius="0"
+           sodipodi:type="inkscape:offset" />
+      </g>
+      <path
+         style="opacity:0.86304519;fill:none;stroke:#292a29;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter6337);enable-background:new"
+         d="m 88.43824,79.066076 0,29.079854 c 0,0.625 -0.25606,1.08199 -0.75606,1.51949 l -4.016984,3.76757 c -0.7526,0.7526 -2.040921,0.96279 -2.94771,0.056 l -4.213589,-3.87096 c -0.375,-0.3125 -0.90651,-0.78177 -0.90651,-1.47211 l 0,-60.645924 c -0.221311,-2.434426 1.277613,-3.5 3.465113,-3.5"
+         id="path98462"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccccccccc"
+         clip-path="url(#clipPath6636)" />
+      <g
+         id="g6471"
+         transform="translate(-20,0)">
+        <g
+           transform="translate(20,0)"
+           id="g5950">
+          <g
+             id="g88448"
+             transform="matrix(0.9536327,-0.30097285,0.30097285,0.9536327,-98.65275,-265.37391)">
+            <rect
+               y="369.27435"
+               x="13.843252"
+               height="141.15009"
+               width="146.31348"
+               id="rect87909"
+               style="color:#000000;fill:url(#radialGradient5991);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00606905999999996;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+            <g
+               transform="matrix(0.35812237,0,0,0.35812237,42.311886,383.41421)"
+               id="g87869">
+              <g
+                 style="display:inline"
+                 id="layer1-1"
+                 inkscape:label="Layer 1" />
+              <g
+                 style="display:inline"
+                 id="layer2-7"
+                 inkscape:label="overlay">
+                <path
+                   sodipodi:type="arc"
+                   style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17137-9);enable-background:accumulate"
+                   id="path17115"
+                   sodipodi:cx="124.09724"
+                   sodipodi:cy="202.61343"
+                   sodipodi:rx="101.46983"
+                   sodipodi:ry="58.336311"
+                   d="m 225.56707,202.61343 c 0,32.21826 -45.42959,58.33632 -101.46983,58.33632 -56.040245,0 -101.469837,-26.11806 -101.469837,-58.33632 0,-32.21825 45.429592,-58.33631 101.469837,-58.33631 56.04024,0 101.46983,26.11806 101.46983,58.33631 z"
+                   transform="translate(2.8284271,-40.648232)" />
+                <path
+                   transform="matrix(0.9704347,0,0,0.9704347,6.4974163,-38.193412)"
+                   d="m 225.56707,202.61343 c 0,32.21826 -45.42959,58.33632 -101.46983,58.33632 -56.040245,0 -101.469837,-26.11806 -101.469837,-58.33632 0,-32.21825 45.429592,-58.33631 101.469837,-58.33631 56.04024,0 101.46983,26.11806 101.46983,58.33631 z"
+                   sodipodi:ry="58.336311"
+                   sodipodi:rx="101.46983"
+                   sodipodi:cy="202.61343"
+                   sodipodi:cx="124.09724"
+                   id="path17141"
+                   style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-5);enable-background:accumulate"
+                   sodipodi:type="arc" />
+                <path
+                   inkscape:connector-curvature="0"
+                   sodipodi:nodetypes="cscccscccc"
+                   style="fill:url(#linearGradient5993);fill-opacity:1;fill-rule:nonzero;stroke:none"
+                   d="m 220.75419,118.6257 c -11.07557,-23.75546 -48.6303,-41.246794 -93.29351,-41.246794 -44.663269,0 -67.375973,13.334917 -78.451509,37.090384 l -18.174468,4.15641 0,39.26887 c 0,30.79552 43.265281,55.75745 96.625977,55.75745 53.36581,0 96.62079,-24.96193 96.62079,-55.75745 l 0,-39.26887 -3.32728,0 0,0 z"
+                   id="path12964" />
+                <path
+                   inkscape:connector-curvature="0"
+                   style="fill:url(#linearGradient5995);fill-opacity:1;fill-rule:nonzero;stroke:none"
+                   d="m 223.94054,118.6257 c 0,30.80026 -43.22344,55.76219 -96.55033,55.76219 -53.326938,0 -96.555507,-24.96193 -96.555507,-55.76219 0,-30.800255 43.233735,-55.762185 96.555507,-55.762185 53.32689,0 96.55033,24.96193 96.55033,55.762185 l 0,0 z"
+                   id="path12971" />
+                <path
+                   inkscape:connector-curvature="0"
+                   sodipodi:nodetypes="ccccc"
+                   style="fill:#729fcf;fill-rule:nonzero;stroke:none"
+                   d="M 223.14048,111.58313 C 217.94505,76.267705 159.05935,65.023685 148.0996,65.344785 l -24.41375,54.280915 95.44963,-8.04214 4.005,-4.3e-4 z"
+                   id="path12985"
+                   inkscape:transform-center-x="-46.727316"
+                   inkscape:transform-center-y="-27.143788" />
+                <path
+                   inkscape:connector-curvature="0"
+                   sodipodi:nodetypes="cccc"
+                   style="fill:#73d216;fill-rule:nonzero;stroke:none"
+                   d="M 125.21414,119.26931 83.567273,68.851075 c 18.139497,-6.522124 47.501287,-6.940108 64.825407,-5.172341 l -23.17854,55.590576 z"
+                   id="path12999"
+                   inkscape:transform-center-y="-28.186395"
+                   inkscape:transform-center-x="5.807534" />
+                <path
+                   inkscape:connector-curvature="0"
+                   style="fill:url(#radialGradient5997);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-8)"
+                   d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+                   id="path17034" />
+                <path
+                   inkscape:connector-curvature="0"
+                   id="path17087"
+                   d="m 30.898891,152.08945 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+                   style="opacity:0.32352941;fill:url(#radialGradient5999);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17111-0)" />
+                <rect
+                   style="opacity:0.19411765;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17249-6);enable-background:accumulate"
+                   id="rect17183"
+                   width="3.6568708"
+                   height="30.791634"
+                   x="218.21046"
+                   y="138.22687"
+                   rx="5.1056166"
+                   ry="12.834144" />
+                <rect
+                   ry="12.834144"
+                   rx="5.1056166"
+                   y="155.22687"
+                   x="51.210464"
+                   height="38.791634"
+                   width="13.656871"
+                   id="rect17253"
+                   style="opacity:0.24705882;color:#000000;fill:url(#linearGradient6001);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17271-6);enable-background:accumulate" />
+                <path
+                   inkscape:connector-curvature="0"
+                   style="opacity:0.22941176;color:#000000;fill:url(#linearGradient6003);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                   d="m 41.5,144.375 0,36.375 c 8.580508,10.81638 15.701191,12.87382 23,16 l 0,-36 c -7.916667,-3.29077 -17.583333,-10.78466 -23,-16.375 z"
+                   id="path17275"
+                   sodipodi:nodetypes="ccccc" />
+                <path
+                   inkscape:connector-curvature="0"
+                   sodipodi:nodetypes="cccc"
+                   style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-3)"
+                   d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
+                   id="path17349"
+                   inkscape:transform-center-x="-46.727316"
+                   inkscape:transform-center-y="-27.143788" />
+                <path
+                   inkscape:connector-curvature="0"
+                   sodipodi:nodetypes="cccc"
+                   style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-5)"
+                   d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
+                   id="path17872"
+                   inkscape:transform-center-y="-28.186395"
+                   inkscape:transform-center-x="5.807534" />
+                <path
+                   inkscape:connector-curvature="0"
+                   inkscape:transform-center-x="5.807534"
+                   inkscape:transform-center-y="-28.186395"
+                   id="path17763"
+                   d="M 125.21414,98.76321 83.567273,48.344978 C 101.70677,41.822854 131.06856,41.40487 148.39268,43.172637 L 125.21414,98.76321 z"
+                   style="fill:url(#radialGradient6005);fill-opacity:1;fill-rule:nonzero;stroke:none"
+                   sodipodi:nodetypes="cccc" />
+                <path
+                   inkscape:connector-curvature="0"
+                   inkscape:transform-center-y="-27.143788"
+                   inkscape:transform-center-x="-46.727316"
+                   id="path17303"
+                   d="M 222.14048,70.58313 C 216.94505,35.267705 159.05935,25.023685 148.0996,25.344785 L 124.68585,79.3757 222.14048,70.58313 z"
+                   style="fill:url(#radialGradient6007);fill-opacity:1;fill-rule:nonzero;stroke:none"
+                   sodipodi:nodetypes="cccc" />
+                <path
+                   inkscape:connector-curvature="0"
+                   style="opacity:0.91176471;color:#000000;fill:url(#radialGradient6009);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                   d="M 125.25,78.75 125,119 l 98,-7 -1,-42 -96.75,8.75 z"
+                   id="path17305"
+                   sodipodi:nodetypes="ccccc" />
+                <path
+                   inkscape:connector-curvature="0"
+                   style="color:#000000;fill:url(#radialGradient6011);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                   d="m 125,120 0.5,-41.5 96,-9.5 1,42.5 -2.75,-39.5 -93,7.75 L 125,120 z"
+                   id="path17307"
+                   sodipodi:nodetypes="ccccccc" />
+                <path
+                   inkscape:connector-curvature="0"
+                   id="path17333"
+                   d="m 197.5,153.5 c 19.1951,-12.73921 24.47967,-23.61851 26.5,-39 l -98,7 1,37 70.5,-5 z"
+                   style="opacity:0.40588235;color:#000000;fill:url(#linearGradient6035);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                   sodipodi:nodetypes="ccccc" />
+                <path
+                   inkscape:connector-curvature="0"
+                   style="opacity:0.38235294;color:#000000;fill:url(#radialGradient6015);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                   d="m 125,122 0,34.5 4,-1 -4,-33.5 z"
+                   id="path17345" />
+                <path
+                   inkscape:connector-curvature="0"
+                   sodipodi:nodetypes="ccccccc"
+                   id="path17439"
+                   d="m 125,120 0,-41 97.25,-9 0.25,41.5 -2,-38.5 -94,9 -1.5,38 z"
+                   style="color:#000000;fill:url(#radialGradient6017);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17647-5);enable-background:accumulate" />
+                <path
+                   inkscape:connector-curvature="0"
+                   id="path17493"
+                   d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+                   style="opacity:0.68235294;fill:url(#radialGradient6019);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+                <path
+                   inkscape:connector-curvature="0"
+                   style="opacity:0.53529412;color:#000000;fill:url(#linearGradient6021);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                   d="m 149,26.5 0,41.5 2.5,-42.5 -2.5,1 z"
+                   id="path17531" />
+                <path
+                   inkscape:connector-curvature="0"
+                   style="opacity:0.34117647;color:#000000;fill:#fcfcfc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17567-4);enable-background:accumulate"
+                   d="m 218.79289,137.01777 c -11.14484,11.8155 -20.92519,17.97443 -33,25.5 13.09871,-5.60365 25.50593,-13.08369 33,-25.5 z"
+                   id="path17541"
+                   sodipodi:nodetypes="ccc" />
+                <path
+                   inkscape:connector-curvature="0"
+                   style="opacity:0.04705882;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17725-4)"
+                   d="m 30.898891,156.08945 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+                   id="path17671" />
+                <g
+                   id="g17743"
+                   style="opacity:0.82352941"
+                   transform="matrix(0.7,0,0,0.7,18.3,42.6)">
+                  <path
+                     transform="translate(6,4)"
+                     d="m 70,158 c 0,8.28427 -6.715729,15 -15,15 -8.284271,0 -15,-6.71573 -15,-15 0,-8.28427 6.715729,-15 15,-15 8.284271,0 15,6.71573 15,15 z"
+                     sodipodi:ry="15"
+                     sodipodi:rx="15"
+                     sodipodi:cy="158"
+                     sodipodi:cx="55"
+                     id="path17729"
+                     style="color:#000000;fill:url(#radialGradient6023);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                     sodipodi:type="arc" />
+                  <path
+                     transform="matrix(0.4,0,0,0.4,39,98.8)"
+                     sodipodi:type="arc"
+                     style="opacity:0.81176471;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                     id="path17739"
+                     sodipodi:cx="55"
+                     sodipodi:cy="158"
+                     sodipodi:rx="15"
+                     sodipodi:ry="15"
+                     d="m 70,158 c 0,8.28427 -6.715729,15 -15,15 -8.284271,0 -15,-6.71573 -15,-15 0,-8.28427 6.715729,-15 15,-15 8.284271,0 15,6.71573 15,15 z" />
+                </g>
+                <path
+                   inkscape:connector-curvature="0"
+                   style="color:#000000;fill:url(#radialGradient6025);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                   d="m 125.1579,119.5388 -41.365746,-50.204583 0,-21.566757 42.012186,51.51524 -0.64644,20.2561 z"
+                   id="path17765"
+                   sodipodi:nodetypes="ccccc" />
+                <path
+                   inkscape:connector-curvature="0"
+                   style="color:#000000;fill:url(#radialGradient6027);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                   d="M 125,99 86.75,49 c 14.71809,-3.925532 32.78962,-5.1683 50.75,-6.5 -17.66667,-0.529385 -37.583333,0.624526 -53.75,5.25 l 0,21.5 L 84.5,50.75 125,99 z"
+                   id="path17788"
+                   sodipodi:nodetypes="ccccccc" />
+                <path
+                   inkscape:connector-curvature="0"
+                   style="opacity:0.61176471;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17842-5);enable-background:accumulate"
+                   d="M 125,99 86.75,49 c 14.71809,-3.925532 32.78962,-5.1683 50.75,-6.5 -17.66667,-0.529385 -37.583333,0.624526 -53.75,5.25 l 0,21.5 L 84.5,50.75 125,99 z"
+                   id="path17800"
+                   sodipodi:nodetypes="ccccccc" />
+                <path
+                   inkscape:connector-curvature="0"
+                   sodipodi:nodetypes="ccc"
+                   id="path17846"
+                   d="m 218.98915,99.29663 c -8.5637,-9.912313 -16.42746,-15.374394 -26.14253,-22.057724 10.75081,5.281864 20.75425,11.954901 26.14253,22.057724 z"
+                   style="opacity:0.23529412;color:#000000;fill:url(#radialGradient6029);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+                <path
+                   inkscape:connector-curvature="0"
+                   sodipodi:nodetypes="ccccc"
+                   id="path17926"
+                   d="m 125.1579,142.5388 -41.365746,-50.204583 0,-21.566757 42.012186,51.51524 -0.64644,20.2561 z"
+                   style="opacity:0.11176471;color:#000000;fill:url(#linearGradient6031);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+              </g>
+            </g>
+            <path
+               id="text3792-7"
+               d="m 35.141728,485.54187 c 3.780126,-0.61804 0.373771,1.69919 -0.372776,-0.0575 0.857528,-1.2891 3.355481,-3.37928 -0.106224,-3.31391 4.74663,-0.88705 2.762166,2.14808 0.479049,3.37159 l -2.4e-5,10e-6 z m 3.844259,-0.22833 c 1.927739,-0.23474 -0.637961,1.59431 0,0 z m 4.95333,0.23377 c -0.898821,3.65036 -1.611855,-5.56293 2.593555,-2.01238 0.91454,1.25174 -0.945718,3.70839 -2.593555,2.01238 z m 2.129649,-1.06274 c -1.71844,-3.9848 -2.795249,3.83698 0,0 l 0,0 z m 3.895304,-1.05728 c -2.398609,-0.70996 -1.573971,4.60762 -2.421124,0.8653 -0.206315,-0.94923 1.919411,-2.23466 2.421124,-0.8653 z m 3.772822,0.92955 c -3.335527,-0.15817 -1.975927,1.34862 -0.913472,1.55778 -5.349313,0.91078 -1.667404,-5.25892 0.868882,-2.12401 l 0.04463,0.56623 0,0 z m -0.625966,-0.14676 c -0.445126,-2.22767 -4.481349,0.71464 0,0 z m 4.61992,-0.66592 c 2.612381,-3.02475 2.952537,4.91395 1.853639,0.75042 -0.911252,-2.97765 -2.761792,3.82137 -2.140369,0.27583 -1.324462,-2.21396 -2.362555
 ,0.34046 -2.485156,1.0764 -1.153996,-2.00177 0.651489,-3.9526 2.771886,-2.10265 l 0,0 0,0 z m 5.555476,0.92957 c -4.695026,0.7316 2.541651,1.76055 0,0 z m 1.248543,-0.20657 c 1.572393,3.17674 -6.471469,0.8543 -1.419266,-0.10664 2.027256,-0.59175 -3.319133,-1.01854 -0.223905,-1.27379 0.950097,-0.12535 1.795242,0.64986 1.643171,1.38076 l 0,-2e-5 0,0 z m 1.911921,-2.17167 c 1.867528,1.38268 -1.116082,1.92918 0.688719,3.60075 -0.506698,1.66066 -2.845971,-3.54456 -0.688719,-3.60075 z m 2.051407,2.70709 c -0.483577,-1.99421 1.112378,-1.65053 0.738317,0.13129 1.984465,1.86634 2.337786,-4.08372 2.735921,-0.39566 -0.01518,1.71086 -3.383278,2.05267 -3.474238,0.26437 l 0,0 0,0 z m 6.695156,-1.37529 c -2.398612,-0.70994 -1.573974,4.60763 -2.421141,0.8653 -0.2063,-0.94923 1.919448,-2.23468 2.421141,-0.8653 z m 2.395013,1.04644 c -4.695035,0.73161 2.541672,1.76055 0,0 z m 1.248531,-0.20657 c 1.572395,3.17675 -6.471457,0.85429 -1.419241,-0.10664 2.02724,-0.59175 -3.319167,-1.01852 -0.22393
 ,-1.27378 0.950109,-0.12535 1.795245,0.64986 1.643171,1.38076 l 0,-3e-5 z m 1.911933,-2.17167 c 1.86753,1.38268 -1.116104,1.92918 0.688721,3.60075 -0.506712,1.66066 -2.84594,-3.54454 -0.688721,-3.60075 z m 3.847662,2.37824 c -4.695037,0.73165 2.54171,1.76053 0,0 z m 1.248543,-0.20657 c 1.572395,3.17674 -6.471471,0.85429 -1.419266,-0.10664 2.027233,-0.59175 -3.319132,-1.01853 -0.223905,-1.27378 0.950096,-0.12535 1.795255,0.64985 1.643171,1.38076 l 0,-3e-5 z m 3.510872,-2.49239 c 1.969449,0.86437 -0.240547,6.15846 0,2.10939 0,-0.70311 0,-1.40625 0,-2.10939 z m 3.663959,2.69896 c -4.695041,0.73161 2.541663,1.76054 0,0 z m 1.24854,-0.20657 c 1.572384,3.17674 -6.471471,0.85429 -1.419264,-0.10664 2.027244,-0.59175 -3.319134,-1.01853 -0.223905,-1.27378 0.950096,-0.12535 1.795255,0.64986 1.643169,1.38076 l 0,-3e-5 z m 5.939898,-1.21768 c -2.169563,0.50314 -2.050979,1.10151 -0.0701,1.59925 1.27528,1.83675 -5.090291,1.26953 -0.873803,0.7965 -1.250461,-1.46472 -3.261343,-3.01202 0.9439
 23,-2.39575 l 2e-5,0 0,0 z m 1.13967,1.7531 c -0.48358,-1.99421 1.11239,-1.65053 0.73832,0.13129 1.98445,1.86634 2.33777,-4.08372 2.7359,-0.39566 -0.0157,1.71086 -3.38323,2.05267 -3.47422,0.26437 l 0,0 0,0 z m 5.09282,0.74473 c -0.89882,3.65036 -1.61187,-5.56293 2.59353,-2.01238 0.91457,1.25174 -0.94571,3.70837 -2.59353,2.01238 l 0,0 0,0 z m 2.12964,-1.06274 c -1.71845,-3.98481 -2.79526,3.83697 0,0 l 0,0 z m 4.94652,-0.12773 c -3.33553,-0.15817 -1.97593,1.34862 -0.91348,1.55778 -5.34931,0.91078 -1.6674,-5.25892 0.86889,-2.12401 l 0.0449,0.56623 0,0 z m -0.62597,-0.14676 c -0.44512,-2.22767 -4.48134,0.71464 0,0 z m 3.86126,-0.78279 c -2.3986,-0.70994 -1.57393,4.60762 -2.42111,0.8653 -0.20632,-0.94923 1.91941,-2.23466 2.42111,-0.8653 z m 3.25573,-0.35063 c -2.67505,-0.20349 -2.96754,3.17557 -0.038,2.63286 -3.85105,2.02351 -3.78941,-4.33435 0.038,-2.63286 z m 2.82706,1.39707 c -4.695,0.73161 2.54169,1.76054 0,0 z m 1.24856,-0.20657 c 1.57237,3.17675 -6.47149,0.85429 -1.41928,-0
 .10664 2.02726,-0.59175 -3.31911,-1.01853 -0.22391,-1.27378 0.9501,-0.12535 1.79523,0.64986 1.64319,1.38076 l 0,-3e-5 z m 1.02059,-1.30736 c 2.95675,-1.02996 3.04722,1.65413 0.82672,2.52187 4.43112,0.0601 -2.19175,1.42639 -0.21043,-0.607 1.89104,-1.68159 1.4161,-1.50937 -0.61629,-1.91487 l 0,0 0,0 z m 3.66056,0 c 2.95674,-1.02996 3.04724,1.65413 0.82669,2.52187 4.43115,0.0601 -2.19173,1.42639 -0.21038,-0.607 1.89102,-1.68159 1.41607,-1.50937 -0.61631,-1.91487 l 0,0 0,0 z m 5.40918,0.35061 c -3.34001,0.716 2.17111,3.64053 1.01211,0.6897 -0.0995,-0.36725 -0.51846,-0.71783 -1.01211,-0.6897 z m 0,-0.42398 c 4.69788,0.29813 -1.57666,5.53838 -1.74862,1.59814 -0.11129,-0.78308 0.67686,-1.68735 1.74862,-1.59814 z m 2.78285,-1.11166 c 1.96945,0.86437 -0.24052,6.15845 0,2.10939 0,-0.70311 0,-1.40626 0,-2.10939 z m 3.66395,2.69896 c -4.69503,0.73161 2.54171,1.76055 0,0 z m 1.24855,-0.20657 c 1.57237,3.17675 -6.47148,0.85429 -1.41924,-0.10664 2.02725,-0.59175 -3.31918,-1.01852 -0.22393,
 -1.27378 0.95008,-0.12535 1.79523,0.64986 1.64317,1.38076 l 0,-3e-5 0,0 z m 1.38123,1.04638 c 1.92773,-0.23471 -0.63798,1.59431 0,0 z"
+               style="font-size:6px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;line-height:125%;opacity:0.7942387;fill:#818c75;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Impact"
+               inkscape:connector-curvature="0" />
+          </g>
+          <path
+             sodipodi:type="inkscape:offset"
+             inkscape:radius="-1.1294762"
+             inkscape:original="M -0.375 86.5 L -0.375 227.65625 L 145.9375 227.65625 L 145.9375 86.5 L -0.375 86.5 z "
+             style="opacity:0.56549521;color:#000000;fill:none;stroke:url(#radialGradient6033);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path5101"
+             d="m 0.75,87.625 0,138.90625 144.0625,0 0,-138.90625 -144.0625,0 z"
+             transform="matrix(0.95363271,-0.30097285,0.30097285,0.95363271,0,0)" />
+        </g>
+        <rect
+           y="92.532761"
+           x="18.70776"
+           height="141.15009"
+           width="107.34132"
+           id="rect87909-1"
+           style="color:#000000;fill:url(#radialGradient6381);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00606906;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           transform="matrix(0.95363271,-0.30097285,0.30097285,0.95363271,0,0)" />
+      </g>
+      <g
+         id="g95288"
+         transform="matrix(0.15390988,-0.04124003,0.04124003,0.15390988,281.97043,12.410441)" />
+      <path
+         style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.68370607;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter6331);enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
+         d="m 79.5625,42 c -1.33731,0 -2.662243,0.304532 -3.65625,1.21875 -0.965973,0.888434 -1.416125,2.28922 -1.3125,3.78125 0.003,0.0433 -0.004,0.08154 0,0.125 l 0,60.53125 c 0,1.42162 0.978715,2.20728 1.40625,2.5625 0.01162,0.01 0.02048,0.0535 0.03125,0.0625 l 0.03125,-0.0312 4.09375,3.8125 c 0.01089,0.0109 0.02027,0.0206 0.03125,0.0312 1.48044,1.44308 3.743817,1.1628 5,-0.0625 0.0099,-0.01 0.02151,-0.0215 0.03125,-0.0312 l 3.9375,-3.71875 0.0625,-0.0312 -0.03125,-0.0312 c 0.676198,-0.61463 1.25,-1.55192 1.25,-2.5625 l 0,-29.09375 -3,0 0,29.09375 c 0,0.21531 0.05142,0.11125 -0.25,0.375 l 0,0.0312 -0.03125,0 -4.03125,3.78125 -0.03125,0.0312 c -0.24612,0.24612 -0.489974,0.38503 -0.8125,0.0625 L 82.25,111.90625 82.21875,111.875 78.03125,108 78,108 77.96875,107.9688 c -0.343149,-0.28596 -0.375,-0.39208 -0.375,-0.3125 l 0,-60.65625 0,-0.0625 0,-0.0625 C 77.51252,45.981571 77.6905,45.664725 77.9375,45.43755 78.184502,45.210325 78.71231,45 79.5625,45 L 91.75,45 c 0.884868,0 1.2
 13446,0.21255 1.4375,0.46875 0.224054,0.2562 0.40625,0.735513 0.40625,1.53125 l 0,2.0625 3,0 0,-2.0625 c 0,-1.266763 -0.300809,-2.521825 -1.15625,-3.5 C 94.582059,42.521825 93.240132,42 91.75,42 z"
+         id="path97930-5"
+         inkscape:connector-curvature="0"
+         clip-path="url(#clipPath6282)"
+         sodipodi:nodetypes="ssccsccccccccccsccsccccccccccccccccssssccssss" />
+      <g
+         id="g98500"
+         clip-path="url(#clipPath5190)"
+         transform="translate(-8,0.5)">
+        <g
+           id="g5159">
+          <path
+             style="fill:none;stroke:url(#linearGradient6335);stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+             d="m 95.93824,78.06608 0,29.07985 c 0,0.625 -0.256056,1.08199 -0.756056,1.51949 l -4.016988,3.76757 c -0.7526,0.7526 -2.040921,0.96279 -2.94771,0.056 l -4.213589,-3.87096 c -0.375,-0.3125 -0.90651,-0.78177 -0.90651,-1.47211 l 0,-60.64592 C 82.876076,44.065574 84.375,43 86.5625,43 L 98.75,43 c 2.375,0 3.34649,1.4375 3.34649,3.5 l 0,2.069279"
+             id="path97930"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cccccccccccc" />
+          <path
+             style="fill:none;stroke:#555753;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter5202)"
+             d="m 96.73112,78.096411 0,29.079859 c 0,0.625 -0.25606,1.08199 -0.756057,1.51949 l -4.016975,3.76757 c -0.7526,0.7526 -2.040921,0.96279 -2.94771,0.056 l -4.213589,-3.87096 c -0.375,-0.3125 -0.90651,-0.78177 -0.90651,-1.47211 l 0,-60.645929 c -0.221311,-2.434426 1.277613,-3.5 3.465113,-3.5 l 12.187488,0 c 2.375,0 3.34649,1.4375 3.34649,3.5 l 0,2.069279"
+             id="path98482"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cccccccccccc" />
+          <path
+             sodipodi:nodetypes="cccccccccccc"
+             inkscape:connector-curvature="0"
+             id="path98444"
+             d="m 95.43824,77.56608 0,29.07985 c 0,0.625 -0.256056,1.08199 -0.756056,1.51949 l -4.016988,3.76757 c -0.7526,0.7526 -2.040921,0.96279 -2.94771,0.056 l -4.213589,-3.87096 c -0.375,-0.3125 -0.90651,-0.78177 -0.90651,-1.47211 l 0,-60.64592 C 82.376076,43.565574 83.875,42.5 86.0625,42.5 l 12.1875,0 c 2.375,0 3.34649,1.4375 3.34649,3.5 l 0,3.069279"
+             style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter5210)" />
+        </g>
+      </g>
+      <path
+         style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.17891373;color:#000000;fill:url(#linearGradient5302);fill-opacity:1;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
+         d="m 78.5625,42 c -1.33731,0 -2.662243,0.304532 -3.65625,1.21875 -0.965973,0.888434 -1.416125,2.28922 -1.3125,3.78125 0.003,0.0433 -0.004,0.08154 0,0.125 l 0,5.625 3,0 0,-5.75 0,-0.0625 0,-0.0625 C 76.51252,45.981521 76.6905,45.664675 76.9375,45.4375 77.184502,45.210275 77.71231,45 78.5625,45 L 90.75,45 c 0.884868,0 1.213446,0.21255 1.4375,0.46875 0.224054,0.2562 0.40625,0.735513 0.40625,1.53125 l 0,2.0625 3,0 0,-2.0625 c 0,-1.266763 -0.300809,-2.521825 -1.15625,-3.5 C 93.582059,42.521825 92.240132,42 90.75,42 l -12.1875,0 z"
+         id="path97930-4"
+         inkscape:connector-curvature="0" />
+      <g
+         style="display:inline;enable-background:new"
+         id="g4930"
+         transform="translate(1,0)">
+        <path
+           sodipodi:nodetypes="ccccc"
+           inkscape:connector-curvature="0"
+           id="path4024-6-7"
+           d="m 308,180 0,5 1,1 1,-1 0,-4"
+           style="fill:none;stroke:#7c7e79;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
+        <path
+           sodipodi:nodetypes="cccc"
+           inkscape:connector-curvature="0"
+           id="path4024-6-7-5"
+           d="M 309.06434,180 307,180 l 0,5 1,1"
+           style="fill:none;stroke:#babdb6;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
+        <path
+           sodipodi:nodetypes="cccccc"
+           inkscape:connector-curvature="0"
+           id="path4024-6"
+           d="m 310,179.5 -2.5,0 0,5 1,1 1,-1 0,-2.5"
+           style="fill:none;stroke:url(#linearGradient4035);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/data/icons/hicolor_apps_16x16_gnome-documents.png b/data/icons/hicolor_apps_16x16_gnome-documents.png
new file mode 100644
index 0000000..af0fe30
Binary files /dev/null and b/data/icons/hicolor_apps_16x16_gnome-documents.png differ
diff --git a/data/icons/hicolor_apps_22x22_gnome-documents.png b/data/icons/hicolor_apps_22x22_gnome-documents.png
new file mode 100644
index 0000000..8be9012
Binary files /dev/null and b/data/icons/hicolor_apps_22x22_gnome-documents.png differ
diff --git a/data/icons/hicolor_apps_24x24_gnome-documents.png b/data/icons/hicolor_apps_24x24_gnome-documents.png
new file mode 100644
index 0000000..7412264
Binary files /dev/null and b/data/icons/hicolor_apps_24x24_gnome-documents.png differ
diff --git a/data/icons/hicolor_apps_256x256_gnome-documents.png b/data/icons/hicolor_apps_256x256_gnome-documents.png
new file mode 100644
index 0000000..7ca6d3b
Binary files /dev/null and b/data/icons/hicolor_apps_256x256_gnome-documents.png differ
diff --git a/data/icons/hicolor_apps_32x32_gnome-documents.png b/data/icons/hicolor_apps_32x32_gnome-documents.png
new file mode 100644
index 0000000..a47b9a3
Binary files /dev/null and b/data/icons/hicolor_apps_32x32_gnome-documents.png differ
diff --git a/data/icons/hicolor_apps_48x48_gnome-documents.png b/data/icons/hicolor_apps_48x48_gnome-documents.png
new file mode 100644
index 0000000..1f2324d
Binary files /dev/null and b/data/icons/hicolor_apps_48x48_gnome-documents.png differ



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