[glade/internal-child-support] Update application icon



commit 910f3ff18042c00caf7c482cb843f40435416174
Author: William Jon McCann <jmccann redhat com>
Date:   Thu Mar 24 19:52:47 2011 -0400

    Update application icon
    
    Including a hi-res resolution variant.
    Designed by Jakub Steiner.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645602

 configure.ac                                       |    4 +-
 data/icons/hicolor/16x16/apps/glade.png            |  Bin 527 -> 852 bytes
 data/icons/hicolor/22x22/apps/glade.png            |  Bin 1024 -> 1242 bytes
 data/icons/hicolor/24x24/apps/glade.png            |  Bin 1050 -> 1244 bytes
 .../hicolor/{scalable => 256x256}/Makefile.am      |    0
 .../hicolor/{scalable => 256x256}/apps/Makefile.am |    4 +-
 .../apps/Makefile.am => 256x256/apps/Makefile.am~} |    4 +-
 data/icons/hicolor/256x256/apps/glade.png          |  Bin 0 -> 35454 bytes
 data/icons/hicolor/32x32/apps/glade.png            |  Bin 1643 -> 1861 bytes
 data/icons/hicolor/48x48/apps/glade.png            |  Bin 2394 -> 3170 bytes
 data/icons/hicolor/Makefile.am                     |    4 +-
 data/icons/hicolor/scalable/apps/glade.svg         |  648 ---
 data/icons/hicolor/source.svg                      | 4771 ++++++++++++++++++++
 13 files changed, 4780 insertions(+), 655 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6c7387a..cee4519 100644
--- a/configure.ac
+++ b/configure.ac
@@ -270,8 +270,8 @@ data/icons/hicolor/32x32/Makefile
 data/icons/hicolor/32x32/apps/Makefile
 data/icons/hicolor/48x48/Makefile
 data/icons/hicolor/48x48/apps/Makefile
-data/icons/hicolor/scalable/Makefile
-data/icons/hicolor/scalable/apps/Makefile
+data/icons/hicolor/256x256/Makefile
+data/icons/hicolor/256x256/apps/Makefile
 gladeui/Makefile
 gladeui/gladeui.rc
 gladeui/glade-previewer.rc
diff --git a/data/icons/hicolor/16x16/apps/glade.png b/data/icons/hicolor/16x16/apps/glade.png
index 4a962f7..368c76b 100644
Binary files a/data/icons/hicolor/16x16/apps/glade.png and b/data/icons/hicolor/16x16/apps/glade.png differ
diff --git a/data/icons/hicolor/22x22/apps/glade.png b/data/icons/hicolor/22x22/apps/glade.png
index e29ea62..e206a8e 100644
Binary files a/data/icons/hicolor/22x22/apps/glade.png and b/data/icons/hicolor/22x22/apps/glade.png differ
diff --git a/data/icons/hicolor/24x24/apps/glade.png b/data/icons/hicolor/24x24/apps/glade.png
index 7edbe84..47fb43d 100644
Binary files a/data/icons/hicolor/24x24/apps/glade.png and b/data/icons/hicolor/24x24/apps/glade.png differ
diff --git a/data/icons/hicolor/scalable/Makefile.am b/data/icons/hicolor/256x256/Makefile.am
similarity index 100%
rename from data/icons/hicolor/scalable/Makefile.am
rename to data/icons/hicolor/256x256/Makefile.am
diff --git a/data/icons/hicolor/scalable/apps/Makefile.am b/data/icons/hicolor/256x256/apps/Makefile.am
similarity index 53%
copy from data/icons/hicolor/scalable/apps/Makefile.am
copy to data/icons/hicolor/256x256/apps/Makefile.am
index bb04581..646b355 100644
--- a/data/icons/hicolor/scalable/apps/Makefile.am
+++ b/data/icons/hicolor/256x256/apps/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-appicondir = $(datadir)/icons/hicolor/scalable/apps
-appicon_DATA = glade.svg
+appicondir = $(datadir)/icons/hicolor/256x256/apps
+appicon_DATA = glade.png
 
 EXTRA_DIST = $(appicon_DATA)
diff --git a/data/icons/hicolor/scalable/apps/Makefile.am b/data/icons/hicolor/256x256/apps/Makefile.am~
similarity index 53%
rename from data/icons/hicolor/scalable/apps/Makefile.am
rename to data/icons/hicolor/256x256/apps/Makefile.am~
index bb04581..5149401 100644
--- a/data/icons/hicolor/scalable/apps/Makefile.am
+++ b/data/icons/hicolor/256x256/apps/Makefile.am~
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-appicondir = $(datadir)/icons/hicolor/scalable/apps
-appicon_DATA = glade.svg
+appicondir = $(datadir)/icons/hicolor/24x24/apps
+appicon_DATA = glade.png
 
 EXTRA_DIST = $(appicon_DATA)
diff --git a/data/icons/hicolor/256x256/apps/glade.png b/data/icons/hicolor/256x256/apps/glade.png
new file mode 100644
index 0000000..3ea0cb5
Binary files /dev/null and b/data/icons/hicolor/256x256/apps/glade.png differ
diff --git a/data/icons/hicolor/32x32/apps/glade.png b/data/icons/hicolor/32x32/apps/glade.png
index 9b6dd6b..cadfa76 100644
Binary files a/data/icons/hicolor/32x32/apps/glade.png and b/data/icons/hicolor/32x32/apps/glade.png differ
diff --git a/data/icons/hicolor/48x48/apps/glade.png b/data/icons/hicolor/48x48/apps/glade.png
index 75801fa..78717ab 100644
Binary files a/data/icons/hicolor/48x48/apps/glade.png and b/data/icons/hicolor/48x48/apps/glade.png differ
diff --git a/data/icons/hicolor/Makefile.am b/data/icons/hicolor/Makefile.am
index 31513f3..477c89e 100644
--- a/data/icons/hicolor/Makefile.am
+++ b/data/icons/hicolor/Makefile.am
@@ -1 +1,3 @@
-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
+SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256
+
+EXTRA_DIST = source.svg
diff --git a/data/icons/hicolor/source.svg b/data/icons/hicolor/source.svg
new file mode 100644
index 0000000..1795d18
--- /dev/null
+++ b/data/icons/hicolor/source.svg
@@ -0,0 +1,4771 @@
+<?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="glade.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="222.88202"
+     inkscape:cy="146.41434"
+     inkscape:current-layer="layer5"
+     showgrid="false"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1226"
+     inkscape:window-height="1040"
+     inkscape:window-x="1737"
+     inkscape:window-y="4"
+     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">
+    <inkscape:path-effect
+       is_visible="true"
+       id="path-effect19574"
+       effect="spiro" />
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect19572"
+       is_visible="true" />
+    <inkscape:path-effect
+       is_visible="true"
+       id="path-effect19494"
+       effect="spiro" />
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect19492"
+       is_visible="true" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient19423">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop19425" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop19427" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient19287">
+      <stop
+         style="stop-color:#6d6d6d;stop-opacity:1"
+         offset="0"
+         id="stop19289" />
+      <stop
+         style="stop-color:#cccccc;stop-opacity:1"
+         offset="1"
+         id="stop19291" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient15276">
+      <stop
+         style="stop-color:#ffff4c;stop-opacity:1;"
+         offset="0"
+         id="stop15278" />
+      <stop
+         style="stop-color:#ffff4c;stop-opacity:0;"
+         offset="1"
+         id="stop15280" />
+    </linearGradient>
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect15274"
+       is_visible="true" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient15264">
+      <stop
+         style="stop-color:#cc0000;stop-opacity:1;"
+         offset="0"
+         id="stop15266" />
+      <stop
+         style="stop-color:#ff4c4c;stop-opacity:1"
+         offset="1"
+         id="stop15268" />
+    </linearGradient>
+    <inkscape:path-effect
+       is_visible="true"
+       id="path-effect15244"
+       effect="spiro" />
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect14728"
+       is_visible="true" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 150 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="400 : 150 : 1"
+       inkscape:persp3d-origin="200 : 100 : 1"
+       id="perspective13432" />
+    <radialGradient
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.420118,2.537033e-17,22.39793)"
+       r="21.125"
+       fy="38.625"
+       fx="24.625"
+       cy="38.625"
+       cx="24.625"
+       id="radialGradient4588"
+       xlink:href="#linearGradient4582"
+       inkscape:collect="always" />
+    <radialGradient
+       r="20.530962"
+       fy="35.87817"
+       fx="24.44569"
+       cy="35.87817"
+       cx="24.44569"
+       gradientTransform="matrix(2.049266,-1.696401e-32,0,2.049266,-25.65002,-37.31089)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1366"
+       xlink:href="#linearGradient11520"
+       inkscape:collect="always" />
+    <radialGradient
+       r="6.5659914"
+       fy="44.565483"
+       fx="30.203562"
+       cy="44.565483"
+       cx="30.203562"
+       gradientTransform="matrix(1,0,0,0.338462,2.220359e-14,29.48178)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1356"
+       xlink:href="#linearGradient11508"
+       inkscape:collect="always" />
+    <radialGradient
+       r="3.8335035"
+       fy="15.048258"
+       fx="27.577173"
+       cy="15.048258"
+       cx="27.577173"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1354"
+       xlink:href="#linearGradient11494"
+       inkscape:collect="always" />
+    <radialGradient
+       r="3.8335035"
+       fy="16.049133"
+       fx="27.577173"
+       cy="16.049133"
+       cx="27.577173"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1352"
+       xlink:href="#linearGradient11494"
+       inkscape:collect="always" />
+    <radialGradient
+       r="20.530962"
+       fy="35.87817"
+       fx="24.44569"
+       cy="35.87817"
+       cx="24.44569"
+       gradientTransform="matrix(1.995058,-1.651527e-32,0,1.995058,-24.32488,-35.70087)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1350"
+       xlink:href="#linearGradient11520"
+       inkscape:collect="always" />
+    <radialGradient
+       r="6.5659914"
+       fy="44.565483"
+       fx="30.203562"
+       cy="44.565483"
+       cx="30.203562"
+       gradientTransform="matrix(1,0,0,0.338462,-1.353344e-14,29.48178)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1348"
+       xlink:href="#linearGradient11508"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11508"
+       id="radialGradient11532"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.338462,3.185827e-15,29.48178)"
+       cx="30.203562"
+       cy="44.565483"
+       fx="30.203562"
+       fy="44.565483"
+       r="6.5659914" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520"
+       id="radialGradient11526"
+       cx="24.44569"
+       cy="35.87817"
+       fx="24.44569"
+       fy="35.87817"
+       r="20.530962"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.995058,-1.651527e-32,0,1.995058,-24.32488,-35.70087)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11508"
+       id="radialGradient11514"
+       cx="30.203562"
+       cy="44.565483"
+       fx="30.203562"
+       fy="44.565483"
+       r="6.5659914"
+       gradientTransform="matrix(1,0,0,0.338462,2.166583e-14,29.48178)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11494"
+       id="radialGradient11504"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       cx="27.577173"
+       cy="16.049133"
+       fx="27.577173"
+       fy="16.049133"
+       r="3.8335035" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11494"
+       id="radialGradient11500"
+       cx="27.577173"
+       cy="15.048258"
+       fx="27.577173"
+       fy="15.048258"
+       r="3.8335035"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11399"
+       id="radialGradient11441"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.487395,0,20.06483)"
+       cx="12.071428"
+       cy="39.142857"
+       fx="12.071428"
+       fy="39.142857"
+       r="8.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415"
+       id="linearGradient11439"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-60.85714,0.428571)"
+       x1="13.267134"
+       y1="19.774456"
+       x2="26.758644"
+       y2="33.462429" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415"
+       id="linearGradient11427"
+       gradientUnits="userSpaceOnUse"
+       x1="9.6957054"
+       y1="9.3458843"
+       x2="35.679932"
+       y2="39.033859"
+       gradientTransform="translate(-60.57143,0)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415"
+       id="linearGradient11425"
+       gradientUnits="userSpaceOnUse"
+       x1="15.82836"
+       y1="3.774456"
+       x2="43.615788"
+       y2="34.462429"
+       gradientTransform="translate(-60.28571,-0.285714)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11399">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop11401" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop11403" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11415">
+      <stop
+         style="stop-color:#204a87;stop-opacity:0.0000000;"
+         offset="0.0000000"
+         id="stop11417" />
+      <stop
+         id="stop11423"
+         offset="0.50000000"
+         style="stop-color:#204a87;stop-opacity:1.0000000;" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:0;"
+         offset="1"
+         id="stop11419" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11494">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop11496" />
+      <stop
+         style="stop-color:#ef2929;stop-opacity:0;"
+         offset="1"
+         id="stop11498" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11508">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop11510" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop11512" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11520">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop11522" />
+      <stop
+         style="stop-color:#dcdcdc;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop11524" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4570">
+      <stop
+         id="stop4572"
+         offset="0"
+         style="stop-color:#eceeea;stop-opacity:1;" />
+      <stop
+         id="stop4574"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4582"
+       inkscape:collect="always">
+      <stop
+         id="stop4584"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop4586"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4598">
+      <stop
+         id="stop4600"
+         offset="0"
+         style="stop-color:#e6eef7;stop-opacity:1;" />
+      <stop
+         id="stop4602"
+         offset="1"
+         style="stop-color:#8ab0d8;stop-opacity:1;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective13489"
+       inkscape:persp3d-origin="8 : 5.3333333 : 1"
+       inkscape:vp_z="16 : 8 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 8 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective13551"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       id="linearGradient4598-1">
+      <stop
+         id="stop4600-0"
+         offset="0"
+         style="stop-color:#e6eef7;stop-opacity:1;" />
+      <stop
+         id="stop4602-9"
+         offset="1"
+         style="stop-color:#8ab0d8;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(0.333758,0,0,0.333758,0.625724,-0.830472)"
+       gradientUnits="userSpaceOnUse"
+       y2="24.109001"
+       x2="53.568085"
+       y1="24.109001"
+       x1="24.689142"
+       id="linearGradient4596-5"
+       xlink:href="#linearGradient4590-7"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient4590-7"
+       inkscape:collect="always">
+      <stop
+         id="stop4592-2"
+         offset="0"
+         style="stop-color:#cc0000;stop-opacity:1;" />
+      <stop
+         id="stop4594-4"
+         offset="1"
+         style="stop-color:#cc0000;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       r="20.530962"
+       fy="35.87817"
+       fx="24.44569"
+       cy="35.87817"
+       cx="24.44569"
+       gradientTransform="matrix(2.049266,-1.696401e-32,0,2.049266,-25.65002,-37.31089)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1366-1"
+       xlink:href="#linearGradient11520-1"
+       inkscape:collect="always" />
+    <radialGradient
+       r="6.5659914"
+       fy="44.565483"
+       fx="30.203562"
+       cy="44.565483"
+       cx="30.203562"
+       gradientTransform="matrix(1,0,0,0.338462,2.220359e-14,29.48178)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1356-7"
+       xlink:href="#linearGradient11508-5"
+       inkscape:collect="always" />
+    <radialGradient
+       r="3.8335035"
+       fy="15.048258"
+       fx="27.577173"
+       cy="15.048258"
+       cx="27.577173"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1354-8"
+       xlink:href="#linearGradient11494-7"
+       inkscape:collect="always" />
+    <radialGradient
+       r="3.8335035"
+       fy="16.049133"
+       fx="27.577173"
+       cy="16.049133"
+       cx="27.577173"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1352-6"
+       xlink:href="#linearGradient11494-7"
+       inkscape:collect="always" />
+    <radialGradient
+       r="20.530962"
+       fy="35.87817"
+       fx="24.44569"
+       cy="35.87817"
+       cx="24.44569"
+       gradientTransform="matrix(1.995058,-1.651527e-32,0,1.995058,-24.32488,-35.70087)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1350-6"
+       xlink:href="#linearGradient11520-1"
+       inkscape:collect="always" />
+    <radialGradient
+       r="6.5659914"
+       fy="44.565483"
+       fx="30.203562"
+       cy="44.565483"
+       cx="30.203562"
+       gradientTransform="matrix(1,0,0,0.338462,-1.353344e-14,29.48178)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1348-5"
+       xlink:href="#linearGradient11508-5"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11508-5"
+       id="radialGradient11532-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.338462,3.185827e-15,29.48178)"
+       cx="30.203562"
+       cy="44.565483"
+       fx="30.203562"
+       fy="44.565483"
+       r="6.5659914" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520-1"
+       id="radialGradient11526-8"
+       cx="24.44569"
+       cy="35.87817"
+       fx="24.44569"
+       fy="35.87817"
+       r="20.530962"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.995058,-1.651527e-32,0,1.995058,-24.32488,-35.70087)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11508-5"
+       id="radialGradient11514-5"
+       cx="30.203562"
+       cy="44.565483"
+       fx="30.203562"
+       fy="44.565483"
+       r="6.5659914"
+       gradientTransform="matrix(1,0,0,0.338462,2.166583e-14,29.48178)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11494-7"
+       id="radialGradient11504-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       cx="27.577173"
+       cy="16.049133"
+       fx="27.577173"
+       fy="16.049133"
+       r="3.8335035" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11494-7"
+       id="radialGradient11500-4"
+       cx="27.577173"
+       cy="15.048258"
+       fx="27.577173"
+       fy="15.048258"
+       r="3.8335035"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11399-2"
+       id="radialGradient11441-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.487395,0,20.06483)"
+       cx="12.071428"
+       cy="39.142857"
+       fx="12.071428"
+       fy="39.142857"
+       r="8.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415-7"
+       id="linearGradient11439-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-60.85714,0.428571)"
+       x1="13.267134"
+       y1="19.774456"
+       x2="26.758644"
+       y2="33.462429" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415-7"
+       id="linearGradient11427-1"
+       gradientUnits="userSpaceOnUse"
+       x1="9.6957054"
+       y1="9.3458843"
+       x2="35.679932"
+       y2="39.033859"
+       gradientTransform="translate(-60.57143,0)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415-7"
+       id="linearGradient11425-1"
+       gradientUnits="userSpaceOnUse"
+       x1="15.82836"
+       y1="3.774456"
+       x2="43.615788"
+       y2="34.462429"
+       gradientTransform="translate(-60.28571,-0.285714)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11399-2">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop11401-7" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop11403-4" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11415-7">
+      <stop
+         style="stop-color:#204a87;stop-opacity:0.0000000;"
+         offset="0.0000000"
+         id="stop11417-0" />
+      <stop
+         id="stop11423-5"
+         offset="0.50000000"
+         style="stop-color:#204a87;stop-opacity:1.0000000;" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:0;"
+         offset="1"
+         id="stop11419-5" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11494-7">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop11496-2" />
+      <stop
+         style="stop-color:#ef2929;stop-opacity:0;"
+         offset="1"
+         id="stop11498-4" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11508-5">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop11510-8" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop11512-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11520-1">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop11522-3" />
+      <stop
+         style="stop-color:#dcdcdc;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop11524-4" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4570-3">
+      <stop
+         id="stop4572-1"
+         offset="0"
+         style="stop-color:#eceeea;stop-opacity:1;" />
+      <stop
+         id="stop4574-3"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4598-4">
+      <stop
+         id="stop4600-1"
+         offset="0"
+         style="stop-color:#e6eef7;stop-opacity:1;" />
+      <stop
+         id="stop4602-1"
+         offset="1"
+         style="stop-color:#8ab0d8;stop-opacity:1;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective13663"
+       inkscape:persp3d-origin="11 : 7.3333333 : 1"
+       inkscape:vp_z="22 : 11 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 11 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       r="20.530962"
+       fy="35.878170"
+       fx="24.445690"
+       cy="35.878170"
+       cx="24.445690"
+       gradientTransform="matrix(2.049266,-1.696401e-32,0.000000,2.049266,-25.65002,-37.31089)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1366-7"
+       xlink:href="#linearGradient11520-8"
+       inkscape:collect="always" />
+    <radialGradient
+       r="6.5659914"
+       fy="44.565483"
+       fx="30.203562"
+       cy="44.565483"
+       cx="30.203562"
+       gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.220359e-14,29.48178)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1356-4"
+       xlink:href="#linearGradient11508-4"
+       inkscape:collect="always" />
+    <radialGradient
+       r="3.8335034"
+       fy="15.048258"
+       fx="27.577173"
+       cy="15.048258"
+       cx="27.577173"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1354-0"
+       xlink:href="#linearGradient11494-0"
+       inkscape:collect="always" />
+    <radialGradient
+       r="3.8335034"
+       fy="16.049133"
+       fx="27.577173"
+       cy="16.049133"
+       cx="27.577173"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1352-5"
+       xlink:href="#linearGradient11494-0"
+       inkscape:collect="always" />
+    <radialGradient
+       r="20.530962"
+       fy="35.878170"
+       fx="24.445690"
+       cy="35.878170"
+       cx="24.445690"
+       gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1350-3"
+       xlink:href="#linearGradient11520-8"
+       inkscape:collect="always" />
+    <radialGradient
+       r="6.5659914"
+       fy="44.565483"
+       fx="30.203562"
+       cy="44.565483"
+       cx="30.203562"
+       gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,-1.353344e-14,29.48178)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1348-8"
+       xlink:href="#linearGradient11508-4"
+       inkscape:collect="always" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11508-4"
+       id="radialGradient11532-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,3.185827e-15,29.48178)"
+       cx="30.203562"
+       cy="44.565483"
+       fx="30.203562"
+       fy="44.565483"
+       r="6.5659914" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520-8"
+       id="radialGradient11526-7"
+       cx="24.445690"
+       cy="35.878170"
+       fx="24.445690"
+       fy="35.878170"
+       r="20.530962"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.995058,-1.651527e-32,0.000000,1.995058,-24.32488,-35.70087)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11508-4"
+       id="radialGradient11514-0"
+       cx="30.203562"
+       cy="44.565483"
+       fx="30.203562"
+       fy="44.565483"
+       r="6.5659914"
+       gradientTransform="matrix(1.000000,0.000000,0.000000,0.338462,2.166583e-14,29.48178)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11494-0"
+       id="radialGradient11504-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)"
+       cx="27.577173"
+       cy="16.049133"
+       fx="27.577173"
+       fy="16.049133"
+       r="3.8335034" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11494-0"
+       id="radialGradient11500-0"
+       cx="27.577173"
+       cy="15.048258"
+       fx="27.577173"
+       fy="15.048258"
+       r="3.8335034"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.243453,2.106784e-16,-2.106784e-16,1.243453,-6.713754,-3.742847)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11399-6"
+       id="radialGradient11441-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.000000,0.000000,0.000000,0.487395,0.000000,20.06483)"
+       cx="12.071428"
+       cy="39.142857"
+       fx="12.071428"
+       fy="39.142857"
+       r="8.5000000" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415-3"
+       id="linearGradient11439-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-60.85714,0.428571)"
+       x1="13.267134"
+       y1="19.774456"
+       x2="26.758644"
+       y2="33.462429" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415-3"
+       id="linearGradient11427-7"
+       gradientUnits="userSpaceOnUse"
+       x1="9.6957054"
+       y1="9.3458843"
+       x2="35.679932"
+       y2="39.033859"
+       gradientTransform="translate(-60.57143,0.000000)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11415-3"
+       id="linearGradient11425-7"
+       gradientUnits="userSpaceOnUse"
+       x1="15.828360"
+       y1="3.7744560"
+       x2="43.615788"
+       y2="34.462429"
+       gradientTransform="translate(-60.28571,-0.285714)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11399-6">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop11401-79" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop11403-5" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11415-3">
+      <stop
+         style="stop-color:#204a87;stop-opacity:0.0000000;"
+         offset="0.0000000"
+         id="stop11417-7" />
+      <stop
+         id="stop11423-9"
+         offset="0.50000000"
+         style="stop-color:#204a87;stop-opacity:1.0000000;" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:0;"
+         offset="1"
+         id="stop11419-58" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11494-0">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop11496-6" />
+      <stop
+         style="stop-color:#ef2929;stop-opacity:0;"
+         offset="1"
+         id="stop11498-1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11508-4">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop11510-0" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop11512-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11520-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop11522-0" />
+      <stop
+         style="stop-color:#dcdcdc;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop11524-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4570-4">
+      <stop
+         id="stop4572-8"
+         offset="0"
+         style="stop-color:#eceeea;stop-opacity:1;" />
+      <stop
+         id="stop4574-2"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4590-77">
+      <stop
+         id="stop4592-25"
+         offset="0"
+         style="stop-color:#cc0000;stop-opacity:1;" />
+      <stop
+         id="stop4594-39"
+         offset="1"
+         style="stop-color:#ffa2a2;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4598-5">
+      <stop
+         id="stop4600-2"
+         offset="0"
+         style="stop-color:#e6eef7;stop-opacity:1;" />
+      <stop
+         id="stop4602-19"
+         offset="1"
+         style="stop-color:#8ab0d8;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3497">
+      <stop
+         id="stop3499"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop3501"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0.56730771;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective13788"
+       inkscape:persp3d-origin="24 : 16 : 1"
+       inkscape:vp_z="48 : 24 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 24 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective14398"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath4315-9">
+      <rect
+         y="60.00013"
+         x="56.000088"
+         width="183.99991"
+         style="fill:url(#radialGradient4319);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.23381771;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         ry="25.053387"
+         rx="25.053392"
+         id="rect4317-6"
+         height="183.99988" />
+    </clipPath>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520-9-3"
+       id="radialGradient4622-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(13.339021,1.2973092e-6,-3.2847942e-7,3.3774477,-169.04322,33.20622)"
+       cx="17.320858"
+       cy="6.8678637"
+       fx="17.320858"
+       fy="6.8678637"
+       r="20.530962" />
+    <linearGradient
+       id="linearGradient11520-9-3">
+      <stop
+         id="stop11522-2-3"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         id="stop11524-8-1"
+         offset="1.0000000"
+         style="stop-color:#d4d4d4;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4205-6"
+       id="radialGradient4624-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.5655573,0,0,0.95658347,-83.702508,9.332189)"
+       cx="176.67326"
+       cy="214.94498"
+       fx="176.67326"
+       fy="214.94498"
+       r="91.999954" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4205-6">
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:1;"
+         offset="0"
+         id="stop4207-5" />
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:0;"
+         offset="1"
+         id="stop4209-2" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4085-01"
+       id="linearGradient4626-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,1)"
+       x1="131.5"
+       y1="234.5"
+       x2="131.5"
+       y2="206.98183" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4085-01">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4087-9" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4089-6" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4085-0-9"
+       id="radialGradient4628-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.0831076,0,0,0.225958,-158.48028,172.9742)"
+       cx="132.00293"
+       cy="272.15036"
+       fx="132.00293"
+       fy="272.15036"
+       r="92.331871" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4085-0-9">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4087-8-1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4089-1-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4238-2"
+       id="radialGradient4630-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(4.0735165,0.53628862,-0.11022212,0.8372201,-438.12668,-54.628172)"
+       cx="148"
+       cy="152"
+       fx="148"
+       fy="152"
+       r="90" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4238-2">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4240-3" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4242-7" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4538-3"
+       id="linearGradient4632-8"
+       gradientUnits="userSpaceOnUse"
+       x1="195.48103"
+       y1="234.23958"
+       x2="100.51903"
+       y2="69.760551" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4538-3">
+      <stop
+         style="stop-color:#2e3436;stop-opacity:1"
+         offset="0"
+         id="stop4540-0" />
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="1"
+         id="stop4542-5" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient15264"
+       id="linearGradient15270"
+       x1="155"
+       y1="162.95799"
+       x2="230.13904"
+       y2="138.95799"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient15276"
+       id="radialGradient15282"
+       cx="192.5"
+       cy="162"
+       fx="192.5"
+       fy="162"
+       r="35.5"
+       gradientTransform="matrix(1,0,0,0.50704225,0,76.859155)"
+       gradientUnits="userSpaceOnUse" />
+    <inkscape:perspective
+       id="perspective15292"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective19147"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4788"
+       id="radialGradient5150"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(6.4215263,5.8880003e-8,-1.5792387e-8,1.4577864,-1775.5499,-25.551629)"
+       cx="327.5"
+       cy="58"
+       fx="327.5"
+       fy="58"
+       r="12.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4788">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4790" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4792" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective19200"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       r="12.5"
+       fy="58"
+       fx="327.5"
+       cy="58"
+       cx="327.5"
+       gradientTransform="matrix(27.361286,2.5088001e-7,-6.7289301e-8,6.2114377,-8812.2583,-248.08536)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient19161-8"
+       xlink:href="#linearGradient4788-0"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4788-0">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4790-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4792-63" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4788-7-5"
+       id="radialGradient5152-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-10.298767,4.5253845e-6,0.73688678,-7.3385946,3381.0701,487.59388)"
+       cx="326.0206"
+       cy="58"
+       fx="326.0206"
+       fy="58"
+       r="12.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4788-7-5">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4790-8-0" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4792-6-1" />
+    </linearGradient>
+    <radialGradient
+       r="12.5"
+       fy="58"
+       fx="327.5"
+       cy="58"
+       cx="327.5"
+       gradientTransform="matrix(28.198876,2.5856001e-7,-6.9349178e-8,6.4015838,-9081.3849,-310.29191)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient19214"
+       xlink:href="#linearGradient4788-0"
+       inkscape:collect="always" />
+    <inkscape:perspective
+       id="perspective19258"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520-9-3-3"
+       id="radialGradient4622-7-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(13.339021,1.2973092e-6,-3.2847942e-7,3.3774477,-169.04322,33.20622)"
+       cx="17.320858"
+       cy="6.8678637"
+       fx="17.320858"
+       fy="6.8678637"
+       r="20.530962" />
+    <linearGradient
+       id="linearGradient11520-9-3-3">
+      <stop
+         id="stop11522-2-3-0"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         id="stop11524-8-1-2"
+         offset="1.0000000"
+         style="stop-color:#d4d4d4;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       r="20.530962"
+       fy="6.8678637"
+       fx="17.320858"
+       cy="6.8678637"
+       cx="17.320858"
+       gradientTransform="matrix(13.339021,1.2973092e-6,-3.2847942e-7,3.3774477,-225.04331,-26.793902)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient19267"
+       xlink:href="#linearGradient11520-9-3-3"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19287"
+       id="linearGradient19293"
+       x1="23.494705"
+       y1="40.499714"
+       x2="23.494705"
+       y2="6.3689661"
+       gradientUnits="userSpaceOnUse" />
+    <inkscape:perspective
+       id="perspective19303"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       gradientTransform="matrix(0.2129797,0,0,0.2129797,290.17958,39.850771)"
+       inkscape:collect="always"
+       xlink:href="#linearGradient15264-7"
+       id="linearGradient15270-0"
+       x1="155"
+       y1="162.95799"
+       x2="230.13904"
+       y2="138.95799"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient15264-7">
+      <stop
+         style="stop-color:#cc0000;stop-opacity:1;"
+         offset="0"
+         id="stop15266-4" />
+      <stop
+         style="stop-color:#ff4c4c;stop-opacity:1"
+         offset="1"
+         id="stop15268-2" />
+    </linearGradient>
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect14728-4"
+       is_visible="true" />
+    <inkscape:path-effect
+       is_visible="true"
+       id="path-effect15244-6"
+       effect="spiro" />
+    <inkscape:perspective
+       id="perspective19352"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       r="12.5"
+       fy="58"
+       fx="327.5"
+       cy="58"
+       cx="327.5"
+       gradientTransform="matrix(28.198876,2.5856001e-7,-6.9349178e-8,6.4015838,-9081.3849,-310.29191)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient19214-0"
+       xlink:href="#linearGradient4788-0-0"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4788-0-0">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4790-7-0" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4792-63-9" />
+    </linearGradient>
+    <radialGradient
+       r="12.5"
+       fy="61.038906"
+       fx="328.46164"
+       cy="61.038906"
+       cx="328.46164"
+       gradientTransform="matrix(5.978557,-0.09499585,0.03999999,2.5173968,-1636.9687,-63.456649)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient19366"
+       xlink:href="#linearGradient4788-0-0"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19423"
+       id="linearGradient19429"
+       x1="318.625"
+       y1="57.121716"
+       x2="318.625"
+       y2="59.501892"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520-9-3-3"
+       id="radialGradient19482"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(13.435439,1.2741189e-6,-3.3085377e-7,3.3170734,-170.58685,32.675235)"
+       cx="17.320858"
+       cy="6.8678637"
+       fx="17.320858"
+       fy="6.8678637"
+       r="20.530962" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19287"
+       id="linearGradient19484"
+       gradientUnits="userSpaceOnUse"
+       x1="23.494705"
+       y1="40.499714"
+       x2="23.494705"
+       y2="6.3689661"
+       gradientTransform="matrix(1.0072283,0,0,0.98212429,-0.32173056,0.06260007)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient15264-7"
+       id="linearGradient19486"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.2129797,0,0,0.2129797,290.9547,39.850771)"
+       x1="155"
+       y1="162.95799"
+       x2="230.13904"
+       y2="138.95799" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4788-0-0"
+       id="radialGradient19488"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.893031,-0.09395458,0.03942777,2.489803,-1609.1274,-61.801524)"
+       cx="328.46164"
+       cy="61.038906"
+       fx="328.46164"
+       fy="61.038906"
+       r="12.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19423"
+       id="linearGradient19490"
+       gradientUnits="userSpaceOnUse"
+       x1="318.625"
+       y1="57.121716"
+       x2="318.625"
+       y2="59.501892"
+       gradientTransform="matrix(0.99370582,0,0,0.95659858,1.750889,2.7397148)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520-9-3-3"
+       id="radialGradient19524"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(13.435439,1.2615007e-6,-3.3085377e-7,3.2842229,-170.58685,32.386318)"
+       cx="17.320858"
+       cy="6.8678637"
+       fx="17.320858"
+       fy="6.8678637"
+       r="20.530962" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19287"
+       id="linearGradient19526"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0072283,0,0,0.97239785,-0.32173056,0.09666169)"
+       x1="23.494705"
+       y1="40.499714"
+       x2="23.494705"
+       y2="6.3689661" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient15264-7"
+       id="linearGradient19528"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.2129797,0,0,0.2129797,290.9547,39.850771)"
+       x1="155"
+       y1="162.95799"
+       x2="230.13904"
+       y2="138.95799" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4788-0-0"
+       id="radialGradient19530"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.893031,-0.09395458,0.03942777,2.489803,-1609.1274,-61.801524)"
+       cx="328.46164"
+       cy="61.038906"
+       fx="328.46164"
+       fy="61.038906"
+       r="12.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19423"
+       id="linearGradient19532"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.99370582,0,0,0.95659858,1.750889,2.7397148)"
+       x1="318.625"
+       y1="57.121716"
+       x2="318.625"
+       y2="59.501892" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11520-9-3-3"
+       id="radialGradient19562"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(10.481,9.9479321e-7,-2.5809936e-7,2.5898698,-132.1502,26.279565)"
+       cx="17.320858"
+       cy="6.8678637"
+       fx="17.320858"
+       fy="6.8678637"
+       r="20.530962" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19287"
+       id="linearGradient19564"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.78573984,0,0,0.76681271,0.67379478,0.81661308)"
+       x1="23.494705"
+       y1="40.499714"
+       x2="23.494705"
+       y2="6.3689661" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient15264-7"
+       id="linearGradient19566"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.2129797,0,0,0.2129797,279.62949,41.957787)"
+       x1="155"
+       y1="162.95799"
+       x2="230.13904"
+       y2="138.95799" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4788-0-0"
+       id="radialGradient19568"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.893031,-0.09395458,0.03942777,2.489803,-1609.1274,-61.801524)"
+       cx="328.46164"
+       cy="61.038906"
+       fx="328.46164"
+       fy="61.038906"
+       r="12.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient19423"
+       id="linearGradient19570"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.75930998,0,0,0.95659858,61.008122,4.846731)"
+       x1="318.625"
+       y1="57.121716"
+       x2="318.625"
+       y2="59.501892" />
+    <inkscape:perspective
+       id="perspective19584"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4788-0-0-8"
+       id="radialGradient19530-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.893031,-0.09395458,0.03942777,2.489803,-1609.1274,-61.801524)"
+       cx="328.46164"
+       cy="61.038906"
+       fx="328.46164"
+       fy="61.038906"
+       r="12.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4788-0-0-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4790-7-0-2" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4792-63-9-3" />
+    </linearGradient>
+    <radialGradient
+       r="12.5"
+       fy="61.038906"
+       fx="328.46164"
+       cy="61.038906"
+       cx="328.46164"
+       gradientTransform="matrix(3.8783326,-0.06183357,0.02594828,1.6385938,-963.29424,-19.954697)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient19593"
+       xlink:href="#linearGradient4788-0-0-8"
+       inkscape:collect="always" />
+    <filter
+       id="filter6013"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur6015"
+         stdDeviation="0.84360953"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       y2="37.52562"
+       x2="129.40054"
+       y1="28.36894"
+       x1="129.40054"
+       gradientTransform="matrix(1.2, 0, 0, 0.714286, -12.7096, -326.559)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient6424"
+       xlink:href="#linearGradient6318"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="32.53204"
+       x2="-17.324116"
+       y1="17.947962"
+       x1="-17.235727"
+       id="linearGradient7003"
+       xlink:href="#linearGradient6997"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="16.091806"
+       x2="-23"
+       y1="16.003418"
+       x1="-15.909902"
+       gradientTransform="translate(-35, -4.50781)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient6962"
+       xlink:href="#linearGradient6905"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="16.091806"
+       x2="-23"
+       y1="16.003418"
+       x1="-15.909902"
+       gradientTransform="translate(11.305, 19.747)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient6959"
+       xlink:href="#linearGradient6905"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient259">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1"
+         offset="0.0000000"
+         id="stop260" />
+      <stop
+         style="stop-color:#204a87;stop-opacity:1.0000000"
+         offset="1.0000000"
+         id="stop261" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient269">
+      <stop
+         style="stop-color:#a3a3a3;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop270" />
+      <stop
+         style="stop-color:#8a8a8a;stop-opacity:1;"
+         offset="1"
+         id="stop271" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6905"
+       inkscape:collect="always">
+      <stop
+         id="stop6907"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop6909"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6997"
+       inkscape:collect="always">
+      <stop
+         id="stop6999"
+         offset="0"
+         style="stop-color:#babdb6;stop-opacity:1;" />
+      <stop
+         id="stop7001"
+         offset="1"
+         style="stop-color:#d7d9d5;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient22140">
+      <stop
+         id="stop22142"
+         offset="0"
+         style="stop-color:black;stop-opacity:0;" />
+      <stop
+         style="stop-color:black;stop-opacity:1;"
+         offset="0.5"
+         id="stop22148" />
+      <stop
+         id="stop22144"
+         offset="1"
+         style="stop-color:black;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6318"
+       inkscape:collect="always">
+      <stop
+         id="stop6320"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop6322"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath12688">
+      <path
+         style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+         d="m 1252,1006 0,2 0,134 0,2 224,0 0,-2 -224,-136 z m 32,58.8438 74.375,45.1562 -74.375,0 0,-45.1562 z"
+         id="path12690"
+         sodipodi:nodetypes="ccccccccccc"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient12659">
+      <stop
+         style="stop-color:#4e9a06;stop-opacity:1;"
+         offset="0"
+         id="stop12661" />
+      <stop
+         style="stop-color:#8ae234;stop-opacity:0.2"
+         offset="1"
+         id="stop12663" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient12838">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop12840" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop12842" />
+    </linearGradient>
+    <filter
+       inkscape:collect="always"
+       id="filter12692"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.91"
+         id="feGaussianBlur12694" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath12793">
+      <path
+         id="path12795"
+         d="m 1240.989,951.95685 c -0.5566,0 -0.9892,0.44748 -0.9892,1.02317 l 0,222.02788 c 0,0.5757 0.4326,1.0232 0.9892,1.0232 l 182.0228,0 c 0.5566,0 0.9892,-0.4475 0.9892,-1.0232 l 0,-174.9621 c 0,-13.87178 -10.7415,-25.88173 -16.1063,-31.43046 -5.3648,-5.54873 -16.9766,-16.65849 -30.3886,-16.65849 l -136.5171,0 z"
+         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter12736"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="4.625"
+         id="feGaussianBlur12738" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient27-paper-sheet-orig-9-1"
+       id="radialGradient11474"
+       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>
+    <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>
+    <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="radialGradient11482"
+       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="radialGradient11484"
+       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="radialGradient11486"
+       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"
+       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
+       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="linearGradient11518"
+       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="radialGradient11520"
+       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="radialGradient11522"
+       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,158.35872 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 z"
+         id="path0-paper-sheet-orig-9"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ssssssssss" />
+    </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="radialGradient11524"
+       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="radialGradient11526-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.66303,0,0,0.340371,-84.7016,89.928706)"
+       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="radialGradient11528"
+       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="radialGradient11530"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.57088,0,0,1.11586,-53.057,-57.686473)"
+       cx="127.75"
+       cy="236.25"
+       fx="127.75"
+       fy="236.25"
+       r="92.25" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient12862">
+      <stop
+         style="stop-color:#4e9a06;stop-opacity:1;"
+         offset="0"
+         id="stop12864" />
+      <stop
+         style="stop-color:#8ae234;stop-opacity:1"
+         offset="1"
+         id="stop12866" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient12910">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop12912" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop12914" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient12874">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop12876" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop12878" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath13022">
+      <path
+         sodipodi:nodetypes="ccsccccccc"
+         id="path13024"
+         d="m 1505.5679,956.51491 c 0,0 17.4761,0 18.9761,0 3.8771,0.0729 6.5,2.5 9,5 2.5,2.5 4.6077,5.25262 5,9 0,1.5 0,24.97614 0,24.97614 0,1.12122 -0.9026,2.02386 -2.0238,2.02386 l -30.9523,0 c -1.1213,0 -2.0239,-0.90264 -2.0239,-2.02386 l 0,-36.95228 c 0,-1.12122 0.9026,-2.02386 2.0239,-2.02386 z"
+         style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter13026"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.72555"
+         id="feGaussianBlur13028" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient12775">
+      <stop
+         style="stop-color:#8ae234;stop-opacity:0.8"
+         offset="0"
+         id="stop12777" />
+      <stop
+         style="stop-color:#73d216;stop-opacity:0.8"
+         offset="1"
+         id="stop12779" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient12797">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop12799" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop12801" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient12813">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop12815" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop12817" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath12844">
+      <path
+         style="fill:url(#radialGradient12849);fill-opacity:1;stroke:none;display:inline"
+         d="m 1504.5128,1081.5149 c -1.085,0 -1.9688,0.8838 -1.9688,1.9688 l 0,16.0625 c 0,1.0849 0.8838,1.9687 1.9688,1.9687 l 13.0625,0 c 1.0849,0 1.9687,-0.8838 1.9687,-1.9687 l 0,-0.9688 c 0,-3.4062 0,-5.6693 0,-9.0625 0,-4.8437 -5.0544,-8 -9.5,-8 l -5.5312,0 z"
+         id="path12847"
+         sodipodi:nodetypes="cccccccscc"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter12855"
+       x="-0.10785961"
+       width="1.2157192"
+       y="-0.13522001"
+       height="1.27044"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6761"
+         id="feGaussianBlur12857" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient12713">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop12715" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop12717" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient12721">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop12723" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop12725" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient12729">
+      <stop
+         style="stop-color:#73d216;stop-opacity:1"
+         offset="0"
+         id="stop12731" />
+      <stop
+         style="stop-color:#8ae234;stop-opacity:1"
+         offset="1"
+         id="stop12733" />
+    </linearGradient>
+    <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>
+    <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>
+    <linearGradient
+       id="linearGradient13-paper-sheet-orig-2-5">
+      <stop
+         id="stop19-paper-sheet-orig-8-2"
+         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" />
+      <stop
+         id="stop21-paper-sheet-orig-7-4"
+         offset="1"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient15-paper-sheet-orig-5-1"
+       inkscape:collect="always">
+      <stop
+         id="stop22-paper-sheet-orig-1-6"
+         offset="0"
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0.412955;" />
+      <stop
+         id="stop23-paper-sheet-orig-6-9"
+         offset="1"
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient13215">
+      <stop
+         style="stop-color:#4e9a06;stop-opacity:1;"
+         offset="0"
+         id="stop13217" />
+      <stop
+         style="stop-color:#73d216;stop-opacity:1"
+         offset="1"
+         id="stop13219" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath13195">
+      <path
+         sodipodi:nodetypes="ccsccccccc"
+         id="path13197"
+         d="m 1503.8711,1031.5084 c 0,0 11.4895,0 12.4757,0 2.5489,0.048 4.2733,1.6448 5.9169,3.2897 1.6436,1.6449 3.0293,3.456 3.2872,5.9216 0,0.9869 0,16.433 0,16.433 0,0.7377 -0.5934,1.3316 -1.3305,1.3316 l -20.3493,0 c -0.7372,0 -1.3306,-0.5939 -1.3306,-1.3316 l 0,-24.3127 c 0,-0.7378 0.5934,-1.3316 1.3306,-1.3316 z"
+         style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <filter
+       inkscape:collect="always"
+       id="filter13211"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.48774625"
+         id="feGaussianBlur13213" />
+    </filter>
+    <linearGradient
+       id="linearGradient13-paper-sheet-orig-7-4">
+      <stop
+         id="stop19-paper-sheet-orig-0-5"
+         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" />
+      <stop
+         id="stop21-paper-sheet-orig-6-9"
+         offset="1"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient26-paper-sheet-orig-0-7">
+      <stop
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0.554054;"
+         offset="0"
+         id="stop30-paper-sheet-orig-8-4" />
+      <stop
+         style="stop-color: rgb(0, 0, 0); stop-opacity: 0;"
+         offset="1"
+         id="stop31-paper-sheet-orig-8-9" />
+    </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>
+    <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"
+       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>
+    <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
+       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
+       id="linearGradient11999">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop12001" />
+      <stop
+         style="stop-color: rgb(211, 215, 207); stop-opacity: 1;"
+         offset="1"
+         id="stop12003" />
+    </linearGradient>
+    <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>
+    <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>
+    <linearGradient
+       id="linearGradient12026">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop12028" />
+      <stop
+         style="stop-color: rgb(211, 215, 207); stop-opacity: 1;"
+         offset="1"
+         id="stop12030" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient12055">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop12057" />
+      <stop
+         style="stop-color: rgb(211, 215, 207); stop-opacity: 1;"
+         offset="1"
+         id="stop12059" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient13215"
+       id="linearGradient13432"
+       gradientUnits="userSpaceOnUse"
+       x1="1522.0625"
+       y1="1055.3906"
+       x2="1513.0509"
+       y2="1043.8906" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12862"
+       id="linearGradient13444"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,10)"
+       x1="1533.74"
+       y1="1009.6045"
+       x2="1509.51"
+       y2="959.39551" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12659"
+       id="linearGradient13538"
+       gradientUnits="userSpaceOnUse"
+       x1="1305.5"
+       y1="1056"
+       x2="1438"
+       y2="1188" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12838"
+       id="linearGradient13540"
+       gradientUnits="userSpaceOnUse"
+       x1="1358"
+       y1="1132"
+       x2="1358.25"
+       y2="1138" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3176-0-8"
+       id="linearGradient13581"
+       gradientUnits="userSpaceOnUse"
+       x1="190.3885"
+       y1="45.547344"
+       x2="208.15953"
+       y2="21.850092"
+       gradientTransform="matrix(0.989254,0,0,1.02317,21.3761,24.5901)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient31-paper-sheet-orig-8-3"
+       id="radialGradient13583"
+       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"
+       xlink:href="#linearGradient30-paper-sheet-orig-8-5"
+       id="linearGradient13585"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-1.5,2.52145)"
+       x1="190.97945"
+       y1="52.972717"
+       x2="196.44823"
+       y2="39.563599" />
+    <linearGradient
+       gradientTransform="matrix(0.41379305,0,0,1.0000001,393.92191,49.475621)"
+       gradientUnits="userSpaceOnUse"
+       y2="182"
+       x2="218.75"
+       y1="55.5"
+       x1="218.75"
+       id="linearGradient6434-3"
+       xlink:href="#linearGradient6428-8"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient6428-8"
+       inkscape:collect="always">
+      <stop
+         id="stop6430-5"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop6432-7"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       y2="18.437498"
+       x2="20.875"
+       y1="14.249998"
+       x1="20.875"
+       gradientTransform="matrix(5.29457,0,0,7.14097,19.773388,329.22839)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5081-7"
+       xlink:href="#linearGradient7780-3"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient7780-3"
+       inkscape:collect="always">
+      <stop
+         id="stop7782-5"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1;" />
+      <stop
+         id="stop7784-3"
+         offset="1"
+         style="stop-color:#888a85;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08"
+       id="radialGradient14250"
+       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="linearGradient14252"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(356,50)"
+       x1="-40.278805"
+       y1="70.736046"
+       x2="-52.75"
+       y2="3.8729248" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient13-paper-sheet-orig-7-4"
+       id="radialGradient14258"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.407336,-0.279828,0.751029,1.09325,370.815,41.5621)"
+       cx="-26.305403"
+       cy="10.108011"
+       fx="-26.305403"
+       fy="10.108011"
+       r="7.0421038" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient26-paper-sheet-orig-0-7"
+       id="linearGradient14260"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.922306,0,0,0.918575,393.553,51.3257)"
+       x1="-19.031248"
+       y1="12.617871"
+       x2="-28.789402"
+       y2="14.069944" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12862"
+       id="linearGradient14262"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,10)"
+       x1="1533.74"
+       y1="1009.6045"
+       x2="1509.51"
+       y2="959.39551" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12862"
+       id="linearGradient14264"
+       gradientUnits="userSpaceOnUse"
+       x1="1533.74"
+       y1="1009.6045"
+       x2="1509.51"
+       y2="959.39551" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12910"
+       id="linearGradient14266"
+       gradientUnits="userSpaceOnUse"
+       x1="1527"
+       y1="990"
+       x2="1526.5"
+       y2="992.99451" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12874"
+       id="linearGradient14268"
+       gradientUnits="userSpaceOnUse"
+       x1="1542"
+       y1="971.94122"
+       x2="1532"
+       y2="1008" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12874"
+       id="linearGradient14270"
+       gradientUnits="userSpaceOnUse"
+       x1="1519"
+       y1="989.0625"
+       x2="1514.25"
+       y2="972.125" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4-paper-sheet-orig-7"
+       id="radialGradient14273"
+       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="linearGradient14275"
+       gradientUnits="userSpaceOnUse"
+       x1="-26.753757"
+       y1="11.566258"
+       x2="-24.75"
+       y2="9.687501" />
+    <linearGradient
+       id="linearGradient7780-3-6"
+       inkscape:collect="always">
+      <stop
+         id="stop7782-5-1"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1;" />
+      <stop
+         id="stop7784-3-5"
+         offset="1"
+         style="stop-color:#888a85;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7780-3-6"
+       id="linearGradient14358"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.87298217,0,0,1.172618,257.52079,422.62489)"
+       x1="20.875"
+       y1="14.249998"
+       x2="20.875"
+       y2="18.437498" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08"
+       id="radialGradient14404"
+       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="linearGradient14406"
+       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="radialGradient14408"
+       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="#linearGradient13215"
+       id="linearGradient14412"
+       gradientUnits="userSpaceOnUse"
+       x1="1522.0625"
+       y1="1055.3906"
+       x2="1513.0509"
+       y2="1043.8906" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient13-paper-sheet-orig-2-5"
+       id="radialGradient14414"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.262642,-0.18058,0.484247,0.705503,336.012,120.974)"
+       cx="-26.305403"
+       cy="10.108011"
+       fx="-26.305403"
+       fy="10.108011"
+       r="7.0421038" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient15-paper-sheet-orig-5-1"
+       id="linearGradient14416"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.594683,0,0,0.592781,350.673,127.274)"
+       x1="-18.618725"
+       y1="10.211342"
+       x2="-30.558546"
+       y2="12.189651" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12862"
+       id="linearGradient14418"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6585366,0,0,0.6912931,512.41534,368.6997)"
+       x1="1533.74"
+       y1="1009.6045"
+       x2="1509.51"
+       y2="959.39551" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12910"
+       id="linearGradient14420"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6585366,0,0,0.6912931,512.41534,368.6997)"
+       x1="1527"
+       y1="990"
+       x2="1526.5"
+       y2="992.99451" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12874"
+       id="linearGradient14422"
+       gradientUnits="userSpaceOnUse"
+       x1="1542"
+       y1="971.94122"
+       x2="1532"
+       y2="1008" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12874"
+       id="linearGradient14424"
+       gradientUnits="userSpaceOnUse"
+       x1="1519"
+       y1="989.0625"
+       x2="1514.25"
+       y2="972.125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12-paper-sheet-orig-2"
+       id="linearGradient14427"
+       gradientUnits="userSpaceOnUse"
+       x1="-26.753757"
+       y1="11.566258"
+       x2="-25"
+       y2="9.812501" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08"
+       id="radialGradient14492"
+       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="linearGradient14494"
+       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="radialGradient14496"
+       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="#linearGradient20-paper-sheet-orig-4-3"
+       id="linearGradient14498"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(343,207)"
+       x1="-23.4375"
+       y1="-24.875"
+       x2="-26.453966"
+       y2="-24.144068" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12775"
+       id="radialGradient14500"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.2237718,1.9657456e-5,-9.9361874e-6,1.1240424,-1854.1182,-138.6197)"
+       cx="1515.0938"
+       cy="1099.488"
+       fx="1515.0938"
+       fy="1099.488"
+       r="9.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12797"
+       id="linearGradient14502"
+       gradientUnits="userSpaceOnUse"
+       x1="1506"
+       y1="1089"
+       x2="1516.6898"
+       y2="1113.1647" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12813"
+       id="linearGradient14504"
+       gradientUnits="userSpaceOnUse"
+       x1="1510.0446"
+       y1="1096.1813"
+       x2="1508.8311"
+       y2="1091.6523" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3-paper-sheet-orig-08"
+       id="radialGradient14506"
+       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
+       inkscape:collect="always"
+       xlink:href="#linearGradient10-paper-sheet-orig-3"
+       id="linearGradient14508"
+       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" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4-paper-sheet-orig-7"
+       id="radialGradient14510"
+       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
+       inkscape:collect="always"
+       xlink:href="#linearGradient16-paper-sheet-orig-9"
+       id="linearGradient14512"
+       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
+       inkscape:collect="always"
+       xlink:href="#linearGradient17-paper-sheet-orig-0-8"
+       id="linearGradient14514"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(302,218.99)"
+       x1="12.59375"
+       y1="4.59375"
+       x2="9.40625"
+       y2="4.8125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12729"
+       id="linearGradient14516"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-1200.9999,-538)"
+       x1="1505.9332"
+       y1="1128.9948"
+       x2="1506.4706"
+       y2="1134.6959" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12721"
+       id="linearGradient14518"
+       gradientUnits="userSpaceOnUse"
+       x1="1504"
+       y1="1129"
+       x2="1504"
+       y2="1137" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient12713"
+       id="linearGradient14520"
+       gradientUnits="userSpaceOnUse"
+       x1="1505"
+       y1="1135"
+       x2="1505"
+       y2="1131" />
+  </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="239.87057"
+         xml:space="preserve"
+         y="18.860306"><tspan
+           id="tspan3023"
+           sodipodi:role="line"
+           x="239.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">glade</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
+       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
+         sodipodi:type="inkscape:offset"
+         inkscape:radius="-1.0153296"
+         inkscape:original="M 711.96875 227 C 709.68001 227.00001 707.67461 227.86289 706.5 229.1875 L 706.5 231.625 C 706.5 232.11623 706.8838 232.5 707.375 232.5 L 716.625 232.5 C 717.11622 232.50001 717.5 232.11622 717.5 231.625 L 717.5 229.25 C 716.33242 227.89578 714.28785 227 711.96875 227 z "
+         style="opacity:0.35;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="path5171-2"
+         d="m 711.96875,228 c -1.90789,1e-5 -3.49694,0.75848 -4.46875,1.71875 l 0,1.78125 9,0 0,-1.75 c -0.96562,-0.98703 -2.59089,-1.75 -4.53125,-1.75 z"
+         transform="translate(-7.8685593e-7,2.029528e-6)" />
+      <g
+         inkscape:label="Layer 1"
+         id="layer1-6"
+         transform="translate(16.037539,25.163282)" />
+      <g
+         id="g14463"
+         transform="matrix(-1,0,0,1,617.87514,-363.9375)">
+        <g
+           transform="translate(-401.99993,366)"
+           style="display:inline"
+           id="use11824">
+          <path
+             style="fill:url(#radialGradient14506);fill-opacity:1;stroke:url(#linearGradient14508);stroke-width:1;stroke-miterlimit:4;display:inline"
+             d="m 703.00846,220.5 c -0.8313,0 -1.50846,0.66373 -1.50846,1.47852 l 0,5.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,-1.26967 0,-1.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 z"
+             id="path11687"
+             sodipodi:nodetypes="cccccccccccsscccccc"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:type="inkscape:offset"
+             inkscape:radius="-1.6037576"
+             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(#radialGradient14510);fill-opacity:1;stroke:none;display:inline"
+             id="path11689"
+             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"
+             transform="matrix(0.372187,0,0,0.349156,699.081,220.001)" />
+          <path
+             style="fill:none;stroke:url(#linearGradient14512);stroke-width:1;stroke-miterlimit:4;display:inline"
+             d="m 703.00847,221.53262 c -0.25938,0 -0.45494,0.19167 -0.45494,0.4459 l 0,5.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,-1.07061 0,-1.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 z"
+             id="path11691"
+             sodipodi:nodetypes="cccccccccccsccc"
+             inkscape:connector-curvature="0" />
+        </g>
+        <g
+           style="display:inline"
+           id="use11842"
+           transform="translate(-4.9729313,366.97616)">
+          <path
+             sodipodi:nodetypes="ccccczc"
+             id="path11534"
+             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"
+             style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="ccccc"
+             id="path11536"
+             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"
+             style="opacity:0.35627501;fill:url(#linearGradient14514);fill-opacity:1;stroke:none;display:inline"
+             inkscape:connector-curvature="0" />
+        </g>
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           id="rect11928"
+           d="m 301.50007,588.5 12,11 -12,0 0,-11 z"
+           style="fill:url(#linearGradient14516);fill-opacity:1;stroke:#4e9a06;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline" />
+        <path
+           transform="translate(-1200.9999,-538)"
+           d="m 1505.5,1133.3438 0,1.1562 1.2812,0 -1.2812,-1.1562 z"
+           id="path12705"
+           style="fill:#8ae234;fill-opacity:1;stroke:#4e9a06;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+           inkscape:original="M 1502.5 1126.5 L 1502.5 1137.5 L 1514.5 1137.5 L 1502.5 1126.5 z "
+           inkscape:radius="-3"
+           sodipodi:type="inkscape:offset" />
+        <path
+           transform="translate(-1200.9999,-538)"
+           d="m 1503.5,1128.75 0,7.75 8.4375,0 -8.4375,-7.75 z"
+           id="path12709"
+           style="opacity:0.5;fill:none;stroke:url(#linearGradient14518);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+           inkscape:original="M 1502.5 1126.5 L 1502.5 1137.5 L 1514.5 1137.5 L 1502.5 1126.5 z "
+           inkscape:radius="-0.99436891"
+           sodipodi:type="inkscape:offset" />
+        <path
+           transform="translate(-1200.9999,-538)"
+           d="m 1504.4688,1131 0,4.5312 4.9374,0 -4.9374,-4.5312 z"
+           id="path12711"
+           style="opacity:0.5;fill:none;stroke:url(#linearGradient14520);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+           inkscape:original="M 1502.5 1126.5 L 1502.5 1137.5 L 1514.5 1137.5 L 1502.5 1126.5 z "
+           inkscape:radius="-1.9722718"
+           sodipodi:type="inkscape:offset" />
+        <g
+           transform="translate(-1200.9999,-538)"
+           style="opacity:0.3;display:inline"
+           id="g12753">
+          <rect
+             style="fill:#4e9a06;fill-opacity:1;stroke:none"
+             id="rect12737"
+             width="1"
+             height="1"
+             x="1503"
+             y="1129" />
+          <rect
+             style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect12739"
+             width="1"
+             height="1"
+             x="1503"
+             y="1131" />
+          <rect
+             style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect12741"
+             width="1"
+             height="1"
+             x="1503"
+             y="1133" />
+          <rect
+             style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect12743"
+             width="1"
+             height="1"
+             x="1503"
+             y="1135" />
+          <rect
+             style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect12745"
+             width="1"
+             height="1"
+             x="1504"
+             y="1136" />
+          <rect
+             style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect12747"
+             width="1"
+             height="1"
+             x="1506"
+             y="1136" />
+          <rect
+             style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect12749"
+             width="1"
+             height="1"
+             x="1508"
+             y="1136" />
+          <rect
+             style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect12751"
+             width="1"
+             height="1"
+             x="1510"
+             y="1136" />
+        </g>
+      </g>
+      <g
+         id="g14429"
+         transform="matrix(-1,0,0,1,625.07063,-362.01491)">
+        <g
+           transform="translate(-401.99993,367)"
+           style="display:inline"
+           id="use11822">
+          <rect
+             style="opacity:0.29959501;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter1-paper-sheet-orig-3)"
+             id="rect11703"
+             width="19"
+             height="2"
+             x="702.54419"
+             y="192.51491"
+             rx="1"
+             ry="1" />
+          <g
+             id="g11705"
+             transform="translate(398.044,0.0149083)">
+            <path
+               sodipodi:nodetypes="cccccccscc"
+               id="path11707"
+               d="m 307.46875,177.5 c -1.08496,0 -1.96875,0.88379 -1.96875,1.96875 l 0,12.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,-1.66929 0,-5.0625 0,-4.84375 -5.05436,-8 -9.5,-8 z"
+               style="fill:url(#radialGradient14492);fill-opacity:1;stroke:url(#linearGradient14494);stroke-width:1;stroke-miterlimit:4;display:inline"
+               inkscape:connector-curvature="0" />
+            <path
+               transform="matrix(0.485754,0,0,0.464926,302.343,176.835)"
+               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"
+               id="path11709"
+               style="fill:url(#radialGradient14496);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.1427754"
+               sodipodi:type="inkscape:offset" />
+            <path
+               style="fill:none;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;display:inline"
+               d="m 307.46875,178.5 c -0.53341,0 -0.96875,0.43533 -0.96875,0.96875 l 0,12.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,-2.42068 0,-6.09375 0,-3.9375 -4.5,-6.9375 -8.46875,-6.9375 z"
+               id="path11711"
+               sodipodi:nodetypes="ccccccscc"
+               inkscape:connector-curvature="0" />
+          </g>
+        </g>
+        <g
+           style="display:inline"
+           id="use11838"
+           transform="translate(-3.8655429,367.08369)">
+          <path
+             sodipodi:nodetypes="ccccc"
+             id="path11556"
+             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"
+             style="opacity:0.48987899;fill:url(#linearGradient14498);fill-opacity:1;stroke:none;display:inline"
+             inkscape:connector-curvature="0" />
+          <path
+             sodipodi:nodetypes="cccssc"
+             id="path11558"
+             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"
+             style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+             inkscape:connector-curvature="0" />
+        </g>
+        <path
+           inkscape:connector-curvature="0"
+           transform="translate(-1200.9115,-541)"
+           sodipodi:nodetypes="cccccccc"
+           clip-path="url(#clipPath12844)"
+           id="path12821"
+           d="m 1504.5,1088.5 0,12 18,0 -18,-12 z m 3,5.5938 5.0938,3.4062 -5.0938,0 0,-3.4062 z"
+           style="opacity:0.7;fill:#8ae234;fill-opacity:1;stroke:none;display:inline;filter:url(#filter12855)" />
+        <g
+           transform="translate(-1200.9115,-541)"
+           id="g12909"
+           style="display:inline">
+          <g
+             id="g12859">
+            <path
+               inkscape:connector-curvature="0"
+               id="rect12763"
+               d="m 1504.5,1086.5 0,12 18,0 -18,-12 z m 3,5.5938 5.0938,3.4062 -5.0938,0 0,-3.4062 z"
+               style="fill:url(#radialGradient14500);fill-opacity:1;stroke:#4e9a06;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+            <path
+               d="m 1505.5,1088.375 0,9.125 13.6875,0 -13.6875,-9.125 z"
+               id="path12785"
+               style="opacity:0.7;fill:none;stroke:url(#linearGradient14502);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+               inkscape:original="M 1504.5 1086.5 L 1504.5 1098.5 L 1522.5 1098.5 L 1504.5 1086.5 z "
+               inkscape:radius="-1"
+               sodipodi:type="inkscape:offset" />
+            <path
+               d="m 1507.4062,1091.125 a 0.97236903,0.97236903 0 0 0 -0.875,0.9688 l 0,3.4062 a 0.97236903,0.97236903 0 0 0 0.9688,0.9688 l 5.0938,0 a 0.97236903,0.97236903 0 0 0 0.5312,-1.7813 l -5.0938,-3.4063 a 0.97236903,0.97236903 0 0 0 -0.625,-0.1562 z"
+               id="path12809"
+               style="opacity:0.6;fill:none;stroke:url(#linearGradient14504);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+               inkscape:original="M 1507.5 1092.0938 L 1507.5 1095.5 L 1512.5938 1095.5 L 1507.5 1092.0938 z "
+               inkscape:radius="0.9722718"
+               sodipodi:type="inkscape:offset" />
+          </g>
+          <g
+             id="g12895"
+             style="opacity:0.3">
+            <rect
+               y="1097"
+               x="1506"
+               height="1"
+               width="1"
+               id="rect12881"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               y="1097"
+               x="1508"
+               height="1"
+               width="1"
+               id="rect12883"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               y="1097"
+               x="1510"
+               height="1"
+               width="1"
+               id="rect12885"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               y="1097"
+               x="1512"
+               height="1"
+               width="1"
+               id="rect12887"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               y="1097"
+               x="1514"
+               height="1"
+               width="1"
+               id="rect12889"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               y="1097"
+               x="1516"
+               height="1"
+               width="1"
+               id="rect12891"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               y="1097"
+               x="1518"
+               height="1"
+               width="1"
+               id="rect12893"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+          </g>
+        </g>
+      </g>
+      <g
+         id="g14197"
+         transform="matrix(-1,0,0,1,642.13212,-362.9375)">
+        <g
+           transform="translate(-402.99993,371)"
+           style="display:inline"
+           id="use11820">
+          <g
+             style="display:inline"
+             id="g11721"
+             transform="translate(400.044,1.01491)">
+            <rect
+               transform="matrix(1.1189,0,0,1.17678,-38.2578,-26.0867)"
+               ry="2"
+               rx="7.5241151"
+               y="91"
+               x="306"
+               height="2"
+               width="36"
+               id="rect11723"
+               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,-10)"
+               ry="2"
+               rx="6.3920398"
+               y="91"
+               x="306"
+               height="2"
+               width="36"
+               id="rect11725"
+               style="opacity:0.71499999;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter3871-0)" />
+          </g>
+          <g
+             id="g11727"
+             transform="translate(404.044,-0.985092)">
+            <path
+               style="fill:url(#radialGradient14250);fill-opacity:1;stroke:url(#linearGradient14252);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,14.97614 0,14.97614 0,1.12122 -0.90264,2.02386 -2.02385,2.02386 l -30.95229,0 C 303.40264,84.5 302.5,83.59736 302.5,82.47614 l 0,-26.952282 C 302.5,54.402641 303.40264,53.5 304.52386,53.5 z"
+               id="path11729"
+               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(#radialGradient14273);fill-opacity:1;stroke:none;display:inline"
+               id="path11731"
+               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
+               transform="translate(356,50)"
+               style="fill:none;stroke:url(#linearGradient14275);stroke-width:1;stroke-miterlimit:4;display:inline"
+               d="M -51.46875,4.5 C -52.051916,4.5 -52.5,4.9480842 -52.5,5.53125 l 0,26.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 z"
+               id="path11733"
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="sssssssssss" />
+          </g>
+        </g>
+        <g
+           style="display:inline"
+           id="use11830"
+           transform="translate(-38.778931,370.13103)">
+          <path
+             style="fill:url(#radialGradient14258);fill-opacity:1;stroke:none;display:inline"
+             d="m 363.5,54 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 C 370.15793,56.619201 367.15379,54.476761 363.5,54 z"
+             id="path11614"
+             sodipodi:nodetypes="ccccczc"
+             inkscape:connector-curvature="0" />
+          <path
+             style="opacity:0.87854201;fill:url(#linearGradient14260);fill-opacity:1;stroke:none;display:inline"
+             d="m 364.60088,55.014353 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="path11616"
+             sodipodi:nodetypes="ccccc"
+             inkscape:connector-curvature="0" />
+        </g>
+        <g
+           id="g14346"
+           transform="translate(81.5,-10.25)"
+           style="opacity:0.40559441">
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:none;stroke:#888a85;stroke-width:0.99999994000000003px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+             d="m 250.97379,459.05858 c 0,0 -8.48779,-0.33383 -13.20967,-0.29029 -4.72187,0.0436 -5.67783,0.46446 -5.67783,0.46446"
+             id="path6182-0"
+             sodipodi:nodetypes="czc" />
+          <path
+             sodipodi:nodetypes="ccccccc"
+             inkscape:connector-curvature="0"
+             id="rect5023-3"
+             d="m 249.09422,441.69206 -0.14347,-1.47789 -21.98433,0 0,3.51786 23.57052,0 0,-2.01419 z"
+             style="opacity:0.19021737999999999;fill:url(#linearGradient14358);fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:none;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+             d="m 226.95635,437.80973 c 0,0 -0.18946,12.65398 -0.23318,18.58985 -0.0437,5.93587 0.0583,5.15362 0.0583,5.15362"
+             id="path6314-3"
+             sodipodi:nodetypes="czc" />
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:none;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+             d="m 236.57498,454.70431 c 0,0 3.32281,0.0653 5.12995,0.058 1.80713,-0.007 2.09861,-0.0871 2.09861,-0.0871 l -0.0292,2.49645 c 0,0 -1.55939,-0.0145 -3.11877,0 -1.55939,0.0145 -3.11877,0.0581 -3.11877,0.0581"
+             id="path6534-2"
+             sodipodi:nodetypes="czcczc" />
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:none;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+             d="m 247.56217,448.03889 c 1.37905,-0.34087 1.52177,-2.99025 -0.19485,-2.74038 -1.6168,0.27991 -1.15242,2.67519 0.43282,2.4905 0.3061,0.0407 0.62241,0.0188 0.91621,-0.0785"
+             id="path6141-1" />
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:none;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+             d="m 248.84001,451.71308 c -0.8294,1.49591 -3.46904,-0.37214 -2.21753,-1.5552 1.00387,-1.45665 3.11841,0.53399 1.708,1.64541 -0.22758,0.31259 -0.81803,0.3237 -1.1599,0.58716"
+             id="path6160-9"
+             sodipodi:nodetypes="cccc" />
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:none;stroke:#888a85;stroke-width:0.99999994000000003px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+             d="m 251.13212,442.29662 c 0,0 -0.14574,5.94323 -0.23318,10.64585 -0.0874,4.70261 0.17488,6.52251 0.17488,6.52251"
+             id="path6180-8"
+             sodipodi:nodetypes="czc" />
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:none;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+             d="m 251.90651,443.7896 c 0,0 -9.06484,-0.21772 -15.38982,-0.23223 -6.32498,-0.0145 -9.91011,0.17417 -9.91011,0.17417"
+             id="path6184-3"
+             sodipodi:nodetypes="czc" />
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:none;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+             d="m 248.36396,439.86451 c 0,0 -6.29721,-0.2032 -12.70964,-0.17417 -6.41242,0.029 -10.79659,0.29028 -10.79659,0.29028"
+             id="path6312-9"
+             sodipodi:nodetypes="czc" />
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+             d="m 246.69923,450.84735 c -0.0313,0.47905 0.70482,0.84386 1.20429,0.58316 0.44334,-0.19169 0.56855,-0.73601 0.20788,-1.03204 -0.31534,-0.29154 -0.94059,-0.28968 -1.22932,0.0295 -0.11714,0.11697 -0.1876,0.26724 -0.18285,0.41937 z"
+             id="path6338-6" />
+        </g>
+        <g
+           transform="translate(-1199.9999,-543)"
+           id="g13083"
+           style="display:inline">
+          <path
+             inkscape:connector-curvature="0"
+             style="opacity:0.5;fill:url(#linearGradient14262);fill-opacity:1;stroke:none;display:inline;filter:url(#filter13026)"
+             d="m 1506.5,969.5 0,26 41,0 -41,-26 z m 7,12.7188 9.9062,6.2812 -9.9062,0 0,-6.2812 z"
+             id="path12990"
+             clip-path="url(#clipPath13022)"
+             sodipodi:nodetypes="cccccccc" />
+          <path
+             inkscape:connector-curvature="0"
+             style="opacity:0.7;fill:url(#linearGradient14264);fill-opacity:1;stroke:none;display:inline"
+             d="m 1506.5,967.5 0,26 41,0 -41,-26 z m 7,12.7188 9.9062,6.2812 -9.9062,0 0,-6.2812 z"
+             id="path12857" />
+          <path
+             inkscape:connector-curvature="0"
+             style="opacity:0.1;fill:url(#linearGradient14266);fill-opacity:1;stroke:none"
+             d="m 1510,990 32,0 4,2.9945 -39,0 3,-2.9945 z"
+             id="rect12907"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+             d="m 1506.5,967.5 0,26 41,0 -41,-26 z"
+             id="path12849"
+             sodipodi:nodetypes="cccc" />
+          <path
+             sodipodi:type="inkscape:offset"
+             inkscape:radius="-7.0112486"
+             inkscape:original="M 1506.5 967.5 L 1506.5 993.5 L 1547.5 993.5 L 1506.5 967.5 z "
+             style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+             id="path12855"
+             d="m 1513.5,980.21875 0,6.28125 9.9062,0 -9.9062,-6.28125 z" />
+          <path
+             sodipodi:type="inkscape:offset"
+             inkscape:radius="-1"
+             inkscape:original="M 1506.5 967.5 L 1506.5 993.5 L 1547.5 993.5 L 1506.5 967.5 z "
+             style="opacity:0.7;fill:none;stroke:url(#linearGradient14268);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+             id="path12872"
+             d="m 1507.5,969.3125 0,23.1875 36.5625,0 -36.5625,-23.1875 z" />
+          <path
+             sodipodi:type="inkscape:offset"
+             inkscape:radius="-5"
+             inkscape:original="M 1507.5 969.3125 L 1507.5 992.5 L 1544.0625 992.5 L 1507.5 969.3125 z "
+             style="opacity:0.5;fill:none;stroke:url(#linearGradient14270);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+             id="path12887"
+             d="m 1512.5,978.40625 0,9.09375 14.3438,0 -14.3438,-9.09375 z" />
+          <g
+             id="g12932"
+             style="opacity:0.3;fill:#4e9a06"
+             transform="translate(0,1)" />
+          <g
+             id="g12974"
+             style="opacity:0.3;fill:#4e9a06">
+            <rect
+               transform="matrix(0,1,-1,0,0,0)"
+               y="-1510"
+               x="991"
+               height="1"
+               width="2"
+               id="rect12943"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none" />
+            <rect
+               transform="matrix(0,1,-1,0,0,0)"
+               y="-1513"
+               x="991"
+               height="1"
+               width="2"
+               id="rect12945"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               transform="matrix(0,1,-1,0,0,0)"
+               y="-1516"
+               x="991"
+               height="1"
+               width="2"
+               id="rect12947"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               transform="matrix(0,1,-1,0,0,0)"
+               y="-1519"
+               x="991"
+               height="1"
+               width="2"
+               id="rect12949"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               transform="matrix(0,1,-1,0,0,0)"
+               y="-1522"
+               x="991"
+               height="1"
+               width="2"
+               id="rect12951"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               transform="matrix(0,1,-1,0,0,0)"
+               y="-1525"
+               x="991"
+               height="1"
+               width="2"
+               id="rect12953"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               transform="matrix(0,1,-1,0,0,0)"
+               y="-1528"
+               x="991"
+               height="1"
+               width="2"
+               id="rect12955"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               transform="matrix(0,1,-1,0,0,0)"
+               y="-1531"
+               x="991"
+               height="1"
+               width="2"
+               id="rect12964"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               transform="matrix(0,1,-1,0,0,0)"
+               y="-1534"
+               x="991"
+               height="1"
+               width="2"
+               id="rect12966"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               transform="matrix(0,1,-1,0,0,0)"
+               y="-1537"
+               x="991"
+               height="1"
+               width="2"
+               id="rect12968"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               transform="matrix(0,1,-1,0,0,0)"
+               y="-1540"
+               x="991"
+               height="1"
+               width="2"
+               id="rect12970"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+            <rect
+               transform="matrix(0,1,-1,0,0,0)"
+               y="-1543"
+               x="991"
+               height="1"
+               width="2"
+               id="rect12972"
+               style="fill:#4e9a06;fill-opacity:1;stroke:none;display:inline" />
+          </g>
+        </g>
+      </g>
+      <g
+         id="g14360"
+         transform="matrix(-1,0,0,1,633.10197,-362)">
+        <g
+           transform="translate(-401.99993,368)"
+           style="display:inline"
+           id="use11826">
+          <g
+             id="g11661"
+             transform="translate(350.044,1.01491)">
+            <g
+               transform="matrix(0.675069,0,0,0.699557,147.391,88.6938)"
+               id="g11663"
+               style="display:inline">
+              <rect
+                 style="opacity:0.475;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter3913-4)"
+                 id="rect11665"
+                 width="36"
+                 height="2"
+                 x="306"
+                 y="91"
+                 rx="7.5241151"
+                 ry="2"
+                 transform="matrix(1.1189,0,0,1.17678,-38.2578,-23.23408)" />
+              <rect
+                 style="opacity:0.71499999;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter3871-0)"
+                 id="rect11667"
+                 width="36"
+                 height="2"
+                 x="306"
+                 y="91"
+                 rx="6.3920398"
+                 ry="2"
+                 transform="matrix(1.01334,0,0,1,-4.05753,-7.7421191)" />
+            </g>
+          </g>
+          <g
+             id="g11669"
+             transform="translate(397.044,-0.985092)">
+            <path
+               style="fill:url(#radialGradient14404);fill-opacity:1;stroke:url(#linearGradient14406);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,10.43305 0,10.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,-18.31275 c 0,-0.73771 0.59344,-1.3316 1.33057,-1.3316 z"
+               id="path11671"
+               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(#radialGradient14408);fill-opacity:1;stroke:none;display:inline"
+               id="path11673"
+               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
+               transform="matrix(0.657442,0,0,0.65795,342.67,126.191)"
+               style="fill:none;stroke:url(#linearGradient14427);stroke-width:1.52046001;stroke-miterlimit:4;display:inline"
+               d="m -51.46875,5.0625 c -0.271718,0 -0.46875,0.1970315 -0.46875,0.46875 l 0,27.818266 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,-15.849516 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 z"
+               id="path11675"
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="sssssssssss" />
+          </g>
+        </g>
+        <path
+           inkscape:connector-curvature="0"
+           transform="translate(-1199.9999,-540)"
+           sodipodi:nodetypes="cccccccc"
+           clip-path="url(#clipPath13195)"
+           id="path13190"
+           d="m 1504.5,1038.5312 0,17.9688 27,0 -27,-17.9688 z m 5,9.7813 4.7812,3.1875 -4.7812,0 0,-3.1875 z"
+           style="opacity:0.5;fill:url(#linearGradient14412);fill-opacity:1;stroke:none;display:inline;filter:url(#filter13211)" />
+        <g
+           style="display:inline"
+           id="use11834"
+           transform="translate(-14.955931,368.01491)">
+          <path
+             style="fill:url(#radialGradient14414);fill-opacity:1;stroke:none;display:inline"
+             d="m 331.29536,129 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="path11582"
+             sodipodi:nodetypes="ccccczc"
+             inkscape:connector-curvature="0" />
+          <path
+             style="opacity:0.87854201;fill:url(#linearGradient14416);fill-opacity:1;stroke:none;display:inline"
+             d="M 332.00518,129.65459 C 332.59986,129.65459 333,133.5 333,136 c 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="path11584"
+             sodipodi:nodetypes="ccccc"
+             inkscape:connector-curvature="0" />
+        </g>
+        <g
+           transform="translate(-1199.9999,-541)"
+           id="g13134"
+           style="display:inline">
+          <path
+             inkscape:connector-curvature="0"
+             style="opacity:0.7;fill:url(#linearGradient14418);fill-opacity:1;stroke:none;display:inline"
+             d="m 1504.5007,1037.5258 0,17.9736 27,0 -27,-17.9736 z M 1509,1047 l 6,4 -5.8895,-0.3397 L 1509,1047 z"
+             id="path13023"
+             sodipodi:nodetypes="cccccccc" />
+          <path
+             inkscape:connector-curvature="0"
+             style="opacity:0.1;fill:url(#linearGradient14420);fill-opacity:1;stroke:none"
+             d="m 1506.8056,1053.0799 21.0732,0 2.6341,2.07 -25.6829,0 1.9756,-2.07 z"
+             id="path13025"
+             sodipodi:nodetypes="ccccc" />
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+             d="m 1504.5007,1037.5258 0,17.9736 27,0 -27,-17.9736 z"
+             id="path13027"
+             sodipodi:nodetypes="cccc" />
+          <path
+             sodipodi:type="inkscape:offset"
+             inkscape:radius="-7.5931711"
+             inkscape:original="M 1506.5 967.5 L 1506.5 993.5 L 1547.5 993.5 L 1506.5 967.5 z "
+             style="fill:none;stroke:#4e9a06;stroke-width:1.4821049;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+             id="path13029"
+             d="m 1514.0938,981.3125 0,4.59375 7.2812,0 -7.2812,-4.59375 z"
+             transform="matrix(0.6585366,0,0,0.6912931,512.41382,368.94981)" />
+          <path
+             sodipodi:type="inkscape:offset"
+             inkscape:radius="-1.5219908"
+             inkscape:original="M 1506.5 967.5 L 1506.5 993.5 L 1547.5 993.5 L 1506.5 967.5 z "
+             style="opacity:0.7;fill:none;stroke:url(#linearGradient14422);stroke-width:1.4821049;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+             id="path13031"
+             d="m 1508.0312,970.28125 0,21.6875 34.2188,0 -34.2188,-21.6875 z"
+             transform="matrix(0.6585366,0,0,0.6912931,512.41534,368.6997)" />
+          <path
+             sodipodi:type="inkscape:offset"
+             inkscape:radius="-5.0711803"
+             inkscape:original="M 1507.5 969.3125 L 1507.5 992.5 L 1544.0625 992.5 L 1507.5 969.3125 z "
+             style="opacity:0.5;fill:none;stroke:url(#linearGradient14424);stroke-width:1.4821049;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+             id="path13033"
+             d="m 1512.5625,978.53125 0,8.90625 14.0625,0 -14.0625,-8.90625 z"
+             transform="matrix(0.6585366,0,0,0.6912931,512.41382,368.94981)" />
+          <rect
+             style="opacity:0.3;fill:#4e9a06;fill-opacity:1;stroke:none"
+             id="rect13039"
+             width="2.1537044"
+             height="1"
+             x="1053"
+             y="-1507"
+             transform="matrix(0,1,-1,0,0,0)" />
+          <rect
+             style="opacity:0.3;fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect13112"
+             width="2.1537044"
+             height="1"
+             x="1053"
+             y="-1509"
+             transform="matrix(0,1,-1,0,0,0)" />
+          <rect
+             style="opacity:0.3;fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect13114"
+             width="2.1537044"
+             height="1"
+             x="1053"
+             y="-1511"
+             transform="matrix(0,1,-1,0,0,0)" />
+          <rect
+             style="opacity:0.3;fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect13116"
+             width="2.1537044"
+             height="1"
+             x="1053"
+             y="-1513"
+             transform="matrix(0,1,-1,0,0,0)" />
+          <rect
+             style="opacity:0.3;fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect13118"
+             width="2.1537044"
+             height="1"
+             x="1053"
+             y="-1515"
+             transform="matrix(0,1,-1,0,0,0)" />
+          <rect
+             style="opacity:0.3;fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect13120"
+             width="2.1537044"
+             height="1"
+             x="1053"
+             y="-1517"
+             transform="matrix(0,1,-1,0,0,0)" />
+          <rect
+             style="opacity:0.3;fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect13122"
+             width="2.1537044"
+             height="1"
+             x="1053"
+             y="-1519"
+             transform="matrix(0,1,-1,0,0,0)" />
+          <rect
+             style="opacity:0.3;fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect13124"
+             width="2.1537044"
+             height="1"
+             x="1053"
+             y="-1521"
+             transform="matrix(0,1,-1,0,0,0)" />
+          <rect
+             style="opacity:0.3;fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect13126"
+             width="2.1537044"
+             height="1"
+             x="1053"
+             y="-1523"
+             transform="matrix(0,1,-1,0,0,0)" />
+          <rect
+             style="opacity:0.3;fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect13128"
+             width="2.1537044"
+             height="1"
+             x="1053"
+             y="-1525"
+             transform="matrix(0,1,-1,0,0,0)" />
+          <rect
+             style="opacity:0.3;fill:#4e9a06;fill-opacity:1;stroke:none;display:inline"
+             id="rect13130"
+             width="2.1537044"
+             height="1"
+             x="1053"
+             y="-1527"
+             transform="matrix(0,1,-1,0,0,0)" />
+        </g>
+      </g>
+      <g
+         id="use11802"
+         style="display:inline"
+         transform="translate(-415.99993,365)" />
+      <g
+         id="g13555"
+         transform="translate(32,-324)">
+        <rect
+           ry="6"
+           rx="30.842125"
+           transform="matrix(-1.1875,0,0,0.625001,307.75007,421)"
+           y="244"
+           x="60"
+           height="12"
+           width="176"
+           id="rect11492"
+           style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;display:inline;filter:url(#filter0-paper-sheet-orig-7);enable-background:new" />
+        <rect
+           transform="matrix(-0.887972,0,0,0.185729,245.28807,533.958)"
+           ry="9.0571833"
+           rx="4.9923911"
+           y="223.44104"
+           x="22.995396"
+           height="18.114367"
+           width="211.00461"
+           id="rect11494"
+           style="opacity:0.8;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter10-paper-sheet-orig-1);enable-background:new" />
+        <path
+           style="opacity:0.7;fill:url(#linearGradient11518);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter9-paper-sheet-orig-1);enable-background:new"
+           d="m 55.87243,47.32759 c -0.562656,0 -1,0.437344 -1,1 l -1.010863,157.76414 c 0,0.56266 0.437344,1 1,1 l 186.021723,0 c 0.56266,0 1,-0.43734 1,-1 L 240.87243,94.32759 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 z"
+           id="path11496"
+           transform="matrix(-0.989254,0,0,1.0129,278.28307,365.5305)"
+           sodipodi:nodetypes="cccccccscccc"
+           inkscape:connector-curvature="0" />
+        <g
+           id="g11498"
+           transform="matrix(-0.989254,0,0,1.02317,278.28307,365.04426)"
+           style="display:inline;enable-background:new">
+          <g
+             id="g11500">
+            <g
+               id="g11502"
+               transform="translate(19.8724,27.8276)">
+              <path
+                 sodipodi:nodetypes="ssssscssss"
+                 style="fill:url(#radialGradient11520);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,158.35872 c 0,0.56266 0.437344,1 1,1 l 184,0 c 0.56266,0 1,-1 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 z"
+                 id="path11504"
+                 inkscape:connector-curvature="0" />
+              <path
+                 sodipodi:nodetypes="csssssssscccc"
+                 id="path11506"
+                 d="m 36.5914,19.703893 c -0.559039,0 -0.993572,0.434533 -0.993572,0.993572 l 0,156.963805 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,-111.259502 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 z"
+                 style="fill:none;stroke:url(#radialGradient11522);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
+                 sodipodi:nodetypes="ssssssssss"
+                 id="path11508"
+                 d="m 36,19 c -0.562656,0 -1,0.437344 -1,1 l 0,158.35872 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 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
+                 sodipodi:nodetypes="csscssscscc"
+                 style="fill:url(#radialGradient11524);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,158.35872 c 0,0.56266 0.437344,1 1,1 l 0,-158.35872 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 z"
+                 id="path11510"
+                 inkscape:connector-curvature="0" />
+              <rect
+                 ry="1.015625"
+                 rx="1.015625"
+                 y="127.60873"
+                 x="35.5"
+                 height="51.25"
+                 width="184.5"
+                 id="rect11512"
+                 style="opacity:0.56024098;fill:url(#radialGradient11526-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+            </g>
+            <path
+               id="path11514"
+               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(#radialGradient11528);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(#radialGradient11530);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+             id="rect11516"
+             width="184.5"
+             height="1.5"
+             x="55.372429"
+             y="205.18631"
+             rx="1.015625"
+             ry="1.015625" />
+        </g>
+        <g
+           style="display:inline"
+           id="use11804"
+           transform="matrix(-1,0,0,1,280.00007,368.92652)">
+          <g
+             transform="matrix(0.989254,0,0,1.02317,21.3761,24.5901)"
+             id="g11454">
+            <path
+               transform="matrix(0.760482,0,0,0.873016,56.1232,8.48265)"
+               id="path11456"
+               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(#radialGradient11474);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="path11458"
+               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="czcssc"
+               id="path11462"
+               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(#linearGradient13585);fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter6-paper-sheet-orig-2-6)"
+               inkscape:connector-curvature="0" />
+            <path
+               style="fill:url(#radialGradient13583);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="path11464"
+               sodipodi:nodetypes="czcssc"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="czcssc"
+               id="path11466"
+               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(#radialGradient11482);fill-opacity:1;fill-rule:evenodd;stroke:none"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="ccccc"
+               id="path11468"
+               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(#radialGradient11484);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="path11470"
+               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(#radialGradient11486);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(#linearGradient13581);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+             d="m 193.5063,44.03033 c 13.412,0 25.03574,11.097459 30.40053,16.646189 5.3648,5.54873 16.0944,17.570977 16.0944,31.442801 0,-13.871824 -6.91592,-16.744571 -29.16755,-16.744571 -0.62887,0 -1.13786,-0.524958 -1.13786,-1.176876 0,-23.014514 -2.77752,-30.167543 -16.18952,-30.167543 z"
+             id="path11472"
+             sodipodi:nodetypes="czcssc"
+             inkscape:connector-curvature="0" />
+        </g>
+        <path
+           sodipodi:nodetypes="czc"
+           id="path6182"
+           d="m 59.480398,551.10103 c 0,0 51.477812,-2.03293 80.115642,-1.76777 28.63783,0.26517 34.43566,2.82843 34.43566,2.82843"
+           style="fill:none;stroke:#888a85;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+           inkscape:connector-curvature="0" />
+        <path
+           style="opacity:0.19021738;fill:url(#linearGradient5081-7);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           d="m 70.879883,445.34299 0.870117,-9 133.33328,0 0,21.42292 -142.953397,0 0,-12.26591 z"
+           id="rect5023"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccccc" />
+        <path
+           sodipodi:nodetypes="czc"
+           id="path6314"
+           d="m 205.14439,421.70049 c 0,0 1.14905,77.0598 1.41422,113.20785 0.26516,36.14805 -0.35356,31.38436 -0.35356,31.38436"
+           style="fill:none;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="czcczc"
+           id="path6534"
+           d="m 146.80808,524.58453 c 0,0 -20.15254,0.39775 -31.1127,0.35355 -10.96015,-0.0442 -12.72792,-0.53033 -12.72792,-0.53033 l 0.17678,15.2028 c 0,0 9.45756,-0.0884 18.91511,0 9.45755,0.0884 18.9151,0.35355 18.9151,0.35355"
+           style="fill:none;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path6141"
+           d="m 80.17163,483.99368 c -8.363824,-2.07578 -9.22938,-18.20994 1.18175,-16.68829 9.80581,1.70462 6.98933,16.29132 -2.624998,15.16662 -1.85648,0.248 -3.774887,0.11434 -5.55675,-0.47833"
+           style="fill:none;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccc"
+           id="path6160"
+           d="m 72.421632,506.36867 c 5.030233,9.10972 21.039468,-2.26625 13.449128,-9.47082 -6.08838,-8.87065 -18.912867,3.25189 -10.358839,10.02017 1.380209,1.90356 4.961239,1.97127 7.034709,3.57565"
+           style="fill:none;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="czc"
+           id="path6180"
+           d="m 60.89461,449.02459 c 0,0 0.883884,36.19292 1.414214,64.83074 0.53033,28.63783 -1.06066,39.72058 -1.06066,39.72058"
+           style="fill:none;stroke:#888a85;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="czc"
+           id="path6184"
+           d="m 53.823542,458.11648 c 0,0 54.977548,-1.32583 93.338098,-1.41422 38.36054,-0.0884 60.10408,1.06066 60.10408,1.06066"
+           style="fill:none;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="czc"
+           id="path6312"
+           d="m 75.308821,436.90328 c 0,0 38.192119,-1.23743 77.082999,-1.06066 38.89087,0.17678 65.4805,1.76777 65.4805,1.76777"
+           style="fill:none;stroke:#888a85;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+           inkscape:connector-curvature="0" />
+        <text
+           id="text6330"
+           y="479.49368"
+           x="94.046631"
+           style="font-size:12px;font-style:normal;font-weight:normal;fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+           xml:space="preserve"><tspan
+             style="fill:#888a85;font-family:TSCu_Comic"
+             y="479.49368"
+             x="94.046631"
+             id="tspan6332"
+             sodipodi:role="line">Label 1</tspan></text>
+        <text
+           id="text6334"
+           y="505.46732"
+           x="94.08374"
+           style="font-size:12px;font-style:normal;font-weight:normal;fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+           xml:space="preserve"><tspan
+             style="fill:#888a85;font-family:TSCu_Comic"
+             y="505.46732"
+             x="94.08374"
+             id="tspan6336"
+             sodipodi:role="line">Label 2</tspan></text>
+        <path
+           id="path6338"
+           d="m 85.40532,501.09655 c 0.18958,2.91732 -4.2747,5.13893 -7.303926,3.55135 -2.688852,-1.16736 -3.448229,-4.48213 -1.260777,-6.28492 1.912504,-1.77539 5.704573,-1.76407 7.455693,0.1797 0.71046,0.71235 1.13777,1.62745 1.10901,2.55387 z"
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           inkscape:connector-curvature="0" />
+      </g>
+      <g
+         id="g13466"
+         transform="matrix(-1,0,0,1,298,-359)">
+        <path
+           inkscape:connector-curvature="0"
+           transform="translate(-1197.9999,-536)"
+           clip-path="url(#clipPath12793)"
+           style="fill:#8ae234;fill-opacity:0.23214285;stroke:#73d216;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter12736)"
+           d="m 1252,1007 0,2 0,134 0,2 224,0 0,-2 -224,-136 z m 32,58.8438 74.375,45.1562 -74.375,0 0,-45.1562 z"
+           id="path12726"
+           sodipodi:nodetypes="ccccccccccc" />
+        <g
+           style="opacity:0.7;display:inline"
+           transform="translate(-1199.9999,-541)"
+           id="g12952">
+          <g
+             style="opacity:0.5;fill:#ffffff;display:inline"
+             id="g12891"
+             transform="translate(1,0)">
+            <g
+               transform="matrix(1,0,0,0.5,0,572)"
+               id="g12893"
+               style="fill:#ffffff">
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none"
+                 id="rect12895"
+                 width="1"
+                 height="8"
+                 x="1259"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12897"
+                 width="1"
+                 height="8"
+                 x="1267"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12899"
+                 width="1"
+                 height="8"
+                 x="1275"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12901"
+                 width="1"
+                 height="8"
+                 x="1283"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12903"
+                 width="1"
+                 height="8"
+                 x="1291"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12905"
+                 width="1"
+                 height="8"
+                 x="1299"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12908"
+                 width="1"
+                 height="8"
+                 x="1307"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12910"
+                 width="1"
+                 height="8"
+                 x="1315"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12912"
+                 width="1"
+                 height="8"
+                 x="1323"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12914"
+                 width="1"
+                 height="8"
+                 x="1331"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12916"
+                 width="1"
+                 height="8"
+                 x="1339"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12918"
+                 width="1"
+                 height="8"
+                 x="1347"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12920"
+                 width="1"
+                 height="8"
+                 x="1355"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12922"
+                 width="1"
+                 height="8"
+                 x="1363"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12924"
+                 width="1"
+                 height="8"
+                 x="1371"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12926"
+                 width="1"
+                 height="8"
+                 x="1379"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12928"
+                 width="1"
+                 height="8"
+                 x="1387"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12930"
+                 width="1"
+                 height="8"
+                 x="1395"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12932"
+                 width="1"
+                 height="8"
+                 x="1403"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12934"
+                 width="1"
+                 height="8"
+                 x="1411"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12936"
+                 width="1"
+                 height="8"
+                 x="1419"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12938"
+                 width="1"
+                 height="8"
+                 x="1427"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12940"
+                 width="1"
+                 height="8"
+                 x="1435"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12942"
+                 width="1"
+                 height="8"
+                 x="1443"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12944"
+                 width="1"
+                 height="8"
+                 x="1451"
+                 y="1136" />
+              <rect
+                 style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12946"
+                 width="1"
+                 height="8"
+                 x="1459"
+                 y="1136" />
+            </g>
+            <text
+               transform="scale(1.059466,-0.9438717)"
+               id="text12948"
+               y="-1204.048"
+               x="1187.3527"
+               style="font-size:8.47572803px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+               xml:space="preserve"><tspan
+                 style="font-size:4.23786402px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;font-family:Courier New;-inkscape-font-specification:Courier New Bold"
+                 y="-1204.048"
+                 x="1187.3527"
+                 id="tspan12950"
+                 sodipodi:role="line">0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25</tspan></text>
+          </g>
+          <g
+             id="g12860">
+            <g
+               transform="matrix(1,0,0,0.5,0,572)"
+               id="g12828">
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none"
+                 id="rect12722"
+                 width="1"
+                 height="8"
+                 x="1259"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12724"
+                 width="1"
+                 height="8"
+                 x="1267"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12726"
+                 width="1"
+                 height="8"
+                 x="1275"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12728"
+                 width="1"
+                 height="8"
+                 x="1283"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12730"
+                 width="1"
+                 height="8"
+                 x="1291"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12732"
+                 width="1"
+                 height="8"
+                 x="1299"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12734"
+                 width="1"
+                 height="8"
+                 x="1307"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12736"
+                 width="1"
+                 height="8"
+                 x="1315"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12738"
+                 width="1"
+                 height="8"
+                 x="1323"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12740"
+                 width="1"
+                 height="8"
+                 x="1331"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12742"
+                 width="1"
+                 height="8"
+                 x="1339"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12744"
+                 width="1"
+                 height="8"
+                 x="1347"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12746"
+                 width="1"
+                 height="8"
+                 x="1355"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12748"
+                 width="1"
+                 height="8"
+                 x="1363"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12750"
+                 width="1"
+                 height="8"
+                 x="1371"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12752"
+                 width="1"
+                 height="8"
+                 x="1379"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12754"
+                 width="1"
+                 height="8"
+                 x="1387"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12756"
+                 width="1"
+                 height="8"
+                 x="1395"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12758"
+                 width="1"
+                 height="8"
+                 x="1403"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12760"
+                 width="1"
+                 height="8"
+                 x="1411"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12762"
+                 width="1"
+                 height="8"
+                 x="1419"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12764"
+                 width="1"
+                 height="8"
+                 x="1427"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12766"
+                 width="1"
+                 height="8"
+                 x="1435"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12768"
+                 width="1"
+                 height="8"
+                 x="1443"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12770"
+                 width="1"
+                 height="8"
+                 x="1451"
+                 y="1136" />
+              <rect
+                 style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+                 id="rect12772"
+                 width="1"
+                 height="8"
+                 x="1459"
+                 y="1136" />
+            </g>
+            <text
+               transform="scale(1.059466,-0.9438717)"
+               id="text12856"
+               y="-1204.048"
+               x="1187.3527"
+               style="font-size:8.47572803px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
+               xml:space="preserve"><tspan
+                 style="font-size:4.23786402px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Courier New;-inkscape-font-specification:Courier New Bold"
+                 y="-1204.048"
+                 x="1187.3527"
+                 id="tspan12858"
+                 sodipodi:role="line">0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25</tspan></text>
+          </g>
+        </g>
+        <g
+           transform="translate(-1199.9999,-539)"
+           clip-path="url(#clipPath12688)"
+           id="g12680"
+           style="display:inline">
+          <path
+             inkscape:connector-curvature="0"
+             id="path12716"
+             d="m 1284,1062.8438 0,2 74.375,45.1562 3.2812,0 L 1284,1062.8438 z m -32,79.1562 0,2 224,0 0,-2 -224,0 z"
+             style="fill:#73d216;fill-opacity:1;stroke:none;display:inline" />
+          <g
+             id="g12674">
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccccccccccc"
+               id="path12667"
+               d="m 1252,1006 0,2 0,134 0,2 224,0 0,-2 -224,-136 z m 32,58.8438 74.375,45.1562 -74.375,0 0,-45.1562 z"
+               style="opacity:0.6;fill:#8ae234;fill-opacity:1;stroke:none;display:inline" />
+          </g>
+          <path
+             inkscape:connector-curvature="0"
+             id="rect11861"
+             d="m 1252,1008 0,136 224,0 -224,-136 z m 32,56.8438 77.6562,47.1562 -77.6562,0 0,-47.1562 z"
+             style="opacity:0.4;fill:url(#linearGradient13538);fill-opacity:1;stroke:none;display:inline" />
+          <path
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="ccccc"
+             id="path12829"
+             d="m 1253,1132 0,12 223,0 -19.75,-12 -203.25,0 z"
+             style="opacity:0.2;fill:url(#linearGradient13540);fill-opacity:1;stroke:none;display:inline" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path12712"
+             d="m 1252,1006 0,2 224,136 0,-2 -224,-136 z m 32,104 0,2 77.6562,0 -3.2812,-2 -74.375,0 z"
+             style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:none;stroke:#274d02;stroke-width:1.39999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter12692)"
+             d="m 1252,1006 0,2 0,134 0,2 224,0 0,-2 -224,-136 z m 32,58.8438 74.375,45.1562 -74.375,0 0,-45.1562 z"
+             id="path12678"
+             sodipodi:nodetypes="ccccccccccc" />
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>



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