[gtk-css-engine] [pioneer] Theme skeleton for the single-canvas approach.
- From: Robert Staudinger <robsta src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk-css-engine] [pioneer] Theme skeleton for the single-canvas approach.
- Date: Wed, 24 Jun 2009 17:41:41 +0000 (UTC)
commit a1afe24e7813d01163ad277959806806ef6564c4
Author: Robert Staudinger <robsta gnome org>
Date: Wed Jun 24 19:41:18 2009 +0200
[pioneer] Theme skeleton for the single-canvas approach.
Thanks to the designers for the template.
configure.in | 2 +
themes/Makefile.am | 2 +-
themes/pioneer/Makefile.am | 2 +
themes/pioneer/gtk-2.0/Makefile.am | 7 +
themes/pioneer/gtk-2.0/gtkrc | 19 +
themes/pioneer/gtk-2.0/gtkrc.css | 43 +
themes/pioneer/gtk-2.0/theme.svg |11458 ++++++++++++++++++++++++++++++++++++
7 files changed, 11532 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index fb3ba88..76615d7 100644
--- a/configure.in
+++ b/configure.in
@@ -157,6 +157,8 @@ AC_CONFIG_FILES([
themes/gtk-css-test/gtk-2.0/Makefile
themes/moblesse/Makefile
themes/moblesse/gtk-2.0/Makefile
+ themes/pioneer/Makefile
+ themes/pioneer/gtk-2.0/Makefile
themes/Thorwil/Makefile
themes/Thorwil/gtk-2.0/Makefile])
AC_OUTPUT
diff --git a/themes/Makefile.am b/themes/Makefile.am
index ad76ecd..5c5786b 100644
--- a/themes/Makefile.am
+++ b/themes/Makefile.am
@@ -1,4 +1,4 @@
-DIST_SUBDIRS = Gilouche-CSS gtk-css-test moblesse Thorwil
+DIST_SUBDIRS = Gilouche-CSS gtk-css-test moblesse pioneer Thorwil
SUBDIRS = moblesse
diff --git a/themes/pioneer/Makefile.am b/themes/pioneer/Makefile.am
new file mode 100644
index 0000000..2392cb5
--- /dev/null
+++ b/themes/pioneer/Makefile.am
@@ -0,0 +1,2 @@
+
+SUBDIRS = gtk-2.0
diff --git a/themes/pioneer/gtk-2.0/Makefile.am b/themes/pioneer/gtk-2.0/Makefile.am
new file mode 100644
index 0000000..3920561
--- /dev/null
+++ b/themes/pioneer/gtk-2.0/Makefile.am
@@ -0,0 +1,7 @@
+
+themedir = $(datadir)/themes/moblesse/gtk-2.0
+dist_theme_DATA = \
+ gtkrc \
+ gtkrc.css \
+ theme.svg
+
diff --git a/themes/pioneer/gtk-2.0/gtkrc b/themes/pioneer/gtk-2.0/gtkrc
new file mode 100644
index 0000000..f8dcffb
--- /dev/null
+++ b/themes/pioneer/gtk-2.0/gtkrc
@@ -0,0 +1,19 @@
+
+# Create an up-to-date file using "ccss-stylesheet-to-gtkrc" before
+# releasing and uncomment the next line.
+# include "generated.rc"
+
+# Set GtkSettings color scheme property.
+# This can be overriden (via an xsetting) with eg. the gnome-appearance-properties.
+# gtk_color_scheme =
+# "fg_color:#515c7d\nbg_color:#f3f0e4\nbase_color:#ffffff\ntext_color:#000000\nselected_bg_color:#688eb2\nselected_fg_color:#f5f5f0\ntooltip_bg_color:#515c7d\ntooltip_fg_color:#f5f5b5"
+
+style "default"
+{
+ engine "css"
+ {
+ href = "gtkrc.css"
+ }
+}
+widget_class "*" style "default"
+
diff --git a/themes/pioneer/gtk-2.0/gtkrc.css b/themes/pioneer/gtk-2.0/gtkrc.css
new file mode 100644
index 0000000..5c63c97
--- /dev/null
+++ b/themes/pioneer/gtk-2.0/gtkrc.css
@@ -0,0 +1,43 @@
+
+/*
+ * Styling that applies to all widgets.
+ */
+
+* {
+ /* FIXME: those need to be exported to gtkrc.
+ xthickness: 1;
+ ythickness: 1;
+ */
+
+ background-color: gtk-color(bg_color);
+ border-color: gtk-color(fg_color);
+ color: gtk-color(text_color);
+ /* Terminate recursion for properties inherited by the builtin stylesheet.
+ border-radius: none;
+ border-image: none;
+ FIXME ... once it works */
+}
+
+*:insensitive {
+ background: gtk-mix(0.5, bg_color, grey) ! important;
+ border-color: gtk-mix(0.5, fg_color, grey) ! important;
+ color: gtk-mix(0.5, text_color, grey) ! important;
+}
+
+
+GtkButton {
+ border-image: url(theme.svg#button) 8 9 6 9;
+}
+
+GtkButton:prelight {
+ border-image: url(theme.svg#button-prelight) 8 9 6 9;
+}
+
+GtkButton[has-focus=true] {
+ border-image: url(theme.svg#button-focused) 8 9 6 9;
+}
+
+GtkButton[has-focus=true]:prelight {
+ border-image: url(theme.svg#button-prelight-focused) 8 9 6 9;
+}
+
diff --git a/themes/pioneer/gtk-2.0/theme.svg b/themes/pioneer/gtk-2.0/theme.svg
new file mode 100644
index 0000000..5d75c7e
--- /dev/null
+++ b/themes/pioneer/gtk-2.0/theme.svg
@@ -0,0 +1,11458 @@
+<?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"
+ width="972"
+ height="1358.1467"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ sodipodi:docname="theme.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ inkscape:export-filename="/media/sdb8/software_artwork/kyudo/widgets/button_set.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ style="display:inline;enable-background:new">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient4794">
+ <stop
+ style="stop-color:#cfd6c6;stop-opacity:1;"
+ offset="0"
+ id="stop4796" />
+ <stop
+ style="stop-color:#bec6c1;stop-opacity:1;"
+ offset="1"
+ id="stop4798" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12039"
+ id="radialGradient13574"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0909091,0,0,7.3825746e-2,-40.77273,-407.0829)"
+ cx="455.375"
+ cy="637.87781"
+ fx="455.375"
+ fy="637.87781"
+ r="38.5" />
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 679.07336 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="972 : 679.07336 : 1"
+ inkscape:persp3d-origin="486 : 452.71558 : 1"
+ id="perspective1587" />
+ <linearGradient
+ id="linearGradient6128">
+ <stop
+ id="stop6130"
+ offset="0"
+ style="stop-color:#a7a7a7;stop-opacity:1;" />
+ <stop
+ id="stop6132"
+ offset="1"
+ style="stop-color:#747474;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6122">
+ <stop
+ id="stop6124"
+ offset="0"
+ style="stop-color:#969696;stop-opacity:1;" />
+ <stop
+ id="stop6126"
+ offset="1"
+ style="stop-color:#585858;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6058">
+ <stop
+ style="stop-color:#b1b4b0;stop-opacity:1"
+ offset="0"
+ id="stop6060" />
+ <stop
+ style="stop-color:#bdc0b9;stop-opacity:1;"
+ offset="0.5"
+ id="stop6068" />
+ <stop
+ style="stop-color:#c3c8be;stop-opacity:1;"
+ offset="1"
+ id="stop6062" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7750">
+ <stop
+ id="stop7752"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:0.79607844;" />
+ <stop
+ style="stop-color:#eceeec;stop-opacity:0.70682728;"
+ offset="0.5"
+ id="stop7754" />
+ <stop
+ id="stop7756"
+ offset="1"
+ style="stop-color:#f5f5f5;stop-opacity:0.16465864;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6223">
+ <stop
+ style="stop-color:#cdcdcd;stop-opacity:0.79607844;"
+ offset="0"
+ id="stop6225" />
+ <stop
+ id="stop6231"
+ offset="0.5"
+ style="stop-color:#757c75;stop-opacity:0.23694779;" />
+ <stop
+ style="stop-color:#020f0f;stop-opacity:0.12851405;"
+ offset="1"
+ id="stop6227" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4647">
+ <stop
+ id="stop4650"
+ offset="0"
+ style="stop-color:#999999;stop-opacity:1;" />
+ <stop
+ style="stop-color:#b3b3b3;stop-opacity:1;"
+ offset="0.01862307"
+ id="stop4652" />
+ <stop
+ id="stop4654"
+ offset="0.99373293"
+ style="stop-color:#b3b3b3;stop-opacity:1;" />
+ <stop
+ id="stop4656"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.25;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4609">
+ <stop
+ style="stop-color:#000000;stop-opacity:0.05042017;"
+ offset="0"
+ id="stop4612" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0.02521008;"
+ offset="1"
+ id="stop4614" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4641">
+ <stop
+ id="stop4643"
+ offset="0"
+ style="stop-color:#b3b3b3;stop-opacity:1;" />
+ <stop
+ style="stop-color:#b3b3b3;stop-opacity:1;"
+ offset="0.02678729"
+ id="stop4645" />
+ <stop
+ id="stop4647"
+ offset="0.99745375"
+ style="stop-color:#b8b8b8;stop-opacity:1;" />
+ <stop
+ id="stop4649"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.44970414;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4615">
+ <stop
+ style="stop-color:#b3b3b3;stop-opacity:1;"
+ offset="0"
+ id="stop4617" />
+ <stop
+ id="stop4619"
+ offset="0.01519885"
+ style="stop-color:#b3b3b3;stop-opacity:1;" />
+ <stop
+ style="stop-color:#b8b8b8;stop-opacity:1;"
+ offset="0.99745375"
+ id="stop4621" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.44970414;"
+ offset="1"
+ id="stop4623" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4605">
+ <stop
+ style="stop-color:#b3b3b3;stop-opacity:1;"
+ offset="0"
+ id="stop4607" />
+ <stop
+ id="stop4609"
+ offset="0.01519885"
+ style="stop-color:#b3b3b3;stop-opacity:0;" />
+ <stop
+ style="stop-color:#b3b3b3;stop-opacity:0;"
+ offset="0.99745375"
+ id="stop4611" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.44970414;"
+ offset="1"
+ id="stop4613" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4585">
+ <stop
+ id="stop4587"
+ offset="0"
+ style="stop-color:#b3b3b3;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bfbfbf;stop-opacity:1;"
+ offset="0.01519885"
+ id="stop4589" />
+ <stop
+ id="stop4591"
+ offset="0.99745375"
+ style="stop-color:#c7c7c7;stop-opacity:1;" />
+ <stop
+ id="stop4593"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0.44970414;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4548">
+ <stop
+ style="stop-color:#999999;stop-opacity:1;"
+ offset="0"
+ id="stop4550" />
+ <stop
+ id="stop4556"
+ offset="0.04743491"
+ style="stop-color:#b3b3b3;stop-opacity:1;" />
+ <stop
+ style="stop-color:#b3b3b3;stop-opacity:1;"
+ offset="0.99373293"
+ id="stop4558" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.25;"
+ offset="1"
+ id="stop4552" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4547">
+ <stop
+ id="stop4549"
+ offset="0"
+ style="stop-color:#c8ccc4;stop-opacity:0;" />
+ <stop
+ style="stop-color:#bcc0ba;stop-opacity:0.31932774;"
+ offset="0.70689654"
+ id="stop4553" />
+ <stop
+ id="stop4551"
+ offset="1"
+ style="stop-color:#b1b5b0;stop-opacity:0.53725493;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13503"
+ id="linearGradient13566"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238685,0,0,0.6363636,-6.088955,-475.08521)"
+ x1="252.83022"
+ y1="164.25705"
+ x2="252.83022"
+ y2="282.31308" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12021"
+ id="linearGradient13568"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238685,0,0,0.6363637,-6.1317241,-445.08522)"
+ x1="252.83022"
+ y1="164.25705"
+ x2="252.83022"
+ y2="282.31308" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12015"
+ id="linearGradient13570"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0243902,0,0,0.6363635,93.756106,-475.08519)"
+ x1="252.83022"
+ y1="150.50705"
+ x2="252.83022"
+ y2="252.09102" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12027"
+ id="linearGradient13576"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0238689,0,0,0.6363637,93.910961,-445.08522)"
+ x1="252.83022"
+ y1="150.50705"
+ x2="252.83022"
+ y2="252.09102" />
+ <linearGradient
+ id="linearGradient13503">
+ <stop
+ id="stop13505"
+ offset="0"
+ style="stop-color:#cbccc7;stop-opacity:1;" />
+ <stop
+ id="stop13507"
+ offset="1"
+ style="stop-color:#929996;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5121">
+ <stop
+ style="stop-color:#aac2a3;stop-opacity:1;"
+ offset="0"
+ id="stop5123" />
+ <stop
+ id="stop5125"
+ offset="0.50933713"
+ style="stop-color:#bed3aa;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bcd1ac;stop-opacity:1;"
+ offset="0.7675342"
+ id="stop5127" />
+ <stop
+ style="stop-color:#d8dfd2;stop-opacity:1;"
+ offset="1"
+ id="stop5129" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4214">
+ <stop
+ id="stop4216"
+ offset="0"
+ style="stop-color:#b2b4b1;stop-opacity:1;" />
+ <stop
+ id="stop4218"
+ offset="1"
+ style="stop-color:#caccc8;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4942">
+ <stop
+ style="stop-color:#c0ebb3;stop-opacity:1;"
+ offset="0"
+ id="stop4944" />
+ <stop
+ id="stop4946"
+ offset="0.11609639"
+ style="stop-color:#bef08f;stop-opacity:1;" />
+ <stop
+ style="stop-color:#d7f7bf;stop-opacity:1;"
+ offset="0.88239443"
+ id="stop4948" />
+ <stop
+ style="stop-color:#e9fed5;stop-opacity:1;"
+ offset="1"
+ id="stop4950" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3784">
+ <stop
+ id="stop3786"
+ offset="0"
+ style="stop-color:#aac2a3;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bed3aa;stop-opacity:1;"
+ offset="0.1439524"
+ id="stop3788" />
+ <stop
+ id="stop3790"
+ offset="0.88239443"
+ style="stop-color:#bcd1ac;stop-opacity:1;" />
+ <stop
+ id="stop3792"
+ offset="1"
+ style="stop-color:#d8dfd2;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3776">
+ <stop
+ id="stop3778"
+ offset="0"
+ style="stop-color:#ebebeb;stop-opacity:1;" />
+ <stop
+ id="stop3780"
+ offset="1"
+ style="stop-color:#c3d1c6;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3770">
+ <stop
+ id="stop3772"
+ offset="0"
+ style="stop-color:#c5e6b8;stop-opacity:1;" />
+ <stop
+ id="stop3774"
+ offset="1"
+ style="stop-color:#caf0bc;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3764">
+ <stop
+ style="stop-color:#b6e0a7;stop-opacity:1;"
+ offset="0"
+ id="stop3766" />
+ <stop
+ style="stop-color:#c3eab4;stop-opacity:1;"
+ offset="1"
+ id="stop3768" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3758">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3760" />
+ <stop
+ style="stop-color:#d9e3de;stop-opacity:1;"
+ offset="1"
+ id="stop3762" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3752">
+ <stop
+ id="stop3754"
+ offset="0"
+ style="stop-color:#f7f9f2;stop-opacity:1;" />
+ <stop
+ id="stop3756"
+ offset="1"
+ style="stop-color:#d5e0db;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7235">
+ <stop
+ style="stop-color:#cfcfcf;stop-opacity:1;"
+ offset="0"
+ id="stop7237" />
+ <stop
+ style="stop-color:#cfcfcf;stop-opacity:0;"
+ offset="1"
+ id="stop7239" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3898">
+ <stop
+ id="stop3900"
+ offset="0"
+ style="stop-color:#c8ccc4;stop-opacity:1" />
+ <stop
+ id="stop3902"
+ offset="1"
+ style="stop-color:#9da19c;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3723">
+ <stop
+ id="stop3725"
+ offset="0"
+ style="stop-color:#b1b4b0;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bec0bc;stop-opacity:1;"
+ offset="0.13649371"
+ id="stop3727" />
+ <stop
+ id="stop3729"
+ offset="0.97758192"
+ style="stop-color:#bec2bb;stop-opacity:1;" />
+ <stop
+ id="stop3731"
+ offset="1"
+ style="stop-color:#d8dbd6;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3705">
+ <stop
+ style="stop-color:#b1b4b0;stop-opacity:1;"
+ offset="0"
+ id="stop3707" />
+ <stop
+ id="stop3709"
+ offset="0.13649371"
+ style="stop-color:#bec0bc;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bec2bb;stop-opacity:1;"
+ offset="0.97758192"
+ id="stop3713" />
+ <stop
+ style="stop-color:#d8dbd6;stop-opacity:1;"
+ offset="1"
+ id="stop3711" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4100">
+ <stop
+ style="stop-color:#e3e5e1;stop-opacity:1;"
+ offset="0"
+ id="stop4102" />
+ <stop
+ style="stop-color:#e2e6dd;stop-opacity:1;"
+ offset="1"
+ id="stop4104" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3989">
+ <stop
+ style="stop-color:#cadbbc;stop-opacity:1"
+ offset="0"
+ id="stop3991" />
+ <stop
+ style="stop-color:#c5d4c3;stop-opacity:1"
+ offset="1"
+ id="stop3993" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3979">
+ <stop
+ style="stop-color:#e2fad6;stop-opacity:1"
+ offset="0"
+ id="stop3981" />
+ <stop
+ style="stop-color:#c7e2d4;stop-opacity:1"
+ offset="1"
+ id="stop3983" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3969">
+ <stop
+ id="stop3971"
+ offset="0"
+ style="stop-color:#dbe9c6;stop-opacity:1;" />
+ <stop
+ id="stop3973"
+ offset="1"
+ style="stop-color:#b0ccbb;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3844">
+ <stop
+ id="stop3849"
+ offset="0"
+ style="stop-color:#ecffe5;stop-opacity:1;" />
+ <stop
+ id="stop3851"
+ offset="1"
+ style="stop-color:#cdffbd;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3883">
+ <stop
+ id="stop3885"
+ offset="0"
+ style="stop-color:#b3b3b3;stop-opacity:1;" />
+ <stop
+ style="stop-color:#bdbfbb;stop-opacity:1;"
+ offset="0.5"
+ id="stop3703" />
+ <stop
+ id="stop3887"
+ offset="1"
+ style="stop-color:#dcdfda;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3877">
+ <stop
+ id="stop3879"
+ offset="0"
+ style="stop-color:#d1d4ce;stop-opacity:1" />
+ <stop
+ id="stop3881"
+ offset="1"
+ style="stop-color:#cbcfc7;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3863">
+ <stop
+ id="stop3865"
+ offset="0"
+ style="stop-color:#d9dcd6;stop-opacity:1;" />
+ <stop
+ id="stop3867"
+ offset="1"
+ style="stop-color:#bfc2be;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3857">
+ <stop
+ id="stop3859"
+ offset="0"
+ style="stop-color:#edefec;stop-opacity:1;" />
+ <stop
+ id="stop3861"
+ offset="1"
+ style="stop-color:#d1d7d4;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3818">
+ <stop
+ style="stop-color:#e0e2dd;stop-opacity:1"
+ offset="0"
+ id="stop3820" />
+ <stop
+ style="stop-color:#ccd3d0;stop-opacity:1"
+ offset="1"
+ id="stop3822" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3690">
+ <stop
+ id="stop3692"
+ offset="0"
+ style="stop-color:#d9dcd6;stop-opacity:1" />
+ <stop
+ id="stop3696"
+ offset="1"
+ style="stop-color:#dfe3da;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3250">
+ <stop
+ style="stop-color:#c8ccc4;stop-opacity:1"
+ offset="0"
+ id="stop3432" />
+ <stop
+ style="stop-color:#b1b4b0;stop-opacity:1"
+ offset="1"
+ id="stop3254" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3883"
+ id="linearGradient3668"
+ gradientUnits="userSpaceOnUse"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218"
+ gradientTransform="matrix(1,0,0,0.7714286,0,241.48666)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient3526"
+ gradientUnits="userSpaceOnUse"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218"
+ gradientTransform="translate(0,0.1467259)" />
+ <filter
+ inkscape:collect="always"
+ id="filter3824">
+ <feBlend
+ inkscape:collect="always"
+ mode="multiply"
+ in2="BackgroundImage"
+ id="feBlend3826" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3863"
+ id="linearGradient3853"
+ gradientUnits="userSpaceOnUse"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218"
+ gradientTransform="translate(0,44.146726)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient3855"
+ gradientUnits="userSpaceOnUse"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253"
+ gradientTransform="translate(0,44.146726)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3705"
+ id="linearGradient3873"
+ gradientUnits="userSpaceOnUse"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="197.4783"
+ gradientTransform="translate(0,88.146721)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3877"
+ id="linearGradient3875"
+ gradientUnits="userSpaceOnUse"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253"
+ gradientTransform="translate(0,88.146726)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3831"
+ gradientUnits="userSpaceOnUse"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218"
+ gradientTransform="translate(100,0.1467259)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient3833"
+ gradientUnits="userSpaceOnUse"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253"
+ gradientTransform="translate(100,0.1467259)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3835"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,44.146726)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient3837"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,44.146726)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3723"
+ id="linearGradient3867"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,88.146721)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="197.48718" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3877"
+ id="linearGradient3869"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,88.146726)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient3945"
+ gradientUnits="userSpaceOnUse"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218"
+ gradientTransform="translate(200,0.1467259)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3969"
+ id="linearGradient3947"
+ gradientUnits="userSpaceOnUse"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253"
+ gradientTransform="translate(200,0.1467259)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3863"
+ id="linearGradient3949"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(200,44.146726)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3979"
+ id="linearGradient3951"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(200,44.146726)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3883"
+ id="linearGradient3953"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(200,88.146721)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3989"
+ id="linearGradient3955"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(200,88.146726)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3957"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(300,0.1467259)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3961"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(300,44.146726)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3883"
+ id="linearGradient3965"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(300,88.146721)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3979"
+ id="linearGradient3987"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(300,44.146726)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3989"
+ id="linearGradient3997"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(300,88.146726)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient4054"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,100,241.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient3735"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,132.19698)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3969"
+ id="linearGradient2971"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(300,0.1467259)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient2974"
+ gradientUnits="userSpaceOnUse"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253"
+ gradientTransform="translate(0,0.1467259)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3690"
+ id="linearGradient2985"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,100,243.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3690"
+ id="linearGradient2988"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,0,243.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3883"
+ id="linearGradient3056"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,200,277.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4100"
+ id="linearGradient3058"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,200,279.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3066"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,300,277.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4100"
+ id="linearGradient3068"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,300,279.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3908"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795564,2.0438419e-5,-32.059972)"
+ x1="494.99997"
+ y1="371.73221"
+ x2="494.99997"
+ y2="380.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3989"
+ id="linearGradient3910"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795564,2.0438419e-5,-32.059972)"
+ x1="494.99997"
+ y1="371.73221"
+ x2="494.99997"
+ y2="380.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3972"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795544,-7.0197703e-8,-31.418307)"
+ x1="491.25"
+ y1="381.36218"
+ x2="491.25"
+ y2="389.99219" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3989"
+ id="linearGradient3974"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795544,-7.0197703e-8,-31.418307)"
+ x1="491.25"
+ y1="381.36218"
+ x2="491.25"
+ y2="389.99219" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3883"
+ id="linearGradient4004"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,200,313.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4100"
+ id="linearGradient4006"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,200,315.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient4008"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,300,313.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4100"
+ id="linearGradient4010"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,300,315.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3877"
+ id="linearGradient4012"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795564,2.0438419e-5,3.9400279)"
+ x1="494.99997"
+ y1="371.73221"
+ x2="494.99997"
+ y2="380.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3705"
+ id="linearGradient4014"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795564,2.0438419e-5,3.9400279)"
+ x1="494.99997"
+ y1="371.73221"
+ x2="494.99997"
+ y2="380.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient4040"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795564,100.00002,-32.059972)"
+ x1="494.99997"
+ y1="371.73221"
+ x2="494.99997"
+ y2="380.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3989"
+ id="linearGradient4042"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795564,100.00002,-32.059972)"
+ x1="494.99997"
+ y1="371.73221"
+ x2="494.99997"
+ y2="380.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient4053"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795544,100,-31.418307)"
+ x1="491.25"
+ y1="381.36218"
+ x2="491.25"
+ y2="389.99219" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3989"
+ id="linearGradient4055"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795544,100,-31.418307)"
+ x1="491.25"
+ y1="381.36218"
+ x2="491.25"
+ y2="389.99219" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3883"
+ id="linearGradient4102"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,200,349.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4100"
+ id="linearGradient4104"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,200,351.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient4106"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,300,349.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4100"
+ id="linearGradient4108"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,300,351.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3877"
+ id="linearGradient4114"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795544,-7.0197703e-8,4.5816929)"
+ x1="491.25"
+ y1="381.36218"
+ x2="491.25"
+ y2="389.99219" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3705"
+ id="linearGradient4116"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795544,-7.0197703e-8,4.5816929)"
+ x1="491.25"
+ y1="381.36218"
+ x2="491.25"
+ y2="389.99219" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3877"
+ id="linearGradient4144"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795564,100.00002,3.9400279)"
+ x1="494.99997"
+ y1="371.73221"
+ x2="494.99997"
+ y2="380.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3705"
+ id="linearGradient4146"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795564,100.00002,3.9400279)"
+ x1="494.99997"
+ y1="371.73221"
+ x2="494.99997"
+ y2="380.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3877"
+ id="linearGradient4152"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795544,100,4.5816929)"
+ x1="491.25"
+ y1="381.36218"
+ x2="491.25"
+ y2="389.99219" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3705"
+ id="linearGradient4154"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795544,100,4.5816929)"
+ x1="491.25"
+ y1="381.36218"
+ x2="491.25"
+ y2="389.99219" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient4186"
+ x1="492.125"
+ y1="550.36218"
+ x2="492.125"
+ y2="560.39026"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-35.853274)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient4198"
+ x1="492.95755"
+ y1="562.32404"
+ x2="492.95755"
+ y2="571.87476"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-35.853274)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient2732"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-71.853274)"
+ x1="492.95755"
+ y1="562.32404"
+ x2="492.95755"
+ y2="571.87476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient2734"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-71.853274)"
+ x1="492.125"
+ y1="550.36218"
+ x2="492.125"
+ y2="560.39026" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient2744"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,-71.853274)"
+ x1="492.95755"
+ y1="562.32404"
+ x2="492.95755"
+ y2="571.87476" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient2746"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,-71.853274)"
+ x1="492.125"
+ y1="550.36218"
+ x2="492.125"
+ y2="560.39026" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3883"
+ id="linearGradient2894"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,400,277.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4100"
+ id="linearGradient2896"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,400,279.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient2898"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,500,277.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4100"
+ id="linearGradient2900"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,500,279.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3883"
+ id="linearGradient2934"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,400,313.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4100"
+ id="linearGradient2936"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,400,315.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient2938"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,500,313.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4100"
+ id="linearGradient2940"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,500,315.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3883"
+ id="linearGradient2954"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,400,349.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4100"
+ id="linearGradient2956"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,400,351.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient2958"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,500,349.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4100"
+ id="linearGradient2960"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,500,351.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3863"
+ id="linearGradient3012"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.3095238,0,0,0.7142857,604.76191,287.82161)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient3014"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2926829,0,0,0.6969697,609.07318,290.95344)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient3830"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.3095237,0,0,0.7142857,604.76191,323.82164)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient5014"
+ gradientUnits="userSpaceOnUse"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218"
+ gradientTransform="translate(400,0.1467259)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3863"
+ id="linearGradient5016"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(400,44.146726)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient5018"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(400,44.146726)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient5024"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(500,0.1467259)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient5028"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(500,44.146726)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient5030"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(500,44.146726)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient5038"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(400,132.19698)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient7182"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(400,0.1467259)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient7185"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(500,0.1467259)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7235"
+ id="linearGradient7245"
+ gradientUnits="userSpaceOnUse"
+ x1="694.70978"
+ y1="394.36218"
+ x2="694.70978"
+ y2="368.35843"
+ gradientTransform="translate(0,36.146726)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7235"
+ id="linearGradient7249"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,72.146726)"
+ x1="694.70978"
+ y1="394.36218"
+ x2="694.70978"
+ y2="368.35843" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3863"
+ id="linearGradient7311"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.3095238,0,0,0.7142857,704.76191,287.82161)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient7319"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2926829,0,0,0.6969697,709.07318,290.95344)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient7321"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.3095237,0,0,0.7142857,704.76191,323.82164)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7235"
+ id="linearGradient7323"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,36.146726)"
+ x1="694.70978"
+ y1="394.36218"
+ x2="694.70978"
+ y2="368.35843" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7235"
+ id="linearGradient7325"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,72.146726)"
+ x1="694.70978"
+ y1="394.36218"
+ x2="694.70978"
+ y2="368.35843" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3857"
+ id="linearGradient7329"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.304878,0,0,0.7575757,606.45122,387.99211)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient7387"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-180.80302)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3889"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,300,241.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3883"
+ id="linearGradient3891"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,200,241.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3690"
+ id="linearGradient3893"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,300,243.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3690"
+ id="linearGradient3895"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,200,243.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient3897"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795564,2.0438419e-5,-68.059972)"
+ x1="494.99997"
+ y1="371.73221"
+ x2="494.99997"
+ y2="380.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3898"
+ id="linearGradient3899"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795564,2.0438419e-5,-68.059972)"
+ x1="494.99997"
+ y1="371.73221"
+ x2="494.99997"
+ y2="380.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient3901"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795544,-7.0197703e-8,-67.418307)"
+ x1="491.25"
+ y1="381.36218"
+ x2="491.25"
+ y2="389.99219" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3898"
+ id="linearGradient3903"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795544,-7.0197703e-8,-67.418307)"
+ x1="491.25"
+ y1="381.36218"
+ x2="491.25"
+ y2="389.99219" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient3905"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795564,100.00002,-68.059972)"
+ x1="494.99997"
+ y1="371.73221"
+ x2="494.99997"
+ y2="380.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3898"
+ id="linearGradient3907"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795564,100.00002,-68.059972)"
+ x1="494.99997"
+ y1="371.73221"
+ x2="494.99997"
+ y2="380.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient3909"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795544,100,-67.418307)"
+ x1="491.25"
+ y1="381.36218"
+ x2="491.25"
+ y2="389.99219" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3898"
+ id="linearGradient3911"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.1795544,100,-67.418307)"
+ x1="491.25"
+ y1="381.36218"
+ x2="491.25"
+ y2="389.99219" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3913"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,500,241.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3883"
+ id="linearGradient3915"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7714286,400,241.48666)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient3921"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.3095237,0,0,0.7142858,604.76191,251.82162)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient3923"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2926829,0,0,0.6969697,609.07317,254.95346)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7235"
+ id="linearGradient3925"
+ gradientUnits="userSpaceOnUse"
+ x1="694.70978"
+ y1="394.36218"
+ x2="694.70978"
+ y2="368.35843"
+ gradientTransform="translate(0,0.1467259)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient3927"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.3095237,0,0,0.7142858,704.76191,251.82162)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient3929"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2926829,0,0,0.6969697,709.07317,254.95346)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7235"
+ id="linearGradient3931"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,0.1467259)"
+ x1="694.70978"
+ y1="394.36218"
+ x2="694.70978"
+ y2="368.35843" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3690"
+ id="linearGradient3094"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,400,243.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3690"
+ id="linearGradient3097"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.7575757,500,243.99212)"
+ x1="253"
+ y1="164.36218"
+ x2="253"
+ y2="197.39626" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3770"
+ id="linearGradient4072"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,-312.85327)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4942"
+ id="linearGradient4074"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,-312.85328)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="197.48718" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3770"
+ id="linearGradient4076"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-312.85327)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3784"
+ id="linearGradient4078"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-312.85328)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="197.4783" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4080"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-444.85327)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3764"
+ id="linearGradient4082"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,-356.85327)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4942"
+ id="linearGradient4084"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,-356.85328)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="197.48718" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3758"
+ id="linearGradient4086"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,-400.85327)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient4088"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,-400.85327)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4090"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,-444.85327)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient4092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,-444.85327)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3764"
+ id="linearGradient4094"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-356.85327)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3784"
+ id="linearGradient4096"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-356.85328)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="197.4783" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3758"
+ id="linearGradient4098"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-400.85327)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3776"
+ id="linearGradient4101"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-400.85327)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3776"
+ id="linearGradient4103"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-444.85327)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4270"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3784"
+ id="linearGradient4342"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-224.85328)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="197.4783" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3770"
+ id="linearGradient4344"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-224.85327)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4942"
+ id="linearGradient4346"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,-224.85328)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="197.48718" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3770"
+ id="linearGradient4348"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,-224.85327)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4354"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3784"
+ id="linearGradient4380"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-268.85328)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="197.4783" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3764"
+ id="linearGradient4382"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-268.85327)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4942"
+ id="linearGradient4384"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,-268.85328)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="197.48718" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3764"
+ id="linearGradient4386"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(100,-268.85327)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4852"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4866"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4214"
+ id="linearGradient3442"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-136.85327)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4214"
+ id="linearGradient4223"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-92.853274)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4227"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,209.13415,-92.853297)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4231"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,214.13416,-92.8533)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4235"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,219.13415,-92.8533)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4243"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,224.13415,-92.853301)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4245"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,229.13416,-92.853304)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,234.13415,-92.853304)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4261"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,239.13415,-92.853304)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4263"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,244.13416,-92.853307)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4265"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,249.13415,-92.853307)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4267"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,254.13415,-92.853308)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4269"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,259.13416,-92.853311)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4271"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,264.13415,-92.853311)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4285"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,269.13417,-92.8533)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4287"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,274.13418,-92.853303)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4289"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,279.13417,-92.853303)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4291"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.6585367e-2,0,0,1,284.13417,-92.853304)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4214"
+ id="linearGradient4836"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341464,0,0,0.3333334,398.15858,26.721501)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3764"
+ id="linearGradient4850"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,398.15854,-149.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3784"
+ id="linearGradient4853"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,392.88097,-156.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3770"
+ id="linearGradient4861"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,398.15854,-193.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3784"
+ id="linearGradient4865"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,392.88097,-200.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4869"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341464,0,0,0.3348568,398.15853,-61.528894)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3764"
+ id="linearGradient4875"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,398.15854,-237.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3784"
+ id="linearGradient4879"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,392.88097,-244.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3758"
+ id="linearGradient4893"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333333,398.15854,-281.27847)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3776"
+ id="linearGradient4897"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,392.88095,-288.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4901"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333333,398.15854,-325.27847)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3776"
+ id="linearGradient4905"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,392.88095,-332.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3770"
+ id="linearGradient4909"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,398.15854,-105.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3784"
+ id="linearGradient4913"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,392.88097,-112.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4214"
+ id="linearGradient4917"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341464,0,0,0.3333334,398.15854,-17.278496)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3764"
+ id="linearGradient4925"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,498.15854,-149.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4942"
+ id="linearGradient4929"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,492.88097,-156.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3770"
+ id="linearGradient4937"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,498.15854,-193.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4942"
+ id="linearGradient4940"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,492.88097,-200.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3764"
+ id="linearGradient4944"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,498.15854,-237.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4942"
+ id="linearGradient4947"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,492.88097,-244.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3758"
+ id="linearGradient4958"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333333,498.15854,-281.27847)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient4961"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,492.88095,-288.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4964"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333333,498.15854,-325.27847)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient4967"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,492.88095,-332.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3770"
+ id="linearGradient4971"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,498.15854,-105.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4942"
+ id="linearGradient4974"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,492.88097,-112.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4214"
+ id="linearGradient4981"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341464,0,0,0.3333334,598.15858,26.721501)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3764"
+ id="linearGradient4995"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,598.15854,-149.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5121"
+ id="linearGradient4998"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,592.88097,-156.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3770"
+ id="linearGradient5006"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,598.15854,-193.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5121"
+ id="linearGradient5009"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,592.88097,-200.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient5012"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341464,0,0,0.3348568,598.15853,-61.528894)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3764"
+ id="linearGradient5017"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,598.15854,-237.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5121"
+ id="linearGradient5020"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,592.88097,-244.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="200.38139" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3758"
+ id="linearGradient5033"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333333,598.15854,-281.27847)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3776"
+ id="linearGradient5036"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,592.88095,-288.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient5039"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333333,598.15854,-325.27847)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3776"
+ id="linearGradient5042"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,592.88095,-332.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3770"
+ id="linearGradient5046"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,598.15854,-105.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5121"
+ id="linearGradient5049"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,592.88097,-112.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4214"
+ id="linearGradient5052"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341464,0,0,0.3333334,598.15854,-17.278496)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3764"
+ id="linearGradient5060"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,698.15854,-149.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4942"
+ id="linearGradient5063"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,692.88097,-156.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3770"
+ id="linearGradient5071"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,698.15854,-193.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4942"
+ id="linearGradient5074"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,692.88097,-200.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3764"
+ id="linearGradient5078"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,698.15854,-237.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4942"
+ id="linearGradient5081"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,692.88097,-244.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3758"
+ id="linearGradient5092"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333333,698.15854,-281.27847)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient5095"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,692.88095,-288.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient5098"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333333,698.15854,-325.27847)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient5101"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,692.88095,-332.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3770"
+ id="linearGradient5105"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1341463,0,0,0.3333334,698.15854,-105.27849)"
+ x1="252.83022"
+ y1="152.36218"
+ x2="252.83022"
+ y2="208.86253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4942"
+ id="linearGradient5108"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.1547619,0,0,0.3714286,692.88097,-112.16847)"
+ x1="256"
+ y1="163.36218"
+ x2="255.99989"
+ y2="198.36217" />
+ <linearGradient
+ id="linearGradient12015">
+ <stop
+ id="stop12017"
+ offset="0"
+ style="stop-color:#cbccc7;stop-opacity:1;" />
+ <stop
+ id="stop12019"
+ offset="1"
+ style="stop-color:#929996;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12021">
+ <stop
+ id="stop12023"
+ offset="0"
+ style="stop-color:#cbccc7;stop-opacity:1;" />
+ <stop
+ id="stop12025"
+ offset="1"
+ style="stop-color:#929996;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12027">
+ <stop
+ id="stop12029"
+ offset="0"
+ style="stop-color:#cbccc7;stop-opacity:1;" />
+ <stop
+ id="stop12031"
+ offset="1"
+ style="stop-color:#929996;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12033">
+ <stop
+ style="stop-color:#e5e6e0;stop-opacity:1;"
+ offset="0"
+ id="stop12035" />
+ <stop
+ style="stop-color:#c3ccc8;stop-opacity:1;"
+ offset="1"
+ id="stop12037" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient12039">
+ <stop
+ style="stop-color:#999999;stop-opacity:1;"
+ offset="0"
+ id="stop12041" />
+ <stop
+ style="stop-color:#999999;stop-opacity:0;"
+ offset="1"
+ id="stop12043" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient4508"
+ x1="341.98633"
+ y1="598.36218"
+ x2="341.98633"
+ y2="666.45374"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9998347,0,0,0.9850756,3.5407443e-2,10.08439)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient4507"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6190476,0,0,0.6857143,132.52381,464.4891)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient4509"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6219513,0,0,0.6666667,131.28048,467.93409)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient4517"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5952381,0,0,0.6857143,189.61905,464.48911)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient4519"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5975611,0,0,0.6666668,188.52438,467.93406)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4539"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.2317075,0,0,2.0151517,-265.8171,268.29418)"
+ x1="252.83022"
+ y1="152.45087"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4547"
+ id="linearGradient4543"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.5833334,0,0,0.7142856,-73.833367,457.82164)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient4657"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9998347,0,0,0.9850756,200.0354,10.08439)"
+ x1="341.98633"
+ y1="598.36218"
+ x2="341.98633"
+ y2="666.45374" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4660"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.2317075,0,0,2.0151517,-65.8171,268.29418)"
+ x1="252.83022"
+ y1="152.45087"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient4663"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6097562,0,0,0.6666668,384.90243,467.93406)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient4666"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6071429,0,0,0.6857143,386.07143,464.48911)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient4669"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6219513,0,0,0.6666667,281.28048,467.93409)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient4672"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6190476,0,0,0.6857143,281.52381,464.4891)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4547"
+ id="linearGradient4675"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9642859,0,0,0.7142856,310.64282,457.82164)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4547"
+ id="linearGradient4704"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6071429,0,0,0.7142856,284.07143,457.82164)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4547"
+ id="linearGradient4731"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.3690478,0,0,0.7142856,688.02377,457.82164)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4547"
+ id="linearGradient4733"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6071429,0,0,0.7142856,484.07143,457.82164)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient4735"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2261904,0,0,0.6857143,351.59524,464.4891)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4743"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.2439026,0,0,2.0262851,131.56095,266.59688)"
+ x1="252.83022"
+ y1="152.45087"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3250"
+ id="linearGradient4745"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9998347,0,0,0.9850756,400.03539,10.08439)"
+ x1="341.98633"
+ y1="598.36218"
+ x2="341.98633"
+ y2="666.45374" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4547"
+ id="linearGradient4754"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6071429,0,0,0.7142856,535.07142,457.82163)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient4756"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.5975611,0,0,0.6666667,537.52437,467.93408)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3818"
+ id="linearGradient4761"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.6097562,0,0,0.6666667,483.90244,467.93411)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4547"
+ id="linearGradient4768"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.2142857,0,0,0.7142856,354.14287,457.8216)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4548"
+ id="linearGradient4554"
+ x1="305.90851"
+ y1="712.56836"
+ x2="305.90851"
+ y2="813.77441"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0002125,0,0,0.6448459,2.6496272e-2,243.16929)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4585"
+ id="linearGradient4568"
+ gradientUnits="userSpaceOnUse"
+ x1="330.90851"
+ y1="814.39935"
+ x2="330.90851"
+ y2="713.94666"
+ gradientTransform="matrix(1.0002134,0,0,0.6448477,200.0262,243.16791)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4615"
+ id="linearGradient4599"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0002125,0,0,0.6448458,400.02655,243.16927)"
+ x1="330.90851"
+ y1="814.39935"
+ x2="330.90851"
+ y2="714.23212" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4605"
+ id="linearGradient4603"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9893663,0,0,0.6251585,403.34442,258.20044)"
+ x1="341.65866"
+ y1="712.59753"
+ x2="341.50055"
+ y2="813.50861" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4641"
+ id="linearGradient4635"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9892812,0,0,0.6448459,602.37049,243.16932)"
+ x1="315.65393"
+ y1="712.58075"
+ x2="315.65393"
+ y2="813.34009" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4605"
+ id="linearGradient4637"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9784352,0,0,0.6251589,605.68836,258.20031)"
+ x1="316.8837"
+ y1="814.40161"
+ x2="316.8837"
+ y2="713.43024" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4647"
+ id="linearGradient3817"
+ gradientUnits="userSpaceOnUse"
+ x1="305.90851"
+ y1="715.17529"
+ x2="305.90851"
+ y2="811.68884"
+ gradientTransform="matrix(1.0002125,0,0,0.1785726,2.6497e-2,678.6687)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4609"
+ id="linearGradient4616"
+ x1="329.39624"
+ y1="855.31506"
+ x2="329.39624"
+ y2="874.44617"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9970773,0,0,0.9931256,0.7303918,-43.929441)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3723"
+ id="linearGradient3847"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0243903,0,0,0.6363636,393.5061,-475.23193)"
+ x1="252.83022"
+ y1="164.30054"
+ x2="252.83022"
+ y2="224.47565" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12033"
+ id="linearGradient3858"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0243903,0,0,0.6363636,293.7561,-475.0852)"
+ x1="252.83022"
+ y1="164.30054"
+ x2="252.83022"
+ y2="224.47565" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4642"
+ x1="445.46625"
+ y1="685.74445"
+ x2="445.46625"
+ y2="769.3623"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9996465,0,0,0.9848513,0.1464328,10.794041)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4609"
+ id="linearGradient4825"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9970773,0,0,0.9931256,0.7303918,-15.929441)"
+ x1="329.39624"
+ y1="855.31506"
+ x2="329.39624"
+ y2="874.44617" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4647"
+ id="linearGradient4827"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0002125,0,0,0.1785726,2.6497e-2,706.6687)"
+ x1="305.90851"
+ y1="715.17529"
+ x2="305.90851"
+ y2="811.68884" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient4829"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.1379312,0,0,0.9932449,-459.44575,-16.006512)"
+ x1="228.625"
+ y1="856.29968"
+ x2="228.625"
+ y2="873.4361" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4609"
+ id="linearGradient4849"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9970773,0,0,0.9931256,0.7303918,12.070559)"
+ x1="329.39624"
+ y1="855.31506"
+ x2="329.39624"
+ y2="874.44617" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4647"
+ id="linearGradient4851"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0002125,0,0,0.1785726,2.6497e-2,734.6687)"
+ x1="305.90851"
+ y1="715.17529"
+ x2="305.90851"
+ y2="811.68884" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient4855"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(6.2754004,0,0,0.9932449,-1133.8056,11.993488)"
+ x1="228.625"
+ y1="856.29968"
+ x2="228.625"
+ y2="873.4361" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4609"
+ id="linearGradient3922"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9970773,0,0,0.9931256,200.73039,-43.929441)"
+ x1="329.39624"
+ y1="855.31506"
+ x2="329.39624"
+ y2="874.44617" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4647"
+ id="linearGradient3924"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0002125,0,0,0.1785726,200.0265,678.6687)"
+ x1="305.90851"
+ y1="715.17529"
+ x2="305.90851"
+ y2="811.68884" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4609"
+ id="linearGradient3926"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9970773,0,0,0.9931256,200.73039,-15.929441)"
+ x1="329.39624"
+ y1="855.31506"
+ x2="329.39624"
+ y2="874.44617" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4647"
+ id="linearGradient3928"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0002125,0,0,0.1785726,200.0265,706.6687)"
+ x1="305.90851"
+ y1="715.17529"
+ x2="305.90851"
+ y2="811.68884" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3930"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.1379312,0,0,0.9932449,-259.44575,-16.006512)"
+ x1="228.625"
+ y1="856.29968"
+ x2="228.625"
+ y2="873.4361" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4609"
+ id="linearGradient3932"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9970773,0,0,0.9931256,200.73039,12.070559)"
+ x1="329.39624"
+ y1="855.31506"
+ x2="329.39624"
+ y2="874.44617" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4647"
+ id="linearGradient3934"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0002125,0,0,0.1785726,200.0265,734.6687)"
+ x1="305.90851"
+ y1="715.17529"
+ x2="305.90851"
+ y2="811.68884" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3844"
+ id="linearGradient3936"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(6.2754004,0,0,0.9932449,-933.8056,11.993488)"
+ x1="228.625"
+ y1="856.29968"
+ x2="228.625"
+ y2="873.4361" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient3975"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient3991"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient3993"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4020"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4022"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4024"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4026"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4077"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4079"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4081"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4085"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4087"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4089"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4091"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4117"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4119"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4121"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4123"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4131"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4145"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4147"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4176"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4178"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4180"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4182"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4234"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4236"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4238"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4241"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4244"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4246"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4249"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4251"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4292"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4294"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4296"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4298"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4314"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4316"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4343"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4345"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4347"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4349"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4402"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4404"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4406"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4408"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4410"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4412"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4414"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4416"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4466"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4468"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4470"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4473"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4475"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4477"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4479"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4481"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4533"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4535"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4537"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4540"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4542"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4544"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4546"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4549"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4601"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4607"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4610"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4612"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4614"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4617"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4619"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3752"
+ id="linearGradient4621"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4390242e-2,0,0,1,211.7561,-137)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6223"
+ id="linearGradient6229"
+ x1="543.60138"
+ y1="835.50885"
+ x2="543.60138"
+ y2="850.53882"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6223"
+ id="linearGradient7143"
+ gradientUnits="userSpaceOnUse"
+ x1="543.60138"
+ y1="835.50885"
+ x2="543.60138"
+ y2="850.53882" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7750"
+ id="linearGradient7764"
+ x1="543.40942"
+ y1="835.73969"
+ x2="543.40942"
+ y2="850.51062"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7750"
+ id="linearGradient8614"
+ gradientUnits="userSpaceOnUse"
+ x1="543.40942"
+ y1="835.73969"
+ x2="543.40942"
+ y2="850.51062" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7750"
+ id="linearGradient8668"
+ gradientUnits="userSpaceOnUse"
+ x1="543.40942"
+ y1="835.73969"
+ x2="543.40942"
+ y2="850.51062" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6058"
+ id="linearGradient6064"
+ x1="536"
+ y1="835.50891"
+ x2="536"
+ y2="850.50891"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6122"
+ id="linearGradient6118"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2857143,0,0,0.5428571,432.85714,744.82659)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6128"
+ id="linearGradient6120"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2682927,0,0,0.5151515,437.31707,749.8375)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6122"
+ id="linearGradient6182"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2857143,0,0,0.5428571,512.85714,772.82659)"
+ x1="256"
+ y1="163.36218"
+ x2="256"
+ y2="198.36218" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6128"
+ id="linearGradient6184"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2682927,0,0,0.5151515,517.31707,777.8375)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12039"
+ id="radialGradient4744"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0909091,0,0,7.3825746e-2,335.22727,-406.06273)"
+ cx="455.375"
+ cy="637.87781"
+ fx="455.375"
+ fy="637.87781"
+ r="38.5" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient12039"
+ id="radialGradient4750"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0909091,0,0,7.3825746e-2,-176.28164,898.92836)"
+ cx="455.375"
+ cy="637.87781"
+ fx="455.375"
+ fy="637.87781"
+ r="38.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3969"
+ id="linearGradient4770"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(4.875,800.14673)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4794"
+ id="linearGradient4792"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(168.875,800.14673)"
+ x1="252.83022"
+ y1="164.36218"
+ x2="252.83022"
+ y2="197.36253" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1.4142136"
+ inkscape:cx="216.37285"
+ inkscape:cy="715.56117"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1280"
+ inkscape:window-height="850"
+ inkscape:window-x="1892"
+ inkscape:window-y="138"
+ inkscape:snap-bbox="true"
+ inkscape:snap-nodes="true"
+ showborder="false"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:showpageshadow="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3260"
+ empspacing="5"
+ visible="true"
+ enabled="true" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="143.89623,-337.99704"
+ id="guide4541" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="327.92077,-354.2605"
+ id="guide4543" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="344,-375"
+ id="guide4560" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="331.98663,-368.13747"
+ id="guide4566" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="543.75,-399"
+ id="guide4595" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="741.5,-405.5"
+ id="guide4639" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="233.875,715"
+ id="guide4638" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <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
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="background"
+ style="display:none"
+ transform="translate(-42,415.63782)"
+ sodipodi:insensitive="true">
+ <rect
+ style="opacity:1;fill:#ced1cd;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect3235"
+ width="988.97046"
+ height="1476.0188"
+ x="42"
+ y="-415.63782" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer4"
+ inkscape:label="widget graphics"
+ style="opacity:1;display:inline"
+ transform="translate(-42,415.63782)">
+ <rect
+ style="opacity:1;fill:url(#linearGradient4768);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4766"
+ width="102"
+ height="24.999998"
+ x="614"
+ y="574.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:0.5110132;fill:url(#linearGradient4675);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4559"
+ width="81.000015"
+ height="24.999998"
+ x="517"
+ y="574.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:0.5110132;fill:url(#linearGradient4704);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4702"
+ width="51"
+ height="24.999998"
+ x="414"
+ y="574.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:0.5110132;fill:url(#linearGradient4543);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4541"
+ width="133.00002"
+ height="24.999998"
+ x="265"
+ y="574.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4507);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4503"
+ width="52"
+ height="24.000002"
+ x="265"
+ y="576.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4509);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4505"
+ width="51"
+ height="22"
+ x="265"
+ y="577.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4517);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4513"
+ width="50"
+ height="24.000002"
+ x="317"
+ y="576.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4519);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4515"
+ width="49"
+ height="22.000004"
+ x="317"
+ y="577.50891"
+ rx="0"
+ ry="0" />
+ <path
+ style="opacity:0.28634362;fill:url(#linearGradient4539);fill-opacity:1;stroke:none;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 215,575.50891 L 215,665.50891 L 397,665.50891 L 397,600.50891 L 264,600.50891 L 264,575.50891 L 215,575.50891 z"
+ id="rect3721"
+ sodipodi:nodetypes="ccccccc" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4380);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4368"
+ width="84"
+ height="35"
+ x="214"
+ y="-105.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4382);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4370"
+ width="82"
+ height="33"
+ x="215"
+ y="-104.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4384);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4372"
+ width="84"
+ height="35"
+ x="314"
+ y="-105.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4386);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4374"
+ width="82"
+ height="33"
+ x="315"
+ y="-104.49109"
+ rx="0"
+ ry="0" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#bcd7ad;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 215.4914,-103.99109 L 296.5,-103.99109"
+ id="path4376" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c3e7b0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 315.4914,-103.99109 L 396.5,-103.99109"
+ id="path4378" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2958);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect2850"
+ width="84"
+ height="27"
+ x="714"
+ y="475.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2960);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect2852"
+ width="82"
+ height="24.999998"
+ x="715"
+ y="476.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2954);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect2846"
+ width="84"
+ height="27"
+ x="614"
+ y="475.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2956);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect2848"
+ width="82"
+ height="24.999998"
+ x="615"
+ y="476.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4106);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4084"
+ width="84"
+ height="27"
+ x="514"
+ y="475.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4108);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4086"
+ width="82"
+ height="24.999998"
+ x="515"
+ y="476.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4102);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4080"
+ width="84"
+ height="27"
+ x="414"
+ y="475.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4104);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4082"
+ width="82"
+ height="24.999998"
+ x="415"
+ y="476.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2938);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect2830"
+ width="84"
+ height="27"
+ x="714"
+ y="439.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2940);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect2832"
+ width="82"
+ height="24.999998"
+ x="715"
+ y="440.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2934);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect2826"
+ width="84"
+ height="27"
+ x="614"
+ y="439.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2936);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect2828"
+ width="82"
+ height="24.999998"
+ x="615"
+ y="440.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4008);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3988"
+ width="84"
+ height="27"
+ x="514"
+ y="439.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4010);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3990"
+ width="82"
+ height="24.999998"
+ x="515"
+ y="440.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4004);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3984"
+ width="84"
+ height="27"
+ x="414"
+ y="439.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4006);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3986"
+ width="82"
+ height="24.999998"
+ x="415"
+ y="440.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2898);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect2794"
+ width="84"
+ height="27"
+ x="714"
+ y="403.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2900);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect2796"
+ width="82"
+ height="24.999998"
+ x="715"
+ y="404.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2894);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect2790"
+ width="84"
+ height="27"
+ x="614"
+ y="403.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient2896);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect2792"
+ width="82"
+ height="24.999998"
+ x="615"
+ y="404.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3066);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3048"
+ width="84"
+ height="27"
+ x="514"
+ y="403.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3068);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3050"
+ width="82"
+ height="24.999998"
+ x="515"
+ y="404.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3056);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3034"
+ width="84"
+ height="27"
+ x="414"
+ y="403.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3058);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3036"
+ width="82"
+ height="24.999998"
+ x="415"
+ y="404.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3913);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3841"
+ width="84"
+ height="27"
+ x="714"
+ y="367.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3915);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3843"
+ width="84"
+ height="27"
+ x="614"
+ y="367.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3097);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3847"
+ width="82"
+ height="24.999998"
+ x="715"
+ y="368.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3094);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3850"
+ width="82"
+ height="24.999998"
+ x="615"
+ y="368.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3889);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3818"
+ width="84"
+ height="27"
+ x="514"
+ y="367.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3893);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3822"
+ width="82"
+ height="24.999998"
+ x="515"
+ y="368.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3891);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3820"
+ width="84"
+ height="27"
+ x="414"
+ y="367.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3895);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3827"
+ width="82"
+ height="24.999998"
+ x="415"
+ y="368.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3526);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3651"
+ width="84"
+ height="35"
+ x="214"
+ y="163.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3668);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3660"
+ width="84"
+ height="27"
+ x="214"
+ y="367.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3853);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3849"
+ width="84"
+ height="35"
+ x="214"
+ y="207.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3855);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3851"
+ width="82"
+ height="33"
+ x="215"
+ y="208.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3873);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3869"
+ width="84"
+ height="35"
+ x="214"
+ y="251.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3875);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3871"
+ width="82"
+ height="33"
+ x="215"
+ y="252.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3891"
+ width="83"
+ height="34"
+ x="214.5"
+ y="296.00891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3831);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3819"
+ width="84"
+ height="35"
+ x="314"
+ y="163.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3833);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3821"
+ width="82"
+ height="33"
+ x="315"
+ y="164.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3835);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3823"
+ width="84"
+ height="35"
+ x="314"
+ y="207.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3837);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3825"
+ width="82"
+ height="33"
+ x="315"
+ y="208.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3867);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3862"
+ width="84"
+ height="35"
+ x="314"
+ y="251.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3869);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3864"
+ width="82"
+ height="33"
+ x="315"
+ y="252.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3945);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3921"
+ width="84"
+ height="35"
+ x="414"
+ y="163.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3947);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3923"
+ width="82"
+ height="33"
+ x="415"
+ y="164.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3949);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3925"
+ width="84"
+ height="35"
+ x="414"
+ y="207.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3951);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3927"
+ width="82"
+ height="33"
+ x="415"
+ y="208.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3953);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3929"
+ width="84"
+ height="35"
+ x="414"
+ y="251.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3955);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3931"
+ width="82"
+ height="33"
+ x="415"
+ y="252.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3957);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3933"
+ width="84"
+ height="35"
+ x="514"
+ y="163.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3961);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3937"
+ width="84"
+ height="35"
+ x="514"
+ y="207.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3965);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3941"
+ width="84"
+ height="35"
+ x="514"
+ y="251.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient2974);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3654"
+ width="82"
+ height="33"
+ x="215"
+ y="164.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient2971);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3975"
+ width="82"
+ height="33"
+ x="515"
+ y="164.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3987);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3985"
+ width="82"
+ height="33"
+ x="515"
+ y="208.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3997);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3995"
+ width="82"
+ height="33"
+ x="515"
+ y="252.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient2988);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3662"
+ width="82"
+ height="24.999998"
+ x="215"
+ y="368.50891"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 215.4914,369.00891 L 296.5,369.00891"
+ id="path4003" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#c0c9bb;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 215.4914,253.00891 L 296.5,253.00891"
+ id="path4007" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#c0c9bb;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 315.4914,253.00891 L 396.5,253.00891"
+ id="path4009" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#abc596;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 415.5,253.00891 L 496.5086,253.00891"
+ id="path4011" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#abc596;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 515.4914,253.00891 L 596.5,253.00891"
+ id="path4013" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4054);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4048"
+ width="84"
+ height="27"
+ x="314"
+ y="367.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient2985);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4050"
+ width="82"
+ height="24.999998"
+ x="315"
+ y="368.50891"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 315.4914,369.00891 L 396.5,369.00891"
+ id="path4052" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4058"
+ width="83"
+ height="26"
+ x="214.5"
+ y="512.00891"
+ rx="0"
+ ry="0" />
+ <rect
+ ry="0"
+ rx="0"
+ y="296.55917"
+ x="215"
+ height="33"
+ width="82"
+ id="rect3733"
+ style="opacity:0.16000001;fill:url(#linearGradient3735);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5014);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4982"
+ width="84"
+ height="35"
+ x="614"
+ y="163.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5016);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4984"
+ width="84"
+ height="35"
+ x="614"
+ y="207.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5018);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4986"
+ width="82"
+ height="33"
+ x="615"
+ y="208.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4992"
+ width="83"
+ height="34"
+ x="614.5"
+ y="296.00891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5024);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4994"
+ width="84"
+ height="35"
+ x="714"
+ y="163.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5028);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4998"
+ width="84"
+ height="35"
+ x="714"
+ y="207.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5030);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect5000"
+ width="82"
+ height="33"
+ x="715"
+ y="208.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient7185);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4996"
+ width="82"
+ height="33"
+ x="715"
+ y="164.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient7182);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect5006"
+ width="82"
+ height="33"
+ x="615"
+ y="164.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ ry="0"
+ rx="0"
+ y="296.55917"
+ x="615"
+ height="33"
+ width="82"
+ id="rect5012"
+ style="opacity:0.16000001;fill:url(#linearGradient5038);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <g
+ id="g7106"
+ transform="translate(-1,3.1467233)"
+ style="fill:#000000;fill-opacity:0.09178742">
+ <rect
+ y="171.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7096"
+ style="opacity:1;fill:#000000;fill-opacity:0.09178742;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="176.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7098"
+ style="opacity:1;fill:#000000;fill-opacity:0.09178742;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="181.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7100"
+ style="opacity:1;fill:#000000;fill-opacity:0.09178742;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ </g>
+ <g
+ id="g7111"
+ transform="translate(-1,47.146727)"
+ style="opacity:1;fill:#000000;fill-opacity:0.08212562;display:inline">
+ <rect
+ y="171.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7113"
+ style="opacity:1;fill:#000000;fill-opacity:0.08212562;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="176.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7115"
+ style="opacity:1;fill:#000000;fill-opacity:0.08212562;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="181.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7117"
+ style="opacity:1;fill:#000000;fill-opacity:0.08212562;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ </g>
+ <g
+ id="g7127"
+ transform="translate(-1,135.19699)"
+ style="opacity:1;fill:#bdc0ba;fill-opacity:1;stroke:none;stroke-opacity:1;display:inline">
+ <rect
+ y="171.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7129"
+ style="opacity:1;fill:#bdc0ba;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="176.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7131"
+ style="opacity:1;fill:#bdc0ba;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="181.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7133"
+ style="opacity:1;fill:#bdc0ba;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ </g>
+ <g
+ id="g7135"
+ transform="translate(99,3.1467259)"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;display:inline">
+ <rect
+ y="171.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7137"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="176.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7139"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="181.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7141"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ </g>
+ <g
+ id="g7143"
+ transform="translate(99,47.146727)"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;display:inline">
+ <rect
+ y="171.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7145"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="176.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7147"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="181.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7149"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ </g>
+ <rect
+ style="opacity:1;fill:url(#linearGradient4103);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7331"
+ width="84"
+ height="35"
+ x="214"
+ y="-281.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4101);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7333"
+ width="84"
+ height="35"
+ x="214"
+ y="-237.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4098);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7335"
+ width="82"
+ height="33"
+ x="215"
+ y="-236.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4096);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7337"
+ width="84"
+ height="35"
+ x="214"
+ y="-193.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4094);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7339"
+ width="82"
+ height="33"
+ x="215"
+ y="-192.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7341"
+ width="83"
+ height="34"
+ x="214.5"
+ y="-16.991091"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4092);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7343"
+ width="84"
+ height="35"
+ x="314"
+ y="-281.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4090);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7345"
+ width="82"
+ height="33"
+ x="315"
+ y="-280.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4088);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7347"
+ width="84"
+ height="35"
+ x="314"
+ y="-237.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4086);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7349"
+ width="82"
+ height="33"
+ x="315"
+ y="-236.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4084);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7351"
+ width="84"
+ height="35"
+ x="314"
+ y="-193.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4082);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7353"
+ width="82"
+ height="33"
+ x="315"
+ y="-192.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4080);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7355"
+ width="82"
+ height="33"
+ x="215"
+ y="-280.49109"
+ rx="0"
+ ry="0" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#bcd7ad;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 215.4914,-191.99109 L 296.5,-191.99109"
+ id="path7357" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#b8d7a6;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 315.4914,-191.99109 L 396.5,-191.99109"
+ id="path7359" />
+ <rect
+ ry="0"
+ rx="0"
+ y="-16.440821"
+ x="215"
+ height="33"
+ width="82"
+ id="rect7361"
+ style="opacity:0.16000001;fill:url(#linearGradient7387);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4078);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7411"
+ width="84"
+ height="35"
+ x="214"
+ y="-149.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4076);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7413"
+ width="82"
+ height="33"
+ x="215"
+ y="-148.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4074);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7415"
+ width="84"
+ height="35"
+ x="314"
+ y="-149.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4072);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7417"
+ width="82"
+ height="33"
+ x="315"
+ y="-148.49109"
+ rx="0"
+ ry="0" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c7dbb9;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 215.4914,-147.99109 L 296.5,-147.99109"
+ id="path7419" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c0dbb0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 315.4914,-147.99109 L 396.5,-147.99109"
+ id="path7421" />
+ <path
+ style="opacity:1;fill:url(#linearGradient3908);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3910);stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 483.50001,416.00888 L 494.5,416.00888 L 489.00002,407.0089 L 483.50001,416.00888 z"
+ id="path3904"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:url(#linearGradient3972);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3974);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 483.50001,419.00891 L 494.5,419.00891 L 489.00002,428.00891 L 483.50001,419.00891 z"
+ id="path3954"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:url(#linearGradient4012);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4014);stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 483.50001,452.00888 L 494.5,452.00888 L 489.00002,443.0089 L 483.50001,452.00888 z"
+ id="path3996"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:url(#linearGradient4040);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4042);stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 583.50001,416.00888 L 594.5,416.00888 L 589.00002,407.0089 L 583.50001,416.00888 z"
+ id="path4028"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:url(#linearGradient4053);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4055);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 583.50001,419.00891 L 594.5,419.00891 L 589.00002,428.00891 L 583.50001,419.00891 z"
+ id="path4034"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:#c0c9bb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 489,443.97766 L 484.40625,451.50891 L 485.625,451.50891 L 489,445.97766 L 492.375,451.50891 L 493.59375,451.50891 L 489,443.97766 z"
+ id="path4067"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ style="opacity:1;fill:url(#linearGradient4114);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4116);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 483.50001,455.00891 L 494.5,455.00891 L 489.00002,464.00891 L 483.50001,455.00891 z"
+ id="path4094"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:url(#linearGradient4144);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4146);stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 583.50001,452.00888 L 594.5,452.00888 L 589.00002,443.0089 L 583.50001,452.00888 z"
+ id="path4132"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:#c0c9bb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 589,443.97766 L 584.40625,451.50891 L 585.625,451.50891 L 589,445.97766 L 592.375,451.50891 L 593.59375,451.50891 L 589,443.97766 z"
+ id="path4136"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ style="opacity:1;fill:url(#linearGradient4152);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4154);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 583.50001,455.00891 L 594.5,455.00891 L 589.00002,464.00891 L 583.50001,455.00891 z"
+ id="path4138"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:#c0c9bb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 484.40625,455.50891 L 485.03125,456.50891 L 492.96875,456.50891 L 493.59375,455.50891 L 484.40625,455.50891 z"
+ id="path4215" />
+ <path
+ style="opacity:1;fill:#c0c9bb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 584.40625,455.50891 L 585.03125,456.50891 L 592.96875,456.50891 L 593.59375,455.50891 L 584.40625,455.50891 z"
+ id="path4219" />
+ <path
+ style="opacity:0.18000004;fill:url(#linearGradient2732);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824)"
+ d="M 483.50001,491.00891 L 494.5,491.00891 L 489.00002,500.00891 L 483.50001,491.00891 z"
+ id="path2724"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:0.3;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#bdc0ba;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824)"
+ d="M 483.50001,491.00891 L 494.5,491.00891 L 489.00002,500.00891 L 483.50001,491.00891 z"
+ id="path2726"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:0.18000004;fill:url(#linearGradient2734);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;filter:url(#filter3824)"
+ d="M 483.50001,488.00888 L 494.5,488.00888 L 489.00002,479.0089 L 483.50001,488.00888 z"
+ id="path2728"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:0.3;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#bdc0ba;stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;filter:url(#filter3824)"
+ d="M 483.50001,488.00888 L 494.5,488.00888 L 489.00002,479.0089 L 483.50001,488.00888 z"
+ id="path2730"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:0.18000004;fill:url(#linearGradient2744);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824)"
+ d="M 583.50001,491.00891 L 594.5,491.00891 L 589.00002,500.00891 L 583.50001,491.00891 z"
+ id="path2736"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:0.3;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#bdc0ba;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824)"
+ d="M 583.50001,491.00891 L 594.5,491.00891 L 589.00002,500.00891 L 583.50001,491.00891 z"
+ id="path2738"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:0.18000004;fill:url(#linearGradient2746);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;filter:url(#filter3824)"
+ d="M 583.50001,488.00888 L 594.5,488.00888 L 589.00002,479.0089 L 583.50001,488.00888 z"
+ id="path2740"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:0.3;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#bdc0ba;stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;filter:url(#filter3824)"
+ d="M 583.50001,488.00888 L 594.5,488.00888 L 589.00002,479.0089 L 583.50001,488.00888 z"
+ id="path2742"
+ sodipodi:nodetypes="cccc" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3012);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect2994"
+ width="26"
+ height="25"
+ x="671"
+ y="404.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3014);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect2996"
+ width="24"
+ height="23"
+ x="672"
+ y="405.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3830);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3824"
+ width="26"
+ height="24.999998"
+ x="671"
+ y="440.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#ced1cd;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3826"
+ width="24"
+ height="22.999998"
+ x="672"
+ y="441.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:0.5;fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3002"
+ width="25"
+ height="23.999971"
+ x="671.5"
+ y="477.00891"
+ rx="0"
+ ry="0" />
+ <g
+ id="g7195"
+ transform="translate(-6,239.14673)"
+ style="opacity:1;fill:#000000;fill-opacity:0.08212562;display:inline">
+ <rect
+ y="171.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7197"
+ style="opacity:1;fill:#000000;fill-opacity:0.08212562;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="176.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7199"
+ style="opacity:1;fill:#000000;fill-opacity:0.08212562;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="181.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7201"
+ style="opacity:1;fill:#000000;fill-opacity:0.08212562;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ </g>
+ <g
+ id="g7211"
+ transform="translate(-6,275.14673)"
+ style="opacity:1;fill:#000000;fill-opacity:0.07729468;display:inline">
+ <rect
+ y="171.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7213"
+ style="opacity:1;fill:#000000;fill-opacity:0.07729468;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="176.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7215"
+ style="opacity:1;fill:#000000;fill-opacity:0.07729468;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="181.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7217"
+ style="opacity:1;fill:#000000;fill-opacity:0.07729468;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ </g>
+ <g
+ id="g7219"
+ transform="translate(-6,311.14675)"
+ style="opacity:1;fill:#000000;fill-opacity:0.07729468;display:inline">
+ <rect
+ y="171.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7221"
+ style="opacity:1;fill:#000000;fill-opacity:0.07729468;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="176.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7223"
+ style="opacity:1;fill:#000000;fill-opacity:0.07729468;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="181.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7225"
+ style="opacity:1;fill:#000000;fill-opacity:0.07729468;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ </g>
+ <path
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7245);stroke-width:0.99999982px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 671.52171,430.00891 L 697.4808,430.00891 L 697.4808,405.00891"
+ id="path7243" />
+ <path
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7249);stroke-width:0.99999982px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 671.52171,466.00891 L 697.4808,466.00891 L 697.4808,441.00891"
+ id="path7247" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient7311);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7259"
+ width="26"
+ height="25"
+ x="771"
+ y="404.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient7319);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7267"
+ width="24"
+ height="23"
+ x="772"
+ y="405.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient7321);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7269"
+ width="26"
+ height="24.999998"
+ x="771"
+ y="440.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#ced1cd;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7271"
+ width="24"
+ height="22.999998"
+ x="772"
+ y="441.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:0.5;fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7273"
+ width="25"
+ height="23.999971"
+ x="771.5"
+ y="477.00891"
+ rx="0"
+ ry="0" />
+ <g
+ id="g7283"
+ transform="translate(94,239.14673)"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;display:inline">
+ <rect
+ y="171.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7285"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="176.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7287"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="181.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7289"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ </g>
+ <g
+ id="g7291"
+ transform="translate(94,275.14673)"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;display:inline">
+ <rect
+ y="171.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7293"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="176.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7295"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="181.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7297"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ </g>
+ <g
+ id="g7299"
+ transform="translate(94,311.14675)"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;display:inline">
+ <rect
+ y="171.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7301"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="176.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7303"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="181.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7305"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ </g>
+ <path
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7323);stroke-width:0.99999982px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 771.52171,430.00891 L 797.4808,430.00891 L 797.4808,405.00891"
+ id="path7307" />
+ <path
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7325);stroke-width:0.99999982px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 771.52171,466.00891 L 797.4808,466.00891 L 797.4808,441.00891"
+ id="path7309" />
+ <path
+ style="opacity:1;fill:url(#linearGradient3897);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3899);stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 483.50001,380.00888 L 494.5,380.00888 L 489.00002,371.0089 L 483.50001,380.00888 z"
+ id="path3829"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:url(#linearGradient3901);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3903);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 483.50001,383.00891 L 494.5,383.00891 L 489.00002,392.00891 L 483.50001,383.00891 z"
+ id="path3831"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:url(#linearGradient3905);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3907);stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ d="M 583.50001,380.00888 L 594.5,380.00888 L 589.00002,371.0089 L 583.50001,380.00888 z"
+ id="path3837"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:url(#linearGradient3909);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3911);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 583.50001,383.00891 L 594.5,383.00891 L 589.00002,392.00891 L 583.50001,383.00891 z"
+ id="path3839"
+ sodipodi:nodetypes="cccc" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3921);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3856"
+ width="26"
+ height="25.000002"
+ x="671"
+ y="368.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3923);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3858"
+ width="24"
+ height="23"
+ x="672"
+ y="369.50891"
+ rx="0"
+ ry="0" />
+ <path
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3925);stroke-width:0.99999982px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 671.52171,394.00891 L 697.4808,394.00891 L 697.4808,369.00891"
+ id="path3860" />
+ <g
+ id="g3862"
+ transform="translate(-6,203.14673)"
+ style="opacity:1;fill:#000000;fill-opacity:0.09178742;display:inline">
+ <rect
+ y="171.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect3865"
+ style="opacity:1;fill:#000000;fill-opacity:0.09178742;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="176.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect3867"
+ style="opacity:1;fill:#000000;fill-opacity:0.09178742;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="181.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect3873"
+ style="opacity:1;fill:#000000;fill-opacity:0.09178742;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ </g>
+ <rect
+ style="opacity:1;fill:url(#linearGradient3927);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3875"
+ width="26"
+ height="25.000002"
+ x="771"
+ y="368.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3929);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3877"
+ width="24"
+ height="23"
+ x="772"
+ y="369.50891"
+ rx="0"
+ ry="0" />
+ <path
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3931);stroke-width:0.99999982px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="M 771.52171,394.00891 L 797.4808,394.00891 L 797.4808,369.00891"
+ id="path3879" />
+ <g
+ id="g3881"
+ transform="translate(94,203.14673)"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;display:inline">
+ <rect
+ y="171.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect3883"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="176.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect3885"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="181.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect3887"
+ style="opacity:1;fill:#dcffd0;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ </g>
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4160"
+ width="83"
+ height="26"
+ x="414.5"
+ y="512.00891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect2864"
+ width="83"
+ height="26"
+ x="614.5"
+ y="512.00891"
+ rx="0"
+ ry="0" />
+ <rect
+ ry="0"
+ rx="0"
+ y="512.50891"
+ x="672"
+ height="24.999998"
+ width="25"
+ id="rect7327"
+ style="opacity:0.16000001;fill:url(#linearGradient7329);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ style="opacity:0.18000004;fill:url(#linearGradient4198);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 483.50001,527.00891 L 494.5,527.00891 L 489.00002,536.00891 L 483.50001,527.00891 z"
+ id="path4190"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#bdc0ba;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 483.50001,527.00891 L 494.5,527.00891 L 489.00002,536.00891 L 483.50001,527.00891 z"
+ id="path4168"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:0.18000004;fill:url(#linearGradient4186);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 483.50001,524.00888 L 494.5,524.00888 L 489.00002,515.0089 L 483.50001,524.00888 z"
+ id="path4170"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#bdc0ba;stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 483.50001,524.00888 L 494.5,524.00888 L 489.00002,515.0089 L 483.50001,524.00888 z"
+ id="path4188"
+ sodipodi:nodetypes="cccc" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3836"
+ width="26"
+ height="26"
+ x="671.5"
+ y="512.00897"
+ rx="0"
+ ry="0" />
+ <g
+ id="g7203"
+ transform="translate(-6,347.14673)"
+ style="opacity:0.71028035;fill:#bdc0ba;fill-opacity:1;stroke:none;stroke-opacity:1;display:inline;enable-background:new">
+ <rect
+ y="171.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7205"
+ style="opacity:1;fill:#bdc0ba;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="176.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7207"
+ style="opacity:1;fill:#bdc0ba;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ <rect
+ y="181.36218"
+ x="685"
+ height="2.9999974"
+ width="10"
+ id="rect7209"
+ style="opacity:1;fill:#bdc0ba;fill-opacity:1;stroke:none;stroke-width:0.65354568;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline" />
+ </g>
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 415.4914,405.00891 L 496.5,405.00891"
+ id="path3038" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 515.5,405.00891 L 596.5086,405.00891"
+ id="path3052" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 415.4914,441.00891 L 496.5,441.00891"
+ id="path3992" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 515.5,441.00891 L 596.5086,441.00891"
+ id="path3994" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 415.4914,477.00891 L 496.5,477.00891"
+ id="path4088" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 615.5,405.00891 L 696.5086,405.00891"
+ id="path2812" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 715.5,405.00891 L 796.5086,405.00891"
+ id="path2816" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 615.4914,441.00891 L 696.5,441.00891"
+ id="path2834" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 715.5,441.00891 L 796.5086,441.00891"
+ id="path2836" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 615.4914,477.00891 L 696.5,477.00891"
+ id="path2854" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 415.4914,369.00891 L 496.5,369.00891"
+ id="path3833" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 515.4914,369.00891 L 596.5,369.00891"
+ id="path3835" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 615.5,369.00891 L 696.5086,369.00891"
+ id="path3852" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c4cbbe;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 715.4914,369.00891 L 796.5,369.00891"
+ id="path3854" />
+ <g
+ id="g4214"
+ transform="matrix(0.9263978,0,0,1,16.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4178"
+ style="opacity:1;fill:url(#linearGradient4270);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4212"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <rect
+ style="opacity:1;fill:url(#linearGradient4342);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4272"
+ width="84"
+ height="35"
+ x="214"
+ y="-61.491093"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4344);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4274"
+ width="82"
+ height="33"
+ x="215"
+ y="-60.491093"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4346);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4276"
+ width="84"
+ height="35"
+ x="314"
+ y="-61.491093"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4348);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4278"
+ width="82"
+ height="33"
+ x="315"
+ y="-60.491093"
+ rx="0"
+ ry="0" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c7dbb9;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 215.4914,-59.991097 L 296.5,-59.991097"
+ id="path4280" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#c3e7b0;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 315.4914,-59.991097 L 396.5,-59.991097"
+ id="path4282" />
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4300"
+ transform="matrix(0.9263978,0,0,1,16.059864,-87.853272)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4302"
+ style="opacity:1;fill:url(#linearGradient4354);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4304"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4612"
+ transform="matrix(0.9263978,0,0,1,116.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4614"
+ style="opacity:1;fill:url(#linearGradient4852);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4616"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4654"
+ transform="matrix(0.9262193,0,0,1,116.09858,-87.853274)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4656"
+ style="opacity:1;fill:url(#linearGradient4866);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4658"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4180"
+ width="83"
+ height="34"
+ x="214.5"
+ y="27.008909"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:0.16000001;fill:url(#linearGradient3442);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3440"
+ width="82"
+ height="33"
+ x="215"
+ y="27.508909"
+ rx="0"
+ ry="0" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.03111112;display:inline;enable-background:new"
+ d="M 215.4914,28.008903 L 296.5,28.008903"
+ id="path4297" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3419"
+ width="83"
+ height="34"
+ x="214.5"
+ y="71.008911"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:0.16000001;fill:url(#linearGradient4223);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4221"
+ width="82"
+ height="33"
+ x="215"
+ y="71.508911"
+ rx="0"
+ ry="0" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="217"
+ height="33"
+ width="3"
+ id="rect4225"
+ style="opacity:0.16000001;fill:url(#linearGradient4227);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="222"
+ height="33"
+ width="3"
+ id="rect4229"
+ style="opacity:0.16000001;fill:url(#linearGradient4231);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="227"
+ height="33"
+ width="3"
+ id="rect4233"
+ style="opacity:0.16000001;fill:url(#linearGradient4235);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="232"
+ height="33"
+ width="3"
+ id="rect4237"
+ style="opacity:0.16000001;fill:url(#linearGradient4243);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="237"
+ height="33"
+ width="3"
+ id="rect4239"
+ style="opacity:0.16000001;fill:url(#linearGradient4245);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="242"
+ height="33"
+ width="3"
+ id="rect4241"
+ style="opacity:0.16000001;fill:url(#linearGradient4247);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="247"
+ height="33"
+ width="3"
+ id="rect4249"
+ style="opacity:0.16000001;fill:url(#linearGradient4261);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="252"
+ height="33"
+ width="3"
+ id="rect4251"
+ style="opacity:0.16000001;fill:url(#linearGradient4263);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="257"
+ height="33"
+ width="3"
+ id="rect4253"
+ style="opacity:0.16000001;fill:url(#linearGradient4265);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="262"
+ height="33"
+ width="3"
+ id="rect4255"
+ style="opacity:0.16000001;fill:url(#linearGradient4267);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="267"
+ height="33"
+ width="3"
+ id="rect4257"
+ style="opacity:0.16000001;fill:url(#linearGradient4269);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="272"
+ height="33"
+ width="3"
+ id="rect4259"
+ style="opacity:0.16000001;fill:url(#linearGradient4271);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="277"
+ height="33"
+ width="3"
+ id="rect4273"
+ style="opacity:0.16000001;fill:url(#linearGradient4285);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="282"
+ height="33"
+ width="3"
+ id="rect4275"
+ style="opacity:0.16000001;fill:url(#linearGradient4287);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="287"
+ height="33"
+ width="3"
+ id="rect4277"
+ style="opacity:0.16000001;fill:url(#linearGradient4289);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ ry="0"
+ rx="0"
+ y="71.508911"
+ x="292"
+ height="33"
+ width="3"
+ id="rect4279"
+ style="opacity:0.16000001;fill:url(#linearGradient4291);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.03111112;display:inline;enable-background:new"
+ d="M 215.4914,72.008903 L 296.5,72.008903"
+ id="path4301" />
+ <rect
+ style="opacity:0.16000001;fill:url(#linearGradient4917);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4303"
+ width="11"
+ height="11.000001"
+ x="427"
+ y="37.508904"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4913);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4932"
+ width="13"
+ height="13"
+ x="426"
+ y="-51.491093"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4909);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4934"
+ width="11"
+ height="11"
+ x="427"
+ y="-50.491093"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#c7dbb9;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 427.49696,-49.991094 L 437.57036,-49.991094"
+ id="path4936" />
+ <rect
+ style="fill:url(#linearGradient4905);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4191"
+ width="13"
+ height="13"
+ x="426"
+ y="-271.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4901);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4193"
+ width="11"
+ height="10.999997"
+ x="427"
+ y="-270.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4897);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4213"
+ width="13"
+ height="13"
+ x="426"
+ y="-227.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4893);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4215"
+ width="11"
+ height="10.999997"
+ x="427"
+ y="-226.49109"
+ rx="0"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="443.84631"
+ y="-260.49084"
+ id="text3899"><tspan
+ sodipodi:role="line"
+ id="tspan3901"
+ x="443.84631"
+ y="-260.49084">Hyper</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="444.9303"
+ y="-172.45959"
+ id="text3903"><tspan
+ sodipodi:role="line"
+ id="tspan3905"
+ x="444.9303"
+ y="-172.45959">Gamma</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="443.84631"
+ y="-216.49304"
+ id="text3907"><tspan
+ sodipodi:role="line"
+ id="tspan3909"
+ x="443.84631"
+ y="-216.49304">Beta</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="444.9303"
+ y="-128.49084"
+ id="text3911"><tspan
+ sodipodi:role="line"
+ id="tspan3913"
+ x="444.9303"
+ y="-128.49084">Space</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.33000004;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="443.84631"
+ y="3.5091527"
+ id="text3915"><tspan
+ sodipodi:role="line"
+ id="tspan3917"
+ x="443.84631"
+ y="3.5091527">Shield</tspan></text>
+ <rect
+ style="fill:url(#linearGradient4879);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3919"
+ width="13"
+ height="13"
+ x="426"
+ y="-183.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4875);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3922"
+ width="11"
+ height="11"
+ x="427"
+ y="-182.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3924"
+ width="11.999999"
+ height="12.000001"
+ x="426.5"
+ y="-6.9910913"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#bcd7ad;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 427.49696,-181.99109 L 437.57036,-181.99109"
+ id="path3926" />
+ <rect
+ ry="0"
+ rx="0"
+ y="-6.4910913"
+ x="427"
+ height="11.050273"
+ width="11"
+ id="rect3928"
+ style="opacity:0.16000001;fill:url(#linearGradient4869);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="fill:url(#linearGradient4865);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3946"
+ width="13"
+ height="13"
+ x="426"
+ y="-139.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4861);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3948"
+ width="11"
+ height="11"
+ x="427"
+ y="-138.49109"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#c7dbb9;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 427.49696,-137.99109 L 437.57036,-137.99109"
+ id="path3950" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 427.95199,-176.47174 L 431.92947,-172.49427 L 439.08893,-183.49862 L 431.87076,-175.78045 L 429.94073,-178.46048 L 427.95199,-176.47174 z"
+ id="path4221"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="fill:#4ead16;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 427.95199,-132.47174 L 431.92947,-128.49427 L 439.08893,-139.49862 L 431.87076,-131.78045 L 429.94073,-134.46048 L 427.95199,-132.47174 z"
+ id="path3956"
+ sodipodi:nodetypes="cccccc" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="444.9303"
+ y="-84.490845"
+ id="text4117"><tspan
+ sodipodi:role="line"
+ id="tspan4119"
+ x="444.9303"
+ y="-84.490845">Ray</tspan></text>
+ <rect
+ style="fill:url(#linearGradient4853);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4153"
+ width="13"
+ height="13"
+ x="426"
+ y="-95.491089"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4850);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4156"
+ width="11"
+ height="11"
+ x="427"
+ y="-94.491089"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#bcd7ad;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 427.49696,-93.991094 L 437.57036,-93.991094"
+ id="path4158" />
+ <path
+ id="path4160"
+ style="opacity:0.60775865;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 427.95199,-88.471744 L 428.68121,-87.720448 L 430.58912,-89.548221 L 429.94073,-90.460484 L 427.95199,-88.471744 z M 430.913,-85.554929 L 431.92947,-84.494274 L 439.08893,-95.498624 L 430.913,-85.554929 z M 429.38451,-86.995008 L 430.18002,-86.243712 L 431.73439,-87.938903 L 431.15228,-88.762777 L 429.38451,-86.995008 z" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="444.9303"
+ y="-40.490849"
+ id="text4284"><tspan
+ sodipodi:role="line"
+ id="tspan4286"
+ x="444.9303"
+ y="-40.490849">Beam</tspan></text>
+ <path
+ id="path4298"
+ style="opacity:0.60775865;fill:#4ead16;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 427.95199,-44.471744 L 428.68121,-43.720448 L 430.58912,-45.548221 L 429.94073,-46.460484 L 427.95199,-44.471744 z M 430.913,-41.554929 L 431.92947,-40.494274 L 439.08893,-51.498624 L 430.913,-41.554929 z M 429.38451,-42.995008 L 430.18002,-42.243712 L 431.73439,-43.938903 L 431.15228,-44.762777 L 429.38451,-42.995008 z" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.33000004;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="443.84631"
+ y="47.509151"
+ id="text4184"><tspan
+ sodipodi:role="line"
+ id="tspan4186"
+ x="443.84631"
+ y="47.509151">Force</tspan></text>
+ <rect
+ style="fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4188"
+ width="11.999999"
+ height="12.000001"
+ x="426.5"
+ y="37.008907"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.03111112;display:inline;enable-background:new"
+ d="M 427.48118,38.008906 L 437.50152,38.008906"
+ id="path4307" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.33000004;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="443.84631"
+ y="91.509155"
+ id="text3423"><tspan
+ sodipodi:role="line"
+ id="tspan3425"
+ x="443.84631"
+ y="91.509155">Field</tspan></text>
+ <rect
+ style="opacity:0.16000001;fill:url(#linearGradient4836);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4309"
+ width="11"
+ height="11.000001"
+ x="427"
+ y="81.508911"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3428"
+ width="11.999999"
+ height="12.000001"
+ x="426.5"
+ y="81.008911"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.03111112;display:inline;enable-background:new"
+ d="M 427.47966,82.008906 L 437.5,82.008906"
+ id="path4311" />
+ <path
+ style="fill:#000000;fill-opacity:0.24888892;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 427.95199,43.528256 L 431.92947,47.505726 L 439.08893,36.501376 L 431.87076,44.219546 L 429.94073,41.539516 L 427.95199,43.528256 z"
+ id="path4345"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ id="path4347"
+ style="fill:#000000;fill-opacity:0.24705882;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 427.95199,87.528256 L 428.68121,88.279552 L 430.58912,86.451779 L 429.94073,85.539516 L 427.95199,87.528256 z M 430.913,90.445071 L 431.92947,91.505726 L 439.08893,80.501376 L 430.913,90.445071 z M 429.38451,89.004992 L 430.18002,89.756288 L 431.73439,88.061097 L 431.15228,87.237223 L 429.38451,89.004992 z" />
+ <rect
+ style="fill:url(#linearGradient4974);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4351"
+ width="13"
+ height="13"
+ x="526"
+ y="-51.491093"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4971);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4353"
+ width="11"
+ height="11"
+ x="527"
+ y="-50.491093"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#c7dbb9;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 527.49696,-49.991094 L 537.57036,-49.991094"
+ id="path4355" />
+ <rect
+ style="fill:url(#linearGradient4967);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4357"
+ width="13"
+ height="13"
+ x="526"
+ y="-271.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4964);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4359"
+ width="11"
+ height="10.999997"
+ x="527"
+ y="-270.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4961);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4361"
+ width="13"
+ height="13"
+ x="526"
+ y="-227.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4958);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4363"
+ width="11"
+ height="10.999997"
+ x="527"
+ y="-226.49109"
+ rx="0"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="543.84631"
+ y="-260.49084"
+ id="text4365"><tspan
+ sodipodi:role="line"
+ id="tspan4367"
+ x="543.84631"
+ y="-260.49084">Hyper</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="544.9303"
+ y="-172.45959"
+ id="text4369"><tspan
+ sodipodi:role="line"
+ id="tspan4371"
+ x="544.9303"
+ y="-172.45959">Gamma</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="543.84631"
+ y="-216.49304"
+ id="text4373"><tspan
+ sodipodi:role="line"
+ id="tspan4375"
+ x="543.84631"
+ y="-216.49304">Beta</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="544.9303"
+ y="-128.49084"
+ id="text4377"><tspan
+ sodipodi:role="line"
+ id="tspan4379"
+ x="544.9303"
+ y="-128.49084">Space</tspan></text>
+ <rect
+ style="fill:url(#linearGradient4947);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4385"
+ width="13"
+ height="13"
+ x="526"
+ y="-183.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4944);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4387"
+ width="11"
+ height="11"
+ x="527"
+ y="-182.49109"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#bcd7ad;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 527.49696,-181.99109 L 537.57036,-181.99109"
+ id="path4391" />
+ <rect
+ style="fill:url(#linearGradient4940);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4395"
+ width="13"
+ height="13"
+ x="526"
+ y="-139.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4937);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4397"
+ width="11"
+ height="11"
+ x="527"
+ y="-138.49109"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#c7dbb9;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 527.49696,-137.99109 L 537.57036,-137.99109"
+ id="path4399" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 527.95199,-176.47174 L 531.92947,-172.49427 L 539.08893,-183.49862 L 531.87076,-175.78045 L 529.94073,-178.46048 L 527.95199,-176.47174 z"
+ id="path4401"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ style="fill:#4ead16;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 527.95199,-132.47174 L 531.92947,-128.49427 L 539.08893,-139.49862 L 531.87076,-131.78045 L 529.94073,-134.46048 L 527.95199,-132.47174 z"
+ id="path4403"
+ sodipodi:nodetypes="cccccc" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="544.9303"
+ y="-84.490845"
+ id="text4405"><tspan
+ sodipodi:role="line"
+ id="tspan4407"
+ x="544.9303"
+ y="-84.490845">Ray</tspan></text>
+ <rect
+ style="fill:url(#linearGradient4929);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4409"
+ width="13"
+ height="13"
+ x="526"
+ y="-95.491089"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4925);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4411"
+ width="11"
+ height="11"
+ x="527"
+ y="-94.491089"
+ rx="0"
+ ry="0" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#bcd7ad;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 527.49696,-93.991094 L 537.57036,-93.991094"
+ id="path4413" />
+ <path
+ id="path4415"
+ style="opacity:0.60775865;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 527.95199,-88.471744 L 528.68121,-87.720448 L 530.58912,-89.548221 L 529.94073,-90.460484 L 527.95199,-88.471744 z M 530.913,-85.554929 L 531.92947,-84.494274 L 539.08893,-95.498624 L 530.913,-85.554929 z M 529.38451,-86.995008 L 530.18002,-86.243712 L 531.73439,-87.938903 L 531.15228,-88.762777 L 529.38451,-86.995008 z" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="544.9303"
+ y="-40.490849"
+ id="text4417"><tspan
+ sodipodi:role="line"
+ id="tspan4419"
+ x="544.9303"
+ y="-40.490849">Beam</tspan></text>
+ <path
+ id="path4421"
+ style="opacity:0.60775865;fill:#4ead16;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 527.95199,-44.471744 L 528.68121,-43.720448 L 530.58912,-45.548221 L 529.94073,-46.460484 L 527.95199,-44.471744 z M 530.913,-41.554929 L 531.92947,-40.494274 L 539.08893,-51.498624 L 530.913,-41.554929 z M 529.38451,-42.995008 L 530.18002,-42.243712 L 531.73439,-43.938903 L 531.15228,-44.762777 L 529.38451,-42.995008 z" />
+ <rect
+ style="opacity:0.16000001;fill:url(#linearGradient5052);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4615"
+ width="11"
+ height="11.000001"
+ x="627"
+ y="37.508904"
+ rx="5.5"
+ ry="5.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5049);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4617"
+ width="13"
+ height="13"
+ x="626"
+ y="-51.491093"
+ rx="6.5"
+ ry="6.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5046);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4619"
+ width="11"
+ height="11"
+ x="627"
+ y="-50.491093"
+ rx="5.5"
+ ry="5.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5042);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4623"
+ width="13"
+ height="13"
+ x="626"
+ y="-271.49109"
+ rx="6.5"
+ ry="6.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5039);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4625"
+ width="11"
+ height="10.999997"
+ x="627"
+ y="-270.49109"
+ rx="5.4999986"
+ ry="5.4999986" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5036);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4627"
+ width="13"
+ height="13"
+ x="626"
+ y="-227.49109"
+ rx="6.5"
+ ry="6.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5033);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4629"
+ width="11"
+ height="10.999997"
+ x="627"
+ y="-226.49109"
+ rx="5.4999986"
+ ry="5.4999986" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="643.84631"
+ y="-260.49084"
+ id="text4631"><tspan
+ sodipodi:role="line"
+ id="tspan4633"
+ x="643.84631"
+ y="-260.49084">Hyper</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="644.9303"
+ y="-172.45959"
+ id="text4635"><tspan
+ sodipodi:role="line"
+ id="tspan4637"
+ x="644.9303"
+ y="-172.45959">Gamma</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="643.84631"
+ y="-216.49304"
+ id="text4639"><tspan
+ sodipodi:role="line"
+ id="tspan4641"
+ x="643.84631"
+ y="-216.49304">Beta</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="644.9303"
+ y="-128.49084"
+ id="text4643"><tspan
+ sodipodi:role="line"
+ id="tspan4645"
+ x="644.9303"
+ y="-128.49084">Space</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.33000004;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="643.84631"
+ y="3.5091527"
+ id="text4647"><tspan
+ sodipodi:role="line"
+ id="tspan4649"
+ x="643.84631"
+ y="3.5091527">Shield</tspan></text>
+ <rect
+ style="opacity:1;fill:url(#linearGradient5020);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4651"
+ width="13"
+ height="13"
+ x="626"
+ y="-183.49109"
+ rx="6.5"
+ ry="6.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5017);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4653"
+ width="11"
+ height="11"
+ x="627"
+ y="-182.49109"
+ rx="5.5"
+ ry="5.5" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4655"
+ width="11.999999"
+ height="12.000001"
+ x="626.5"
+ y="-6.9910913"
+ rx="5.9999995"
+ ry="5.9999995" />
+ <rect
+ ry="5.5"
+ rx="5.5"
+ y="-6.4910913"
+ x="627"
+ height="11.050273"
+ width="11"
+ id="rect4659"
+ style="opacity:0.16000001;fill:url(#linearGradient5012);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5009);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4661"
+ width="13"
+ height="13"
+ x="626"
+ y="-139.49109"
+ rx="6.5"
+ ry="6.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5006);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4663"
+ width="11"
+ height="11"
+ x="627"
+ y="-138.49109"
+ rx="5.5"
+ ry="5.5" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="644.9303"
+ y="-84.490845"
+ id="text4671"><tspan
+ sodipodi:role="line"
+ id="tspan4673"
+ x="644.9303"
+ y="-84.490845">Ray</tspan></text>
+ <rect
+ style="opacity:1;fill:url(#linearGradient4998);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4675"
+ width="13"
+ height="13"
+ x="626"
+ y="-95.491089"
+ rx="6.5"
+ ry="6.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4995);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4677"
+ width="11"
+ height="11"
+ x="627"
+ y="-94.491089"
+ rx="5.5"
+ ry="5.5" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="644.9303"
+ y="-40.490849"
+ id="text4683"><tspan
+ sodipodi:role="line"
+ id="tspan4685"
+ x="644.9303"
+ y="-40.490849">Beam</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.33000004;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="643.84631"
+ y="47.509151"
+ id="text4689"><tspan
+ sodipodi:role="line"
+ id="tspan4691"
+ x="643.84631"
+ y="47.509151">Force</tspan></text>
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4693"
+ width="11.999999"
+ height="12.000001"
+ x="626.5"
+ y="37.008907"
+ rx="5.9999995"
+ ry="5.9999995" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.33000004;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="643.84631"
+ y="91.509155"
+ id="text4697"><tspan
+ sodipodi:role="line"
+ id="tspan4699"
+ x="643.84631"
+ y="91.509155">Field</tspan></text>
+ <rect
+ style="opacity:0.16000001;fill:url(#linearGradient4981);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4701"
+ width="11"
+ height="11.000001"
+ x="627"
+ y="81.508911"
+ rx="5.5"
+ ry="5.5" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#bdc0ba;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4703"
+ width="11.999999"
+ height="12.000001"
+ x="626.5"
+ y="81.008911"
+ rx="5.9999995"
+ ry="5.9999995" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5108);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4713"
+ width="13"
+ height="13"
+ x="726"
+ y="-51.491093"
+ rx="6.5"
+ ry="6.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5105);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4715"
+ width="11"
+ height="11"
+ x="727"
+ y="-50.491093"
+ rx="5.5"
+ ry="5.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5101);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4719"
+ width="13"
+ height="13"
+ x="726"
+ y="-271.49109"
+ rx="6.5"
+ ry="6.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5098);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4721"
+ width="11"
+ height="10.999997"
+ x="727"
+ y="-270.49109"
+ rx="5.4999986"
+ ry="5.4999986" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5095);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4723"
+ width="13"
+ height="13"
+ x="726"
+ y="-227.49109"
+ rx="6.5"
+ ry="6.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5092);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4725"
+ width="11"
+ height="10.999997"
+ x="727"
+ y="-226.49109"
+ rx="5.4999986"
+ ry="5.4999986" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="743.84631"
+ y="-260.49084"
+ id="text4727"><tspan
+ sodipodi:role="line"
+ id="tspan4729"
+ x="743.84631"
+ y="-260.49084">Hyper</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="744.9303"
+ y="-172.45959"
+ id="text4731"><tspan
+ sodipodi:role="line"
+ id="tspan4733"
+ x="744.9303"
+ y="-172.45959">Gamma</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="743.84631"
+ y="-216.49304"
+ id="text4735"><tspan
+ sodipodi:role="line"
+ id="tspan4737"
+ x="743.84631"
+ y="-216.49304">Beta</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="744.9303"
+ y="-128.49084"
+ id="text4739"><tspan
+ sodipodi:role="line"
+ id="tspan4741"
+ x="744.9303"
+ y="-128.49084">Space</tspan></text>
+ <rect
+ style="opacity:1;fill:url(#linearGradient5081);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4743"
+ width="13"
+ height="13"
+ x="726"
+ y="-183.49109"
+ rx="6.5"
+ ry="6.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5078);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4745"
+ width="11"
+ height="11"
+ x="727"
+ y="-182.49109"
+ rx="5.5"
+ ry="5.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5074);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4749"
+ width="13"
+ height="13"
+ x="726"
+ y="-139.49109"
+ rx="6.5"
+ ry="6.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5071);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4751"
+ width="11"
+ height="11"
+ x="727"
+ y="-138.49109"
+ rx="5.5"
+ ry="5.5" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="744.9303"
+ y="-84.490845"
+ id="text4759"><tspan
+ sodipodi:role="line"
+ id="tspan4761"
+ x="744.9303"
+ y="-84.490845">Ray</tspan></text>
+ <rect
+ style="opacity:1;fill:url(#linearGradient5063);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4763"
+ width="13"
+ height="13"
+ x="726"
+ y="-95.491089"
+ rx="6.5"
+ ry="6.5" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient5060);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4765"
+ width="11"
+ height="11"
+ x="727"
+ y="-94.491089"
+ rx="5.5"
+ ry="5.5" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="744.9303"
+ y="-40.490849"
+ id="text4771"><tspan
+ sodipodi:role="line"
+ id="tspan4773"
+ x="744.9303"
+ y="-40.490849">Beam</tspan></text>
+ <path
+ style="opacity:1;fill:#bcd7ad;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 632.5,-182.49109 C 629.453,-182.49109 627,-180.03809 627,-176.99109 C 627,-176.84284 627.01985,-176.69881 627.03125,-176.55359 C 627.3119,-179.33373 629.64344,-181.49109 632.5,-181.49109 C 635.35656,-181.49109 637.6881,-179.33374 637.96875,-176.55359 C 637.98015,-176.69881 638,-176.84284 638,-176.99109 C 638,-180.03809 635.547,-182.49109 632.5,-182.49109 z"
+ id="rect5110" />
+ <path
+ style="opacity:1;fill:#c7dbb9;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 632.5,-138.49109 C 629.453,-138.49109 627,-136.03809 627,-132.99109 C 627,-132.84284 627.01985,-132.69881 627.03125,-132.55359 C 627.3119,-135.33373 629.64344,-137.49109 632.5,-137.49109 C 635.35656,-137.49109 637.6881,-135.33374 637.96875,-132.55359 C 637.98015,-132.69881 638,-132.84284 638,-132.99109 C 638,-136.03809 635.547,-138.49109 632.5,-138.49109 z"
+ id="path5119" />
+ <path
+ style="opacity:1;fill:#bcd7ad;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 632.5,-94.491094 C 629.453,-94.491094 627,-92.038094 627,-88.991094 C 627,-88.842844 627.01985,-88.698814 627.03125,-88.553594 C 627.3119,-91.333734 629.64344,-93.491094 632.5,-93.491094 C 635.35656,-93.491094 637.6881,-91.333744 637.96875,-88.553594 C 637.98015,-88.698814 638,-88.842844 638,-88.991094 C 638,-92.038094 635.547,-94.491094 632.5,-94.491094 z"
+ id="path5131" />
+ <path
+ style="opacity:1;fill:#c7dbb9;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 632.5,-50.491094 C 629.453,-50.491094 627,-48.038094 627,-44.991094 C 627,-44.842844 627.01985,-44.698814 627.03125,-44.553594 C 627.3119,-47.333734 629.64344,-49.491094 632.5,-49.491094 C 635.35656,-49.491094 637.6881,-47.333744 637.96875,-44.553594 C 637.98015,-44.698814 638,-44.842844 638,-44.991094 C 638,-48.038094 635.547,-50.491094 632.5,-50.491094 z"
+ id="path5133" />
+ <path
+ style="opacity:1;fill:#000000;fill-opacity:0.03137255;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 632.5,37.508906 C 629.453,37.508906 627,39.961906 627,43.008906 C 627,43.157156 627.01985,43.301186 627.03125,43.446406 C 627.3119,40.666266 629.64344,38.508906 632.5,38.508906 C 635.35656,38.508906 637.6881,40.666256 637.96875,43.446406 C 637.98015,43.301186 638,43.157156 638,43.008906 C 638,39.961906 635.547,37.508906 632.5,37.508906 z"
+ id="path5135" />
+ <path
+ style="opacity:1;fill:#000000;fill-opacity:0.03137255;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 632.5,81.508906 C 629.453,81.508906 627,83.961906 627,87.008906 C 627,87.157156 627.01985,87.301186 627.03125,87.446406 C 627.3119,84.666266 629.64344,82.508906 632.5,82.508906 C 635.35656,82.508906 637.6881,84.666256 637.96875,87.446406 C 637.98015,87.301186 638,87.157156 638,87.008906 C 638,83.961906 635.547,81.508906 632.5,81.508906 z"
+ id="path5137" />
+ <path
+ style="opacity:1;fill:#bcd7ad;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 732.5,-182.49109 C 729.453,-182.49109 727,-180.03809 727,-176.99109 C 727,-176.84284 727.01985,-176.69881 727.03125,-176.55359 C 727.3119,-179.33373 729.64344,-181.49109 732.5,-181.49109 C 735.35656,-181.49109 737.6881,-179.33374 737.96875,-176.55359 C 737.98015,-176.69881 738,-176.84284 738,-176.99109 C 738,-180.03809 735.547,-182.49109 732.5,-182.49109 z"
+ id="path5139" />
+ <path
+ style="opacity:1;fill:#c7dbb9;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 732.5,-138.49109 C 729.453,-138.49109 727,-136.03809 727,-132.99109 C 727,-132.84284 727.01985,-132.69881 727.03125,-132.55359 C 727.3119,-135.33373 729.64344,-137.49109 732.5,-137.49109 C 735.35656,-137.49109 737.6881,-135.33374 737.96875,-132.55359 C 737.98015,-132.69881 738,-132.84284 738,-132.99109 C 738,-136.03809 735.547,-138.49109 732.5,-138.49109 z"
+ id="path5141" />
+ <path
+ style="opacity:1;fill:#bcd7ad;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 732.5,-94.491094 C 729.453,-94.491094 727,-92.038094 727,-88.991094 C 727,-88.842844 727.01985,-88.698814 727.03125,-88.553594 C 727.3119,-91.333734 729.64344,-93.491094 732.5,-93.491094 C 735.35656,-93.491094 737.6881,-91.333744 737.96875,-88.553594 C 737.98015,-88.698814 738,-88.842844 738,-88.991094 C 738,-92.038094 735.547,-94.491094 732.5,-94.491094 z"
+ id="path5143" />
+ <path
+ style="opacity:1;fill:#c7dbb9;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 732.5,-50.491094 C 729.453,-50.491094 727,-48.038094 727,-44.991094 C 727,-44.842844 727.01985,-44.698814 727.03125,-44.553594 C 727.3119,-47.333734 729.64344,-49.491094 732.5,-49.491094 C 735.35656,-49.491094 737.6881,-47.333744 737.96875,-44.553594 C 737.98015,-44.698814 738,-44.842844 738,-44.991094 C 738,-48.038094 735.547,-50.491094 732.5,-50.491094 z"
+ id="path5145" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.70000005;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.03111112;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path5147"
+ sodipodi:cx="561.4375"
+ sodipodi:cy="-313.5625"
+ sodipodi:rx="2.5625"
+ sodipodi:ry="1.6875"
+ d="M 564,-313.5625 A 2.5625,1.6875 0 1 1 558.875,-313.5625 A 2.5625,1.6875 0 1 1 564,-313.5625 z"
+ transform="matrix(0.9756094,0,0,1.4814849,84.756272,287.54702)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#4ead16;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.70000005;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.03111112;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path5149"
+ sodipodi:cx="561.4375"
+ sodipodi:cy="-313.5625"
+ sodipodi:rx="2.5625"
+ sodipodi:ry="1.6875"
+ d="M 564,-313.5625 A 2.5625,1.6875 0 1 1 558.875,-313.5625 A 2.5625,1.6875 0 1 1 564,-313.5625 z"
+ transform="matrix(0.9756094,0,0,1.4814849,84.756272,331.54702)" />
+ <path
+ style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.70000005;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.03111112;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 630,-88.991094 C 630,-87.611094 631.11998,-86.491084 632.5,-86.491094 C 633.88,-86.491094 634.99997,-87.611094 635,-88.991094 L 630,-88.991094 z"
+ id="path5151" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#000000;fill-opacity:0.24705882;fill-rule:nonzero;stroke:none;stroke-width:3.70000005;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.03111112;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path5157"
+ sodipodi:cx="561.4375"
+ sodipodi:cy="-313.5625"
+ sodipodi:rx="2.5625"
+ sodipodi:ry="1.6875"
+ d="M 564,-313.5625 A 2.5625,1.6875 0 1 1 558.875,-313.5625 A 2.5625,1.6875 0 1 1 564,-313.5625 z"
+ transform="matrix(0.9756094,0,0,1.4814849,84.756272,507.54702)" />
+ <path
+ style="opacity:1;fill:#4ead16;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.70000005;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.03111112;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 630,-44.991094 C 630,-43.611094 631.11998,-42.491084 632.5,-42.491094 C 633.88,-42.491094 634.99997,-43.611094 635,-44.991094 L 630,-44.991094 z"
+ id="path5165" />
+ <path
+ style="opacity:1;fill:#000000;fill-opacity:0.24705882;fill-rule:nonzero;stroke:none;stroke-width:3.70000005;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.03111112;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 630,87.008906 C 630,88.388906 631.11998,89.508916 632.5,89.508906 C 633.88,89.508906 634.99997,88.388906 635,87.008906 L 630,87.008906 z"
+ id="path5167" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.70000005;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.03111112;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path5169"
+ sodipodi:cx="561.4375"
+ sodipodi:cy="-313.5625"
+ sodipodi:rx="2.5625"
+ sodipodi:ry="1.6875"
+ d="M 564,-313.5625 A 2.5625,1.6875 0 1 1 558.875,-313.5625 A 2.5625,1.6875 0 1 1 564,-313.5625 z"
+ transform="matrix(0.9756094,0,0,1.4814849,184.75627,287.54702)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:1;fill:#4ead16;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.70000005;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.03111112;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path5171"
+ sodipodi:cx="561.4375"
+ sodipodi:cy="-313.5625"
+ sodipodi:rx="2.5625"
+ sodipodi:ry="1.6875"
+ d="M 564,-313.5625 A 2.5625,1.6875 0 1 1 558.875,-313.5625 A 2.5625,1.6875 0 1 1 564,-313.5625 z"
+ transform="matrix(0.9756094,0,0,1.4814849,184.75627,331.54702)" />
+ <path
+ style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.70000005;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.03111112;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 730,-88.991094 C 730,-87.611094 731.11998,-86.491084 732.5,-86.491094 C 733.88,-86.491094 734.99997,-87.611094 735,-88.991094 L 730,-88.991094 z"
+ id="path5173" />
+ <path
+ style="opacity:1;fill:#4ead16;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.70000005;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.03111112;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 730,-44.991094 C 730,-43.611094 731.11998,-42.491084 732.5,-42.491094 C 733.88,-42.491094 734.99997,-43.611094 735,-44.991094 L 730,-44.991094 z"
+ id="path5175" />
+ <rect
+ ry="0"
+ rx="0"
+ y="-370.49109"
+ x="214.04277"
+ height="21"
+ width="83.957214"
+ id="rect13520"
+ style="opacity:1;fill:url(#linearGradient13566);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:0.6;fill:url(#linearGradient13568);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect13522"
+ width="83.957214"
+ height="21.000002"
+ x="214"
+ y="-340.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#a6a6a6;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect13524"
+ width="84"
+ height="0.9988243"
+ x="214"
+ y="-350.48993" />
+ <rect
+ y="-320.49109"
+ x="214"
+ height="1.0000001"
+ width="84"
+ id="rect13526"
+ style="opacity:0.6;fill:#a6a6a6;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient13570);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect13528"
+ width="84"
+ height="20.999998"
+ x="314"
+ y="-370.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ y="-350.49109"
+ x="314"
+ height="0.99999988"
+ width="84"
+ id="rect13530"
+ style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="fill:url(#linearGradient3858);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect13532"
+ width="84"
+ height="21"
+ x="514"
+ y="-370.49109"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:none;fill-opacity:1;stroke:#7f7f7f;stroke-width:1.0656873;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect13534"
+ width="82.934319"
+ height="19.934313"
+ x="514.53284"
+ y="-369.95825" />
+ <rect
+ style="opacity:0.5;fill:#999999;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect13536"
+ width="84"
+ height="1"
+ x="790"
+ y="-359.52051" />
+ <rect
+ ry="0"
+ rx="0"
+ y="-340.49109"
+ x="314.04276"
+ height="21.000002"
+ width="83.957245"
+ id="rect13538"
+ style="opacity:0.6;fill:url(#linearGradient13576);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:0.6;fill:#999999;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect13540"
+ width="84"
+ height="1.0000001"
+ x="314"
+ y="-320.49109" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient4508);stroke-width:0.99991781;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 214.49996,575.00887 L 264.49245,575.00887 L 264.49245,599.99817 L 397.50004,600.00889 L 397.50004,666.00896 L 214.49996,666.00896 L 214.49996,575.00887 z"
+ id="rect4510"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.06572768"
+ d="M 265.5,577.00893 L 265.5,599.00894 L 366.5,599.00894"
+ id="path4555"
+ sodipodi:nodetypes="ccc" />
+ <rect
+ style="fill:url(#linearGradient4672);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4561"
+ width="52"
+ height="24.000002"
+ x="414"
+ y="576.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4669);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4563"
+ width="51"
+ height="22"
+ x="415"
+ y="577.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4666);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4565"
+ width="51"
+ height="24.000002"
+ x="516"
+ y="576.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:url(#linearGradient4663);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4567"
+ width="50"
+ height="22.000004"
+ x="516"
+ y="577.50891"
+ rx="0"
+ ry="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ style="opacity:0.28634362;fill:url(#linearGradient4660);fill-opacity:1;stroke:none;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 466,575.50891 L 466,600.50891 L 415,600.50891 L 415,665.50891 L 597,665.50891 L 597,600.50891 L 515,600.50891 L 515,575.50891 L 466,575.50891 z"
+ id="path4569" />
+ <path
+ style="fill:none;fill-opacity:1;stroke:url(#linearGradient4657);stroke-width:0.99991781;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 465.49161,599.99817 L 465.49161,575.00887 L 515.48327,575.00887 L 515.48327,599.99817 L 597.50004,600.00889 L 597.50004,666.00896 L 414.49996,666.00896 L 414.49996,599.99817 L 465.49161,599.99817 z"
+ id="path4571"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.06572768;display:inline;enable-background:new"
+ d="M 516.5,577.00893 L 516.5,599.00894 L 566.50002,599.00894"
+ id="path4573"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.06572768;display:inline;enable-background:new"
+ d="M 464.50001,577.0089 L 464.50001,599.00891 L 414.50001,599.00891"
+ id="path4699"
+ sodipodi:nodetypes="ccc" />
+ <rect
+ style="opacity:0.5110132;fill:url(#linearGradient4731);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4706"
+ width="31.000015"
+ height="24.999998"
+ x="767"
+ y="574.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:0.5110132;fill:url(#linearGradient4733);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4708"
+ width="51"
+ height="24.999998"
+ x="614"
+ y="574.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4735);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4711"
+ width="103"
+ height="24.000002"
+ x="614"
+ y="576.50891"
+ rx="0"
+ ry="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ style="opacity:0.28634362;fill:url(#linearGradient4743);fill-opacity:1;stroke:none;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 717,575.50891 L 717,600.50891 L 615,600.50891 L 615,665.50891 L 797,665.50891 L 797,600.50891 L 766,600.50891 L 766,575.50891 L 717,575.50891 z"
+ id="path4722" />
+ <path
+ style="opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient4745);stroke-width:0.99991781;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ d="M 716.5,600.00891 L 716.5,575.00891 L 766.5,575.00887 L 766.5,600.00891 L 797.50004,600.00889 L 797.50004,666.00896 L 614.49996,666.00896 L 614.49996,599.99817 L 716.5,600.00891 z"
+ id="path4725"
+ sodipodi:nodetypes="ccccccccc" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4761);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4759"
+ width="50"
+ height="22"
+ x="615"
+ y="577.50891"
+ rx="0"
+ ry="0" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.06572768;display:inline;enable-background:new"
+ d="M 715.50002,577.0089 L 715.50002,599.00891 L 614.50002,599.00891"
+ id="path4729"
+ sodipodi:nodetypes="ccc" />
+ <rect
+ style="opacity:0.5110132;fill:url(#linearGradient4754);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4747"
+ width="51"
+ height="24.999998"
+ x="665"
+ y="574.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4756);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4750"
+ width="49"
+ height="22"
+ x="666"
+ y="577.50891"
+ rx="0"
+ ry="0" />
+ <path
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.06572768;display:inline;enable-background:new"
+ d="M 715.50003,577.00889 L 715.50003,599.0089 L 666.49999,599.0089"
+ id="path4752"
+ sodipodi:nodetypes="ccc" />
+ <rect
+ style="opacity:1;fill:#000000;fill-opacity:0.05;stroke:url(#linearGradient4554);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect4545"
+ width="183"
+ height="65.000008"
+ x="214.5"
+ y="703.00891" />
+ <rect
+ y="703.00885"
+ x="414.49991"
+ height="65.000191"
+ width="183.00017"
+ id="rect4564"
+ style="opacity:0.28600003;fill:url(#linearGradient4642);fill-opacity:1;stroke:url(#linearGradient4568);stroke-width:0.9998247;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:0.1;stroke:url(#linearGradient4599);stroke-width:0.99998909;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect4597"
+ width="183.00002"
+ height="65.000015"
+ x="614.5"
+ y="703.00891" />
+ <rect
+ y="704.00116"
+ x="615.49225"
+ height="63.015549"
+ width="181.01555"
+ id="rect4601"
+ style="opacity:1;fill:none;fill-opacity:0.1;stroke:url(#linearGradient4603);stroke-width:0.98443341;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ y="703.00891"
+ x="814.5"
+ height="65.000008"
+ width="180.99998"
+ id="rect4630"
+ style="opacity:1;fill:none;fill-opacity:0.1;stroke:url(#linearGradient4635);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ style="opacity:1;fill:none;fill-opacity:0.1;stroke:url(#linearGradient4637);stroke-width:0.98443455;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect4633"
+ width="179.01558"
+ height="63.015583"
+ x="815.49219"
+ y="704.0011" />
+ <rect
+ y="806.00891"
+ x="214.5"
+ height="18"
+ width="183"
+ id="rect3815"
+ style="opacity:1;fill:url(#linearGradient4616);fill-opacity:1;stroke:url(#linearGradient3817);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <g
+ id="g3843"
+ transform="translate(0.25,0.1467259)">
+ <rect
+ style="opacity:1;fill:url(#linearGradient3847);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4640"
+ width="84"
+ height="21"
+ x="613.75"
+ y="-370.63782"
+ rx="0"
+ ry="0" />
+ <rect
+ y="-370.63782"
+ x="613.75"
+ height="0.99999988"
+ width="84"
+ id="rect4645"
+ style="opacity:1;fill:#a6a6a6;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <rect
+ style="opacity:1;fill:#81aa60;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.70000005;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect3860"
+ width="16"
+ height="8.9999971"
+ x="4"
+ y="675.50891" />
+ <rect
+ y="834.00891"
+ x="214.5"
+ height="18"
+ width="183"
+ id="rect4813"
+ style="opacity:1;fill:url(#linearGradient4825);fill-opacity:1;stroke:url(#linearGradient4827);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4829);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4815"
+ width="91"
+ height="17.009319"
+ x="215.0134"
+ y="834.50891"
+ rx="15.689658"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#000000;fill-opacity:0.2;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4817"
+ width="91"
+ height="0.99997795"
+ x="215"
+ y="850.50891"
+ rx="0" />
+ <rect
+ rx="0"
+ y="834.50513"
+ x="215"
+ height="1.0037816"
+ width="91"
+ id="rect4819"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.6;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:0.4;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4821"
+ width="15"
+ height="1"
+ x="835.50891"
+ y="-306"
+ rx="0"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ rx="0"
+ y="-216"
+ x="835.21289"
+ height="1.0009843"
+ width="15.296018"
+ id="rect4823"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.4;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="862.00891"
+ x="214.5"
+ height="18"
+ width="183"
+ id="rect4837"
+ style="opacity:1;fill:url(#linearGradient4849);fill-opacity:1;stroke:url(#linearGradient4851);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient4855);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4839"
+ width="181.9866"
+ height="17.009319"
+ x="215.0134"
+ y="862.50891"
+ rx="31.377007"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#000000;fill-opacity:0.2;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4841"
+ width="182"
+ height="0.99997795"
+ x="215"
+ y="878.50891"
+ rx="0" />
+ <rect
+ rx="0"
+ y="862.50513"
+ x="215"
+ height="1.0037816"
+ width="182"
+ id="rect4843"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.6;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:1;fill:#ffffff;fill-opacity:0.4;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4845"
+ width="15"
+ height="1"
+ x="863.50891"
+ y="-397"
+ rx="0"
+ transform="matrix(0,1,-1,0,0,0)" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ rx="0"
+ y="-216"
+ x="863.21289"
+ height="1.0009843"
+ width="15.296018"
+ id="rect4847"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.4;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g3968"
+ transform="matrix(0.9263978,0,0,1,20.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect3970"
+ style="opacity:1;fill:url(#linearGradient3975);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path3972"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g3977"
+ transform="matrix(0.9263978,0,0,1,24.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect3979"
+ style="opacity:1;fill:url(#linearGradient3991);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path3981"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g3983"
+ transform="matrix(0.9263978,0,0,1,28.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect3987"
+ style="opacity:1;fill:url(#linearGradient3993);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path3989"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g3995"
+ transform="matrix(0.9263978,0,0,1,32.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect3997"
+ style="opacity:1;fill:url(#linearGradient4020);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path3999"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4001"
+ transform="matrix(0.9263978,0,0,1,36.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4003"
+ style="opacity:1;fill:url(#linearGradient4022);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4005"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4007"
+ transform="matrix(0.9263978,0,0,1,40.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4009"
+ style="opacity:1;fill:url(#linearGradient4024);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4012"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4014"
+ transform="matrix(0.9263978,0,0,1,44.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4016"
+ style="opacity:1;fill:url(#linearGradient4026);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4018"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4028"
+ transform="matrix(0.9263978,0,0,1,48.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4030"
+ style="opacity:1;fill:url(#linearGradient4077);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4032"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4034"
+ transform="matrix(0.9263978,0,0,1,52.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4036"
+ style="opacity:1;fill:url(#linearGradient4079);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4038"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4040"
+ transform="matrix(0.9263978,0,0,1,56.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4042"
+ style="opacity:1;fill:url(#linearGradient4081);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4044"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4046"
+ transform="matrix(0.9263978,0,0,1,60.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4049"
+ style="opacity:1;fill:url(#linearGradient4083);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4051"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4053"
+ transform="matrix(0.9263978,0,0,1,64.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4055"
+ style="opacity:1;fill:url(#linearGradient4085);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4057"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4059"
+ transform="matrix(0.9263978,0,0,1,68.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4061"
+ style="opacity:1;fill:url(#linearGradient4087);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4063"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4065"
+ transform="matrix(0.9263978,0,0,1,72.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4067"
+ style="opacity:1;fill:url(#linearGradient4089);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4069"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4071"
+ transform="matrix(0.9263978,0,0,1,76.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4073"
+ style="opacity:1;fill:url(#linearGradient4091);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4075"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4093"
+ transform="matrix(0.9263978,0,0,1,80.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4095"
+ style="opacity:1;fill:url(#linearGradient4117);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4097"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4099"
+ transform="matrix(0.9263978,0,0,1,84.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4101"
+ style="opacity:1;fill:url(#linearGradient4119);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4103"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4105"
+ transform="matrix(0.9263978,0,0,1,88.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4107"
+ style="opacity:1;fill:url(#linearGradient4121);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4109"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4111"
+ transform="matrix(0.9263978,0,0,1,92.059864,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4113"
+ style="opacity:1;fill:url(#linearGradient4123);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4115"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4125"
+ transform="matrix(0.9263978,0,0,1,20.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4127"
+ style="opacity:1;fill:url(#linearGradient4131);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4129"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4133"
+ transform="matrix(0.9263978,0,0,1,24.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4135"
+ style="opacity:1;fill:url(#linearGradient4145);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4137"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4139"
+ transform="matrix(0.9263978,0,0,1,28.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4141"
+ style="opacity:1;fill:url(#linearGradient4147);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4143"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4149"
+ transform="matrix(0.9263978,0,0,1,32.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4151"
+ style="opacity:1;fill:url(#linearGradient4176);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4153"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4155"
+ transform="matrix(0.9263978,0,0,1,36.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4158"
+ style="opacity:1;fill:url(#linearGradient4178);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4161"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4163"
+ transform="matrix(0.9263978,0,0,1,40.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4165"
+ style="opacity:1;fill:url(#linearGradient4180);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4167"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4169"
+ transform="matrix(0.9263978,0,0,1,44.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4172"
+ style="opacity:1;fill:url(#linearGradient4182);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4174"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4184"
+ transform="matrix(0.9263978,0,0,1,48.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4186"
+ style="opacity:1;fill:url(#linearGradient4234);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4189"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4191"
+ transform="matrix(0.9263978,0,0,1,52.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4194"
+ style="opacity:1;fill:url(#linearGradient4236);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4196"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4198"
+ transform="matrix(0.9263978,0,0,1,56.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4200"
+ style="opacity:1;fill:url(#linearGradient4238);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4202"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4204"
+ transform="matrix(0.9263978,0,0,1,60.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4206"
+ style="opacity:1;fill:url(#linearGradient4241);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4208"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4210"
+ transform="matrix(0.9263978,0,0,1,64.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4212"
+ style="opacity:1;fill:url(#linearGradient4244);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4214"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4216"
+ transform="matrix(0.9263978,0,0,1,68.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4218"
+ style="opacity:1;fill:url(#linearGradient4246);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4220"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4222"
+ transform="matrix(0.9263978,0,0,1,72.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4224"
+ style="opacity:1;fill:url(#linearGradient4249);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4226"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4228"
+ transform="matrix(0.9263978,0,0,1,76.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4230"
+ style="opacity:1;fill:url(#linearGradient4251);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4232"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4253"
+ transform="matrix(0.9263978,0,0,1,80.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4256"
+ style="opacity:1;fill:url(#linearGradient4292);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4258"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4260"
+ transform="matrix(0.9263978,0,0,1,84.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4262"
+ style="opacity:1;fill:url(#linearGradient4294);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4264"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4266"
+ transform="matrix(0.9263978,0,0,1,88.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4268"
+ style="opacity:1;fill:url(#linearGradient4296);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4270"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4272"
+ transform="matrix(0.9263978,0,0,1,92.055542,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4280"
+ style="opacity:1;fill:url(#linearGradient4298);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4283"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4302"
+ transform="matrix(0.9263978,0,0,1,120.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4304"
+ style="opacity:1;fill:url(#linearGradient4314);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4306"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4308"
+ transform="matrix(0.9262193,0,0,1,120.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4310"
+ style="opacity:1;fill:url(#linearGradient4316);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4312"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4318"
+ transform="matrix(0.9263978,0,0,1,124.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4320"
+ style="opacity:1;fill:url(#linearGradient4343);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4322"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4324"
+ transform="matrix(0.9262193,0,0,1,124.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4326"
+ style="opacity:1;fill:url(#linearGradient4345);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4328"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4330"
+ transform="matrix(0.9263978,0,0,1,128.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4332"
+ style="opacity:1;fill:url(#linearGradient4347);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4334"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4336"
+ transform="matrix(0.9262193,0,0,1,128.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4338"
+ style="opacity:1;fill:url(#linearGradient4349);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4340"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4351"
+ transform="matrix(0.9263978,0,0,1,132.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4354"
+ style="opacity:1;fill:url(#linearGradient4402);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4356"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4358"
+ transform="matrix(0.9262193,0,0,1,132.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4360"
+ style="opacity:1;fill:url(#linearGradient4404);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4362"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4364"
+ transform="matrix(0.9263978,0,0,1,136.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4366"
+ style="opacity:1;fill:url(#linearGradient4406);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4368"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4370"
+ transform="matrix(0.9262193,0,0,1,136.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4373"
+ style="opacity:1;fill:url(#linearGradient4408);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4375"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4377"
+ transform="matrix(0.9263978,0,0,1,140.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4379"
+ style="opacity:1;fill:url(#linearGradient4410);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4381"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4383"
+ transform="matrix(0.9262193,0,0,1,140.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4386"
+ style="opacity:1;fill:url(#linearGradient4412);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4388"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4390"
+ transform="matrix(0.9263978,0,0,1,144.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4392"
+ style="opacity:1;fill:url(#linearGradient4414);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4394"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4396"
+ transform="matrix(0.9262193,0,0,1,144.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4398"
+ style="opacity:1;fill:url(#linearGradient4416);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4400"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4418"
+ transform="matrix(0.9263978,0,0,1,148.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4420"
+ style="opacity:1;fill:url(#linearGradient4466);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4422"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4424"
+ transform="matrix(0.9262193,0,0,1,148.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4426"
+ style="opacity:1;fill:url(#linearGradient4468);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4428"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4430"
+ transform="matrix(0.9263978,0,0,1,152.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4432"
+ style="opacity:1;fill:url(#linearGradient4470);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4434"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4436"
+ transform="matrix(0.9262193,0,0,1,152.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4438"
+ style="opacity:1;fill:url(#linearGradient4473);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4440"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4442"
+ transform="matrix(0.9263978,0,0,1,156.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4444"
+ style="opacity:1;fill:url(#linearGradient4475);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4446"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4448"
+ transform="matrix(0.9262193,0,0,1,156.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4450"
+ style="opacity:1;fill:url(#linearGradient4477);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4452"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4454"
+ transform="matrix(0.9263978,0,0,1,160.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4456"
+ style="opacity:1;fill:url(#linearGradient4479);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4458"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4460"
+ transform="matrix(0.9262193,0,0,1,160.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4462"
+ style="opacity:1;fill:url(#linearGradient4481);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4464"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4483"
+ transform="matrix(0.9263978,0,0,1,164.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4485"
+ style="opacity:1;fill:url(#linearGradient4533);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4487"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4489"
+ transform="matrix(0.9262193,0,0,1,164.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4491"
+ style="opacity:1;fill:url(#linearGradient4535);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4493"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4495"
+ transform="matrix(0.9263978,0,0,1,168.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4497"
+ style="opacity:1;fill:url(#linearGradient4537);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4499"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4501"
+ transform="matrix(0.9262193,0,0,1,168.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4504"
+ style="opacity:1;fill:url(#linearGradient4540);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4506"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4508"
+ transform="matrix(0.9263978,0,0,1,172.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4511"
+ style="opacity:1;fill:url(#linearGradient4542);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4513"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4515"
+ transform="matrix(0.9262193,0,0,1,172.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4517"
+ style="opacity:1;fill:url(#linearGradient4544);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4519"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4521"
+ transform="matrix(0.9263978,0,0,1,176.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4523"
+ style="opacity:1;fill:url(#linearGradient4546);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4525"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4527"
+ transform="matrix(0.9262193,0,0,1,176.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4529"
+ style="opacity:1;fill:url(#linearGradient4549);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4531"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4551"
+ transform="matrix(0.9263978,0,0,1,180.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4553"
+ style="opacity:1;fill:url(#linearGradient4601);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4556"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4558"
+ transform="matrix(0.9262193,0,0,1,180.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4560"
+ style="opacity:1;fill:url(#linearGradient4607);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4562"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4564"
+ transform="matrix(0.9263978,0,0,1,184.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4566"
+ style="opacity:1;fill:url(#linearGradient4610);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4568"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4570"
+ transform="matrix(0.9262193,0,0,1,184.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4572"
+ style="opacity:1;fill:url(#linearGradient4612);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4574"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4576"
+ transform="matrix(0.9263978,0,0,1,188.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4578"
+ style="opacity:1;fill:url(#linearGradient4614);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4580"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4582"
+ transform="matrix(0.9262193,0,0,1,188.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4584"
+ style="opacity:1;fill:url(#linearGradient4617);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4586"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4588"
+ transform="matrix(0.9263978,0,0,1,192.05986,-131.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4590"
+ style="opacity:1;fill:url(#linearGradient4619);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4592"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ style="opacity:1;display:inline;enable-background:new"
+ id="g4594"
+ transform="matrix(0.9262193,0,0,1,192.09858,-87.85327)">
+ <rect
+ ry="0"
+ rx="0"
+ y="27.362181"
+ x="217"
+ height="33"
+ width="2"
+ id="rect4596"
+ style="opacity:1;fill:url(#linearGradient4621);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ id="path4598"
+ d="M 218.54464,27.86218 L 217.42429,27.86218"
+ style="opacity:1;fill:none;fill-rule:evenodd;stroke:#d8dad5;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <rect
+ y="806.00891"
+ x="414.5"
+ height="18"
+ width="183"
+ id="rect3895"
+ style="opacity:1;fill:url(#linearGradient3922);fill-opacity:1;stroke:url(#linearGradient3924);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.00891"
+ x="414.5"
+ height="18"
+ width="183"
+ id="rect3897"
+ style="opacity:1;fill:url(#linearGradient3926);fill-opacity:1;stroke:url(#linearGradient3928);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3930);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3899"
+ width="91"
+ height="17.009319"
+ x="415.0134"
+ y="834.50891"
+ rx="15.689658"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#000000;fill-opacity:0.2;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3901"
+ width="91"
+ height="0.99997795"
+ x="415"
+ y="850.50891"
+ rx="0" />
+ <rect
+ rx="0"
+ y="834.50513"
+ x="415"
+ height="1.0037816"
+ width="91"
+ id="rect3903"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.6;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ rx="0"
+ y="-416"
+ x="835.21289"
+ height="1.0009843"
+ width="15.296018"
+ id="rect3907"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.4;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="862.00891"
+ x="414.5"
+ height="18"
+ width="183"
+ id="rect3909"
+ style="opacity:1;fill:url(#linearGradient3932);fill-opacity:1;stroke:url(#linearGradient3934);stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient3936);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3911"
+ width="181.9866"
+ height="17.009319"
+ x="415.0134"
+ y="862.50891"
+ rx="31.377007"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:#000000;fill-opacity:0.2;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3913"
+ width="182"
+ height="0.99997795"
+ x="415"
+ y="878.50891"
+ rx="0" />
+ <rect
+ rx="0"
+ y="862.50513"
+ x="415"
+ height="1.0037816"
+ width="182"
+ id="rect3915"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.6;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ rx="0"
+ y="-416"
+ x="863.21289"
+ height="1.0009843"
+ width="15.296018"
+ id="rect3920"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.4;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient6118);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect6070"
+ width="24"
+ height="18.999998"
+ x="494"
+ y="833.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient6120);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect6072"
+ width="22"
+ height="16.999998"
+ x="495"
+ y="834.50891"
+ rx="0"
+ ry="0" />
+ <g
+ id="g6074"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;display:inline;enable-background:new"
+ transform="matrix(1,0,0,0.8823519,0,99.17835)">
+ <rect
+ y="834.50891"
+ x="496"
+ height="16.999998"
+ width="1"
+ id="rect6076"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ y="834.50891"
+ x="498"
+ height="16.999998"
+ width="1"
+ id="rect6078"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="500"
+ height="16.999998"
+ width="1"
+ id="rect6080"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="502"
+ height="16.999998"
+ width="1"
+ id="rect6082"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="504"
+ height="16.999998"
+ width="1"
+ id="rect6084"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="506"
+ height="16.999998"
+ width="1"
+ id="rect6086"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="508"
+ height="16.999998"
+ width="1"
+ id="rect6088"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="510"
+ height="16.999998"
+ width="1"
+ id="rect6090"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="512"
+ height="16.999998"
+ width="1"
+ id="rect6092"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="514"
+ height="16.999998"
+ width="1"
+ id="rect6094"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ id="g6096"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;display:inline;enable-background:new"
+ transform="matrix(1,0,0,0.8823519,-1,99.17844)">
+ <rect
+ y="834.50891"
+ x="498"
+ height="16.999998"
+ width="1"
+ id="rect6098"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="500"
+ height="16.999998"
+ width="1"
+ id="rect6100"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="502"
+ height="16.999998"
+ width="1"
+ id="rect6102"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="504"
+ height="16.999998"
+ width="1"
+ id="rect6104"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="506"
+ height="16.999998"
+ width="1"
+ id="rect6106"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="508"
+ height="16.999998"
+ width="1"
+ id="rect6108"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="510"
+ height="16.999998"
+ width="1"
+ id="rect6110"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="512"
+ height="16.999998"
+ width="1"
+ id="rect6112"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="514"
+ height="16.999998"
+ width="1"
+ id="rect6114"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="516"
+ height="16.999998"
+ width="1"
+ id="rect6116"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <rect
+ style="opacity:1;fill:url(#linearGradient6182);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect6134"
+ width="24"
+ height="18.999998"
+ x="574"
+ y="861.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ style="opacity:1;fill:url(#linearGradient6184);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect6136"
+ width="22"
+ height="16.999998"
+ x="575"
+ y="862.50891"
+ rx="0"
+ ry="0" />
+ <g
+ id="g6138"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;display:inline;enable-background:new"
+ transform="matrix(1,0,0,0.8823519,80,127.17835)">
+ <rect
+ y="834.50891"
+ x="496"
+ height="16.999998"
+ width="1"
+ id="rect6140"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ y="834.50891"
+ x="498"
+ height="16.999998"
+ width="1"
+ id="rect6142"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="500"
+ height="16.999998"
+ width="1"
+ id="rect6144"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="502"
+ height="16.999998"
+ width="1"
+ id="rect6146"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="504"
+ height="16.999998"
+ width="1"
+ id="rect6148"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="506"
+ height="16.999998"
+ width="1"
+ id="rect6150"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="508"
+ height="16.999998"
+ width="1"
+ id="rect6152"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="510"
+ height="16.999998"
+ width="1"
+ id="rect6154"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="512"
+ height="16.999998"
+ width="1"
+ id="rect6156"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="514"
+ height="16.999998"
+ width="1"
+ id="rect6158"
+ style="opacity:1;fill:#000000;fill-opacity:0.0822511;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <g
+ id="g6160"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;display:inline;enable-background:new"
+ transform="matrix(1,0,0,0.8823519,79,127.17844)">
+ <rect
+ y="834.50891"
+ x="498"
+ height="16.999998"
+ width="1"
+ id="rect6162"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="500"
+ height="16.999998"
+ width="1"
+ id="rect6164"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="502"
+ height="16.999998"
+ width="1"
+ id="rect6166"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="504"
+ height="16.999998"
+ width="1"
+ id="rect6168"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="506"
+ height="16.999998"
+ width="1"
+ id="rect6170"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="508"
+ height="16.999998"
+ width="1"
+ id="rect6172"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="510"
+ height="16.999998"
+ width="1"
+ id="rect6174"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="512"
+ height="16.999998"
+ width="1"
+ id="rect6176"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="514"
+ height="16.999998"
+ width="1"
+ id="rect6178"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="834.50891"
+ x="516"
+ height="16.999998"
+ width="1"
+ id="rect6180"
+ style="opacity:1;fill:#ffffff;fill-opacity:0.03463201;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ </g>
+ <rect
+ y="945.97705"
+ x="278.49103"
+ height="1"
+ width="84"
+ id="rect4752"
+ style="opacity:0.5;fill:#999999;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ transform="matrix(0,-1,1,0,0,0)" />
+ <rect
+ style="opacity:1;fill:url(#radialGradient13574);fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4757"
+ width="84"
+ height="1"
+ x="414"
+ y="-360.49109" />
+ <rect
+ style="opacity:1;fill:#fafafa;fill-opacity:1;stroke:none;stroke-width:0.69999999;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect4772"
+ width="94.75"
+ height="44.5"
+ x="213.5"
+ y="960.00891" />
+ <rect
+ ry="0"
+ rx="0"
+ y="964.50891"
+ x="219.875"
+ height="33"
+ width="82"
+ id="rect4768"
+ style="opacity:0.8;fill:url(#linearGradient4770);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+ <rect
+ style="opacity:0.07000002;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.69999999;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect4780"
+ width="82.004181"
+ height="1"
+ x="219.875"
+ y="996.52032" />
+ <rect
+ y="964.52032"
+ x="219.875"
+ height="1"
+ width="82.004181"
+ id="rect4782"
+ style="opacity:0.9;fill:#dbe9c6;fill-opacity:1;stroke:none;stroke-width:0.69999999;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ y="960.00891"
+ x="377.5"
+ height="44.5"
+ width="94.75"
+ id="rect4784"
+ style="opacity:1;fill:#fafafa;fill-opacity:1;stroke:none;stroke-width:0.69999999;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ style="opacity:0.8;fill:url(#linearGradient4792);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4786"
+ width="82"
+ height="33"
+ x="383.875"
+ y="964.50891"
+ rx="0"
+ ry="0" />
+ <rect
+ y="996.52032"
+ x="383.875"
+ height="1"
+ width="82.004181"
+ id="rect4788"
+ style="opacity:0.07000002;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.69999999;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ style="opacity:0.9;fill:#dbe9c6;fill-opacity:1;stroke:none;stroke-width:0.69999999;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect4790"
+ width="82.004181"
+ height="1"
+ x="383.875"
+ y="964.52032" />
+ </g>
+ <g
+ inkscape:label="plates"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="opacity:0;display:inline"
+ transform="translate(-42,415.63782)"
+ sodipodi:insensitive="true">
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="button-prelight"
+ width="84"
+ height="35"
+ x="214"
+ y="207.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="button"
+ width="84"
+ height="35"
+ x="214"
+ y="163.50891"
+ inkscape:label="#button" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="button-active"
+ width="84"
+ height="35"
+ x="214"
+ y="251.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="button-insensitive"
+ width="84"
+ height="35"
+ x="214"
+ y="295.50891" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+ x="204.05081"
+ y="257.03848"
+ id="text3221"><tspan
+ sodipodi:role="line"
+ id="tspan3223"
+ x="204.05081"
+ y="257.03848" /></text>
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="button-focused-prelight"
+ width="84"
+ height="35"
+ x="314"
+ y="207.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="button-focused"
+ width="84"
+ height="35"
+ x="314"
+ y="163.50891"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="button-focused-active"
+ width="84"
+ height="35"
+ x="314"
+ y="251.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="button-default-prelight"
+ width="84"
+ height="35"
+ x="414"
+ y="207.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="button-default-active"
+ width="84"
+ height="35"
+ x="414"
+ y="251.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="button-default-focused-prelight"
+ width="84"
+ height="35"
+ x="514"
+ y="207.50891" />
+ <rect
+ style="fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="button-default"
+ width="84"
+ height="35"
+ x="414"
+ y="163.50891"
+ inkscape:label="#button-default" />
+ <rect
+ style="fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="button-focused-default"
+ width="84"
+ height="35"
+ x="514"
+ y="163.50891"
+ inkscape:label="#button-focused-default" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="button-default-focused-active"
+ width="84"
+ height="35"
+ x="514"
+ y="251.50891" />
+ <rect
+ style="fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3589"
+ width="84"
+ height="27"
+ x="214"
+ y="367.50891" />
+ <rect
+ style="fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3599"
+ width="84"
+ height="27"
+ x="214"
+ y="475.50891" />
+ <rect
+ style="fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3601"
+ width="84"
+ height="27"
+ x="314"
+ y="367.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3526"
+ width="67"
+ height="27"
+ x="414"
+ y="367.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3528"
+ width="17"
+ height="13.999997"
+ x="481"
+ y="367.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3534"
+ width="67"
+ height="27"
+ x="514"
+ y="367.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3870"
+ width="27"
+ height="27.000004"
+ x="671"
+ y="475.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3872"
+ width="57"
+ height="27"
+ x="614"
+ y="367.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3874"
+ width="27"
+ height="27"
+ x="671"
+ y="367.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3876"
+ width="27"
+ height="27.000004"
+ x="671"
+ y="403.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3878"
+ width="27"
+ height="27.000006"
+ x="671"
+ y="439.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3880"
+ width="57"
+ height="27"
+ x="714"
+ y="367.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7163"
+ width="84"
+ height="35"
+ x="614"
+ y="207.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7165"
+ width="84"
+ height="35"
+ x="614"
+ y="163.50891"
+ inkscape:label="#button" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7167"
+ width="84"
+ height="35"
+ x="614"
+ y="295.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7169"
+ width="84"
+ height="35"
+ x="714"
+ y="207.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect7171"
+ width="84"
+ height="35"
+ x="714"
+ y="163.50891"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3796"
+ width="84"
+ height="35"
+ x="214"
+ y="-61.491096" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3798"
+ width="84"
+ height="35"
+ x="214"
+ y="-105.49109"
+ inkscape:label="#button" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3800"
+ width="84"
+ height="35"
+ x="214"
+ y="-17.491093" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3802"
+ width="84"
+ height="35"
+ x="214"
+ y="26.508907" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3804"
+ width="84"
+ height="35"
+ x="314"
+ y="-61.491096" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3806"
+ width="84"
+ height="35"
+ x="314"
+ y="-105.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect3810"
+ width="84"
+ height="35"
+ x="214"
+ y="70.508911" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4155"
+ width="84"
+ height="27"
+ x="414"
+ y="511.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4157"
+ width="84"
+ height="27"
+ x="614"
+ y="511.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4171"
+ width="27"
+ height="27.000004"
+ x="771"
+ y="475.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4173"
+ width="27"
+ height="27"
+ x="771"
+ y="367.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4175"
+ width="27"
+ height="27.000004"
+ x="771"
+ y="403.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+ id="rect4177"
+ width="27"
+ height="27.000006"
+ x="771"
+ y="439.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3099"
+ width="17"
+ height="13"
+ x="481"
+ y="381.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3101"
+ width="17"
+ height="13.999997"
+ x="481"
+ y="403.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3103"
+ width="17"
+ height="13"
+ x="481"
+ y="417.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3105"
+ width="17"
+ height="13.999997"
+ x="481"
+ y="439.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3107"
+ width="17"
+ height="13"
+ x="481"
+ y="453.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3109"
+ width="17"
+ height="13.999997"
+ x="481"
+ y="475.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3111"
+ width="17"
+ height="13"
+ x="481"
+ y="489.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3113"
+ width="17"
+ height="13.999997"
+ x="581"
+ y="367.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3115"
+ width="17"
+ height="13"
+ x="581"
+ y="381.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3117"
+ width="17"
+ height="13.999997"
+ x="581"
+ y="403.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3119"
+ width="17"
+ height="13"
+ x="581"
+ y="417.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3121"
+ width="17"
+ height="13.999997"
+ x="581"
+ y="439.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3123"
+ width="17"
+ height="13"
+ x="581"
+ y="453.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3125"
+ width="17"
+ height="13.999997"
+ x="581"
+ y="475.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect3127"
+ width="17"
+ height="13"
+ x="581"
+ y="489.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5185"
+ width="84"
+ height="35"
+ x="214"
+ y="-149.49109" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5187"
+ width="84"
+ height="35"
+ x="214"
+ y="-193.49109"
+ inkscape:label="#button" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5189"
+ width="84"
+ height="35"
+ x="314"
+ y="-149.49109" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5191"
+ width="84"
+ height="35"
+ x="314"
+ y="-193.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5193"
+ width="84"
+ height="35"
+ x="214"
+ y="-237.49109" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5195"
+ width="84"
+ height="35"
+ x="214"
+ y="-281.49109"
+ inkscape:label="#button" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5197"
+ width="84"
+ height="35"
+ x="314"
+ y="-237.49109" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5199"
+ width="84"
+ height="35"
+ x="314"
+ y="-281.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5201"
+ width="13"
+ height="12.999997"
+ x="426"
+ y="-271.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5203"
+ width="13"
+ height="12.999997"
+ x="426"
+ y="-227.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5205"
+ width="13"
+ height="12.999997"
+ x="426"
+ y="-183.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5207"
+ width="13"
+ height="12.999997"
+ x="426"
+ y="-139.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5209"
+ width="13"
+ height="12.999997"
+ x="426"
+ y="-95.491089"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5211"
+ width="13"
+ height="12.999997"
+ x="426"
+ y="-51.491096"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5213"
+ width="13"
+ height="12.999997"
+ x="426"
+ y="-7.4910941"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5215"
+ width="13"
+ height="12.999997"
+ x="426"
+ y="36.508904"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5217"
+ width="13"
+ height="12.999997"
+ x="426"
+ y="80.508911"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5219"
+ width="13"
+ height="12.999997"
+ x="526"
+ y="-271.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5221"
+ width="13"
+ height="12.999997"
+ x="526"
+ y="-227.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5223"
+ width="13"
+ height="12.999997"
+ x="526"
+ y="-183.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5225"
+ width="13"
+ height="12.999997"
+ x="526"
+ y="-139.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5227"
+ width="13"
+ height="12.999997"
+ x="526"
+ y="-95.491089"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5229"
+ width="13"
+ height="12.999997"
+ x="526"
+ y="-51.491096"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5237"
+ width="13"
+ height="12.999997"
+ x="626"
+ y="-271.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5239"
+ width="13"
+ height="12.999997"
+ x="626"
+ y="-227.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5241"
+ width="13"
+ height="12.999997"
+ x="626"
+ y="-183.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5243"
+ width="13"
+ height="12.999997"
+ x="626"
+ y="-139.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5245"
+ width="13"
+ height="12.999997"
+ x="626"
+ y="-95.491089"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5247"
+ width="13"
+ height="12.999997"
+ x="626"
+ y="-51.491096"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5249"
+ width="13"
+ height="12.999997"
+ x="626"
+ y="-7.4910941"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5251"
+ width="13"
+ height="12.999997"
+ x="626"
+ y="36.508904"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5253"
+ width="13"
+ height="12.999997"
+ x="626"
+ y="80.508911"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5255"
+ width="13"
+ height="12.999997"
+ x="726"
+ y="-271.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5257"
+ width="13"
+ height="12.999997"
+ x="726"
+ y="-227.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5259"
+ width="13"
+ height="12.999997"
+ x="726"
+ y="-183.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5261"
+ width="13"
+ height="12.999997"
+ x="726"
+ y="-139.49109"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5263"
+ width="13"
+ height="12.999997"
+ x="726"
+ y="-95.491089"
+ inkscape:label="#button-focused" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5265"
+ width="13"
+ height="12.999997"
+ x="726"
+ y="-51.491096"
+ inkscape:label="#button-focused" />
+ <rect
+ y="-370.49109"
+ x="214"
+ height="21"
+ width="84"
+ id="rect5483"
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5489"
+ width="84"
+ height="21.000002"
+ x="214"
+ y="-340.49109" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5493"
+ width="84"
+ height="20.999998"
+ x="314"
+ y="-370.49109" />
+ <rect
+ y="-340.49109"
+ x="314"
+ height="21.000002"
+ width="84"
+ id="rect5495"
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ y="-360.49109"
+ x="414"
+ height="0.99999738"
+ width="84"
+ id="rect5497"
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect5501"
+ width="84"
+ height="21"
+ x="514"
+ y="-370.49109" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4773"
+ width="84"
+ height="21"
+ x="614"
+ y="-370.49109" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4775"
+ width="51"
+ height="25.999998"
+ x="214"
+ y="574.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4777"
+ width="51"
+ height="26"
+ x="265"
+ y="574.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4781"
+ width="184"
+ height="66"
+ x="214"
+ y="600.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4783"
+ width="51"
+ height="25.999998"
+ x="414"
+ y="574.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4785"
+ width="51"
+ height="26"
+ x="465"
+ y="574.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4789"
+ width="184"
+ height="66"
+ x="414"
+ y="600.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4791"
+ width="51"
+ height="25.999998"
+ x="614"
+ y="574.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4793"
+ width="51"
+ height="26"
+ x="665"
+ y="574.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4797"
+ width="184"
+ height="66"
+ x="614"
+ y="600.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4799"
+ width="184"
+ height="66"
+ x="214"
+ y="702.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4801"
+ width="184"
+ height="66"
+ x="414"
+ y="702.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4803"
+ width="184"
+ height="66"
+ x="614"
+ y="702.50891" />
+ <rect
+ style="opacity:1;fill:#ffbf01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4805"
+ width="184"
+ height="66"
+ x="814"
+ y="702.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4807"
+ width="184"
+ height="18.999998"
+ x="214"
+ y="805.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4833"
+ width="92"
+ height="18.999998"
+ x="214"
+ y="833.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect8670"
+ width="51"
+ height="25.999998"
+ x="316"
+ y="574.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect8672"
+ width="31"
+ height="26"
+ x="367"
+ y="574.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect8674"
+ width="51"
+ height="25.999998"
+ x="516"
+ y="574.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect8676"
+ width="31"
+ height="26"
+ x="567"
+ y="574.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect8678"
+ width="51"
+ height="25.999998"
+ x="716"
+ y="574.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect8680"
+ width="31"
+ height="26"
+ x="767"
+ y="574.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect6186"
+ width="184"
+ height="18.999998"
+ x="214"
+ y="861.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect6188"
+ width="184"
+ height="18.999998"
+ x="414"
+ y="805.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect6190"
+ width="80"
+ height="18.999998"
+ x="414"
+ y="833.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect6192"
+ width="24"
+ height="18.999998"
+ x="494"
+ y="833.50891" />
+ <rect
+ style="opacity:1;fill:#ff7b01;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect6194"
+ width="24"
+ height="18.999998"
+ x="574"
+ y="861.50891" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect6196"
+ width="160"
+ height="18.999998"
+ x="414"
+ y="861.50891" />
+ <rect
+ style="opacity:1;fill:url(#radialGradient4744);fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4740"
+ width="84"
+ height="1"
+ x="790"
+ y="-359.47092" />
+ <rect
+ y="-359.51126"
+ x="790"
+ height="0.99999738"
+ width="84"
+ id="rect4742"
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:1;fill:url(#radialGradient4750);fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4746"
+ width="84"
+ height="1"
+ x="278.49109"
+ y="945.52014"
+ transform="matrix(0,-1,1,0,0,0)" />
+ <rect
+ y="945.92169"
+ x="278.49109"
+ height="0.99999738"
+ width="84"
+ id="rect4748"
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ transform="matrix(0,-1,1,0,0,0)" />
+ <rect
+ y="964.50891"
+ x="219.875"
+ height="33"
+ width="82"
+ id="rect4800"
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+ <rect
+ style="opacity:1;fill:#ff0101;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+ id="rect4802"
+ width="82"
+ height="33.003906"
+ x="383.88614"
+ y="964.505" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer5"
+ inkscape:label="button labels"
+ style="display:none"
+ sodipodi:insensitive="true"
+ transform="translate(28,552)">
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="155.35254"
+ y="48.989262"
+ id="text3451"><tspan
+ sodipodi:role="line"
+ id="tspan3453"
+ x="155.35254"
+ y="48.989262">Command</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="155.35254"
+ y="92.989258"
+ id="text3455"><tspan
+ sodipodi:role="line"
+ id="tspan3457"
+ x="155.35254"
+ y="92.989258">Command</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="155.35254"
+ y="136.98926"
+ id="text3459"><tspan
+ sodipodi:role="line"
+ id="tspan3461"
+ x="155.35254"
+ y="136.98926">Command</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#ab9e7f;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="155.35254"
+ y="180.98926"
+ id="text3463"><tspan
+ sodipodi:role="line"
+ id="tspan3465"
+ x="155.35254"
+ y="180.98926">Command</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="255.35254"
+ y="48.989262"
+ id="text3467"><tspan
+ sodipodi:role="line"
+ id="tspan3469"
+ x="255.35254"
+ y="48.989262">Command</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="255.35254"
+ y="92.989258"
+ id="text3471"><tspan
+ sodipodi:role="line"
+ id="tspan3473"
+ x="255.35254"
+ y="92.989258">Command</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="255.35254"
+ y="136.98926"
+ id="text3475"><tspan
+ sodipodi:role="line"
+ id="tspan3477"
+ x="255.35254"
+ y="136.98926">Command</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="355.35254"
+ y="48.989262"
+ id="text3479"><tspan
+ sodipodi:role="line"
+ id="tspan3481"
+ x="355.35254"
+ y="48.989262">Command</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="355.35254"
+ y="92.989258"
+ id="text3483"><tspan
+ sodipodi:role="line"
+ id="tspan3485"
+ x="355.35254"
+ y="92.989258">Command</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="355.35254"
+ y="136.98926"
+ id="text3487"><tspan
+ sodipodi:role="line"
+ id="tspan3489"
+ x="355.35254"
+ y="136.98926">Command</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="455.35254"
+ y="48.989262"
+ id="text3491"><tspan
+ sodipodi:role="line"
+ id="tspan3493"
+ x="455.35254"
+ y="48.989262">Command</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="455.35254"
+ y="92.989258"
+ id="text3495"><tspan
+ sodipodi:role="line"
+ id="tspan3497"
+ x="455.35254"
+ y="92.989258">Command</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="455.35254"
+ y="136.98926"
+ id="text3499"><tspan
+ sodipodi:role="line"
+ id="tspan3501"
+ x="455.35254"
+ y="136.98926">Command</tspan></text>
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="labels"
+ style="opacity:1;display:inline;filter:url(#filter3824)"
+ transform="translate(-42,415.63782)"
+ sodipodi:insensitive="true">
+ <path
+ style="opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline"
+ d="M 341.5,143.48582 L 341.5,149.40625 C 341.5,156.10508 346.83888,161.5 353.46875,161.5 L 410.03125,161.5 M 456,161.5 L 512.53125,161.5 C 519.16113,161.5 524.5,156.10508 524.5,149.40625 L 524.5,143.48582"
+ transform="translate(73,151.36218)"
+ id="rect3427"
+ sodipodi:nodetypes="cccccccc" />
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+ x="155.69592"
+ y="184.45618"
+ id="text3201"><tspan
+ sodipodi:role="line"
+ id="tspan3203"
+ x="155.69592"
+ y="184.45618">Normal</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+ x="161.52014"
+ y="272.51868"
+ id="text3205"><tspan
+ sodipodi:role="line"
+ id="tspan3207"
+ x="161.52014"
+ y="272.51868">Active</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+ x="152.59631"
+ y="228.48523"
+ id="text3209"><tspan
+ sodipodi:role="line"
+ id="tspan3211"
+ x="152.59631"
+ y="228.48523">Prelight</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+ x="134.1217"
+ y="316.48743"
+ id="text3217"><tspan
+ sodipodi:role="line"
+ id="tspan3219"
+ x="134.1217"
+ y="316.48743">Insensitive</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="224.30078"
+ y="152.51868"
+ id="text2608"><tspan
+ sodipodi:role="line"
+ id="tspan2610"
+ x="224.30078"
+ y="152.51868">Unfocused</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="331.2998"
+ y="152.51868"
+ id="text2612"><tspan
+ sodipodi:role="line"
+ id="tspan2614"
+ x="331.2998"
+ y="152.51868">Focused</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="424.30078"
+ y="152.51868"
+ id="text2625"><tspan
+ sodipodi:role="line"
+ id="tspan2627"
+ x="424.30078"
+ y="152.51868">Unfocused</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="531.2998"
+ y="152.51868"
+ id="text2629"><tspan
+ sodipodi:role="line"
+ id="tspan2631"
+ x="531.2998"
+ y="152.51868">Focused</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="483.63184"
+ y="316.39368"
+ id="text2616"><tspan
+ sodipodi:role="line"
+ id="tspan2618"
+ x="483.63184"
+ y="316.39368">Default</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="155.69592"
+ y="384.48523"
+ id="text3032"><tspan
+ sodipodi:role="line"
+ id="tspan3034"
+ x="155.69592"
+ y="384.48523">Normal</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="152.30334"
+ y="456.48523"
+ id="text3040"><tspan
+ sodipodi:role="line"
+ id="tspan3042"
+ x="152.30334"
+ y="456.48523">Prelight </tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="161.52014"
+ y="492.51648"
+ id="text3044"><tspan
+ sodipodi:role="line"
+ id="tspan3046"
+ x="161.52014"
+ y="492.51648">Active</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Bitstream Vera Sans"
+ x="382.93164"
+ y="132.16933"
+ id="text3048"><tspan
+ sodipodi:role="line"
+ id="tspan3050"
+ x="382.93164"
+ y="132.16933"
+ style="font-weight:bold;-inkscape-font-specification:Bitstream Vera Sans Bold">Button</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="287.43164"
+ y="357.51147"
+ id="text3828"><tspan
+ sodipodi:role="line"
+ id="tspan3830"
+ x="287.43164"
+ y="357.51147"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">Entry</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="468.08691"
+ y="357.56812"
+ id="text2958"><tspan
+ sodipodi:role="line"
+ id="tspan2960"
+ x="468.08691"
+ y="357.56812"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">SpinButton</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="-190.02422"
+ y="-40.024662"
+ id="text2698"><tspan
+ sodipodi:role="line"
+ id="tspan2700"
+ x="-190.02422"
+ y="-40.024662"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">Multiline</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="462.875"
+ y="-292.47766"
+ id="text2702"><tspan
+ sodipodi:role="line"
+ id="tspan2704"
+ x="462.875"
+ y="-292.47766"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">CheckButton</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="261.30469"
+ y="-292.47766"
+ id="text2706"><tspan
+ sodipodi:role="line"
+ id="tspan2708"
+ x="261.30469"
+ y="-292.47766"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">ToggleButton</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="663.77148"
+ y="-292.47766"
+ id="text2710"><tspan
+ sodipodi:role="line"
+ id="tspan2712"
+ x="663.77148"
+ y="-292.47766"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">RadioButton</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="261.9375"
+ y="796.46375"
+ id="text2714"><tspan
+ sodipodi:role="line"
+ id="tspan2716"
+ x="261.9375"
+ y="796.46375"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">ProgressBar</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="622.03027"
+ y="-379.31476"
+ id="text2718"><tspan
+ sodipodi:role="line"
+ id="tspan2720"
+ x="622.03027"
+ y="-379.31476"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">StatusBar</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="-22.847656"
+ y="822.01111"
+ id="text2722"><tspan
+ sodipodi:role="line"
+ id="tspan2724"
+ x="-22.847656"
+ y="822.01111"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">VScale</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="482.63867"
+ y="796.83289"
+ id="text2726"><tspan
+ sodipodi:role="line"
+ id="tspan2728"
+ x="482.63867"
+ y="796.83289"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">HScale</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="274.08478"
+ y="915.06055"
+ id="text2734"><tspan
+ sodipodi:role="line"
+ id="tspan2736"
+ x="274.08478"
+ y="915.06055"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">Treeview</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="670.01172"
+ y="132.53847"
+ id="text2738"><tspan
+ sodipodi:role="line"
+ id="tspan2740"
+ x="670.01172"
+ y="132.53847"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">ComboBox</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="651.90625"
+ y="357.50562"
+ id="text2742"><tspan
+ sodipodi:role="line"
+ id="tspan2744"
+ x="651.90625"
+ y="357.50562"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">ComboBoxEntry</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="242.10938"
+ y="693.49756"
+ id="text2750"><tspan
+ sodipodi:role="line"
+ x="242.10938"
+ y="693.49756"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold"
+ id="tspan4537">Frame (Shadow In)</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="793.53906"
+ y="-379.98718"
+ id="text2754"><tspan
+ sodipodi:role="line"
+ id="tspan2756"
+ x="793.53906"
+ y="-379.98718"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">HSeparator</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="905.3125"
+ y="-379.98718"
+ id="text2758"><tspan
+ sodipodi:role="line"
+ id="tspan2760"
+ x="905.3125"
+ y="-379.98718"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">VSeparator</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="-56.455658"
+ y="-174.80209"
+ id="text2762"><tspan
+ sodipodi:role="line"
+ id="tspan2764"
+ x="-56.455658"
+ y="-174.80209"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">HScrollbar</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="-55.412689"
+ y="-154.47421"
+ id="text2766"><tspan
+ sodipodi:role="line"
+ id="tspan2768"
+ x="-55.412689"
+ y="-154.47421"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">VScrollbar</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="-189.52029"
+ y="-20.33601"
+ id="text2770"><tspan
+ sodipodi:role="line"
+ id="tspan2772"
+ x="-189.52029"
+ y="-20.33601"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">Calendar</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="472.71927"
+ y="565.37976"
+ id="text2774"><tspan
+ sodipodi:role="line"
+ id="tspan2776"
+ x="472.71927"
+ y="565.37976"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">Notebook</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="-56.911499"
+ y="-25.141853"
+ id="text2778"><tspan
+ sodipodi:role="line"
+ id="tspan2780"
+ x="-56.911499"
+ y="-25.141853"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">Expander</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="134.1217"
+ y="528.57898"
+ id="text4162"><tspan
+ sodipodi:role="line"
+ id="tspan4164"
+ x="134.1217"
+ y="528.57898">Insensitive</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="624.30078"
+ y="152.51868"
+ id="text7173"><tspan
+ sodipodi:role="line"
+ id="tspan7175"
+ x="624.30078"
+ y="152.51868">Unfocused</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="731.2998"
+ y="152.51868"
+ id="text7177"><tspan
+ sodipodi:role="line"
+ id="tspan7179"
+ x="731.2998"
+ y="152.51868">Focused</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="155.69592"
+ y="-260.45007"
+ id="text7431"><tspan
+ sodipodi:role="line"
+ id="tspan7433"
+ x="155.69592"
+ y="-260.45007">Normal</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="161.52014"
+ y="-172.48132"
+ id="text7435"><tspan
+ sodipodi:role="line"
+ id="tspan7437"
+ x="161.52014"
+ y="-172.48132">Active</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="152.59631"
+ y="-216.45227"
+ id="text7439"><tspan
+ sodipodi:role="line"
+ id="tspan7441"
+ x="152.59631"
+ y="-216.45227">Prelight</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="111.651"
+ y="-128.51257"
+ id="text7459"><tspan
+ sodipodi:role="line"
+ id="tspan7461"
+ x="111.651"
+ y="-128.51257">Active Prelight</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="134.1217"
+ y="3.4874268"
+ id="text7463"><tspan
+ sodipodi:role="line"
+ id="tspan7465"
+ x="134.1217"
+ y="3.4874268">Insensitive</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="125.31506"
+ y="-84.450073"
+ id="text4129"><tspan
+ sodipodi:role="line"
+ id="tspan4131"
+ x="125.31506"
+ y="-84.450073">Inconsistent</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="75.791626"
+ y="-40.512573"
+ id="text4288"><tspan
+ sodipodi:role="line"
+ id="tspan4290"
+ x="75.791626"
+ y="-40.512573">Inconsistent Prelight</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="93.176392"
+ y="47.487427"
+ id="text4200"><tspan
+ sodipodi:role="line"
+ id="tspan4202"
+ x="93.176392"
+ y="47.487427">Insensitive Active</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="56.971313"
+ y="91.487427"
+ id="text3432"><tspan
+ sodipodi:role="line"
+ id="tspan3434"
+ x="56.971313"
+ y="91.487427">Insensitive Inconsistent</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="225.30653"
+ y="-379.47296"
+ id="text13542"><tspan
+ sodipodi:role="line"
+ id="tspan13544"
+ x="225.30653"
+ y="-379.47296"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">MenuBar</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="330.79883"
+ y="-379.10382"
+ id="text13546"><tspan
+ sodipodi:role="line"
+ id="tspan13548"
+ x="330.79883"
+ y="-379.10382"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">ToolBar</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="403.14844"
+ y="-379.31476"
+ id="text13550"><tspan
+ sodipodi:role="line"
+ id="tspan13552"
+ x="403.14844"
+ y="-379.31476"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">MenuSeparator</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="533.40625"
+ y="-379.10382"
+ id="text13554"><tspan
+ sodipodi:role="line"
+ id="tspan13556"
+ x="533.40625"
+ y="-379.10382"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">Tooltip</tspan></text>
+ <text
+ id="text13558"
+ y="-356.40213"
+ x="155.69592"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ xml:space="preserve"><tspan
+ y="-356.40213"
+ x="155.69592"
+ id="tspan13560"
+ sodipodi:role="line">Normal</tspan></text>
+ <text
+ id="text13562"
+ y="-326.44952"
+ x="134.1217"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:0.9807692;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ xml:space="preserve"><tspan
+ y="-326.44952"
+ x="134.1217"
+ id="tspan13564"
+ sodipodi:role="line">Insensitive</tspan></text>
+ <text
+ id="text4570"
+ y="693.4801"
+ x="436.41135"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ xml:space="preserve"><tspan
+ id="tspan4572"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold"
+ y="693.4801"
+ x="436.41135"
+ sodipodi:role="line">Frame (Shadow Out)</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ x="611.11328"
+ y="693.4801"
+ id="text4625"><tspan
+ sodipodi:role="line"
+ x="611.11328"
+ y="693.4801"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold"
+ id="tspan4627">Frame (Shadow Etched Out)</tspan></text>
+ <text
+ id="text4661"
+ y="693.5426"
+ x="814.40179"
+ style="font-size:12px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);font-family:Bitstream Vera Sans"
+ xml:space="preserve"><tspan
+ id="tspan4663"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold"
+ y="693.5426"
+ x="814.40179"
+ sodipodi:role="line">Frame (Shadow Etched In)</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="216.06152"
+ y="950.98254"
+ id="text4760"><tspan
+ sodipodi:role="line"
+ id="tspan4762"
+ x="216.06152"
+ y="950.98254"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">SelectedItem</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-size:12px;font-style:normal;font-weight:normal;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;filter:url(#filter3824);enable-background:new;font-family:Bitstream Vera Sans"
+ x="337.06152"
+ y="948.98254"
+ id="text4764"><tspan
+ sodipodi:role="line"
+ id="tspan4766"
+ x="337.06152"
+ y="948.98254"
+ style="font-weight:bold;fill:#000000;fill-opacity:1;-inkscape-font-specification:Bitstream Vera Sans Bold">SelectedItem - Unfocused</tspan></text>
+ </g>
+</svg>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]