Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/custom.css63
-rw-r--r--assets/css/modules/hero.scss48
-rw-r--r--assets/css/modules/left-pill-bar.scss35
-rw-r--r--assets/img/headers/devices-original.svg25777
-rw-r--r--assets/img/headers/devices.svg1
5 files changed, 25898 insertions, 26 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index ae79f7d7..ab6bac11 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -4068,16 +4068,15 @@ h5 {
margin: 0 auto;
text-align: center; }
-
- .no-js body nav .container .brand .logo:not(.scrolled):not(.menu-open) {
- background: url(../img/logo/logo_white_sprite.png) 0 0 no-repeat;
- background-position-x: -4620px; }
- .no-js body nav .container .nav__sections .nav__section .nav__links {
- background-color: white; }
- .no-js body nav .container .nav__sections .nav__section .nav__links .nav__item a {
- display: block;
- padding: 5px 10px 0 10px;
- font-size: 16px; }
+.no-js body nav .container .brand .logo:not(.scrolled):not(.menu-open) {
+ background: url(../img/logo/logo_white_sprite.png) 0 0 no-repeat;
+ background-position-x: -4620px; }
+.no-js body nav .container .nav__sections .nav__section .nav__links {
+ background-color: white; }
+ .no-js body nav .container .nav__sections .nav__section .nav__links .nav__item a {
+ display: block;
+ padding: 5px 10px 0 10px;
+ font-size: 16px; }
.no-js body .revealOnScroll {
opacity: 1; }
.no-js body .toptext {
@@ -5435,27 +5434,53 @@ footer.page-footer {
height: 70vh;
min-height: 600px;
max-height: 800px;
- position: relative;
- opacity: 0; }
+ position: relative; }
.background h1 {
padding-top: 0;
color: white;
- opacity: 0;
transform: translateY(50px); }
.background h2 {
color: white;
font-size: 20px;
line-height: 1.6;
text-shadow: 0px 0px 10px #333;
- opacity: 0;
transform: translateY(50px); }
.background .topheader {
- position: absolute;
- top: 30%;
- margin: 0;
+ /* position: absolute; */
+ /* top: 30%; */
+ margin-top: 200px;
padding: 0;
- max-width: 600px;
- opacity: 0; }
+ max-width: 600px; }
+ .background .topsidebar {
+ margin-top: 80px;
+ opacity: 1; }
+ .background .topsidebar .sidebarlist {
+ padding: 30px 20px 30px 20px;
+ opacity: 1;
+ width: 400px;
+ margin-left: auto;
+ margin-right: 0px; }
+ .background .topsidebar .sidebarlist .header {
+ background-color: lightgrey;
+ border-radius: 50px 50px 0 0;
+ color: black;
+ margin-bottom: 0;
+ font-size: 28px;
+ padding: 30px 50px 30px 50px; }
+ .background .topsidebar .sidebarlist .content {
+ padding: 10px;
+ margin-top: 0;
+ color: black;
+ background-color: white;
+ border-radius: 0 0 50px 50px; }
+ .background .topsidebar .sidebarlist .content ul {
+ padding: 0 40px 0 70px; }
+ .background .topsidebar .sidebarlist .content ul li {
+ list-style-image: url("../img/enterprise/check.svg");
+ /* list-style-position: inside; */ }
+ .background .topsidebar .sidebarlist .content .button {
+ width: 300px;
+ margin: 20px; }
/* make sure a hero section doesn't have a padding on top either */
.hero-section {
diff --git a/assets/css/modules/hero.scss b/assets/css/modules/hero.scss
index cc4eccd1..291c692a 100644
--- a/assets/css/modules/hero.scss
+++ b/assets/css/modules/hero.scss
@@ -8,12 +8,10 @@
min-height: 600px;
max-height: 800px;
position: relative;
- opacity: 0;
h1 {
padding-top: 0;
color: white;
- opacity: 0;
transform: translateY(50px);
}
@@ -22,20 +20,56 @@
font-size: 20px;
line-height: 1.6;
text-shadow: 0px 0px 10px #333;
- opacity: 0;
transform: translateY(50px);
}
.topheader {
- position: absolute;
- top: 30%;
- margin: 0;
+/* position: absolute; */
+/* top: 30%; */
+ margin-top: 200px;
padding: 0;
max-width: 600px;
- opacity: 0;
}
+ .topsidebar {
+ margin-top: 80px;
+ opacity: 1;
+ .sidebarlist {
+ padding: 30px 20px 30px 20px;
+ opacity: 1;
+ width: 400px;
+ margin-left: auto;
+ margin-right: 0px;
+ .header {
+ background-color: lightgrey;
+ border-radius: 50px 50px 0 0;
+ color: black;
+ margin-bottom: 0;
+ font-size: 28px;
+ padding: 30px 50px 30px 50px;
+ }
+ .content {
+ padding: 10px;
+ margin-top: 0;
+ color: black;
+ background-color: white;
+ border-radius: 0 0 50px 50px;
+ ul {
+ padding: 0 40px 0 70px;
+ li {
+ list-style-image: url("../img/enterprise/check.svg");
+ /* list-style-position: inside; */
+ }
+ }
+ .button {
+ width: 300px;
+ margin: 20px;
+ }
+ }
+ }
+ }
}
+
/* make sure a hero section doesn't have a padding on top either */
.hero-section {
padding-top: 0px;
diff --git a/assets/css/modules/left-pill-bar.scss b/assets/css/modules/left-pill-bar.scss
new file mode 100644
index 00000000..3365dad3
--- /dev/null
+++ b/assets/css/modules/left-pill-bar.scss
@@ -0,0 +1,35 @@
+/* This is a navigator with navigation left and content right. Inspired by Digital Ocean website. */
+
+@import '../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables.scss';
+@import '../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/clearfix.scss';
+@import '../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/nav-divider.scss';
+@import '../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/mixins/border-radius.scss';
+@import '../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap/navs.scss';
+
+.nav {
+ position: relative;
+ padding: 5px 0 30px 0;
+ &.nav-pills.brand-pills.nav-stacked {
+ opacity: 1; /* compensate for nav being set to opacity 0 by our top nav bar code */
+ li {
+ margin: 0;
+ border-left: 1px solid lightgray;
+ &:hover, &.active {
+ border-left: 1px solid blue;
+ font-weight: 700;
+ }
+ a {
+ color: #2a2a36;
+ background-color: transparent;
+ padding-left: 20px;
+ border-radius: 0;
+ margin: 0;
+ }
+
+ }
+ .tab-content {
+ margin-top: 15px;
+ padding-top: 5px;
+ }
+ }
+}
diff --git a/assets/img/headers/devices-original.svg b/assets/img/headers/devices-original.svg
new file mode 100644
index 00000000..02e2cd89
--- /dev/null
+++ b/assets/img/headers/devices-original.svg
@@ -0,0 +1,25777 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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"
+ id="svg5122"
+ version="1.1"
+ viewBox="0 0 600 150"
+ height="150"
+ width="600"
+ sodipodi:docname="devices-wip.svg"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
+ <metadata
+ id="metadata3063">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1920"
+ inkscape:window-height="1007"
+ id="namedview3061"
+ showgrid="false"
+ inkscape:zoom="1.0429825"
+ inkscape:cx="504.87411"
+ inkscape:cy="189.97097"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg5122" />
+ <use
+ style="fill:#ffffff"
+ id="use6"
+ transform="translate(323.36568,90.92973)"
+ xlink:href="#path0_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use9"
+ transform="translate(325.07568,114.82973)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use12"
+ transform="translate(325.26568,122.16973)"
+ xlink:href="#path2_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use15"
+ transform="translate(325.07568,129.40973)"
+ xlink:href="#path3_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use18"
+ transform="translate(325.07568,136.69973)"
+ xlink:href="#path4_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use21"
+ transform="translate(325.26568,144.02973)"
+ xlink:href="#path5_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use24"
+ transform="translate(325.07568,92.96973)"
+ xlink:href="#path6_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use27"
+ transform="translate(325.45568,100.62973)"
+ xlink:href="#path7_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use30"
+ transform="translate(325.07568,107.53973)"
+ xlink:href="#path8_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use33"
+ transform="translate(334.41568,112.92973)"
+ xlink:href="#path9_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use36"
+ transform="translate(336.13568,114.82973)"
+ xlink:href="#path10_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use39"
+ transform="translate(336.13568,122.11973)"
+ xlink:href="#path11_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use42"
+ transform="translate(336.13568,129.40973)"
+ xlink:href="#path12_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use45"
+ transform="translate(336.50568,137.06973)"
+ xlink:href="#path13_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use48"
+ transform="translate(336.13568,143.97973)"
+ xlink:href="#path14_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use51"
+ transform="translate(336.13568,92.96973)"
+ xlink:href="#path15_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use54"
+ transform="translate(336.13568,100.25973)"
+ xlink:href="#path16_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use57"
+ transform="translate(336.13568,107.53973)"
+ xlink:href="#path17_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use60"
+ transform="translate(389.67898,31.101201)"
+ xlink:href="#path18_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use63"
+ transform="translate(391.38898,54.9012)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use66"
+ transform="translate(391.38898,62.1912)"
+ xlink:href="#path19_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use69"
+ transform="translate(391.38898,69.4812)"
+ xlink:href="#path3_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use72"
+ transform="translate(391.56898,76.8112)"
+ xlink:href="#path20_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use75"
+ transform="translate(391.38898,84.0512)"
+ xlink:href="#path21_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use78"
+ transform="translate(391.76898,33.411201)"
+ xlink:href="#path22_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use81"
+ transform="translate(391.38898,40.331201)"
+ xlink:href="#path23_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use84"
+ transform="translate(391.38898,47.611201)"
+ xlink:href="#path8_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use87"
+ transform="translate(367.56898,45.621201)"
+ xlink:href="#path24_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use90"
+ transform="translate(369.27898,54.9012)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use93"
+ transform="translate(369.27898,62.1912)"
+ xlink:href="#path19_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use96"
+ transform="translate(361.74125,69.4812)"
+ xlink:href="#path3_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use99"
+ transform="translate(369.27898,76.7712)"
+ xlink:href="#path4_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use102"
+ transform="translate(369.27898,84.0512)"
+ xlink:href="#path21_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use105"
+ transform="translate(369.27898,33.041201)"
+ xlink:href="#path6_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use108"
+ transform="translate(369.27898,40.331201)"
+ xlink:href="#path23_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use111"
+ transform="translate(369.65898,47.991201)"
+ xlink:href="#path25_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use114"
+ transform="translate(378.61898,52.9112)"
+ xlink:href="#path26_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use117"
+ transform="translate(380.32898,54.9012)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use120"
+ transform="translate(380.32898,62.1912)"
+ xlink:href="#path19_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use123"
+ transform="translate(380.32898,69.4812)"
+ xlink:href="#path3_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use126"
+ transform="translate(380.32898,76.7712)"
+ xlink:href="#path4_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use129"
+ transform="translate(380.32898,84.0512)"
+ xlink:href="#path21_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use132"
+ transform="translate(380.32898,33.041201)"
+ xlink:href="#path6_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use135"
+ transform="translate(380.51898,40.371201)"
+ xlink:href="#path27_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use138"
+ transform="translate(380.32898,47.611201)"
+ xlink:href="#path8_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use141"
+ transform="translate(376.73008,124.928)"
+ xlink:href="#path28_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use144"
+ transform="translate(369.24008,125.768)"
+ xlink:href="#path29_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use147"
+ transform="translate(367.75008,129.988)"
+ xlink:href="#path30_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use150"
+ transform="translate(360.26008,125.768)"
+ xlink:href="#path31_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use153"
+ transform="translate(358.77008,124.928)"
+ xlink:href="#path32_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use156"
+ transform="translate(358.77008,116.478)"
+ xlink:href="#path33_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use159"
+ transform="translate(358.77008,114.798)"
+ xlink:href="#path34_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use162"
+ transform="translate(360.26008,110.568)"
+ xlink:href="#path35_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use165"
+ transform="translate(367.75008,109.728)"
+ xlink:href="#path30_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use168"
+ transform="translate(369.24008,110.568)"
+ xlink:href="#path36_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use171"
+ transform="translate(376.73008,114.798)"
+ xlink:href="#path37_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use174"
+ transform="translate(376.73008,116.478)"
+ xlink:href="#path38_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use177"
+ transform="translate(361.11008,112.368)"
+ xlink:href="#path39_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use180"
+ transform="translate(380.11008,109.728)"
+ xlink:href="#path40_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use183"
+ transform="translate(347.91008,127.768)"
+ xlink:href="#path41_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use186"
+ transform="translate(369.25008,127.768)"
+ xlink:href="#path42_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use189"
+ transform="translate(369.25008,91.708)"
+ xlink:href="#path43_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use192"
+ transform="translate(383.62008,122.948)"
+ xlink:href="#path44_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use195"
+ transform="translate(383.62008,118.318)"
+ xlink:href="#path45_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use198"
+ transform="translate(383.62008,116.778)"
+ xlink:href="#path46_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use201"
+ transform="translate(384.99008,114.458)"
+ xlink:href="#path47_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use204"
+ transform="translate(389.09008,113.688)"
+ xlink:href="#path48_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use207"
+ transform="translate(390.45008,114.458)"
+ xlink:href="#path49_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use210"
+ transform="translate(394.56008,116.778)"
+ xlink:href="#path50_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use213"
+ transform="translate(394.56008,118.318)"
+ xlink:href="#path51_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use216"
+ transform="translate(394.56008,122.948)"
+ xlink:href="#path52_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use219"
+ transform="translate(390.45008,123.708)"
+ xlink:href="#path53_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use222"
+ transform="translate(389.09008,126.028)"
+ xlink:href="#path54_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use225"
+ transform="translate(384.99008,123.708)"
+ xlink:href="#path55_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use228"
+ transform="translate(351.42008,140.998)"
+ xlink:href="#path56_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use231"
+ transform="translate(351.42008,136.358)"
+ xlink:href="#path57_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use234"
+ transform="translate(351.42008,134.828)"
+ xlink:href="#path58_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use237"
+ transform="translate(352.79008,132.508)"
+ xlink:href="#path59_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use240"
+ transform="translate(356.89008,131.738)"
+ xlink:href="#path60_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use243"
+ transform="translate(358.26008,132.508)"
+ xlink:href="#path61_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use246"
+ transform="translate(362.36008,134.828)"
+ xlink:href="#path62_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use249"
+ transform="translate(362.36008,136.358)"
+ xlink:href="#path63_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use252"
+ transform="translate(362.36008,140.998)"
+ xlink:href="#path64_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use255"
+ transform="translate(358.26008,141.758)"
+ xlink:href="#path65_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use258"
+ transform="translate(356.89008,144.078)"
+ xlink:href="#path66_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use261"
+ transform="translate(352.79008,141.758)"
+ xlink:href="#path67_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use264"
+ transform="translate(366.04008,118.118)"
+ xlink:href="#path68_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use267"
+ transform="translate(344.77996,115.1289)"
+ xlink:href="#path69_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use273"
+ transform="translate(376.51008,100.068)"
+ xlink:href="#path71_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use276"
+ transform="translate(376.57008,137.948)"
+ xlink:href="#path72_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use279"
+ transform="translate(378.26008,136.288)"
+ xlink:href="#path73_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use282"
+ transform="translate(390.94008,103.658)"
+ xlink:href="#path74_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use285"
+ transform="translate(390.94008,101.128)"
+ xlink:href="#path75_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use288"
+ transform="translate(390.94008,98.598)"
+ xlink:href="#path76_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use291"
+ transform="translate(390.94008,96.068)"
+ xlink:href="#path77_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use294"
+ transform="translate(390.94008,93.538)"
+ xlink:href="#path74_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use297"
+ transform="translate(536.00629,143.65861)"
+ xlink:href="#path78_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use300"
+ transform="translate(538.59629,143.65861)"
+ xlink:href="#path79_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use303"
+ transform="translate(541.18629,143.65861)"
+ xlink:href="#path80_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use474"
+ transform="translate(17.588628,16.996868)"
+ xlink:href="#path134_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use477"
+ transform="translate(21.438628,15.916868)"
+ xlink:href="#path135_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use480"
+ transform="translate(21.438628,24.526868)"
+ xlink:href="#path135_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use483"
+ transform="translate(25.288628,20.756868)"
+ xlink:href="#path136_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use486"
+ transform="translate(16.478628,20.756868)"
+ xlink:href="#path136_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use489"
+ transform="translate(24.158628,17.336868)"
+ xlink:href="#path137_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use492"
+ transform="translate(17.928628,23.416868)"
+ xlink:href="#path138_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use495"
+ transform="translate(24.158628,23.416868)"
+ xlink:href="#path139_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use498"
+ transform="translate(17.928628,17.336868)"
+ xlink:href="#path140_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use501"
+ transform="translate(22.878628,16.266868)"
+ xlink:href="#path141_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use504"
+ transform="translate(19.578628,24.246868)"
+ xlink:href="#path142_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use507"
+ transform="translate(25.008628,22.176868)"
+ xlink:href="#path143_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use510"
+ transform="translate(16.838628,18.936868)"
+ xlink:href="#path144_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use513"
+ transform="translate(24.988628,18.876868)"
+ xlink:href="#path145_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use516"
+ transform="translate(16.868628,22.226868)"
+ xlink:href="#path146_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use519"
+ transform="translate(22.938628,24.226868)"
+ xlink:href="#path147_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use522"
+ transform="translate(19.508628,16.296868)"
+ xlink:href="#path148_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use525"
+ transform="translate(18.708628,18.216868)"
+ xlink:href="#path149_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use528"
+ transform="translate(19.828628,19.196868)"
+ xlink:href="#path150_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use531"
+ transform="translate(38.168628,26.796868)"
+ xlink:href="#path151_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use534"
+ transform="translate(41.488628,29.996868)"
+ xlink:href="#path152_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use537"
+ transform="translate(42.748628,31.276868)"
+ xlink:href="#path153_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use540"
+ transform="translate(1.1486286,40.046868)"
+ xlink:href="#path154_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use543"
+ transform="translate(5.4286286,44.226868)"
+ xlink:href="#path155_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use546"
+ transform="translate(7.1086286,45.866868)"
+ xlink:href="#path156_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use549"
+ transform="translate(8.7786286,47.496868)"
+ xlink:href="#path157_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use552"
+ transform="translate(30.588628,45.006868)"
+ xlink:href="#path158_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use555"
+ transform="translate(44.178628,40.836868)"
+ xlink:href="#path159_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use558"
+ transform="translate(41.048628,41.876868)"
+ xlink:href="#path160_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use561"
+ transform="translate(40.008628,45.016868)"
+ xlink:href="#path161_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use564"
+ transform="translate(32.398628,34.356868)"
+ xlink:href="#path162_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use567"
+ transform="translate(27.758628,38.586868)"
+ xlink:href="#path163_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use570"
+ transform="translate(29.308628,37.326868)"
+ xlink:href="#path164_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use573"
+ transform="translate(32.398628,36.696868)"
+ xlink:href="#path165_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use576"
+ transform="translate(21.478628,38.576868)"
+ xlink:href="#path166_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use579"
+ transform="translate(15.598628,29.996868)"
+ xlink:href="#path167_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use582"
+ transform="translate(16.388628,28.246868)"
+ xlink:href="#path168_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use585"
+ transform="translate(17.188628,26.516868)"
+ xlink:href="#path169_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use588"
+ transform="translate(11.398628,29.986868)"
+ xlink:href="#path170_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use591"
+ transform="translate(6.3286286,45.166868)"
+ xlink:href="#path171_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use594"
+ transform="translate(25.098628,41.586868)"
+ xlink:href="#path172_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use597"
+ transform="translate(24.268628,33.256868)"
+ xlink:href="#path173_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use600"
+ transform="translate(24.418628,34.696868)"
+ xlink:href="#path174_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use603"
+ transform="translate(24.698628,37.586868)"
+ xlink:href="#path175_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use606"
+ transform="translate(23.708628,27.506868)"
+ xlink:href="#path176_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use609"
+ transform="translate(8.7786286,47.496868)"
+ xlink:href="#path157_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use612"
+ transform="translate(10.908629,49.486868)"
+ xlink:href="#path177_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use615"
+ transform="translate(14.048628,61.12687)"
+ xlink:href="#path178_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use618"
+ transform="translate(14.498628,56.02687)"
+ xlink:href="#path179_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use621"
+ transform="translate(15.868628,54.33687)"
+ xlink:href="#path180_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use624"
+ transform="translate(9.3286286,10.806868)"
+ xlink:href="#path181_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use627"
+ transform="translate(25.988628,21.916868)"
+ xlink:href="#path182_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use630"
+ transform="translate(31.128628,20.806868)"
+ xlink:href="#path183_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3048"
+ transform="translate(299.87184,45.924353)"
+ xlink:href="#path925_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3051"
+ transform="translate(285.64184,34.214353)"
+ xlink:href="#path926_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3054"
+ transform="translate(288.87184,36.014353)"
+ xlink:href="#path927_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3057"
+ transform="translate(290.24184,30.264353)"
+ xlink:href="#path928_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3060"
+ transform="translate(299.84184,29.454353)"
+ xlink:href="#path929_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3063"
+ transform="translate(301.44184,30.404353)"
+ xlink:href="#path930_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3066"
+ transform="translate(307.83184,34.224353)"
+ xlink:href="#path931_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3069"
+ transform="translate(285.64184,36.004353)"
+ xlink:href="#path932_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3072"
+ transform="translate(299.87184,37.924353)"
+ xlink:href="#path933_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3075"
+ transform="translate(285.64184,37.924353)"
+ xlink:href="#path934_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3078"
+ transform="translate(317.40184,32.344353)"
+ xlink:href="#path935_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3081"
+ transform="translate(314.05184,37.974353)"
+ xlink:href="#path936_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3084"
+ transform="translate(315.72184,37.024353)"
+ xlink:href="#path937_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3087"
+ transform="translate(317.40184,36.084353)"
+ xlink:href="#path938_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3090"
+ transform="translate(289.02184,52.09435)"
+ xlink:href="#path939_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3093"
+ transform="translate(290.72184,51.12435)"
+ xlink:href="#path940_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3096"
+ transform="translate(292.43184,50.17435)"
+ xlink:href="#path941_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3099"
+ transform="translate(272.07184,52.08435)"
+ xlink:href="#path942_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3102"
+ transform="translate(272.07184,58.58435)"
+ xlink:href="#path943_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3105"
+ transform="translate(273.65184,55.01435)"
+ xlink:href="#path944_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3108"
+ transform="translate(279.99184,54.12435)"
+ xlink:href="#path945_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3111"
+ transform="translate(273.35839,49.850838)"
+ xlink:href="#path946_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3114"
+ transform="translate(274.93839,46.270838)"
+ xlink:href="#path947_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3117"
+ transform="translate(281.27839,45.390838)"
+ xlink:href="#path948_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3120"
+ transform="translate(272.07184,64.87435)"
+ xlink:href="#path949_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3123"
+ transform="translate(273.65184,61.29435)"
+ xlink:href="#path950_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3126"
+ transform="translate(279.99184,60.41435)"
+ xlink:href="#path951_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3129"
+ transform="translate(272.07184,67.89935)"
+ xlink:href="#path952_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3132"
+ transform="translate(273.65184,64.32435)"
+ xlink:href="#path953_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3135"
+ transform="translate(279.99184,63.43435)"
+ xlink:href="#path954_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3138"
+ transform="translate(321.74184,29.694353)"
+ xlink:href="#path955_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3141"
+ transform="translate(294.97184,19.164353)"
+ xlink:href="#path956_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3144"
+ transform="translate(298.37184,14.254353)"
+ xlink:href="#path957_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3147"
+ transform="translate(301.77184,8.494353)"
+ xlink:href="#path958_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3150"
+ transform="translate(305.17184,21.374353)"
+ xlink:href="#path959_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3153"
+ transform="translate(304.0369,8.792427)"
+ xlink:href="#path960_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3156"
+ transform="translate(293.64184,16.484353)"
+ xlink:href="#path961_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3159"
+ transform="translate(297.48184,11.874353)"
+ xlink:href="#path962_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3162"
+ transform="translate(300.47184,5.734353)"
+ xlink:href="#path963_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3186"
+ transform="translate(307.04184,41.884353)"
+ xlink:href="#path971_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3189"
+ transform="translate(307.04184,43.144353)"
+ xlink:href="#path972_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3192"
+ transform="translate(307.04184,58.37435)"
+ xlink:href="#path973_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3195"
+ transform="translate(304.77184,43.164353)"
+ xlink:href="#path974_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3198"
+ transform="translate(304.77184,44.434353)"
+ xlink:href="#path975_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3201"
+ transform="translate(304.77184,59.66435)"
+ xlink:href="#path976_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3204"
+ transform="translate(302.36184,44.524353)"
+ xlink:href="#path977_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3207"
+ transform="translate(302.36184,45.794353)"
+ xlink:href="#path978_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3210"
+ transform="translate(302.36184,61.02435)"
+ xlink:href="#path979_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3213"
+ transform="translate(162.67597,3.040792)"
+ xlink:href="#path980_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3216"
+ transform="translate(162.67597,31.790792)"
+ xlink:href="#path981_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3219"
+ transform="translate(165.14597,24.890792)"
+ xlink:href="#path982_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3222"
+ transform="translate(168.82597,20.660792)"
+ xlink:href="#path983_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3225"
+ transform="translate(168.82597,22.240792)"
+ xlink:href="#path984_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3228"
+ transform="translate(168.82597,31.790792)"
+ xlink:href="#path985_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3231"
+ transform="translate(172.50597,20.870792)"
+ xlink:href="#path986_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3234"
+ transform="translate(176.18597,22.980792)"
+ xlink:href="#path987_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3237"
+ transform="translate(176.18597,24.740792)"
+ xlink:href="#path988_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3240"
+ transform="translate(176.18597,31.790792)"
+ xlink:href="#path989_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3243"
+ transform="translate(179.86597,22.010792)"
+ xlink:href="#path990_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3246"
+ transform="translate(183.54597,16.870792)"
+ xlink:href="#path991_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3249"
+ transform="translate(183.54597,18.520792)"
+ xlink:href="#path992_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3252"
+ transform="translate(183.54597,31.790792)"
+ xlink:href="#path993_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3255"
+ transform="translate(187.22597,11.720792)"
+ xlink:href="#path994_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3258"
+ transform="translate(190.89597,12.190792)"
+ xlink:href="#path995_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3261"
+ transform="translate(190.89597,13.810792)"
+ xlink:href="#path996_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3264"
+ transform="translate(190.89597,31.790792)"
+ xlink:href="#path997_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3267"
+ transform="translate(194.57597,14.430792)"
+ xlink:href="#path998_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3270"
+ transform="translate(198.25597,13.660792)"
+ xlink:href="#path999_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3273"
+ transform="translate(198.25597,15.300792)"
+ xlink:href="#path1000_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3276"
+ transform="translate(198.25597,31.790792)"
+ xlink:href="#path1001_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3279"
+ transform="translate(201.93597,9.680792)"
+ xlink:href="#path1002_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3282"
+ transform="translate(205.61597,5.720792)"
+ xlink:href="#path1003_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3285"
+ transform="translate(205.61597,7.340792)"
+ xlink:href="#path1004_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3288"
+ transform="translate(205.61597,31.790792)"
+ xlink:href="#path1005_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="translate(0,-49.494263)"
+ id="g14897">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1006_fill"
+ transform="translate(208.09597,84.780792)"
+ id="use3291" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1007_fill"
+ transform="translate(164.35597,84.780792)"
+ id="use3294" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1008_fill"
+ transform="translate(162.67597,84.780792)"
+ id="use3297" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use3300"
+ transform="matrix(1.1333326,0,0,1,156.48103,38.785498)"
+ xlink:href="#path1009_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3303"
+ transform="translate(156.48103,41.735498)"
+ xlink:href="#path1010_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3306"
+ transform="translate(156.48103,44.685498)"
+ xlink:href="#path1011_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3309"
+ transform="translate(156.48103,47.635498)"
+ xlink:href="#path1012_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3312"
+ transform="translate(156.48103,49.781398)"
+ xlink:href="#path1013_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3315"
+ transform="translate(129.7655,13.011788)"
+ xlink:href="#path1014_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3318"
+ transform="translate(162.67597,16.067236)"
+ xlink:href="#path1015_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3321"
+ transform="translate(175.36597,16.067236)"
+ xlink:href="#path1016_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3324"
+ transform="translate(172.00597,16.067236)"
+ xlink:href="#path1017_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3327"
+ transform="translate(170.32597,16.067236)"
+ xlink:href="#path1018_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3330"
+ transform="translate(162.67597,13.787236)"
+ xlink:href="#path1019_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3333"
+ transform="translate(162.67597,11.507236)"
+ xlink:href="#path1020_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3336"
+ transform="translate(171.62597,11.507236)"
+ xlink:href="#path1021_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3339"
+ transform="translate(167.03597,11.497236)"
+ xlink:href="#path1022_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3342"
+ transform="translate(165.50597,11.507236)"
+ xlink:href="#path1023_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3345"
+ transform="translate(171.62597,11.507236)"
+ xlink:href="#path1024_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3348"
+ transform="translate(162.67597,9.2172325)"
+ xlink:href="#path1025_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3579"
+ transform="translate(117.98289,6.887)"
+ xlink:href="#path1096_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3582"
+ transform="translate(117.98289,1.637)"
+ xlink:href="#path1097_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3585"
+ transform="translate(117.98289,3.387)"
+ xlink:href="#path1098_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3588"
+ transform="translate(117.98289,6.887)"
+ xlink:href="#path1099_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3603"
+ transform="translate(104.39289,-7.9065595)"
+ xlink:href="#path1104_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3609"
+ transform="translate(100.56289,2.9234405)"
+ xlink:href="#path1106_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3624"
+ transform="translate(111.38289,-3.103)"
+ xlink:href="#path1111_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3627"
+ transform="translate(102.64289,9.417)"
+ xlink:href="#path1112_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3630"
+ transform="translate(104.39289,9.407)"
+ xlink:href="#path1113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3633"
+ transform="translate(111.39289,9.417)"
+ xlink:href="#path1114_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3645"
+ transform="translate(125.84289,-7.9065595)"
+ xlink:href="#path1118_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3648"
+ transform="translate(137.35289,2.9234405)"
+ xlink:href="#path1119_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3651"
+ transform="translate(133.52289,2.9234405)"
+ xlink:href="#path1120_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3654"
+ transform="translate(131.60289,2.9234405)"
+ xlink:href="#path1121_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3666"
+ transform="translate(121.84289,-3.103)"
+ xlink:href="#path1125_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3669"
+ transform="translate(133.35289,9.417)"
+ xlink:href="#path1126_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3672"
+ transform="translate(126.36289,9.407)"
+ xlink:href="#path1127_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3675"
+ transform="translate(124.61289,9.417)"
+ xlink:href="#path1128_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3771"
+ transform="translate(116.76289,12.867)"
+ xlink:href="#path1160_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3777"
+ transform="translate(139.03289,0.70344071)"
+ xlink:href="#path1162_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3783"
+ transform="translate(140.89289,2.9034405)"
+ xlink:href="#path1164_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <defs
+ id="defs5120">
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.99237,0.741455 c -1.78249,0 -3.231628,1.415945 -3.231628,3.157615 V 19.0932 c 0,1.7417 1.449138,3.1576 3.231628,3.1576 1.78053,0 3.22966,-1.4159 3.22966,-3.1576 V 3.89907 C 7.22203,2.1574 5.7729,0.741455 3.99237,0.741455 Z M 3.99247,22.9943 C 1.79034,22.9943 0,21.2449 0,19.0932 V 3.89912 C 0,1.74934 1.79034,0 3.99247,0 6.19264,0 7.98298,1.74934 7.98298,3.89912 V 19.0932 c 0,2.1517 -1.79034,3.9011 -3.99051,3.9011 z"
+ id="path0_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.28048,0.743408 c -0.83928,0 -1.521691,0.666782 -1.521691,1.484922 0,0.81815 0.682411,1.48493 1.521691,1.48493 0.83732,0 1.51972,-0.66678 1.51972,-1.48493 0,-0.81814 -0.6824,-1.484922 -1.51972,-1.484922 z m 9e-5,3.713282 C 1.02165,4.45669 0,3.45652 0,2.22834 0,1.00017 1.02165,0 2.28057,0 c 1.25696,0 2.27861,1.00017 2.27861,2.22834 0,1.22818 -1.02165,2.22835 -2.27861,2.22835 z"
+ id="path1_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.29591,0.455295 C 1.24884,0.256028 1.3763,0.0548451 1.58024,0.00886034 1.78614,-0.0352084 1.99008,0.0893336 2.03714,0.288601 2.0842,0.487868 1.95674,0.687135 1.7528,0.73312 1.72339,0.740784 1.69594,0.7427 1.66652,0.7427 1.49396,0.7427 1.33512,0.627738 1.29591,0.455295 Z M 3.03928,1.01477 C 2.8726,0.888314 2.84711,0.654558 2.97849,0.495528 3.10791,0.334581 3.34715,0.305841 3.51186,0.434215 3.67462,0.562589 3.70404,0.794428 3.57265,0.955375 3.49618,1.04926 3.38636,1.09716 3.27459,1.09716 3.19223,1.09716 3.10791,1.07034 3.03928,1.01477 Z M 0.217387,1.71413 C 0.0271765,1.62599 -0.053222,1.40373 0.0369812,1.21788 0.129145,1.03394 0.354653,0.955381 0.544864,1.04543 0.733114,1.13166 0.813512,1.35583 0.723309,1.53977 0.656637,1.67198 0.523294,1.75053 0.380145,1.75053 0.325239,1.75053 0.270333,1.73904 0.217387,1.71413 Z M 3.61573,2.19696 C 3.61377,2.1893 3.61377,2.18164 3.61377,2.17397 c 0,-0.20501 0.1706,-0.37171 0.38042,-0.37171 0.20982,-0.00191 0.38042,0.16287 0.38042,0.3698 0,0.00191 0,0.00383 0,0.00574 0,0.00192 0,0.00192 0,0.00384 0,0.20501 -0.16864,0.37171 -0.38042,0.37171 -0.20394,0 -0.37062,-0.15903 -0.37846,-0.35639 z M 0.0408164,3.15313 C -0.0493867,2.96727 0.0290508,2.74693 0.217301,2.65687 0.405551,2.56491 0.63498,2.64346 0.725184,2.8274 0.817348,3.01326 0.73891,3.2336 0.548699,3.32557 0.495754,3.34856 0.438887,3.36197 0.38398,3.36197 0.242793,3.36197 0.107488,3.28533 0.0408164,3.15313 Z M 2.98435,3.86397 C 2.85297,3.70494 2.87846,3.46927 3.04514,3.34281 3.2079,3.21444 3.44713,3.23935 3.57851,3.40029 3.7099,3.56124 3.68244,3.795 3.51772,3.92145 3.44713,3.97702 3.36281,4.00384 3.28241,4.00384 3.17064,4.00384 3.05886,3.95594 2.98435,3.86397 Z M 1.59016,4.35443 C 1.38622,4.30844 1.2568,4.11109 1.30386,3.90991 1.34896,3.70873 1.5529,3.5861 1.7588,3.63017 1.96273,3.67424 2.09019,3.87542 2.04509,4.07277 2.00391,4.24713 1.849,4.36401 1.67448,4.36401 1.64702,4.36401 1.61957,4.36209 1.59016,4.35443 Z"
+ id="path2_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.28048,0.741455 c -0.83928,0 -1.521691,0.666775 -1.521691,1.486835 0,0.81815 0.682411,1.48493 1.521691,1.48493 0.83732,0 1.51972,-0.66678 1.51972,-1.48493 0,-0.82006 -0.6824,-1.486835 -1.51972,-1.486835 z m 9e-5,3.713315 C 1.02165,4.45477 0,3.45652 0,2.22834 0,0.998252 1.02165,0 2.28057,0 c 1.25696,0 2.27861,0.998252 2.27861,2.22834 0,1.22818 -1.02165,2.22643 -2.27861,2.22643 z"
+ id="path3_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.28048,0.743408 c -0.83928,0 -1.521691,0.666782 -1.521691,1.484922 0,0.82006 0.682411,1.48684 1.521691,1.48684 0.83732,0 1.51972,-0.66678 1.51972,-1.48684 0,-0.81814 -0.6824,-1.484922 -1.51972,-1.484922 z m 9e-5,3.713282 C 1.02165,4.45669 0,3.45844 0,2.22834 0,1.00017 1.02165,0 2.28057,0 c 1.25696,0 2.27861,1.00017 2.27861,2.22834 0,1.2301 -1.02165,2.22835 -2.27861,2.22835 z"
+ id="path4_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.29591,0.454069 C 1.24884,0.254801 1.3763,0.0555343 1.58024,0.00954956 1.78614,-0.0364352 1.99008,0.0881068 2.03714,0.287374 2.0842,0.486641 1.95674,0.685908 1.7528,0.731893 1.72339,0.739557 1.69594,0.741473 1.66652,0.741473 c -0.17256,0 -0.3314,-0.114962 -0.37061,-0.287404 z M 3.03928,1.01547 C 2.8726,0.889009 2.84711,0.655254 2.97849,0.494307 3.10791,0.33336 3.34715,0.30462 3.51186,0.432994 3.67462,0.561368 3.70404,0.793208 3.57265,0.95607 3.49618,1.04804 3.38636,1.09594 3.27459,1.09594 3.19223,1.09594 3.10791,1.07103 3.03928,1.01547 Z M 0.217387,1.71288 C 0.0271765,1.62475 -0.053222,1.40249 0.0369812,1.21855 0.129145,1.03269 0.354653,0.956053 0.544864,1.04419 0.733114,1.13424 0.813512,1.35459 0.723309,1.53853 0.656637,1.67265 0.523294,1.74929 0.380145,1.74929 0.325239,1.74929 0.270333,1.73971 0.217387,1.71288 Z M 3.61573,2.19764 C 3.61377,2.18998 3.61377,2.18232 3.61377,2.17465 c 0,-0.20501 0.1706,-0.37362 0.38042,-0.37362 0.20982,0 0.38042,0.16477 0.38042,0.36979 0,0.00192 0,0.00383 0,0.00575 0,0 0,0.00191 0,0.00383 0,0.20501 -0.16864,0.37171 -0.38042,0.37171 -0.20394,0 -0.37062,-0.15712 -0.37846,-0.35447 z M 0.0408164,3.1519 C -0.0493867,2.96604 0.0290508,2.7457 0.217301,2.65373 0.405551,2.56559 0.63498,2.64223 0.725184,2.82617 0.817348,3.01203 0.73891,3.23429 0.548699,3.32242 0.495754,3.34925 0.438887,3.36074 0.38398,3.36074 0.242793,3.36074 0.107488,3.2841 0.0408164,3.1519 Z M 2.98435,3.86264 C 2.85297,3.70361 2.87846,3.46985 3.04514,3.34148 3.2079,3.2131 3.44713,3.23993 3.57851,3.39896 3.7099,3.5599 3.68244,3.79366 3.51772,3.92203 3.44713,3.97568 3.36281,4.00251 3.28241,4.00251 3.17064,4.00251 3.05886,3.95652 2.98435,3.86264 Z M 1.59016,4.35324 C 1.38622,4.30917 1.2568,4.1099 1.30386,3.90872 1.34896,3.70945 1.5529,3.58491 1.7588,3.62898 1.96273,3.67496 2.09019,3.87423 2.04509,4.0735 2.00391,4.24594 1.849,4.36282 1.67448,4.36282 1.64702,4.36282 1.61957,4.3609 1.59016,4.35324 Z"
+ id="path5_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.28048,0.741455 c -0.83928,0 -1.521691,0.666775 -1.521691,1.486835 0,0.81815 0.682411,1.48493 1.521691,1.48493 0.83732,0 1.51972,-0.66678 1.51972,-1.48493 0,-0.82006 -0.6824,-1.486835 -1.51972,-1.486835 z m 9e-5,3.715235 C 1.02165,4.45669 0,3.45652 0,2.22834 0,0.998252 1.02165,0 2.28057,0 c 1.25696,0 2.27861,0.998252 2.27861,2.22834 0,1.22818 -1.02165,2.22835 -2.27861,2.22835 z"
+ id="path6_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.80226,1.85663 c 0,1.027 -0.85105,1.85855 -1.90015,1.85855 C 0.851047,3.71518 0,2.88363 0,1.85663 0,0.831557 0.851047,0 1.90211,0 2.95121,0 3.80226,0.831557 3.80226,1.85663"
+ id="path7_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.28048,0.743408 c -0.83928,0 -1.521691,0.666782 -1.521691,1.484922 0,0.82006 0.682411,1.48684 1.521691,1.48684 0.83732,0 1.51972,-0.66678 1.51972,-1.48684 0,-0.81814 -0.6824,-1.484922 -1.51972,-1.484922 z m 9e-5,3.713282 C 1.02165,4.45669 0,3.45652 0,2.22834 0,1.00017 1.02165,0 2.28057,0 c 1.25696,0 2.27861,1.00017 2.27861,2.22834 0,1.22818 -1.02165,2.22835 -2.27861,2.22835 z"
+ id="path8_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.07663,0.427656 C 3.04721,0.224557 3.1884,0.0348699 3.39626,0.00421337 3.60412,-0.0264431 3.79825,0.113427 3.82767,0.318442 3.85904,0.519626 3.71589,0.709313 3.50803,0.739969 3.48842,0.743801 3.47078,0.743801 3.45117,0.743801 c -0.18433,0 -0.34709,-0.132206 -0.37454,-0.316145 z m 1.9472,0.438731 C 4.82382,0.803158 4.71793,0.592395 4.78264,0.39696 4.84931,0.203441 5.06501,0.098059 5.26503,0.163204 5.46308,0.230265 5.57094,0.441029 5.50426,0.634548 5.45132,0.789746 5.30229,0.887464 5.14345,0.887464 c -0.04118,0 -0.0804,-0.005748 -0.11962,-0.021077 z M 1.57453,1.21517 C 1.45099,1.04848 1.48825,0.816639 1.65885,0.695929 1.82749,0.575219 2.06673,0.615456 2.19027,0.780235 2.31185,0.946929 2.27263,1.17877 2.10399,1.29756 2.03535,1.34738 1.95888,1.36846 1.8824,1.36846 1.76474,1.36846 1.64709,1.31481 1.57453,1.21517 Z m 4.73185,0.44452 v 0 C 6.15931,1.51215 6.16323,1.2784 6.31423,1.13469 6.46326,0.990992 6.70445,0.992908 6.85152,1.14236 6.99663,1.28798 6.99467,1.52365 6.84368,1.66543 6.76916,1.73633 6.67504,1.77082 6.57895,1.77082 6.47894,1.77082 6.3809,1.73441 6.30638,1.65969 Z M 0.60199,2.587 C 0.415701,2.4912 0.341186,2.26894 0.437272,2.085 0.533358,1.90297 0.762787,1.83017 0.949076,1.92597 1.13537,2.01794 1.20988,2.24211 1.1138,2.42605 1.04516,2.55251 0.911819,2.62723 0.776514,2.62723 0.717686,2.62723 0.656897,2.61191 0.60199,2.587 Z m 6.479,0.34879 C 7.02021,2.73844 7.13198,2.5315 7.33396,2.47211 7.53397,2.41271 7.74575,2.52192 7.80654,2.71736 7.86929,2.91279 7.75556,3.12164 7.55554,3.18104 7.51828,3.19254 7.48103,3.19828 7.44377,3.19828 7.28101,3.19828 7.13002,3.09482 7.08099,2.93579 Z M 0,3.8689 C 0,3.66197 0.170602,3.49719 0.380422,3.49719 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.168641,0.3698 -0.380422,0.3698 C 0.170602,4.2387 0,4.072 0,3.8689 Z m 7.22217,0.61499 c 0,-0.2031 0.1706,-0.37171 0.38042,-0.37171 0.20982,0 0.37846,0.16861 0.37846,0.37171 0,0.20693 -0.16864,0.37171 -0.37846,0.37171 -0.20982,0 -0.38042,-0.16478 -0.38042,-0.37171 z M 0,5.54151 C 0,5.33649 0.170602,5.1698 0.380422,5.1698 c 0.211781,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,5.91322 0,5.74652 0,5.54151 Z m 7.22217,0.61698 c 0,-0.20502 0.1706,-0.36979 0.38042,-0.36979 0.20982,0 0.37846,0.16477 0.37846,0.36979 0,0.20502 -0.16864,0.37171 -0.37846,0.37171 -0.20982,0 -0.38042,-0.16669 -0.38042,-0.37171 z M 0,7.21619 C 0,7.00926 0.170602,6.84448 0.380422,6.84448 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,7.5879 0,7.41929 0,7.21619 Z m 7.22217,0.61695 c 0,-0.20502 0.1706,-0.37171 0.38042,-0.37171 0.20982,0 0.37846,0.16669 0.37846,0.37171 0,0.20501 -0.16864,0.36979 -0.37846,0.36979 -0.20982,0 -0.38042,-0.16478 -0.38042,-0.36979 z M 0,8.89075 C 0,8.68382 0.170602,8.51904 0.380422,8.51904 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.20502 -0.168641,0.3698 -0.380422,0.3698 C 0.170602,9.26055 0,9.09577 0,8.89075 Z M 7.22217,9.5077 c 0,-0.20694 0.1706,-0.37171 0.38042,-0.37171 0.20982,0 0.37846,0.16477 0.37846,0.37171 0,0.2031 -0.16864,0.37171 -0.37846,0.37171 -0.20982,0 -0.38042,-0.16861 -0.38042,-0.37171 z M 0,10.5635 c 0,-0.2031 0.170602,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1686 0.380422,0.3717 0,0.205 -0.168641,0.3717 -0.380422,0.3717 C 0.170602,10.9352 0,10.7685 0,10.5635 Z m 7.22217,0.6169 c 0,-0.205 0.1706,-0.3717 0.38042,-0.3717 0.20982,0 0.37846,0.1667 0.37846,0.3717 0,0.205 -0.16864,0.3717 -0.37846,0.3717 -0.20982,0 -0.38042,-0.1667 -0.38042,-0.3717 z M 0,12.238 c 0,-0.205 0.170602,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1667 0.380422,0.3717 0,0.2051 -0.168641,0.3718 -0.380422,0.3718 C 0.170602,12.6098 0,12.4431 0,12.238 Z m 7.22217,0.617 c 0,-0.2069 0.1706,-0.3717 0.38042,-0.3717 0.20982,0 0.37846,0.1648 0.37846,0.3717 0,0.205 -0.16864,0.3717 -0.37846,0.3717 -0.20982,0 -0.38042,-0.1667 -0.38042,-0.3717 z M 0,13.9108 c 0,-0.2031 0.170602,-0.3698 0.380422,-0.3698 0.211781,0 0.380422,0.1667 0.380422,0.3698 0,0.205 -0.168641,0.3717 -0.380422,0.3717 C 0.170602,14.2825 0,14.1158 0,13.9108 Z m 7.22217,0.6169 c 0,-0.2031 0.1706,-0.3717 0.38042,-0.3717 0.20982,0 0.37846,0.1686 0.37846,0.3717 0,0.2069 -0.16864,0.3717 -0.37846,0.3717 -0.20982,0 -0.38042,-0.1648 -0.38042,-0.3717 z M 0,15.5873 c 0,-0.2069 0.170602,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1648 0.380422,0.3717 0,0.2031 -0.168641,0.3698 -0.380422,0.3698 C 0.170602,15.9571 0,15.7904 0,15.5873 Z m 7.22217,0.615 c 0,-0.205 0.1706,-0.3698 0.38042,-0.3698 0.20982,0 0.37846,0.1648 0.37846,0.3698 0,0.205 -0.16864,0.3717 -0.37846,0.3717 -0.20982,0 -0.38042,-0.1667 -0.38042,-0.3717 z M 0,17.26 c 0,-0.205 0.170602,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1667 0.380422,0.3717 0,0.205 -0.168641,0.3717 -0.380422,0.3717 C 0.170602,17.6317 0,17.465 0,17.26 Z m 7.22217,0.617 c 0,-0.205 0.1706,-0.3698 0.38042,-0.3698 0.20982,0 0.37846,0.1648 0.37846,0.3698 0,0.205 -0.16864,0.3717 -0.37846,0.3717 -0.20982,0 -0.38042,-0.1667 -0.38042,-0.3717 z M 0,18.9346 c 0,-0.207 0.170602,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1647 0.380422,0.3717 0,0.205 -0.168641,0.3717 -0.380422,0.3717 C 0.170602,19.3063 0,19.1396 0,18.9346 Z m 7.22217,0.6169 c 0,-0.205 0.1706,-0.3717 0.38042,-0.3717 0.20982,0 0.37846,0.1667 0.37846,0.3717 0,0.205 -0.16864,0.3698 -0.37846,0.3698 -0.20982,0 -0.38042,-0.1648 -0.38042,-0.3698 z M 0,20.6073 c 0,-0.2031 0.170602,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1686 0.380422,0.3717 0,0.2069 -0.168641,0.3717 -0.380422,0.3717 C 0.170602,20.979 0,20.8142 0,20.6073 Z m 7.22217,0.6189 c 0,-0.2069 0.1706,-0.3717 0.38042,-0.3717 0.20982,0 0.37846,0.1648 0.37846,0.3717 0,0.2031 -0.16864,0.3698 -0.37846,0.3698 -0.20982,0 -0.38042,-0.1667 -0.38042,-0.3698 z M 0,22.2819 c 0,-0.205 0.170602,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1667 0.380422,0.3717 0,0.205 -0.168641,0.3717 -0.380422,0.3717 C 0.170602,22.6536 0,22.4869 0,22.2819 Z m 7.22217,0.6169 c 0,-0.205 0.1706,-0.3717 0.38042,-0.3717 0.20982,0 0.37846,0.1667 0.37846,0.3717 0,0.2069 -0.16864,0.3717 -0.37846,0.3717 -0.20982,0 -0.38042,-0.1648 -0.38042,-0.3717 z M 0,23.9546 c 0,-0.2031 0.170602,-0.3698 0.380422,-0.3698 0.211781,0 0.380422,0.1667 0.380422,0.3698 0,0.207 -0.168641,0.3717 -0.380422,0.3717 C 0.170602,24.3263 0,24.1616 0,23.9546 Z m 7.22217,0.6189 c 0,-0.205 0.1706,-0.3717 0.38042,-0.3717 0.20982,0 0.37846,0.1667 0.37846,0.3717 0,0.205 -0.16864,0.3717 -0.37846,0.3717 -0.20982,0 -0.38042,-0.1667 -0.38042,-0.3717 z M 0,25.6311 c 0,-0.2069 0.170602,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1648 0.380422,0.3717 0,0.2031 -0.168641,0.3698 -0.380422,0.3698 C 0.170602,26.0009 0,25.8342 0,25.6311 Z m 7.22217,0.6304 c 0,-0.0038 0,-0.0057 0,-0.0076 0,-0.0019 0,-0.0058 0,-0.0077 0,-0.2031 0.1706,-0.3717 0.38042,-0.3717 0.20982,0 0.37846,0.1686 0.37846,0.3717 0,0.0058 0,0.0096 0,0.0153 0,0.2051 -0.16864,0.3718 -0.37846,0.3718 -0.20982,0 -0.38042,-0.1667 -0.38042,-0.3718 z m -7.049552,1.1342 c -0.06275,-0.1954 0.052945,-0.4023 0.252961,-0.4617 0.200015,-0.0613 0.413758,0.0498 0.474547,0.2472 0.060789,0.1954 -0.052946,0.4023 -0.252961,0.4617 -0.037258,0.0115 -0.074516,0.0173 -0.111774,0.0173 -0.162757,0 -0.311789,-0.1035 -0.362773,-0.2645 z m 6.857402,0.8067 c -0.18629,-0.0939 -0.2608,-0.3181 -0.16275,-0.5001 0.09412,-0.182 0.32355,-0.2548 0.50984,-0.159 0.18629,0.0919 0.2608,0.3161 0.16472,0.4981 -0.06667,0.1284 -0.20002,0.2012 -0.33728,0.2012 -0.05883,0 -0.11766,-0.0134 -0.17453,-0.0402 z M 1.12549,28.9746 C 0.978417,28.827 0.982339,28.5913 1.13529,28.4515 1.28432,28.3078 1.52552,28.3116 1.67063,28.4572 h 0.00196 c 0.14707,0.1476 0.14119,0.3832 -0.00981,0.5269 -0.07451,0.069 -0.16864,0.1035 -0.26472,0.1035 -0.09805,0 -0.1961,-0.0364 -0.27257,-0.113 z m 4.66132,0.3698 c -0.12354,-0.1667 -0.08236,-0.3986 0.08824,-0.5193 0.16864,-0.1188 0.40591,-0.0805 0.52945,0.0862 0.12158,0.1667 0.08432,0.3986 -0.08628,0.5174 -0.06667,0.0479 -0.14511,0.0709 -0.22355,0.0709 -0.11765,0 -0.23335,-0.0537 -0.30786,-0.1552 z M 2.7101,29.9556 C 2.51204,29.8905 2.40615,29.6778 2.47282,29.4823 2.5395,29.2907 2.7552,29.1854 2.95521,29.2505 c 0.19806,0.0671 0.30395,0.2778 0.23728,0.4713 -0.05295,0.1552 -0.20002,0.253 -0.35885,0.253 -0.04118,0 -0.08236,-0.0077 -0.12354,-0.0192 z M 4.14738,29.8042 C 4.116,29.6011 4.25915,29.4133 4.46897,29.3826 c 0.2059,-0.0287 0.40003,0.1112 0.43141,0.3143 0.02941,0.2031 -0.11374,0.3908 -0.3216,0.4215 -0.0196,0.0019 -0.03921,0.0038 -0.0549,0.0038 -0.18629,0 -0.34905,-0.1322 -0.3765,-0.318 z"
+ id="path9_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.27852,0.743408 c -0.83732,0 -1.519731,0.666782 -1.519731,1.484922 0,0.81815 0.682411,1.48493 1.519731,1.48493 0.83928,0 1.52168,-0.66678 1.52168,-1.48493 0,-0.81814 -0.6824,-1.484922 -1.52168,-1.484922 z m 9e-5,3.713282 C 1.02165,4.45669 0,3.45652 0,2.22834 0,1.00017 1.02165,0 2.27861,0 c 1.25892,0 2.28057,1.00017 2.28057,2.22834 0,1.22818 -1.02165,2.22835 -2.28057,2.22835 z"
+ id="path10_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.27852,0.741455 c -0.83732,0 -1.519731,0.666775 -1.519731,1.486835 0,0.81815 0.682411,1.48493 1.519731,1.48493 0.83928,0 1.52168,-0.66678 1.52168,-1.48493 0,-0.82006 -0.6824,-1.486835 -1.52168,-1.486835 z m 9e-5,3.715235 C 1.02165,4.45669 0,3.45652 0,2.22834 0,1.00017 1.02165,0 2.27861,0 c 1.25892,0 2.28057,1.00017 2.28057,2.22834 0,1.22818 -1.02165,2.22835 -2.28057,2.22835 z"
+ id="path11_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.27852,0.741455 c -0.83732,0 -1.519731,0.666775 -1.519731,1.486835 0,0.81815 0.682411,1.48493 1.519731,1.48493 0.83928,0 1.52168,-0.66678 1.52168,-1.48493 0,-0.82006 -0.6824,-1.486835 -1.52168,-1.486835 z m 9e-5,3.713315 C 1.02165,4.45477 0,3.45652 0,2.22834 0,0.998252 1.02165,0 2.27861,0 c 1.25892,0 2.28057,0.998252 2.28057,2.22834 0,1.22818 -1.02165,2.22643 -2.28057,2.22643 z"
+ id="path12_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.80226,1.85663 c 0,1.027 -0.85105,1.85664 -1.90015,1.85664 C 0.851047,3.71327 0,2.88363 0,1.85663 0,0.831557 0.851047,0 1.90211,0 2.95121,0 3.80226,0.831557 3.80226,1.85663"
+ id="path13_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.27852,0.743408 c -0.83732,0 -1.519731,0.666782 -1.519731,1.484922 0,0.82006 0.682411,1.48493 1.519731,1.48493 0.83928,0 1.52168,-0.66487 1.52168,-1.48493 0,-0.81814 -0.6824,-1.484922 -1.52168,-1.484922 z m 9e-5,3.713282 C 1.02165,4.45669 0,3.45652 0,2.22834 0,1.00017 1.02165,0 2.27861,0 c 1.25892,0 2.28057,1.00017 2.28057,2.22834 0,1.22818 -1.02165,2.22835 -2.28057,2.22835 z"
+ id="path14_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.27852,0.741455 c -0.83732,0 -1.519731,0.666775 -1.519731,1.486835 0,0.81815 0.682411,1.48493 1.519731,1.48493 0.83928,0 1.52168,-0.66678 1.52168,-1.48493 0,-0.82006 -0.6824,-1.486835 -1.52168,-1.486835 z m 9e-5,3.715235 C 1.02165,4.45669 0,3.45652 0,2.22834 0,0.998252 1.02165,0 2.27861,0 c 1.25892,0 2.28057,0.998252 2.28057,2.22834 0,1.22818 -1.02165,2.22835 -2.28057,2.22835 z"
+ id="path15_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.27852,0.741455 c -0.83732,0 -1.519731,0.666775 -1.519731,1.484925 0,0.82006 0.682411,1.48684 1.519731,1.48684 0.83928,0 1.52168,-0.66678 1.52168,-1.48684 0,-0.81815 -0.6824,-1.484925 -1.52168,-1.484925 z m 9e-5,3.713315 C 1.02165,4.45477 0,3.45652 0,2.22643 0,0.998252 1.02165,0 2.27861,0 c 1.25892,0 2.28057,0.998252 2.28057,2.22643 0,1.23009 -1.02165,2.22834 -2.28057,2.22834 z"
+ id="path16_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.27852,0.743408 c -0.83732,0 -1.519731,0.666782 -1.519731,1.484922 0,0.82006 0.682411,1.48684 1.519731,1.48684 0.83928,0 1.52168,-0.66678 1.52168,-1.48684 0,-0.81814 -0.6824,-1.484922 -1.52168,-1.484922 z m 9e-5,3.713282 C 1.02165,4.45669 0,3.45652 0,2.22834 0,1.00017 1.02165,0 2.27861,0 c 1.25892,0 2.28057,1.00017 2.28057,2.22834 0,1.22818 -1.02165,2.22835 -2.28057,2.22835 z"
+ id="path17_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.99237,0.741455 c -1.78249,0 -3.231628,1.415945 -3.231628,3.157615 V 26.2994 c 0,1.7397 1.449138,3.1557 3.231628,3.1557 1.78053,0 3.22966,-1.416 3.22966,-3.1557 V 3.89907 C 7.22203,2.1574 5.7729,0.741455 3.99237,0.741455 Z M 3.99247,30.1986 C 1.79034,30.1986 0,28.4492 0,26.2994 V 3.89912 C 0,1.74934 1.79034,0 3.99247,0 6.19264,0 7.98298,1.74934 7.98298,3.89912 V 26.2994 c 0,2.1498 -1.79034,3.8992 -3.99051,3.8992 z"
+ id="path18_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.28048,0.741455 c -0.83928,0 -1.521691,0.666775 -1.521691,1.486835 0,0.81815 0.682411,1.48493 1.521691,1.48493 0.83732,0 1.51972,-0.66678 1.51972,-1.48493 0,-0.82006 -0.6824,-1.486835 -1.51972,-1.486835 z m 9e-5,3.715235 C 1.02165,4.45669 0,3.45652 0,2.22834 0,1.00017 1.02165,0 2.28057,0 c 1.25696,0 2.27861,1.00017 2.27861,2.22834 0,1.22818 -1.02165,2.22835 -2.27861,2.22835 z"
+ id="path19_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.2959,0.454063 C 1.24884,0.254796 1.3763,0.055529 1.5822,0.00954427 1.78417,-0.0364405 1.99007,0.0881015 2.03714,0.289285 2.0842,0.488552 1.95674,0.685903 1.7528,0.733804 1.72142,0.739552 1.69397,0.741468 1.66456,0.741468 1.49199,0.741468 1.33708,0.626506 1.2959,0.454063 Z M 3.03928,1.01551 V 1.01743 C 2.87456,0.889054 2.84711,0.655299 2.97653,0.494352 3.10791,0.333406 3.34519,0.306581 3.50991,0.433039 3.67659,0.561413 3.70208,0.793253 3.5707,0.956115 3.49814,1.04808 3.38637,1.09599 3.27459,1.09599 3.19223,1.09599 3.10791,1.07108 3.03928,1.01551 Z M 0.215469,1.71293 C 0.0272188,1.62671 -0.0531797,1.40253 0.0370235,1.21668 0.127227,1.03274 0.356656,0.956095 0.544906,1.04423 0.735117,1.13237 0.813555,1.35463 0.723352,1.53857 0.658641,1.67269 0.521375,1.75125 0.380188,1.75125 0.325281,1.75125 0.268414,1.73975 0.215469,1.71293 Z M 3.61572,2.1977 c 0,-0.00767 0,-0.01533 0,-0.02108 V 2.1747 c 0,-0.20501 0.16864,-0.3717 0.3765,-0.3717 0.21178,-0.00192 0.38239,0.16286 0.38239,0.36979 0,0.00191 0,0.00383 0,0.00383 0,0.00192 0,0.00192 0,0.00383 0,0.20502 -0.17061,0.37171 -0.38043,0.37171 -0.20197,0 -0.36865,-0.15711 -0.37846,-0.35446 z M 0.0427866,3.15179 C -0.0493774,2.96594 0.0290601,2.74559 0.21731,2.65554 0.407521,2.56549 0.633029,2.64405 0.727154,2.82798 0.817357,3.01192 0.738919,3.23418 0.548708,3.32232 0.495763,3.34914 0.438896,3.36064 0.38399,3.36064 0.242802,3.36064 0.107498,3.284 0.0427866,3.15179 Z M 2.98438,3.86264 C 2.85299,3.70361 2.88045,3.46985 3.0432,3.34148 3.20596,3.2131 3.4452,3.23993 3.57658,3.39896 3.70796,3.5599 3.68247,3.79558 3.51775,3.92203 3.44716,3.9776 3.3648,4.00251 3.28048,4.00251 3.1687,4.00251 3.05889,3.95652 2.98438,3.86264 Z M 1.59211,4.35323 C 1.38621,4.30916 1.25679,4.1099 1.30385,3.91063 1.34896,3.70945 1.55289,3.5849 1.75879,3.62897 1.96273,3.67687 2.09019,3.87422 2.04509,4.07349 2.00587,4.24593 1.84703,4.36281 1.67447,4.36281 1.64702,4.36281 1.6176,4.3609 1.59211,4.35323 Z"
+ id="path20_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.28048,0.743408 c -0.83928,0 -1.521691,0.666782 -1.521691,1.484922 0,0.82006 0.682411,1.48493 1.521691,1.48493 0.83732,0 1.51972,-0.66487 1.51972,-1.48493 0,-0.81814 -0.6824,-1.484922 -1.51972,-1.484922 z m 9e-5,3.713282 C 1.02165,4.45669 0,3.45652 0,2.22834 0,1.00017 1.02165,0 2.28057,0 c 1.25696,0 2.27861,1.00017 2.27861,2.22834 0,1.22818 -1.02165,2.22835 -2.27861,2.22835 z"
+ id="path21_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.80226,1.85663 c 0,1.02508 -0.85105,1.85664 -1.90015,1.85664 C 0.851047,3.71327 0,2.88171 0,1.85663 0,0.829641 0.851047,0 1.90211,0 2.95121,0 3.80226,0.829641 3.80226,1.85663"
+ id="path22_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.28048,0.741455 c -0.83928,0 -1.521691,0.666775 -1.521691,1.484925 0,0.82006 0.682411,1.48684 1.521691,1.48684 0.83732,0 1.51972,-0.66678 1.51972,-1.48684 0,-0.81815 -0.6824,-1.484925 -1.51972,-1.484925 z m 9e-5,3.713315 C 1.02165,4.45477 0,3.45652 0,2.22643 0,0.998252 1.02165,0 2.28057,0 c 1.25696,0 2.27861,0.998252 2.27861,2.22643 0,1.23009 -1.02165,2.22834 -2.27861,2.22834 z"
+ id="path23_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.99237,0.741455 c -1.78249,0 -3.231628,1.415945 -3.231628,3.157615 v 7.81743 c 0,1.7397 1.449138,3.1557 3.231628,3.1557 1.78053,0 3.22966,-1.416 3.22966,-3.1557 V 3.89907 C 7.22203,2.1574 5.7729,0.741455 3.99237,0.741455 Z M 3.99247,15.6156 C 1.79034,15.6156 0,13.8663 0,11.7165 V 3.89912 C 0,1.74934 1.79034,0 3.99247,0 6.19264,0 7.98298,1.74934 7.98298,3.89912 v 7.81738 c 0,2.1498 -1.79034,3.8991 -3.99051,3.8991 z"
+ id="path24_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.80226,1.85663 c 0,1.02508 -0.85105,1.85664 -1.90015,1.85664 C 0.851047,3.71327 0,2.88171 0,1.85663 0,0.831557 0.851047,0 1.90211,0 2.95121,0 3.80226,0.831557 3.80226,1.85663"
+ id="path25_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.99237,0.743408 c -1.78249,0 -3.231628,1.415942 -3.231628,3.155702 V 19.0951 c 0,1.7398 1.449138,3.1558 3.231628,3.1558 1.78053,0 3.22966,-1.416 3.22966,-3.1558 V 3.89911 C 7.22203,2.15935 5.7729,0.743408 3.99237,0.743408 Z M 3.99247,22.9943 C 1.79034,22.9943 0,21.2449 0,19.0952 V 3.89912 C 0,1.74934 1.79034,0 3.99247,0 6.19264,0 7.98298,1.74934 7.98298,3.89912 V 19.0952 c 0,2.1497 -1.79034,3.8991 -3.99051,3.8991 z"
+ id="path26_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.29591,0.452861 C 1.24884,0.25551 1.3763,0.0543266 1.58024,0.0102579 1.78614,-0.0376428 1.99008,0.0868991 2.03714,0.286166 2.0842,0.48735 1.95478,0.684701 1.7528,0.732601 1.72339,0.740266 1.69594,0.742182 1.66652,0.742182 c -0.17256,0 -0.3314,-0.116878 -0.37061,-0.289321 z M 3.03916,1.01432 C 2.87248,0.887857 2.84699,0.654101 2.97641,0.495071 3.10779,0.332208 3.34703,0.3073 3.50978,0.433758 3.6745,0.562132 3.70196,0.793972 3.57253,0.954918 3.49606,1.04689 3.38625,1.0967 3.27447,1.0967 3.19015,1.0967 3.10779,1.06988 3.03916,1.01432 Z M 0.217387,1.71166 C 0.0271765,1.62544 -0.053222,1.40318 0.0369812,1.21925 0.129145,1.03339 0.354653,0.954833 0.544864,1.04297 0.733114,1.13302 0.813512,1.35337 0.723309,1.53731 0.656637,1.67143 0.523294,1.74999 0.380145,1.74999 0.325239,1.74999 0.270333,1.73849 0.217387,1.71166 Z M 3.61573,2.19648 C 3.61377,2.18881 3.61377,2.18306 3.61377,2.1754 V 2.17348 c 0,-0.20501 0.1706,-0.37171 0.38042,-0.37171 0.20982,-0.00191 0.38042,0.16478 0.38042,0.3698 0,0.00191 0,0.00383 0,0.00575 0,0.00191 0,0.00191 0,0.00383 0,0.2031 -0.16864,0.36979 -0.38042,0.36979 -0.20394,0 -0.37062,-0.15711 -0.37846,-0.35446 z M 0.0408164,3.1506 C -0.0493867,2.96666 0.0290508,2.74249 0.217301,2.65626 0.405551,2.5643 0.63498,2.64285 0.725184,2.82679 0.817348,3.01265 0.73891,3.23299 0.548699,3.32304 0.495754,3.34795 0.438887,3.35945 0.38398,3.35945 0.242793,3.35945 0.107488,3.28281 0.0408164,3.1506 Z M 2.98426,3.86346 C 2.85288,3.70251 2.87837,3.46875 3.04309,3.34038 3.20781,3.212 3.44704,3.23883 3.57646,3.39786 3.70785,3.56072 3.68235,3.79448 3.51763,3.92285 3.44704,3.9765 3.36272,4.00141 3.28036,4.00141 3.17055,4.00141 3.05878,3.95542 2.98426,3.86346 Z M 1.59004,4.35201 C 1.38611,4.30794 1.25864,4.11059 1.30375,3.90941 1.34885,3.70823 1.55278,3.58368 1.75672,3.62775 1.96262,3.67374 2.09008,3.873 2.04498,4.07419 2.0038,4.24471 1.84889,4.36159 1.67436,4.36159 c -0.02941,0 -0.0549,-0.00191 -0.08432,-0.00958 z"
+ id="path27_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.278453,0.737672 0.182367,0.699351 0.111773,0.628458 0.0392188,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0392188,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.699351 0.48043,0.737672 0.380422,0.737672"
+ id="path28_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.03832,0.556151 C 5.93242,0.379877 5.99517,0.153785 6.17754,0.0503193 6.35795,-0.0531464 6.5913,0.00816658 6.69719,0.186357 6.80112,0.364548 6.73837,0.592556 6.55796,0.694106 6.49717,0.728594 6.43246,0.743922 6.36775,0.743922 c -0.13138,0 -0.2608,-0.067061 -0.32943,-0.187771 z M 4.54213,1.40107 C 4.43428,1.22479 4.49703,0.996786 4.6794,0.895237 4.86372,0.791771 5.09512,0.853084 5.19904,1.02936 5.30297,1.20947 5.24219,1.43556 5.05982,1.53902 4.99903,1.5716 4.93432,1.58692 4.86961,1.58692 4.74019,1.58692 4.61272,1.51986 4.54213,1.40107 Z M 3.04385,2.24609 C 2.93992,2.0679 3.00267,1.84181 3.18308,1.74026 3.36545,1.63488 3.59684,1.69619 3.70273,1.87438 3.80862,2.05257 3.74587,2.28058 3.5635,2.38213 3.50467,2.4147 3.438,2.43195 3.37525,2.43195 c -0.13334,0 -0.2608,-0.06706 -0.3314,-0.18586 z M 1.54574,3.09103 C 1.44181,2.91284 1.50456,2.68674 1.68692,2.58328 1.86929,2.47981 2.10068,2.54113 2.20657,2.71932 2.3105,2.89559 2.24971,3.12551 2.06735,3.22706 2.00656,3.25964 1.94185,3.27688 1.87714,3.27688 1.74575,3.27688 1.61633,3.20982 1.54574,3.09103 Z M 0.0515691,3.93408 C -0.0543215,3.75781 0.00842853,3.5298 0.188835,3.42825 0.373163,3.32478 0.604554,3.3861 0.708483,3.56429 0.814374,3.74056 0.751624,3.96857 0.569257,4.07204 c -0.058828,0.03257 -0.1255,0.0479 -0.18825,0.0479 -0.131383,0 -0.258844,-0.06515 -0.3294379,-0.18586 z"
+ id="path29_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0392187,0.560918 0,0.465116 0,0.365483 0,0.267765 0.0392187,0.171964 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.537297,0 0.070594,0.067061 0.113735,0.164778 0.113735,0.26058 0,0.099633 -0.043141,0.193519 -0.113735,0.264412 -0.070593,0.068977 -0.16864,0.107298 -0.266687,0.107298"
+ id="path30_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.190139,0.694106 C 0.00777136,0.592556 -0.0549786,0.364548 0.0528729,0.186357 0.156803,0.00816658 0.388193,-0.0531464 0.57056,0.0503193 0.750967,0.153785 0.813717,0.379876 0.709787,0.558067 0.639193,0.676861 0.511732,0.743922 0.380349,0.743922 c -0.06471,0 -0.129421,-0.015328 -0.19021,-0.049816 z M 1.68625,1.53711 C 1.50585,1.43556 1.4431,1.20947 1.54703,1.02936 1.65292,0.853084 1.88627,0.791771 2.06668,0.895237 2.24904,0.996786 2.31179,1.22479 2.20786,1.40107 2.13531,1.51986 2.00785,1.58692 1.87646,1.58692 1.81175,1.58692 1.74704,1.5716 1.68625,1.53711 Z M 3.18438,2.38213 C 3.00201,2.28058 2.93926,2.05258 3.04515,1.87439 3.14908,1.69619 3.38243,1.6368 3.5648,1.74026 3.74717,1.84181 3.80796,2.0679 3.70206,2.2461 3.63343,2.36489 3.50597,2.43195 3.37459,2.43195 3.30988,2.43195 3.24321,2.41471 3.18438,2.38213 Z M 4.68072,3.22706 C 4.49835,3.12551 4.4356,2.89559 4.54149,2.71932 4.64542,2.54113 4.87877,2.47981 5.05918,2.58328 5.24154,2.68674 5.30429,2.91284 5.20036,3.09103 5.12977,3.20982 5.00035,3.27688 4.86897,3.27688 4.80425,3.27688 4.7415,3.25964 4.68072,3.22706 Z M 6.17691,4.0721 C 5.99455,3.96864 5.93376,3.74063 6.03769,3.56244 6.14358,3.38617 6.37497,3.32485 6.55734,3.42832 6.7397,3.52987 6.80245,3.75788 6.69656,3.93415 6.62597,4.05486 6.49851,4.12192 6.36713,4.12192 6.30241,4.12192 6.2377,4.10468 6.17691,4.0721 Z"
+ id="path31_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.699351 0.111773,0.628458 0.0411797,0.559481 0,0.465595 0,0.365962 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.699351 0.48043,0.737672 0.380422,0.737672"
+ id="path32_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z M 0,2.0597 C 0,1.85468 0.170602,1.68799 0.380422,1.68799 c 0.20982,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,2.43141 0,2.26471 0,2.0597 Z M 0,3.74964 C 0,3.54271 0.170602,3.37793 0.380422,3.37793 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,4.12135 0,3.95274 0,3.74964 Z M 0,5.43775 C 0,5.23082 0.170602,5.06604 0.380422,5.06604 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.170602,0.36979 -0.380422,0.36979 C 0.170602,5.80754 0,5.64085 0,5.43775 Z M 0,7.12574 C 0,6.92072 0.170602,6.75403 0.380422,6.75403 c 0.20982,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,7.49745 0,7.33075 0,7.12574 Z"
+ id="path33_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.736235 C 0.280414,0.736235 0.182367,0.695998 0.111773,0.628937 0.0411797,0.55996 0,0.462242 0,0.364525 0,0.268723 0.0411797,0.171006 0.111773,0.102029 c 0.141188,-0.1360385 0.39611,-0.1360385 0.537297,0 0.070594,0.070893 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 C 0.578477,0.695998 0.48043,0.736235 0.380422,0.736235"
+ id="path34_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.03813,0.557494 C 5.93224,0.379303 5.99695,0.153212 6.17736,0.0516621 6.35973,-0.0537196 6.59112,0.00759338 6.69701,0.185784 6.8029,0.362059 6.74015,0.591983 6.55778,0.693532 6.49699,0.726105 6.43228,0.743349 6.36757,0.743349 6.23619,0.743349 6.10873,0.676288 6.03813,0.557494 Z M 4.54198,1.40243 C 4.43609,1.22424 4.49884,0.996229 4.6812,0.89468 4.86357,0.791214 5.09692,0.852527 5.20085,1.03072 5.30478,1.20699 5.24203,1.43692 5.05966,1.53847 5.00084,1.57104 4.93416,1.58828 4.87141,1.58828 4.74003,1.58828 4.61257,1.52122 4.54198,1.40243 Z M 3.04588,2.24549 C 2.93999,2.06921 3.00274,1.8412 3.18511,1.73965 3.36748,1.63619 3.59887,1.69558 3.7028,1.87378 3.80869,2.05197 3.7479,2.27806 3.56553,2.38152 3.50474,2.41601 3.44003,2.43134 3.37532,2.43134 3.24394,2.43134 3.11648,2.36428 3.04588,2.24549 Z M 1.54776,3.09054 C 1.44383,2.91235 1.50658,2.68626 1.68699,2.58279 1.86935,2.48124 2.10074,2.54064 2.20663,2.71883 2.31252,2.89702 2.24977,3.12311 2.06741,3.22658 2.00858,3.25915 1.94191,3.2764 1.87916,3.2764 1.74581,3.2764 1.61835,3.20933 1.54776,3.09054 Z M 0.0514986,3.93548 C -0.054392,3.75729 0.00835799,3.5312 0.190725,3.42581 0.373092,3.32427 0.606444,3.38558 0.710374,3.56377 0.814303,3.74004 0.751553,3.96805 0.571147,4.07152 0.510358,4.10409 0.445647,4.12133 0.380936,4.12133 0.251514,4.12133 0.122092,4.05427 0.0514986,3.93548 Z"
+ id="path35_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.188835,0.693532 C 0.00842853,0.591983 -0.0543215,0.363975 0.0515691,0.185784 0.155499,0.00759338 0.38885,-0.0537196 0.569257,0.0516621 0.751624,0.153212 0.814374,0.379303 0.708483,0.557494 0.637889,0.676288 0.510429,0.743349 0.379046,0.743349 0.314335,0.743349 0.251585,0.726105 0.188835,0.693532 Z M 1.68706,1.53847 C 1.5047,1.43692 1.44195,1.20699 1.54784,1.03072 1.65373,0.852527 1.88512,0.791214 2.06748,0.89468 2.24789,0.996229 2.31064,1.22424 2.20671,1.40051 2.13612,1.52122 2.00866,1.58828 1.87727,1.58828 1.81256,1.58828 1.74589,1.57104 1.68706,1.53847 Z M 3.18308,2.38152 C 3.00267,2.27806 2.93992,2.05197 3.04385,1.87378 3.14778,1.69558 3.3831,1.63619 3.5635,1.73965 3.74587,1.8412 3.80862,2.06729 3.70077,2.24549 3.63213,2.36428 3.50467,2.43134 3.37329,2.43134 3.30858,2.43134 3.24387,2.41601 3.18308,2.38152 Z M 4.6794,3.22658 C 4.49703,3.12311 4.43428,2.89702 4.54213,2.71883 4.64606,2.54064 4.87745,2.48124 5.05982,2.58279 5.24219,2.68626 5.30297,2.91235 5.19904,3.09054 5.12845,3.20933 5.00099,3.2764 4.86961,3.2764 4.8049,3.2764 4.74215,3.25915 4.6794,3.22658 Z M 6.17754,4.07152 C 5.99517,3.96805 5.93242,3.74004 6.03832,3.56377 6.14421,3.38558 6.3756,3.32427 6.55796,3.42581 6.73837,3.5312 6.80112,3.75729 6.69719,3.93548 6.6266,4.05427 6.49717,4.12133 6.36579,4.12133 6.30108,4.12133 6.23637,4.10409 6.17754,4.07152 Z"
+ id="path36_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.736955 C 0.278453,0.736955 0.182367,0.696718 0.111773,0.629657 0.0392188,0.558764 0,0.462962 0,0.365245 0,0.269443 0.0392188,0.171725 0.111773,0.102748 c 0.141188,-0.1360378 0.39611,-0.1379538 0.537297,0 0.070594,0.068977 0.111774,0.166695 0.111774,0.262497 0,0.097717 -0.04118,0.195435 -0.111774,0.264412 C 0.578477,0.696718 0.48043,0.736955 0.380422,0.736955"
+ id="path37_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z M 0,2.0597 C 0,1.85468 0.170602,1.68799 0.380422,1.68799 c 0.20982,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,2.43141 0,2.26471 0,2.0597 Z M 0,3.74972 C 0,3.54279 0.170602,3.3761 0.380422,3.3761 c 0.20982,0 0.380422,0.16669 0.380422,0.37362 0,0.2031 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,4.12143 0,3.95282 0,3.74972 Z M 0,5.43775 C 0,5.23082 0.170602,5.06604 0.380422,5.06604 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.170602,0.36979 -0.380422,0.36979 C 0.170602,5.80754 0,5.64085 0,5.43775 Z m 0,1.68803 c 0,-0.20502 0.170602,-0.3698 0.380422,-0.3698 0.20982,0 0.380422,0.16478 0.380422,0.3698 0,0.20501 -0.170602,0.36979 -0.380422,0.36979 C 0.170602,7.49557 0,7.33079 0,7.12578 Z"
+ id="path38_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.760742,11.3917 7.01809,14.923 13.2774,11.3917 V 4.33117 L 7.01809,0.799927 0.760742,4.33117 Z M 7.0182,15.722 c -0.06472,0 -0.12943,-0.0153 -0.18825,-0.0498 L 0.190211,11.9282 C 0.0725547,11.8612 0,11.7386 0,11.6064 V 4.11659 C 0,3.98439 0.0725547,3.86176 0.190211,3.7947 L 6.82995,0.0488588 c 0.11765,-0.0651451 0.2608,-0.0651451 0.37846,0 L 13.8481,3.7947 c 0.1177,0.06706 0.1903,0.18969 0.1903,0.32189 v 7.48981 c 0,0.1322 -0.0726,0.2548 -0.1903,0.3218 l -6.63969,3.744 C 7.14958,15.7067 7.08487,15.722 7.0182,15.722 Z"
+ id="path39_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.760742,15.3536 9.35945,20.2069 17.9601,15.3536 V 5.65083 L 9.35945,0.799438 0.760742,5.65083 Z m 8.598808,5.6523 c -0.06471,0 -0.13138,-0.0153 -0.19021,-0.0498 L 0.190211,15.8901 C 0.0725547,15.825 0,15.7023 0,15.5682 V 5.43626 C 0,5.30405 0.0725547,5.18143 0.190211,5.11628 L 9.16934,0.0502958 c 0.11766,-0.0670611 0.26277,-0.0670611 0.38043,0 L 18.5309,5.11628 c 0.1176,0.06515 0.1902,0.18777 0.1902,0.31998 V 15.5682 c 0,0.1341 -0.0726,0.2568 -0.1902,0.3219 l -8.98113,5.066 c -0.05883,0.0345 -0.12354,0.0498 -0.19022,0.0498 z"
+ id="path40_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.760742,15.3556 9.35945,20.2069 17.9601,15.3556 V 5.65278 L 9.35945,0.801392 0.760742,5.65278 Z m 8.598808,5.6522 c -0.06471,0 -0.13138,-0.0172 -0.19021,-0.0498 L 0.190211,15.892 C 0.0725547,15.825 0,15.7023 0,15.5701 V 5.43817 C 0,5.30597 0.0725547,5.18143 0.190211,5.11628 L 9.16934,0.0502958 c 0.11766,-0.0670611 0.26277,-0.0670611 0.38043,0 L 18.5309,5.11628 c 0.1176,0.06515 0.1902,0.18969 0.1902,0.32189 V 15.5701 c 0,0.1322 -0.0726,0.2549 -0.1902,0.3219 l -8.98113,5.066 c -0.05883,0.0326 -0.12354,0.0498 -0.19022,0.0498 z"
+ id="path41_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.758789,15.3556 9.35946,20.2069 17.9601,15.3556 V 5.65278 L 9.35946,0.801392 0.758789,5.65278 Z m 8.600761,5.6522 c -0.06471,0 -0.13138,-0.0172 -0.19021,-0.0498 L 0.190211,15.892 C 0.0725547,15.825 0,15.7023 0,15.5701 V 5.43817 C 0,5.30597 0.0725547,5.18143 0.190211,5.11628 L 9.16934,0.0502958 c 0.11766,-0.0670611 0.26277,-0.0670611 0.38043,0 L 18.5309,5.11628 c 0.1176,0.06515 0.1882,0.18969 0.1882,0.32189 V 15.5701 c 0,0.1322 -0.0706,0.2549 -0.1882,0.3219 l -8.98113,5.066 c -0.05883,0.0326 -0.12354,0.0498 -0.19022,0.0498 z"
+ id="path42_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.758789,15.3541 9.35946,20.2055 17.9601,15.3541 V 5.65132 L 9.35946,0.799927 0.758789,5.65132 Z m 8.600761,5.6523 c -0.06471,0 -0.13138,-0.0172 -0.19021,-0.0498 L 0.190211,15.8906 C 0.0725547,15.8235 0,15.7009 0,15.5687 V 5.43674 C 0,5.30453 0.0725547,5.1819 0.190211,5.11484 L 9.16934,0.0488588 c 0.11766,-0.0651451 0.26277,-0.0651451 0.38043,0 L 18.5309,5.11484 c 0.1176,0.06706 0.1882,0.18969 0.1882,0.3219 V 15.5687 c 0,0.1322 -0.0706,0.2548 -0.1882,0.3219 l -8.98113,5.066 c -0.05883,0.0326 -0.12354,0.0498 -0.19022,0.0498 z"
+ id="path43_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.465595 0,0.365962 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.262496 0,0.099633 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path44_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.369794 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.574809 0,0.369794 Z M 0,1.91415 C 0,1.70722 0.170602,1.54053 0.380422,1.54053 c 0.20982,0 0.380422,0.16669 0.380422,0.37362 0,0.2031 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,2.28586 0,2.11725 0,1.91415 Z M 0,3.4546 C 0,3.24958 0.170602,3.08289 0.380422,3.08289 c 0.20982,0 0.380422,0.16669 0.380422,0.37171 0,0.20693 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,3.82631 0,3.66153 0,3.4546 Z"
+ id="path45_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.280414,0.738151 0.182367,0.697914 0.111773,0.628937 0.0411797,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0411797,0.171006 0.111773,0.102029 c 0.141188,-0.1360385 0.39611,-0.1360385 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697914 0.48043,0.738151 0.380422,0.738151"
+ id="path46_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.78378,0.556732 C 2.67985,0.378541 2.74064,0.15245 2.92301,0.0489839 3.10538,-0.0525657 3.33677,0.00874723 3.44266,0.186938 3.54659,0.363213 3.4858,0.591221 3.30343,0.69277 3.2446,0.727259 3.17793,0.742587 3.11322,0.742587 2.98184,0.742587 2.85438,0.675526 2.78378,0.556732 Z M 1.41884,1.32894 C 1.31099,1.15075 1.37374,0.922743 1.55611,0.821193 1.73651,0.717728 1.97182,0.779041 2.07575,0.957231 2.17968,1.13542 2.11693,1.36151 1.93653,1.46306 1.87574,1.49755 1.81103,1.5148 1.74632,1.5148 1.61493,1.5148 1.48747,1.44774 1.41884,1.32894 Z M 0.0502006,2.09916 C -0.0537291,1.92288 0.00902094,1.69488 0.189427,1.59141 0.371794,1.48986 0.603185,1.55117 0.709076,1.72745 0.813005,1.90564 0.750255,2.13173 0.567888,2.2352 0.50906,2.26968 0.444349,2.28501 0.381599,2.28501 0.250216,2.28501 0.120794,2.21795 0.0502006,2.09916 Z"
+ id="path47_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.098047,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.173163 0.111773,0.104185 c 0.143149,-0.1398698 0.398071,-0.1379538 0.537297,0 0.070594,0.068978 0.113735,0.164779 0.113735,0.260581 0,0.099633 -0.043141,0.195435 -0.113735,0.264412 C 0.580438,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path48_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.191319,0.69277 C 0.00895225,0.591221 -0.0537978,0.363213 0.0501319,0.186938 0.156023,0.00874723 0.389374,-0.0525657 0.571741,0.0489839 0.754108,0.15245 0.814898,0.378541 0.709007,0.556732 0.638413,0.675526 0.512913,0.742587 0.38153,0.742587 0.316819,0.742587 0.250148,0.727259 0.191319,0.69277 Z M 1.55816,1.46306 C 1.37579,1.36151 1.31304,1.13542 1.41893,0.957231 1.52286,0.779041 1.75425,0.717728 1.93662,0.821193 2.11702,0.922743 2.17977,1.15075 2.07584,1.32894 2.00525,1.44774 1.87779,1.5148 1.74641,1.5148 1.6817,1.5148 1.61895,1.49755 1.55816,1.46306 Z M 2.92297,2.23512 C 2.74256,2.13166 2.67981,1.90557 2.7857,1.72738 2.88963,1.54919 3.12298,1.48979 3.30339,1.59134 3.48575,1.6948 3.5485,1.9209 3.44458,2.09909 3.37202,2.21788 3.24456,2.28494 3.11318,2.28494 3.04847,2.28494 2.98375,2.26961 2.92297,2.23512 Z"
+ id="path49_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.100008,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0411797,0.55996 0,0.462242 0,0.364525 0,0.268723 0.0411797,0.171006 0.109812,0.102029 c 0.141188,-0.1360385 0.398071,-0.1360385 0.539258,0 0.070594,0.070893 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.195435 -0.111774,0.264412 C 0.578477,0.697914 0.478469,0.738151 0.380422,0.738151"
+ id="path50_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.168641,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.576725 0,0.369794 Z M 0,1.91407 C 0,1.70714 0.168641,1.54236 0.380422,1.54236 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,2.28578 0,2.11717 0,1.91407 Z M 0,3.4546 C 0,3.24958 0.168641,3.08289 0.380422,3.08289 c 0.20982,0 0.380422,0.16669 0.380422,0.37171 0,0.20693 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,3.82631 0,3.66153 0,3.4546 Z"
+ id="path51_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.100008,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0411797,0.559481 0,0.465595 0,0.365962 0,0.268244 0.0411797,0.174359 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.539258,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.478469,0.737672 0.380422,0.737672"
+ id="path52_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.7857,0.557216 C 2.67981,0.377109 2.74256,0.151017 2.92297,0.0494678 3.10533,-0.0520819 3.33868,0.00731508 3.44458,0.185506 3.5485,0.363697 3.48575,0.589788 3.30339,0.691338 3.24456,0.725827 3.17789,0.741155 3.11514,0.741155 2.98179,0.741155 2.85433,0.67601 2.7857,0.557216 Z M 1.41893,1.32743 C 1.31304,1.15115 1.37579,0.92123 1.55816,0.819681 1.74052,0.718131 1.97191,0.779444 2.07584,0.955719 2.17977,1.13391 2.11702,1.36 1.93662,1.46347 1.87583,1.49796 1.81112,1.51328 1.74641,1.51328 1.61698,1.51328 1.48952,1.44622 1.41893,1.32743 Z M 0.0501319,2.09966 C -0.0537978,1.92147 0.00895225,1.69347 0.191319,1.59 0.371726,1.48845 0.605077,1.54976 0.709007,1.72795 0.814898,1.90423 0.752148,2.13224 0.571741,2.2357 0.510952,2.26827 0.446241,2.28552 0.38153,2.28552 0.250148,2.28552 0.120726,2.21846 0.0501319,2.09966 Z"
+ id="path53_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.699351 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.143149,-0.1379546 0.398071,-0.1379546 0.537297,0 0.070594,0.068977 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.043141,0.193519 -0.113735,0.262496 C 0.580438,0.699351 0.48043,0.737672 0.380422,0.737672"
+ id="path54_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.191319,0.691338 C 0.00895225,0.589788 -0.0537978,0.363697 0.0501319,0.185506 0.156023,0.00731508 0.387413,-0.0520819 0.567819,0.0494678 0.750187,0.151017 0.812937,0.377109 0.709007,0.557216 0.638413,0.67601 0.508991,0.741155 0.379569,0.741155 c -0.06471,0 -0.129421,-0.015328 -0.18825,-0.049817 z M 1.55611,1.46347 C 1.37374,1.36 1.31099,1.13391 1.41884,0.955719 1.52277,0.779444 1.75416,0.718131 1.93653,0.819681 2.11693,0.92123 2.17968,1.15115 2.07575,1.32743 2.00516,1.44814 1.8777,1.51328 1.74632,1.51328 1.68161,1.51328 1.61493,1.49796 1.55611,1.46347 Z M 2.92283,2.23561 C 2.74242,2.13214 2.67967,1.90414 2.7836,1.72786 2.88949,1.54967 3.12088,1.48836 3.30325,1.59182 3.48561,1.69529 3.54836,1.92138 3.44247,2.09957 3.37188,2.21837 3.24442,2.28543 3.11304,2.28543 3.04833,2.28543 2.98361,2.26818 2.92283,2.23561 Z"
+ id="path55_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.735756 c -0.098047,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0411797,0.559481 0,0.463679 0,0.364046 0,0.268244 0.0411797,0.170527 0.109812,0.103466 c 0.143149,-0.1379546 0.398071,-0.1379546 0.539258,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.039219,0.193519 -0.111774,0.264412 C 0.578477,0.697435 0.48043,0.735756 0.380422,0.735756"
+ id="path56_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.576725 0,0.37171 Z m 0,1.54044 c 0,-0.2031 0.168641,-0.36979 0.380422,-0.36979 0.20982,0 0.380422,0.16669 0.380422,0.36979 0,0.20693 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,2.28386 0,2.11908 0,1.91215 Z m 0,1.5444 C 0,3.24962 0.168641,3.08484 0.380422,3.08484 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,3.82826 0,3.65965 0,3.45655 Z"
+ id="path57_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739109 c -0.100008,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0411797,0.560918 0,0.465116 0,0.367399 0,0.267765 0.0411797,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.539258,0 0.072555,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.698872 0.48043,0.739109 0.380422,0.739109"
+ id="path58_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.7842,0.55622 C 2.68027,0.379945 2.74106,0.151938 2.92539,0.0503882 3.10579,-0.0530775 3.33915,0.00823551 3.44307,0.18451 3.547,0.362701 3.48425,0.590709 3.30385,0.692258 3.24306,0.726747 3.17835,0.742075 3.11364,0.742075 2.98422,0.742075 2.85479,0.675014 2.7842,0.55622 Z M 1.41739,1.32838 C 1.31346,1.15019 1.37621,0.922186 1.55661,0.820637 1.73898,0.717171 1.97037,0.778484 2.07626,0.958591 2.18215,1.13487 2.1194,1.36096 1.93704,1.46442 1.87625,1.49891 1.8135,1.51424 1.74879,1.51424 1.61544,1.51424 1.48798,1.44718 1.41739,1.32838 Z M 0.0506272,2.10055 C -0.0533025,1.92044 0.00748652,1.69435 0.189854,1.5928 0.372221,1.48933 0.603612,1.55065 0.709502,1.72884 0.813432,1.90511 0.752643,2.13312 0.570276,2.23467 0.511447,2.26916 0.444776,2.28449 0.380065,2.28449 0.248682,2.28449 0.121221,2.21934 0.0506272,2.10055 Z"
+ id="path59_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737913 C 0.280414,0.737913 0.182367,0.699592 0.113734,0.628699 0.0411797,0.559722 0,0.46392 0,0.366203 0,0.270401 0.0411797,0.172684 0.111773,0.103706 0.252961,-0.0342478 0.507883,-0.0342478 0.64907,0.10179 0.721625,0.172684 0.760844,0.268485 0.760844,0.366203 0.760844,0.46392 0.721625,0.559722 0.64907,0.628699 0.578477,0.699592 0.482391,0.737913 0.380422,0.737913"
+ id="path60_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.189427,0.692258 C 0.00902094,0.590709 -0.0537291,0.362701 0.0502006,0.18451 0.156091,0.00823551 0.389443,-0.0530775 0.569849,0.0503882 0.752216,0.151938 0.814966,0.379945 0.709076,0.55622 0.638482,0.675014 0.511021,0.742075 0.379638,0.742075 0.314927,0.742075 0.250216,0.726747 0.189427,0.692258 Z M 1.55826,1.46437 C 1.3759,1.3609 1.31315,1.13481 1.41708,0.956621 1.521,0.77843 1.75632,0.717117 1.93672,0.820583 2.11909,0.924049 2.18184,1.15014 2.07595,1.32833 2.00732,1.44712 1.8779,1.51419 1.74651,1.51419 1.68376,1.51419 1.61709,1.49886 1.55826,1.46437 Z m 1.3666,0.7703 C 2.74249,2.13312 2.67974,1.90511 2.78563,1.72884 2.88956,1.55065 3.12095,1.48933 3.30332,1.5928 3.48568,1.69435 3.54843,1.92044 3.44254,2.10055 3.37195,2.21934 3.24449,2.28449 3.11507,2.28449 3.05036,2.28449 2.98368,2.26916 2.92486,2.23467 Z"
+ id="path61_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.739109 C 0.280414,0.739109 0.182367,0.698872 0.111773,0.629895 0.0392188,0.560918 0,0.465116 0,0.367399 0,0.267765 0.0392188,0.17388 0.111773,0.104903 c 0.139227,-0.1398706 0.394149,-0.1398706 0.537297,0 0.070594,0.068977 0.109813,0.162862 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.26058 -0.072554,0.070893 -0.16864,0.11113 -0.270609,0.11113"
+ id="path62_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.378461,0 c 0.211781,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z m 0,1.54044 c 0,-0.2031 0.170602,-0.36979 0.378461,-0.36979 0.211781,0 0.380422,0.16669 0.380422,0.36979 0,0.20693 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,2.28386 0,2.11908 0,1.91215 Z m 0,1.5444 C 0,3.24962 0.170602,3.08484 0.378461,3.08484 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,3.82826 0,3.65965 0,3.45655 Z"
+ id="path63_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.736475 c -0.098047,0 -0.196094,-0.03832 -0.266688,-0.107297 C 0.0392188,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0392188,0.171246 0.111773,0.104185 c 0.139227,-0.1398698 0.394149,-0.1379538 0.537297,0 0.070594,0.067061 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.039219,0.193519 -0.109813,0.264412 C 0.576516,0.698155 0.48043,0.736475 0.378461,0.736475"
+ id="path64_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.78563,0.558067 C 2.67974,0.379876 2.74249,0.153785 2.92486,0.0503193 3.10722,-0.0531464 3.33861,0.00816658 3.44254,0.186357 3.54843,0.364548 3.48568,0.592556 3.30332,0.694106 3.24253,0.726678 3.17782,0.743922 3.11507,0.743922 2.98368,0.743922 2.85622,0.676861 2.78563,0.558067 Z M 1.41708,1.32837 C 1.31315,1.15018 1.3759,0.924086 1.55826,0.822536 1.73867,0.71907 1.97006,0.780383 2.07595,0.958574 2.18184,1.13677 2.11909,1.36286 1.93672,1.46441 1.8779,1.49889 1.81318,1.51422 1.74847,1.51422 1.61709,1.51422 1.48767,1.44716 1.41708,1.32837 Z M 0.0502006,2.10043 C -0.0537291,1.92415 0.00902094,1.69423 0.189427,1.59268 0.371794,1.49113 0.603185,1.55053 0.709076,1.72872 0.814966,1.90691 0.752216,2.133 0.569849,2.23455 0.511021,2.27096 0.444349,2.28628 0.379638,2.28628 0.248255,2.28628 0.120794,2.21922 0.0502006,2.10043 Z"
+ id="path65_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.736235 C 0.280414,0.736235 0.182367,0.695998 0.113734,0.628937 0.0411797,0.558044 0,0.462242 0,0.364525 0,0.268723 0.0411797,0.171006 0.113734,0.102029 c 0.139227,-0.1360385 0.394149,-0.1360385 0.535336,0 0.072555,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.039219,0.195435 -0.111774,0.264412 C 0.578477,0.695998 0.482391,0.736235 0.380422,0.736235"
+ id="path66_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.189854,0.694106 C 0.00748652,0.592556 -0.0533025,0.364548 0.0506272,0.186357 0.156518,0.00816658 0.387908,-0.0531464 0.570276,0.0503193 0.752643,0.153785 0.815393,0.379877 0.709502,0.556151 0.638908,0.676861 0.511447,0.742006 0.380065,0.742006 c -0.064711,0 -0.129422,-0.015328 -0.190211,-0.0479 z M 1.55661,1.46441 C 1.37621,1.36286 1.31346,1.13485 1.41739,0.958574 1.52132,0.780383 1.75467,0.71907 1.93704,0.822536 2.1194,0.924086 2.18215,1.15018 2.07626,1.32837 2.00567,1.44716 1.87625,1.51422 1.74683,1.51422 1.68211,1.51422 1.6174,1.49889 1.55661,1.46441 Z M 2.92529,2.23462 C 2.74096,2.13307 2.68017,1.90698 2.78606,1.72879 2.88999,1.55252 3.12138,1.4912 3.30375,1.59275 3.48415,1.6943 3.5469,1.92231 3.44297,2.1005 3.37238,2.21929 3.24492,2.28636 3.11158,2.28636 3.04687,2.28636 2.98412,2.27103 2.92529,2.23462 Z"
+ id="path67_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.03143,0.743408 c -0.70006,0 -1.270688,0.557562 -1.270688,1.243502 0,0.68402 0.570628,1.24159 1.270688,1.24159 0.70202,0 1.27265,-0.55757 1.27265,-1.24159 0,-0.68594 -0.57063,-1.243502 -1.27265,-1.243502 z m 1e-4,3.228522 C 0.911836,3.97193 0,3.08098 0,1.98692 0,0.890954 0.911836,0 2.03153,0 c 1.12166,0 2.03349,0.890954 2.03349,1.98692 0,1.09406 -0.91183,1.98501 -2.03349,1.98501 z"
+ id="path68_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.03144,0.743408 c -0.70202,0 -1.272651,0.557562 -1.272651,1.243502 0,0.68402 0.570631,1.24159 1.272651,1.24159 0.70201,0 1.27265,-0.55757 1.27265,-1.24159 0,-0.68594 -0.57064,-1.243502 -1.27265,-1.243502 z m 9e-5,3.228522 C 0.911836,3.97193 0,3.08098 0,1.98692 0,0.890954 0.911836,0 2.03153,0 c 1.12166,0 2.03349,0.890954 2.03349,1.98692 0,1.09406 -0.91183,1.98501 -2.03349,1.98501 z"
+ id="path69_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.66495,0.694106 C 2.48259,0.592556 2.41984,0.364548 2.52376,0.186357 2.62769,0.00816658 2.86301,-0.0531464 3.04341,0.0503193 3.22578,0.151869 3.28853,0.37796 3.18264,0.556151 3.11205,0.674945 2.98655,0.742006 2.85516,0.742006 c -0.06471,0 -0.12942,-0.015328 -0.19021,-0.0479 z M 0.874567,0.563808 C 0.768677,0.385617 0.831427,0.159525 1.01183,0.0560595 1.1942,-0.0474061 1.42559,0.0119908 1.53148,0.190182 1.63737,0.366456 1.57462,0.594464 1.39422,0.69793 1.33343,0.730502 1.26675,0.747747 1.204,0.747747 1.07262,0.747747 0.945161,0.682601 0.874567,0.563808 Z M 3.30616,1.79388 C 3.3042,1.7843 3.3042,1.77664 3.3042,1.76706 c 0,-0.2031 0.1706,-0.37171 0.37846,-0.37363 0.21178,0 0.38238,0.1667 0.38238,0.3698 0,0.00191 0,0.00383 0,0.00574 0,0.00192 0,0.00192 0,0.00384 0,0.20501 -0.16864,0.37171 -0.38042,0.37171 -0.20198,0 -0.36866,-0.15712 -0.37846,-0.35064 z M 0,1.77662 C 0,1.5716 0.168641,1.40491 0.380422,1.40491 c 0.207859,0 0.380422,0.16478 0.382383,0.36979 0,0.20693 -0.170602,0.37363 -0.380422,0.37363 C 0.170602,2.14833 0.00196094,1.98163 0,1.77662 Z M 2.53158,3.35733 C 2.42765,3.18106 2.48844,2.95113 2.67081,2.84958 2.85122,2.74612 3.08457,2.80743 3.1885,2.9837 3.29635,3.1619 3.2336,3.38799 3.05123,3.49145 2.99044,3.52594 2.92573,3.54319 2.86102,3.54319 2.72964,3.54319 2.60218,3.47612 2.53158,3.35733 Z m -1.512,0.1361 v 0 C 0.837215,3.39188 0.774465,3.16387 0.880356,2.9876 0.984286,2.80941 1.21568,2.74809 1.39804,2.84964 1.58041,2.95311 1.6412,3.18112 1.53727,3.35931 1.46668,3.4781 1.33922,3.54516 1.20783,3.54516 1.14312,3.54516 1.08037,3.52792 1.01958,3.49343 Z"
+ id="path70_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.03143,0.741455 c -0.70006,0 -1.270688,0.557565 -1.270688,1.243505 0,0.68594 0.570628,1.2435 1.270688,1.2435 0.70202,0 1.27265,-0.55756 1.27265,-1.2435 0,-0.68594 -0.57063,-1.243505 -1.27265,-1.243505 z m 1e-4,3.228565 C 0.911836,3.97002 0,3.07906 0,1.98501 0,0.890954 0.911836,0 2.03153,0 c 1.12166,0 2.03349,0.890954 2.03349,1.98501 0,1.09405 -0.91183,1.98501 -2.03349,1.98501 z"
+ id="path71_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.76696,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.164779 0.170602,0 0.380422,0 H 3.76696 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.1706,0.369794 -0.38042,0.369794"
+ id="path72_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,4.0524 C 0.170602,4.0524 0,3.88571 0,3.68069 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 3.30898 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171"
+ id="path73_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.71402,2.37205 c -0.09805,0 -0.1961,-0.03641 -0.26865,-0.10922 L 2.04722,0.896702 0.64907,2.26283 c -0.149031,0.14562 -0.390226,0.14562 -0.537297,0 -0.1490308,-0.14562 -0.1490308,-0.37937 0,-0.52499 L 1.77857,0.109214 c 0.14707,-0.1456186 0.38827,-0.1456186 0.5373,0 L 3.98266,1.73784 c 0.14707,0.14562 0.14707,0.37937 0,0.52499 C 3.90815,2.33564 3.8101,2.37205 3.71402,2.37205"
+ id="path74_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.71402,2.37061 c -0.09805,0 -0.1961,-0.03641 -0.26865,-0.10922 L 2.04722,0.895265 0.64907,2.26139 c -0.149031,0.14562 -0.390226,0.14562 -0.537297,0 -0.1490308,-0.1437 -0.1490308,-0.37937 0,-0.52499 L 1.77857,0.107777 c 0.14707,-0.1437026 0.38827,-0.1437026 0.5373,0 L 3.98266,1.7364 c 0.14707,0.14562 0.14707,0.38129 0,0.52499 C 3.90815,2.3342 3.8101,2.37061 3.71402,2.37061"
+ id="path75_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.71402,2.37013 c -0.09805,0 -0.1961,-0.0364 -0.26865,-0.1073 L 2.04722,0.896702 0.64907,2.26283 c -0.149031,0.1437 -0.390226,0.1437 -0.537297,0 -0.1490308,-0.14562 -0.1490308,-0.38129 0,-0.52691 L 1.77857,0.109214 c 0.14707,-0.1456186 0.38827,-0.1456186 0.5373,0 L 3.98266,1.73592 c 0.14707,0.14562 0.14707,0.38129 0,0.52691 -0.07451,0.0709 -0.17256,0.1073 -0.26864,0.1073"
+ id="path76_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.71402,2.37205 c -0.09805,0 -0.1961,-0.03641 -0.26865,-0.10922 L 2.04722,0.896702 0.64907,2.26283 c -0.149031,0.1437 -0.390226,0.1437 -0.537297,0 -0.1490308,-0.14562 -0.1490308,-0.38129 0,-0.52499 L 1.77857,0.109214 c 0.14707,-0.1456186 0.38827,-0.1456186 0.5373,0 L 3.98266,1.73784 c 0.14707,0.1437 0.14707,0.37937 0,0.52499 C 3.90815,2.33564 3.8101,2.37205 3.71402,2.37205"
+ id="path77_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,3.99876 c -0.096086,0 -0.194133,-0.03641 -0.268649,-0.1073 -0.1490308,-0.14562 -0.1490308,-0.38129 0,-0.52691 L 1.50992,2.00034 0.111773,0.634206 c -0.1490308,-0.145618 -0.1490308,-0.38129 0,-0.524992 0.149032,-0.1456186 0.388266,-0.1456186 0.537297,0 l 1.6668,1.626706 c 0.14903,0.14562 0.14903,0.38129 0,0.52691 L 0.64907,3.89146 C 0.574555,3.96235 0.478469,3.99876 0.380422,3.99876"
+ id="path78_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,3.99876 c -0.098047,0 -0.194133,-0.03641 -0.268649,-0.1073 -0.1490308,-0.14562 -0.1490308,-0.38129 0,-0.52691 L 1.50992,2.00034 0.111773,0.634206 c -0.1490308,-0.145618 -0.1490308,-0.38129 0,-0.524992 0.149032,-0.1456186 0.388266,-0.1456186 0.537297,0 l 1.6668,1.626706 c 0.14903,0.14562 0.14903,0.38129 0,0.52691 L 0.64907,3.89146 C 0.574555,3.96235 0.478469,3.99876 0.380422,3.99876"
+ id="path79_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,3.99876 c -0.098047,0 -0.196094,-0.03641 -0.268649,-0.1073 -0.1490308,-0.14562 -0.1490308,-0.38129 0,-0.52691 L 1.50992,2.00034 0.111773,0.634206 c -0.1490308,-0.145618 -0.1490308,-0.38129 0,-0.524992 0.147071,-0.1456186 0.388266,-0.1456186 0.537297,0 l 1.6668,1.626706 c 0.14707,0.14562 0.14707,0.38129 0,0.52691 L 0.64907,3.89146 C 0.574555,3.96235 0.476508,3.99876 0.380422,3.99876"
+ id="path80_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 16.3444,28.5029 h -3.5159 c -0.204,0 -0.3707,-0.1552 -0.3805,-0.3545 l -0.049,-1.0749 c -0.3334,-0.0536 -0.6667,-0.1207 -0.9942,-0.1993 l -0.4804,0.9676 C 10.8361,28.02 10.6185,28.0986 10.4322,28.02 L 7.20252,26.6616 C 7.01623,26.583 6.92603,26.3761 6.99859,26.1902 L 7.38685,25.1843 C 7.20645,25.0693 7.028,24.9505 6.85348,24.8298 L 6.04165,25.556 C 5.89066,25.6882 5.65927,25.6844 5.51612,25.5445 L 3.02965,23.115 C 2.8865,22.9751 2.88062,22.749 3.01788,22.6015 l 0.7432,-0.7952 C 3.56302,21.5381 3.37673,21.2603 3.20221,20.9786 l -1.0393,0.3526 C 1.97074,21.3963 1.76092,21.3024 1.68445,21.1185 L 0.384344,17.9264 C 0.309828,17.7424 0.396109,17.5317 0.582398,17.4512 L 1.58444,17.0086 C 1.53934,16.8036 1.49816,16.5967 1.46286,16.3897 L 0.364734,16.3399 C 0.160797,16.3322 0,16.1675 0,15.9701 V 12.5347 C 0,12.3354 0.160797,12.1725 0.364734,12.163 L 1.46286,12.1151 C 1.51973,11.7893 1.5864,11.4636 1.6668,11.1436 L 0.678484,10.6742 C 0.496117,10.588 0.413758,10.3753 0.494156,10.1933 L 1.88446,7.03758 C 1.96486,6.85556 2.1786,6.76742 2.36881,6.83831 L 3.3983,7.21769 C 3.514,7.04141 3.63558,6.86705 3.76108,6.69653 L 3.01788,5.90137 C 2.88062,5.75576 2.8865,5.52966 3.02965,5.38979 L 5.51612,2.96027 C 5.65927,2.8204 5.89066,2.81465 6.04165,2.94877 L 6.85348,3.67495 C 7.12997,3.48143 7.41234,3.2994 7.7006,3.12888 L 7.33979,2.11338 C 7.27508,1.92561 7.37116,1.71868 7.55941,1.64587 L 10.8263,0.375542 c 0.1883,-0.072809 0.402,0.011496 0.4863,0.191603 l 0.453,0.981005 C 11.9754,1.50408 12.1872,1.46385 12.399,1.42936 L 12.448,0.354466 C 12.4578,0.157115 12.6245,0 12.8285,0 h 3.5159 c 0.202,0 0.3706,0.157115 0.3785,0.354466 l 0.051,1.074894 c 0.3333,0.05365 0.6667,0.12071 0.9942,0.19927 L 18.2485,0.662947 C 18.3367,0.48284 18.5544,0.404282 18.7407,0.48284 l 1.9786,0.83347 c 0.1921,0.08048 0.2823,0.2989 0.198,0.48859 -0.0823,0.18777 -0.3059,0.27399 -0.4981,0.19352 L 18.774,1.30482 18.3152,2.22643 C 18.2367,2.38737 18.0504,2.46976 17.8739,2.42378 17.3778,2.29157 16.866,2.18811 16.3542,2.11913 16.1738,2.09422 16.0365,1.94669 16.0287,1.7685 L 15.9816,0.74342 H 13.1912 L 13.1442,1.7685 C 13.1363,1.94669 12.9991,2.09422 12.8167,2.11913 12.4206,2.17278 12.0225,2.2475 11.6362,2.33947 11.4597,2.37971 11.2754,2.29349 11.2009,2.13063 L 10.7695,1.19752 8.17711,2.20535 8.52027,3.17295 C 8.58106,3.34156 8.51047,3.52741 8.35163,3.61555 7.90454,3.86655 7.46921,4.14629 7.05545,4.45094 6.91034,4.55824 6.70641,4.54866 6.5711,4.42795 L 5.79653,3.73626 3.82383,5.66379 4.53173,6.42062 C 4.65527,6.55282 4.66507,6.75209 4.55526,6.89388 4.31602,7.20619 4.08855,7.53383 3.87873,7.86722 3.78461,8.01859 3.59048,8.08373 3.41987,8.0205 L 2.43941,7.65837 1.33736,10.1607 2.27861,10.6071 c 0.16472,0.0786 0.24904,0.2606 0.20198,0.4312 -0.13531,0.4866 -0.23924,0.9848 -0.31179,1.4849 -0.0255,0.1782 -0.17649,0.3123 -0.35885,0.32 l -1.049106,0.0459 v 2.7246 l 1.049106,0.0479 c 0.18236,0.0077 0.33335,0.1418 0.35885,0.3181 0.0549,0.387 0.13138,0.776 0.2255,1.1554 0.04118,0.1724 -0.04706,0.3525 -0.21374,0.4253 l -0.95497,0.4215 1.03145,2.5311 0.99027,-0.3353 c 0.17257,-0.0575 0.36278,0.0115 0.45298,0.1667 0.25688,0.435 0.54318,0.8603 0.85497,1.2646 0.10981,0.1437 0.10001,0.343 -0.02353,0.4733 l -0.7079,0.7587 1.9727,1.9256 0.77457,-0.6917 c 0.13531,-0.1188 0.33924,-0.1283 0.48435,-0.0211 0.31964,0.2338 0.65496,0.4561 0.99616,0.6592 0.15491,0.0938 0.22159,0.2816 0.15687,0.4483 l -0.37061,0.958 2.56103,1.0788 0.4588,-0.9217 c 0.0784,-0.1609 0.2647,-0.2414 0.4412,-0.1954 0.4961,0.1322 1.0079,0.2338 1.5178,0.3047 0.1824,0.0249 0.3196,0.1724 0.3275,0.3506 l 0.047,1.0251 h 2.7904 l 0.0471,-1.0251 c 0.0078,-0.1782 0.1451,-0.3257 0.3255,-0.3506 0.3981,-0.0556 0.7942,-0.1284 1.1825,-0.2204 0.1764,-0.0421 0.3608,0.046 0.4353,0.2089 l 0.4314,0.9331 2.0256,-0.7875 c 0.1942,-0.0767 0.4158,0.0172 0.4942,0.2069 0.0765,0.1897 -0.0176,0.4062 -0.2137,0.4828 l -2.363,0.9178 c -0.1882,0.0748 -0.4039,-0.0096 -0.4863,-0.1916 l -0.453,-0.9791 c -0.2098,0.0441 -0.4216,0.0824 -0.6333,0.1169 l -0.051,1.0749 c -0.0079,0.1993 -0.1765,0.3545 -0.3785,0.3545"
+ id="path81_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 5.1895,0.742842 C 4.97968,0.723682 4.82673,0.543575 4.84241,0.340476 4.86202,0.135461 5.04635,-0.0159058 5.25617,0.0013385 5.46403,0.0204988 5.62091,0.200606 5.6013,0.405621 5.58365,0.59914 5.41697,0.742842 5.22284,0.742842 c -0.01177,0 -0.02353,0 -0.03334,0 z M 3.20706,0.627934 C 3.14823,0.430583 3.26589,0.225568 3.46786,0.170003 3.66788,0.112522 3.87966,0.225568 3.93653,0.422919 3.99536,0.62027 3.87966,0.827201 3.67572,0.882766 3.64239,0.892346 3.60513,0.898094 3.57179,0.898094 c -0.16472,0 -0.31767,-0.107297 -0.36473,-0.27016 z M 6.65043,1.14139 v 0 C 6.46218,1.05134 6.38375,0.829079 6.47787,0.64514 6.57004,0.461201 6.79751,0.386476 6.98576,0.478445 7.17401,0.568499 7.25244,0.790758 7.16028,0.974697 7.09361,1.10499 6.9583,1.18163 6.81711,1.18163 6.76221,1.18163 6.70338,1.16822 6.65043,1.14139 Z M 1.78719,1.47674 C 1.66169,1.31387 1.69307,1.08203 1.85974,0.957493 2.02642,0.832951 2.26566,0.863607 2.39312,1.02647 2.52058,1.19125 2.48921,1.425 2.32056,1.54763 2.24997,1.59936 2.17153,1.62236 2.09114,1.62236 1.97544,1.62236 1.86367,1.57254 1.78719,1.47674 Z M 7.86407,2.0342 v 0 C 7.72092,1.88283 7.73269,1.64716 7.8876,1.50921 8.04056,1.37125 8.28175,1.38083 8.4249,1.5322 8.56609,1.68165 8.55628,1.91732 8.40137,2.05528 8.32881,2.12042 8.23665,2.15491 8.14449,2.15491 8.04056,2.15491 7.93859,2.11276 7.86407,2.0342 Z M 0.775289,2.7681 C 0.596844,2.6608 0.541938,2.43088 0.65175,2.25652 0.763524,2.08216 0.996875,2.02851 1.17532,2.13581 1.35377,2.2431 1.40867,2.47111 1.29886,2.64547 V 2.64739 C 1.22827,2.76235 1.10277,2.82366 0.975305,2.82366 0.906672,2.82366 0.838039,2.80642 0.775289,2.7681 Z M 8.67014,3.29116 C 8.59171,3.10148 8.68975,2.88688 8.88585,2.81024 9.07802,2.73551 9.2996,2.8294 9.37804,3.01909 9.45256,3.21069 9.35843,3.42528 9.16234,3.50193 9.11724,3.51917 9.07018,3.52875 9.02311,3.52875 8.87212,3.52875 8.72701,3.43678 8.67014,3.29116 Z M 0.312596,4.32777 C 0.104736,4.29136 -0.0325292,4.09784 0.0066895,3.89666 c 0,0 0,0 0,0.00192 C 0.0439473,3.69548 0.242002,3.56136 0.449861,3.59968 0.653799,3.63608 0.793025,3.8296 0.755768,4.03078 0.720471,4.20897 0.561635,4.33543 0.381229,4.33543 0.357697,4.33543 0.336127,4.3316 0.312596,4.32777 Z M 8.95241,4.76456 v 0 c 0,0 0,0 0,-0.00191 0,-0.00383 0,-0.00958 0,-0.01341 -0.00196,-0.20502 0.16864,-0.37171 0.37846,-0.37363 0.20982,0 0.38042,0.16478 0.38238,0.37171 0,0.00192 0,0.00383 0,0.00766 0,0.00384 0,0.00575 0,0.00958 0,0.20502 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.16669 -0.38042,-0.37171 z M 0.0106684,5.65167 C -0.0285503,5.45048 0.106754,5.25696 0.314614,5.21864 0.520512,5.18032 0.718567,5.31253 0.757786,5.51563 0.797004,5.71681 0.659739,5.91033 0.45384,5.94865 0.430309,5.95248 0.406778,5.9544 0.383247,5.9544 0.204801,5.9544 0.0440044,5.83177 0.0106684,5.65167 Z M 8.89163,6.70357 C 8.6975,6.62884 8.59945,6.41425 8.67593,6.22456 8.75241,6.03296 8.97007,5.93716 9.16616,6.00997 9.36226,6.08469 9.4603,6.3012 9.38383,6.49281 9.325,6.63842 9.18185,6.73039 9.0289,6.73039 8.9838,6.73039 8.93869,6.72081 8.89163,6.70357 Z M 0.661599,7.28798 C 0.551787,7.11554 0.606693,6.88561 0.783177,6.77831 0.961623,6.67102 1.1989,6.72275 1.30871,6.89711 1.41852,7.07147 1.36558,7.29948 1.18713,7.40677 1.12438,7.44701 1.05379,7.46425 0.985154,7.46425 c -0.1255,0 -0.251,-0.06323 -0.323555,-0.17627 z M 7.90132,8.00847 C 7.74445,7.87243 7.73268,7.63484 7.87583,7.48539 8.01702,7.33403 8.25821,7.32253 8.41117,7.46048 8.56804,7.59844 8.57981,7.83219 8.43666,7.98548 8.36214,8.06403 8.26017,8.10619 8.15624,8.10619 8.06408,8.10619 7.97192,8.07361 7.90132,8.00847 Z M 1.87549,8.58521 v 0 C 1.70684,8.46067 1.67547,8.22883 1.80097,8.06405 1.92843,7.90119 2.1657,7.86862 2.33434,7.99316 2.50102,8.11387 2.53436,8.34954 2.40886,8.51241 2.33238,8.60821 2.22061,8.65802 2.10492,8.65802 c -0.0804,0 -0.1608,-0.02299 -0.22943,-0.07281 z M 6.49337,8.87827 C 6.40121,8.69433 6.47768,8.47207 6.66593,8.3801 6.85222,8.28813 7.07969,8.36286 7.17382,8.54488 7.26794,8.72882 7.19146,8.953 7.00321,9.04497 6.95027,9.07179 6.89144,9.08329 6.83457,9.08329 6.69535,9.08329 6.56004,9.00856 6.49337,8.87827 Z M 3.48533,9.36686 C 3.28532,9.31129 3.16766,9.10628 3.22453,8.90701 3.2814,8.71158 3.49122,8.59661 3.69319,8.65218 3.89517,8.70774 4.01283,8.91276 3.95596,9.11011 3.90694,9.27297 3.75594,9.38027 3.58926,9.38027 3.55397,9.38027 3.52063,9.37644 3.48533,9.36686 Z M 4.86203,9.1906 C 4.84242,8.98559 4.99733,8.80548 5.20519,8.78632 5.41501,8.76716 5.59934,8.91661 5.61895,9.12163 5.6366,9.32473 5.48364,9.50675 5.27578,9.52591 5.26206,9.52783 5.25225,9.52783 5.24049,9.52783 5.04635,9.52783 4.87967,9.38221 4.86203,9.1906 Z"
+ id="path82_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.79816,0.741455 c -1.12362,0 -2.037418,0.894785 -2.037418,1.992675 0,1.0998 0.913798,1.99267 2.037418,1.99267 1.12557,0 2.03937,-0.89287 2.03937,-1.99267 0,-1.09789 -0.9138,-1.992675 -2.03937,-1.992675 z m 10e-5,4.728815 C 1.255,5.47027 0,4.24209 0,2.73418 0,1.22626 1.255,0 2.79826,0 c 1.54522,0 2.80022,1.22626 2.80022,2.73418 0,1.50791 -1.255,2.73609 -2.80022,2.73609 z"
+ id="path83_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.90005,0.743408 c -0.6275,0 -1.139308,0.500082 -1.139308,1.113212 0,0.61505 0.511808,1.11513 1.139308,1.11513 0.62946,0 1.14126,-0.50008 1.14126,-1.11513 0,-0.61313 -0.5118,-1.113212 -1.14126,-1.113212 z m 10e-5,2.969862 C 0.853008,3.71327 0,2.88171 0,1.85663 0,0.833473 0.853008,0 1.90015,0 c 1.0491,0 1.90211,0.833473 1.90211,1.85663 0,1.02508 -0.85301,1.85664 -1.90211,1.85664 z"
+ id="path84_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.90005,0.743408 c -0.6275,0 -1.139308,0.500082 -1.139308,1.113212 0,0.61505 0.511808,1.11513 1.139308,1.11513 0.62946,0 1.14126,-0.50008 1.14126,-1.11513 0,-0.61313 -0.5118,-1.113212 -1.14126,-1.113212 z m 10e-5,2.969862 C 0.853008,3.71327 0,2.88171 0,1.85663 0,0.833473 0.853008,0 1.90015,0 2.94925,0 3.8003,0.833473 3.8003,1.85663 c 0,1.02508 -0.85105,1.85664 -1.90015,1.85664 z"
+ id="path85_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.28981,2.52491 c -0.341207,0 -0.668683,-0.13221 -0.911839,-0.3698 -0.503961,-0.49242 -0.503961,-1.293316 0,-1.785736 C 0.644658,0.108794 1.01331,-0.0234124 1.38981,0.00341207 1.59963,0.0187403 1.75651,0.196931 1.74082,0.401946 1.72317,0.606962 1.54081,0.760244 1.33295,0.744916 1.17803,0.73342 1.02508,0.787069 0.915268,0.894366 0.707408,1.09747 0.707408,1.42702 0.915268,1.63012 1.02508,1.73742 1.17803,1.79298 1.33295,1.78149 1.54081,1.76424 1.72317,1.91753 1.74082,2.12254 1.75651,2.32756 1.59963,2.50575 1.38981,2.52108 1.35648,2.52299 1.32314,2.52491 1.28981,2.52491"
+ id="path86_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.29167,0.743408 c -0.14119,0 -0.27454,0.053649 -0.376504,0.153283 -0.205898,0.201179 -0.205898,0.530739 0,0.733839 0.201974,0.19735 0.552984,0.19735 0.753004,0 0.20786,-0.2031 0.20786,-0.53266 0,-0.733839 C 1.56816,0.797057 1.43481,0.743408 1.29167,0.743408 Z m 10e-5,1.781922 c -0.345127,0 -0.668682,-0.13029 -0.913799,-0.3698 -0.503961,-0.49242 -0.503961,-1.293316 0,-1.785736 C 0.623088,0.132206 0.946643,0 1.29177,0 c 0.34512,0 0.67064,0.132206 0.91379,0.369794 0.50397,0.49242 0.50397,1.293316 0,1.785736 -0.24315,0.23951 -0.56867,0.3698 -0.91379,0.3698 z"
+ id="path87_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.29177,2.52491 c -0.343166,0 -0.670643,-0.13029 -0.913799,-0.3698 -0.503961,-0.49242 -0.503961,-1.293316 0,-1.785736 C 0.644658,0.108794 1.01528,-0.0234124 1.38981,0.00341207 1.59963,0.0206563 1.75651,0.198847 1.74082,0.401946 1.72317,0.606962 1.54081,0.760244 1.33295,0.744916 1.17803,0.73342 1.02508,0.787069 0.915268,0.896282 0.707408,1.09747 0.707408,1.42702 0.915268,1.63012 1.02508,1.73742 1.17803,1.79298 1.33295,1.78149 1.54081,1.76616 1.72317,1.91944 1.74082,2.12254 1.75651,2.32756 1.59963,2.50575 1.38981,2.52108 1.35648,2.52491 1.32314,2.52491 1.29177,2.52491"
+ id="path88_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.29167,0.743408 c -0.14119,0 -0.27454,0.053649 -0.376504,0.151367 -0.205898,0.203095 -0.205898,0.532655 0,0.735755 0.201974,0.19544 0.552984,0.19544 0.753004,0 0.20786,-0.2031 0.20786,-0.53266 0,-0.735755 C 1.56816,0.797057 1.43481,0.743408 1.29167,0.743408 Z m 10e-5,1.781922 c -0.345127,0 -0.668682,-0.13029 -0.913799,-0.3698 -0.503961,-0.49242 -0.503961,-1.293316 0,-1.785736 C 0.623088,0.132206 0.946643,0 1.29177,0 c 0.34512,0 0.67064,0.132206 0.91379,0.369794 0.50397,0.49242 0.50397,1.293316 0,1.785736 -0.24315,0.23951 -0.56867,0.3698 -0.91379,0.3698 z"
+ id="path89_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0392188,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0392187,0.171246 0.109812,0.104185 c 0.143149,-0.1379538 0.398071,-0.1398698 0.537297,0 0.072555,0.067061 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.039219,0.193519 -0.109813,0.264412 C 0.576516,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path90_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 17.9666,0.371726 C 17.9666,0.168627 18.1332,0.00193257 18.345,1.65412e-5 18.5529,-0.00189949 18.7254,0.162879 18.7254,0.36981 c 0.002,0.2031 -0.1666,0.369794 -0.3745,0.37171 h -0.002 c 0,0 0,0 -0.0019,0 -0.2098,0 -0.3785,-0.164778 -0.3804,-0.369794 z m 2.055,0.434965 v 0 C 19.8137,0.789447 19.6569,0.60934 19.6765,0.404325 c 0.0196,-0.2031 0.2039,-0.3544662 0.4118,-0.3353058 0,0 0,0 -0.002,0 0.2118,0.0153282 0.3647,0.1954348 0.3471,0.4004508 -0.0177,0.193519 -0.1824,0.339137 -0.3765,0.339137 -0.0118,0 -0.0235,0 -0.0353,-0.001916 z M 16.2625,0.49625 C 16.241,0.293151 16.392,0.111128 16.6018,0.090052 c 0.2098,-0.0191603 0.3961,0.128374 0.4157,0.333389 0.0216,0.2031 -0.1314,0.385122 -0.3392,0.406199 -0.0138,0 -0.0275,0.001916 -0.0393,0.001916 -0.1921,0 -0.3588,-0.143702 -0.3765,-0.335306 z M 14.576,0.775972 c -0.0392,-0.201183 0.0922,-0.396618 0.3,-0.434939 0.2059,-0.040236 0.404,0.090054 0.4471,0.291237 0.0392,0.201183 -0.0961,0.39853 -0.3,0.43686 -0.0255,0.00383 -0.051,0.00766 -0.0745,0.00766 -0.1785,0 -0.3373,-0.122627 -0.3726,-0.300818 z M 12.927,1.21283 C 12.8662,1.01548 12.98,0.806629 13.1819,0.749148 13.382,0.689751 13.5937,0.800881 13.6545,0.998232 13.7133,1.19558 13.5996,1.4006 13.3976,1.46 13.3623,1.47149 13.3251,1.47532 13.2898,1.47532 13.127,1.47532 12.9741,1.37186 12.927,1.21283 Z M 11.3249,1.7972 c -0.0804,-0.18969 0.0157,-0.4062 0.2078,-0.48284 0.1961,-0.07856 0.4177,0.01341 0.4962,0.2031 0.0784,0.18969 -0.0138,0.40811 -0.2099,0.48284 -0.047,0.01916 -0.096,0.02874 -0.1431,0.02874 -0.149,0 -0.2922,-0.08814 -0.351,-0.23184 z M 9.78737,2.52917 C 9.68932,2.34715 9.76188,2.12106 9.94817,2.02717 10.1345,1.93329 10.3639,2.00418 10.4619,2.1862 10.558,2.36823 10.4855,2.5924 10.2992,2.68629 10.2423,2.71694 10.1835,2.72844 10.1247,2.72844 9.98739,2.72844 9.856,2.65563 9.78737,2.52917 Z M 8.32664,3.39902 C 8.21291,3.22658 8.26586,2.99666 8.44234,2.88553 8.61686,2.7744 8.85218,2.82421 8.96591,2.99666 9.07964,3.16718 9.02866,3.39711 8.85414,3.50824 8.78943,3.55039 8.71883,3.56763 8.64628,3.56763 8.52274,3.56763 8.3992,3.50824 8.32664,3.39902 Z M 6.9599,4.39927 C 6.82852,4.23832 6.85597,4.00648 7.02265,3.87811 7.18541,3.75165 7.42464,3.77847 7.55603,3.93942 7.68545,4.10037 7.65604,4.33412 7.49328,4.46058 7.42268,4.51615 7.34032,4.54105 7.25796,4.54105 7.14619,4.54105 7.03442,4.49315 6.9599,4.39927 Z M 5.69094,5.52198 C 5.54779,5.37253 5.55368,5.13878 5.70271,4.99891 5.85566,4.85521 6.09686,4.86095 6.24001,5.00849 6.38708,5.15794 6.38119,5.39361 6.2302,5.5354 6.15568,5.60246 6.0596,5.63695 5.96743,5.63695 5.86547,5.63695 5.76546,5.59863 5.69094,5.52198 Z M 4.53809,6.754 C 4.38122,6.62179 4.36357,6.38612 4.50084,6.23092 4.63614,6.07764 4.8793,6.06039 5.03617,6.19452 5.19305,6.32864 5.2107,6.56239 5.07343,6.71759 4.99891,6.80381 4.89302,6.84597 4.78713,6.84597 4.69693,6.84597 4.61065,6.81531 4.53809,6.754 Z M 3.50855,8.08947 C 3.33795,7.96876 3.29677,7.73692 3.41835,7.57214 3.54189,7.40545 3.7772,7.36521 3.94976,7.48401 4.12036,7.6028 4.15958,7.83464 4.038,8.00325 3.96349,8.1048 3.84583,8.15845 3.72817,8.15845 3.6517,8.15845 3.57522,8.13546 3.50855,8.08947 Z M 2.61041,9.51123 C 2.42804,9.40776 2.36725,9.18167 2.47314,9.00348 2.57707,8.82721 2.81043,8.76589 2.99083,8.86936 3.1732,8.97091 3.23399,9.20083 3.13006,9.37711 3.05946,9.4959 2.932,9.56296 2.80062,9.56296 2.73591,9.56296 2.66924,9.54572 2.61041,9.51123 Z M 1.85537,11.0115 C 1.66516,10.9252 1.58084,10.7049 1.66908,10.519 1.75536,10.3313 1.98283,10.2489 2.17304,10.337 2.36325,10.4213 2.44561,10.6417 2.35737,10.8294 2.29658,10.9636 2.15736,11.044 2.01225,11.044 1.9593,11.044 1.90636,11.0325 1.85537,11.0115 Z M 1.24963,12.573 C 1.04962,12.506 0.943726,12.2933 1.01432,12.0979 c 0.06863,-0.1916 0.2863,-0.2951 0.48435,-0.2261 0.19806,0.067 0.30395,0.2797 0.23335,0.4732 l 0.00196,-0.0019 c -0.0549,0.1552 -0.20393,0.2491 -0.35885,0.2491 -0.04314,0 -0.08432,-0.0058 -0.1255,-0.0192 z M 0.79664,14.1844 C 0.592703,14.1365 0.467203,13.9334 0.516226,13.7341 0.569171,13.5368 0.773109,13.4142 0.977046,13.464 1.18294,13.5119 1.30648,13.7131 1.2555,13.9104 1.21236,14.081 1.05941,14.1959 0.886843,14.1959 c -0.029414,0 -0.060789,-0.0038 -0.090203,-0.0115 z m -0.294227,1.644 C 0.294554,15.7996 0.151405,15.61 0.18278,15.4069 0.212195,15.2057 0.404366,15.0639 0.614187,15.0965 0.820085,15.1252 0.965195,15.313 0.93578,15.5161 H 0.93382 C 0.906366,15.7 0.74557,15.8322 0.55928,15.8322 c -0.019609,0 -0.039218,0 -0.056867,-0.0038 z M 0.36898,17.4953 C 0.159159,17.4838 -0.0016375,17.3094 0.0101281,17.1044 0.0218937,16.9013 0.200339,16.7423 0.408198,16.7538 c 0.209821,0.0095 0.370618,0.1839 0.360813,0.3889 -0.009805,0.1993 -0.178445,0.3526 -0.378461,0.3526 -0.007844,0 -0.013727,0 -0.02157,0 z M 4.2069e-4,18.8097 C -0.009384,18.6047 0.153374,18.4303 0.365155,18.4226 0.573014,18.4131 0.75146,18.574 0.759304,18.779 c 0.007843,0.205 -0.154915,0.3775 -0.364735,0.3871 -0.003922,0 -0.009805,0 -0.015687,0 -0.201977,0 -0.37061756,-0.1571 -0.37846131,-0.3564 z M 0.151526,20.5093 c -0.027453,-0.2051 0.117657,-0.3928 0.325516,-0.4197 0.20982,-0.0268 0.401992,0.1169 0.427484,0.3181 0.029415,0.2031 -0.115695,0.3909 -0.325515,0.4177 -0.015688,0.0019 -0.033336,0.0038 -0.050985,0.0038 -0.186289,0 -0.349046,-0.136 -0.3765,-0.3199 z m 0.315517,1.6764 c -0.047062,-0.2012 0.080399,-0.4005 0.286297,-0.4464 0.201977,-0.0479 0.40788,0.0766 0.45494,0.2759 0.04706,0.1992 -0.07844,0.4004 -0.284338,0.4464 -0.029414,0.0077 -0.056867,0.0096 -0.086281,0.0096 -0.172563,0 -0.327477,-0.115 -0.370618,-0.2855 z m 0.478473,1.6382 c -0.066671,-0.1916 0.04118,-0.4043 0.239234,-0.4694 0.19806,-0.0652 0.41376,0.0402 0.48239,0.2337 0.06667,0.1936 -0.04314,0.4062 -0.23923,0.4695 -0.04118,0.0134 -0.08236,0.021 -0.12158,0.021 -0.15884,0 -0.30591,-0.0977 -0.360814,-0.2548 z M 1.57894,25.4142 C 1.49462,25.2264 1.5809,25.008 1.77307,24.9237 c 0.19021,-0.0843 0.41572,0 0.502,0.1878 0.08432,0.1877 0,0.4062 -0.19217,0.4905 -0.05098,0.0211 -0.10393,0.0306 -0.15491,0.0306 -0.14511,0 -0.28434,-0.0804 -0.34905,-0.2184 z m 0.78649,1.5233 C 2.26346,26.7593 2.32817,26.5313 2.51054,26.4298 2.69291,26.3301 2.9243,26.3934 3.02823,26.5715 3.13216,26.7497 3.06745,26.9758 2.88508,27.0774 2.82429,27.1099 2.76154,27.1253 2.69683,27.1253 2.56545,27.1234 2.43603,27.0582 2.36543,26.9375 Z m 0.92931,1.4427 v 0 c -0.11962,-0.1686 -0.07648,-0.4004 0.09609,-0.5173 0.1706,-0.1169 0.40787,-0.0766 0.52749,0.092 0.12158,0.1686 0.07844,0.4004 -0.09217,0.5173 -0.06667,0.0441 -0.14314,0.0671 -0.21766,0.0671 -0.12158,0 -0.23923,-0.0556 -0.31375,-0.1591 z m 1.06485,1.3509 c -0.13531,-0.1552 -0.1157,-0.3889 0.0451,-0.5231 0.16079,-0.1322 0.40003,-0.113 0.53729,0.0422 0.13335,0.1571 0.1157,0.3928 -0.04706,0.5231 -0.07059,0.0594 -0.15687,0.09 -0.24511,0.09 -0.10786,0 -0.21375,-0.044 -0.29022,-0.1322 z m 1.19217,1.2473 C 5.39881,30.8366 5.39685,30.601 5.54392,30.4534 c 0.14511,-0.1456 0.3863,-0.1475 0.5373,-0.0057 0.15099,0.1437 0.15295,0.3794 0.00588,0.525 -0.07452,0.0747 -0.17256,0.113 -0.27257,0.113 -0.09413,0 -0.19217,-0.0364 -0.26277,-0.1073 z m 1.30202,1.1342 v 0 C 6.69102,31.9843 6.66553,31.7505 6.79692,31.5896 6.9283,31.4305 7.16753,31.4056 7.33225,31.534 c 0.16276,0.1303 0.18825,0.3641 0.05687,0.5231 -0.07452,0.092 -0.18433,0.1379 -0.2961,0.1379 -0.08432,0 -0.16864,-0.0268 -0.23924,-0.0824 z m 1.40816,1.0098 C 8.08545,33.0094 8.03839,32.7756 8.15409,32.607 c 0.11569,-0.1705 0.35296,-0.2184 0.52749,-0.1054 0.17452,0.115 0.22158,0.3449 0.10589,0.5154 -0.07256,0.1093 -0.19413,0.1667 -0.31571,0.1667 -0.07256,0 -0.14511,-0.021 -0.20982,-0.0613 z m 1.49796,0.8737 v 0 c -0.18629,-0.0958 -0.25492,-0.32 -0.15491,-0.502 0.09805,-0.1801 0.32748,-0.2491 0.51181,-0.1533 0.1863,0.0958 0.2549,0.3238 0.1569,0.5039 -0.0687,0.1246 -0.2,0.1955 -0.33535,0.1955 -0.06079,0 -0.12158,-0.0135 -0.17845,-0.0441 z m 1.5768,0.732 c 0,0 0,0 0,0.0019 -0.1942,-0.0805 -0.2863,-0.297 -0.204,-0.4867 0.0824,-0.1897 0.304,-0.2778 0.4981,-0.2012 v 0.0019 c 0.1941,0.0786 0.2843,0.2951 0.202,0.4848 -0.0608,0.1437 -0.2,0.228 -0.351,0.228 -0.0471,0 -0.0961,-0.0077 -0.1451,-0.0287 z m 1.6412,0.5843 c 0,0 0,0 0,-0.0019 -0.202,-0.0594 -0.3137,-0.2663 -0.251,-0.4637 0.0628,-0.1954 0.2765,-0.3046 0.4746,-0.2433 0.2019,0.0594 0.3137,0.2701 0.251,0.4637 -0.051,0.1609 -0.202,0.2625 -0.3628,0.2625 -0.0373,0 -0.0765,-0.0058 -0.1118,-0.0173 z m 1.6884,0.4273 c -0.204,-0.0403 -0.3373,-0.2376 -0.2942,-0.4407 0.0432,-0.1993 0.2432,-0.3276 0.451,-0.2855 0.2059,0.0422 0.3354,0.2376 0.2922,0.4388 -0.0353,0.1763 -0.1941,0.295 -0.3706,0.295 -0.0255,0 -0.0529,-0.0019 -0.0784,-0.0076 z m 1.7237,0.2702 v 0 c -0.2079,-0.023 -0.3589,-0.2069 -0.3353,-0.4119 0.0235,-0.2012 0.2098,-0.3507 0.4196,-0.3258 0.2098,0.023 0.3589,0.207 0.3373,0.4101 -0.0235,0.1897 -0.1883,0.3315 -0.3785,0.3315 -0.0157,0 -0.0294,-0.002 -0.0431,-0.0039 z m 3.0767,-0.2817 c -0.0138,-0.203 0.1431,-0.3812 0.3529,-0.3966 0.2079,-0.0172 0.3903,0.138 0.4059,0.3411 0.0157,0.205 -0.1411,0.3832 -0.349,0.3985 -0.0098,0.0019 -0.0216,0.0019 -0.0314,0.0019 -0.1961,0 -0.3628,-0.1494 -0.3784,-0.3449 z m -1.3355,0.3928 v 0 c -0.2098,-0.0038 -0.3785,-0.1743 -0.3745,-0.3793 0.0039,-0.2031 0.1784,-0.3679 0.3882,-0.3641 0.2098,0.0039 0.3765,0.1725 0.3726,0.3775 -0.0039,0.2031 -0.1726,0.3659 -0.3804,0.3659 -0.002,0 -0.0039,0 -0.0059,0 z"
+ id="path91_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.699351 0.111773,0.628458 0.0392188,0.559481 0,0.465595 0,0.367878 0,0.268244 0.0392188,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.04118,0.191603 -0.111774,0.26058 C 0.578477,0.699351 0.478469,0.737672 0.380422,0.737672"
+ id="path92_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.758789,9.82539 H 3.89041 V 0.743408 H 0.758789 Z M 4.27092,10.5669 H 0.380422 C 0.170602,10.5669 0,10.4021 0,10.1971 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 4.27092 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 v 9.82539 c 0,0.205 -0.1706,0.3698 -0.38042,0.3698 z"
+ id="path93_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,7.11997 C 0.170602,7.11997 0,6.95327 0,6.74826 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 6.37655 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path94_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.758789,15.836 H 3.89041 V 0.743408 H 0.758789 Z M 4.27092,16.5775 H 0.380422 C 0.170602,16.5775 0,16.4127 0,16.2077 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 H 4.27092 C 4.48074,0 4.65134,0.164779 4.65134,0.369794 V 16.2077 c 0,0.205 -0.1706,0.3698 -0.38042,0.3698 z"
+ id="path95_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,13.1325 C 0.170602,13.1325 0,12.9658 0,12.7608 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 12.7608 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path96_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.758789,21.0533 H 3.89041 V 0.743408 H 0.758789 Z M 4.27092,21.7948 H 0.380422 C 0.170602,21.7948 0,21.6301 0,21.4251 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 4.27092 C 4.48074,0 4.65134,0.166695 4.65134,0.37171 V 21.4251 c 0,0.205 -0.1706,0.3697 -0.38042,0.3697 z"
+ id="path97_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,18.3479 C 0.170602,18.3479 0,18.1812 0,17.9762 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 17.9762 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path98_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.758789,25.4736 H 3.89041 V 0.743408 H 0.758789 Z M 4.27092,26.2151 H 0.380422 C 0.170602,26.2151 0,26.0504 0,25.8453 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 4.27092 C 4.48074,0 4.65134,0.166695 4.65134,0.37171 V 25.8453 c 0,0.2051 -0.1706,0.3698 -0.38042,0.3698 z"
+ id="path99_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,22.7682 C 0.170602,22.7682 0,22.6015 0,22.3965 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 22.3965 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path100_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 18.2779,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 18.2779 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path101_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,15.8896 C 0.170602,15.8896 0,15.7229 0,15.5179 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.758883,0.164779 0.758883,0.369794 V 15.5179 c 0,0.205 -0.168641,0.3717 -0.378461,0.3717"
+ id="path102_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.63847,2.41526 c -0.12158,0 -0.23532,-0.05557 -0.30591,-0.15137 L 0.0736386,0.591197 C -0.0499004,0.426418 -0.0146035,0.192662 0.154037,0.0719523 0.324639,-0.0487577 0.561912,-0.0142691 0.685451,0.15051 L 1.63847,1.41701 2.59148,0.15051 C 2.71502,-0.0142691 2.95229,-0.0487577 3.1229,0.0719523 3.29154,0.192662 3.32683,0.426418 3.20329,0.591197 L 1.94437,2.26389 C 1.87378,2.35969 1.76004,2.41526 1.63847,2.41526"
+ id="path103_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.180406,0.699351 0.109812,0.630374 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.107298 -0.268648,0.107298"
+ id="path104_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.578641 0,0.37171"
+ id="path105_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.736955 C 0.278453,0.736955 0.180406,0.696718 0.109812,0.629657 0.0392187,0.56068 0,0.462962 0,0.365245 0,0.269443 0.0392187,0.171725 0.109812,0.102748 c 0.141188,-0.1360378 0.39611,-0.1379538 0.537297,0 0.070594,0.068977 0.111774,0.166695 0.111774,0.262497 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.067061 -0.16864,0.107298 -0.268648,0.107298"
+ id="path106_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,3.33389 C 0.170602,3.33389 0,3.1672 0,2.96218 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.369794 V 2.96218 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171"
+ id="path107_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.60198,0.743408 c -0.46278,0 -0.841238,0.367882 -0.841238,0.821982 0,0.45218 0.378458,0.82197 0.841238,0.82197 h 5.52004 c 0.46475,0 0.84125,-0.36979 0.84125,-0.82197 0,-0.4541 -0.3765,-0.821982 -0.84125,-0.821982 z M 7.12213,3.13079 H 1.60209 C 0.719664,3.13079 0,2.42761 0,1.5654 0,0.701267 0.719664,0 1.60209,0 h 5.52004 c 0.88242,0 1.60208,0.701267 1.60208,1.5654 0,0.86221 -0.71966,1.56539 -1.60208,1.56539 z"
+ id="path108_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 5.71809,0.74342 H 0.378461 C 0.168641,0.74342 0,0.576725 0,0.37171 0,0.166695 0.168641,0 0.378461,0 H 5.71809 c 0.20982,0 0.38043,0.166695 0.38043,0.37171 0,0.205015 -0.17061,0.37171 -0.38043,0.37171"
+ id="path109_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 29.516,7.32882 H 0.378461 C 0.168641,7.32882 0,7.16404 0,6.95711 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.588281,0 0.758883,0.166695 0.758883,0.37171 v 6.2156 H 29.1356 V 0.37171 C 29.1356,0.166695 29.3062,0 29.516,0 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 v 6.5854 c 0,0.20693 -0.1706,0.37171 -0.3805,0.37171"
+ id="path110_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 29.516,7.33073 c -0.2098,0 -0.3804,-0.16669 -0.3804,-0.37171 V 0.74342 H 0.758883 v 6.2156 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,7.33073 0,7.16404 0,6.95902 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 H 29.516 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 v 6.58731 c 0,0.20502 -0.1706,0.37171 -0.3805,0.37171"
+ id="path111_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 29.516,0.74342 H 0.378461 C 0.168641,0.74342 0,0.576725 0,0.37171 0,0.166695 0.168641,0 0.378461,0 H 29.516 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1706,0.37171 -0.3805,0.37171"
+ id="path112_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.198055,-0.03832 -0.27061,-0.107297 C 0.0392187,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0392187,0.173163 0.109812,0.104185 c 0.143149,-0.1379538 0.398071,-0.1398698 0.537297,0 0.070594,0.068978 0.113735,0.162863 0.113735,0.260581 0,0.099633 -0.043141,0.193519 -0.113735,0.264412 -0.068632,0.068977 -0.16864,0.107297 -0.266687,0.107297"
+ id="path113_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.576725 0,0.37171 Z M 0,2.0387 C 0,1.83369 0.168641,1.66699 0.380422,1.66699 c 0.207859,0 0.380422,0.1667 0.380422,0.37171 0,0.20693 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,2.41041 0,2.24563 0,2.0387 Z m 0,1.66687 c 0,-0.2031 0.168641,-0.37171 0.380422,-0.37171 0.207859,0 0.380422,0.16861 0.380422,0.37171 0,0.20502 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,4.07728 0,3.91059 0,3.70557 Z M 0,5.3726 C 0,5.16759 0.168641,5.00281 0.380422,5.00281 c 0.207859,0 0.380422,0.16478 0.380422,0.36979 0,0.20502 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,5.74431 0,5.57762 0,5.3726 Z M 0,7.04139 C 0,6.83446 0.168641,6.66968 0.380422,6.66968 c 0.207859,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,7.4131 0,7.24449 0,7.04139 Z M 0,8.70838 C 0,8.50145 0.168641,8.33667 0.380422,8.33667 c 0.207859,0 0.380422,0.16478 0.380422,0.37171 0,0.20502 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,9.08009 0,8.9134 0,8.70838 Z m 0,1.66492 c 0,-0.2031 0.168641,-0.3698 0.380422,-0.3698 0.207859,0 0.380422,0.1667 0.380422,0.3698 0,0.207 -0.172563,0.3717 -0.380422,0.3717 C 0.168641,10.745 0,10.5803 0,10.3733 Z m 0,1.6689 c 0,-0.205 0.168641,-0.3717 0.380422,-0.3717 0.207859,0 0.380422,0.1667 0.380422,0.3717 0,0.2051 -0.172563,0.3698 -0.380422,0.3698 C 0.168641,12.412 0,12.2473 0,12.0422 Z m 0,1.667 c 0,-0.205 0.168641,-0.3717 0.380422,-0.3717 0.207859,0 0.380422,0.1667 0.380422,0.3717 0,0.205 -0.172563,0.3717 -0.380422,0.3717 C 0.168641,14.0809 0,13.9142 0,13.7092 Z m 0,1.6669 c 0,-0.205 0.168641,-0.3717 0.380422,-0.3717 0.207859,0 0.380422,0.1667 0.380422,0.3717 0,0.205 -0.172563,0.3717 -0.380422,0.3717 C 0.168641,15.7478 0,15.5811 0,15.3761 Z m 0,1.667 c 0,-0.205 0.168641,-0.3698 0.380422,-0.3698 0.207859,0 0.380422,0.1648 0.380422,0.3698 0,0.205 -0.172563,0.3717 -0.380422,0.3717 C 0.168641,17.4148 0,17.2481 0,17.0431 Z m 0,1.6688 c 0,-0.2069 0.168641,-0.3717 0.380422,-0.3717 0.207859,0 0.380422,0.1648 0.380422,0.3717 0,0.2031 -0.172563,0.3698 -0.380422,0.3698 C 0.168641,19.0817 0,18.915 0,18.7119 Z m 0,1.667 c 0,-0.2069 0.168641,-0.3717 0.380422,-0.3717 0.207859,0 0.380422,0.1648 0.380422,0.3717 0,0.205 -0.172563,0.3717 -0.380422,0.3717 C 0.168641,20.7506 0,20.5839 0,20.3789 Z m 0,1.667 c 0,-0.205 0.168641,-0.3717 0.380422,-0.3717 0.207859,0 0.380422,0.1667 0.380422,0.3717 0,0.205 -0.172563,0.3717 -0.380422,0.3717 C 0.168641,22.4176 0,22.2509 0,22.0459 Z m 0,1.665 c 0,-0.2031 0.168641,-0.3679 0.380422,-0.3679 0.207859,0 0.380422,0.1648 0.380422,0.3679 0,0.2069 -0.172563,0.3717 -0.380422,0.3717 C 0.168641,24.0826 0,23.9178 0,23.7109 Z m 0,1.6689 c 0,-0.205 0.168641,-0.3717 0.380422,-0.3717 0.207859,0 0.380422,0.1667 0.380422,0.3717 0,0.205 -0.172563,0.3717 -0.380422,0.3717 C 0.168641,25.7515 0,25.5848 0,25.3798 Z m 0,1.6668 c 0,-0.205 0.168641,-0.3717 0.380422,-0.3717 0.207859,0 0.380422,0.1667 0.380422,0.3717 0,0.207 -0.172563,0.3717 -0.380422,0.3717 C 0.168641,27.4183 0,27.2536 0,27.0466 Z m 0,1.667 c 0,-0.2031 0.168641,-0.3717 0.380422,-0.3717 0.207859,0 0.380422,0.1686 0.380422,0.3717 0,0.207 -0.172563,0.3717 -0.380422,0.3717 C 0.168641,29.0853 0,28.9206 0,28.7136 Z m 0,1.6689 c 0,-0.207 0.168641,-0.3718 0.380422,-0.3718 0.207859,0 0.380422,0.1648 0.380422,0.3718 0,0.2031 -0.172563,0.3697 -0.380422,0.3697 C 0.168641,30.7522 0,30.5856 0,30.3825 Z m 0,1.6669 c 0,-0.2069 0.168641,-0.3717 0.380422,-0.3717 0.207859,0 0.380422,0.1648 0.380422,0.3717 0,0.2031 -0.172563,0.3718 -0.380422,0.3718 C 0.168641,32.4212 0,32.2525 0,32.0494 Z"
+ id="path114_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.172922 0.109812,0.102029 c 0.143149,-0.1360385 0.398071,-0.1360385 0.537297,0 0.070594,0.070893 0.113735,0.166694 0.113735,0.264412 0,0.095801 -0.043141,0.193519 -0.113735,0.262496 -0.068632,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path115_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,35.755 C 0.168641,35.755 0,35.5884 0,35.3833 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.588281,0 0.758883,0.166695 0.758883,0.37171 V 35.3833 c 0,0.2051 -0.170602,0.3717 -0.380422,0.3717"
+ id="path116_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 5.44748,0.74342 H 0.380422 C 0.168641,0.74342 0,0.576725 0,0.37171 0,0.166695 0.168641,0 0.380422,0 H 5.44748 c 0.20982,0 0.37847,0.166695 0.37847,0.37171 0,0.205015 -0.16865,0.37171 -0.37847,0.37171"
+ id="path117_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.22956,0.741455 c -1.36089,0 -2.468818,1.082555 -2.468818,2.414195 0,1.33164 1.107928,2.4142 2.468818,2.4142 1.36285,0 2.47078,-1.08256 2.47078,-2.4142 0,-1.33164 -1.10793,-2.414195 -2.47078,-2.414195 z m 10e-5,5.571865 C 1.44913,6.31332 0,4.89546 0,3.1557 0,1.41595 1.44913,0 3.22966,0 c 1.7825,0 3.23163,1.41595 3.23163,3.1557 0,1.73976 -1.44913,3.15762 -3.23163,3.15762 z"
+ id="path118_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.98854,0.726905 v 0 C 3.78853,0.663676 3.67872,0.452912 3.74343,0.257477 3.80814,0.063958 4.01992,-0.0452557 4.21993,0.0179733 c 0,0 0,0 0.00196,0 C 4.42191,0.0812023 4.53172,0.29005 4.46701,0.487401 4.41407,0.642599 4.26504,0.742233 4.10424,0.742233 4.06502,0.742233 4.0258,0.736485 3.98854,0.726905 Z M 1.98242,0.491221 C 1.91575,0.297702 2.02556,0.0869383 2.22362,0.0237093 2.42363,-0.0395197 2.63934,0.065862 2.70601,0.261297 2.77072,0.456732 2.66091,0.667496 2.46285,0.728809 2.42167,0.742221 2.38441,0.747969 2.34323,0.747969 2.1844,0.747969 2.03341,0.650251 1.98242,0.491221 Z M 5.22789,1.59864 C 5.10239,1.43386 5.13768,1.20202 5.30828,1.0794 5.47692,0.958689 5.71616,0.993177 5.8397,1.15796 5.96324,1.32465 5.92598,1.55649 5.75734,1.67912 5.68871,1.72702 5.61027,1.75001 5.53379,1.75001 5.41614,1.75001 5.30044,1.69636 5.22789,1.59864 Z M 0.698032,1.69263 C 0.529391,1.57192 0.492133,1.34008 0.615672,1.17531 c 0,0 0,0 -0.001961,0 C 0.73725,1.00861 0.974524,0.97029 1.14513,1.091 1.31377,1.21171 1.35298,1.44547 1.23141,1.61024 H 1.22945 C 1.15493,1.70988 1.03923,1.76353 0.921578,1.76353 0.845102,1.76353 0.766664,1.74245 0.698032,1.69263 Z M 5.70239,3.02425 c 0,-0.00192 0,-0.00383 0,-0.00575 0,-0.00191 0,-0.00383 0,-0.00575 0,-0.20309 0.16864,-0.36979 0.38042,-0.36979 0.20786,-0.00192 0.37847,0.16286 0.37847,0.36788 0,0.00191 0,0.00575 0,0.00766 0,0.00192 0,0.00383 0,0.00575 0,0.20502 -0.16865,0.37171 -0.37847,0.37171 -0.20982,0 -0.38042,-0.16669 -0.38042,-0.37171 z M 0,3.02991 C 0,2.82681 0.170602,2.6582 0.380422,2.6582 c 0.20982,0 0.380422,0.1667 0.380422,0.3698 C 0.762805,3.23493 0.592203,3.39971 0.382383,3.40162 0.172562,3.40162 0,3.23684 0,3.02991 Z M 5.31608,4.96136 C 5.14548,4.84065 5.10822,4.60881 5.23176,4.44212 5.3553,4.27543 5.59453,4.23902 5.76317,4.35973 5.93181,4.48044 5.96907,4.71228 5.84553,4.87897 5.77298,4.97861 5.65728,5.03226 5.53767,5.03226 c -0.07648,0 -0.15492,-0.023 -0.22159,-0.0709 z M 0.621648,4.88274 C 0.496148,4.71796 0.535366,4.48612 0.704007,4.36541 0.872648,4.2447 1.10992,4.27919 1.23542,4.44588 1.35896,4.61066 1.3217,4.84442 1.15306,4.96513 1.08443,5.01303 1.00599,5.03602 0.927554,5.03602 0.811858,5.03602 0.696163,4.98429 0.621648,4.88274 Z M 3.75318,5.7871 C 3.69043,5.59359 3.79829,5.38282 3.9983,5.31959 4.19636,5.25636 4.41206,5.36175 4.47677,5.5591 4.54148,5.75262 4.43167,5.96146 4.23361,6.02661 4.19243,6.0381 4.15518,6.04385 4.11596,6.04385 3.95516,6.04385 3.80613,5.94614 3.75318,5.7871 Z M 2.23732,6.02659 C 2.03731,5.96336 1.92749,5.75643 1.99221,5.561 2.05692,5.36556 2.27262,5.25826 2.47067,5.32149 2.67069,5.38472 2.7805,5.59548 2.71579,5.789 2.66285,5.94612 2.51578,6.04575 2.35302,6.04575 2.31576,6.04575 2.27654,6.04 2.23732,6.02659 Z"
+ id="path119_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.22957,0.741455 c -1.36285,0 -2.470781,1.082555 -2.470781,2.414195 0,1.33164 1.107931,2.4142 2.470781,2.4142 1.36285,0 2.47078,-1.08256 2.47078,-2.4142 0,-1.33164 -1.10793,-2.414195 -2.47078,-2.414195 z m 9e-5,5.571865 C 1.44913,6.31332 0,4.89546 0,3.1557 0,1.41595 1.44913,0 3.22966,0 c 1.7825,0 3.23163,1.41595 3.23163,3.1557 0,1.73976 -1.44913,3.15762 -3.23163,3.15762 z"
+ id="path120_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.22957,0.741455 c -1.36285,0 -2.470781,1.082555 -2.470781,2.414195 0,1.33164 1.107931,2.4142 2.470781,2.4142 1.36285,0 2.47078,-1.08256 2.47078,-2.4142 0,-1.33164 -1.10793,-2.414195 -2.47078,-2.414195 z m 9e-5,5.571865 C 1.44913,6.31332 0,4.89546 0,3.1557 0,1.41595 1.44913,0 3.22966,0 5.0102,0 6.46129,1.41595 6.46129,3.1557 c 0,1.73976 -1.45109,3.15762 -3.23163,3.15762 z"
+ id="path121_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.22956,0.743408 c -1.36089,0 -2.468818,1.082562 -2.468818,2.414202 0,1.32972 1.107928,2.4142 2.468818,2.4142 1.36285,0 2.47078,-1.08448 2.47078,-2.4142 0,-1.33164 -1.10793,-2.414202 -2.47078,-2.414202 z m 10e-5,5.569912 C 1.44913,6.31332 0,4.89737 0,3.15762 0,1.41595 1.44913,0 3.22966,0 c 1.7825,0 3.23163,1.41595 3.23163,3.15762 0,1.73975 -1.44913,3.1557 -3.23163,3.1557 z"
+ id="path122_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.39406,0.371726 C 1.3921,0.168627 1.56074,1.61705e-5 1.77252,1.61705e-5 1.98038,-0.00189986 2.15098,0.166711 2.15294,0.36981 c 0,0.206931 -0.16864,0.37171 -0.37846,0.373626 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z M 2.84131,1.34118 C 2.73542,1.16491 2.79621,0.936898 2.97857,0.831516 3.15898,0.72805 3.39037,0.789363 3.49822,0.965638 3.60411,1.14191 3.54332,1.37184 3.36096,1.4753 3.30213,1.50787 3.23546,1.52512 3.17075,1.52512 3.03936,1.52512 2.9119,1.45806 2.84131,1.34118 Z M 0.190139,1.48491 C 0.00777136,1.37953 -0.0549786,1.15344 0.0528729,0.97525 0.156803,0.798975 0.388193,0.737663 0.57056,0.839212 0.750967,0.942678 0.813717,1.16877 0.709787,1.34696 0.639193,1.46575 0.511732,1.53282 0.380349,1.53282 c -0.06471,0 -0.131382,-0.01533 -0.19021,-0.04791 z M 2.98844,3.05028 C 2.80607,2.94681 2.74332,2.7188 2.84725,2.54253 2.95118,2.36434 3.18453,2.30303 3.3669,2.40457 3.54927,2.50612 3.61202,2.73222 3.50613,2.91041 3.43749,3.03112 3.30807,3.09818 3.17669,3.09818 3.11198,3.09818 3.04727,3.08093 2.98844,3.05028 Z M 0.0528244,2.92192 C -0.0511053,2.74373 0.00968379,2.51573 0.192051,2.41226 0.372457,2.31071 0.605809,2.37011 0.711699,2.5483 0.815629,2.72457 0.75484,2.95258 0.574434,3.05413 0.513645,3.09054 0.446973,3.10586 0.382262,3.10586 0.250879,3.10586 0.123418,3.04072 0.0528244,2.92192 Z M 1.78058,3.89334 c 0,0 -0.00196,0 -0.00393,0 -0.20786,0 -0.37846,-0.16861 -0.37846,-0.37171 0,-0.20693 0.1706,-0.37171 0.37846,-0.37171 0.00197,0 0.00589,0 0.00785,0 0.20982,-0.00192 0.38042,0.16286 0.38238,0.36979 0,0.2031 -0.16864,0.37171 -0.37846,0.37363 H 1.78646 c -0.00196,0 -0.00392,0 -0.00588,0 z"
+ id="path123_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.98658,0.725162 C 3.7846,0.661933 3.67675,0.453086 3.7395,0.257651 3.80421,0.0622158 4.01991,-0.0450819 4.21797,0.0181471 4.41798,0.0813762 4.52779,0.288307 4.46308,0.483743 4.4121,0.642773 4.26307,0.742407 4.10227,0.742407 4.06501,0.742407 4.02579,0.736659 3.98658,0.725162 Z M 1.98045,0.491465 C 1.91378,0.29603 2.02359,0.0871825 2.22361,0.0239535 2.42363,-0.0392756 2.63737,0.0661061 2.70208,0.261541 2.76679,0.456976 2.65894,0.665824 2.45892,0.729053 2.42166,0.742465 2.38049,0.748213 2.34127,0.748213 2.18243,0.748213 2.0334,0.648579 1.98045,0.491465 Z M 5.22402,1.59891 C 5.09852,1.43221 5.13577,1.20037 5.30638,1.07775 5.47502,0.957037 5.71229,0.993441 5.83583,1.15822 5.96133,1.323 5.92407,1.55484 5.75347,1.67746 5.68876,1.72728 5.60836,1.75027 5.52992,1.75027 5.41423,1.75027 5.29853,1.69662 5.22402,1.59891 Z M 0.698045,1.69281 C 0.525482,1.5721 0.488224,1.34026 0.611764,1.17548 0.735303,1.00687 0.972576,0.970468 1.14122,1.09118 1.31378,1.21189 1.35104,1.44373 1.2275,1.60851 1.15298,1.71006 1.03729,1.7637 0.919631,1.7637 0.841193,1.7637 0.764717,1.74071 0.698045,1.69281 Z M 5.70046,3.02446 c 0,-0.00192 0,-0.00383 0,-0.00575 0,-0.00192 0,-0.00383 0,-0.00575 C 5.6985,2.80986 5.8691,2.64125 6.07892,2.64125 6.28874,2.63934 6.45934,2.80603 6.4613,3.01105 c 0,0.00191 0,0.00574 0,0.00766 0,0.00192 0,0.00383 0,0.00575 0,0.20501 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.1667 -0.38042,-0.37171 z M 1.67371e-5,3.03016 C -0.0019442,2.82514 0.168657,2.65845 0.378478,2.65845 c 0.20982,0 0.380422,0.16478 0.382383,0.36979 0,0.20502 -0.172563,0.37363 -0.380422,0.37363 C 0.170618,3.40187 1.67371e-5,3.23517 1.67371e-5,3.03016 Z M 5.31413,4.96148 C 5.14353,4.84077 5.10627,4.60894 5.22981,4.44032 5.35335,4.27555 5.59062,4.23914 5.75926,4.35985 5.93182,4.48056 5.96712,4.7124 5.84358,4.87718 5.76906,4.97681 5.65337,5.03238 5.53571,5.03238 5.45924,5.03238 5.38276,5.00747 5.31413,4.96148 Z M 0.619654,4.88298 C 0.496115,4.7182 0.531412,4.48636 0.702014,4.36565 0.872615,4.24494 1.10989,4.27943 1.23343,4.44421 1.35697,4.61282 1.32167,4.84466 1.14911,4.96537 1.08244,5.01327 1.00596,5.03626 0.927522,5.03626 0.809865,5.03626 0.69417,4.98262 0.619654,4.88298 Z M 3.75124,5.78736 C 3.68653,5.59193 3.79634,5.38308 3.99636,5.31985 4.19637,5.25662 4.40815,5.362 4.47482,5.55744 4.53954,5.75287 4.42972,5.96172 4.22971,6.02687 4.19245,6.03836 4.15323,6.04411 4.11205,6.04411 3.95322,6.04411 3.80418,5.94448 3.75124,5.78736 Z M 2.23537,6.02875 C 2.03535,5.96552 1.92554,5.75667 1.99025,5.56124 2.05496,5.3658 2.26871,5.25851 2.46872,5.32174 2.66874,5.38497 2.77855,5.59381 2.71384,5.78925 2.66285,5.94445 2.51186,6.046 2.35303,6.046 2.31185,6.046 2.27459,6.04025 2.23537,6.02875 Z"
+ id="path124_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 8.74186,10.3102 H 0.380422 C 0.170602,10.3102 0,10.1435 0,9.93845 0,9.73344 0.170602,9.56674 0.380422,9.56674 H 8.36144 V 0.369794 C 8.36144,0.164779 8.53204,0 8.74186,0 8.95168,0 9.12228,0.164779 9.12228,0.369794 V 9.93845 c 0,0.20505 -0.1706,0.37175 -0.38042,0.37175"
+ id="path125_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.174359 0.109812,0.103466 c 0.14511,-0.1379546 0.398071,-0.1379546 0.537297,0 0.072555,0.070893 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.04118,0.193519 -0.113735,0.262496 C 0.576516,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path126_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.378461,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.576725 0,0.37171 Z m 1.54907,0 C 1.54907,0.166695 1.72163,0 1.92949,0 c 0.21179,0 0.38043,0.166695 0.38043,0.37171 0,0.205015 -0.16864,0.37171 -0.38043,0.37171 -0.20786,0 -0.38042,-0.166695 -0.38042,-0.37171 z"
+ id="path127_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.174359 0.109812,0.103466 c 0.14511,-0.1379546 0.39611,-0.1379546 0.539258,0 0.072555,0.070893 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path128_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.06787,3.3415 H 3.99163 L 2.53073,1.06909 Z m 3.61599,0.74348 c 0,0 -0.00196,0 -0.00392,0 H 0.379605 C 0.242339,4.08498 0.114878,4.01025 0.0482062,3.89337 -0.0204266,3.77458 -0.0145438,3.62896 0.0580109,3.51592 L 2.20916,0.172443 C 2.27779,0.065145 2.39937,0 2.53075,0 c 0.12943,0 0.251,0.065145 0.3216,0.172443 L 4.97604,3.47568 c 0.05491,0.06514 0.08824,0.14753 0.08824,0.23759 0,0.20501 -0.1706,0.37171 -0.38042,0.37171 z"
+ id="path129_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,7.61814 C 0.170602,7.61814 0,7.45144 0,7.24643 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.369794 V 7.24643 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path130_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.06714,3.3415 H 3.99286 L 2.53,1.06909 Z m 3.61595,0.74348 c 0,0 -0.00196,0 -0.00392,0 H 0.378833 C 0.241567,4.08498 0.114106,4.01025 0.0474345,3.89337 -0.0192374,3.77458 -0.0153155,3.62896 0.0572391,3.51592 L 2.20839,0.172443 C 2.27702,0.065145 2.3986,0 2.52998,0 2.6594,0 2.78098,0.065145 2.85158,0.172443 L 4.97723,3.47568 c 0.05295,0.06514 0.08628,0.14753 0.08628,0.23759 0,0.20501 -0.1706,0.37171 -0.38042,0.37171 z"
+ id="path131_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.99026,0.743408 c -0.67849,0 -1.231471,0.540322 -1.231471,1.203272 0,0.66294 0.552981,1.20326 1.231471,1.20326 0.68044,0 1.23147,-0.54032 1.23147,-1.20326 0,-0.66295 -0.55103,-1.203272 -1.23147,-1.203272 z m 9e-5,3.149962 C 0.892227,3.89337 0,3.01966 0,1.94669 0,0.87371 0.892227,0 1.99035,0 c 1.09813,0 1.99231,0.87371 1.99231,1.94669 0,1.07297 -0.89418,1.94668 -1.99231,1.94668 z"
+ id="path132_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.99026,0.743408 c -0.67849,0 -1.231471,0.540322 -1.231471,1.203272 0,0.66294 0.552981,1.20326 1.231471,1.20326 0.68044,0 1.23343,-0.54032 1.23343,-1.20326 0,-0.66295 -0.55299,-1.203272 -1.23343,-1.203272 z m 9e-5,3.148052 C 0.892227,3.89146 0,3.01966 0,1.94669 0,0.87371 0.892227,0 1.99035,0 c 1.10009,0 1.99231,0.87371 1.99231,1.94669 0,1.07297 -0.89222,1.94477 -1.99231,1.94477 z"
+ id="path133_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 4.2316,0.743408 c -1.91387,0 -3.470858,1.521332 -3.470858,3.391372 0,1.87005 1.556988,3.39138 3.470858,3.39138 1.91388,0 3.47086,-1.52133 3.47086,-3.39138 0,-1.87004 -1.55698,-3.391372 -3.47086,-3.391372 z M 4.2317,8.26959 C 1.89819,8.26959 0,6.41487 0,4.13479 0,1.85472 1.89819,0 4.2317,0 c 2.33352,0 4.23171,1.85472 4.23171,4.13479 0,2.28008 -1.89819,4.1348 -4.23171,4.1348 z"
+ id="path134_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,1.82214 C 0.170602,1.82214 0,1.65545 0,1.45044 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 1.07873 c 0,0.20501 -0.170602,0.3717 -0.380422,0.3717"
+ id="path135_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.48443,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 1.48443 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171"
+ id="path136_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,1.506 c -0.098047,0 -0.196094,-0.0364 -0.268649,-0.10921 -0.1490308,-0.14562 -0.1490308,-0.37938 0,-0.524996 l 0.780454,-0.76258 c 0.149033,-0.1456186 0.388263,-0.1456186 0.537293,0 0.14903,0.145618 0.14903,0.379374 0,0.524992 L 0.64907,1.39679 C 0.574555,1.4696 0.476508,1.506 0.380422,1.506"
+ id="path137_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,1.506 c -0.098047,0 -0.194133,-0.0364 -0.268649,-0.10921 -0.1490308,-0.14562 -0.1490308,-0.38129 0,-0.524996 l 0.780454,-0.76258 c 0.149033,-0.1456186 0.390223,-0.1456186 0.537293,0 0.14903,0.143702 0.14903,0.379374 0,0.524992 L 0.64907,1.39679 C 0.574555,1.4696 0.478469,1.506 0.380422,1.506"
+ id="path138_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.16087,1.506 C 1.06283,1.506 0.966742,1.4696 0.892227,1.39679 L 0.111773,0.634206 c -0.1490308,-0.145618 -0.1490308,-0.38129 0,-0.524992 0.147071,-0.1456186 0.388266,-0.1456186 0.537297,0 l 0.78045,0.76258 C 1.57855,1.0155 1.57855,1.25117 1.42952,1.39679 1.35501,1.4696 1.25696,1.506 1.16087,1.506"
+ id="path139_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.16087,1.506 C 1.06479,1.506 0.966742,1.4696 0.892227,1.39679 L 0.111773,0.634206 c -0.1490308,-0.145618 -0.1490308,-0.379374 0,-0.524992 0.149032,-0.1456186 0.388266,-0.1456186 0.537297,0 l 0.78045,0.76258 c 0.14903,0.145616 0.14903,0.379376 0,0.524996 C 1.35501,1.4696 1.25892,1.506 1.16087,1.506"
+ id="path140_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380628,1.74187 C 0.333566,1.74187 0.284542,1.73421 0.23748,1.71505 0.0433469,1.63841 -0.0507781,1.4219 0.0276594,1.23221 L 0.443378,0.232041 C 0.521816,0.0423542 0.743402,-0.0496152 0.937534,0.027026 1.13167,0.105583 1.22579,0.322095 1.14735,0.511782 L 0.733597,1.51003 C 0.672808,1.65374 0.529659,1.74187 0.380628,1.74187"
+ id="path141_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380628,1.74213 C 0.331605,1.74213 0.284542,1.73255 0.23748,1.7153 0.0433469,1.63674 -0.0507781,1.42023 0.0276594,1.23055 L 0.441417,0.232293 C 0.521816,0.0406903 0.743402,-0.0493631 0.937534,0.0272781 1.13167,0.103919 1.22579,0.320431 1.14735,0.510118 L 0.731636,1.51029 C 0.672808,1.65399 0.529659,1.74213 0.380628,1.74213"
+ id="path142_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.40253,1.1479 C 1.35547,1.1479 1.30645,1.13832 1.25939,1.12108 L 0.237738,0.714881 C 0.041644,0.63824 -0.05052,0.421728 0.0279175,0.232041 0.106355,0.0423542 0.327941,-0.0496152 0.522074,0.027026 L 1.54568,0.433224 C 1.73982,0.509866 1.83394,0.726377 1.7555,0.916064 1.69471,1.05977 1.55157,1.1479 1.40253,1.1479"
+ id="path143_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.40228,1.14816 c -0.04707,0 -0.09609,-0.00958 -0.14119,-0.02683 L 0.23748,0.715133 C 0.0433469,0.638492 -0.0507781,0.42198 0.0276594,0.232293 0.108058,0.0406903 0.329644,-0.0493631 0.523777,0.0272781 L 1.54543,0.431561 C 1.73956,0.510118 1.83368,0.726629 1.75525,0.916316 1.69642,1.06002 1.55327,1.14816 1.40228,1.14816"
+ id="path144_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.379534,1.16216 c -0.14707,0 -0.2882578,-0.0843 -0.3490469,-0.226089 C -0.0518723,0.746384 0.0383308,0.529873 0.232464,0.4494 L 1.24823,0.0297889 C 1.4404,-0.0506844 1.66395,0.037453 1.74631,0.22714 1.82867,0.414911 1.7365,0.633339 1.54433,0.713812 L 0.528565,1.13342 C 0.479542,1.15258 0.428557,1.16216 0.379534,1.16216"
+ id="path145_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.381219,1.16216 C 0.232188,1.16216 0.092961,1.07786 0.030211,0.936071 -0.0521484,0.7483 0.0400157,0.529873 0.232188,0.4494 L 1.24795,0.0297889 C 1.44209,-0.0506844 1.66563,0.037453 1.74603,0.22714 1.82839,0.414911 1.73819,0.633339 1.54405,0.713812 L 0.528289,1.13342 C 0.479266,1.1545 0.430242,1.16216 0.381219,1.16216"
+ id="path146_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.81094,1.73509 c -0.149031,0 -0.290219,-0.08431 -0.351008,-0.2261 L 0.0304871,0.516491 C -0.0518723,0.326804 0.0383308,0.108377 0.232464,0.0298194 0.424636,-0.0506539 0.648182,0.0374835 0.730542,0.225254 L 1.15999,1.21967 C 1.24235,1.40745 1.15214,1.62587 0.958011,1.70635 0.910948,1.72551 0.859964,1.73509 0.81094,1.73509"
+ id="path147_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.81094,1.73697 c -0.149031,0 -0.290219,-0.08622 -0.351008,-0.22801 L 0.0304871,0.516461 C -0.0518723,0.326774 0.0383308,0.110262 0.232464,0.0297889 0.424636,-0.0506844 0.648182,0.037453 0.730542,0.22714 L 1.15999,1.21964 C 1.24235,1.40933 1.15214,1.62776 0.958011,1.70632 0.908987,1.72739 0.859964,1.73697 0.81094,1.73697"
+ id="path148_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.8318,0.725162 C 3.63179,0.661933 3.52198,0.45117 3.58669,0.257651 3.6514,0.0622158 3.86514,-0.0450819 4.06516,0.0181471 4.26517,0.0794601 4.37498,0.288307 4.31027,0.483743 4.25929,0.640857 4.1083,0.742407 3.94946,0.742407 3.90828,0.742407 3.87102,0.736659 3.8318,0.725162 Z M 1.89816,0.491428 C 1.83345,0.295993 1.9413,0.0852293 2.14132,0.0220003 2.34133,-0.0412287 2.55704,0.064153 2.61979,0.259588 2.68646,0.453107 2.57665,0.663871 2.37663,0.729016 2.33937,0.742428 2.30015,0.74626 2.25898,0.74626 2.10014,0.74626 1.95111,0.646626 1.89816,0.491428 Z M 5.01207,1.55483 v 0 C 4.88657,1.39005 4.92186,1.15821 5.09246,1.0375 5.2611,0.914875 5.50034,0.951279 5.62388,1.11606 5.74742,1.28275 5.71016,1.51459 5.54152,1.6353 5.47289,1.6832 5.39445,1.7062 5.31797,1.7062 5.20032,1.7062 5.08462,1.65446 5.01207,1.55483 Z M 0.674665,1.64869 C 0.504064,1.52798 0.466806,1.29614 0.588384,1.13136 0.711923,0.964666 0.951157,0.926345 1.1198,1.04705 1.2904,1.16776 1.32962,1.40152 1.20412,1.5663 1.13156,1.66593 1.01391,1.71958 0.896251,1.71958 0.819775,1.71958 0.741337,1.69851 0.674665,1.64869 Z M 5.46313,2.91132 v 0 c 0,-0.00192 0,-0.00383 0,-0.00766 0,-0.20502 0.17061,-0.37171 0.38043,-0.37363 0.20982,0 0.38042,0.16478 0.38042,0.37171 0,0.00192 0,0.00383 0,0.00575 0,0.00191 0,0.00191 0,0.00383 0,0.20693 -0.16864,0.37171 -0.38042,0.37171 -0.20982,0 -0.38043,-0.16478 -0.38043,-0.37171 z M 1.67371e-5,2.91907 C -0.0019442,2.71406 0.168657,2.54736 0.378478,2.54736 c 0.20982,0 0.380422,0.1667 0.382383,0.3698 0,0.20501 -0.172563,0.37171 -0.380422,0.37171 C 0.170618,3.29078 1.67371e-5,3.12409 1.67371e-5,2.91907 Z M 5.10038,4.78138 C 4.92977,4.66067 4.89056,4.42883 5.01606,4.26405 5.13959,4.09736 5.37883,4.05904 5.54747,4.17975 5.71611,4.30046 5.75337,4.53421 5.62983,4.70091 5.55727,4.80054 5.44158,4.85227 5.32196,4.85227 5.24549,4.85227 5.16705,4.8312 5.10038,4.78138 Z M 0.596141,4.70478 C 0.472602,4.53809 0.50986,4.30625 0.6785,4.18554 0.849102,4.06483 1.08638,4.10123 1.20991,4.26793 1.33345,4.4327 1.29816,4.66454 1.12756,4.78525 1.06088,4.83315 0.980485,4.85806 0.904008,4.85806 0.786352,4.85806 0.670657,4.80441 0.596141,4.70478 Z M 3.59836,5.56703 C 3.53365,5.37159 3.6415,5.16274 3.84151,5.09951 4.03957,5.03629 4.25527,5.14167 4.31998,5.3371 4.38469,5.53254 4.27684,5.74139 4.07683,5.80461 4.03565,5.81803 3.99643,5.82377 3.95917,5.82377 3.79837,5.82377 3.64934,5.72414 3.59836,5.56703 Z M 2.15309,5.80645 v 0 C 1.95308,5.74322 1.84327,5.53628 1.90798,5.33893 1.97269,5.1435 2.18643,5.03812 2.38645,5.10135 2.58646,5.16458 2.69627,5.37151 2.63156,5.56694 2.58058,5.72597 2.42959,5.82561 2.27075,5.82561 2.23153,5.82561 2.19231,5.81986 2.15309,5.80645 Z"
+ id="path149_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.98437,0.743408 c -0.67457,0 -1.223628,0.536492 -1.223628,1.195602 0,0.65912 0.549058,1.1956 1.223628,1.1956 0.67456,0 1.22362,-0.53648 1.22362,-1.1956 0,-0.65911 -0.54906,-1.195602 -1.22362,-1.195602 z m 10e-5,3.132722 C 0.890266,3.87613 0,3.00817 0,1.93902 0,0.869878 0.890266,0 1.98447,0 c 1.0942,0 1.98447,0.869878 1.98447,1.93902 0,1.06915 -0.89027,1.93711 -1.98447,1.93711 z"
+ id="path150_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 6.93966,15.5447 h 2.79042 l 0.19609,-1.3718 c 0.01961,-0.1418 0.12153,-0.2587 0.26083,-0.3028 0.3333,-0.1015 0.6628,-0.2356 0.9804,-0.3966 0.1295,-0.067 0.2883,-0.0536 0.404,0.0326 l 1.1334,0.8354 1.9727,-1.9276 -0.8549,-1.1074 c -0.0883,-0.1131 -0.102,-0.2683 -0.0353,-0.3947 0.1666,-0.3104 0.3039,-0.6323 0.4078,-0.95803 0.0451,-0.13604 0.1648,-0.23568 0.3099,-0.25484 l 1.404,-0.1916 V 6.78082 L 14.505,6.58922 C 14.3599,6.57006 14.2402,6.47042 14.1951,6.33439 14.0912,6.00866 13.9539,5.68677 13.7873,5.37637 13.7206,5.24991 13.7343,5.09471 13.8226,4.98167 L 14.6775,3.8742 12.7048,1.94668 11.5714,2.78206 C 11.4557,2.86829 11.2969,2.8817 11.1674,2.81464 10.8498,2.65369 10.5203,2.51957 10.187,2.41802 10.0477,2.37395 9.94578,2.25707 9.92617,2.11529 L 9.73008,0.743408 H 6.93966 L 6.74357,2.11529 C 6.72396,2.25707 6.62199,2.37395 6.4808,2.41802 6.14941,2.51957 5.81997,2.65369 5.5023,2.81464 5.37288,2.8817 5.21404,2.86829 5.09834,2.78206 L 3.96492,1.94668 1.99222,3.8742 2.84719,4.98167 C 2.93543,5.09471 2.94916,5.24991 2.88052,5.37637 2.7158,5.68677 2.57854,6.00866 2.47461,6.33439 2.42951,6.47042 2.30793,6.57006 2.16478,6.58922 l -1.405991,0.1916 v 2.72651 l 1.405991,0.1916 c 0.14315,0.01916 0.26473,0.1188 0.30983,0.25484 0.10393,0.32573 0.24119,0.64763 0.40591,0.95803 0.06864,0.1264 0.05491,0.2816 -0.03333,0.3947 l -0.85497,1.1074 1.9727,1.9276 1.13342,-0.8354 c 0.1157,-0.0862 0.27454,-0.0996 0.40396,-0.0326 0.31767,0.161 0.64711,0.2951 0.98047,0.3966 0.13922,0.0441 0.24119,0.161 0.2608,0.3028 z m 3.11994,0.7435 H 6.60836 c -0.18825,0 -0.34905,-0.1361 -0.3765,-0.32 L 6.024,14.5044 C 5.80241,14.4258 5.58279,14.3377 5.36709,14.238 L 4.15915,15.129 C 4.00816,15.2401 3.79638,15.2267 3.66107,15.0945 L 1.2197,12.7109 C 1.08636,12.5787 1.07263,12.3718 1.18637,12.2243 L 2.0982,11.044 C 1.99623,10.8332 1.90407,10.6186 1.82563,10.4021 L 0.327477,10.199 C 0.139227,10.1722 0,10.0151 0,9.83115 V 6.45702 C 0,6.27308 0.139227,6.11597 0.327477,6.08915 L 1.82563,5.88605 C 1.90407,5.66953 1.99623,5.45494 2.0982,5.24418 L 1.18637,4.0639 C 1.07263,3.91637 1.08636,3.70944 1.2197,3.57723 L 3.66107,1.19369 C 3.79638,1.06148 4.00816,1.04807 4.15915,1.1592 L 5.36709,2.05207 C 5.58279,1.95052 5.80241,1.86238 6.024,1.78382 L 6.23186,0.319977 C 6.25931,0.136038 6.42011,0 6.60836,0 h 3.45124 c 0.1902,0 0.351,0.136038 0.3765,0.319977 l 0.2098,1.463843 c 0.2216,0.07856 0.4412,0.1667 0.655,0.26825 L 12.5108,1.1592 c 0.151,-0.11113 0.3628,-0.09772 0.4981,0.03449 l 2.4394,2.38354 c 0.1353,0.13221 0.149,0.33914 0.0353,0.48667 l -0.9138,1.18028 c 0.1039,0.21076 0.1941,0.42535 0.2725,0.64187 l 1.5002,0.2031 c 0.1882,0.02682 0.3274,0.18393 0.3274,0.36787 v 3.37413 c 0,0.18395 -0.1392,0.34105 -0.3274,0.36785 l -1.5002,0.2031 c -0.0784,0.2165 -0.1686,0.4311 -0.2725,0.6419 l 0.9138,1.1803 c 0.1137,0.1475 0.1,0.3544 -0.0353,0.4866 l -2.4394,2.3836 c -0.1353,0.1322 -0.3471,0.1456 -0.4981,0.0345 l -1.2099,-0.891 c -0.2138,0.0997 -0.4334,0.1878 -0.655,0.2664 l -0.2098,1.4638 c -0.0255,0.1839 -0.1863,0.32 -0.3765,0.32 z"
+ id="path151_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 5.39149,0.741206 C 5.18167,0.723962 5.02871,0.543855 5.04832,0.33884 5.06401,0.135741 5.2503,-0.0175419 5.46012,0.00161837 5.66994,0.0207787 5.82289,0.200886 5.80328,0.403985 5.7876,0.597504 5.62092,0.743122 5.42482,0.743122 c -0.0098,0 -0.02157,0 -0.03333,-0.001916 z M 3.33843,0.63205 C 3.28156,0.436615 3.39726,0.229684 3.6012,0.174119 3.80317,0.116638 4.01103,0.2316 4.06986,0.428951 4.12673,0.626302 4.01103,0.831317 3.81102,0.886882 3.77376,0.898378 3.74042,0.90221 3.70513,0.90221 3.54041,0.90221 3.38746,0.796829 3.33843,0.63205 Z M 6.92094,1.16076 C 6.73269,1.06879 6.65426,0.846535 6.74838,0.662596 6.84054,0.478657 7.06997,0.403932 7.25822,0.495901 7.44647,0.584039 7.52295,0.808214 7.43079,0.992153 7.36411,1.12244 7.22881,1.19908 7.08762,1.19908 7.03076,1.19908 6.97389,1.18567 6.92094,1.16076 Z M 1.85785,1.51338 C 1.73039,1.35052 1.76373,1.11676 1.93041,0.99222 2.09905,0.869594 2.33828,0.90025 2.46378,1.06311 2.58928,1.22789 2.55791,1.46165 2.39123,1.58427 2.3226,1.63601 2.2422,1.659 2.1618,1.659 2.0461,1.659 1.93237,1.60918 1.85785,1.51338 Z M 8.18971,2.09207 C 8.05048,1.94262 8.06029,1.70694 8.21324,1.56899 8.37012,1.42912 8.60935,1.4387 8.75054,1.59198 8.89369,1.74143 8.88192,1.97519 8.72897,2.11506 8.65641,2.1802 8.56229,2.21278 8.47209,2.21278 8.37012,2.21278 8.26619,2.17254 8.18971,2.09207 Z M 0.800797,2.85465 C 0.620391,2.74735 0.565484,2.51742 0.677258,2.34307 0.78707,2.16871 1.02042,2.11506 1.19887,2.22236 1.37731,2.32965 1.43222,2.55958 1.32241,2.73585 1.25181,2.8489 1.12631,2.91213 0.998852,2.91213 0.93218,2.91213 0.863547,2.89297 0.800797,2.85465 Z M 9.03286,3.40834 v 0 C 8.95639,3.21674 9.05247,3.00214 9.24857,2.9255 9.4427,2.85269 9.66428,2.94658 9.74076,3.13818 9.81724,3.32978 9.72115,3.54246 9.52702,3.61911 9.48192,3.63443 9.43289,3.64401 9.38779,3.64401 9.2368,3.64401 9.09169,3.55588 9.03286,3.40834 Z M 0.310638,4.47944 C 0.104739,4.44304 -0.0325263,4.24952 0.00669249,4.04833 0.0439503,3.84523 0.242005,3.71303 0.447903,3.74943 0.653802,3.78584 0.791068,3.98127 0.751849,4.18054 0.718513,4.36065 0.557716,4.48519 0.379271,4.48519 0.3577,4.48519 0.334169,4.48327 0.310638,4.47944 Z M 9.33106,4.9507 V 4.94879 c 0,-0.00575 -0.00196,-0.0115 -0.00196,-0.01533 0,-0.20693 0.16864,-0.37363 0.38042,-0.37363 0.20786,-0.00192 0.38038,0.16286 0.38238,0.36979 0,0.00384 0,0.00767 -0.002,0.0115 0.002,0.00192 0.002,0.00575 0.002,0.00958 0,0.2031 -0.17256,0.3698 -0.38042,0.3698 -0.21178,0 -0.38042,-0.1667 -0.38042,-0.3698 z M 0.0107236,5.87047 v 0 C -0.0304561,5.6712 0.10681,5.47577 0.312708,5.43745 0.518606,5.39913 0.718622,5.53325 0.75588,5.73443 0.795099,5.93562 0.659794,6.12913 0.451935,6.16746 0.430364,6.17129 0.404872,6.1732 0.381341,6.1732 0.202895,6.1732 0.0440595,6.04866 0.0107236,5.87047 Z M 9.25638,6.95489 C 9.06028,6.88208 8.9642,6.66748 9.04067,6.47588 9.11519,6.28428 9.33482,6.18848 9.53091,6.2632 9.727,6.33793 9.82505,6.55252 9.74857,6.74412 9.68974,6.88974 9.54464,6.98171 9.39364,6.98171 9.34854,6.98171 9.30148,6.97405 9.25638,6.95489 Z M 0.687108,7.57188 C 0.575335,7.39752 0.630241,7.16951 0.808686,7.06221 0.987132,6.95108 1.22244,7.00473 1.33226,7.18101 1.44207,7.35537 1.38912,7.58337 1.21068,7.69067 1.14793,7.72899 1.0793,7.74815 1.01066,7.74815 0.883202,7.74815 0.757702,7.68492 0.687108,7.57188 Z M 8.22896,8.32107 C 8.07209,8.1812 8.06228,7.94745 8.20151,7.79416 8.34466,7.6428 8.58389,7.63322 8.74077,7.77117 8.89372,7.90721 8.90549,8.1448 8.7643,8.29616 8.68782,8.37664 8.58585,8.41687 8.48389,8.41687 8.39172,8.41687 8.30152,8.3843 8.22896,8.32107 Z M 1.94793,8.91886 C 1.78125,8.79623 1.74595,8.56248 1.87145,8.3977 1.99892,8.23484 2.23619,8.20227 2.40483,8.32489 2.57347,8.44752 2.60485,8.68319 2.47935,8.84605 2.40483,8.94185 2.28913,8.99359 2.1754,8.99359 2.09696,8.99359 2.01656,8.96868 1.94793,8.91886 Z M 6.76611,9.22923 C 6.67199,9.04721 6.74846,8.82303 6.93671,8.73298 7.123,8.63909 7.35243,8.71382 7.44656,8.89776 7.53872,9.08169 7.46224,9.30395 7.27595,9.39592 7.22105,9.42275 7.16222,9.43616 7.10535,9.43616 6.96613,9.43616 6.83278,9.35952 6.76611,9.22923 Z M 3.62059,9.73125 C 3.41861,9.67568 3.30095,9.46875 3.35782,9.27332 3.41469,9.07405 3.62451,8.961 3.82648,9.01657 4.02846,9.07213 4.14612,9.27715 4.08925,9.4745 4.04219,9.63928 3.88923,9.74466 3.72255,9.74466 3.68922,9.74466 3.65392,9.74083 3.62059,9.73125 Z M 5.0659,9.56072 C 5.04629,9.35571 5.19925,9.1756 5.40907,9.15836 V 9.15644 c 0.20786,-0.01916 0.39414,0.13029 0.41375,0.3353 0.01961,0.20502 -0.1353,0.38704 -0.34316,0.40429 -0.01177,0 -0.02353,0.00191 -0.0353,0.00191 -0.19609,0 -0.36081,-0.1437 -0.37846,-0.33722 z"
+ id="path152_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.74726,0.743408 c -1.64719,0 -2.988471,1.308652 -2.988471,2.918112 0,1.61138 1.341281,2.92003 2.988471,2.92003 1.64915,0 2.98847,-1.30865 2.98847,-2.92003 0,-1.60946 -1.33932,-2.918112 -2.98847,-2.918112 z m 9e-5,6.581572 C 1.68052,7.32498 0,5.68295 0,3.66153 0,1.64204 1.68052,0 3.74735,0 c 2.06683,0 3.74931,1.64204 3.74931,3.66153 0,2.02142 -1.68248,3.66345 -3.74931,3.66345 z"
+ id="path153_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 13.6421,28.7615 h 2.916 l 0.049,-1.073 c 0.0078,-0.1782 0.1451,-0.3257 0.3275,-0.3506 0.4098,-0.0575 0.8235,-0.1341 1.2255,-0.2299 0.1765,-0.0403 0.3589,0.0459 0.4354,0.2088 l 0.451,0.9791 2.71,-1.0538 -0.3589,-1.0136 c -0.0607,-0.1686 0.0099,-0.3564 0.1687,-0.4445 0.4628,-0.2587 0.9138,-0.5499 1.3432,-0.8661 0.1471,-0.1073 0.351,-0.0977 0.4844,0.023 l 0.8138,0.7243 2.0609,-2.0138 -0.7412,-0.7951 C 25.4038,22.726 25.394,22.5267 25.5039,22.383 c 0.249,-0.3238 0.4843,-0.6629 0.702,-1.0078 0.0941,-0.1514 0.2863,-0.2165 0.4569,-0.1533 l 1.0295,0.3794 1.153,-2.6173 -0.9883,-0.4675 c -0.1647,-0.0786 -0.2491,-0.2606 -0.2,-0.4311 0.1392,-0.504 0.247,-1.0232 0.3235,-1.5405 0.0235,-0.1782 0.1765,-0.3123 0.3589,-0.32 L 29.4375,16.177 V 13.3279 L 28.3394,13.278 C 28.157,13.2704 28.004,13.1363 27.9805,12.96 27.9217,12.5576 27.8432,12.1552 27.7452,11.7625 27.704,11.5881 27.7923,11.4099 27.9589,11.3371 L 28.961,10.8945 27.8825,8.24655 26.8432,8.5991 C 26.6706,8.65658 26.4804,8.5876 26.3902,8.4324 26.1255,7.98213 25.8274,7.53953 25.5039,7.11992 25.394,6.97813 25.4038,6.77887 25.5274,6.64666 L 26.2686,5.85342 24.2077,3.83776 23.3939,4.56394 C 23.2605,4.68465 23.0566,4.69423 22.9095,4.58501 22.5781,4.34359 22.231,4.11175 21.8781,3.90099 21.7212,3.8071 21.6565,3.61933 21.7212,3.45264 L 22.1095,2.44672 19.4308,1.3201 18.9504,2.28578 C 18.872,2.44672 18.6857,2.52911 18.5092,2.48313 17.9954,2.34709 17.464,2.23979 16.9346,2.16698 16.7522,2.14207 16.6149,1.99454 16.6071,1.81635 l -0.049,-1.074895 h -2.916 L 13.5912,1.81635 C 13.5833,1.99454 13.446,2.14207 13.2656,2.16698 12.8538,2.22446 12.442,2.3011 12.0401,2.39499 11.8616,2.43714 11.6792,2.349 11.6047,2.18614 L 11.1517,1.20897 8.44173,2.26278 8.80255,3.27636 C 8.86137,3.44497 8.79078,3.63083 8.63195,3.72088 8.16916,3.97955 7.71815,4.27078 7.2887,4.58501 7.14359,4.69423 6.93966,4.68465 6.80435,4.56394 L 5.99252,3.83776 3.92962,5.85342 4.67281,6.64666 C 4.79439,6.77887 4.8042,6.97813 4.69438,7.11992 4.44534,7.44373 4.21003,7.78287 3.99433,8.12967 3.89824,8.28104 3.70607,8.34618 3.53547,8.28295 L 2.50598,7.90166 1.35295,10.519 2.34126,10.9884 C 2.50598,11.0669 2.5903,11.2471 2.54323,11.4195 2.40401,11.9234 2.2942,12.4407 2.21968,12.96 2.19419,13.1363 2.0432,13.2704 1.86083,13.278 l -1.100088,0.0499 v 2.8491 l 1.100088,0.0479 c 0.18237,0.0077 0.33336,0.1418 0.35885,0.32 0.05883,0.4004 0.13727,0.8047 0.23335,1.1975 0.04314,0.1724 -0.04706,0.3525 -0.21374,0.4254 l -1.00008,0.4406 1.07656,2.648 1.03929,-0.3506 c 0.17256,-0.0594 0.36278,0.0115 0.45298,0.1647 0.26669,0.4522 0.56475,0.8948 0.88634,1.3125 0.10982,0.1437 0.10001,0.343 -0.02157,0.4733 l -0.74319,0.7951 2.0629,2.0138 0.81183,-0.7243 c 0.13531,-0.1207 0.33924,-0.1303 0.48435,-0.023 0.3314,0.2434 0.68045,0.4752 1.03146,0.686 0.15687,0.0919 0.22354,0.2797 0.15883,0.4483 l -0.39022,1.004 2.67863,1.1266 0.4804,-0.9656 c 0.0804,-0.161 0.2648,-0.2415 0.4412,-0.1955 0.5158,0.1361 1.0452,0.2415 1.5766,0.3162 0.1804,0.0249 0.3177,0.1724 0.3256,0.3506 z m 3.2788,0.7435 h -3.6434 c -0.202,0 -0.3706,-0.1572 -0.3785,-0.3545 l -0.0529,-1.1247 c -0.353,-0.0575 -0.704,-0.1265 -1.0511,-0.2108 l -0.502,1.0117 c -0.0882,0.1782 -0.3059,0.2586 -0.4922,0.1801 L 7.45548,27.5985 C 7.2692,27.5199 7.17899,27.3111 7.24959,27.1252 L 7.65746,26.0733 C 7.46529,25.9526 7.27312,25.8243 7.08683,25.694 L 6.23578,26.4546 C 6.08675,26.5888 5.85536,26.583 5.71221,26.4431 L 3.13554,23.9255 C 2.99239,23.7856 2.98651,23.5595 3.12377,23.412 L 3.9003,22.5804 C 3.69245,22.2968 3.49439,22.0037 3.31006,21.7067 L 2.22174,22.0746 C 2.02957,22.1397 1.81975,22.0458 1.74523,21.8619 L 0.39807,18.5548 C 0.321594,18.369 0.409836,18.1601 0.594164,18.0777 L 1.64327,17.616 C 1.5962,17.3956 1.5511,17.1753 1.5158,16.953 L 0.364734,16.9032 C 0.160797,16.8936 0,16.7308 0,16.5315 v -3.56 C 0,12.7742 0.160797,12.6113 0.364734,12.6017 L 1.5158,12.55 C 1.57267,12.2051 1.64523,11.8621 1.72955,11.523 L 0.694172,11.0325 C 0.511805,10.9463 0.431406,10.7336 0.511805,10.5516 L 1.95309,7.28283 C 2.03349,7.10081 2.24527,7.01267 2.43548,7.08165 L 3.514,7.48018 C 3.63754,7.29241 3.76696,7.10464 3.9003,6.92262 L 3.12377,6.09106 C 2.98651,5.94544 2.99239,5.71935 3.13554,5.57948 L 5.71221,3.06182 C 5.85536,2.92195 6.08675,2.9162 6.23578,3.05032 L 7.08683,3.80907 C 7.37705,3.60597 7.67707,3.41245 7.98298,3.23234 L 7.60452,2.16895 C 7.53784,1.98309 7.63589,1.77616 7.82414,1.70335 L 11.2087,0.387038 c 0.1883,-0.072809 0.404,0.011496 0.4863,0.191603 l 0.4746,1.025079 c 0.2235,-0.04599 0.451,-0.08814 0.6765,-0.12646 L 12.899,0.354466 C 12.9069,0.155198 13.0755,0 13.2775,0 h 3.6434 c 0.204,0 0.3706,0.155198 0.3805,0.354466 l 0.0509,1.122794 c 0.353,0.05748 0.704,0.12837 1.0511,0.21076 l 0.502,-1.011661 C 18.9956,0.498168 19.2113,0.419611 19.3976,0.498168 L 22.743,1.90645 c 0.1882,0.07856 0.2784,0.28549 0.2059,0.47134 L 22.541,3.43161 c 0.1941,0.12071 0.3843,0.24717 0.5706,0.37746 l 0.8511,-0.75875 c 0.1509,-0.13412 0.3823,-0.12837 0.5255,0.0115 l 2.5747,2.51766 c 0.1451,0.13987 0.149,0.36596 0.0118,0.51158 l -0.7766,0.83156 c 0.2079,0.28549 0.4059,0.57672 0.5903,0.87562 l 1.0883,-0.36979 c 0.1922,-0.06514 0.402,0.03066 0.4785,0.2146 l 1.3471,3.30705 c 0.0745,0.184 -0.0117,0.3947 -0.198,0.4752 l -1.0491,0.4637 c 0.049,0.2184 0.0921,0.4407 0.1294,0.661 l 1.1511,0.0517 c 0.2019,0.0096 0.3627,0.1725 0.3627,0.3698 v 3.56 c 0,0.1993 -0.1608,0.3621 -0.3627,0.3717 l -1.1511,0.0498 c -0.0588,0.3449 -0.1294,0.6879 -0.2157,1.027 l 1.0354,0.4905 c 0.1823,0.0882 0.2627,0.2989 0.1823,0.481 l -1.4393,3.2706 c -0.0804,0.182 -0.2941,0.2702 -0.4843,0.1993 l -1.0766,-0.3966 c -0.1255,0.1877 -0.2549,0.3736 -0.3883,0.5556 l 0.7766,0.8316 c 0.1372,0.1475 0.1333,0.3736 -0.0118,0.5135 l -2.5747,2.5176 c -0.1432,0.1399 -0.3746,0.1457 -0.5255,0.0115 L 23.1116,25.694 c -0.2902,0.205 -0.5902,0.3966 -0.8942,0.5767 l 0.3765,1.0634 c 0.0667,0.1878 -0.0294,0.3928 -0.2176,0.4675 l -3.3846,1.3163 c -0.1902,0.0728 -0.404,-0.0115 -0.4883,-0.1935 l -0.4726,-1.0251 c -0.2255,0.0479 -0.451,0.0901 -0.6785,0.1265 l -0.0509,1.1247 c -0.0099,0.1973 -0.1765,0.3545 -0.3805,0.3545 z"
+ id="path154_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 10.8164,0.741455 c -5.54354,0 -10.055658,4.408785 -10.055658,9.825445 0,5.4185 4.512118,9.8254 10.055658,9.8254 5.5456,0 10.0557,-4.4069 10.0557,-9.8254 0,-5.41666 -4.5101,-9.825445 -10.0557,-9.825445 z M 10.8165,21.1357 C 4.85332,21.1357 0,16.3955 0,10.5669 0,4.74026 4.85332,0 10.8165,0 c 5.9632,0 10.8166,4.74026 10.8166,10.5669 0,5.8286 -4.8534,10.5688 -10.8166,10.5688 z"
+ id="path155_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 8.74194,0.373626 C 8.74194,0.166695 8.91254,0.00191603 9.1204,0 c 0.21179,0 0.38043,0.166695 0.38239,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.373626 -0.20983,0 -0.38043,-0.168611 -0.38043,-0.37171 z m 2.01566,0.523029 v 0 c -0.2059,-0.040236 -0.3412,-0.235672 -0.3,-0.436855 0.0412,-0.199267 0.2412,-0.331473 0.4451,-0.293152 0.2059,0.040236 0.3412,0.235671 0.3,0.436855 -0.0353,0.176274 -0.1941,0.300816 -0.3706,0.300816 -0.0255,0 -0.051,-0.003832 -0.0745,-0.007664 z M 7.04181,0.613104 C 7.00063,0.410004 7.13594,0.214569 7.33987,0.174333 7.54577,0.134096 7.74579,0.266302 7.78697,0.465569 7.82815,0.666752 7.6948,0.864104 7.48891,0.902424 7.46341,0.908172 7.43988,0.910088 7.41439,0.910088 c -0.17845,0 -0.33532,-0.12071 -0.37258,-0.296984 z M 12.3283,1.35848 C 12.1342,1.28184 12.042,1.06341 12.1205,0.873725 c 0.0804,-0.187771 0.3039,-0.279741 0.4961,-0.201184 0.1941,0.076642 0.2882,0.295069 0.2079,0.484759 -0.0608,0.14178 -0.202,0.22992 -0.3511,0.22992 -0.047,0 -0.098,-0.00958 -0.1451,-0.02874 z M 5.42193,1.17263 C 5.34154,0.984855 5.43174,0.764511 5.62587,0.68787 5.82,0.607397 6.04159,0.695534 6.12395,0.885221 6.20631,1.07491 6.11218,1.29142 5.92001,1.37189 5.87099,1.39297 5.82196,1.40255 5.7749,1.40255 5.62391,1.40255 5.48272,1.31441 5.42193,1.17263 Z M 13.7776,2.11342 C 13.6011,2.00038 13.554,1.77045 13.6717,1.59801 13.7874,1.42748 14.0246,1.3815 14.1992,1.49646 c 0.1745,0.11305 0.2215,0.34297 0.1039,0.5135 -0.0726,0.10921 -0.1922,0.16669 -0.3157,0.16669 -0.0726,0 -0.1451,-0.02108 -0.2098,-0.06323 z M 3.94741,2.03105 C 3.82975,1.86244 3.87681,1.6306 4.05134,1.51756 4.22586,1.40259 4.46117,1.44858 4.57687,1.61719 4.69452,1.78772 4.64942,2.01764 4.4749,2.1326 4.41019,2.17667 4.33567,2.19583 4.26312,2.19583 4.13958,2.19583 4.01996,2.13835 3.94741,2.03105 Z M 15.0483,3.13076 c -0.149,-0.14562 -0.151,-0.38129 -0.002,-0.525 0.1491,-0.14753 0.3903,-0.14753 0.5373,-0.00191 0.151,0.1437 0.151,0.37937 0.002,0.52499 -0.0745,0.07281 -0.1726,0.10921 -0.2686,0.10921 -0.0981,0 -0.1942,-0.03448 -0.2687,-0.10729 z M 2.6689,3.15377 c -0.14707,-0.14371 -0.14707,-0.37938 0,-0.525 0.14903,-0.1437 0.39022,-0.1437 0.53729,0 0.14903,0.14562 0.14903,0.38129 0,0.525 -0.07255,0.0728 -0.1706,0.10921 -0.26668,0.10921 -0.09805,0 -0.1961,-0.03641 -0.27061,-0.10921 z M 16.0955,4.3666 v 0 C 15.9778,4.19607 16.0229,3.96615 16.1975,3.85119 16.37,3.73814 16.6093,3.78221 16.7249,3.95082 16.8426,4.12135 16.7975,4.35319 16.621,4.46815 16.5563,4.5103 16.4838,4.53138 16.4112,4.53138 16.2877,4.53138 16.168,4.4739 16.0955,4.3666 Z M 1.63936,4.49698 C 1.46483,4.38393 1.41581,4.15401 1.53543,3.98348 1.65112,3.81296 1.8884,3.76506 2.06096,3.88002 2.23548,3.99498 2.28255,4.2249 2.16489,4.39543 2.0943,4.50273 1.97272,4.56021 1.85114,4.56021 1.77859,4.56021 1.70407,4.53913 1.63936,4.49698 Z M 16.874,5.77873 C 16.7955,5.58905 16.8857,5.37254 17.0779,5.29206 17.272,5.21159 17.4956,5.30164 17.576,5.49133 17.6583,5.6791 17.5662,5.89944 17.372,5.978 c -0.047,0.01916 -0.098,0.02874 -0.1451,0.02874 -0.151,0 -0.2921,-0.08622 -0.3529,-0.22801 z M 0.896088,6.0106 C 0.701955,5.93204 0.609791,5.71553 0.69019,5.52584 c 0,0 0,0 -0.001961,0 C 0.770588,5.33615 0.992174,5.2461 1.18631,5.32466 1.38044,5.40321 1.4726,5.61972 1.39221,5.80941 1.33142,5.95311 1.19023,6.03934 1.0412,6.03934 0.992174,6.03934 0.943151,6.03167 0.896088,6.0106 Z M 17.3563,7.3116 c -0.0411,-0.20119 0.0922,-0.39662 0.2981,-0.43686 0.2059,-0.04215 0.4059,0.08814 0.4471,0.29124 0.0431,0.19927 -0.0902,0.3947 -0.2981,0.43685 -0.0235,0.00384 -0.049,0.00575 -0.0745,0.00575 -0.1784,0 -0.3353,-0.12071 -0.3726,-0.29698 z M 0.470637,7.63729 C 0.264739,7.59897 0.129434,7.40353 0.172575,7.20043 0.211793,7.00117 0.411809,6.86896 0.619668,6.9092 0.823606,6.94752 0.958911,7.14295 0.917731,7.34605 0.880473,7.52233 0.723598,7.64495 0.545153,7.64495 0.519661,7.64495 0.494169,7.64304 0.470637,7.63729 Z M 17.523,8.90762 c -0.002,-0.20502 0.1666,-0.37171 0.3784,-0.37171 0.2079,-0.00192 0.3785,0.16286 0.3785,0.36979 0.0019,0.2031 -0.1667,0.37171 -0.3765,0.37171 0,0 0,0 -0.002,0 -0.2098,0 -0.3784,-0.1667 -0.3784,-0.36979 z M 0,8.94214 C 0,8.73713 0.168641,8.57043 0.378461,8.57043 c 0.20982,0 0.380422,0.1667 0.380422,0.37171 0,0.20502 -0.168641,0.3698 -0.380422,0.37171 C 0.170602,9.31385 0,9.14716 0,8.94214 Z m 17.6662,1.99836 c -0.204,-0.0403 -0.3393,-0.2357 -0.3001,-0.4369 0.0412,-0.1992 0.2393,-0.3314 0.4471,-0.2931 0.2059,0.0383 0.3412,0.2337 0.3001,0.4368 -0.0353,0.1763 -0.1961,0.2989 -0.3746,0.2989 -0.0215,0 -0.047,-0.0019 -0.0725,-0.0057 z M 0.174453,10.6838 c 0,0 0,0 0,-0.0019 -0.04118,-0.1993 0.092164,-0.3947 0.300023,-0.4349 0.205899,-0.0422 0.403953,0.09 0.447094,0.2912 0.039219,0.1993 -0.094125,0.3966 -0.298063,0.435 -0.025492,0.0057 -0.052945,0.0076 -0.076476,0.0076 -0.176484,0 -0.337281,-0.1207 -0.372578,-0.297 z M 17.1033,12.525 c -0.1961,-0.0785 -0.2882,-0.295 -0.2078,-0.4847 0.0804,-0.1897 0.302,-0.2817 0.4961,-0.2031 0.1941,0.0785 0.2863,0.2951 0.2059,0.4867 -0.0588,0.1437 -0.202,0.228 -0.351,0.228 -0.0471,0 -0.0961,-0.0096 -0.1432,-0.0269 z M 0.696204,12.3564 C 0.617767,12.1687 0.70797,11.9502 0.902103,11.8698 1.09624,11.7931 1.31782,11.8812 1.40018,12.0709 c 0.07844,0.1897 -0.01176,0.4062 -0.2059,0.4867 -0.04706,0.0192 -0.09608,0.0287 -0.14707,0.0287 -0.147068,0 -0.290216,-0.0862 -0.351006,-0.2299 z M 16.2307,13.9717 c -0.1746,-0.115 -0.2236,-0.3449 -0.1079,-0.5154 0.1177,-0.1706 0.353,-0.2165 0.5275,-0.1035 0.1745,0.1131 0.2216,0.3449 0.1059,0.5135 -0.0726,0.1073 -0.1941,0.1667 -0.3177,0.1667 -0.0725,0 -0.1431,-0.0192 -0.2078,-0.0613 z M 1.54335,13.8989 c -0.1157,-0.1706 -0.06864,-0.4024 0.10589,-0.5155 0.17452,-0.1149 0.40983,-0.0709 0.52749,0.1016 0.11569,0.1705 0.07059,0.4004 -0.10393,0.5154 -0.06471,0.0422 -0.13923,0.0632 -0.21178,0.0632 -0.12354,0 -0.24316,-0.0575 -0.31767,-0.1647 z m 13.54405,1.3259 c -0.1491,-0.1437 -0.1491,-0.3794 -0.002,-0.525 0.149,-0.1456 0.3883,-0.1456 0.5393,-0.0019 0.147,0.1437 0.147,0.3793 0.0019,0.525 -0.0765,0.0747 -0.1745,0.1092 -0.2706,0.1092 -0.0961,0 -0.1941,-0.0345 -0.2686,-0.1073 z m -12.40483,0.023 c 0,0 0,0 0,0.0019 -0.14903,-0.1437 -0.14903,-0.3794 0,-0.525 0.14904,-0.1456 0.39023,-0.1456 0.5373,0 0.14903,0.1456 0.14903,0.3794 0,0.5231 -0.07451,0.0728 -0.1706,0.1092 -0.26865,0.1092 -0.09804,0 -0.19413,-0.0345 -0.26865,-0.1092 z m 11.03603,0.9924 c -0.1196,-0.1705 -0.0706,-0.4023 0.102,-0.5173 0.1726,-0.115 0.4098,-0.069 0.5275,0.1016 0.1177,0.1686 0.0706,0.3985 -0.102,0.5134 -0.0647,0.0441 -0.1392,0.0652 -0.2137,0.0652 -0.1216,0 -0.2412,-0.0575 -0.3138,-0.1629 z M 4.06512,16.361 C 3.8906,16.246 3.8455,16.0161 3.96119,15.8436 4.07885,15.6731 4.31416,15.629 4.49065,15.7421 c 0.17256,0.1149 0.21962,0.3449 0.10393,0.5154 -0.07452,0.1073 -0.19414,0.1648 -0.31768,0.1648 -0.07255,0 -0.14707,-0.0211 -0.21178,-0.0613 z m 8.10828,0.6131 c -0.0804,-0.1897 0.0098,-0.4081 0.202,-0.4867 0.1941,-0.0805 0.4177,0.0096 0.4981,0.1974 0.0823,0.1896 -0.0098,0.4081 -0.202,0.4866 -0.049,0.0211 -0.098,0.0307 -0.1471,0.0307 -0.149,0 -0.2882,-0.0862 -0.351,-0.228 z m -6.52795,0.2127 v 0 c -0.19414,-0.0805 -0.28826,-0.297 -0.2059,-0.4867 0.0804,-0.1897 0.30198,-0.2778 0.49611,-0.2012 0.19414,0.0805 0.28434,0.2989 0.2059,0.4867 -0.06079,0.1437 -0.20197,0.2299 -0.351,0.2299 -0.04903,0 -0.09805,-0.0096 -0.14511,-0.0287 z m 4.86705,0.2107 c -0.0431,-0.2011 0.0902,-0.3966 0.2961,-0.4368 0.2039,-0.0422 0.4059,0.0881 0.4491,0.2893 0.0411,0.2012 -0.0922,0.3966 -0.2981,0.4388 -0.0255,0.0038 -0.051,0.0076 -0.0745,0.0076 -0.1785,0 -0.3373,-0.1226 -0.3726,-0.2989 z M 7.35943,17.6964 C 7.15157,17.6543 7.02018,17.4607 7.0594,17.2576 7.10058,17.0565 7.3006,16.9262 7.50846,16.9664 H 7.5065 c 0.20589,0.0402 0.33924,0.2357 0.30002,0.4349 -0.03726,0.1782 -0.19609,0.2989 -0.37258,0.2989 -0.02549,0 -0.04902,0 -0.07451,-0.0038 z m 1.80012,0.1687 c -0.00588,0 -0.01372,0 -0.01961,0 -0.20982,0 -0.38042,-0.1648 -0.38042,-0.3717 0,-0.205 0.1706,-0.3717 0.38042,-0.3717 0.00589,0 0.00981,0 0.01569,0.0019 0.00588,-0.0019 0.01373,-0.0019 0.01961,-0.0019 0.20982,0 0.38042,0.1648 0.38238,0.3717 0,0.205 -0.16864,0.3717 -0.38042,0.3717 -0.00784,0 -0.01176,0 -0.01765,0 z"
+ id="path156_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 7.46715,0.743408 c -3.69833,0 -6.706408,2.939192 -6.706408,6.552822 0,3.61367 3.008078,6.55477 6.706408,6.55477 3.69835,0 6.70645,-2.9411 6.70645,-6.55477 0,-3.61363 -3.0081,-6.552822 -6.70645,-6.552822 z M 7.46725,14.5925 C 3.35124,14.5925 0,11.3199 0,7.29624 0,3.2745 3.35124,0 7.46725,0 c 4.11795,0 7.46725,3.2745 7.46725,7.29624 0,4.02366 -3.3493,7.29626 -7.46725,7.29626 z"
+ id="path157_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.379717,10.1706 C 0.283631,10.1706 0.187545,10.1342 0.11499,10.0633 -0.0360018,9.92148 -0.0379627,9.6858 0.107147,9.53827 L 9.52749,0.111399 c 0.14511,-0.1456183 0.3863,-0.1494504 0.53731,-0.005748 0.149,0.143702 0.1529,0.379374 0.0059,0.524992 L 0.652287,10.0575 c -0.074515,0.0747 -0.174523,0.1131 -0.27257,0.1131"
+ id="path158_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.180406,0.697435 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path159_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.20239,0.63733 C 2.0514,0.493628 2.04944,0.259872 2.19455,0.110422 2.34162,-0.0351964 2.58281,-0.0371124 2.73381,0.10659 2.88284,0.248376 2.8848,0.484048 2.73773,0.631582 2.66517,0.706307 2.56517,0.742712 2.46712,0.742712 2.37103,0.742712 2.27495,0.708223 2.20239,0.63733 Z M 1.15721,1.68156 C 1.00622,1.53977 1.00426,1.3041 1.15133,1.15657 1.2984,1.01095 1.5396,1.00711 1.68863,1.15082 1.83962,1.29452 1.84158,1.52827 1.69451,1.67389 1.62,1.75053 1.52195,1.78886 1.4239,1.78886 1.32782,1.78886 1.23173,1.75245 1.15721,1.68156 Z M 0.11399,2.72576 C -0.0370017,2.58206 -0.0370017,2.34831 0.108108,2.20269 0.255178,2.05515 0.496373,2.05132 0.643444,2.19502 0.796397,2.33681 0.798358,2.5744 0.651287,2.72002 0.576772,2.79474 0.478725,2.83115 0.380678,2.83115 0.282631,2.83115 0.188506,2.79666 0.11399,2.72576 Z"
+ id="path160_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.172922 0.109812,0.102029 c 0.143149,-0.1360385 0.398071,-0.1360385 0.537297,0 0.070594,0.070893 0.113735,0.166694 0.113735,0.264412 0,0.095801 -0.043141,0.193519 -0.113735,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path161_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380065,3.08257 C 0.231033,3.08257 0.0898459,2.99635 0.0290569,2.85265 -0.0513416,2.66488 0.0408225,2.44645 0.234955,2.36789 L 5.99619,0.0284198 C 6.19032,-0.0501375 6.41387,0.0399159 6.49427,0.227687 6.57467,0.417374 6.4825,0.635801 6.28837,0.714359 L 0.525174,3.05383 C 0.478112,3.07299 0.429088,3.08257 0.380065,3.08257"
+ id="path162_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.278453,0.738151 0.182367,0.695998 0.111773,0.628937 0.0392188,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.172922 0.109812,0.102029 c 0.143149,-0.1360385 0.398071,-0.1360385 0.537297,0 0.072555,0.068977 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.039219,0.193519 -0.111774,0.262496 C 0.576516,0.695998 0.48043,0.738151 0.380422,0.738151"
+ id="path163_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.57618,0.513439 C 1.49578,0.325668 1.58794,0.10724 1.78207,0.0286832 1.97621,-0.0498741 2.19779,0.0382633 2.28015,0.22795 2.35859,0.417637 2.26839,0.634149 2.07425,0.714622 2.02523,0.733782 1.97817,0.743363 1.92718,0.743363 c -0.14707,0 -0.29021,-0.086222 -0.351,-0.229924 z M 0.0290569,1.14191 C -0.0513416,0.952222 0.0408225,0.735711 0.234955,0.657154 0.429088,0.57668 0.650674,0.66865 0.733033,0.856421 0.811471,1.04611 0.721268,1.26454 0.527135,1.34309 0.480072,1.36034 0.431049,1.36992 0.380065,1.36992 0.232994,1.36992 0.0898459,1.28561 0.0290569,1.14191 Z"
+ id="path164_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path165_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380065,3.29441 C 0.231033,3.29441 0.0898459,3.20818 0.0290569,3.06448 -0.0513416,2.87671 0.0408225,2.65828 0.234955,2.57973 L 6.51584,0.0294895 C 6.70997,-0.0509837 6.93352,0.0390697 7.01392,0.228757 7.09431,0.418444 7.00215,0.634955 6.80802,0.715428 L 0.527135,3.26567 C 0.478112,3.28483 0.429088,3.29441 0.380065,3.29441"
+ id="path166_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738151 C 0.278453,0.738151 0.182367,0.695998 0.109812,0.628937 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.172922 0.109812,0.102029 c 0.141188,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.070893 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.067061 -0.16864,0.109214 -0.268648,0.109214"
+ id="path167_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.225653,0.710203 C 0.0334809,0.627813 -0.0528003,0.405554 0.0334809,0.217783 0.121723,0.0319278 0.34527,-0.0504615 0.537442,0.0319278 0.729614,0.116233 0.813934,0.334661 0.727653,0.522432 0.664903,0.660386 0.525676,0.742775 0.380567,0.742775 c -0.052945,0 -0.10393,-0.00958 -0.154914,-0.032572"
+ id="path168_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0392188,0.559481 0,0.463679 0,0.367878 0,0.268244 0.0392188,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.070893 0.109813,0.164778 0.109813,0.264412 0,0.095801 -0.039219,0.191603 -0.109813,0.26058 C 0.576516,0.697435 0.48043,0.737672 0.378461,0.737672"
+ id="path169_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.379727,9.88881 c -0.050985,0 -0.10393,-0.0115 -0.154915,-0.03257 C 0.0326406,9.77193 -0.0516797,9.55159 0.0326406,9.36382 L 4.23101,0.218604 C 4.31729,0.0327493 4.5428,-0.0515561 4.73301,0.0327493 4.92518,0.117055 5.01146,0.335482 4.92518,0.523253 L 0.726812,9.66847 C 0.664062,9.80642 0.524836,9.88881 0.379727,9.88881"
+ id="path170_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378642,5.7524 C 0.327657,5.7524 0.274712,5.74282 0.223728,5.71982 0.0335168,5.63552 -0.0527644,5.41709 0.0335168,5.22932 L 2.3337,0.218901 C 2.41802,0.0311297 2.64352,-0.0512596 2.8357,0.0330457 3.02787,0.115435 3.11219,0.335779 3.02591,0.523549 L 0.725728,5.53397 C 0.662978,5.67192 0.525712,5.7524 0.378642,5.7524"
+ id="path171_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.47632,11.8331 c -0.19217,0 -0.35885,-0.1437 -0.37846,-0.3372 L 0.00169349,0.407853 C -0.0179159,0.202838 0.135037,0.020815 0.342897,0.00165471 0.552717,-0.0175056 0.739006,0.131945 0.758615,0.335044 L 1.85478,11.425 c 0.02157,0.205 -0.13138,0.3852 -0.3412,0.4062 -0.01177,0 -0.0255,0.0019 -0.03726,0.0019"
+ id="path172_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.098047,0 -0.198055,-0.03832 -0.266688,-0.107297 C 0.0431406,0.558285 0,0.464399 0,0.366682 0,0.267048 0.0431406,0.173163 0.113734,0.104185 c 0.141188,-0.1398698 0.394149,-0.1379538 0.537297,0 0.070594,0.068978 0.109813,0.162863 0.109813,0.262497 0,0.097717 -0.039219,0.191603 -0.109813,0.262496 -0.070593,0.068977 -0.16864,0.107297 -0.270609,0.107297"
+ id="path173_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.00140135,0.406264 C -0.0162471,0.201249 0.134745,0.019226 0.344565,0.00198172 0.552425,-0.0190946 0.738714,0.130356 0.758323,0.335371 0.777933,0.53847 0.62694,0.720493 0.41712,0.739653 c -0.011766,0 -0.023531,0.001917 -0.037258,0.001917 -0.194133,0 -0.3588513,-0.143703 -0.37846065,-0.335306 z M 0.144516,1.84716 C 0.124906,1.64215 0.277859,1.46204 0.485719,1.44288 0.695539,1.4218 0.881828,1.57317 0.901438,1.77627 0.921047,1.98128 0.768094,2.16139 0.560235,2.18055 0.546508,2.18247 0.534742,2.18247 0.522977,2.18247 0.328844,2.18247 0.164125,2.04068 0.144516,1.84716 Z"
+ id="path174_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.557565 0,0.463679 0,0.367878 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.264412 0,0.095801 -0.039219,0.191603 -0.109813,0.26058 C 0.578477,0.697435 0.48043,0.737672 0.378461,0.737672"
+ id="path175_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.946865,6.48933 c -0.192171,0 -0.358851,-0.1437 -0.3765,-0.33722 L 0.00169349,0.407853 C -0.0179159,0.202838 0.135037,0.0227307 0.342897,0.00165433 0.550756,-0.017506 0.739006,0.131944 0.758615,0.33696 L 1.32729,6.08122 c 0.01961,0.20501 -0.13335,0.38512 -0.343167,0.4062 -0.011765,0 -0.023531,0.00191 -0.037258,0.00191"
+ id="path176_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 5.34208,5.59098 c -0.1,0 -0.19805,-0.03832 -0.26864,-0.10922 L 0.110303,0.634206 c -0.1470706,-0.145618 -0.1470706,-0.38129 0,-0.524992 0.149031,-0.1456186 0.390226,-0.1456186 0.537297,0 L 5.45778,4.80732 12.0975,3.18061 c 0.204,-0.04982 0.4098,0.07089 0.4608,0.27016 0.051,0.19927 -0.0725,0.40045 -0.2765,0.45027 L 5.43425,5.57948 C 5.40287,5.58715 5.37346,5.59098 5.34208,5.59098"
+ id="path177_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737913 C 0.278453,0.737913 0.182367,0.697676 0.111773,0.628699 0.0392188,0.559722 0,0.46392 0,0.366203 0,0.270401 0.0392188,0.172684 0.111773,0.103706 0.252961,-0.0342478 0.505922,-0.0342478 0.647109,0.10179 0.719664,0.172684 0.758883,0.270401 0.758883,0.366203 0.758883,0.462004 0.719664,0.559722 0.64907,0.628699 0.576516,0.697676 0.48043,0.737913 0.378461,0.737913"
+ id="path178_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.19487,0.731782 C 0.990934,0.68005 0.869356,0.475034 0.922301,0.275767 0.975247,0.0803321 1.18311,-0.0384618 1.38704,0.011355 1.58902,0.0650038 1.7106,0.266187 1.65765,0.465454 1.61255,0.632149 1.4596,0.743279 1.289,0.743279 1.25958,0.743279 1.22625,0.739447 1.19487,0.731782 Z M 0.737901,2.42556 C 0.535925,2.37383 0.414347,2.17265 0.469253,1.97338 0.522198,1.77411 0.728097,1.65532 0.932034,1.70705 1.13597,1.76262 1.25559,1.9638 1.20264,2.16307 1.15754,2.32976 1.00459,2.43898 0.835948,2.43898 0.802612,2.43898 0.771237,2.43514 0.737901,2.42556 Z M 0.28496,4.12503 C 0.0810221,4.07139 -0.0405561,3.86829 0.0123892,3.67093 0.0653345,3.47167 0.273194,3.35479 0.477131,3.40652 0.679108,3.45634 0.800686,3.66135 0.747741,3.86062 0.702639,4.0254 0.547725,4.13653 0.379085,4.13653 0.34967,4.13653 0.316335,4.1327 0.28496,4.12503 Z"
+ id="path179_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737913 c -0.100008,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.559722 0,0.46392 0,0.366203 0,0.268485 0.0392187,0.172684 0.109812,0.103706 0.252961,-0.0342478 0.505922,-0.0342478 0.64907,0.10179 0.719664,0.172684 0.760844,0.268485 0.760844,0.366203 0.760844,0.46392 0.719664,0.559722 0.64907,0.628699 0.578477,0.697676 0.48043,0.737913 0.380422,0.737913"
+ id="path180_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 12.5069,22.6204 C 5.61024,22.6204 0,17.1387 0,10.4019 0,6.17898 2.18645,2.31051 5.84752,0.0572629 6.024,-0.0519508 6.25931,-2.18019e-4 6.37109,0.172225 6.48286,0.346584 6.42991,0.576507 6.25147,0.685721 2.81395,2.80293 0.760844,6.43573 0.760844,10.4019 c 0,6.3267 5.269036,11.4751 11.746056,11.4751 0.3314,0 0.6667,-0.0134 0.9961,-0.0402 0.2098,-0.0153 0.3942,0.1341 0.4118,0.3391 0.0177,0.2031 -0.1373,0.3832 -0.3471,0.4005 -0.351,0.0287 -0.7079,0.044 -1.0608,0.044"
+ id="path181_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380628,10.6548 C 0.229636,10.6548 0.0864875,10.5666 0.0276594,10.421 -0.0507781,10.2313 0.0433469,10.0148 0.23748,9.93817 4.34368,8.31912 7.1439,4.64035 7.54001,0.338857 7.55962,0.133842 7.74395,-0.0175243 7.95377,0.00163598 8.16359,0.0207963 8.31654,0.200903 8.29889,0.405918 7.87337,4.98523 4.89471,8.90351 0.521816,10.6279 0.474753,10.6452 0.427691,10.6548 0.380628,10.6548"
+ id="path182_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 4.61967,4.11918 c -0.1353,0 -0.26865,-0.07281 -0.33728,-0.19927 L 2.75482,1.04586 0.676228,3.56544 C 0.542884,3.72448 0.303649,3.74938 0.140892,3.62101 -0.0218662,3.49264 -0.0473584,3.25888 0.0840244,3.09985 L 2.52931,0.137666 C 2.60971,0.0399485 2.73521,-0.00986831 2.86267,0.00162788 2.99013,0.0150401 3.10387,0.0897653 3.1627,0.200895 L 4.95695,3.57694 C 5.055,3.75896 4.98245,3.98314 4.79616,4.07702 4.73929,4.10577 4.68046,4.11918 4.61967,4.11918"
+ id="path183_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,18.5548 C 0.170602,18.5548 0,18.3881 0,18.1831 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 18.1831 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path184_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 9.36165,18.5542 c -0.06863,0 -0.13727,-0.0172 -0.19806,-0.0536 L 0.1825,13.1357 C 0.00209425,13.0303 -0.052812,12.8004 0.0550396,12.626 0.164852,12.4517 0.400165,12.3961 0.57861,12.5034 L 9.36165,17.7476 17.7976,12.7084 9.04986,0.585684 C 8.93024,0.417073 8.97142,0.185234 9.14202,0.0683558 9.31459,-0.0504381 9.55186,-0.0102014 9.67148,0.156493 L 18.6526,12.6049 c 0.0608,0.0843 0.0823,0.1897 0.0627,0.2894 -0.0215,0.1015 -0.0843,0.1877 -0.1745,0.2414 L 9.5597,18.5006 C 9.49891,18.537 9.43028,18.5542 9.36165,18.5542"
+ id="path185_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0411797,0.173163 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.068978 0.109813,0.164779 0.109813,0.262497 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path186_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 7.14625,0.675738 C 6.97564,0.556944 6.93446,0.323188 7.05604,0.156493 7.17566,-0.0102014 7.41293,-0.0504381 7.58353,0.0683558 7.7561,0.185234 7.79728,0.417073 7.67766,0.585684 7.60314,0.687234 7.48549,0.742799 7.36587,0.742799 7.28939,0.742799 7.21292,0.719806 7.14625,0.675738 Z M 6.15029,2.05916 C 5.97773,1.94037 5.93655,1.70661 6.05812,1.53992 6.17774,1.37322 6.41501,1.33298 6.58562,1.45178 6.75818,1.56866 6.79936,1.8005 6.67974,1.96719 6.60523,2.07066 6.48757,2.12431 6.36795,2.12431 6.29148,2.12431 6.215,2.10323 6.15029,2.05916 Z M 5.15196,3.44055 C 4.9794,3.32367 4.93822,3.08991 5.05784,2.92322 5.17941,2.75652 5.41865,2.71629 5.58925,2.83508 5.75985,2.95196 5.80103,3.1838 5.67945,3.35049 5.60494,3.45204 5.48924,3.50761 5.36963,3.50761 c -0.07648,0 -0.151,-0.02108 -0.21767,-0.06706 z M 4.15383,4.82396 C 3.98127,4.70708 3.94205,4.47333 4.06166,4.30663 4.18128,4.13802 4.42052,4.0997 4.59112,4.21658 4.76172,4.33537 4.8029,4.56721 4.68132,4.73391 4.60877,4.83546 4.48915,4.89102 4.37149,4.89102 4.29698,4.89102 4.2205,4.86994 4.15383,4.82396 Z M 3.15394,6.20726 C 2.98333,6.09038 2.94412,5.85663 3.06373,5.68993 3.18531,5.52132 3.42258,5.483 3.59319,5.59988 3.76379,5.71867 3.80693,5.95051 3.68535,6.11721 3.61083,6.21876 3.49318,6.27432 3.37552,6.27432 3.29905,6.27432 3.22257,6.25325 3.15394,6.20726 Z M 2.15564,7.59068 C 1.98504,7.47381 1.94582,7.24005 2.06544,7.07336 2.18702,6.90474 2.42429,6.86642 2.59489,6.9833 2.76746,7.1021 2.80864,7.33394 2.68706,7.50063 2.61254,7.60218 2.49489,7.65774 2.37527,7.65774 2.30075,7.65774 2.22232,7.63667 2.15564,7.59068 Z M 1.15957,8.97408 C 0.987003,8.8572 0.945823,8.62344 1.0674,8.45483 1.18898,8.28814 1.42625,8.2479 1.59882,8.3667 1.76942,8.48549 1.8106,8.71733 1.68902,8.88402 1.6145,8.98557 1.49685,9.04114 1.37723,9.04114 1.30271,9.04114 1.22624,9.02006 1.15957,8.97408 Z M 0.161467,10.3575 C -0.00913455,10.2387 -0.0522752,10.0069 0.069303,9.83826 0.190881,9.67156 0.428155,9.63132 0.600717,9.75012 0.771319,9.86891 0.810537,10.1008 0.69092,10.2674 0.618365,10.369 0.498748,10.4246 0.379131,10.4246 c -0.074516,0 -0.150992,-0.0211 -0.217664,-0.0671 z"
+ id="path187_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.557565 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.398071,-0.1379546 0.537297,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.191603 -0.109813,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path188_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.760742,28.9665 H 45.8172 V 0.741455 H 0.760742 Z M 46.1958,29.71 H 0.380422 C 0.170602,29.71 0,29.5433 0,29.3383 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 46.1958 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 V 29.3383 c 0,0.205 -0.1706,0.3717 -0.3804,0.3717 z"
+ id="path189_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 46.1958,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 46.1958 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path190_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 4.1968,3.45487 c -0.07844,0 -0.15688,-0.023 -0.22355,-0.0709 L 0.155307,0.67279 C -0.0133336,0.55208 -0.0505914,0.318324 0.0729477,0.153545 0.196487,-0.0131492 0.43376,-0.0495538 0.604362,0.0711561 L 4.1615,2.60032 6.31265,0.567408 C 6.46364,0.425622 6.70484,0.427538 6.84995,0.575072 6.99702,0.722607 6.9931,0.958278 6.8421,1.10198 L 4.46153,3.3514 C 4.38701,3.42038 4.29289,3.45487 4.1968,3.45487"
+ id="path191_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380465,3.01421 C 0.280458,3.01421 0.182411,2.97589 0.107895,2.90117 -0.0391752,2.75363 -0.0352533,2.51796 0.115739,2.37426 L 2.51985,0.103763 c 0.15099,-0.1417858 0.39022,-0.1379538 0.5373,0.009581 0.1451,0.147534 0.14118,0.38129 -0.00981,0.524992 L 0.645192,2.90883 C 0.570676,2.97781 0.476551,3.01421 0.380465,3.01421"
+ id="path192_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,6.5678 C 0.170602,6.5678 0,6.4011 0,6.19609 V 5.24765 C 0,5.14036 0.0490234,5.03689 0.131383,4.966 L 5.93576,0.0896987 C 6.0691,-0.0214311 6.2652,-0.0310113 6.40834,0.0705384 L 9.55957,2.31038 C 9.72821,2.43109 9.76547,2.66293 9.64193,2.82962 9.51839,2.9944 9.28112,3.03081 9.11052,2.91201 L 6.20441,0.844615 0.760844,5.41818 v 0.77791 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path193_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 5.40935,10.5477 c -0.0804,0 -0.15884,-0.0249 -0.22551,-0.0728 L 0.154037,6.83448 C -0.0146035,6.71185 -0.0499004,6.48002 0.0736386,6.31524 0.199139,6.15046 0.438373,6.11597 0.605053,6.2386 L 5.38974,9.70086 15.3944,1.17644 V 0.37171 C 15.3944,0.166695 15.565,0 15.7729,0 c 0.2118,0 0.3804,0.166695 0.3804,0.37171 v 0.97334 c 0,0.1073 -0.047,0.20885 -0.1294,0.27974 L 5.65839,10.4558 c -0.0706,0.0613 -0.15884,0.0919 -0.24904,0.0919"
+ id="path194_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380727,4.27599 C 0.280719,4.27599 0.180711,4.23959 0.106195,4.16294 -0.038914,4.01541 -0.0349921,3.78165 0.116,3.63795 L 3.85551,0.104792 c 0.1353,-0.1264582 0.3412,-0.1398704 0.49023,-0.0325727 L 6.15765,1.3847 c 0.1706,0.12071 0.2059,0.35447 0.0804,0.51924 C 6.11255,2.06872 5.87527,2.10321 5.70663,1.98059 L 4.15357,0.855876 0.643492,4.17252 C 0.570938,4.2415 0.474852,4.27599 0.380727,4.27599"
+ id="path195_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.629895 0.0411797,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0411797,0.171964 0.111773,0.104903 c 0.143149,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.067061 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 C 0.576516,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path196_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.30509,0.383617 C 3.2992,0.178602 3.46196,0.00615915 3.66982,4.11056e-4 3.87964,-0.0091691 4.05613,0.149861 4.06593,0.356793 4.07377,0.559892 3.90905,0.732335 3.7012,0.739999 c -0.00589,0 -0.00981,0.001916 -0.01569,0.001916 -0.20394,0 -0.37258,-0.157115 -0.38042,-0.358298 z M 5.1188,1.01589 v 0 C 4.92859,0.927757 4.84427,0.707414 4.93251,0.521559 5.02075,0.335704 5.24626,0.253314 5.43843,0.341452 5.62864,0.425757 5.711,0.648017 5.62472,0.833872 5.56001,0.967994 5.42078,1.04847 5.27764,1.04847 5.22469,1.04847 5.16978,1.03697 5.1188,1.01589 Z M 1.79309,0.985247 C 1.69112,0.807057 1.75387,0.580965 1.9382,0.479415 2.12057,0.377866 2.35196,0.441095 2.45393,0.619286 2.55786,0.797476 2.49511,1.02357 2.31274,1.12703 2.25195,1.15769 2.1892,1.17493 2.12449,1.17493 c -0.13138,0 -0.2608,-0.06897 -0.3314,-0.189683 z M 6.25239,1.8896 C 6.12297,1.72865 6.15238,1.49681 6.3171,1.36844 6.48182,1.24198 6.72105,1.26881 6.85048,1.43167 6.98186,1.5907 6.95244,1.82446 6.78773,1.95091 6.71909,2.00456 6.63477,2.03139 6.55241,2.03139 6.43868,2.03139 6.32887,1.98349 6.25239,1.8896 Z M 0.724431,2.19229 C 0.549908,2.07925 0.502846,1.84932 0.618541,1.6788 0.736197,1.50635 0.969549,1.46037 1.14603,1.57341 1.32252,1.68646 1.36958,1.9183 1.25388,2.08883 H 1.25192 C 1.17937,2.19612 1.05779,2.2536 0.936213,2.2536 0.863658,2.2536 0.789142,2.23444 0.724431,2.19229 Z M 6.85829,3.1734 v 0 C 6.81711,2.9703 6.95045,2.77486 7.15831,2.73654 7.36225,2.69822 7.56227,2.82851 7.60149,3.02969 7.64463,3.23088 7.50932,3.4244 7.30342,3.46655 7.27989,3.47038 7.2544,3.47421 7.23087,3.47421 7.05046,3.47421 6.89163,3.34967 6.85829,3.1734 Z M 0.338128,3.74238 C 0.128308,3.71939 -0.0226845,3.53545 0.00280766,3.33043 0.0263389,3.12733 0.214589,2.98171 0.422448,3.00471 0.632269,3.0277 0.7813,3.20972 0.757769,3.41474 0.736198,3.60442 0.57148,3.7443 0.381269,3.7443 0.365581,3.7443 0.351855,3.74238 0.338128,3.74238 Z"
+ id="path197_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.735756 c -0.101969,0 -0.200016,-0.038321 -0.27061,-0.107298 C 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.735756 0.382383,0.735756"
+ id="path198_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,12.9045 C 0.170602,12.9045 0,12.7378 0,12.5328 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 12.5328 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path199_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 11.497,5.4147 H 0.378461 C 0.170602,5.4147 0,5.24992 0,5.04491 V 0.37171 C 0,0.166695 0.170602,0 0.378461,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 V 4.6732 H 11.1166 V 0.37171 C 11.1166,0.166695 11.2872,0 11.497,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 v 4.6732 c 0,0.20501 -0.1706,0.36979 -0.3804,0.36979"
+ id="path200_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 20.6193,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 20.6193 c 0.2098,0 0.3784,0.166695 0.3784,0.37171 0,0.205015 -0.1686,0.37171 -0.3784,0.37171"
+ id="path201_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.760742,10.4902 H 36.9793 V 0.741455 H 0.760742 Z M 37.3598,11.2337 H 0.380422 C 0.170602,11.2337 0,11.067 0,10.862 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 37.3598 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 V 10.862 c 0,0.205 -0.1706,0.3717 -0.3804,0.3717 z"
+ id="path202_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.629895 0.0411797,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0411797,0.171964 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.072555,0.067061 0.111774,0.162862 0.111774,0.26058 0,0.099633 -0.039219,0.193519 -0.111774,0.264412 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path203_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.168641,0 0.380422,0 c 0.20982,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.578641 0,0.37171 Z m 1.60205,0 C 1.60205,0.168611 1.77069,0 1.98247,0 c 0.20982,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.60205,0 C 3.2041,0.168611 3.37274,0 3.58452,0 c 0.20786,0 0.38043,0.168611 0.38043,0.37171 0,0.206931 -0.17257,0.37171 -0.38043,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.6001,0 C 4.8042,0.168611 4.9748,0 5.18462,0 5.3964,0 5.56504,0.168611 5.56504,0.37171 5.56504,0.578641 5.3964,0.74342 5.18462,0.74342 4.9748,0.74342 4.8042,0.578641 4.8042,0.37171 Z m 1.60229,0 C 6.40649,0.168611 6.5771,0 6.78692,0 c 0.20982,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38043,-0.164779 -0.38043,-0.37171 z m 1.60205,0 C 8.00854,0.168611 8.17915,0 8.38897,0 c 0.20982,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38043,-0.164779 -0.38043,-0.37171 z"
+ id="path204_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737433 c -0.101969,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0392188,0.559243 0,0.465357 0,0.365724 0,0.268006 0.0392188,0.172204 0.111773,0.105143 c 0.141188,-0.1398698 0.39611,-0.1398698 0.535336,-0.001916 0.072555,0.068977 0.113735,0.166695 0.113735,0.262497 0,0.097717 -0.04118,0.193519 -0.113735,0.262496 C 0.578477,0.699113 0.48043,0.737433 0.380422,0.737433"
+ id="path205_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 13.0167,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 13.0167 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path206_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737433 c -0.100008,0 -0.198055,-0.03832 -0.266688,-0.107297 C 0.0411797,0.559243 0,0.465357 0,0.365724 0,0.268006 0.0411797,0.172204 0.113734,0.105143 0.252961,-0.0347268 0.507883,-0.0347268 0.64907,0.103227 c 0.072555,0.068977 0.111774,0.166695 0.111774,0.262497 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 -0.072554,0.070893 -0.16864,0.109213 -0.270609,0.109213"
+ id="path207_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.170602,0 0.378461,0 c 0.211781,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.578641 0,0.37171"
+ id="path208_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.278453,0.737193 0.182367,0.698872 0.111773,0.629895 0.0392188,0.559002 0,0.465116 0,0.365483 0,0.269681 0.0392187,0.171964 0.109812,0.104903 c 0.143149,-0.1398706 0.39611,-0.1398706 0.537297,0 0.072555,0.067061 0.111774,0.162862 0.111774,0.26058 0,0.099633 -0.039219,0.193519 -0.111774,0.264412 C 0.576516,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path209_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.580438,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path210_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z m 1.75122,0 C 1.75122,0.166695 1.92182,0 2.13164,0 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.75098,0 C 3.5022,0.166695 3.67476,0 3.88262,0 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20786,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.75317,0 C 5.25537,0.166695 5.42401,0 5.63579,0 c 0.20786,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.17256,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.75098,0 C 7.00635,0.166695 7.17695,0 7.38481,0 c 0.21178,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.75122,0 C 8.75757,0.166695 8.92621,0 9.13799,0 c 0.20786,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.17256,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.75093,0 C 10.5085,0.166695 10.6791,0 10.889,0 c 0.2098,0 0.3784,0.166695 0.3784,0.37171 0,0.205015 -0.1686,0.37171 -0.3784,0.37171 -0.2099,0 -0.3805,-0.166695 -0.3805,-0.37171 z m 1.7513,0 C 12.2598,0.166695 12.4284,0 12.6402,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2118,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.7512,0 C 14.011,0.166695 14.1816,0 14.3914,0 c 0.2098,0 0.3785,0.166695 0.3785,0.37171 0,0.205015 -0.1687,0.37171 -0.3785,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.751,0 C 15.762,0.166695 15.9306,0 16.1424,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2118,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.7531,0 C 17.5151,0.166695 17.6838,0 17.8956,0 c 0.2078,0 0.3784,0.166695 0.3784,0.37171 0,0.205015 -0.1706,0.37171 -0.3784,0.37171 -0.2118,0 -0.3805,-0.166695 -0.3805,-0.37171 z m 1.7491,0 C 19.2642,0.166695 19.4348,0 19.6446,0 c 0.2118,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1686,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.7531,0 C 21.0173,0.166695 21.186,0 21.3978,0 c 0.2078,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1726,0.37171 -0.3804,0.37171 -0.2118,0 -0.3805,-0.166695 -0.3805,-0.37171 z m 1.7493,0 C 22.7666,0.166695 22.9392,0 23.147,0 c 0.2118,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1686,0.37171 -0.3804,0.37171 -0.2078,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.7529,0 C 24.5195,0.166695 24.6882,0 24.9,0 c 0.2078,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1726,0.37171 -0.3804,0.37171 -0.2118,0 -0.3805,-0.166695 -0.3805,-0.37171 z m 1.7493,0 C 26.2688,0.166695 26.4414,0 26.6492,0 c 0.2118,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1686,0.37171 -0.3804,0.37171 -0.2078,0 -0.3804,-0.166695 -0.3804,-0.37171 z"
+ id="path211_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.278453,0.737672 0.182367,0.697435 0.111773,0.628458 0.0392188,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392188,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.535336,0 0.072555,0.068977 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.04118,0.193519 -0.113735,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path212_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.43941,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 2.43941 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171"
+ id="path213_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.200016,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.171246 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.067061 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.04118,0.195435 -0.111774,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path214_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.578641 0,0.37171 Z m 1.71973,0 C 1.71973,0.168611 1.88837,0 2.09819,0 c 0.20982,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.37846,-0.164779 -0.37846,-0.37171 z m 1.71777,0 C 3.4375,0.168611 3.6081,0 3.81596,0 c 0.21178,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.164779 -0.37846,-0.37171 z m 1.71777,0 C 5.15527,0.168611 5.32587,0 5.5357,0 c 0.20982,0 0.37846,0.168611 0.37846,0.37171 0,0.206931 -0.16864,0.37171 -0.37846,0.37171 -0.20983,0 -0.38043,-0.164779 -0.38043,-0.37171 z m 1.71778,0 C 6.87305,0.168611 7.04365,0 7.25543,0 c 0.20786,0 0.3765,0.168611 0.3765,0.37171 0,0.206931 -0.16864,0.37171 -0.3765,0.37171 -0.21178,0 -0.38238,-0.164779 -0.38238,-0.37171 z m 1.71972,0 C 8.59277,0.168611 8.76141,0 8.9732,0 c 0.20785,0 0.37846,0.168611 0.37846,0.37171 0,0.206931 -0.17061,0.37171 -0.37846,0.37171 -0.21179,0 -0.38043,-0.164779 -0.38043,-0.37171 z m 1.71773,0 C 10.3105,0.168611 10.4792,0 10.691,0 c 0.2078,0 0.3804,0.168611 0.3804,0.37171 0,0.206931 -0.1726,0.37171 -0.3804,0.37171 -0.2118,0 -0.3805,-0.164779 -0.3805,-0.37171 z"
+ id="path215_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0392188,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0392187,0.171246 0.109812,0.104185 c 0.143149,-0.1398698 0.398071,-0.1379538 0.537297,0 0.072555,0.067061 0.113735,0.164779 0.113735,0.260581 0,0.099633 -0.04118,0.195435 -0.113735,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path216_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.29437,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 3.29437 C 3.5042,0 3.6748,0.166695 3.6748,0.37171 c 0,0.205015 -0.1706,0.369794 -0.38043,0.369794"
+ id="path217_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.266688,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.171246 0.113734,0.104185 c 0.139227,-0.1398698 0.394149,-0.1379538 0.535336,0 0.072555,0.067061 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.039219,0.195435 -0.111774,0.264412 C 0.578477,0.698155 0.482391,0.736475 0.380422,0.736475"
+ id="path218_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.578641 0,0.37171 Z m 1.68652,0 C 1.68652,0.168611 1.85516,0 2.06498,0 c 0.21179,0 0.38043,0.168611 0.38043,0.37171 0,0.206931 -0.16864,0.37171 -0.38043,0.37171 -0.20982,0 -0.37846,-0.164779 -0.37846,-0.37171 z m 1.68433,0 C 3.37085,0.168611 3.54145,0 3.75127,0 c 0.20982,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.68652,0 C 5.05737,0.168611 5.22797,0 5.43779,0 c 0.20983,0 0.37847,0.168611 0.37847,0.37171 0,0.206931 -0.16864,0.37171 -0.37847,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.68433,0 C 6.7417,0.168611 6.91426,0 7.12212,0 7.3339,0 7.50254,0.168611 7.50254,0.37171 c 0,0.206931 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.68652,0 C 8.42822,0.168611 8.59882,0 8.80864,0 c 0.20982,0 0.38043,0.168611 0.38043,0.37171 0,0.206931 -0.17061,0.37171 -0.38043,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.68628,0 C 10.1145,0.168611 10.2851,0 10.493,0 c 0.2117,0 0.3804,0.168611 0.3804,0.37171 0,0.206931 -0.1687,0.37171 -0.3804,0.37171 -0.2079,0 -0.3785,-0.164779 -0.3785,-0.37171 z m 1.6846,0 C 11.7991,0.168611 11.9697,0 12.1795,0 c 0.2118,0 0.3804,0.168611 0.3804,0.37171 0,0.206931 -0.1686,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.164779 -0.3804,-0.37171 z"
+ id="path219_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.171246 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.067061 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.04118,0.195435 -0.111774,0.264412 C 0.576516,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path220_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.113734,0.629895 0.0411797,0.559002 0,0.465116 0,0.365483 0,0.269681 0.0411797,0.17388 0.113734,0.104903 c 0.139227,-0.1398706 0.394149,-0.1398706 0.535336,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.698872 0.482391,0.737193 0.380422,0.737193"
+ id="path221_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.168641,0 0.380422,0 c 0.20982,0 0.380422,0.168611 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.576725 0,0.37171 Z m 1.67456,0 C 1.67456,0.168611 1.84516,0 2.05498,0 2.2648,0 2.4354,0.168611 2.4354,0.37171 c 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.67676,0 C 3.35132,0.168611 3.51996,0 3.72978,0 3.9396,0 4.1102,0.168611 4.1102,0.37171 c 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.67456,0 C 5.02588,0.168611 5.19648,0 5.40434,0 c 0.21178,0 0.38042,0.168611 0.38042,0.37171 0,0.205015 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.67456,0 C 6.70044,0.168611 6.86908,0 7.08086,0 c 0.20982,0 0.38042,0.168611 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.67676,0 C 8.3772,0.168611 8.54584,0 8.75762,0 c 0.20786,0 0.37846,0.168611 0.37846,0.37171 0,0.205015 -0.1706,0.37171 -0.37846,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.6746,0 C 10.0518,0.168611 10.2224,0 10.4322,0 c 0.2098,0 0.3784,0.168611 0.3784,0.37171 0,0.205015 -0.1686,0.37171 -0.3784,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6745,0 C 11.7263,0.168611 11.8969,0 12.1067,0 c 0.2099,0 0.3805,0.168611 0.3805,0.37171 0,0.205015 -0.1706,0.37171 -0.3805,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6748,0 C 13.4011,0.168611 13.5737,0 13.7815,0 c 0.2118,0 0.3805,0.168611 0.3805,0.37171 0,0.205015 -0.1687,0.37171 -0.3805,0.37171 -0.2078,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6765,0 C 15.0776,0.168611 15.2463,0 15.4581,0 c 0.2078,0 0.3804,0.168611 0.3804,0.37171 0,0.205015 -0.1726,0.37171 -0.3804,0.37171 -0.2118,0 -0.3805,-0.166695 -0.3805,-0.37171 z m 1.6746,0 C 16.7522,0.168611 16.9228,0 17.1326,0 c 0.2098,0 0.3785,0.168611 0.3785,0.37171 0,0.205015 -0.1687,0.37171 -0.3785,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6768,0 C 18.429,0.168611 18.5976,0 18.8074,0 c 0.2098,0 0.3804,0.168611 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2098,0 -0.3784,-0.166695 -0.3784,-0.37171 z m 1.6745,0 C 20.1035,0.168611 20.2741,0 20.482,0 c 0.2118,0 0.3804,0.168611 0.3804,0.37171 0,0.205015 -0.1686,0.37171 -0.3804,0.37171 -0.2079,0 -0.3785,-0.166695 -0.3785,-0.37171 z m 1.6746,0 C 21.7781,0.168611 21.9487,0 22.1585,0 c 0.2118,0 0.3804,0.168611 0.3804,0.37171 0,0.205015 -0.1686,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6767,0 C 23.4548,0.168611 23.6235,0 23.8353,0 c 0.2078,0 0.3784,0.168611 0.3784,0.37171 0,0.205015 -0.1706,0.37171 -0.3784,0.37171 -0.2118,0 -0.3805,-0.166695 -0.3805,-0.37171 z m 1.6746,0 C 25.1294,0.168611 25.3,0 25.5079,0 c 0.2117,0 0.3804,0.168611 0.3804,0.37171 0,0.205015 -0.1687,0.37171 -0.3804,0.37171 -0.2079,0 -0.3785,-0.166695 -0.3785,-0.37171 z m 1.6746,0 C 26.804,0.168611 26.9746,0 27.1844,0 c 0.2098,0 0.3804,0.168611 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6748,0 C 28.4788,0.168611 28.6494,0 28.8611,0 c 0.2099,0 0.3785,0.168611 0.3785,0.37171 0,0.205015 -0.1686,0.37171 -0.3785,0.37171 -0.2117,0 -0.3823,-0.166695 -0.3823,-0.37171 z"
+ id="path222_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.278453,0.737193 0.182367,0.698872 0.111773,0.629895 0.0392188,0.559002 0,0.465116 0,0.365483 0,0.269681 0.0392188,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.535336,0 0.072555,0.068977 0.113735,0.164778 0.113735,0.26058 0,0.099633 -0.04118,0.193519 -0.113735,0.262496 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path223_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.23152,0.743408 c -1.36285,0 -2.470778,1.082562 -2.470778,2.414202 v 3.61938 c 0,1.33164 1.107928,2.4142 2.470778,2.4142 1.36089,0 2.46882,-1.08256 2.46882,-2.4142 V 3.15761 c 0,-1.33164 -1.10793,-2.414202 -2.46882,-2.414202 z M 3.23163,9.93462 C 1.44913,9.93462 0,8.51867 0,6.777 V 3.15762 C 0,1.41595 1.44913,0 3.23163,0 5.01216,0 6.46129,1.41595 6.46129,3.15762 V 6.777 c 0,1.74167 -1.44913,3.15762 -3.22966,3.15762 z"
+ id="path224_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,3.52741 C 0.168641,3.52741 0,3.36263 0,3.15762 V 0.37171 C 0,0.166695 0.168641,0 0.380422,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 v 2.78591 c 0,0.20501 -0.168641,0.36979 -0.378461,0.36979"
+ id="path225_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.09214,0.743408 c -0.182367,0 -0.331398,0.145619 -0.331398,0.325722 0,0.17819 0.149031,0.32381 0.331398,0.32381 0.18433,0 0.33336,-0.14562 0.33336,-0.32381 0,-0.180103 -0.14903,-0.325722 -0.33336,-0.325722 z m 10e-5,1.392962 C 0.490234,2.13637 0,1.65737 0,1.06915 0,0.479008 0.490234,0 1.09224,0 c 0.60201,0 1.09224,0.479008 1.09224,1.06915 0,0.58822 -0.49023,1.06722 -1.09224,1.06722 z"
+ id="path226_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,15.5218 C 0.170602,15.5218 0,15.3551 0,15.1501 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 15.1501 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path227_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,5.06215 C 0.170602,5.06215 0,4.89546 0,4.69044 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 4.31873 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171"
+ id="path228_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.180406,0.697435 0.109812,0.628458 0.0392187,0.559481 0,0.465595 0,0.367878 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.264412 0,0.097717 -0.04118,0.191603 -0.111774,0.26058 -0.070593,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path229_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.170602,0.369794 -0.380422,0.369794 C 0.170602,0.741504 0,0.574809 0,0.37171 Z m 1.53345,0 C 1.53345,0.164779 1.70405,0 1.91387,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.1706,0.369794 -0.38042,0.369794 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.369794 z m 1.53149,0 C 3.06494,0.164779 3.2375,0 3.44536,0 c 0.21178,0 0.38043,0.164779 0.38043,0.37171 0,0.203099 -0.16865,0.369794 -0.38043,0.369794 -0.20786,0 -0.38042,-0.166695 -0.38042,-0.369794 z m 1.5354,0 C 4.60034,0.164779 4.77094,0 4.9788,0 c 0.21178,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.16864,0.369794 -0.38042,0.369794 -0.20786,0 -0.37846,-0.166695 -0.37846,-0.369794 z"
+ id="path230_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.697435 0.111773,0.628458 0.0431406,0.559481 0,0.463679 0,0.367878 0,0.268244 0.0431406,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.070594,0.070893 0.109813,0.164778 0.109813,0.264412 0,0.095801 -0.039219,0.191603 -0.109813,0.26058 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path231_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738151 C 0.278453,0.738151 0.182367,0.697914 0.109812,0.628937 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.171006 0.109812,0.102029 c 0.143149,-0.1360385 0.39611,-0.1360385 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path232_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z m 1.53345,0 C 1.53345,0.164779 1.70405,0 1.91387,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.53149,0 C 3.06494,0.164779 3.2375,0 3.44536,0 c 0.21178,0 0.38043,0.164779 0.38043,0.37171 0,0.205015 -0.16865,0.37171 -0.38043,0.37171 -0.20786,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.5354,0 C 4.60034,0.164779 4.76898,0 4.9788,0 c 0.21178,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.16864,0.37171 -0.38042,0.37171 -0.20982,0 -0.37846,-0.166695 -0.37846,-0.37171 z"
+ id="path233_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.282375,0.738151 0.182367,0.697914 0.111773,0.628937 0.0431406,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0431406,0.171006 0.111773,0.102029 c 0.143149,-0.1360385 0.39611,-0.1360385 0.539258,0 0.070594,0.068977 0.109813,0.166694 0.109813,0.264412 0,0.095801 -0.039219,0.193519 -0.109813,0.262496 C 0.578477,0.697914 0.48043,0.738151 0.380422,0.738151"
+ id="path234_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.736475 c -0.100008,0 -0.196094,-0.03832 -0.268649,-0.107297 C 0.0392187,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0392187,0.173163 0.109812,0.104185 c 0.143149,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.068978 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.04118,0.195435 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.107297 -0.268648,0.107297"
+ id="path235_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.576725 0,0.369794 Z m 1.53345,0 C 1.53345,0.166695 1.70405,0 1.91387,0 c 0.20982,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.53149,0 C 3.06494,0.166695 3.2375,0 3.44536,0 c 0.21178,0 0.38043,0.166695 0.38043,0.369794 0,0.206931 -0.16865,0.37171 -0.38043,0.37171 -0.20786,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.5354,0 C 4.60034,0.166695 4.76898,0 4.9788,0 c 0.20982,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.37846,-0.164779 -0.37846,-0.37171 z"
+ id="path236_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.735756 C 0.282375,0.735756 0.182367,0.697435 0.111773,0.628458 0.0431406,0.559481 0,0.463679 0,0.364046 0,0.268244 0.0431406,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.398071,-0.1379546 0.539258,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.26058 0,0.099633 -0.039219,0.195435 -0.109813,0.264412 C 0.580438,0.697435 0.48043,0.735756 0.380422,0.735756"
+ id="path237_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.736955 C 0.278453,0.736955 0.182367,0.696718 0.109812,0.629657 0.0392187,0.558764 0,0.462962 0,0.365245 0,0.269443 0.0392187,0.171725 0.109812,0.102748 c 0.143149,-0.1360378 0.39611,-0.1379538 0.537297,0 0.070594,0.068977 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.04118,0.195435 -0.111774,0.264412 -0.070593,0.067061 -0.16864,0.107298 -0.268648,0.107298"
+ id="path238_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z m 1.53345,0 C 1.53345,0.166695 1.70405,0 1.91387,0 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.53149,0 C 3.06494,0.166695 3.2375,0 3.44536,0 c 0.21178,0 0.38043,0.166695 0.38043,0.37171 0,0.205015 -0.16865,0.37171 -0.38043,0.37171 -0.20786,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.5354,0 C 4.60034,0.166695 4.76898,0 4.9788,0 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.37846,-0.166695 -0.37846,-0.37171 z"
+ id="path239_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.697435 0.111773,0.630374 0.0431406,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0431406,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.070594,0.068977 0.109813,0.166694 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.264412 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path240_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737193 C 0.278453,0.737193 0.182367,0.698872 0.109812,0.629895 0.0392187,0.559002 0,0.465116 0,0.365483 0,0.269681 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.394149,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.107298 -0.268648,0.107298"
+ id="path241_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.576725 0,0.369794 Z m 1.53345,0 C 1.53345,0.166695 1.70405,0 1.91387,0 c 0.20982,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.53149,0 C 3.06494,0.166695 3.2375,0 3.44536,0 c 0.21178,0 0.38043,0.166695 0.38043,0.369794 0,0.206931 -0.16865,0.37171 -0.38043,0.37171 -0.20786,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.5354,0 C 4.60034,0.166695 4.77094,0 4.9788,0 c 0.20982,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.164779 -0.37846,-0.37171 z"
+ id="path242_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.282375,0.737193 0.182367,0.698872 0.111773,0.629895 0.0431406,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0431406,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.539258,0 0.070594,0.068977 0.109813,0.162862 0.109813,0.26058 0,0.099633 -0.039219,0.193519 -0.109813,0.264412 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path243_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.739109 c -0.100008,0 -0.196094,-0.040237 -0.268649,-0.11113 C 0.0392187,0.560918 0,0.4632 0,0.367399 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.26058 -0.070593,0.070893 -0.16864,0.11113 -0.268648,0.11113"
+ id="path244_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.211781,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.574809 0,0.37171 Z m 1.53345,0 C 1.53345,0.164779 1.70405,0 1.91387,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.168611 -0.38042,-0.37171 z m 1.53149,0 C 3.06494,0.164779 3.2375,0 3.44536,0 c 0.21178,0 0.38043,0.164779 0.38043,0.37171 0,0.203099 -0.16865,0.37171 -0.38043,0.37171 -0.20786,0 -0.38042,-0.168611 -0.38042,-0.37171 z m 1.5354,0 C 4.60034,0.164779 4.77094,0 4.9788,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.1706,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.168611 -0.37846,-0.37171 z"
+ id="path245_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739109 c -0.098047,0 -0.198055,-0.040237 -0.268649,-0.11113 C 0.0431406,0.560918 0,0.465116 0,0.367399 0,0.267765 0.0431406,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.539258,0 0.070594,0.068977 0.109813,0.162862 0.109813,0.262496 0,0.095801 -0.039219,0.193519 -0.109813,0.26058 -0.070593,0.070893 -0.170601,0.11113 -0.270609,0.11113"
+ id="path246_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737193 C 0.278453,0.737193 0.182367,0.698872 0.109812,0.627979 0.0392187,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0392187,0.171964 0.109812,0.104903 c 0.143149,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.067061 0.111774,0.162862 0.111774,0.26058 0,0.099633 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.070893 -0.16864,0.109214 -0.268648,0.109214"
+ id="path247_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z m 1.53345,0 C 1.53345,0.166695 1.70405,0 1.91387,0 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.53149,0 C 3.06494,0.166695 3.2375,0 3.44536,0 c 0.21178,0 0.38043,0.166695 0.38043,0.37171 0,0.205015 -0.16865,0.37171 -0.38043,0.37171 -0.20786,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.5354,0 C 4.60034,0.166695 4.77094,0 4.9788,0 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.166695 -0.37846,-0.37171 z"
+ id="path248_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737433 C 0.282375,0.737433 0.182367,0.699113 0.111773,0.62822 0.0431406,0.559243 0,0.465357 0,0.365724 0,0.268006 0.0431406,0.172204 0.111773,0.105143 0.252961,-0.0347268 0.507883,-0.0347268 0.651031,0.103227 0.721625,0.172204 0.760844,0.268006 0.760844,0.365724 0.760844,0.463441 0.721625,0.559243 0.651031,0.62822 0.578477,0.699113 0.48043,0.737433 0.380422,0.737433"
+ id="path249_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.182367,0.697435 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.367878 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.04118,0.191603 -0.111774,0.26058 -0.070593,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path250_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.170602,0.369794 -0.380422,0.369794 C 0.170602,0.741504 0,0.574809 0,0.37171 Z m 1.53345,0 C 1.53345,0.164779 1.70405,0 1.91387,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.1706,0.369794 -0.38042,0.369794 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.369794 z m 1.53149,0 C 3.06494,0.164779 3.2375,0 3.44536,0 c 0.21178,0 0.38043,0.164779 0.38043,0.37171 0,0.203099 -0.16865,0.369794 -0.38043,0.369794 -0.20786,0 -0.38042,-0.166695 -0.38042,-0.369794 z m 1.5354,0 C 4.60034,0.164779 4.76898,0 4.9788,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.1706,0.369794 -0.38042,0.369794 -0.20982,0 -0.37846,-0.166695 -0.37846,-0.369794 z"
+ id="path251_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.697435 0.111773,0.628458 0.0431406,0.559481 0,0.463679 0,0.367878 0,0.268244 0.0431406,0.174359 0.111773,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.539258,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.264412 0,0.095801 -0.039219,0.191603 -0.109813,0.26058 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path252_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738151 C 0.278453,0.738151 0.182367,0.697914 0.109812,0.628937 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.171006 0.109812,0.102029 c 0.143149,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path253_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.211781,0 0.380422,0.164779 0.380422,0.37171 0,0.205015 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z m 1.53345,0 C 1.53345,0.164779 1.70405,0 1.91387,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.53149,0 C 3.06494,0.164779 3.2375,0 3.44536,0 c 0.21178,0 0.38043,0.164779 0.38043,0.37171 0,0.205015 -0.16865,0.37171 -0.38043,0.37171 -0.20786,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.5354,0 C 4.60034,0.164779 4.77094,0 4.9788,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.166695 -0.37846,-0.37171 z"
+ id="path254_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.200016,-0.03832 -0.27061,-0.107297 C 0.0392187,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0392187,0.173163 0.109812,0.104185 c 0.143149,-0.1398698 0.39611,-0.1379538 0.539258,0 0.068633,0.068978 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.043141,0.193519 -0.111774,0.262496 C 0.578477,0.698155 0.478469,0.736475 0.380422,0.736475"
+ id="path255_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.170602,0.369794 -0.380422,0.369794 C 0.168641,0.741504 0,0.576725 0,0.37171 Z m 1.53735,0 C 1.53735,0.166695 1.70796,0 1.91778,0 2.12956,0 2.2982,0.166695 2.2982,0.37171 c 0,0.205015 -0.16864,0.369794 -0.38042,0.369794 -0.20982,0 -0.38043,-0.164779 -0.38043,-0.369794 z"
+ id="path256_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.282375,0.737193 0.182367,0.698872 0.111773,0.629895 0.0431406,0.560918 0,0.465116 0,0.367399 0,0.269681 0.0431406,0.17388 0.111773,0.104903 c 0.143149,-0.1398706 0.39611,-0.1398706 0.539258,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.580438,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path257_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.200016,-0.040237 -0.27061,-0.107298 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.398071,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.067061 -0.16864,0.107298 -0.266687,0.107298"
+ id="path258_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.166695 0.380422,0.37171 0,0.206931 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.578641 0,0.37171"
+ id="path259_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.630374 0.0431406,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0431406,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.070594,0.068977 0.109813,0.166694 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.264412 C 0.580438,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path260_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.736475 c -0.100008,0 -0.196094,-0.03832 -0.268649,-0.107297 C 0.0392187,0.558285 0,0.464399 0,0.364766 0,0.267048 0.0392187,0.173163 0.109812,0.104185 c 0.141188,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.068978 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.107297 -0.268648,0.107297"
+ id="path261_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.098047,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0431406,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0431406,0.173163 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.539258,0 0.070594,0.068978 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.039219,0.193519 -0.109813,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path262_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 4.08454,0.743408 c -1.83348,0 -3.325751,1.458102 -3.325751,3.249592 0,1.79148 1.492271,3.24958 3.325751,3.24958 1.83348,0 3.32575,-1.4581 3.32575,-3.24958 0,-1.79149 -1.49227,-3.249592 -3.32575,-3.249592 z m 9e-5,7.242612 C 1.83152,7.98602 0,6.19453 0,3.99301 0,1.79149 1.83152,0 4.08463,0 c 2.25312,0 4.0866,1.79149 4.0866,3.99301 0,2.20152 -1.83348,3.99301 -4.0866,3.99301 z"
+ id="path263_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.1473,3.44694 c -0.09608,0 -0.19413,-0.03641 -0.26864,-0.10921 L 0.111773,0.634206 c -0.1490308,-0.145618 -0.1490308,-0.38129 0,-0.524992 0.147071,-0.1456186 0.388266,-0.1456186 0.537297,0 L 3.41595,2.81273 c 0.14903,0.14562 0.14903,0.38129 0,0.525 C 3.3434,3.41053 3.24535,3.44694 3.1473,3.44694"
+ id="path264_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.739588 c -0.101969,0 -0.200016,-0.042153 -0.27061,-0.11113 C 0.0411797,0.561397 0,0.463679 0,0.367878 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.109813,0.164778 0.109813,0.264412 0,0.095801 -0.039219,0.193519 -0.109813,0.26058 -0.070593,0.068977 -0.16864,0.11113 -0.266687,0.11113"
+ id="path265_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.00802397,0.443538 C -0.0351167,0.242355 0.100188,0.0469195 0.306086,0.0066829 0.510024,-0.0316377 0.71004,0.0986524 0.75318,0.299836 0.792399,0.501019 0.659055,0.696454 0.451196,0.736691 0.427665,0.740523 0.402172,0.744355 0.378641,0.744355 c -0.178445,0 -0.3372811,-0.122626 -0.37061703,-0.300817"
+ id="path266_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.736235 C 0.278453,0.736235 0.182367,0.695998 0.109812,0.628937 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.171006 0.109812,0.102029 c 0.143149,-0.1360385 0.39611,-0.1360385 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 C 0.576516,0.695998 0.48043,0.736235 0.378461,0.736235"
+ id="path267_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,9.16054 C 0.170602,9.16054 0,8.99385 0,8.78883 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 8.41712 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171"
+ id="path268_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,2.50617 C 0.168641,2.50617 0,2.33947 0,2.13446 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.588281,0 0.758883,0.166695 0.758883,0.37171 v 1.76275 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path269_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.182367,0.697435 0.111773,0.628458 0.0392188,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392188,0.170527 0.111773,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.535336,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.576516,0.697435 0.48043,0.737672 0.378461,0.737672"
+ id="path270_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.378461,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.170602,0.369794 -0.380422,0.369794 C 0.168641,0.741504 0,0.576725 0,0.37171 Z M 0,1.79529 C 0,1.58836 0.168641,1.42358 0.378461,1.42358 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,2.167 0,1.99839 0,1.79529 Z"
+ id="path271_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.736475 c -0.100008,0 -0.196094,-0.03832 -0.266688,-0.107297 C 0.0392188,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0392188,0.171246 0.111773,0.104185 c 0.141188,-0.1398698 0.394149,-0.1379538 0.535336,0 0.072555,0.067061 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.039219,0.195435 -0.111774,0.264412 C 0.576516,0.698155 0.48043,0.736475 0.378461,0.736475"
+ id="path272_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,4.60422 C 0.168641,4.60422 0,4.43753 0,4.23251 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.588281,0 0.758883,0.166695 0.758883,0.37171 v 3.8608 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171"
+ id="path273_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,14.1077 C 0.168641,14.1077 0,13.941 0,13.736 V 0.37171 C 0,0.166695 0.168641,0 0.380422,0 0.588281,0 0.758883,0.166695 0.758883,0.37171 V 13.736 c 0,0.205 -0.170602,0.3717 -0.378461,0.3717"
+ id="path274_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,4.73451 C 0.170602,4.73451 0,4.56782 0,4.3628 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 V 4.3628 c 0,0.20502 -0.168641,0.37171 -0.378461,0.37171"
+ id="path275_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.735756 C 0.280414,0.735756 0.182367,0.697435 0.111773,0.628458 0.0392188,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392188,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.535336,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.576516,0.697435 0.48043,0.735756 0.380422,0.735756"
+ id="path276_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.378461,0.166695 0.378461,0.37171 0,0.205015 -0.168641,0.37171 -0.378461,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z m 0,1.6095 C 0,1.77428 0.170602,1.6095 0.380422,1.6095 c 0.20982,0 0.378461,0.16478 0.378461,0.37171 0,0.20501 -0.168641,0.37171 -0.378461,0.37171 C 0.170602,2.35292 0,2.18622 0,1.98121 Z"
+ id="path277_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738392 C 0.278453,0.738392 0.182367,0.698155 0.111773,0.629178 0.0392188,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0392188,0.171246 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.535336,0 0.072555,0.067061 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.039219,0.195435 -0.111774,0.264412 C 0.576516,0.698155 0.48043,0.738392 0.380422,0.738392"
+ id="path278_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,3.88571 C 0.170602,3.88571 0,3.71902 0,3.514 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 V 3.514 c 0,0.20502 -0.168641,0.37171 -0.378461,0.37171"
+ id="path279_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,16.6177 C 0.170602,16.6177 0,16.451 0,16.246 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.758883,0.164779 0.758883,0.369794 V 16.246 c 0,0.205 -0.168641,0.3717 -0.378461,0.3717"
+ id="path280_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.07959,0.743408 1.72866,1.7225 2.37773,0.743408 Z M 1.72863,2.77824 C 1.5992,2.77824 1.47959,2.71502 1.40899,2.60772 L 0.061829,0.572893 C -0.0146475,0.457931 -0.0205304,0.312313 0.0461415,0.193519 0.112813,0.0747252 0.240274,0 0.379501,0 H 3.07579 C 3.21502,0 3.34248,0.0747252 3.40915,0.193519 3.47582,0.312313 3.46994,0.457931 3.39542,0.572893 L 2.0463,2.60772 C 1.97766,2.71502 1.85609,2.77824 1.72863,2.77824 Z"
+ id="path281_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.47068,0.743408 c -0.94321,0 -1.709938,0.749172 -1.709938,1.670782 0,0.92161 0.766728,1.67078 1.709938,1.67078 0.94321,0 1.70994,-0.74917 1.70994,-1.67078 0,-0.92161 -0.76673,-1.670782 -1.70994,-1.670782 z M 2.47078,4.8284 C 1.10793,4.8284 0,3.74392 0,2.4142 0,1.08256 1.10793,0 2.47078,0 c 1.36285,0 2.47078,1.08256 2.47078,2.4142 0,1.32972 -1.10793,2.4142 -2.47078,2.4142 z"
+ id="path282_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.23137,0.741455 c -0.258847,0 -0.470628,0.206931 -0.470628,0.461765 0,0.25291 0.211781,0.45985 0.470628,0.45985 0.2608,0 0.47258,-0.20694 0.47258,-0.45985 0,-0.254834 -0.21178,-0.461765 -0.47258,-0.461765 z m 10e-5,1.665075 C 0.552984,2.40653 0,1.86621 0,1.20327 0,0.538405 0.552984,0 1.23147,0 c 0.67848,0 1.23147,0.538405 1.23147,1.20327 0,0.66294 -0.55299,1.20326 -1.23147,1.20326 z"
+ id="path283_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.10791,19.0425 31.6417,37.2793 62.1774,19.0425 31.6417,0.807617 Z M 31.6417,38.0859 c -0.0686,0 -0.1373,-0.0192 -0.1981,-0.0556 L 0.180406,19.3605 C 0.0686328,19.2916 0,19.1728 0,19.0425 0,18.9141 0.0686328,18.7934 0.180406,18.7263 L 31.4436,0.0546069 c 0.1216,-0.0728092 0.2746,-0.0728092 0.3981,0 L 63.1049,18.7263 c 0.1118,0.0671 0.1804,0.1878 0.1804,0.3162 0,0.1303 -0.0686,0.2491 -0.1804,0.318 L 31.8417,38.0303 c -0.0608,0.0364 -0.1314,0.0556 -0.2,0.0556 z"
+ id="path284_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736955 c -0.100008,0 -0.200016,-0.040237 -0.27061,-0.107298 C 0.0392187,0.56068 0,0.462962 0,0.365245 0,0.267527 0.0392187,0.171725 0.109812,0.102748 c 0.141188,-0.1360378 0.39611,-0.1379538 0.539258,0 0.068633,0.068977 0.111774,0.166695 0.111774,0.262497 0,0.097717 -0.043141,0.193519 -0.111774,0.264412 C 0.576516,0.696718 0.478469,0.736955 0.380422,0.736955"
+ id="path285_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 22.7279,0.566289 C 22.62,0.390014 22.6749,0.162006 22.8554,0.0547087 23.0338,-0.052589 23.2671,0.0029759 23.377,0.177335 23.4868,0.353609 23.4319,0.581617 23.2534,0.688915 23.1907,0.725319 23.122,0.74448 23.0534,0.74448 22.9259,0.742564 22.8004,0.681251 22.7279,0.566289 Z M 20.8395,1.69483 c -0.1079,-0.17628 -0.053,-0.40428 0.1274,-0.51158 0.1785,-0.1073 0.4118,-0.05173 0.5216,0.12262 0.1079,0.17628 0.053,0.40429 -0.1274,0.51158 -0.0608,0.03641 -0.1294,0.05365 -0.1981,0.05365 -0.1274,0 -0.251,-0.06323 -0.3235,-0.17627 z m -1.8904,1.12663 c -0.1099,-0.17436 -0.053,-0.40237 0.1255,-0.50967 0.1804,-0.10538 0.4157,-0.05173 0.5235,0.12263 0.1098,0.17627 0.053,0.40428 -0.1255,0.51158 -0.0627,0.0364 -0.1314,0.05365 -0.198,0.05365 -0.1294,0 -0.253,-0.06323 -0.3255,-0.17819 z m -1.8885,1.12853 c -0.1098,-0.17436 -0.0529,-0.40428 0.1255,-0.50966 0.1785,-0.1073 0.4138,-0.05173 0.5236,0.12262 0.1098,0.17436 0.0529,0.40429 -0.1255,0.50967 -0.0628,0.03832 -0.1314,0.05748 -0.1981,0.05748 -0.1294,0 -0.2529,-0.06515 -0.3255,-0.18011 z m -1.8903,1.13046 c -0.1078,-0.17628 -0.051,-0.4062 0.1275,-0.51158 0.1784,-0.1073 0.4118,-0.05173 0.5216,0.12262 0.1098,0.17436 0.0529,0.40237 -0.1275,0.51158 -0.0608,0.03641 -0.1294,0.05365 -0.1961,0.05365 -0.1274,0 -0.2529,-0.06323 -0.3255,-0.17627 z M 13.282,6.2071 c -0.1098,-0.17436 -0.053,-0.40237 0.1274,-0.51158 0.1785,-0.10538 0.4118,-0.05173 0.5217,0.12263 0.1078,0.17627 0.0509,0.4062 -0.1275,0.51158 -0.0608,0.0364 -0.1294,0.05556 -0.1981,0.05556 -0.1274,0 -0.2529,-0.06323 -0.3235,-0.17819 z M 11.3915,7.33561 C 11.2837,7.16125 11.3386,6.93324 11.517,6.82595 c 0.1805,-0.10922 0.4138,-0.05174 0.5256,0.12262 0.1078,0.17628 0.0529,0.40428 -0.1275,0.50967 -0.0608,0.03832 -0.1294,0.05556 -0.198,0.05556 -0.1275,0 -0.253,-0.06323 -0.3256,-0.17819 z M 9.50326,8.46414 C 9.39344,8.28787 9.45031,8.05986 9.62876,7.95256 9.80916,7.84718 10.0425,7.90275 10.1504,8.07711 10.2621,8.25146 10.2053,8.47947 10.0268,8.58677 9.96408,8.62509 9.89544,8.64042 9.82877,8.64042 9.69935,8.64042 9.57581,8.57911 9.50326,8.46414 Z M 7.61497,9.5927 C 7.50319,9.41834 7.56202,9.18842 7.74047,9.08112 7.91891,8.97574 8.15226,9.02939 8.26208,9.20566 8.37189,9.38002 8.31502,9.60803 8.13658,9.71724 8.07383,9.75173 8.00519,9.77089 7.93852,9.77089 7.81106,9.77089 7.68556,9.70766 7.61497,9.5927 Z M 5.72255,10.7213 C 5.6147,10.545 5.67157,10.3189 5.85001,10.2097 c 0.17845,-0.1073 0.41376,-0.0518 0.52357,0.1226 0.10785,0.1763 0.05295,0.4062 -0.12746,0.5116 -0.06079,0.0364 -0.12942,0.0555 -0.19805,0.0555 -0.12746,0 -0.25296,-0.0632 -0.32552,-0.1781 z M 3.83409,11.8479 C 3.72624,11.6735 3.78115,11.4455 3.96155,11.3401 4.14,11.2309 4.37335,11.2865 4.48512,11.4628 c 0.10786,0.1743 0.05099,0.4023 -0.12746,0.5096 -0.06079,0.0364 -0.12942,0.0537 -0.19805,0.0537 -0.12746,0 -0.25296,-0.0633 -0.32552,-0.1782 z M 1.94588,12.9764 C 1.83607,12.802 1.89294,12.574 2.07138,12.4667 c 0.18041,-0.1053 0.41376,-0.0517 0.52161,0.1246 0.10982,0.1743 0.05295,0.4024 -0.1255,0.5096 -0.06275,0.0384 -0.12942,0.0537 -0.19609,0.0537 -0.12942,0 -0.25296,-0.0632 -0.32552,-0.1782 z m -1.8884742,1.1305 c -0.1117735,-0.1763 -0.05490628,-0.4062 0.1235392,-0.5116 0.182367,-0.1073 0.415719,-0.0517 0.52357,0.1226 0.109813,0.1763 0.052945,0.4043 -0.1255,0.5097 -0.06275,0.0383 -0.131383,0.0575 -0.198055,0.0575 -0.129421,0 -0.25296,-0.0633 -0.3235542,-0.1782 z"
+ id="path286_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.739588 c -0.100008,0 -0.200016,-0.042153 -0.27061,-0.11113 C 0.0431406,0.561397 0,0.463679 0,0.367878 0,0.268244 0.0431406,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.070893 0.109813,0.164778 0.109813,0.264412 0,0.095801 -0.04118,0.193519 -0.109813,0.26058 -0.070593,0.068977 -0.170601,0.11113 -0.268648,0.11113"
+ id="path287_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.182823,0.688915 C 0.00241692,0.581617 -0.0544503,0.351693 0.0573232,0.177335 0.167136,0.0029759 0.400487,-0.052589 0.578933,0.0547087 0.757378,0.162006 0.814245,0.39193 0.704433,0.566289 0.633839,0.681251 0.508339,0.74448 0.380878,0.74448 0.312245,0.74448 0.245573,0.725319 0.182823,0.688915 Z M 2.07125,1.81748 C 1.8928,1.71018 1.83789,1.48217 1.94575,1.3059 2.05556,1.12962 2.28891,1.07598 2.46735,1.18327 2.6458,1.29057 2.70463,1.51858 2.59285,1.69485 2.52422,1.8079 2.39872,1.87113 2.27126,1.87113 2.20263,1.87113 2.134,1.85388 2.07125,1.81748 Z M 3.96155,2.946 C 3.78115,2.8387 3.72624,2.61069 3.83409,2.43442 3.9439,2.26006 4.17922,2.20641 4.35766,2.31179 4.53807,2.41909 4.59298,2.6471 4.48512,2.82146 4.41257,2.93642 4.28707,2.99965 4.15961,2.99965 4.09098,2.99965 4.02234,2.9824 3.96155,2.946 Z m 1.8884,1.12662 C 5.6715,3.96532 5.61464,3.73731 5.72445,3.56295 5.83426,3.3886 6.06761,3.33303 6.24802,3.44033 6.42646,3.54571 6.48137,3.77563 6.37352,3.94999 6.30096,4.06495 6.17742,4.1301 6.048,4.12818 5.98133,4.12818 5.91074,4.11094 5.84995,4.07262 Z M 7.74033,5.20307 C 7.56188,5.09386 7.50502,4.86585 7.61483,4.69149 7.72268,4.51714 7.95603,4.46157 8.13644,4.56887 8.31488,4.67425 8.37175,4.90417 8.26194,5.08045 8.18938,5.19349 8.06584,5.25672 7.93642,5.25672 7.87171,5.25672 7.80308,5.23948 7.74033,5.20307 Z M 9.62876,6.32972 C 9.45031,6.22434 9.39344,5.99442 9.50326,5.81814 9.61307,5.64378 9.84642,5.58822 10.0268,5.69552 10.2053,5.80473 10.2621,6.03274 10.1523,6.2071 10.0817,6.32206 9.95623,6.38529 9.82877,6.38529 9.76014,6.38529 9.69151,6.36613 9.62876,6.32972 Z M 11.517,7.45824 c -0.1784,-0.1073 -0.2333,-0.33531 -0.1255,-0.50967 0.1118,-0.17436 0.3452,-0.23184 0.5236,-0.12262 0.1804,0.10729 0.2353,0.3353 0.1275,0.50966 -0.0726,0.11305 -0.1981,0.17819 -0.3255,0.17819 -0.0687,0 -0.1373,-0.01724 -0.2001,-0.05556 z m 1.8924,1.12855 C 13.229,8.47949 13.1722,8.25148 13.282,8.07712 13.3918,7.90085 13.6251,7.8472 13.8036,7.95258 c 0.1804,0.1073 0.2353,0.33531 0.1275,0.51158 -0.0726,0.11496 -0.1981,0.17628 -0.3256,0.17628 -0.0666,0 -0.1353,-0.01533 -0.1961,-0.05365 z m 1.8883,1.13047 C 15.1193,9.60805 15.0624,9.38004 15.1722,9.20376 15.2801,9.0294 15.5134,8.97384 15.6938,9.08114 c 0.1804,0.10729 0.2353,0.33722 0.1255,0.51158 -0.0706,0.11496 -0.1941,0.17819 -0.3235,0.17819 -0.0667,0 -0.1373,-0.01916 -0.1981,-0.05365 z m 1.8884,1.12664 c -0.1784,-0.1054 -0.2353,-0.3353 -0.1255,-0.5116 0.1079,-0.1744 0.3432,-0.2299 0.5236,-0.1226 0.1784,0.1073 0.2353,0.3372 0.1255,0.5116 -0.0726,0.1149 -0.1961,0.1781 -0.3255,0.1781 -0.0667,0 -0.1353,-0.0191 -0.1981,-0.0555 z m 1.8903,1.1285 c -0.1804,-0.1073 -0.2372,-0.3353 -0.1274,-0.5096 0.1118,-0.1763 0.3451,-0.2319 0.5235,-0.1227 0.1785,0.1054 0.2354,0.3334 0.1255,0.5097 -0.0705,0.113 -0.196,0.1763 -0.3235,0.1763 -0.0686,0 -0.1373,-0.0173 -0.1981,-0.0537 z m 1.8903,1.1285 c -0.1804,-0.1072 -0.2353,-0.3353 -0.1275,-0.5096 0.1098,-0.1763 0.3432,-0.2299 0.5216,-0.1246 0.1804,0.1073 0.2373,0.3353 0.1275,0.5097 -0.0726,0.115 -0.1981,0.1782 -0.3236,0.1782 -0.0686,0 -0.1372,-0.0153 -0.198,-0.0537 z m 1.8884,1.1267 c -0.1804,-0.1073 -0.2353,-0.3334 -0.1275,-0.5097 0.1099,-0.1743 0.3452,-0.2299 0.5236,-0.1226 0.1804,0.1073 0.2353,0.3353 0.1255,0.5116 -0.0706,0.113 -0.1961,0.1763 -0.3235,0.1763 -0.0687,0 -0.1373,-0.0173 -0.1981,-0.0556 z"
+ id="path288_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.697435 0.111773,0.630374 0.0431406,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0431406,0.172443 0.111773,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.539258,0 0.070594,0.068977 0.109813,0.166694 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.264412 -0.070593,0.067061 -0.16864,0.107298 -0.270609,0.107298"
+ id="path289_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 22.7276,0.564824 C 22.6198,0.390465 22.6747,0.162458 22.8551,0.05516 c 0.1785,-0.1072977 0.4118,-0.05364884 0.5216,0.122626 0.1098,0.176275 0.0549,0.404282 -0.1255,0.51158 -0.0608,0.034489 -0.1294,0.053649 -0.198,0.053649 -0.1275,0 -0.253,-0.063229 -0.3256,-0.178191 z M 20.8393,1.69334 c -0.1079,-0.17436 -0.0529,-0.40428 0.1255,-0.50966 0.1804,-0.1073 0.4138,-0.05174 0.5236,0.12262 0.1098,0.17628 0.0529,0.40428 -0.1275,0.50967 -0.0608,0.03832 -0.1294,0.05556 -0.1961,0.05556 -0.1274,0 -0.2529,-0.06323 -0.3255,-0.17819 z m -1.8902,1.12854 c -0.1099,-0.17627 -0.053,-0.40428 0.1255,-0.50966 0.1823,-0.1073 0.4157,-0.05174 0.5235,0.12262 0.1098,0.17436 0.053,0.40237 -0.1255,0.50967 -0.0627,0.03832 -0.1314,0.05556 -0.198,0.05556 -0.1294,0 -0.253,-0.06323 -0.3255,-0.17819 z m -1.8885,1.12855 c -0.1098,-0.17436 -0.0529,-0.40428 0.1255,-0.51158 0.1785,-0.10538 0.4138,-0.05173 0.5236,0.12454 0.1098,0.17436 0.0529,0.40237 -0.1255,0.51158 -0.0628,0.03641 -0.1314,0.05365 -0.1981,0.05365 -0.1294,0 -0.2549,-0.06323 -0.3255,-0.17819 z M 15.1722,5.07898 C 15.0624,4.90463 15.1193,4.67662 15.2977,4.5674 c 0.1784,-0.10729 0.4118,-0.05173 0.5216,0.12263 0.1098,0.17627 0.0549,0.4062 -0.1255,0.51158 -0.0627,0.0364 -0.1294,0.05365 -0.198,0.05365 -0.1275,0 -0.253,-0.06323 -0.3236,-0.17628 z M 13.282,6.20756 c -0.1098,-0.17628 -0.053,-0.40428 0.1274,-0.50967 0.1785,-0.10921 0.4118,-0.05173 0.5217,0.12263 0.1078,0.17436 0.0529,0.40237 -0.1275,0.50966 -0.0608,0.03832 -0.1294,0.05365 -0.1981,0.05365 -0.1274,0 -0.2529,-0.06323 -0.3235,-0.17627 z M 11.3915,7.33415 C 11.2837,7.15979 11.3386,6.93179 11.517,6.82449 c 0.1805,-0.10538 0.4158,-0.05173 0.5236,0.12262 0.1098,0.17628 0.053,0.40429 -0.1255,0.51158 -0.0608,0.03641 -0.1294,0.05365 -0.198,0.05365 -0.1275,0 -0.253,-0.06131 -0.3256,-0.17819 z M 9.50326,8.4646 C 9.39344,8.28833 9.45031,8.05841 9.62876,7.95302 9.8072,7.84573 10.0425,7.90129 10.1523,8.07565 10.2621,8.25192 10.2053,8.47993 10.0268,8.58723 9.96408,8.62363 9.89544,8.6428 9.82877,8.6428 9.69935,8.6428 9.57581,8.57957 9.50326,8.4646 Z M 7.61483,9.59123 C 7.50502,9.41687 7.56188,9.18886 7.74033,9.08156 7.91877,8.97427 8.15213,9.02983 8.26194,9.20419 8.37175,9.37855 8.31488,9.60847 8.13644,9.71577 8.07369,9.75217 8.00506,9.76942 7.93838,9.76942 7.81092,9.76942 7.68542,9.70619 7.61483,9.59123 Z M 5.72445,10.7198 C 5.61464,10.5454 5.6715,10.3174 5.84995,10.2101 6.02839,10.1028 6.26371,10.1565 6.37352,10.3347 6.48137,10.509 6.42646,10.737 6.24802,10.8443 6.18527,10.8788 6.11664,10.898 6.048,10.898 5.92054,10.898 5.79504,10.8347 5.72445,10.7198 Z M 3.83409,11.8483 C 3.72624,11.6739 3.78115,11.4459 3.96155,11.3386 4.14,11.2313 4.37335,11.2869 4.48512,11.4613 c 0.10786,0.1762 0.05295,0.4043 -0.12746,0.5096 -0.06079,0.0384 -0.12942,0.0537 -0.19805,0.0537 -0.12746,0 -0.25296,-0.0632 -0.32552,-0.1763 z M 1.94575,12.9788 C 1.83789,12.8025 1.8928,12.5726 2.07125,12.4672 2.25165,12.3599 2.485,12.4155 2.59285,12.5898 2.70463,12.7642 2.6458,12.9922 2.46735,13.0995 2.40657,13.1378 2.33793,13.155 2.27126,13.155 2.1438,13.155 2.0183,13.0918 1.94575,12.9788 Z m -1.8884268,1.1266 c -0.1117735,-0.1743 -0.05490628,-0.4043 0.1254998,-0.5116 0.178445,-0.1053 0.413758,-0.0517 0.52161,0.1227 0.109812,0.1762 0.052945,0.4042 -0.1255,0.5135 -0.06275,0.0344 -0.131383,0.0536 -0.198055,0.0536 -0.129422,0 -0.252961,-0.0632 -0.3235548,-0.1782 z"
+ id="path290_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.737672 c -0.100008,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0431406,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0431406,0.170527 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.067061 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.04118,0.193519 -0.109813,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.382383,0.737672"
+ id="path291_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.180945,0.689366 C 0.00249952,0.582068 -0.0543677,0.354061 0.0574058,0.177786 0.165257,0.00151116 0.40057,-0.0521377 0.579015,0.05516 0.75746,0.162458 0.814328,0.390465 0.704515,0.564824 0.63196,0.679786 0.508421,0.743015 0.379,0.743015 c -0.066672,0 -0.135305,-0.01916 -0.198055,-0.053649 z M 2.07138,1.81597 C 1.89294,1.70867 1.83607,1.48066 1.94588,1.3063 2.0557,1.13194 2.28905,1.07638 2.46749,1.18368 2.64594,1.28906 2.70281,1.51707 2.59299,1.69334 2.5224,1.80639 2.3969,1.86961 2.2714,1.86961 2.20277,1.86961 2.13413,1.85429 2.07138,1.81597 Z M 3.96155,2.94451 C 3.78115,2.83721 3.72624,2.6092 3.83409,2.43484 3.9439,2.26048 4.17922,2.20492 4.35766,2.31222 4.53807,2.4176 4.59298,2.64561 4.48512,2.82188 4.41257,2.93684 4.28707,3.00007 4.15961,3.00007 4.09098,3.00007 4.02234,2.98283 3.96155,2.94451 Z m 1.8884,1.12856 C 5.6715,3.96577 5.61464,3.73776 5.72445,3.56149 5.83426,3.38713 6.06761,3.33157 6.24606,3.43886 6.42646,3.54616 6.48333,3.77609 6.37352,3.95044 6.30096,4.06541 6.17546,4.12863 6.048,4.12863 5.98133,4.12863 5.9127,4.10947 5.84995,4.07307 Z M 7.74047,5.20161 C 7.56202,5.09623 7.50319,4.8663 7.61497,4.69003 7.72282,4.51567 7.95617,4.46011 8.13658,4.5674 8.31502,4.6747 8.37189,4.90463 8.26208,5.07898 8.18952,5.19395 8.06598,5.25718 7.93656,5.25526 7.86989,5.25526 7.80322,5.23801 7.74047,5.20161 Z M 9.62876,6.33013 C 9.45031,6.22283 9.39344,5.99483 9.50326,5.82047 9.61111,5.64419 9.84642,5.58863 10.0268,5.69593 c 0.1785,0.10729 0.2353,0.3353 0.1236,0.50966 -0.0706,0.11496 -0.19417,0.17819 -0.32359,0.17819 -0.06667,0 -0.1353,-0.01533 -0.19805,-0.05365 z M 11.5172,7.45676 C 11.3387,7.35138 11.2819,7.12337 11.3917,6.94901 c 0.1098,-0.17627 0.3451,-0.22992 0.5236,-0.12454 0.1784,0.1073 0.2353,0.33531 0.1255,0.50966 -0.0706,0.11688 -0.1961,0.17819 -0.3236,0.17819 -0.0686,0 -0.1373,-0.01724 -0.2,-0.05556 z m 1.8922,1.13047 C 13.2271,8.47802 13.1721,8.25192 13.282,8.07565 c 0.1098,-0.17436 0.3431,-0.22992 0.5216,-0.12263 0.1804,0.10539 0.2353,0.33531 0.1274,0.51158 -0.0725,0.11305 -0.198,0.17628 -0.3255,0.17628 -0.0686,0 -0.1353,-0.01725 -0.1961,-0.05365 z m 1.8883,1.12853 c -0.1784,-0.1073 -0.2353,-0.33722 -0.1255,-0.51158 0.1079,-0.17436 0.3412,-0.22992 0.5216,-0.12454 0.1785,0.10921 0.2353,0.33722 0.1255,0.51158 -0.0725,0.11496 -0.198,0.17819 -0.3235,0.17819 -0.0667,0 -0.1353,-0.01724 -0.1981,-0.05365 z m 1.8884,1.12664 c -0.1784,-0.1054 -0.2353,-0.3334 -0.1255,-0.5096 0.1079,-0.1763 0.3432,-0.2319 0.5236,-0.1227 0.1784,0.1073 0.2353,0.3353 0.1255,0.5097 -0.0726,0.115 -0.1961,0.1782 -0.3255,0.1782 -0.0667,0 -0.1353,-0.0192 -0.1981,-0.0556 z m 1.8885,1.1285 c -0.1785,-0.1073 -0.2354,-0.3353 -0.1255,-0.5096 0.1117,-0.1744 0.3451,-0.23 0.5235,-0.1227 0.1785,0.1054 0.2353,0.3334 0.1255,0.5097 -0.0706,0.1131 -0.1961,0.1763 -0.3235,0.1763 -0.0687,0 -0.1373,-0.0153 -0.2,-0.0537 z m 1.8904,1.1286 c -0.1784,-0.1073 -0.2333,-0.3353 -0.1255,-0.5097 0.1099,-0.1743 0.3432,-0.2299 0.5217,-0.1226 0.1804,0.1054 0.2353,0.3353 0.1274,0.5116 -0.0725,0.113 -0.198,0.1762 -0.3255,0.1762 -0.0667,0 -0.1353,-0.0172 -0.1981,-0.0555 z m 1.8903,1.1285 c -0.1784,-0.1073 -0.2353,-0.3353 -0.1255,-0.5115 0.1079,-0.1744 0.3412,-0.228 0.5236,-0.1227 0.1784,0.1073 0.2333,0.3373 0.1235,0.5116 -0.0706,0.115 -0.1961,0.1782 -0.3235,0.1782 -0.0687,0 -0.1373,-0.0192 -0.1981,-0.0556 z"
+ id="path292_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736955 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.107298 C 0.0392187,0.558764 0,0.462962 0,0.365245 0,0.269443 0.0392187,0.171725 0.109812,0.102748 c 0.143149,-0.1379538 0.398071,-0.1360378 0.537297,0 0.070594,0.068977 0.113735,0.166695 0.113735,0.262497 0,0.097717 -0.043141,0.193519 -0.113735,0.264412 -0.068632,0.067061 -0.16864,0.107298 -0.266687,0.107298"
+ id="path293_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 17.7613,0.564373 C 17.6515,0.388098 17.7084,0.16009 17.8868,0.0547087 c 0.1785,-0.1072977 0.4138,-0.0517328 0.5236,0.1226263 0.1078,0.174358 0.0529,0.402366 -0.1255,0.509664 -0.0628,0.036404 -0.1314,0.053649 -0.2,0.053649 -0.1275,0 -0.253,-0.063229 -0.3236,-0.176275 z M 15.7926,1.73888 C 15.6848,1.56452 15.7416,1.3346 15.9201,1.2273 c 0.1784,-0.10538 0.4137,-0.05173 0.5236,0.12454 0.1078,0.17436 0.0529,0.40237 -0.1275,0.51158 -0.0608,0.03641 -0.1294,0.05365 -0.1981,0.05365 -0.1274,0 -0.2529,-0.06323 -0.3255,-0.17819 z m -1.9668,1.17455 c -0.1079,-0.17628 -0.053,-0.40237 0.1275,-0.50966 0.1784,-0.10922 0.4117,-0.05174 0.5235,0.12262 0.1079,0.17628 0.051,0.40428 -0.1274,0.50967 -0.0608,0.0364 -0.1295,0.05556 -0.1981,0.05556 -0.1275,0 -0.253,-0.06323 -0.3255,-0.17819 z M 11.859,4.08985 c -0.1098,-0.17628 -0.053,-0.4062 0.1255,-0.51158 0.1804,-0.1073 0.4137,-0.05173 0.5235,0.12262 0.1099,0.17436 0.053,0.40237 -0.1255,0.51158 -0.0627,0.03641 -0.1313,0.05365 -0.198,0.05365 -0.1294,0 -0.253,-0.06323 -0.3255,-0.17627 z M 9.89217,5.26246 C 9.78236,5.0881 9.83923,4.86009 10.0177,4.75279 c 0.1804,-0.1073 0.4137,-0.05365 0.5235,0.12263 0.1099,0.17627 0.053,0.40428 -0.1255,0.51158 -0.0627,0.0364 -0.1313,0.05365 -0.198,0.05365 -0.1275,0 -0.25297,-0.06323 -0.32553,-0.17819 z M 7.92513,6.43891 C 7.81532,6.26264 7.87219,6.03463 8.05063,5.92733 8.22908,5.82195 8.46439,5.8756 8.5742,6.04996 8.68401,6.22623 8.62715,6.45424 8.4487,6.55962 8.38595,6.59794 8.31732,6.6171 8.25065,6.6171 8.12123,6.6171 7.99769,6.55387 7.92513,6.43891 Z M 5.95833,7.61347 C 5.84852,7.43719 5.90539,7.20919 6.08383,7.10189 6.26228,6.99459 6.49563,7.05016 6.60741,7.22451 6.71722,7.39887 6.66035,7.6288 6.48191,7.7361 6.41916,7.7725 6.35052,7.78974 6.28189,7.78974 6.15443,7.78974 6.02893,7.72651 5.95833,7.61347 Z M 3.99154,8.78604 C 3.88173,8.61168 3.93859,8.38367 4.11704,8.27637 4.29548,8.17099 4.52883,8.22464 4.64061,8.40092 4.74846,8.57528 4.69355,8.80328 4.51511,8.91058 4.45236,8.9489 4.38373,8.96615 4.31509,8.96615 4.18763,8.96615 4.06213,8.901 3.99154,8.78604 Z M 2.02281,9.96247 C 1.91496,9.78811 1.96987,9.56011 2.15027,9.45089 2.32872,9.34551 2.56207,9.39916 2.67384,9.57352 2.7817,9.74979 2.72679,9.97972 2.54638,10.0851 2.48559,10.1215 2.41696,10.1407 2.34833,10.1407 2.22087,10.1407 2.09537,10.0774 2.02281,9.96247 Z M 0.055991,11.137 c -0.1098125,-0.1763 -0.05294534,-0.4043 0.1255,-0.5097 0.180406,-0.1073 0.413758,-0.0517 0.52357,0.1227 0.109813,0.1762 0.052946,0.4023 -0.1255,0.5096 -0.06275,0.0384 -0.131383,0.0537 -0.198054,0.0537 -0.127461,0 -0.252961,-0.0613 -0.325516,-0.1763 z"
+ id="path294_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.738871 c -0.100008,0 -0.200016,-0.042153 -0.27061,-0.109214 C 0.0431406,0.56068 0,0.462962 0,0.367161 0,0.269443 0.0431406,0.173642 0.111773,0.102748 c 0.141188,-0.1360378 0.39611,-0.1379538 0.539258,0 0.068633,0.070894 0.109813,0.166695 0.109813,0.264413 0,0.095801 -0.04118,0.193519 -0.109813,0.262496 C 0.580438,0.696718 0.48043,0.738871 0.382383,0.738871"
+ id="path295_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.181491,0.686999 C 0.00304566,0.579701 -0.0538215,0.351693 0.055991,0.177335 0.167764,0.0029759 0.399155,-0.052589 0.579561,0.0547087 0.758007,0.16009 0.814874,0.388098 0.705061,0.564373 0.632507,0.677419 0.508968,0.740648 0.379546,0.740648 0.312874,0.740648 0.244241,0.723403 0.181491,0.686999 Z M 2.14829,1.86344 C 1.96984,1.75422 1.91298,1.52622 2.02279,1.34994 2.13456,1.17558 2.36791,1.12002 2.54636,1.22732 2.7248,1.33461 2.78167,1.56454 2.67186,1.7389 2.60126,1.85386 2.47576,1.91709 2.34634,1.91709 c -0.06667,0 -0.1353,-0.01725 -0.19805,-0.05365 z m 1.9669,1.17262 C 3.93675,2.93067 3.88184,2.70267 3.98969,2.52639 4.10146,2.35203 4.33482,2.29455 4.51326,2.40377 4.69171,2.51106 4.74857,2.73907 4.63876,2.91343 4.56817,3.02839 4.44267,3.09162 4.31521,3.09162 4.24657,3.09162 4.17794,3.07246 4.11519,3.03606 Z M 6.08387,4.21247 C 5.90346,4.10326 5.84856,3.87525 5.95641,3.70089 6.06818,3.52654 6.30153,3.47097 6.47998,3.57827 6.66038,3.68365 6.71529,3.91357 6.60744,4.08985 6.53488,4.20289 6.40938,4.26612 6.28192,4.26612 6.21329,4.26612 6.14466,4.24888 6.08387,4.21247 Z M 8.0507,5.387 C 7.87225,5.2797 7.81538,5.05169 7.92324,4.87542 8.03501,4.69914 8.26836,4.64549 8.44681,4.75279 8.62721,4.86009 8.68212,5.0881 8.57427,5.26246 8.50171,5.37742 8.37621,5.44065 8.24875,5.44065 8.18012,5.44065 8.11149,5.4234 8.0507,5.387 Z m 1.967,1.17262 C 9.83923,6.45424 9.78236,6.22623 9.89217,6.04995 10.002,5.8756 10.2353,5.82003 10.4157,5.92733 c 0.1785,0.1073 0.2354,0.3353 0.1255,0.51158 -0.0725,0.11496 -0.198,0.17819 -0.3255,0.17819 -0.0686,0 -0.1372,-0.01916 -0.198,-0.05748 z M 11.9844,7.7361 C 11.806,7.6288 11.7491,7.39887 11.8609,7.22451 c 0.1078,-0.17435 0.3412,-0.22992 0.5216,-0.12262 0.1784,0.1073 0.2353,0.3353 0.1255,0.51158 -0.0726,0.11304 -0.1961,0.17627 -0.3255,0.17627 -0.0667,0 -0.1353,-0.01724 -0.1981,-0.05364 z m 1.9668,1.17449 C 13.7728,8.8033 13.7159,8.57529 13.8277,8.40093 13.9375,8.22466 14.1689,8.17101 14.3493,8.2783 c 0.1784,0.10539 0.2353,0.33339 0.1255,0.50775 -0.0726,0.11496 -0.1961,0.18011 -0.3255,0.18011 -0.0667,0 -0.1353,-0.01724 -0.1981,-0.05557 z m 1.9669,1.17451 C 15.7396,9.97972 15.6828,9.74979 15.7926,9.57352 c 0.1117,-0.17436 0.3451,-0.22801 0.5235,-0.12263 0.1785,0.10922 0.2353,0.33722 0.1255,0.51158 -0.0706,0.11493 -0.1961,0.17823 -0.3235,0.17823 -0.0687,0 -0.1373,-0.0192 -0.2,-0.0556 z m 1.9706,1.1745 c -0.1824,-0.1054 -0.2373,-0.3353 -0.1275,-0.5096 0.1098,-0.1744 0.3432,-0.23 0.5216,-0.1227 0.1785,0.1054 0.2353,0.3353 0.1275,0.5097 -0.0726,0.115 -0.1981,0.1763 -0.3255,0.1763 -0.0687,0 -0.1353,-0.0153 -0.1961,-0.0537 z"
+ id="path296_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.736955 C 0.282375,0.736955 0.184328,0.696718 0.113734,0.629657 0.0411797,0.558764 0,0.462962 0,0.365245 0,0.269443 0.0411797,0.171725 0.113734,0.102748 c 0.139227,-0.1379538 0.394149,-0.1360378 0.537297,0 0.070594,0.068977 0.109813,0.166695 0.109813,0.262497 0,0.097717 -0.039219,0.193519 -0.109813,0.264412 -0.072554,0.067061 -0.16864,0.107298 -0.270609,0.107298"
+ id="path297_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 17.7612,0.564294 c -0.1098,-0.174359 -0.0549,-0.402366 0.1275,-0.5096641 0.1784,-0.1072977 0.4118,-0.05173279 0.5216,0.1245421 0.1078,0.174359 0.051,0.402366 -0.1275,0.509664 -0.0608,0.036405 -0.1294,0.053649 -0.198,0.053649 -0.1275,0 -0.253,-0.063229 -0.3236,-0.178191 z M 15.7926,1.74073 c -0.1098,-0.17436 -0.053,-0.4062 0.1255,-0.51158 0.1823,-0.1073 0.4157,-0.05174 0.5235,0.12262 0.1098,0.17436 0.053,0.40429 -0.1255,0.51158 -0.0608,0.03641 -0.1294,0.05557 -0.198,0.05557 -0.1275,0 -0.253,-0.06323 -0.3255,-0.17819 z M 13.8277,2.91526 C 13.7159,2.73899 13.7728,2.51098 13.9512,2.4056 c 0.1824,-0.10922 0.4157,-0.05174 0.5236,0.12262 0.1098,0.17436 0.0529,0.40237 -0.1255,0.50967 -0.0628,0.0364 -0.1314,0.05365 -0.1981,0.05365 -0.1294,0 -0.2529,-0.06323 -0.3235,-0.17628 z M 11.8609,4.08977 C 11.7491,3.91541 11.806,3.68549 11.9844,3.57819 c 0.1804,-0.10538 0.4138,-0.05173 0.5236,0.12455 0.1098,0.17435 0.0529,0.40236 -0.1255,0.51158 -0.0628,0.0364 -0.1314,0.05364 -0.1981,0.05364 -0.1294,0 -0.2529,-0.06322 -0.3235,-0.17819 z M 9.89217,5.26434 C 9.78236,5.08807 9.83923,4.86198 10.0177,4.75468 c 0.1804,-0.10921 0.4137,-0.05365 0.5235,0.12263 0.1099,0.17627 0.053,0.40236 -0.1255,0.50966 -0.0627,0.0364 -0.1313,0.05556 -0.198,0.05556 -0.1294,0 -0.25493,-0.06322 -0.32553,-0.17819 z M 7.92324,6.43882 C 7.81538,6.26446 7.87225,6.03454 8.0507,5.92916 8.22914,5.82186 8.46445,5.87743 8.57427,6.05179 8.68212,6.22614 8.62721,6.45415 8.44681,6.56145 8.38602,6.59977 8.31738,6.61701 8.24875,6.61701 8.12129,6.61701 7.99579,6.55379 7.92324,6.43882 Z M 5.95641,7.61339 C 5.84856,7.43904 5.90346,7.21103 6.08387,7.10181 6.26231,6.99643 6.49763,7.05008 6.60744,7.22636 6.71529,7.40263 6.66038,7.63064 6.47998,7.73794 6.41919,7.77434 6.35056,7.79158 6.28192,7.79158 6.15446,7.79158 6.02896,7.72836 5.95641,7.61339 Z m -1.9668,1.1745 C 3.88176,8.61353 3.93666,8.38552 4.11707,8.27822 4.29552,8.17284 4.53083,8.22649 4.63868,8.40085 4.74849,8.57712 4.69163,8.80513 4.51318,8.91051 4.45239,8.94883 4.38376,8.96608 4.31513,8.96608 4.18766,8.96608 4.06216,8.90477 3.98961,8.78789 Z M 2.02279,9.96436 C 1.91298,9.78809 1.96984,9.56008 2.14829,9.45278 2.32869,9.34548 2.56401,9.40105 2.67186,9.57541 2.78167,9.74976 2.7248,9.97969 2.54636,10.087 2.48361,10.1234 2.41498,10.1406 2.3483,10.1406 2.22084,10.1406 2.09534,10.0774 2.02279,9.96436 Z M 0.055991,11.1369 c -0.1098125,-0.1743 -0.05294534,-0.4023 0.1255,-0.5096 0.180406,-0.1054 0.415719,-0.0518 0.52357,0.1245 0.109813,0.1744 0.052946,0.4024 -0.1255,0.5097 -0.06275,0.0383 -0.131383,0.0536 -0.198054,0.0536 -0.129422,0 -0.252961,-0.0632 -0.325516,-0.1782 z"
+ id="path298_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.738151 c -0.100008,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0431406,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0431406,0.172922 0.111773,0.102029 c 0.141188,-0.1360385 0.39611,-0.1360385 0.539258,0 0.068633,0.070893 0.109813,0.166694 0.109813,0.264412 0,0.095801 -0.04118,0.193519 -0.109813,0.262496 C 0.580438,0.697914 0.48043,0.738151 0.382383,0.738151"
+ id="path299_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.181491,0.688836 C 0.00304566,0.581538 -0.0538215,0.353531 0.055991,0.179172 0.165803,0.00289711 0.399155,-0.0526678 0.579561,0.0546299 0.758007,0.161928 0.814874,0.389935 0.705061,0.564294 0.634468,0.679256 0.508968,0.742485 0.381507,0.742485 0.312874,0.742485 0.244241,0.725241 0.181491,0.688836 Z M 2.14839,1.86335 C 1.96995,1.75606 1.91504,1.52613 2.02289,1.35177 2.13271,1.17741 2.36606,1.12185 2.54646,1.22915 2.72491,1.33453 2.78178,1.56637 2.67392,1.74073 2.60137,1.85569 2.47587,1.91892 2.34841,1.91892 2.27978,1.91892 2.21114,1.89976 2.14839,1.86335 Z M 4.11707,3.03789 C 3.93666,2.93059 3.88176,2.70258 3.98961,2.52822 4.09942,2.35386 4.33277,2.29638 4.51318,2.4056 4.69359,2.51098 4.74849,2.73899 4.64064,2.91526 4.56809,3.02831 4.44259,3.09154 4.31513,3.09154 4.24649,3.09154 4.17786,3.07429 4.11707,3.03789 Z M 6.08383,4.21432 C 5.90539,4.1051 5.84852,3.87709 5.95833,3.70274 6.06619,3.52646 6.3015,3.47281 6.48191,3.57819 6.66035,3.68549 6.71722,3.91541 6.60741,4.08977 6.53485,4.20474 6.40935,4.26796 6.28189,4.26796 6.21522,4.26796 6.14658,4.25072 6.08383,4.21432 Z m 1.9668,1.17265 C 7.87219,5.28159 7.81532,5.05358 7.92513,4.87731 8.03298,4.70103 8.2683,4.64547 8.4487,4.75468 8.62715,4.86198 8.68401,5.08999 8.5742,5.26434 8.50165,5.37931 8.37811,5.44253 8.24869,5.44253 8.18201,5.44253 8.11338,5.42337 8.05063,5.38697 Z M 10.0177,6.56145 C 9.83923,6.45415 9.78236,6.22614 9.89217,6.05179 10,5.87743 10.2353,5.82186 10.4157,5.92916 c 0.1785,0.10538 0.2354,0.3353 0.1255,0.50966 -0.0725,0.11497 -0.1961,0.17819 -0.3255,0.17819 -0.0666,0 -0.1353,-0.01724 -0.198,-0.05556 z m 1.9668,1.17649 C 11.806,7.63064 11.7492,7.40263 11.859,7.22636 c 0.1098,-0.17628 0.3451,-0.22993 0.5235,-0.12455 0.1785,0.10922 0.2354,0.33723 0.1255,0.51158 -0.0706,0.11497 -0.1961,0.17819 -0.3235,0.17819 -0.0686,0 -0.1373,-0.01724 -0.2,-0.05364 z m 1.9668,1.17257 C 13.7728,8.80513 13.716,8.57712 13.8258,8.40085 c 0.1098,-0.17436 0.3451,-0.22993 0.5235,-0.12263 0.1785,0.1073 0.2353,0.3353 0.1275,0.50966 -0.0726,0.11688 -0.1981,0.17819 -0.3255,0.17819 -0.0687,0 -0.1373,-0.01724 -0.2,-0.05556 z M 15.92,10.087 C 15.7396,9.97969 15.6847,9.74976 15.7926,9.57541 c 0.1098,-0.17436 0.3451,-0.22993 0.5236,-0.12263 0.1804,0.1073 0.2353,0.33722 0.1274,0.51158 -0.0725,0.11304 -0.198,0.17624 -0.3255,0.17624 -0.0686,0 -0.1373,-0.0172 -0.1981,-0.0536 z m 1.9668,1.1745 c -0.1784,-0.1073 -0.2353,-0.3353 -0.1255,-0.5097 0.1098,-0.1763 0.3432,-0.2299 0.5236,-0.1245 0.1784,0.1073 0.2333,0.3353 0.1255,0.5096 -0.0726,0.115 -0.1981,0.1782 -0.3255,0.1782 -0.0687,0 -0.1373,-0.0153 -0.1981,-0.0536 z"
+ id="path300_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.736955 C 0.278453,0.736955 0.182367,0.696718 0.109812,0.629657 0.0392187,0.56068 0,0.462962 0,0.365245 0,0.267527 0.0392188,0.171725 0.111773,0.102748 c 0.141188,-0.1360378 0.39611,-0.1379538 0.535336,0 0.072555,0.068977 0.111774,0.166695 0.111774,0.262497 0,0.097717 -0.039219,0.193519 -0.111774,0.264412 C 0.576516,0.696718 0.48043,0.736955 0.378461,0.736955"
+ id="path301_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 13.1453,0.564373 c -0.1098,-0.174359 -0.0529,-0.402367 0.1255,-0.5096643 0.1805,-0.1072977 0.4118,-0.0517328 0.5217,0.1226263 0.1098,0.176274 0.0529,0.404282 -0.1255,0.509664 -0.0628,0.03832 -0.1314,0.055565 -0.1981,0.055565 -0.1294,0 -0.251,-0.061313 -0.3236,-0.178191 z M 11.2745,1.6814 C 11.1647,1.50705 11.2216,1.27904 11.4,1.16982 c 0.1804,-0.10538 0.4138,-0.05173 0.5236,0.12263 0.1098,0.17628 0.0529,0.4062 -0.1255,0.5135 -0.0628,0.0364 -0.1314,0.05365 -0.1981,0.05365 -0.1274,0 -0.2529,-0.06323 -0.3255,-0.1782 z M 9.40381,2.79844 C 9.294,2.62216 9.35087,2.39416 9.53127,2.28877 9.71168,2.17956 9.94503,2.23704 10.0529,2.4114 10.1627,2.58576 10.1058,2.81377 9.92738,2.92106 9.86659,2.95939 9.79796,2.97471 9.72933,2.97471 9.60187,2.97471 9.47637,2.91148 9.40381,2.79844 Z M 7.53502,3.91553 C 7.42717,3.74117 7.48207,3.50933 7.66248,3.40395 7.84093,3.29665 8.07428,3.35222 8.18409,3.52658 8.2939,3.70285 8.23704,3.93086 8.05663,4.03816 7.99584,4.07456 7.92917,4.09372 7.86054,4.09372 7.73307,4.09372 7.60757,4.03049 7.53502,3.91553 Z M 5.66634,5.03063 C 5.55653,4.85627 5.6134,4.62826 5.79184,4.52096 5.97029,4.41366 6.20364,4.46731 6.31541,4.6455 6.42523,4.81986 6.36836,5.04787 6.18991,5.15517 6.12716,5.18966 6.05853,5.20882 5.9899,5.20882 5.86244,5.20882 5.73694,5.14559 5.66634,5.03063 Z M 3.79756,6.14769 C 3.68578,5.97141 3.74265,5.7434 3.92306,5.63802 4.1015,5.53072 4.33485,5.58629 4.44467,5.76065 4.55448,5.93501 4.49761,6.16301 4.31917,6.27031 4.25642,6.30863 4.18778,6.32588 4.12111,6.32588 3.99169,6.32588 3.86815,6.26265 3.79756,6.14769 Z M 1.92684,7.26471 C 1.81703,7.09036 1.8739,6.86235 2.05234,6.75313 2.23275,6.64584 2.46414,6.7014 2.57591,6.87576 2.68572,7.05203 2.62886,7.28196 2.45041,7.38734 2.38766,7.42374 2.31903,7.44291 2.25236,7.44291 2.12293,7.44291 1.9994,7.37968 1.92684,7.26471 Z M 0.055991,8.37985 C -0.0538215,8.20549 0.00304566,7.97748 0.181491,7.87019 0.361897,7.7648 0.59721,7.81845 0.705061,7.99473 0.814874,8.16909 0.758007,8.39709 0.579561,8.50439 0.518772,8.54271 0.450139,8.55804 0.381507,8.55804 0.254046,8.55804 0.128546,8.49481 0.055991,8.37985 Z"
+ id="path302_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.736475 c -0.100008,0 -0.200016,-0.03832 -0.27061,-0.107297 C 0.0431406,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0431406,0.171246 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.539258,0 0.068633,0.067061 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.04118,0.193519 -0.109813,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.382383,0.736475"
+ id="path303_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.182044,0.686999 C 0.00359879,0.581617 -0.0532684,0.353609 0.0545832,0.177335 0.164396,0.0029759 0.397747,-0.052589 0.578153,0.0547087 0.756599,0.162006 0.813466,0.390014 0.703654,0.564373 0.63306,0.681251 0.50756,0.742564 0.380099,0.742564 0.311466,0.742564 0.242833,0.725319 0.182044,0.686999 Z M 2.05085,1.80599 C 1.87044,1.69869 1.81554,1.46877 1.92535,1.29441 2.03516,1.11814 2.26851,1.06449 2.44696,1.16987 2.62736,1.27908 2.68227,1.50709 2.57442,1.68145 2.50186,1.79641 2.37636,1.85964 2.2489,1.85964 2.18027,1.85964 2.11164,1.84239 2.05085,1.80599 Z M 3.91953,2.92106 C 3.74108,2.81377 3.68422,2.58576 3.79403,2.4114 3.90384,2.23704 4.13915,2.17956 4.3176,2.28877 4.49604,2.39416 4.55291,2.62216 4.4431,2.79844 4.3725,2.91148 4.247,2.97471 4.11954,2.97471 4.05091,2.97471 3.98228,2.95939 3.91953,2.92106 Z m 1.87085,1.1171 C 5.61193,3.93086 5.55507,3.70094 5.66488,3.52658 5.77469,3.35222 6.00804,3.29665 6.18649,3.40395 6.36493,3.50933 6.4218,3.74117 6.31199,3.91553 6.24139,4.03049 6.11589,4.09372 5.98843,4.09372 5.92176,4.09372 5.85313,4.07456 5.79038,4.03816 Z M 7.65903,5.15327 C 7.48058,5.04789 7.42372,4.81988 7.53353,4.64361 7.64334,4.46733 7.87866,4.41368 8.0571,4.52098 8.23555,4.62828 8.29241,4.85629 8.1826,5.03064 8.11005,5.14561 7.98651,5.20884 7.85708,5.20884 7.79041,5.20884 7.72178,5.18968 7.65903,5.15327 Z M 9.52988,6.27031 C 9.35143,6.16301 9.29457,5.93501 9.40438,5.76065 9.51223,5.58629 9.74558,5.53072 9.92599,5.63802 10.1064,5.7434 10.1633,5.97141 10.0515,6.14769 9.9809,6.26265 9.85736,6.32588 9.72793,6.32588 9.66126,6.32588 9.59263,6.30863 9.52988,6.27031 Z M 11.4007,7.38734 C 11.2203,7.28004 11.1634,7.05012 11.2732,6.87576 11.383,6.7014 11.6164,6.64584 11.7948,6.75313 c 0.1804,0.1073 0.2353,0.33531 0.1275,0.51158 -0.0726,0.11305 -0.1981,0.17628 -0.3255,0.17628 -0.0687,0 -0.1354,-0.01725 -0.1961,-0.05365 z m 1.8687,1.11707 C 13.089,8.39711 13.0341,8.1691 13.142,7.99283 13.2518,7.81847 13.4871,7.76482 13.6655,7.8702 c 0.1785,0.1073 0.2353,0.33531 0.1255,0.50967 -0.0706,0.11496 -0.1961,0.17819 -0.3235,0.17819 -0.0687,0 -0.1373,-0.01725 -0.1981,-0.05365 z"
+ id="path304_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736955 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.107298 C 0.0392187,0.56068 0,0.462962 0,0.365245 0,0.267527 0.0392187,0.171725 0.109812,0.102748 c 0.141188,-0.1360378 0.394149,-0.1379538 0.537297,0 0.070594,0.068977 0.111774,0.166695 0.111774,0.262497 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.067061 -0.16864,0.107298 -0.266687,0.107298"
+ id="path305_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 13.1412,0.564373 c -0.1078,-0.174359 -0.0529,-0.402367 0.1275,-0.5096643 0.1784,-0.1072977 0.4118,-0.0517328 0.5236,0.1226263 0.1078,0.176274 0.0529,0.402366 -0.1275,0.509664 -0.0608,0.03832 -0.1294,0.055565 -0.1981,0.055565 -0.1274,0 -0.2529,-0.063229 -0.3255,-0.178191 z M 11.2725,1.68145 c -0.1098,-0.17436 -0.053,-0.40428 0.1274,-0.51158 0.1785,-0.10538 0.4118,-0.05173 0.5216,0.12454 0.1079,0.17436 0.053,0.40237 -0.1274,0.50966 -0.0608,0.03641 -0.1294,0.05557 -0.1981,0.05557 -0.1274,0 -0.2529,-0.06323 -0.3235,-0.17819 z m -1.86861,1.117 C 9.29408,2.62217 9.35095,2.39417 9.52939,2.28687 9.70784,2.17957 9.94119,2.23514 10.051,2.41141 10.1628,2.58577 10.1059,2.81378 9.9255,2.92107 9.86275,2.95748 9.79608,2.97472 9.72941,2.97472 9.59999,2.97472 9.47449,2.91149 9.40389,2.79845 Z M 7.53304,3.91553 C 7.42323,3.73926 7.4801,3.50933 7.65854,3.40395 7.83699,3.29665 8.0723,3.35222 8.18211,3.52658 8.29192,3.70094 8.23506,3.92894 8.05661,4.03624 7.99386,4.07456 7.92523,4.09372 7.85856,4.09372 7.72914,4.09372 7.6056,4.03049 7.53304,3.91553 Z M 5.66439,5.03063 C 5.55458,4.85627 5.61144,4.62826 5.78989,4.51905 5.9703,4.41175 6.20365,4.46731 6.3115,4.64359 6.42131,4.81795 6.36444,5.04787 6.186,5.15325 6.12325,5.18966 6.05462,5.20882 5.98794,5.20882 c -0.12746,0 -0.251,-0.06323 -0.32355,-0.17819 z M 3.79354,6.14576 C 3.68373,5.9714 3.74059,5.74339 3.91904,5.6361 4.09945,5.53072 4.3328,5.58628 4.44261,5.76064 4.55242,5.935 4.49556,6.16301 4.31711,6.2703 4.25436,6.30862 4.18573,6.32395 4.11906,6.32395 3.98963,6.32395 3.86609,6.26072 3.79354,6.14576 Z M 1.92486,7.26471 C 1.81505,7.08844 1.86995,6.85852 2.05036,6.75313 2.23077,6.64584 2.46412,6.7014 2.57197,6.87576 2.68178,7.05012 2.62492,7.27813 2.44647,7.38734 2.38568,7.42374 2.31705,7.44099 2.24842,7.44099 2.12095,7.44099 1.99545,7.37776 1.92486,7.26471 Z M 0.055991,8.37986 C -0.0538215,8.2055 0.00304566,7.9775 0.181491,7.8702 0.359936,7.7629 0.593288,7.81847 0.7031,7.99283 0.812913,8.1691 0.756046,8.39711 0.575639,8.50249 0.51485,8.54081 0.448178,8.55805 0.379546,8.55805 0.252085,8.55805 0.126585,8.49483 0.055991,8.37986 Z"
+ id="path306_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.737672 c -0.100008,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0431406,0.559481 0,0.461763 0,0.365962 0,0.27016 0.0431406,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.068977 0.109813,0.162862 0.109813,0.262496 0,0.095801 -0.04118,0.193519 -0.109813,0.262496 C 0.580438,0.697435 0.48043,0.737672 0.382383,0.737672"
+ id="path307_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.181491,0.686999 C 0.00304566,0.581617 -0.0538215,0.351693 0.055991,0.177335 0.167764,0.0029759 0.401116,-0.052589 0.579561,0.0547087 0.758007,0.16009 0.814874,0.390014 0.705061,0.564373 0.634468,0.677419 0.508968,0.742564 0.379546,0.742564 0.312874,0.740648 0.244241,0.725319 0.181491,0.686999 Z M 2.05234,1.80403 C 1.8739,1.69673 1.81703,1.46872 1.92684,1.29245 2.03469,1.11809 2.27,1.06252 2.45041,1.16982 2.62886,1.27712 2.68572,1.50704 2.57591,1.6814 2.50336,1.79636 2.37982,1.85959 2.2504,1.85959 2.18372,1.85959 2.11509,1.84043 2.05234,1.80403 Z M 3.92306,2.92109 C 3.74265,2.81379 3.68578,2.58578 3.79756,2.41142 3.90541,2.23515 4.13876,2.17958 4.31917,2.2888 4.49761,2.39418 4.55448,2.62219 4.44467,2.79846 4.37211,2.91151 4.24857,2.97474 4.11915,2.97474 4.05248,2.97474 3.98581,2.95749 3.92306,2.92109 Z M 5.79184,4.03624 C 5.6134,3.92894 5.55653,3.70094 5.66634,3.52658 5.77616,3.35222 6.00951,3.29665 6.18991,3.40395 6.36836,3.50933 6.42523,3.73734 6.31541,3.91553 6.24286,4.02858 6.11736,4.09181 5.9899,4.09181 5.92126,4.09181 5.85263,4.07456 5.79184,4.03624 Z M 7.66248,5.15327 C 7.48207,5.04789 7.42717,4.81796 7.53502,4.64169 7.64483,4.46733 7.87818,4.41177 8.05663,4.51906 8.23704,4.62828 8.2939,4.85629 8.18409,5.03064 8.11154,5.14561 7.988,5.20884 7.86054,5.20884 7.7919,5.20884 7.72327,5.18967 7.66248,5.15327 Z M 9.53127,6.27032 C 9.35087,6.16302 9.294,5.93502 9.40381,5.76066 9.51558,5.58438 9.74894,5.53073 9.92738,5.63612 10.1058,5.74341 10.1627,5.97142 10.0529,6.14578 9.98229,6.26074 9.85679,6.32397 9.72933,6.32397 9.66069,6.32397 9.59206,6.30864 9.53127,6.27032 Z M 11.4,7.38734 C 11.2216,7.27813 11.1647,7.05012 11.2745,6.87576 11.3843,6.7014 11.6196,6.64584 11.7981,6.75313 c 0.1784,0.10539 0.2353,0.33531 0.1255,0.51158 -0.0706,0.11305 -0.1961,0.17628 -0.3255,0.17628 -0.0667,0 -0.1354,-0.01725 -0.1981,-0.05365 z m 1.8708,1.11515 C 13.0924,8.39711 13.0355,8.1691 13.1453,7.99283 13.2552,7.81847 13.4865,7.7629 13.667,7.8702 c 0.1784,0.1073 0.2353,0.3353 0.1255,0.50966 -0.0726,0.11497 -0.1961,0.17819 -0.3256,0.17819 -0.0647,0 -0.1333,-0.01724 -0.1961,-0.05556 z"
+ id="path308_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.184328,0.697435 0.113734,0.630374 0.0431406,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0431406,0.172443 0.113734,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.109813,0.166694 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.264412 -0.072554,0.067061 -0.16864,0.107298 -0.270609,0.107298"
+ id="path309_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 8.06551,0.563443 C 7.9557,0.389084 8.01257,0.161077 8.19101,0.0537791 8.37142,-0.0516026 8.60477,0.00204629 8.71262,0.178321 8.82243,0.35268 8.76557,0.580688 8.58712,0.687985 8.52437,0.726306 8.45574,0.741634 8.39103,0.741634 8.26161,0.741634 8.13807,0.678405 8.06551,0.563443 Z M 6.06147,1.75906 C 5.95362,1.5847 6.00852,1.35669 6.18697,1.2494 6.36737,1.14402 6.60269,1.19766 6.7125,1.37394 6.82035,1.5483 6.76544,1.77631 6.58504,1.8836 6.52425,1.92192 6.45562,1.93725 6.38698,1.93725 6.25952,1.93725 6.13402,1.87402 6.06147,1.75906 Z M 4.06112,2.95468 C 3.95131,2.78032 4.00817,2.55231 4.18662,2.44501 4.36506,2.33963 4.59841,2.39328 4.70823,2.56956 4.82,2.74392 4.76313,2.97192 4.58273,3.07922 4.51998,3.11754 4.45331,3.13287 4.38467,3.13287 4.25721,3.13287 4.13171,3.07156 4.06112,2.95468 Z M 2.05721,4.15214 C 1.9474,3.97587 2.00427,3.74786 2.18271,3.64248 2.36312,3.53518 2.59843,3.59074 2.70628,3.7651 2.81609,3.93946 2.75923,4.16747 2.58078,4.27668 2.51803,4.31309 2.4494,4.33033 2.38273,4.33033 2.25331,4.33033 2.12977,4.2671 2.05721,4.15214 Z M 0.0550396,5.34967 C -0.052812,5.17339 0.00209425,4.94347 0.1825,4.83617 0.360946,4.73079 0.594297,4.78635 0.70411,4.96071 0.813922,5.13507 0.759016,5.36308 0.57861,5.47229 0.517821,5.5087 0.449188,5.52594 0.380555,5.52594 0.253094,5.52594 0.127594,5.46271 0.0550396,5.34967 Z"
+ id="path310_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.737193 c -0.100008,0 -0.200016,-0.038321 -0.27061,-0.107298 C 0.0431406,0.559002 0,0.465116 0,0.365483 0,0.269681 0.0431406,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.539258,0 0.068633,0.068977 0.109813,0.164778 0.109813,0.26058 0,0.099633 -0.04118,0.193519 -0.109813,0.264412 C 0.578477,0.698872 0.48043,0.737193 0.382383,0.737193"
+ id="path311_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.1825,0.687985 C 0.00209425,0.580688 -0.052812,0.35268 0.0550396,0.178321 0.164852,0.00204629 0.398204,-0.0516026 0.576649,0.0537791 0.757055,0.161077 0.811961,0.389084 0.70411,0.563443 0.631555,0.678405 0.506055,0.741634 0.378594,0.741634 0.311922,0.741634 0.24329,0.726306 0.1825,0.687985 Z M 2.18257,1.88358 C 2.00413,1.77629 1.94922,1.54828 2.05707,1.37392 2.16689,1.19956 2.4022,1.144 2.58064,1.24938 2.75909,1.35668 2.81596,1.58468 2.70614,1.75904 2.63555,1.874 2.51005,1.93723 2.38259,1.93723 2.31396,1.93723 2.24532,1.9219 2.18257,1.88358 Z M 4.18676,3.0792 C 4.00831,2.9719 3.94948,2.7439 4.06126,2.56954 4.16911,2.39518 4.40246,2.33961 4.58287,2.445 4.76131,2.55229 4.81818,2.7803 4.70837,2.95466 4.63581,3.07154 4.51227,3.13285 4.38285,3.13285 4.31814,3.13285 4.24951,3.11752 4.18676,3.0792 Z M 6.18882,4.27669 C 6.01037,4.16748 5.9535,3.93947 6.06332,3.76511 6.17117,3.58884 6.40648,3.53519 6.58689,3.64057 6.76533,3.74787 6.8222,3.97588 6.71239,4.15215 6.63983,4.26711 6.51433,4.33034 6.38687,4.33034 6.31824,4.33034 6.2496,4.3131 6.18882,4.27669 Z m 2.00217,1.1956 C 8.01058,5.36308 7.95567,5.13507 8.06549,4.96071 8.1753,4.78635 8.40865,4.73079 8.5871,4.83617 8.76554,4.94347 8.82241,5.17339 8.7126,5.34775 8.642,5.46271 8.5165,5.52594 8.38904,5.52594 8.32041,5.52594 8.25374,5.5087 8.19099,5.47229 Z"
+ id="path312_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.736955 C 0.278453,0.736955 0.180406,0.696718 0.109812,0.629657 0.0392187,0.558764 0,0.462962 0,0.365245 0,0.269443 0.0392187,0.171725 0.109812,0.102748 c 0.143149,-0.1379538 0.398071,-0.1360378 0.537297,0 0.070594,0.068977 0.113735,0.166695 0.113735,0.262497 0,0.097717 -0.043141,0.195435 -0.113735,0.264412 -0.068632,0.067061 -0.16864,0.107298 -0.268648,0.107298"
+ id="path313_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 8.06549,0.566289 C 7.95567,0.390014 8.01058,0.162006 8.19099,0.0547087 8.37139,-0.052589 8.60474,0.0029759 8.7126,0.177335 8.82241,0.351693 8.76554,0.581617 8.5871,0.688915 8.52631,0.725319 8.45767,0.742564 8.38904,0.742564 8.26158,0.742564 8.13608,0.679335 8.06549,0.566289 Z M 6.06332,1.75999 C 5.9535,1.58563 6.01037,1.35762 6.18882,1.25033 6.36726,1.14303 6.60061,1.19859 6.71239,1.37295 6.8222,1.54923 6.76533,1.77723 6.58689,1.88453 6.52414,1.92094 6.4555,1.93818 6.38687,1.93818 6.25941,1.93818 6.13391,1.87495 6.06332,1.75999 Z M 4.06126,2.95752 C 3.94948,2.78125 4.00831,2.55324 4.18676,2.44786 4.3652,2.33864 4.59855,2.39421 4.70837,2.57048 4.81818,2.74484 4.76131,2.97285 4.58287,3.08015 4.52012,3.11655 4.45148,3.1338 4.38481,3.1338 4.25539,3.1338 4.13185,3.07057 4.06126,2.95752 Z M 2.05707,4.15119 C 1.94922,3.97683 2.00413,3.74883 2.18257,3.64153 2.36298,3.53615 2.59633,3.59171 2.70614,3.76607 2.81596,3.94043 2.75909,4.16844 2.58064,4.27574 2.51789,4.31406 2.45122,4.32938 2.38259,4.32938 2.25513,4.32938 2.12963,4.26615 2.05707,4.15119 Z M 0.0550396,5.34867 C -0.052812,5.1724 0.00209425,4.94439 0.1825,4.83901 0.360946,4.73171 0.594297,4.78728 0.70411,4.96164 0.811961,5.136 0.757055,5.364 0.576649,5.4713 0.51586,5.50962 0.447227,5.52495 0.378594,5.52495 c -0.1255,0 -0.251,-0.06323 -0.3235544,-0.17628 z"
+ id="path314_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.736475 c -0.100008,0 -0.200016,-0.03832 -0.27061,-0.107297 C 0.0431406,0.558285 0,0.464399 0,0.366682 0,0.268964 0.0431406,0.173163 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.539258,0 0.068633,0.068978 0.109813,0.164779 0.109813,0.262497 0,0.097717 -0.04118,0.191603 -0.109813,0.262496 C 0.580438,0.698155 0.48043,0.736475 0.382383,0.736475"
+ id="path315_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.18062,0.688915 C 0.00217502,0.581617 -0.0527312,0.351693 0.0551203,0.177335 0.164933,0.0029759 0.398284,-0.052589 0.578691,0.0547087 0.757136,0.162006 0.814003,0.390014 0.704191,0.564373 0.633597,0.679335 0.508097,0.742564 0.380636,0.742564 0.312003,0.742564 0.24337,0.725319 0.18062,0.688915 Z M 2.18271,1.88453 C 2.00427,1.77723 1.9474,1.54923 2.05721,1.37295 2.16702,1.19859 2.40234,1.14303 2.58078,1.25033 2.75923,1.35762 2.81609,1.58563 2.70628,1.75999 2.63373,1.87495 2.51019,1.93818 2.38077,1.93818 2.31409,1.93818 2.24546,1.92094 2.18271,1.88453 Z m 2.00415,1.1956 C 4.00842,2.97283 3.95155,2.74483 4.06136,2.57047 4.16921,2.39419 4.40257,2.33863 4.58297,2.44593 4.76338,2.55322 4.82024,2.78123 4.70847,2.95559 4.63788,3.07055 4.51238,3.13378 4.38492,3.13378 4.31824,3.13378 4.24961,3.11654 4.18686,3.08013 Z M 6.18697,4.27574 C 6.00852,4.16845 5.95362,3.94044 6.06147,3.76608 6.17324,3.59172 6.40659,3.53616 6.58504,3.64345 6.76544,3.74884 6.82035,3.97684 6.7125,4.15312 6.63994,4.26616 6.51444,4.32939 6.38698,4.32939 6.31835,4.32939 6.24972,4.31406 6.18697,4.27574 Z M 8.19101,5.4713 C 8.01257,5.364 7.9557,5.136 8.06551,4.96164 8.17336,4.78728 8.40868,4.73171 8.58712,4.83901 8.76557,4.94439 8.82243,5.1724 8.71262,5.34867 8.64399,5.46172 8.51849,5.52495 8.38907,5.52495 8.3224,5.52495 8.25376,5.50962 8.19101,5.4713 Z"
+ id="path316_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.109812,0.630374 0.0411797,0.561397 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.539258,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 C 0.576516,0.697435 0.48043,0.737672 0.378461,0.737672"
+ id="path317_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.65728,0.564373 C 3.54747,0.390014 3.60238,0.162006 3.78278,0.0547087 3.96319,-0.052589 4.19654,0.0029759 4.30635,0.177335 4.4142,0.353609 4.35734,0.581617 4.17889,0.686999 4.1181,0.725319 4.04947,0.742564 3.98084,0.742564 3.85338,0.742564 3.72788,0.681251 3.65728,0.564373 Z M 1.85726,1.64116 C 1.74745,1.46681 1.80432,1.23688 1.98276,1.12958 2.16121,1.0242 2.39456,1.07785 2.50437,1.25413 2.61614,1.42849 2.55732,1.65649 2.37887,1.76379 2.31612,1.80211 2.24749,1.81936 2.18278,1.81936 2.05335,1.81936 1.92785,1.75613 1.85726,1.64116 Z M 0.0550396,2.71796 C -0.052812,2.54169 0.00209425,2.31176 0.1825,2.20638 0.360946,2.09908 0.594297,2.15465 0.706071,2.32901 0.813922,2.50337 0.759016,2.73137 0.57861,2.84059 0.517821,2.87699 0.449188,2.89424 0.380555,2.89424 0.253094,2.89424 0.127594,2.83101 0.0550396,2.71796 Z"
+ id="path318_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.737672 c -0.100008,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0431406,0.559481 0,0.463679 0,0.367878 0,0.268244 0.0431406,0.174359 0.111773,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.070893 0.109813,0.164778 0.109813,0.264412 0,0.095801 -0.04118,0.191603 -0.109813,0.26058 C 0.578477,0.699351 0.48043,0.737672 0.382383,0.737672"
+ id="path319_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.18062,0.687985 C 0.00217502,0.580688 -0.0527312,0.35268 0.0551203,0.178321 0.164933,0.00204629 0.398284,-0.0516026 0.578691,0.0537791 0.757136,0.161077 0.814003,0.389084 0.704191,0.563443 0.633597,0.680321 0.508097,0.741634 0.380636,0.741634 0.312003,0.741634 0.24337,0.72439 0.18062,0.687985 Z M 1.98276,1.76288 C 1.80432,1.65558 1.74745,1.42757 1.85726,1.25321 1.96511,1.07694 2.19846,1.02329 2.37887,1.12867 2.55732,1.23597 2.61418,1.46589 2.50437,1.64025 2.43182,1.75521 2.30632,1.81844 2.17885,1.81844 2.11414,1.81844 2.04551,1.8012 1.98276,1.76288 Z M 3.78278,2.8397 C 3.60238,2.73048 3.54747,2.50247 3.65728,2.32812 3.7671,2.15184 4.00045,2.09819 4.17889,2.20549 4.35734,2.31087 4.4142,2.54079 4.30439,2.71515 4.2338,2.83012 4.1083,2.89334 3.98084,2.89334 3.9122,2.89334 3.84357,2.8761 3.78278,2.8397 Z"
+ id="path320_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.736955 C 0.280414,0.736955 0.182367,0.696718 0.111773,0.627741 0.0411797,0.56068 0,0.462962 0,0.365245 0,0.269443 0.0411797,0.171725 0.111773,0.102748 c 0.141188,-0.1360378 0.39611,-0.1379538 0.539258,0 0.068633,0.068977 0.109813,0.166695 0.109813,0.262497 0,0.097717 -0.04118,0.193519 -0.109813,0.264412 C 0.578477,0.696718 0.48043,0.736955 0.380422,0.736955"
+ id="path321_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.65826,0.566289 C 3.54845,0.390014 3.60335,0.162006 3.78376,0.0547087 3.96417,-0.052589 4.19752,0.0029759 4.30537,0.177335 4.41518,0.351693 4.35831,0.581617 4.17987,0.688915 4.11908,0.725319 4.05045,0.742564 3.98181,0.742564 3.85435,0.742564 3.72885,0.679335 3.65826,0.566289 Z M 1.85799,1.64118 C 1.74818,1.4649 1.80505,1.2369 1.98349,1.1296 2.16194,1.0223 2.39529,1.07787 2.5051,1.25222 2.61491,1.4285 2.55805,1.65651 2.3796,1.7638 2.31685,1.80021 2.24822,1.81745 2.17959,1.81745 c -0.1255,0 -0.251,-0.06323 -0.3216,-0.17627 z M 0.055991,2.71607 C -0.0538215,2.54171 0.00304566,2.31178 0.181491,2.2064 0.361897,2.09719 0.595249,2.15275 0.705061,2.32903 0.814874,2.50339 0.758007,2.73331 0.579561,2.83869 0.516811,2.8751 0.448178,2.89234 0.381507,2.89234 0.252085,2.89234 0.128546,2.82911 0.055991,2.71607 Z"
+ id="path322_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.737672 c -0.100008,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0431406,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0431406,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.070893 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.04118,0.193519 -0.109813,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.382383,0.737672"
+ id="path323_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.1825,0.688915 C 0.00209425,0.581617 -0.052812,0.351693 0.0550396,0.177335 0.164852,0.0029759 0.400165,-0.052589 0.57861,0.0547087 0.757055,0.162006 0.813922,0.390014 0.706071,0.566289 0.633516,0.679335 0.508016,0.742564 0.380555,0.742564 0.311922,0.742564 0.24329,0.725319 0.1825,0.688915 Z M 1.98276,1.7638 C 1.80432,1.65651 1.74745,1.4285 1.85726,1.25222 1.96511,1.07787 2.19846,1.0223 2.37887,1.1296 2.55732,1.2369 2.61614,1.4649 2.50437,1.64118 2.43378,1.75422 2.30828,1.81745 2.18082,1.81745 2.11414,1.81745 2.04551,1.80021 1.98276,1.7638 Z M 3.78278,2.83869 C 3.60238,2.73139 3.54747,2.50339 3.65728,2.32903 3.7671,2.15275 4.00045,2.09719 4.17889,2.2064 4.35734,2.31178 4.4142,2.53979 4.30635,2.71607 4.2338,2.82911 4.1083,2.89234 3.98084,2.89234 3.9122,2.89234 3.84553,2.8751 3.78278,2.83869 Z"
+ id="path324_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.100008,0 -0.198055,-0.040237 -0.27061,-0.107298 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 C 0.578477,0.697435 0.478469,0.737672 0.380422,0.737672"
+ id="path325_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.055991,0.565359 C -0.0538215,0.391001 0.00304566,0.161077 0.181491,0.0537791 0.361897,-0.0516026 0.595249,0.00204629 0.7031,0.178321 0.812913,0.35268 0.756046,0.580687 0.5776,0.689901 0.51485,0.726306 0.446218,0.74355 0.379546,0.74355 c -0.127461,0 -0.251,-0.063229 -0.323555,-0.178191"
+ id="path326_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.739588 c -0.100008,0 -0.200016,-0.042153 -0.27061,-0.11113 C 0.0431406,0.561397 0,0.463679 0,0.367878 0,0.268244 0.0431406,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.068977 0.109813,0.164778 0.109813,0.264412 0,0.095801 -0.04118,0.193519 -0.109813,0.26058 -0.072554,0.068977 -0.170601,0.11113 -0.268648,0.11113"
+ id="path327_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.182044,0.689901 C 0.00359879,0.580687 -0.0532684,0.35268 0.0545832,0.178321 0.164396,0.00204629 0.397747,-0.0516026 0.578153,0.0537791 0.756599,0.161077 0.815427,0.391001 0.703654,0.565359 0.631099,0.680321 0.505599,0.74355 0.380099,0.74355 0.311466,0.74355 0.244794,0.726306 0.182044,0.689901"
+ id="path328_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.697435 0.113734,0.630374 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.113734,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.535336,0 0.072555,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.264412 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path329_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.0545832,0.566289 C -0.0532684,0.39193 0.00359879,0.162006 0.182044,0.0547087 0.360489,-0.052589 0.593841,0.0029759 0.703654,0.177335 0.815427,0.353609 0.756599,0.583533 0.578153,0.688915 0.515403,0.725319 0.446771,0.74448 0.380099,0.74448 0.252638,0.74448 0.127138,0.681251 0.0545832,0.566289"
+ id="path330_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.737672 c -0.100008,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0431406,0.559481 0,0.465595 0,0.365962 0,0.268244 0.0431406,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.070893 0.109813,0.164778 0.109813,0.262496 0,0.099633 -0.04118,0.193519 -0.109813,0.262496 C 0.580438,0.699351 0.48043,0.737672 0.382383,0.737672"
+ id="path331_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.181491,0.688915 C 0.00304566,0.583533 -0.0538215,0.353609 0.055991,0.177335 0.163843,0.0029759 0.399155,-0.052589 0.5776,0.0547087 0.756046,0.163922 0.812913,0.39193 0.7031,0.566289 0.632507,0.681251 0.507007,0.74448 0.377585,0.74448 0.312874,0.74448 0.244241,0.725319 0.181491,0.688915"
+ id="path332_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,7.76759 C 0.168641,7.76759 0,7.60281 0,7.39779 V 0.369794 C 0,0.164779 0.168641,0 0.380422,0 0.590242,0 0.758883,0.164779 0.758883,0.369794 V 7.39779 c 0,0.20502 -0.168641,0.3698 -0.378461,0.3698"
+ id="path333_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738871 C 0.282375,0.738871 0.182367,0.696718 0.111773,0.629657 0.0431406,0.558764 0,0.462962 0,0.367161 0,0.269443 0.0431406,0.173642 0.111773,0.102748 c 0.141188,-0.1379538 0.39611,-0.1360378 0.539258,0 0.070594,0.070894 0.109813,0.166695 0.109813,0.264413 0,0.095801 -0.039219,0.193519 -0.109813,0.262496 -0.072554,0.067061 -0.16864,0.109214 -0.270609,0.109214"
+ id="path334_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.172562,0 0.380422,0 c 0.211781,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,0.74342 0,0.574809 0,0.37171 Z M 0,2.0655 C 0,1.86048 0.172562,1.69379 0.380422,1.69379 c 0.211781,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.168641,0.36979 -0.380422,0.36979 C 0.172562,2.43529 0,2.27051 0,2.0655 Z"
+ id="path335_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737433 C 0.282375,0.737433 0.182367,0.699113 0.111773,0.62822 0.0431406,0.559243 0,0.463441 0,0.365724 0,0.268006 0.0431406,0.174121 0.111773,0.105143 c 0.141188,-0.1398698 0.39611,-0.1398698 0.539258,-0.001916 0.070594,0.070894 0.109813,0.164779 0.109813,0.262497 0,0.099633 -0.039219,0.193519 -0.109813,0.262496 -0.072554,0.070893 -0.16864,0.109213 -0.270609,0.109213"
+ id="path336_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.78993,4.16199 v 0 c -0.1255,0 -0.24315,-0.0594 -0.31375,-0.16095 L 0.0661925,0.582845 C -0.0514637,0.412318 -0.00832309,0.182394 0.164239,0.0655165 0.336802,-0.0513614 0.574075,-0.00729269 0.693693,0.161318 L 2.78993,3.13691 4.88422,0.161318 C 5.00383,-0.00729269 5.24111,-0.0513614 5.41367,0.0655165 5.58623,0.182394 5.62937,0.412318 5.51172,0.582845 l -2.41,3.418195 C 3.03113,4.10259 2.91347,4.16199 2.78993,4.16199"
+ id="path337_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,7.76759 C 0.168641,7.76759 0,7.60281 0,7.39779 V 0.369794 C 0,0.164779 0.168641,0 0.378461,0 0.588281,0 0.758883,0.164779 0.758883,0.369794 V 7.39779 c 0,0.20502 -0.170602,0.3698 -0.380422,0.3698"
+ id="path338_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.100008,0 -0.200016,-0.042153 -0.27061,-0.109214 C 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.171006 0.109812,0.102029 c 0.143149,-0.1360385 0.398071,-0.1360385 0.539258,0 0.068633,0.068977 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.043141,0.193519 -0.111774,0.262496 C 0.578477,0.695998 0.478469,0.738151 0.380422,0.738151"
+ id="path339_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.211781,0 0.382383,0.164779 0.382383,0.37171 0,0.203099 -0.170602,0.37171 -0.382383,0.37171 C 0.170602,0.74342 0,0.574809 0,0.37171 Z M 0,2.0655 C 0,1.86048 0.170602,1.69379 0.380422,1.69379 c 0.211781,0 0.382383,0.16669 0.382383,0.37171 0,0.20501 -0.170602,0.36979 -0.382383,0.36979 C 0.170602,2.43529 0,2.27051 0,2.0655 Z"
+ id="path340_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.100008,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.539258,0 0.068633,0.068977 0.111774,0.162862 0.111774,0.26058 0,0.099633 -0.043141,0.193519 -0.111774,0.262496 C 0.578477,0.698872 0.478469,0.737193 0.380422,0.737193"
+ id="path341_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.78797,4.16199 c -0.12354,0 -0.24119,-0.0594 -0.31179,-0.16095 L 0.0661925,0.582845 C -0.0514637,0.412318 -0.00832309,0.182394 0.164239,0.0655165 0.336802,-0.0513614 0.574075,-0.00729269 0.693693,0.161318 L 2.78797,3.13691 4.88422,0.161318 C 5.00383,-0.00729269 5.23915,-0.0513614 5.41367,0.0655165 5.58623,0.182394 5.62937,0.412318 5.51172,0.582845 l -2.41,3.418195 C 3.03113,4.10259 2.91347,4.16199 2.78797,4.16199"
+ id="path342_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,12.6726 C 0.168641,12.6726 0,12.5078 0,12.3028 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 V 12.3028 c 0,0.205 -0.168641,0.3698 -0.380422,0.3698"
+ id="path343_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.739109 c -0.100008,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0431406,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0431406,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.539258,0 0.068633,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.04118,0.191603 -0.109813,0.262496 C 0.578477,0.698872 0.48043,0.739109 0.382383,0.739109"
+ id="path344_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.170602,0 0.380422,0 c 0.211781,0 0.382383,0.164779 0.382383,0.369794 0,0.205015 -0.170602,0.37171 -0.382383,0.37171 C 0.170602,0.741504 0,0.574809 0,0.369794 Z M 0,2.06358 c 0,-0.2031 0.170602,-0.36979 0.380422,-0.36979 0.211781,0 0.382383,0.16669 0.382383,0.36979 0,0.20502 -0.170602,0.37171 -0.382383,0.37171 C 0.170602,2.43529 0,2.2686 0,2.06358 Z"
+ id="path345_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.737672 c -0.100008,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0431406,0.557565 0,0.463679 0,0.365962 0,0.268244 0.0431406,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.04118,0.193519 -0.109813,0.262496 C 0.580438,0.697435 0.48043,0.737672 0.382383,0.737672"
+ id="path346_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,7.7695 C 0.170602,7.7695 0,7.60281 0,7.39779 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 7.02608 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171"
+ id="path347_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 5.1975,4.16162 c -0.11962,0 -0.23923,-0.05557 -0.31375,-0.16095 L 2.78947,1.02699 0.693228,4.00067 C 0.573611,4.1712 0.336337,4.21335 0.163775,4.09647 -0.00878774,3.98151 -0.0519284,3.74967 0.0676888,3.58106 L 2.47572,0.160947 C 2.54631,0.061313 2.66397,0 2.78947,0 2.91301,0 3.03067,0.061313 3.10126,0.160947 L 5.51125,3.58106 C 5.62891,3.74967 5.58577,3.98151 5.4132,4.09647 5.34849,4.14054 5.27202,4.16162 5.1975,4.16162"
+ id="path348_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 5.19797,4.16162 c -0.12158,0 -0.23924,-0.05557 -0.31375,-0.16095 L 2.78797,1.02699 0.691732,4.00067 C 0.574075,4.1712 0.336802,4.21335 0.164239,4.09647 -0.00832309,3.98151 -0.0514637,3.74967 0.0661925,3.58106 L 2.47618,0.160947 C 2.54678,0.061313 2.66247,0 2.78797,0 2.91347,0 3.03113,0.061313 3.10172,0.160947 L 5.50976,3.58106 C 5.62937,3.74967 5.58623,3.98151 5.41367,4.09647 5.347,4.14054 5.27248,4.16162 5.19797,4.16162"
+ id="path349_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.280414,0.738151 0.182367,0.69983 0.109812,0.628937 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.172922 0.109812,0.102029 c 0.143149,-0.1360385 0.398071,-0.1360385 0.539258,0 0.068633,0.070893 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.043141,0.193519 -0.111774,0.262496 C 0.578477,0.69983 0.478469,0.738151 0.380422,0.738151"
+ id="path350_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 28.3426,0.565675 c -0.1098,-0.174359 -0.0529,-0.402367 0.1255,-0.5096646 0.1785,-0.1092137 0.4138,-0.05364883 0.5236,0.1226256 0.1098,0.176275 0.0529,0.404283 -0.1255,0.509664 -0.0628,0.036405 -0.1314,0.055565 -0.2,0.055565 -0.1275,0 -0.253,-0.063229 -0.3236,-0.17819 z M 26.8542,1.45469 c -0.1098,-0.17627 -0.0549,-0.40428 0.1275,-0.509661 0.1784,-0.107298 0.4118,-0.051733 0.5196,0.122621 0.1098,0.17436 0.053,0.40237 -0.1255,0.50967 -0.0608,0.03832 -0.1294,0.05365 -0.198,0.05365 -0.1275,0 -0.253,-0.06323 -0.3236,-0.17628 z M 25.3658,2.34373 C 25.256,2.16746 25.3129,1.93945 25.4913,1.83407 c 0.1785,-0.1073 0.4138,-0.05174 0.5216,0.12262 0.1098,0.17436 0.053,0.40237 -0.1255,0.50967 -0.0627,0.03832 -0.1314,0.05556 -0.198,0.05556 -0.1275,0 -0.253,-0.06323 -0.3236,-0.17819 z m -1.4904,0.88903 c -0.1079,-0.17436 -0.051,-0.40428 0.1274,-0.51158 0.1785,-0.10538 0.4118,-0.04982 0.5217,0.12454 0.1098,0.17436 0.0529,0.40237 -0.1275,0.51158 -0.0608,0.03641 -0.1275,0.05365 -0.1961,0.05365 -0.1275,0 -0.253,-0.06323 -0.3255,-0.17819 z M 22.387,4.12183 c -0.1098,-0.17435 -0.0529,-0.40236 0.1255,-0.51158 0.1805,-0.10538 0.4138,-0.05173 0.5236,0.12263 0.1098,0.17628 0.053,0.4062 -0.1255,0.5135 -0.0627,0.03449 -0.1314,0.05365 -0.198,0.05365 -0.1275,0 -0.253,-0.06323 -0.3256,-0.1782 z M 20.8969,5.01086 C 20.789,4.83651 20.8459,4.6085 21.0243,4.5012 c 0.1785,-0.10921 0.4138,-0.05365 0.5236,0.12263 0.1079,0.17627 0.0529,0.40428 -0.1255,0.50966 -0.0628,0.03641 -0.1314,0.05557 -0.2,0.05557 -0.1275,0 -0.253,-0.06323 -0.3255,-0.1782 z M 19.4105,5.89988 C 19.3006,5.72552 19.3556,5.4956 19.536,5.39022 c 0.1804,-0.1073 0.4137,-0.05173 0.5235,0.12262 0.1079,0.17628 0.051,0.40237 -0.1274,0.50967 -0.0608,0.03832 -0.1295,0.05365 -0.1981,0.05365 -0.1274,0 -0.2529,-0.06323 -0.3235,-0.17628 z m -1.4883,0.89095 c -0.1098,-0.17819 -0.0529,-0.4062 0.1255,-0.5135 0.1784,-0.10538 0.4118,-0.04981 0.5216,0.12454 0.1098,0.17436 0.053,0.40237 -0.1255,0.51158 -0.0627,0.03641 -0.1314,0.05365 -0.198,0.05365 -0.1275,0 -0.251,-0.06323 -0.3236,-0.17627 z m -1.4885,0.88712 c -0.1098,-0.17436 -0.053,-0.40428 0.1255,-0.51158 0.1784,-0.10538 0.4118,-0.04982 0.5216,0.12454 0.1098,0.17436 0.0529,0.40428 -0.1275,0.51158 -0.0608,0.03641 -0.1274,0.05365 -0.1961,0.05365 -0.1274,0 -0.2529,-0.06323 -0.3235,-0.17819 z m -1.4903,0.88908 c -0.1098,-0.17436 -0.0529,-0.40237 0.1255,-0.51159 0.1804,-0.10538 0.4138,-0.05173 0.5236,0.12263 0.1098,0.17628 0.053,0.4062 -0.1255,0.5135 -0.0608,0.0364 -0.1294,0.05365 -0.198,0.05365 -0.1295,0 -0.253,-0.06323 -0.3256,-0.17819 z m -1.4882,0.889 c -0.1099,-0.17436 -0.053,-0.40236 0.1255,-0.50966 0.1784,-0.10922 0.4137,-0.05174 0.5235,0.12262 0.1098,0.17628 0.053,0.40429 -0.1255,0.51158 -0.0627,0.03641 -0.1314,0.05365 -0.198,0.05365 -0.1294,0 -0.2549,-0.06323 -0.3255,-0.17819 z m -1.4886,0.88907 c -0.1098,-0.1763 -0.0549,-0.40239 0.1255,-0.50969 0.1804,-0.1073 0.4138,-0.05173 0.5216,0.12263 0.1098,0.17436 0.0549,0.40236 -0.1255,0.50966 -0.0608,0.0383 -0.1294,0.0556 -0.198,0.0556 -0.1275,0 -0.253,-0.0633 -0.3236,-0.1782 z m -1.4882,0.8909 c -0.1099,-0.1782 -0.053,-0.4062 0.1255,-0.5116 0.1804,-0.1073 0.4137,-0.0517 0.5216,0.1227 0.1098,0.1743 0.0529,0.4023 -0.1255,0.5116 -0.0628,0.0364 -0.1314,0.0536 -0.1981,0.0536 -0.1294,0 -0.253,-0.0632 -0.3235,-0.1763 z M 8.98815,12.1251 C 8.88029,11.9488 8.9352,11.7208 9.11561,11.6116 c 0.17844,-0.1054 0.41179,-0.0499 0.52161,0.1245 0.10981,0.1744 0.05294,0.4043 -0.12747,0.5116 -0.06078,0.0364 -0.12746,0.0536 -0.19609,0.0536 -0.12746,0 -0.25296,-0.0632 -0.32551,-0.1762 z M 7.4997,13.0122 c -0.10785,-0.1743 -0.05294,-0.4024 0.1255,-0.5097 0.18041,-0.1072 0.41376,-0.0536 0.52357,0.1227 0.10981,0.1762 0.05295,0.4043 -0.1255,0.5116 -0.06079,0.0364 -0.12942,0.0536 -0.19805,0.0536 -0.12746,0 -0.25296,-0.0632 -0.32552,-0.1782 z m -1.48839,0.889 c -0.10981,-0.1743 -0.05294,-0.4023 0.1255,-0.5096 0.17845,-0.1073 0.41376,-0.0518 0.52357,0.1226 0.10982,0.1763 0.05295,0.4043 -0.1255,0.5097 -0.06275,0.0383 -0.13138,0.0555 -0.19805,0.0555 -0.12942,0 -0.25492,-0.0632 -0.32552,-0.1782 z m -1.4883,0.8891 c -0.10982,-0.1744 -0.05491,-0.4024 0.1255,-0.5097 0.1804,-0.1073 0.41375,-0.0517 0.52357,0.1226 0.10785,0.1744 0.05294,0.4043 -0.12747,0.5097 -0.06078,0.0383 -0.12942,0.0556 -0.19805,0.0556 -0.12746,0 -0.25296,-0.0633 -0.32355,-0.1782 z m -1.48826,0.8909 c -0.10981,-0.1763 -0.05294,-0.4062 0.1255,-0.5116 0.18041,-0.1073 0.41376,-0.0517 0.52161,0.1227 0.10981,0.1743 0.05295,0.4042 -0.1255,0.5115 -0.06275,0.0364 -0.13138,0.0556 -0.19805,0.0556 -0.12943,0 -0.251,-0.0651 -0.32356,-0.1782 z M 1.54623,16.5703 C 1.43641,16.394 1.49328,16.166 1.67173,16.0587 c 0.17844,-0.1073 0.41179,-0.0518 0.5216,0.1226 0.10982,0.1744 0.05295,0.4043 -0.12746,0.5116 -0.06079,0.0364 -0.12746,0.0536 -0.19609,0.0536 -0.12746,0 -0.25296,-0.0632 -0.32355,-0.1762 z m -1.490239,0.8871 c -0.1098125,-0.1744 -0.05294534,-0.4024 0.1255,-0.5097 0.180406,-0.1073 0.413758,-0.0536 0.52357,0.1246 0.109813,0.1743 0.052946,0.4023 -0.1255,0.5096 -0.060789,0.0364 -0.129422,0.0537 -0.198054,0.0537 -0.127461,0 -0.252961,-0.0633 -0.325516,-0.1782 z"
+ id="path351_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.181491,0.6883 C 0.00304566,0.582919 -0.0538215,0.352995 0.055991,0.178636 0.163843,0.00236157 0.399155,-0.0532033 0.579561,0.0560104 0.758007,0.161392 0.814874,0.391316 0.705061,0.565675 0.632507,0.680636 0.508968,0.743865 0.379546,0.743865 0.312874,0.743865 0.244241,0.724705 0.181491,0.6883 Z M 1.67176,1.57732 C 1.49135,1.47002 1.43645,1.24201 1.5443,1.06765 1.65411,0.893296 1.88942,0.837731 2.06787,0.945029 2.24631,1.05041 2.30318,1.27842 2.19337,1.45469 2.12277,1.56774 1.99727,1.63097 1.86981,1.63097 1.80118,1.63097 1.73255,1.61564 1.67176,1.57732 Z M 3.16025,2.46635 C 2.98181,2.35905 2.92494,2.13104 3.03475,1.95668 3.1426,1.78232 3.37595,1.72676 3.55636,1.83214 3.73481,1.93944 3.79363,2.16745 3.68186,2.34372 3.60931,2.45868 3.48577,2.52191 3.35831,2.52191 3.29163,2.52191 3.223,2.50467 3.16025,2.46635 Z M 4.64843,3.35732 C 4.46998,3.24811 4.41115,3.0201 4.52293,2.84574 4.63274,2.66947 4.86609,2.61582 5.04454,2.7212 5.22298,2.8285 5.27985,3.05842 5.17004,3.23278 5.09944,3.34774 4.97394,3.41097 4.84648,3.41097 4.77981,3.41097 4.71118,3.39373 4.64843,3.35732 Z M 6.13685,4.24446 C 5.95644,4.13908 5.90153,3.90916 6.00939,3.73288 6.12116,3.55852 6.35451,3.50487 6.53296,3.61025 6.71336,3.71947 6.76827,3.94748 6.66042,4.12183 6.58786,4.2368 6.46236,4.30003 6.3349,4.30003 6.26627,4.30003 6.19764,4.28087 6.13685,4.24446 Z M 7.62509,5.13349 C 7.44665,5.02811 7.38978,4.8001 7.49959,4.62383 7.60941,4.44755 7.84472,4.39199 8.02316,4.5012 8.20161,4.6085 8.25848,4.83651 8.14866,5.01086 8.07807,5.12583 7.95257,5.18906 7.82315,5.18906 7.75648,5.18906 7.68784,5.1699 7.62509,5.13349 Z M 9.11561,6.02251 C 8.9352,5.91521 8.88029,5.68912 8.98815,5.51284 9.09796,5.33849 9.33327,5.28292 9.51172,5.39022 9.69016,5.4956 9.74703,5.72361 9.63722,5.89988 9.56662,6.01293 9.44112,6.07616 9.31366,6.07616 9.24503,6.07616 9.1764,6.06083 9.11561,6.02251 Z M 10.6039,6.91346 C 10.4254,6.80425 10.3685,6.57624 10.4784,6.40188 10.5862,6.22752 10.8196,6.17196 11,6.27926 c 0.1784,0.10538 0.2353,0.33339 0.1255,0.51158 -0.0726,0.11304 -0.1961,0.17627 -0.3236,0.17627 -0.0686,0 -0.1373,-0.01724 -0.198,-0.05365 z m 1.4884,0.88903 C 11.9138,7.69519 11.855,7.46527 11.9668,7.29091 c 0.1098,-0.17436 0.3431,-0.22992 0.5216,-0.12454 0.1784,0.1073 0.2353,0.33722 0.1255,0.51158 -0.0706,0.11496 -0.1961,0.17819 -0.3236,0.17819 -0.0666,0 -0.1353,-0.01724 -0.198,-0.05365 z m 1.4884,0.88716 C 13.4003,8.58427 13.3454,8.35435 13.4532,8.17807 13.565,8.00371 13.7984,7.95006 13.9768,8.05544 c 0.1804,0.10922 0.2353,0.33723 0.1275,0.51159 -0.0726,0.11496 -0.1981,0.17819 -0.3256,0.17819 -0.0686,0 -0.1372,-0.01916 -0.198,-0.05557 z m 1.4882,0.88901 C 14.8905,9.47328 14.8336,9.24527 14.9434,9.06899 15.0533,8.89463 15.2866,8.83715 15.467,8.94637 c 0.1785,0.1073 0.2353,0.3353 0.1255,0.50966 -0.0725,0.11496 -0.1961,0.17819 -0.3255,0.17819 -0.0667,0 -0.1353,-0.01724 -0.1981,-0.05556 z m 1.4883,0.88904 c -0.1784,-0.1073 -0.2353,-0.3353 -0.1255,-0.50966 0.1098,-0.17436 0.3451,-0.22993 0.5236,-0.12263 0.1784,0.10538 0.2353,0.33339 0.1255,0.50969 -0.0706,0.1149 -0.1961,0.1782 -0.3236,0.1782 -0.0686,0 -0.1372,-0.0173 -0.2,-0.0556 z m 1.4903,0.891 c -0.1784,-0.1093 -0.2353,-0.3373 -0.1274,-0.5116 0.1098,-0.1744 0.3431,-0.23 0.5216,-0.1227 0.1804,0.1054 0.2392,0.3334 0.1274,0.5116 -0.0725,0.1131 -0.1961,0.1763 -0.3235,0.1763 -0.0687,0 -0.1373,-0.0172 -0.1981,-0.0536 z m 1.4885,0.889 c -0.1785,-0.1073 -0.2353,-0.3372 -0.1255,-0.5116 0.1098,-0.1743 0.3431,-0.2299 0.5216,-0.1226 0.1784,0.1073 0.2353,0.3353 0.1255,0.5096 -0.0706,0.115 -0.1961,0.1782 -0.3255,0.1782 -0.0647,0 -0.1334,-0.0172 -0.1961,-0.0536 z m 1.4883,0.8891 c -0.1804,-0.1073 -0.2353,-0.3354 -0.1275,-0.5116 0.1118,-0.1763 0.3452,-0.2299 0.5236,-0.1227 0.1804,0.1073 0.2353,0.3354 0.1275,0.5097 -0.0726,0.115 -0.1981,0.1782 -0.3255,0.1782 -0.0687,0 -0.1373,-0.0172 -0.1981,-0.0536 z m 1.4882,0.8871 c -0.1784,-0.1054 -0.2353,-0.3334 -0.1255,-0.5097 0.1099,-0.1744 0.3432,-0.2299 0.5236,-0.1226 0.1785,0.1073 0.2353,0.3353 0.1255,0.5096 -0.0725,0.115 -0.1961,0.1782 -0.3255,0.1782 -0.0667,0 -0.1353,-0.0172 -0.1981,-0.0555 z m 1.4886,0.889 c -0.1785,-0.1054 -0.2353,-0.3353 -0.1255,-0.5097 0.1098,-0.1743 0.3451,-0.2299 0.5235,-0.1226 0.1785,0.1054 0.2354,0.3353 0.1255,0.5097 -0.0706,0.1168 -0.1961,0.1782 -0.3235,0.1782 -0.0686,0 -0.1373,-0.0173 -0.2,-0.0556 z m 1.4903,0.8909 c -0.1785,-0.1092 -0.2353,-0.3372 -0.1275,-0.5115 0.1098,-0.1744 0.3432,-0.23 0.5236,-0.1227 0.1784,0.1054 0.2373,0.3353 0.1255,0.5116 -0.0706,0.1131 -0.1961,0.1763 -0.3236,0.1763 -0.0666,0 -0.1353,-0.0173 -0.198,-0.0537 z m 1.4882,0.8891 c -0.1785,-0.1073 -0.2353,-0.3372 -0.1255,-0.5115 0.1078,-0.1744 0.3432,-0.23 0.5216,-0.1246 0.1784,0.1092 0.2353,0.3372 0.1255,0.5116 -0.0706,0.115 -0.1961,0.1782 -0.3255,0.1782 -0.0647,0 -0.1334,-0.0173 -0.1961,-0.0537 z m 1.4883,0.889 c -0.1804,-0.1073 -0.2353,-0.3353 -0.1275,-0.5096 0.1118,-0.1782 0.3452,-0.2319 0.5236,-0.1246 0.1804,0.1073 0.2353,0.3353 0.1275,0.5097 -0.0726,0.1149 -0.1981,0.1782 -0.3255,0.1782 -0.0687,0 -0.1373,-0.0173 -0.1981,-0.0537 z"
+ id="path352_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.282375,0.738151 0.182367,0.69983 0.113734,0.630853 0.0431406,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0431406,0.172922 0.113734,0.102029 c 0.141188,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.070893 0.109813,0.166694 0.109813,0.264412 0,0.095801 -0.039219,0.193519 -0.109813,0.262496 C 0.578477,0.69983 0.482391,0.738151 0.380422,0.738151"
+ id="path353_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 31.6428,19.4143 c -0.0687,0 -0.1373,-0.0192 -0.1981,-0.0556 L 0.181491,0.688915 C 0.00304566,0.581617 -0.0538215,0.353609 0.055991,0.177335 0.165803,0.0029759 0.399155,-0.052589 0.579561,0.0547087 L 31.6428,18.6076 62.7099,0.0547087 c 0.1784,-0.1072977 0.4118,-0.0517328 0.5216,0.1226263 0.1098,0.176274 0.053,0.404282 -0.1255,0.51158 L 31.8428,19.3587 c -0.0608,0.0364 -0.1314,0.0556 -0.2,0.0556"
+ id="path354_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 16.2659,0.741516 c -8.5497,0 -15.507111,6.796164 -15.507111,15.151984 0,8.3539 6.957411,15.15 15.507111,15.15 8.5497,0 15.5051,-6.7961 15.5051,-15.15 0,-8.35582 -6.9554,-15.151984 -15.5051,-15.151984 z M 16.266,31.7869 C 7.29665,31.7869 0,24.6574 0,15.8935 0,7.12955 7.29665,0 16.266,0 c 8.9693,0 16.266,7.12955 16.266,15.8935 0,8.7639 -7.2967,15.8934 -16.266,15.8934 z"
+ id="path355_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,31.7869 C 0.170602,31.7869 0,31.6203 0,31.4152 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.369794 V 31.4152 c 0,0.2051 -0.170602,0.3717 -0.380422,0.3717"
+ id="path356_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 32.1515,0.74342 H 0.378461 C 0.168641,0.74342 0,0.576725 0,0.37171 0,0.166695 0.168641,0 0.378461,0 H 32.1515 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1706,0.37171 -0.3805,0.37171"
+ id="path357_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 8.93786,0.741516 c -4.51016,0 -8.179071,6.796164 -8.179071,15.151984 0,8.3539 3.668911,15.15 8.179071,15.15 4.50824,0 8.17714,-6.7961 8.17714,-15.15 0,-8.35582 -3.6689,-15.151984 -8.17714,-15.151984 z m 9e-5,31.045384 c -2.43352,0 -4.70036,-1.6841 -6.38677,-4.7421 C 0.905953,24.0596 0,20.0992 0,15.8935 0,11.6859 0.905953,7.72544 2.55118,4.74026 4.23759,1.68227 6.50443,0 8.93795,0 c 2.43155,0 4.70035,1.68227 6.38485,4.74026 1.6452,2.98518 2.5531,6.94564 2.5531,11.15324 0,4.2057 -0.9079,8.1661 -2.5531,11.1513 -1.6845,3.058 -3.9533,4.7421 -6.38485,4.7421 z"
+ id="path358_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.398071,-0.1379546 0.537297,0 0.072555,0.068977 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.04118,0.193519 -0.113735,0.262496 -0.068632,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path359_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 11.7863,0.743567 C 11.5765,0.735903 11.4118,0.567293 11.4176,0.360361 11.4235,0.157262 11.598,-0.00560048 11.8079,1.4761e-4 12.0177,0.0058957 12.1824,0.176422 12.1765,0.381438 12.1706,0.582621 12.002,0.743567 11.7961,0.743567 c -0.0039,0 -0.0059,0 -0.0098,0 z M 9.74283,0.383354 C 9.73695,0.176422 9.90166,0.0058957 10.1115,1.4761e-4 10.3193,-0.00560048 10.4958,0.157262 10.4998,0.360361 c 0.0078,0.206932 -0.1569,0.377458 -0.3687,0.383206 -0.0039,0 -0.0059,0 -0.0098,0 -0.20395,0 -0.37259,-0.160946 -0.37847,-0.360213 z m 3.69447,0.450239 v 0 C 13.2275,0.816349 13.0726,0.638158 13.0902,0.431226 13.1079,0.226211 13.2922,0.0767608 13.502,0.0940051 13.7099,0.111249 13.8668,0.28944 13.8472,0.494455 c -0.0177,0.195436 -0.1824,0.339138 -0.3785,0.339138 -0.0118,0 -0.0216,0 -0.0314,0 z M 8.07022,0.496371 C 8.05257,0.291356 8.20748,0.111249 8.41534,0.0940048 c 0,0 0,0 0.00196,0 C 8.62712,0.0767605 8.81145,0.226211 8.8291,0.433142 8.84479,0.638157 8.69184,0.818264 8.48201,0.833593 c -0.01176,0 -0.02157,0.001916 -0.03333,0.001916 -0.1961,0 -0.36081,-0.145619 -0.37846,-0.339138 z M 15.0786,1.01755 C 14.8707,0.98881 14.7276,0.801039 14.757,0.597939 14.7884,0.39484 14.9806,0.25497 15.1884,0.28371 c 0,0 0,0 0,-0.001916 0.2079,0.030657 0.353,0.220344 0.3216,0.421527 -0.0294,0.185855 -0.1902,0.319979 -0.3765,0.319979 -0.0196,0 -0.0353,-0.00192 -0.0549,-0.00575 z M 6.4093,0.705258 C 6.37792,0.504075 6.52303,0.314388 6.73089,0.283732 6.93679,0.254991 7.13092,0.396777 7.1623,0.597961 7.19171,0.80106 7.04856,0.990747 6.8407,1.01949 6.82109,1.0214 6.80344,1.02332 6.7858,1.02332 6.59951,1.02332 6.43675,0.889197 6.4093,0.705258 Z M 16.7042,1.3011 v 0 C 16.4983,1.25895 16.3669,1.0616 16.4101,0.862332 c 0.0451,-0.201184 0.2451,-0.329558 0.451,-0.285489 0.2059,0.042153 0.3372,0.239504 0.2921,0.438767 -0.0372,0.17436 -0.1941,0.29507 -0.3725,0.29507 -0.0236,0 -0.051,-0.00383 -0.0765,-0.00958 z M 4.76619,1.01759 C 4.72109,0.818319 4.85248,0.619052 5.05837,0.5769 5.26427,0.532831 5.46429,0.661205 5.50939,0.864304 5.55253,1.06357 5.42115,1.26092 5.21525,1.30308 5.18976,1.30882 5.1623,1.31074 5.13877,1.31074 4.96229,1.31074 4.80345,1.19195 4.76619,1.01759 Z M 18.3043,1.6901 C 18.1004,1.63454 17.9847,1.42761 18.0416,1.23217 c 0.0588,-0.19735 0.2706,-0.31231 0.4706,-0.254829 0.202,0.055569 0.3177,0.262499 0.2608,0.457929 -0.0471,0.16287 -0.2,0.27016 -0.3647,0.27016 -0.0334,0 -0.0706,-0.00575 -0.104,-0.01533 z M 3.1463,1.43717 C 3.08944,1.23982 3.20513,1.0348 3.40711,0.979238 c 0,0 0,0 0,-0.001916 C 3.60908,0.921757 3.8189,1.0348 3.87773,1.23407 3.9346,1.42951 3.81694,1.63452 3.61497,1.692 3.58163,1.70158 3.54633,1.70733 3.51104,1.70733 3.34632,1.70733 3.19337,1.59812 3.1463,1.43717 Z M 19.8654,2.19208 C 19.6693,2.11927 19.5693,1.90467 19.6438,1.71498 19.7164,1.52146 19.934,1.42375 20.1321,1.49464 c 0.1961,0.07281 0.2961,0.2874 0.2216,0.47901 -0.0569,0.14945 -0.2,0.24142 -0.3549,0.24142 -0.0432,0 -0.0902,-0.00767 -0.1334,-0.02299 z M 1.56391,1.9756 C 1.49135,1.78208 1.5894,1.5694 1.78746,1.49659 1.98355,1.4257 2.20318,1.52342 2.27573,1.71694 2.35025,1.90662 2.25024,2.12122 2.05414,2.19403 2.00904,2.20936 1.96394,2.21702 1.9208,2.21702 1.76589,2.21702 1.62274,2.12505 1.56391,1.9756 Z M 21.3751,2.8186 V 2.81669 c -0.1882,-0.08622 -0.2686,-0.3104 -0.1764,-0.49434 0.0902,-0.18394 0.3157,-0.2625 0.5059,-0.17436 0.1882,0.09006 0.2686,0.3104 0.1784,0.49625 -0.0667,0.13221 -0.202,0.21077 -0.3431,0.21077 -0.0549,0 -0.1118,-0.0115 -0.1648,-0.03641 z M 0.0382534,2.6462 C -0.0539107,2.46226 0.0264878,2.24 0.214738,2.14995 0.402988,2.06181 0.630457,2.14036 0.72066,2.3243 0.812824,2.50824 0.732425,2.73242 0.544175,2.82056 0.49123,2.84546 0.434363,2.85888 0.379457,2.85888 0.238269,2.85888 0.101003,2.78032 0.0382534,2.6462 Z"
+ id="path360_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.740308 c -0.100008,0 -0.198055,-0.042153 -0.27061,-0.11113 C 0.0411797,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0411797,0.173163 0.109812,0.104185 c 0.143149,-0.1398698 0.39611,-0.1379538 0.539258,0 0.070594,0.068978 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.170601,0.11113 -0.268648,0.11113"
+ id="path361_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737913 c -0.100008,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0411797,0.559722 0,0.462004 0,0.366203 0,0.268485 0.0411797,0.170767 0.109812,0.10179 0.252961,-0.0342478 0.507883,-0.0342478 0.64907,0.103706 c 0.070594,0.067061 0.111774,0.164779 0.111774,0.262497 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697676 0.48043,0.737913 0.380422,0.737913"
+ id="path362_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 21.3154,0.532837 c -0.0921,-0.183939 -0.0137,-0.406199 0.1765,-0.4962523 0.1883,-0.0881374 0.4157,-0.0114962 0.506,0.1705263 0.0921,0.185855 0.0137,0.408115 -0.1746,0.496252 0,0 0,0 0,0.001916 -0.0549,0.024909 -0.1098,0.038321 -0.1667,0.038321 -0.1411,0 -0.2745,-0.078557 -0.3412,-0.210763 z M 0.213883,0.70719 C 0.0256328,0.617136 -0.0528047,0.394877 0.0373984,0.210938 0.129563,0.0269989 0.357031,-0.0496423 0.545281,0.0384951 0.735492,0.128549 0.81393,0.350808 0.721766,0.534747 0.655094,0.666953 0.52175,0.74551 0.380563,0.74551 0.323695,0.74551 0.268789,0.732098 0.213883,0.70719 Z M 19.7527,1.15169 C 19.6782,0.958174 19.7782,0.745494 19.9743,0.672685 20.1704,0.599876 20.39,0.695677 20.4645,0.887281 20.5371,1.0808 20.439,1.29348 20.2429,1.36629 20.1998,1.38353 20.1527,1.3912 20.1076,1.3912 c -0.1529,0 -0.298,-0.09197 -0.3549,-0.23951 z M 1.79437,1.36822 v 0 C 1.59827,1.29541 1.49827,1.08273 1.57278,0.891127 1.64534,0.697608 1.86692,0.601807 2.06302,0.674616 2.25715,0.747425 2.35912,0.960104 2.2846,1.15362 2.22773,1.30116 2.08066,1.39313 1.92771,1.39313 c -0.0451,0 -0.0902,-0.00767 -0.13334,-0.02491 z M 18.1447,1.64029 C 18.0859,1.44294 18.2016,1.236 18.4036,1.18044 18.6075,1.12296 18.8154,1.236 18.8742,1.43336 18.933,1.63071 18.8154,1.83572 18.6153,1.8932 18.58,1.90278 18.5448,1.90853 18.5095,1.90853 c -0.1648,0 -0.3177,-0.10538 -0.3648,-0.26824 z M 3.42197,1.89514 c 0,0 0,0 0,-0.00192 C 3.22195,1.83766 3.1043,1.63264 3.16312,1.43529 3.22195,1.23794 3.43177,1.12489 3.63375,1.18046 3.83573,1.23794 3.95142,1.44487 3.89259,1.64222 3.84553,1.80317 3.69258,1.91046 3.52786,1.91046 c -0.0353,0 -0.0706,-0.00574 -0.10589,-0.01532 z M 16.5035,2.01391 C 16.4584,1.81464 16.5898,1.61538 16.7957,1.57322 v 0.00192 c 0.2059,-0.04599 0.4059,0.08239 0.451,0.28357 0.0431,0.20118 -0.0882,0.39662 -0.2922,0.4426 -0.0255,0.00575 -0.0549,0.00767 -0.0784,0.00767 -0.1765,0 -0.3353,-0.12071 -0.3726,-0.29507 z M 5.08294,2.30131 C 4.87704,2.25724 4.74762,2.06181 4.79076,1.86062 4.8339,1.65944 5.03587,1.53107 5.24177,1.57513 5.44571,1.61729 5.57709,1.81464 5.53395,2.01582 5.4967,2.18826 5.33786,2.30897 5.16137,2.30897 5.13784,2.30897 5.11039,2.30706 5.08294,2.30131 Z M 14.8404,2.2822 c -0.0313,-0.2031 0.1138,-0.39087 0.3216,-0.42152 0.2059,-0.03066 0.4001,0.11113 0.4314,0.31422 0.0295,0.20119 -0.1137,0.39087 -0.3196,0.42153 0,0 0,0 -0.0019,0 -0.0177,0.00192 -0.0373,0.00383 -0.055,0.00383 -0.1843,0 -0.349,-0.1322 -0.3765,-0.31806 z M 6.76537,2.59641 C 6.55751,2.56575 6.41436,2.37798 6.44377,2.17488 6.47515,1.97178 6.66928,1.83 6.87518,1.86257 7.08304,1.89131 7.22815,2.07908 7.19677,2.28218 7.16932,2.46804 7.00656,2.60024 6.82027,2.60024 c -0.01961,0 -0.0353,0 -0.0549,-0.00383 z M 13.164,2.44885 C 13.1463,2.24575 13.3032,2.06564 13.511,2.0484 h -0.0019 c 0.2118,-0.01725 0.3941,0.13412 0.4137,0.33722 0.0157,0.20501 -0.1372,0.38512 -0.3471,0.40428 -0.0117,0 -0.0215,0 -0.0333,0 -0.1941,0 -0.3608,-0.14562 -0.3784,-0.34105 z M 8.46149,2.7899 v 0 C 8.25167,2.77266 8.09676,2.59255 8.11441,2.38753 8.13402,2.18252 8.31834,2.03115 8.5262,2.0484 8.73602,2.06756 8.89094,2.24766 8.87329,2.45076 8.85564,2.64428 8.69092,2.7899 8.49483,2.7899 c -0.01177,0 -0.02353,0 -0.03334,0 z m 3.41021,0.09393 c -0.2098,0.00574 -0.3844,-0.1552 -0.3902,-0.36022 -0.0079,-0.20693 0.1588,-0.37746 0.3686,-0.3832 0.2098,-0.00575 0.3844,0.15711 0.3922,0.36021 0.0059,0.20693 -0.1588,0.37746 -0.3706,0.38321 z m -1.706,0 C 9.95586,2.87808 9.79114,2.70755 9.79703,2.50062 9.80291,2.29752 9.97743,2.13466 10.1853,2.14041 c 0.2118,0.00574 0.3765,0.17627 0.3706,0.3832 -0.0039,0.20119 -0.1745,0.36022 -0.3785,0.36022 -0.0039,0 -0.0078,0 -0.0117,0 z"
+ id="path363_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.172922 0.109812,0.102029 c 0.143149,-0.1360385 0.398071,-0.1360385 0.539258,0 0.070594,0.070893 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697914 0.478469,0.738151 0.380422,0.738151"
+ id="path364_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 23.3213,50.3533 h 5.6514 l 0.0981,-2.1479 c 0.0078,-0.1782 0.1451,-0.3257 0.3275,-0.3506 0.7294,-0.0997 1.4609,-0.2357 2.1727,-0.4043 0.1745,-0.0422 0.3588,0.046 0.4353,0.2088 l 0.904,1.9563 5.2494,-2.0425 -0.7196,-2.0271 c -0.0588,-0.1687 0.0117,-0.3545 0.1706,-0.4446 0.8197,-0.4598 1.6197,-0.9752 2.3806,-1.5347 0.1451,-0.1073 0.349,-0.0977 0.4843,0.023 l 1.6237,1.4504 3.9964,-3.9049 -1.4845,-1.5864 c -0.1235,-0.1322 -0.1333,-0.3315 -0.0235,-0.4733 0.4412,-0.5729 0.8589,-1.1745 1.2432,-1.7876 0.0961,-0.1514 0.2883,-0.2166 0.4589,-0.1533 l 2.0551,0.7587 2.2354,-5.0717 -1.9766,-0.9369 c -0.1628,-0.0767 -0.2471,-0.2587 -0.2,-0.4312 0.2471,-0.8928 0.4412,-1.8106 0.5726,-2.7284 0.0255,-0.1782 0.1765,-0.3123 0.3588,-0.32 l 2.1982,-0.0958 v -5.522 l -2.1982,-0.0977 c -0.1823,-0.0076 -0.3333,-0.1418 -0.3588,-0.318 -0.102,-0.7128 -0.2412,-1.4275 -0.4138,-2.123 -0.0431,-0.1744 0.0471,-0.3526 0.2138,-0.4254 L 50.7784,18.94 48.688,13.8107 46.6133,14.512 c -0.1725,0.0594 -0.3627,-0.0096 -0.4549,-0.1648 -0.4706,-0.8009 -0.9981,-1.5845 -1.5707,-2.326 -0.1098,-0.1437 -0.1,-0.343 0.0235,-0.4752 L 46.0957,9.95951 42.0993,6.05656 40.4756,7.50508 C 40.3403,7.62579 40.1364,7.63537 39.9913,7.52807 39.4049,7.09697 38.7892,6.68885 38.1617,6.31331 38.0048,6.22134 37.9401,6.03165 38.0048,5.86496 l 0.7766,-2.008 -5.1906,-2.18428 -0.9589,1.93136 C 32.5534,3.76499 32.3691,3.84738 32.1906,3.79948 31.2769,3.55806 30.3376,3.37029 29.3983,3.24 29.2159,3.21509 29.0786,3.06755 29.0708,2.88936 L 28.9727,0.743408 h -5.6514 l -0.1,2.145952 C 23.2135,3.06755 23.0762,3.21509 22.8958,3.24 22.1644,3.34155 21.4349,3.47758 20.7231,3.64428 20.5466,3.68643 20.3623,3.60021 20.2878,3.43735 l -0.904,-1.95627 -5.2495,2.04057 0.7177,2.02908 c 0.0608,0.16861 -0.0098,0.35446 -0.1686,0.4426 -0.8197,0.45985 -1.6217,0.97718 -2.3806,1.53474 -0.1471,0.1073 -0.351,0.09772 -0.4863,-0.02299 L 10.1929,6.05656 6.19842,9.95951 7.68089,11.546 c 0.12354,0.1322 0.13334,0.3315 0.02353,0.4752 -0.44121,0.5729 -0.85889,1.1745 -1.24323,1.7876 -0.09413,0.1514 -0.2863,0.2165 -0.45886,0.1533 L 3.94727,13.2014 1.7118,18.2732 3.68842,19.2101 c 0.16472,0.0786 0.24904,0.2587 0.20002,0.4311 -0.24708,0.891 -0.43925,1.8107 -0.5726,2.7304 -0.02549,0.1762 -0.17648,0.3104 -0.35885,0.318 l -2.196248,0.0977 v 5.522 l 2.196248,0.0958 c 0.18237,0.0077 0.33336,0.1418 0.35885,0.32 0.10393,0.7109 0.24316,1.4255 0.41376,2.123 0.04314,0.1724 -0.0451,0.3506 -0.21178,0.4253 l -2.00212,0.8814 2.0884,5.1311 2.07663,-0.7031 c 0.17061,-0.0594 0.36278,0.0115 0.45298,0.1667 0.47063,0.8009 1.00008,1.5826 1.57071,2.326 0.10981,0.1418 0.10001,0.3411 -0.02353,0.4733 l -1.48247,1.5864 3.99448,3.9049 1.6236,-1.4504 c 0.1353,-0.1207 0.3392,-0.1303 0.4863,-0.023 0.5863,0.4311 1.2021,0.8411 1.8296,1.2148 0.1549,0.0938 0.2216,0.2816 0.1569,0.4483 l -0.7766,2.008 5.1887,2.1843 0.9589,-1.9314 c 0.0804,-0.159 0.2627,-0.2414 0.4412,-0.1954 0.9138,0.2414 1.8531,0.4311 2.7943,0.5595 0.1804,0.0249 0.3177,0.1724 0.3255,0.3506 z m 6.0143,0.7415 h -6.3769 c -0.204,0 -0.3707,-0.1552 -0.3805,-0.3545 l -0.1019,-2.1938 c -0.7628,-0.1169 -1.5237,-0.2683 -2.2688,-0.456 l -0.9805,1.9754 c -0.0883,0.1782 -0.3059,0.2567 -0.4922,0.1782 l -5.8573,-2.464 C 12.6912,47.7015 12.601,47.4946 12.6716,47.3087 l 0.7961,-2.0559 C 13.001,44.9654 12.5422,44.6627 12.099,44.3446 l -1.6609,1.483 c -0.151,0.1341 -0.3805,0.1284 -0.52556,-0.0115 L 5.40434,41.4093 C 5.25923,41.2694 5.25531,41.0433 5.39258,40.8977 l 1.5158,-1.6248 C 6.45345,38.6636 6.02596,38.0313 5.63377,37.3856 L 3.51008,38.1041 C 3.31987,38.1692 3.10809,38.0754 3.03357,37.8895 L 0.674563,32.1012 C 0.600047,31.9153 0.686328,31.7065 0.872617,31.6241 L 2.91984,30.7216 C 2.79826,30.1966 2.69433,29.6659 2.61001,29.1332 L 0.362773,29.0336 C 0.160797,29.0259 0,28.8612 0,28.6638 V 22.4329 C 0,22.2336 0.160797,22.0708 0.362773,22.0612 L 2.61001,21.9615 C 2.72766,21.2162 2.88454,20.4728 3.07475,19.7447 L 1.05498,18.7867 C 0.870656,18.7005 0.790258,18.4878 0.870656,18.3058 L 3.39242,12.5826 c 0.0804,-0.182 0.29414,-0.2702 0.48435,-0.2012 l 2.10213,0.7779 c 0.29414,-0.456 0.60593,-0.9044 0.92948,-1.3374 L 5.39258,10.199 C 5.25531,10.0515 5.25923,9.8254 5.40434,9.68553 L 9.91254,5.28058 C 10.0576,5.13879 10.2871,5.13496 10.4381,5.26908 l 1.6609,1.4811 C 12.7226,6.30566 13.3716,5.88796 14.0325,5.50476 L 13.2971,3.42969 C 13.2304,3.24192 13.3265,3.03691 13.5148,2.9641 l 5.9259,-2.304986 c 0.1883,-0.072809 0.402,0.011497 0.4863,0.191604 L 20.8506,2.85297 C 21.386,2.73418 21.9311,2.63263 22.4763,2.55024 L 22.5782,0.354466 C 22.588,0.157115 22.7547,0 22.9587,0 h 6.3769 c 0.202,0 0.3706,0.157115 0.3785,0.354466 l 0.102,2.195774 c 0.7628,0.11496 1.5236,0.26824 2.2688,0.4541 l 0.9824,-1.97352 c 0.0882,-0.180102 0.3039,-0.25866 0.4922,-0.180102 l 5.8553,2.464012 c 0.1883,0.07856 0.2785,0.28741 0.2059,0.47326 l -0.7941,2.05399 c 0.4647,0.2874 0.9236,0.59205 1.3667,0.9082 l 1.661,-1.4811 c 0.1509,-0.13412 0.3823,-0.13029 0.5255,0.0115 l 4.5101,4.40495 c 0.1432,0.13987 0.1491,0.36597 0.0118,0.51347 l -1.5178,1.6229 c 0.4569,0.6093 0.8844,1.2435 1.2766,1.8892 l 2.1217,-0.7185 c 0.1922,-0.0651 0.402,0.0287 0.4785,0.2127 l 2.3571,5.7902 c 0.0764,0.184 -0.0098,0.3928 -0.1961,0.4752 l -2.0473,0.9025 c 0.1216,0.5249 0.2236,1.0557 0.3079,1.5883 l 2.2472,0.0997 c 0.204,0.0096 0.3628,0.1724 0.3628,0.3717 v 6.2309 c 0,0.1974 -0.1588,0.3621 -0.3628,0.3698 l -2.2472,0.0996 c -0.1176,0.7454 -0.2726,1.4888 -0.4647,2.2169 l 2.0217,0.9599 c 0.1824,0.0862 0.2628,0.297 0.1824,0.4809 l -2.5218,5.7213 c -0.0804,0.184 -0.2941,0.2721 -0.4824,0.2012 l -2.1041,-0.776 c -0.2941,0.456 -0.6039,0.9025 -0.9295,1.3355 l 1.5178,1.6248 c 0.1373,0.1456 0.1314,0.3717 -0.0118,0.5116 l -4.5101,4.4068 c -0.1432,0.1399 -0.3746,0.1456 -0.5255,0.0115 l -1.661,-1.483 c -0.6235,0.4464 -1.2706,0.8641 -1.9315,1.2473 l 0.7354,2.0732 c 0.0666,0.1878 -0.0295,0.3947 -0.2197,0.4675 l -5.924,2.3031 c -0.1902,0.0747 -0.4039,-0.0115 -0.4882,-0.1916 l -0.9236,-2.0004 c -0.5354,0.1188 -1.0805,0.2185 -1.6256,0.3028 l -0.102,2.1938 c -0.0079,0.1993 -0.1765,0.3545 -0.3785,0.3545 z"
+ id="path365_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 21.7781,0.743408 c -11.5892,0 -21.017358,9.212272 -21.017358,20.535992 0,11.3238 9.428158,20.536 21.017358,20.536 11.5872,0 21.0153,-9.2122 21.0153,-20.536 0,-11.32372 -9.4281,-20.535992 -21.0153,-20.535992 z M 21.7782,42.557 C 9.76939,42.557 0,33.0113 0,21.2794 0,9.54566 9.76939,0 21.7782,0 33.785,0 43.5544,9.54566 43.5544,21.2794 c 0,11.7319 -9.7694,21.2776 -21.7762,21.2776 z"
+ id="path366_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 18.3038,0.74342 c -0.0058,0 -0.0137,0 -0.0176,0 -0.2118,0 -0.3804,-0.166695 -0.3804,-0.37171 C 17.9038,0.166695 18.0744,0 18.2842,0 c 0.0059,0 0.0118,0 0.0196,0 0.0079,0 0.0138,0 0.0216,0 0.2098,0 0.3804,0.164779 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.0078,0 -0.0137,0 -0.0216,0 z m 1.6924,0.076619 C 19.7864,0.800879 19.6335,0.618856 19.6531,0.41384 19.6727,0.210741 19.859,0.0612908 20.0688,0.0804511 20.2766,0.0976954 20.4296,0.279718 20.41,0.484734 c -0.0196,0.193519 -0.1843,0.335305 -0.3785,0.335305 -0.0137,0 -0.0235,0 -0.0353,0 z M 16.1997,0.490495 C 16.1801,0.28548 16.3311,0.103457 16.5409,0.0842969 16.7507,0.0632206 16.937,0.214587 16.9566,0.417686 c 0.0216,0.205015 -0.1333,0.385122 -0.3412,0.404283 -0.0117,0.001916 -0.0255,0.001916 -0.0372,0.001916 -0.1922,0 -0.3589,-0.141787 -0.3785,-0.33339 z m 5.4514,0.561425 c -0.2079,-0.04024 -0.3412,-0.233759 -0.302,-0.434942 0.0392,-0.2031 0.2393,-0.335306 0.4471,-0.295069 0,0 0,0 -0.0019,0 0.2059,0.03832 0.3412,0.233756 0.3019,0.434939 -0.0353,0.178191 -0.1941,0.300812 -0.3725,0.300812 -0.0255,0 -0.0471,-0.00191 -0.0726,-0.00574 z M 14.5153,0.764481 c -0.0412,-0.201184 0.0921,-0.396619 0.3,-0.434939 0.2059,-0.040237 0.4039,0.091969 0.4451,0.293152 0.0392,0.201184 -0.0941,0.396616 -0.3,0.434936 -0.0255,0.00384 -0.049,0.00575 -0.0725,0.00575 -0.1785,0 -0.3393,-0.122625 -0.3726,-0.298899 z m 8.7614,0.670649 v 0 C 23.0748,1.37765 22.9591,1.17264 23.0199,0.975287 23.0787,0.777936 23.2885,0.66489 23.4905,0.722371 c 0.202,0.059397 0.3177,0.266328 0.2569,0.461759 -0.0471,0.16287 -0.2,0.26633 -0.3628,0.26633 -0.0373,0 -0.0726,-0.00383 -0.1079,-0.01533 z M 12.8641,1.19562 C 12.8053,1.00018 12.919,0.79325 13.121,0.733853 c 0,0 0,0 0,0.001916 0.2,-0.059396 0.4118,0.051733 0.4706,0.251 0.0608,0.193521 -0.0549,0.402371 -0.2569,0.459851 -0.0333,0.01149 -0.0705,0.01532 -0.1058,0.01532 -0.1667,0 -0.3158,-0.10346 -0.3648,-0.26632 z M 24.8573,1.97157 C 24.6612,1.89493 24.5671,1.67842 24.6456,1.48682 c 0.0784,-0.18969 0.298,-0.28166 0.4941,-0.2031 0,0 0,0 0,-0.00192 0.1941,0.07665 0.2902,0.29316 0.2118,0.48476 -0.0608,0.1437 -0.2039,0.23184 -0.3549,0.23184 -0.0471,0 -0.0942,-0.00958 -0.1393,-0.02683 z M 11.2641,1.78193 c -0.0804,-0.1916 0.0157,-0.40811 0.2079,-0.48475 0.1961,-0.07665 0.4176,0.01341 0.4941,0.20501 0.0804,0.18969 -0.0137,0.4062 -0.2078,0.48284 -0.0491,0.01916 -0.0961,0.02874 -0.1432,0.02874 -0.151,0 -0.2922,-0.08814 -0.351,-0.23184 z M 26.3769,2.6518 C 26.1907,2.55983 26.1161,2.33374 26.2142,2.15172 26.3103,1.9697 26.5377,1.8988 26.724,1.99269 c 0.1883,0.09388 0.2608,0.31806 0.1648,0.50008 -0.0667,0.12838 -0.2001,0.20119 -0.3393,0.20119 -0.0588,0 -0.1176,-0.01342 -0.1726,-0.04216 z M 9.72658,2.51 C 9.62853,2.32798 9.70109,2.10572 9.88738,2.01183 10.0737,1.91603 10.3031,1.98692 10.4011,2.16895 10.4972,2.35097 10.4247,2.57323 10.2384,2.66903 10.1815,2.69777 10.1227,2.71118 10.0639,2.71118 9.9266,2.71118 9.79521,2.63838 9.72658,2.51 Z M 27.8261,3.46991 C 27.6477,3.35878 27.5967,3.13077 27.7104,2.95833 27.8261,2.78588 28.0595,2.73607 28.236,2.8472 c 0.1764,0.11113 0.2274,0.34105 0.1137,0.51349 -0.0726,0.10922 -0.1961,0.16861 -0.3196,0.16861 -0.0706,0 -0.1412,-0.01724 -0.204,-0.05939 z M 8.26585,3.38179 C 8.15212,3.20935 8.2031,2.98134 8.38155,2.8683 8.55607,2.75525 8.79138,2.80507 8.90512,2.97943 9.01885,3.14995 8.96983,3.37988 8.79334,3.49101 8.73059,3.53125 8.65804,3.55232 8.58548,3.55232 8.46194,3.55232 8.34037,3.49101 8.26585,3.38179 Z M 29.185,4.42217 C 29.0203,4.29571 28.9929,4.06195 29.1223,3.89909 c 0.1294,-0.16094 0.3686,-0.18968 0.5334,-0.06131 0.1647,0.12646 0.1941,0.36021 0.0647,0.52116 -0.0765,0.09388 -0.1863,0.14179 -0.3001,0.14179 -0.0823,0 -0.1647,-0.02491 -0.2353,-0.07856 z M 6.90097,4.38387 C 6.76959,4.22292 6.79704,3.98917 6.96176,3.86079 7.12648,3.73433 7.36571,3.76307 7.49514,3.9221 7.62652,4.08305 7.5971,4.31681 7.43435,4.44326 H 7.43239 c -0.06864,0.05365 -0.151,0.08048 -0.23336,0.08048 -0.11177,0 -0.2255,-0.0479 -0.29806,-0.13987 z M 30.4498,5.49326 C 30.2969,5.34956 30.291,5.11581 30.4361,4.96827 c 0.1451,-0.14945 0.3863,-0.1552 0.5373,-0.01341 0.1529,0.13987 0.1588,0.37554 0.0137,0.52499 -0.0745,0.07664 -0.1745,0.11496 -0.2745,0.11496 -0.0961,0 -0.1883,-0.03448 -0.2628,-0.10155 z M 5.63428,5.5067 C 5.49114,5.35917 5.49506,5.12349 5.64605,4.98171 c 0,0 0,0 0,-0.00192 C 5.799,4.83992 6.0402,4.84567 6.18335,4.9932 6.32846,5.14265 6.32453,5.37641 6.17354,5.5182 V 5.51628 C 6.09903,5.58717 6.00294,5.62166 5.91078,5.62166 5.80881,5.62166 5.7088,5.58142 5.63428,5.5067 Z M 31.6048,6.67543 v 0 C 31.4675,6.52024 31.4832,6.28648 31.642,6.15236 c 0.1589,-0.13604 0.4001,-0.1188 0.5373,0.03449 0.1373,0.15711 0.1216,0.39087 -0.0392,0.52307 -0.0706,0.06132 -0.1588,0.09197 -0.249,0.09197 -0.1059,0 -0.2099,-0.04215 -0.2863,-0.12646 z M 4.48316,6.7406 C 4.32432,6.60648 4.30667,6.37272 4.4459,6.21752 4.5812,6.06232 4.82044,6.04508 4.98123,6.1792 5.13811,6.31332 5.15576,6.54708 5.01849,6.70419 4.94398,6.7885 4.83809,6.83257 4.73219,6.83257 4.64199,6.83257 4.55571,6.80191 4.48316,6.7406 Z M 32.6401,7.95922 v 0 C 32.5186,7.79253 32.5597,7.55877 32.7284,7.43998 32.899,7.32118 33.1363,7.3595 33.2578,7.5262 c 0.1236,0.16669 0.0844,0.39853 -0.0862,0.51733 -0.0667,0.04981 -0.1452,0.07089 -0.2216,0.07089 -0.1177,0 -0.2353,-0.05557 -0.3099,-0.1552 z M 3.45758,8.07608 C 3.28502,7.95729 3.2458,7.72545 3.36738,7.55684 3.48896,7.39014 3.72623,7.35182 3.89683,7.47062 4.06939,7.58941 4.10861,7.82125 3.98704,7.98794 3.91252,8.09141 3.79486,8.14506 3.67525,8.14506 c -0.07648,0 -0.151,-0.02299 -0.21767,-0.06898 z m 30.09052,1.255 V 9.333 C 33.4422,9.15481 33.503,8.92871 33.6854,8.82333 c 0.1804,-0.10155 0.4157,-0.04215 0.5196,0.13604 0.1059,0.17628 0.0431,0.40428 -0.1392,0.50775 -0.0588,0.03257 -0.1255,0.04982 -0.1902,0.04982 -0.1314,0 -0.2589,-0.06515 -0.3275,-0.18586 z M 2.56328,9.49968 C 2.38092,9.39813 2.31817,9.17204 2.42406,8.99385 2.52995,8.81566 2.76134,8.75435 2.94371,8.85781 3.12607,8.95936 3.18686,9.18546 3.08293,9.36365 3.01234,9.48244 2.88488,9.5495 2.75349,9.5495 2.68878,9.5495 2.62211,9.53417 2.56328,9.49968 Z M 34.3168,10.7834 c -0.0883,-0.1858 -0.0039,-0.4062 0.1863,-0.4924 0.1921,-0.0862 0.4157,-0.0038 0.5059,0.182 0.0843,0.1859 0.002,0.4062 -0.1883,0.4925 C 34.7698,10.9885 34.7168,11 34.6619,11 34.5188,11 34.3815,10.9195 34.3168,10.7834 Z M 1.81244,10.9999 C 1.62223,10.9156 1.53791,10.6953 1.62419,10.5075 c 0.08824,-0.1859 0.31375,-0.2663 0.50396,-0.182 0.19021,0.0843 0.27649,0.3046 0.18825,0.4905 -0.06471,0.1379 -0.20198,0.2184 -0.34512,0.2184 -0.05295,0 -0.1059,-0.0096 -0.15884,-0.0345 z M 34.9403,12.299 c -0.0686,-0.1935 0.0353,-0.4062 0.2334,-0.4732 0.2,-0.069 0.4157,0.0364 0.4843,0.2299 0.0687,0.1916 -0.0353,0.4043 -0.2333,0.4732 -0.0412,0.0134 -0.0843,0.0192 -0.1255,0.0192 -0.1569,0 -0.304,-0.0958 -0.3589,-0.2491 z M 1.21228,12.5634 C 1.01423,12.4964 0.908339,12.2875 0.976972,12.0921 1.0456,11.8986 1.26131,11.7951 1.46132,11.8622 c 0.19806,0.067 0.30199,0.2778 0.23335,0.4732 -0.05294,0.1533 -0.20001,0.251 -0.35885,0.251 -0.03922,0 -0.08236,-0.0076 -0.12354,-0.023 z M 35.413,13.8663 c -0.0491,-0.1992 0.0764,-0.4004 0.2804,-0.4483 0.2019,-0.0479 0.4078,0.0747 0.4588,0.272 0.0491,0.1993 -0.0764,0.4005 -0.2804,0.4503 -0.0314,0.0058 -0.0588,0.0096 -0.0902,0.0096 -0.1706,0 -0.3255,-0.1131 -0.3686,-0.2836 z M 0.769052,14.1767 C 0.565115,14.1288 0.439615,13.9277 0.488638,13.7303 0.537662,13.5291 0.74356,13.4065 0.945537,13.4544 1.14947,13.5042 1.27497,13.7035 1.22791,13.9027 1.18673,14.0733 1.02986,14.1882 0.857295,14.1882 0.82788,14.1882 0.798466,14.1844 0.769052,14.1767 Z M 35.7287,15.47 c -0.0274,-0.2031 0.1157,-0.3908 0.3236,-0.4196 0.2059,-0.0287 0.4,0.1112 0.4294,0.3162 0.0294,0.2012 -0.1137,0.3889 -0.3216,0.4196 -0.0196,0 -0.0353,0.0019 -0.0549,0.0019 -0.1863,0 -0.3471,-0.1322 -0.3765,-0.3181 z M 0.484813,15.8245 C 0.276954,15.7939 0.131844,15.608 0.161259,15.4049 0.190673,15.1999 0.384805,15.06 0.590704,15.0888 c 0.207859,0.0287 0.351008,0.2165 0.323555,0.4196 -0.027454,0.1858 -0.190211,0.32 -0.3765,0.32 -0.017649,0 -0.035297,-0.002 -0.052946,-0.0039 z M 35.8896,17.0968 c -0.0098,-0.2051 0.151,-0.3794 0.3608,-0.389 0.2098,-0.0096 0.3863,0.1495 0.3961,0.3545 0.0118,0.205 -0.149,0.3793 -0.3608,0.3889 -0.0059,0 -0.0118,0 -0.0177,0 -0.2,0 -0.3706,-0.1552 -0.3784,-0.3544 z M 0.363199,17.4895 C 0.151418,17.48 -0.00937919,17.3056 4.25498e-4,17.1025 0.0102302,16.8956 0.186715,16.7385 0.396535,16.748 c 0.20982,0.0077 0.372578,0.1821 0.362773,0.3871 -0.007843,0.1992 -0.178445,0.3544 -0.378461,0.3544 -0.005882,0 -0.011765,0 -0.017648,0 z M 36.2524,19.1201 c -0.2099,-0.0096 -0.3726,-0.1839 -0.3628,-0.387 0.0078,-0.2051 0.1863,-0.3641 0.3981,-0.3564 0.2098,0.0095 0.3706,0.1839 0.3608,0.3908 -0.0098,0.1993 -0.1785,0.3526 -0.3805,0.3526 -0.0058,0 -0.0117,0 -0.0156,0 z M 0.00426867,18.8058 C -0.00749696,18.6008 0.1533,18.4264 0.365081,18.4169 c 0.20982,-0.0096 0.388266,0.1475 0.39611,0.3525 0.009804,0.205 -0.150993,0.3794 -0.360813,0.389 -0.005883,0 -0.013727,0 -0.017648,0 -0.201977,0 -0.3686566,-0.1533 -0.37846133,-0.3526 z M 36.0561,20.7775 c -0.2098,-0.0269 -0.3549,-0.2166 -0.3236,-0.4197 0.0295,-0.2011 0.2197,-0.3429 0.4295,-0.3142 0.2078,0.0288 0.351,0.2165 0.3235,0.4196 -0.0274,0.1859 -0.1902,0.3181 -0.3765,0.3181 -0.0176,0 -0.0372,0 -0.0529,-0.0038 z M 0.171066,20.5015 c -0.029414,-0.2031 0.113735,-0.3889 0.321594,-0.4196 0.205898,-0.0287 0.400031,0.1112 0.429445,0.3143 0.029414,0.2011 -0.113734,0.3908 -0.321593,0.4215 -0.01961,0.0019 -0.035297,0.0038 -0.054907,0.0038 -0.184328,0 -0.347086,-0.1341 -0.374539,-0.32 z M 35.6992,22.4118 c -0.2059,-0.0479 -0.3314,-0.2491 -0.2823,-0.4483 0.049,-0.2012 0.2549,-0.3219 0.4608,-0.274 0.202,0.0479 0.3275,0.2491 0.2784,0.4483 -0.0412,0.1706 -0.198,0.2836 -0.3706,0.2836 -0.0274,0 -0.0588,-0.0038 -0.0863,-0.0096 z M 0.502357,22.1761 c 0,0 0,0 0.001961,0 -0.052945,-0.1992 0.072555,-0.4004 0.276492,-0.4483 0.203938,-0.0479 0.40984,0.0747 0.46082,0.2721 0.04902,0.1992 -0.07452,0.4004 -0.280414,0.4502 -0.029414,0.0077 -0.060789,0.0077 -0.088242,0.0077 -0.174523,0 -0.327476,-0.1131 -0.370617,-0.2817 z M 35.1815,24.004 c -0.198,-0.0671 -0.3039,-0.2797 -0.2353,-0.4733 0.0686,-0.1935 0.2843,-0.295 0.4844,-0.2299 0.198,0.0671 0.3039,0.2798 0.2353,0.4733 -0.0549,0.1533 -0.204,0.251 -0.3589,0.251 -0.0412,0 -0.0843,-0.0077 -0.1255,-0.0211 z M 0.998432,23.8105 C 0.927838,23.617 1.03177,23.4062 1.23178,23.3392 c 0.19806,-0.069 0.41376,0.0325 0.48436,0.228 0.06863,0.1935 -0.03726,0.4043 -0.23336,0.4732 -0.04314,0.0135 -0.08432,0.0211 -0.1255,0.0211 -0.15883,0 -0.30394,-0.0977 -0.358848,-0.251 z M 34.5128,25.5388 c -0.1922,-0.0843 -0.2765,-0.3047 -0.1882,-0.4924 0.0862,-0.184 0.3137,-0.2664 0.5039,-0.1801 0.1902,0.0843 0.2746,0.3027 0.1883,0.4905 -0.0647,0.136 -0.202,0.2184 -0.3471,0.2184 -0.053,0 -0.1059,-0.0115 -0.1569,-0.0364 z M 1.64951,25.3931 v 0 C 1.56127,25.2073 1.64559,24.985 1.83776,24.9007 c 0.19021,-0.0862 0.41572,-0.0057 0.50396,0.182 0.08628,0.1859 0.00393,0.4062 -0.18629,0.4924 -0.05294,0.023 -0.10589,0.0326 -0.16079,0.0326 -0.14315,0 -0.28042,-0.0805 -0.34513,-0.2146 z m 32.04579,1.6134 c -0.1804,-0.1016 -0.2432,-0.3296 -0.1392,-0.5078 0.1059,-0.1763 0.3392,-0.2376 0.5196,-0.1341 0.1824,0.1035 0.2451,0.3296 0.1392,0.5077 -0.0706,0.1188 -0.198,0.184 -0.3294,0.184 -0.0647,0 -0.1294,-0.0153 -0.1902,-0.0498 z M 2.45557,26.9068 v 0 C 2.34968,26.7267 2.41046,26.5006 2.59283,26.3971 2.77324,26.2956 3.00659,26.355 3.11052,26.5332 3.21837,26.7094 3.15758,26.9374 2.97325,27.039 2.91246,27.0754 2.84971,27.0888 2.785,27.0888 c -0.13138,0 -0.25884,-0.0632 -0.32943,-0.182 z m 30.28473,1.4849 c -0.1706,-0.1188 -0.2118,-0.3506 -0.0883,-0.5173 0.1216,-0.1686 0.3589,-0.205 0.5295,-0.0862 0.1726,0.1188 0.2098,0.3506 0.0882,0.5173 -0.0745,0.1015 -0.1902,0.1571 -0.3098,0.1571 -0.0765,0 -0.151,-0.0249 -0.2196,-0.0709 z M 3.40265,28.3381 c -0.12354,-0.1667 -0.08236,-0.4004 0.08628,-0.5192 0.1706,-0.1207 0.40787,-0.0805 0.52945,0.0862 0.12354,0.1667 0.08432,0.3985 -0.08628,0.5173 -0.06667,0.0479 -0.14511,0.069 -0.22159,0.069 -0.11765,0 -0.23531,-0.0537 -0.30786,-0.1533 z m 28.25315,1.3451 c -0.1588,-0.1342 -0.1764,-0.3679 -0.0392,-0.525 0.1373,-0.1533 0.3785,-0.1706 0.5354,-0.0364 0.1608,0.1322 0.1764,0.3698 0.0411,0.523 -0.0764,0.0863 -0.1823,0.1284 -0.2902,0.1284 -0.0863,0 -0.1765,-0.0306 -0.2471,-0.09 z M 4.48301,29.6736 C 4.34575,29.5203 4.3634,29.2865 4.52027,29.1505 c 0.15884,-0.1361 0.40003,-0.1188 0.5373,0.0383 0.13726,0.1533 0.12158,0.387 -0.03726,0.5231 -0.07255,0.0613 -0.1608,0.09 -0.251,0.09 -0.10393,0 -0.20982,-0.0421 -0.2863,-0.1283 z m 25.96889,1.1956 c -0.147,-0.1495 -0.1411,-0.3851 0.0118,-0.5269 0.151,-0.1399 0.3922,-0.1341 0.5373,0.0134 0.1451,0.1475 0.1392,0.3832 -0.0137,0.5231 0,0 0,0 0.0019,0 -0.0745,0.0689 -0.1686,0.1053 -0.2647,0.1053 -0.098,0 -0.198,-0.0402 -0.2726,-0.1149 z M 5.68904,30.9075 v 0 c -0.15099,-0.1437 -0.15687,-0.3774 -0.01176,-0.525 0.14314,-0.1494 0.38434,-0.1552 0.53729,-0.0134 0.15099,0.1418 0.15688,0.3755 0.01373,0.525 -0.07452,0.0766 -0.17649,0.115 -0.27649,0.115 -0.09413,0 -0.18825,-0.0345 -0.26277,-0.1016 z m 23.44686,1.0289 c -0.1294,-0.1591 -0.1,-0.3947 0.0647,-0.5212 0.1648,-0.1264 0.404,-0.0996 0.5334,0.0613 0.1294,0.161 0.102,0.3947 -0.0627,0.5212 0,0 0,0 0,0.0019 -0.0687,0.0517 -0.153,0.0805 -0.2353,0.0805 -0.1138,0 -0.2236,-0.0518 -0.3001,-0.1437 z M 7.00886,32.0207 v 0 C 6.84414,31.8962 6.81473,31.6605 6.94611,31.5015 c 0.12942,-0.161 0.36866,-0.1897 0.53338,-0.0633 0.16471,0.1265 0.19217,0.3602 0.06275,0.5231 -0.07452,0.092 -0.18629,0.1399 -0.29807,0.1399 -0.08236,0 -0.16472,-0.0249 -0.23531,-0.0805 z m 20.71724,0.8584 c -0.1137,-0.1725 -0.0627,-0.4005 0.1138,-0.5116 0.1765,-0.1111 0.4118,-0.0632 0.5255,0.1092 0.1137,0.1724 0.0628,0.4024 -0.1118,0.5135 -0.0647,0.0402 -0.1353,0.0575 -0.2078,0.0575 -0.1236,0 -0.2471,-0.0594 -0.3197,-0.1686 z M 8.43061,33.0113 c 0,0 0,0 0.00196,0 -0.17844,-0.1111 -0.22943,-0.3391 -0.11569,-0.5135 0.11373,-0.1724 0.34904,-0.2222 0.52553,-0.1111 0.17648,0.1111 0.22747,0.341 0.11373,0.5135 -0.07255,0.1092 -0.19609,0.1705 -0.32159,0.1705 -0.06863,0 -0.13923,-0.0211 -0.20394,-0.0594 z m 17.79929,0.6763 c -0.0961,-0.182 -0.0235,-0.4081 0.1628,-0.5 0.1882,-0.0939 0.4157,-0.0249 0.5118,0.1571 0.098,0.182 0.0255,0.4081 -0.1608,0.502 -0.0569,0.0287 -0.1157,0.0402 -0.1745,0.0402 -0.1393,0 -0.2706,-0.0709 -0.3393,-0.1993 z M 9.94036,33.864 C 9.75407,33.7681 9.68151,33.5459 9.77956,33.3639 9.87368,33.1818 10.1051,33.109 10.2914,33.2048 c 0.1843,0.092 0.2588,0.3162 0.1627,0.4982 -0.0667,0.1284 -0.2,0.2031 -0.3392,0.2031 -0.0588,0 -0.11768,-0.0134 -0.17454,-0.0421 z m 14.72274,0.4885 c -0.0784,-0.1897 0.0157,-0.4081 0.2118,-0.4828 0.1922,-0.0767 0.4157,0.0134 0.4922,0.205 0.0784,0.1897 -0.0137,0.4062 -0.2098,0.4828 -0.0451,0.0192 -0.0961,0.0288 -0.1412,0.0288 -0.151,0 -0.2941,-0.0901 -0.353,-0.2338 z m -13.1344,0.2203 c -0.1941,-0.0766 -0.2902,-0.2931 -0.2118,-0.4828 0.0785,-0.1916 0.3001,-0.2836 0.4942,-0.2069 0.1961,0.0766 0.2902,0.2931 0.2118,0.4828 -0.0608,0.1456 -0.202,0.2338 -0.353,0.2338 -0.0471,0 -0.0941,-0.0077 -0.1412,-0.0269 z m 11.5088,0.2951 c -0.0589,-0.1973 0.0549,-0.4043 0.2568,-0.4618 0.202,-0.0574 0.4118,0.0556 0.4726,0.253 0.0589,0.1935 -0.0568,0.4023 -0.2569,0.4598 -0.0372,0.0096 -0.0725,0.0153 -0.1098,0.0153 -0.1627,0 -0.3137,-0.1053 -0.3627,-0.2663 z m -9.8576,0.2625 v 0 c -0.2019,-0.0575 -0.3176,-0.2644 -0.2588,-0.4618 0.0588,-0.1954 0.2686,-0.3084 0.4706,-0.251 0.202,0.0575 0.3177,0.2625 0.2589,0.4599 -0.0491,0.1609 -0.2001,0.2663 -0.3648,0.2663 -0.0353,0 -0.0706,-0.0038 -0.1059,-0.0134 z m 8.1889,0.0977 c -0.0392,-0.2031 0.0961,-0.3966 0.302,-0.4349 0.2039,-0.0383 0.4059,0.092 0.4432,0.2931 0.0412,0.2012 -0.0941,0.3967 -0.3,0.435 -0.0236,0.0057 -0.0491,0.0076 -0.0726,0.0076 -0.1784,0 -0.3373,-0.1245 -0.3726,-0.3008 z m -6.4926,0.3008 c -0.2079,-0.0364 -0.3412,-0.2318 -0.302,-0.4349 0.0373,-0.1993 0.2373,-0.3315 0.4452,-0.2951 0.2039,0.0403 0.3392,0.2338 0.3019,0.4369 -0.0372,0.1763 -0.1961,0.3008 -0.3745,0.3008 -0.0235,0 -0.0471,-0.0019 -0.0706,-0.0077 z m 4.7964,-0.0977 c -0.0196,-0.205 0.1333,-0.3851 0.3412,-0.4061 0.2098,-0.0173 0.3961,0.1302 0.4157,0.3353 0.0196,0.2031 -0.1333,0.387 -0.3432,0.4042 -0.0098,0.002 -0.0235,0.002 -0.0352,0.002 -0.1942,0 -0.3589,-0.1418 -0.3785,-0.3354 z m -3.0689,0.3373 c -0.2118,-0.0192 -0.3628,-0.2012 -0.3432,-0.4043 0.0176,-0.2031 0.2039,-0.3526 0.4138,-0.3353 0.2078,0.0191 0.3608,0.2012 0.3412,0.4062 -0.0157,0.1897 -0.1844,0.3353 -0.3785,0.3353 -0.0098,0 -0.0216,0 -0.0333,-0.0019 z m 1.7413,0.0785 c -0.2098,0 -0.3804,-0.1648 -0.3804,-0.3698 0,-0.2069 0.1686,-0.3717 0.3804,-0.3717 0.2079,-0.0019 0.3785,0.1648 0.3785,0.3698 0,0.2069 -0.1687,0.3717 -0.3765,0.3717 0,0 0,0 -0.002,0 z"
+ id="path367_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 29.9592,29.6429 C 13.4403,29.6429 0,16.5124 0,0.37171 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 0.760844,16.1023 13.8579,28.9014 29.9592,28.9014 46.0585,28.9014 59.1576,16.1023 59.1576,0.37171 59.1576,0.166695 59.3282,0 59.538,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,16.14069 -13.4403,29.27119 -29.9592,29.27119"
+ id="path368_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 12.7441,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 12.7441 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1706,0.37171 -0.3805,0.37171"
+ id="path369_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.37452,0.741516 c -0.33924,0 -0.615731,0.270164 -0.615731,0.601634 0,0.33147 0.276491,0.60163 0.615731,0.60163 0.33925,0 0.61574,-0.27016 0.61574,-0.60163 0,-0.33147 -0.27649,-0.601634 -0.61574,-0.601634 z m 10e-5,1.944754 C 0.615734,2.68627 0,2.08464 0,1.34314 0,0.601634 0.615734,0 1.37462,0 2.1335,0 2.74923,0.601634 2.74923,1.34314 c 0,0.7415 -0.61573,1.34313 -1.37461,1.34313 z"
+ id="path370_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.37648,0.741516 c -0.33925,0 -0.615738,0.270164 -0.615738,0.601634 0,0.33147 0.276488,0.60163 0.615738,0.60163 0.33924,0 0.61377,-0.27016 0.61377,-0.60163 0,-0.33147 -0.27453,-0.601634 -0.61377,-0.601634 z m 10e-5,1.944754 C 0.617695,2.68627 0,2.08464 0,1.34314 0,0.601634 0.617695,0 1.37658,0 2.1335,0 2.7512,0.601634 2.7512,1.34314 c 0,0.7415 -0.6177,1.34313 -1.37462,1.34313 z"
+ id="path371_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.973343 C 0,0.436855 0.445133,0 0.996156,0 1.54522,0 1.99035,0.436855 1.99035,0.973343 1.99035,1.50983 1.54522,1.94477 0.996156,1.94477 0.445133,1.94477 0,1.50983 0,0.973343"
+ id="path372_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.37648,0.743408 c -0.33925,0 -0.615738,0.268242 -0.615738,0.599722 0,0.33147 0.276488,0.60163 0.615738,0.60163 0.33924,0 0.61377,-0.27016 0.61377,-0.60163 0,-0.33148 -0.27453,-0.599722 -0.61377,-0.599722 z m 10e-5,1.944782 C 0.617695,2.68819 0,2.08464 0,1.34314 0,0.60355 0.617695,0 1.37658,0 2.1335,0 2.7512,0.60355 2.7512,1.34314 c 0,0.7415 -0.6177,1.34505 -1.37462,1.34505 z"
+ id="path373_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.37452,0.743408 c -0.33924,0 -0.615731,0.268242 -0.615731,0.599722 0,0.33147 0.276491,0.60163 0.615731,0.60163 0.33925,0 0.61574,-0.27016 0.61574,-0.60163 0,-0.33148 -0.27649,-0.599722 -0.61574,-0.599722 z m 10e-5,1.944782 C 0.615734,2.68819 0,2.08464 0,1.34314 0,0.60355 0.615734,0 1.37462,0 2.1335,0 2.74923,0.60355 2.74923,1.34314 c 0,0.7415 -0.61573,1.34505 -1.37461,1.34505 z"
+ id="path374_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.760742,25.1287 H 34.5555 V 0.743408 H 0.760742 Z M 34.9361,25.8722 H 0.380422 C 0.170602,25.8722 0,25.7055 0,25.5005 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 34.9361 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 V 25.5005 c 0,0.205 -0.1706,0.3717 -0.3804,0.3717 z"
+ id="path375_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 34.9361,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.164779 0.170602,0 0.380422,0 H 34.9361 c 0.2098,0 0.3804,0.164779 0.3804,0.37171 0,0.205015 -0.1706,0.369794 -0.3804,0.369794"
+ id="path376_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.22166,0 C 0.547102,0 0,0.534573 0,1.19177 0,1.85089 0.547102,2.38546 1.22166,2.38546 1.89427,2.38546 2.44137,1.85089 2.44137,1.19177 2.44137,0.534573 1.89427,0 1.22166,0 Z m -9e-5,0.741516 c 0.25296,0 0.46082,0.203099 0.46082,0.450264 0,0.24909 -0.20786,0.45027 -0.46082,0.45027 -0.254922,0 -0.462781,-0.20118 -0.462781,-0.45027 0,-0.247165 0.207859,-0.450264 0.462781,-0.450264 z"
+ id="path377_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.2197,0 C 0.547101,0 0,0.534573 0,1.19177 0,1.85089 0.547101,2.38546 1.2197,2.38546 1.89427,2.38546 2.44137,1.85089 2.44137,1.19177 2.44137,0.534573 1.89427,0 1.2197,0 Z m -9e-5,0.741516 c 0.25492,0 0.46082,0.203099 0.46082,0.450264 0,0.24909 -0.2059,0.45027 -0.46082,0.45027 -0.252962,0 -0.460821,-0.20118 -0.460821,-0.45027 0,-0.247165 0.207859,-0.450264 0.460821,-0.450264 z"
+ id="path378_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.22166,0 C 0.547102,0 0,0.534573 0,1.19177 0,1.85089 0.547102,2.38546 1.22166,2.38546 1.89427,2.38546 2.44137,1.85089 2.44137,1.19177 2.44137,0.534573 1.89427,0 1.22166,0 Z m -10e-5,0.741516 c 0.25296,0 0.46082,0.203099 0.46082,0.450264 0,0.24909 -0.20786,0.45027 -0.46082,0.45027 -0.254919,0 -0.460818,-0.20118 -0.460818,-0.45027 0,-0.247165 0.205899,-0.450264 0.460818,-0.450264 z"
+ id="path379_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.379697,14.0679 c -0.098046,0 -0.196093,-0.0364 -0.270609,-0.1092 -0.1470702,-0.1476 -0.1451093,-0.3813 0.003922,-0.525 3.24535,-3.127 4.67684,-4.04285 6.12597,-3.92597 0.78241,0.06514 1.53345,0.57287 2.32763,1.10937 0.90203,0.6112 1.83539,1.2416 2.83549,1.2416 1.9806,0 3.616,-2.61539 5.1965,-5.14646 1.5295,-2.44486 2.9748,-4.75751 4.8122,-4.75751 1.8315,0 3.108,1.50792 4.2336,2.83956 0.9746,1.14962 1.8943,2.23601 2.9865,2.23601 1.1315,0 2.4002,-1.88921 3.6258,-3.71902 0.7667,-1.14387 1.5609,-2.326057 2.4021,-3.195935 0.1452,-0.1475341 0.3844,-0.1551983 0.5373,-0.013412 0.153,0.13987 0.1589,0.375542 0.0157,0.524992 C 34.4157,1.44699 33.6411,2.60235 32.892,3.7194 c -1.3981,2.08464 -2.7198,4.05432 -4.2611,4.05432 -1.4511,0 -2.5296,-1.27416 -3.5728,-2.50617 -1.0687,-1.26266 -2.1747,-2.5694 -3.6473,-2.5694 -1.4119,0 -2.8101,2.23793 -4.1631,4.40113 -1.6903,2.70543 -3.4375,5.50282 -5.8456,5.50282 -1.2373,0 -2.31584,-0.73 -3.26689,-1.3738 C 7.42535,10.7493 6.75667,10.2952 6.17623,10.2492 5.02124,10.1534 3.62701,11.0923 0.646385,13.9625 0.571869,14.0334 0.475783,14.0679 0.379697,14.0679"
+ id="path380_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,10.8639 C 0.170602,10.8639 0,10.6972 0,10.4922 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 10.4922 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path381_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.098047,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.173163 0.109812,0.104185 c 0.14511,-0.1398698 0.398071,-0.1379538 0.539258,0 0.072555,0.068978 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.039219,0.193519 -0.111774,0.264412 C 0.578477,0.698155 0.478469,0.736475 0.380422,0.736475"
+ id="path382_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.170602,0.369794 -0.380422,0.369794 C 0.170602,0.741504 0,0.574809 0,0.37171 Z M 0,1.86622 C 0,1.6612 0.170602,1.49451 0.380422,1.49451 c 0.20982,0 0.380422,0.16669 0.380422,0.37171 0,0.2031 -0.170602,0.36979 -0.380422,0.36979 C 0.170602,2.23601 0,2.06932 0,1.86622 Z"
+ id="path383_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739588 c -0.098047,0 -0.198055,-0.042153 -0.268649,-0.11113 C 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.170601,0.11113 -0.268648,0.11113"
+ id="path384_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 17.2288,0.74342 H 0.380422 C 0.168641,0.74342 0,0.576725 0,0.37171 0,0.166695 0.168641,0 0.380422,0 H 17.2288 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path385_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.699351 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.535336,0 0.072555,0.070893 0.113735,0.164778 0.113735,0.262496 0,0.099633 -0.04118,0.193519 -0.113735,0.262496 C 0.576516,0.699351 0.48043,0.737672 0.380422,0.737672"
+ id="path386_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.170602,0 0.378461,0 c 0.211781,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.574809 0,0.369794"
+ id="path387_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.699351 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.070893 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.04118,0.193519 -0.109813,0.262496 C 0.578477,0.699351 0.48043,0.737672 0.380422,0.737672"
+ id="path388_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 20.7938,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 20.7938 c 0.2098,0 0.3784,0.166695 0.3784,0.37171 0,0.205015 -0.1686,0.37171 -0.3784,0.37171"
+ id="path389_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 7.03574,15.7842 H 9.8791 l 0.2,-1.3987 c 0.0196,-0.1417 0.1216,-0.2586 0.2608,-0.3027 0.3373,-0.1035 0.6726,-0.2395 0.9962,-0.4043 0.1294,-0.067 0.2882,-0.0536 0.4039,0.0326 l 1.155,0.8526 2.01,-1.9658 -0.8726,-1.1266 c -0.0883,-0.115 -0.1,-0.2683 -0.0334,-0.3947 0.1687,-0.3162 0.3079,-0.6438 0.4138,-0.9734 0.0451,-0.13602 0.1647,-0.23565 0.3098,-0.25673 L 16.1541,9.65295 V 6.87471 L 14.7226,6.67927 C 14.5775,6.66011 14.4579,6.56048 14.4128,6.42252 14.3069,6.09297 14.1677,5.76724 13.999,5.4511 13.9324,5.32272 13.9441,5.16944 14.0324,5.05448 L 14.905,3.92785 12.895,1.96392 11.74,2.81464 C 11.6243,2.90086 11.4655,2.91427 11.3361,2.84913 11.0125,2.68435 10.6772,2.54831 10.3399,2.44293 10.2007,2.40077 10.0987,2.28198 10.0791,2.14019 l -0.2,-1.396782 H 7.03574 L 6.83573,2.14019 C 6.81612,2.28198 6.71415,2.40077 6.57492,2.44293 6.23764,2.54831 5.90232,2.68435 5.57877,2.84913 5.44934,2.91427 5.29051,2.90086 5.17481,2.81464 L 4.01982,1.96392 2.00986,3.92785 2.88248,5.05448 c 0.08824,0.11496 0.1,0.26824 0.03333,0.39662 C 2.74717,5.76532 2.60795,6.09297 2.50205,6.42252 2.45695,6.56048 2.33734,6.66011 2.19223,6.67927 L 0.760742,6.87471 V 9.65295 L 2.19223,9.84647 c 0.14511,0.02108 0.26472,0.12071 0.30982,0.25673 0.1059,0.3296 0.24512,0.6572 0.41376,0.9734 0.06667,0.1264 0.05491,0.2797 -0.03333,0.3947 l -0.87262,1.1266 2.00996,1.9658 1.15499,-0.8526 c 0.1157,-0.0862 0.27453,-0.0996 0.40396,-0.0326 0.32355,0.1648 0.65887,0.3008 0.99615,0.4043 0.13923,0.0441 0.2412,0.161 0.26081,0.3027 z m 3.17486,0.7416 H 6.70445 c -0.18825,0 -0.34905,-0.1361 -0.3765,-0.32 L 6.11616,14.7151 C 5.8887,14.6366 5.66515,14.5465 5.44356,14.443 L 4.21405,15.3512 C 4.06306,15.4624 3.85128,15.447 3.71598,15.3167 L 1.23931,12.8949 C 1.10401,12.7646 1.09028,12.5577 1.20402,12.4082 L 2.1335,11.2069 C 2.02761,10.9923 1.93348,10.7719 1.85309,10.5516 L 0.329437,10.3427 C 0.141187,10.3178 0,10.1607 0,9.97486 V 6.55091 C 0,6.36505 0.141187,6.20794 0.329437,6.18303 L 1.85309,5.9761 C 1.93348,5.75384 2.02761,5.5335 2.1335,5.3189 L 1.20402,4.11755 C 1.09028,3.97002 1.10401,3.76117 1.23931,3.63088 L 3.71598,1.20902 C 3.85128,1.07873 4.06306,1.0634 4.21405,1.17644 l 1.22951,0.9082 C 5.66515,1.98118 5.8887,1.88921 6.11616,1.81065 L 6.32795,0.319977 C 6.3554,0.136038 6.5162,0 6.70445,0 h 3.50615 c 0.1883,0 0.349,0.136038 0.3745,0.319977 l 0.2138,1.490673 c 0.2275,0.07856 0.451,0.17053 0.6706,0.27399 l 1.2315,-0.9082 c 0.151,-0.11304 0.3628,-0.09771 0.4981,0.03258 l 2.4766,2.42186 c 0.1353,0.13029 0.1491,0.33914 0.0353,0.48667 L 14.7815,5.3189 c 0.1059,0.21651 0.2001,0.43494 0.2805,0.6572 l 1.5236,0.20693 c 0.1883,0.02491 0.3294,0.18202 0.3294,0.36788 v 3.42395 c 0,0.18584 -0.1411,0.34294 -0.3294,0.36784 l -1.5236,0.2089 c -0.0804,0.2203 -0.1746,0.4407 -0.2805,0.6553 l 0.9295,1.2013 c 0.1138,0.1495 0.1,0.3564 -0.0353,0.4867 l -2.4766,2.4218 C 13.0638,15.447 12.852,15.4624 12.701,15.3512 L 11.4695,14.443 c -0.2196,0.1035 -0.4431,0.1936 -0.6706,0.2721 l -0.2138,1.4907 c -0.0255,0.1839 -0.1862,0.32 -0.3745,0.32 z"
+ id="path390_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 5.90636,0.73727 C 5.70047,0.702781 5.56124,0.511178 5.59654,0.308079 5.63379,0.106895 5.82793,-0.0291427 6.03579,0.00534584 6.24364,0.0417504 6.38091,0.233353 6.34561,0.434537 6.3162,0.614644 6.15344,0.743018 5.97107,0.743018 5.9495,0.743018 5.92989,0.741102 5.90636,0.73727 Z M 3.93943,0.442192 C 3.90413,0.239093 4.03944,0.0474895 4.2473,0.0110849 4.45516,-0.0253197 4.65125,0.110718 4.68851,0.311902 4.7238,0.513085 4.5885,0.706604 4.38064,0.743009 V 0.741093 C 4.35711,0.746841 4.33554,0.748757 4.31397,0.748757 4.1316,0.748757 3.97276,0.622299 3.93943,0.442192 Z M 7.34177,1.24309 C 7.16136,1.13962 7.09861,0.91353 7.20254,0.735339 7.30647,0.557148 7.53983,0.495835 7.72219,0.597385 7.9026,0.70085 7.96535,0.926942 7.86142,1.10513 7.79083,1.22584 7.66336,1.2929 7.53198,1.2929 7.46727,1.2929 7.40256,1.27566 7.34177,1.24309 Z M 2.42965,1.1224 C 2.3218,0.944211 2.38455,0.716203 2.56496,0.614653 2.74733,0.511188 2.98068,0.570585 3.08657,0.748775 3.1905,0.92505 3.12971,1.15306 2.9493,1.25461 2.88851,1.29101 2.82184,1.30634 2.75713,1.30634 2.62575,1.30634 2.50025,1.2412 2.42965,1.1224 Z M 8.51633,2.19917 C 8.37906,2.04014 8.40063,1.80639 8.55947,1.67418 8.7183,1.54197 8.9595,1.56113 9.0948,1.71825 9.23011,1.87536 9.2105,2.10912 9.0497,2.24132 8.97911,2.30072 8.89283,2.32946 8.80459,2.32946 8.69673,2.32946 8.59084,2.28348 8.51633,2.19917 Z M 1.24714,2.26627 C 1.08634,2.13407 1.06477,1.90031 1.20008,1.74128 1.33342,1.58416 1.57462,1.56309 1.73541,1.69529 1.89425,1.82558 1.91778,2.06126 1.78248,2.21645 1.706,2.30651 1.59815,2.35058 1.4903,2.35058 1.40402,2.35058 1.31774,2.32375 1.24714,2.26627 Z m 8.03603,1.21859 v 0 C 9.21061,3.29326 9.31258,3.07866 9.50868,3.00777 9.70477,2.93688 9.92439,3.03651 9.99695,3.23003 10.0695,3.41972 9.96753,3.63431 9.77144,3.70521 9.7283,3.72053 9.68516,3.7282 9.64006,3.7282 9.48514,3.7282 9.34003,3.63623 9.28317,3.48486 Z M 0.535273,3.73396 C 0.339179,3.66307 0.235249,3.45039 0.305843,3.25878 0.378398,3.06526 0.594101,2.96563 0.792155,3.03461 0.99021,3.1055 1.09218,3.31818 1.02159,3.50978 0.964718,3.66115 0.819608,3.75503 0.662733,3.75503 c -0.041179,0 -0.08432,-0.00574 -0.12746,-0.02107 z M 10.3145,4.95065 V 4.94873 c 0,0.00192 0,0.00192 0,0.00192 z M 9.55373,4.9717 V 4.96979 c 0,-0.00575 0,-0.0115 0,-0.01725 -0.00196,-0.20501 0.16668,-0.37171 0.37846,-0.37362 0.20981,0 0.38041,0.16478 0.38241,0.37171 0,0.00383 0,0.00766 0,0.01149 0,0.00192 0,0.00575 0,0.00958 0,0.2031 -0.1726,0.3698 -0.38045,0.3698 -0.21178,0 -0.38042,-0.1667 -0.38042,-0.3698 z M 0,4.98318 C 0,4.77625 0.170602,4.60956 0.380422,4.60956 c 0.20982,0 0.380422,0.16478 0.380422,0.36979 C 0.762805,5.18437 0.592203,5.35106 0.382383,5.35106 0.170602,5.35106 0.00196094,5.18628 0,4.98318 Z M 9.5165,6.91456 C 9.32041,6.84366 9.21648,6.6329 9.28903,6.43938 9.36159,6.24586 9.57925,6.14623 9.77731,6.21712 9.9734,6.28801 10.0754,6.50069 10.0048,6.69421 9.94595,6.84366 9.8028,6.93755 9.64592,6.93755 9.60278,6.93755 9.55964,6.92988 9.5165,6.91456 Z M 0.313685,6.70382 v 0 C 0.24113,6.5103 0.343099,6.29762 0.539193,6.22672 0.737248,6.15583 0.956873,6.25546 1.02747,6.44707 1.10002,6.64059 0.998052,6.85327 0.801959,6.92416 0.758818,6.93949 0.715677,6.94715 0.670576,6.94715 0.517623,6.94715 0.370552,6.85327 0.313685,6.70382 Z M 8.57322,8.25386 C 8.41047,8.12165 8.39086,7.8879 8.52616,7.73078 8.65951,7.57175 8.9007,7.55451 9.0615,7.68672 9.22229,7.81509 9.24386,8.05076 9.10856,8.20788 9.03208,8.2941 8.92619,8.342 8.81638,8.342 8.7301,8.342 8.64382,8.31134 8.57322,8.25386 Z M 1.21188,8.21553 C 1.07853,8.05841 1.09618,7.82466 1.25894,7.69054 1.41778,7.56025 1.65897,7.57941 1.79428,7.73652 v 0.00192 c 0.1353,0.1552 0.11373,0.38895 -0.0451,0.52116 -0.07256,0.05939 -0.1608,0.08622 -0.24512,0.08622 -0.10981,0 -0.21767,-0.04407 -0.29218,-0.13029 z m 6.00839,0.981 C 7.11438,9.01834 7.17713,8.79224 7.35754,8.69069 7.5399,8.58723 7.77129,8.64663 7.87718,8.82673 7.98111,9.00301 7.92033,9.23101 7.73796,9.33256 7.67717,9.36705 7.61246,9.38238 7.54775,9.38238 7.41833,9.38238 7.29086,9.31532 7.22027,9.19653 Z m -4.63575,0.1418 v 0 C 2.40216,9.23678 2.33941,9.00877 2.4453,8.83058 2.55119,8.65239 2.78258,8.59108 2.96495,8.69455 3.14535,8.79609 3.2081,9.0241 3.10417,9.20038 3.03358,9.32109 2.90612,9.38815 2.77473,9.38815 2.71002,9.38815 2.64335,9.3709 2.58452,9.33833 Z M 5.61614,9.63146 C 5.57888,9.42836 5.71811,9.23676 5.92597,9.20036 6.12991,9.16587 6.32796,9.3019 6.36522,9.50117 6.40051,9.70427 6.26325,9.89779 6.05735,9.93228 6.03382,9.93611 6.01225,9.93803 5.99068,9.93803 5.81027,9.93803 5.64751,9.81157 5.61614,9.63146 Z M 4.26899,9.93423 C 4.06113,9.89974 3.9219,9.70814 3.95916,9.50504 3.99445,9.30386 4.19055,9.16782 4.39841,9.20231 4.60431,9.23871 4.74353,9.4284 4.70824,9.6315 4.6749,9.81352 4.5141,9.93998 4.3337,9.93998 4.31213,9.93998 4.2886,9.93806 4.26899,9.93423 Z"
+ id="path391_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.8002,0.741516 c -1.67661,0 -3.039458,1.333554 -3.039458,2.971764 0,1.63629 1.362848,2.96985 3.039458,2.96985 1.6766,0 3.03945,-1.33356 3.03945,-2.96985 0,-1.63821 -1.36285,-2.971764 -3.03945,-2.971764 z m 1e-4,6.685014 C 1.70405,7.42653 0,5.75959 0,3.71327 0,1.66503 1.70405,0 3.8003,0 c 2.09624,0 3.80029,1.66503 3.80029,3.71327 0,2.04632 -1.70405,3.71326 -3.80029,3.71326 z"
+ id="path392_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.64512,0.741516 c -0.48827,0 -0.884378,0.388954 -0.884378,0.866044 0,0.47709 0.396108,0.86413 0.884378,0.86413 0.48828,0 0.88439,-0.38704 0.88439,-0.86413 0,-0.47709 -0.39611,-0.866044 -0.88439,-0.866044 z M 1.64523,3.2151 C 0.737313,3.2151 0,2.49276 0,1.60755 0,0.720428 0.737313,0 1.64523,0 c 0.90791,0 1.64522,0.720428 1.64522,1.60755 0,0.88521 -0.73731,1.60755 -1.64522,1.60755 z"
+ id="path393_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.86098,0.741516 c -1.70993,0 -3.100238,1.360384 -3.100238,3.029244 0,1.67078 1.390308,3.03116 3.100238,3.03116 1.70994,0 3.10025,-1.36038 3.10025,-3.03116 0,-1.66886 -1.39031,-3.029244 -3.10025,-3.029244 z M 3.86109,7.54341 C 1.73151,7.54341 0,5.85156 0,3.77075 0,1.69185 1.73151,0 3.86109,0 5.9887,0 7.72217,1.69185 7.72217,3.77075 c 0,2.08081 -1.73347,3.77266 -3.86108,3.77266 z"
+ id="path394_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,1.71676 C 0.170602,1.71676 0,1.55198 0,1.34697 V 0.37171 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.37171 v 0.97526 c 0,0.20501 -0.170602,0.36979 -0.380422,0.36979"
+ id="path395_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,1.71676 C 0.170602,1.71676 0,1.55198 0,1.34697 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.369794 V 1.34697 c 0,0.20501 -0.170602,0.36979 -0.380422,0.36979"
+ id="path396_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.37854,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.369794 0,0.164779 0.170602,0 0.380422,0 H 1.37854 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171"
+ id="path397_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,1.43127 c -0.098047,0 -0.194133,-0.0364 -0.268649,-0.10729 -0.1490308,-0.14562 -0.1490308,-0.381293 0,-0.526911 L 0.817711,0.109214 c 0.14707,-0.1456186 0.388269,-0.1456186 0.537299,0 0.14903,0.143702 0.14903,0.379374 0,0.524992 L 0.64907,1.32398 C 0.574555,1.39487 0.478469,1.43127 0.380422,1.43127"
+ id="path398_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,1.43127 c -0.098047,0 -0.194133,-0.0364 -0.268649,-0.10729 -0.1490308,-0.14562 -0.1490308,-0.381293 0,-0.526911 L 0.817711,0.109214 c 0.14707,-0.1456186 0.388269,-0.1456186 0.537299,0 0.14707,0.143702 0.14707,0.379374 0,0.524992 L 0.64907,1.32398 C 0.574555,1.39487 0.476508,1.43127 0.380422,1.43127"
+ id="path399_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.08636,1.43127 c -0.098047,0 -0.194133,-0.0364 -0.268649,-0.10729 L 0.111773,0.634206 c -0.1490308,-0.145618 -0.1490308,-0.38129 0,-0.524992 0.149032,-0.1456186 0.388266,-0.1456186 0.537297,0 l 0.70594,0.687855 c 0.14903,0.145618 0.14903,0.381291 0,0.526911 C 1.28049,1.39487 1.18245,1.43127 1.08636,1.43127"
+ id="path400_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.08636,1.43127 c -0.098047,0 -0.194133,-0.0364 -0.268649,-0.10729 L 0.111773,0.634206 c -0.1490308,-0.145618 -0.1490308,-0.38129 0,-0.524992 0.147071,-0.1456186 0.388266,-0.1456186 0.537297,0 l 0.70594,0.687855 c 0.14707,0.145618 0.14707,0.381291 0,0.526911 C 1.28049,1.39487 1.18245,1.43127 1.08636,1.43127"
+ id="path401_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380628,1.64607 C 0.331605,1.64607 0.284542,1.63649 0.23748,1.61925 0.0433469,1.54069 -0.0507781,1.32418 0.0276594,1.13449 L 0.402198,0.232041 C 0.480636,0.0423542 0.702222,-0.0496152 0.898316,0.027026 1.09245,0.103667 1.18657,0.320179 1.10618,0.511782 L 0.731636,1.41423 C 0.672808,1.55793 0.529659,1.64607 0.380628,1.64607"
+ id="path402_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380628,1.64607 C 0.333566,1.64607 0.284542,1.63649 0.23748,1.61925 0.0433469,1.54261 -0.0507781,1.32609 0.0276594,1.13449 L 0.402198,0.232041 C 0.480636,0.0423542 0.702222,-0.0496152 0.898316,0.027026 1.09245,0.103667 1.18657,0.320179 1.10814,0.511782 L 0.731636,1.41423 C 0.672808,1.55793 0.529659,1.64607 0.380628,1.64607"
+ id="path403_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.30337,1.10792 c -0.04706,0 -0.09412,-0.00766 -0.14118,-0.02683 L 0.236623,0.715133 C 0.0424899,0.638492 -0.0516351,0.42198 0.0287634,0.232293 0.107201,0.0406903 0.328787,-0.0493631 0.52292,0.0272781 L 1.44652,0.39324 C 1.64261,0.469881 1.73478,0.686393 1.65634,0.87608 1.59751,1.0217 1.45436,1.10792 1.30337,1.10792"
+ id="path404_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.30337,1.10792 c -0.04706,0 -0.09608,-0.00766 -0.14118,-0.02683 L 0.236623,0.715133 C 0.0424899,0.638492 -0.0516351,0.42198 0.0287634,0.232293 0.107201,0.0406903 0.328787,-0.0493631 0.52292,0.0272781 L 1.44652,0.39324 C 1.64065,0.469881 1.73478,0.686393 1.65634,0.87608 1.59555,1.0217 1.45436,1.10792 1.30337,1.10792"
+ id="path405_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380393,1.12384 C 0.233323,1.12384 0.0921353,1.03762 0.0293853,0.895835 -0.0510132,0.708064 0.0391899,0.489636 0.231362,0.409163 L 1.15104,0.0297889 C 1.34321,-0.0506844 1.56676,0.037453 1.64912,0.22714 1.72952,0.416827 1.63931,0.633339 1.44714,0.713812 L 0.527463,1.09319 C 0.480401,1.11426 0.429416,1.12384 0.380393,1.12384"
+ id="path406_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.381495,1.12193 C 0.232464,1.12193 0.0912762,1.03762 0.0304871,0.895835 -0.0518723,0.706148 0.0383308,0.489636 0.232464,0.409163 L 1.15018,0.0297889 C 1.34432,-0.0506844 1.56786,0.037453 1.64826,0.22714 1.73062,0.414911 1.64042,0.633339 1.44628,0.713812 L 0.528565,1.09319 C 0.479542,1.11235 0.430518,1.12193 0.381495,1.12193"
+ id="path407_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.769484,1.64036 c -0.149031,0 -0.288257,-0.08622 -0.351007,-0.22801 L 0.030211,0.515652 C -0.0521484,0.325965 0.0400157,0.109453 0.232188,0.02898 0.42632,-0.0495773 0.649867,0.0366441 0.730266,0.226331 L 1.11853,1.12303 C 1.20089,1.31272 1.11069,1.53115 0.916555,1.60971 0.869492,1.63078 0.818508,1.64036 0.769484,1.64036"
+ id="path408_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.768659,1.63925 c -0.147071,0 -0.288258,-0.0843 -0.351008,-0.22609 L 0.0293853,0.516461 C -0.0510132,0.326774 0.0391899,0.108346 0.231362,0.0297889 0.425495,-0.0506844 0.649042,0.037453 0.72944,0.22714 l 0.38827,0.8967 C 1.20006,1.31161 1.10986,1.53004 0.91769,1.61051 0.868666,1.62967 0.817682,1.63925 0.768659,1.63925"
+ id="path409_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.0617,0.735902 v 0 C 2.85384,0.701414 2.71657,0.50981 2.75187,0.308627 2.7852,0.105528 2.98326,-0.0305102 3.19112,0.00589441 3.39702,0.0384669 3.53624,0.231986 3.50095,0.433169 3.46761,0.613276 3.30877,0.74165 3.12641,0.74165 3.10484,0.74165 3.08327,0.739734 3.0617,0.735902 Z M 1.13599,0.848964 C 1.0301,0.670773 1.09088,0.442765 1.27325,0.341216 1.45366,0.23775 1.68505,0.297147 1.7929,0.475338 1.89879,0.651613 1.83604,0.87962 1.65563,0.983086 1.59485,1.01757 1.53013,1.0329 1.46542,1.0329 1.33404,1.0329 1.20658,0.967758 1.13599,0.848964 Z m 3.165,0.582446 C 4.16569,1.2743 4.1853,1.03862 4.34609,0.908335 4.50493,0.776129 4.74613,0.793373 4.87947,0.952403 5.01673,1.1076 4.99516,1.34136 4.83633,1.47356 4.76377,1.53296 4.67945,1.56362 4.59121,1.56362 4.48336,1.56362 4.37747,1.51763 4.30099,1.43141 Z M 0.253523,2.27831 C 0.0554685,2.20741 -0.0484612,1.99282 0.0221325,1.80313 c 0,0 0,0 0,-0.00191 C 0.0946872,1.60961 0.314312,1.50998 0.510406,1.57704 0.7065,1.64793 0.810429,1.86253 0.739836,2.05413 V 2.05222 C 0.682968,2.2055 0.535898,2.29938 0.379023,2.29938 c -0.04118,0 -0.08432,-0.00766 -0.1255,-0.02107 z M 4.79494,2.76116 c 0,-0.00767 0,-0.01341 0,-0.02108 C 4.79298,2.53507 4.96162,2.36837 5.1734,2.36646 c 0.20786,0 0.37846,0.16477 0.38042,0.36979 0,0.00383 0,0.00575 0,0.00766 0,0.00192 0,0.00384 0,0.00575 0,0.20502 -0.1706,0.37171 -0.37846,0.37171 -0.20786,0 -0.37454,-0.16286 -0.38042,-0.36021 z M 0.0260251,3.70578 C -0.0445687,3.51226 0.0574001,3.29958 0.255455,3.22868 0.449588,3.15971 0.669213,3.25742 0.741767,3.45094 0.812361,3.64255 0.712353,3.85523 0.514298,3.92612 0.471158,3.94145 0.428017,3.94911 0.382916,3.94911 0.229963,3.94911 0.0828922,3.85523 0.0260251,3.70578 Z M 4.3518,4.58326 C 4.19296,4.45297 4.17139,4.21539 4.30669,4.06019 4.44004,3.90307 4.68123,3.882 4.84203,4.0142 5.00087,4.14641 5.02244,4.38016 4.88713,4.53728 4.81262,4.62542 4.70476,4.66949 4.59691,4.66949 4.51063,4.66949 4.42435,4.64074 4.3518,4.58326 Z M 1.28312,5.16195 C 1.10075,5.05849 1.038,4.8324 1.14193,4.65421 1.24782,4.47793 1.48117,4.41662 1.66354,4.51817 1.84394,4.62163 1.90669,4.84772 1.8008,5.02592 1.73217,5.14471 1.60471,5.21177 1.47137,5.21177 1.40862,5.21177 1.34194,5.19453 1.28312,5.16195 Z M 2.76147,5.18877 C 2.72421,4.98759 2.86148,4.79599 3.06934,4.75767 3.27523,4.72318 3.47329,4.85921 3.51055,5.0604 3.54584,5.26158 3.40662,5.4551 3.20268,5.48959 3.17915,5.49342 3.15562,5.49534 3.13601,5.49534 2.9556,5.49534 2.79284,5.36888 2.76147,5.18877 Z"
+ id="path410_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.82945,0.741516 c -0.59024,0 -1.068708,0.469424 -1.068708,1.044234 0,0.57673 0.478468,1.04616 1.068708,1.04616 0.58828,0 1.06871,-0.46943 1.06871,-1.04616 0,-0.57481 -0.48043,-1.044234 -1.06871,-1.044234 z M 1.82955,3.5734 C 0.819672,3.5734 0,2.7725 0,1.78574 0,0.800901 0.819672,0 1.82955,0 2.83748,0 3.65911,0.800901 3.65911,1.78574 3.65911,2.7725 2.83748,3.5734 1.82955,3.5734 Z"
+ id="path411_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 5.3161,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 5.3161 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171"
+ id="path412_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 23.545,7.48976 H 0.380422 C 0.170602,7.48976 0,7.32307 0,7.11805 0,6.91304 0.170602,6.74634 0.380422,6.74634 H 23.1646 V 0.74342 H 3.16691 C 2.95709,0.74342 2.78649,0.576725 2.78649,0.37171 2.78649,0.166695 2.95709,0 3.16691,0 H 23.545 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 v 6.74634 c 0,0.20502 -0.1706,0.37171 -0.3804,0.37171"
+ id="path413_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.255,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 1.255 c 0.20982,0 0.37846,0.166695 0.37846,0.37171 0,0.205015 -0.16864,0.37171 -0.37846,0.37171"
+ id="path414_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.25304,0.74342 H 0.378461 C 0.168641,0.74342 0,0.576725 0,0.37171 0,0.166695 0.168641,0 0.378461,0 H 1.25304 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171"
+ id="path415_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 21.1448,7.48976 H 0.380422 C 0.170602,7.48976 0,7.32307 0,7.11805 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 6.79465 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 H 0.760844 V 6.74634 H 21.1448 c 0.2098,0 0.3804,0.1667 0.3804,0.37171 0,0.20502 -0.1706,0.37171 -0.3804,0.37171"
+ id="path416_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 5.25727,10.3772 c -0.20982,0 -0.38042,-0.1667 -0.38042,-0.3717 V 2.75525 c 0,-1.10938 -0.9236,-2.01183 -2.05898,-2.01183 -1.13539,0 -2.058987,0.90245 -2.058987,2.01183 v 7.25025 c 0,0.205 -0.168641,0.3717 -0.378461,0.3717 C 0.170602,10.3772 0,10.2105 0,10.0055 V 2.75525 C 0,1.23584 1.2648,0 2.81787,0 4.37289,0 5.6377,1.23584 5.6377,2.75525 v 7.25025 c 0,0.205 -0.17061,0.3717 -0.38043,0.3717"
+ id="path417_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,4.15587 C 0.170602,4.15587 0,3.98918 0,3.78416 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 v 3.41245 c 0,0.20502 -0.168641,0.37171 -0.378461,0.37171"
+ id="path418_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.100008,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.539258,0 0.068633,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.043141,0.191603 -0.111774,0.262496 C 0.576516,0.698872 0.478469,0.737193 0.380422,0.737193"
+ id="path419_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.168641,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.576725 0,0.369794 Z M 0,1.76274 c 0,-0.2031 0.168641,-0.3698 0.380422,-0.3698 0.20982,0 0.380422,0.1667 0.380422,0.3698 0,0.20693 -0.170602,0.37362 -0.380422,0.37362 C 0.168641,2.13636 0,1.96967 0,1.76274 Z"
+ id="path420_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738871 c -0.100008,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.56068 0,0.462962 0,0.367161 0,0.269443 0.0392187,0.171725 0.109812,0.102748 c 0.143149,-0.1379538 0.39611,-0.1360378 0.539258,0 0.068633,0.070894 0.111774,0.166695 0.111774,0.264413 0,0.095801 -0.043141,0.191603 -0.111774,0.262496 C 0.576516,0.698634 0.478469,0.738871 0.380422,0.738871"
+ id="path421_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,4.15587 C 0.170602,4.15587 0,3.98918 0,3.78416 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 3.41245 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171"
+ id="path422_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.629895 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0411797,0.17388 0.111773,0.104903 c 0.139227,-0.1398706 0.394149,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.262496 C 0.576516,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path423_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.576725 0,0.369794 Z M 0,1.76274 c 0,-0.2031 0.170602,-0.3698 0.380422,-0.3698 0.20982,0 0.380422,0.1667 0.380422,0.3698 0,0.20693 -0.170602,0.37362 -0.380422,0.37362 C 0.170602,2.13636 0,1.96967 0,1.76274 Z"
+ id="path424_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738871 C 0.280414,0.738871 0.182367,0.698634 0.111773,0.629657 0.0411797,0.56068 0,0.462962 0,0.367161 0,0.269443 0.0411797,0.171725 0.111773,0.102748 c 0.139227,-0.1360378 0.394149,-0.1379538 0.537297,0 0.070594,0.068977 0.111774,0.166695 0.111774,0.264413 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 C 0.576516,0.698634 0.48043,0.738871 0.380422,0.738871"
+ id="path425_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 5.25727,10.3772 c -0.20982,0 -0.38042,-0.1667 -0.38042,-0.3717 V 2.75525 c 0,-1.10938 -0.9236,-2.01183 -2.05898,-2.01183 -1.13539,0 -2.058987,0.90245 -2.058987,2.01183 v 7.25025 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717 C 0.168641,10.3772 0,10.2105 0,10.0055 V 2.75525 C 0,1.23584 1.26284,0 2.81787,0 4.37289,0 5.6377,1.23584 5.6377,2.75525 v 7.25025 c 0,0.205 -0.17061,0.3717 -0.38043,0.3717"
+ id="path426_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,4.15587 C 0.168641,4.15587 0,3.98918 0,3.78416 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.588281,0 0.758883,0.166695 0.758883,0.37171 v 3.41245 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171"
+ id="path427_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.200016,-0.038321 -0.27061,-0.107298 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.043141,0.191603 -0.113735,0.26058 -0.068632,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path428_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.576725 0,0.369794 Z M 0,1.76274 c 0,-0.2031 0.168641,-0.3698 0.380422,-0.3698 0.207859,0 0.380422,0.1667 0.380422,0.3698 0,0.20693 -0.172563,0.37362 -0.380422,0.37362 C 0.168641,2.13636 0,1.96967 0,1.76274 Z"
+ id="path429_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738871 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.56068 0,0.462962 0,0.367161 0,0.269443 0.0392187,0.171725 0.109812,0.102748 c 0.143149,-0.1379538 0.39611,-0.1360378 0.537297,0 0.070594,0.068977 0.113735,0.166695 0.113735,0.264413 0,0.095801 -0.043141,0.193519 -0.113735,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path430_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.200016,-0.03832 -0.268649,-0.107297 C 0.0411797,0.558285 0,0.464399 0,0.366682 0,0.267048 0.0411797,0.173163 0.111773,0.104185 c 0.139227,-0.1379538 0.394149,-0.1398698 0.537297,0 0.070594,0.068978 0.111774,0.162863 0.111774,0.262497 0,0.097717 -0.04118,0.191603 -0.111774,0.262496 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path431_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.280414,0.738151 0.182367,0.697914 0.111773,0.628937 0.0411797,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0411797,0.171006 0.111773,0.102029 c 0.139227,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.070893 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.04118,0.191603 -0.111774,0.262496 C 0.578477,0.697914 0.48043,0.738151 0.380422,0.738151"
+ id="path432_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.760742,2.97175 H 16.4875 V 0.743408 H 0.760742 Z M 16.868,3.71518 H 0.380422 C 0.170602,3.71518 0,3.54849 0,3.34347 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 16.868 c 0.2098,0 0.3784,0.166695 0.3784,0.37171 v 2.97176 c 0,0.20502 -0.1686,0.37171 -0.3784,0.37171 z"
+ id="path433_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 13.9697,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 13.9697 c 0.2098,0 0.3785,0.166695 0.3785,0.37171 0,0.205015 -0.1687,0.369794 -0.3785,0.369794"
+ id="path434_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.972531,0.741516 c -0.117656,0 -0.213742,0.093886 -0.213742,0.208847 0,0.114967 0.096086,0.208847 0.213742,0.208847 0.117659,0 0.213739,-0.09388 0.213739,-0.208847 0,-0.114961 -0.09608,-0.208847 -0.213739,-0.208847 z m 9.4e-5,1.161104 C 0.435328,1.90262 0,1.47534 0,0.950351 0,0.425359 0.435328,0 0.972625,0 1.50992,0 1.94721,0.425359 1.94721,0.950351 1.94721,1.47534 1.50992,1.90262 0.972625,1.90262 Z"
+ id="path435_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,4.94719 C 0.170602,4.94719 0,4.7805 0,4.57548 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 v 4.20377 c 0,0.20502 -0.168641,0.37171 -0.378461,0.37171"
+ id="path436_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,5.15221 C 0.170602,5.15221 0,4.98551 0,4.7805 V 3.00242 C 0,1.34697 1.37854,0 3.07279,0 h 9.36931 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1706,0.37171 -0.3805,0.37171 H 3.07279 c -1.27461,0 -2.313907,1.01358 -2.313907,2.259 V 4.7805 c 0,0.20501 -0.168641,0.37171 -0.378461,0.37171"
+ id="path437_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.6064,7.1353 C 6.39658,7.1353 6.22794,6.9686 6.22794,6.76359 V 3.00242 c 0,-1.24542 -1.0393,-2.259 -2.31391,-2.259 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 3.91403 c 1.69425,0 3.07279,1.34697 3.07279,3.00242 v 3.76117 c 0,0.20501 -0.1706,0.37171 -0.38042,0.37171"
+ id="path438_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,4.94719 C 0.168641,4.94719 0,4.7805 0,4.57548 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 v 4.20377 c 0,0.20502 -0.168641,0.37171 -0.380422,0.37171"
+ id="path439_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,3.04649 C 0.168641,3.04649 0,2.87979 0,2.67478 V 0.896702 C 0,0.402366 0.411797,0 0.917719,0 H 10.2871 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.369794 -0.3804,0.369794 H 0.917719 c -0.086281,0 -0.158836,0.070893 -0.158836,0.155198 V 2.67478 c 0,0.20501 -0.168641,0.37171 -0.380422,0.37171"
+ id="path440_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 4.45133,4.53908 c -0.20982,0 -0.37846,-0.1667 -0.37846,-0.37171 V 0.896702 c 0,-0.084305 -0.07256,-0.155198 -0.15884,-0.155198 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 3.91403 C 4.41995,0 4.83175,0.402366 4.83175,0.896702 V 4.16737 c 0,0.20501 -0.16864,0.37171 -0.38042,0.37171"
+ id="path441_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.760742,5.47792 H 2.99229 V 0.743408 H 0.760742 Z M 3.37281,6.22135 H 0.380422 C 0.170602,6.22135 0,6.05466 0,5.84964 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 3.37281 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 v 5.47793 c 0,0.20502 -0.1706,0.37171 -0.38042,0.37171 z"
+ id="path442_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,6.22135 C 0.170602,6.22135 0,6.05466 0,5.84964 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 5.47793 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171"
+ id="path443_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.24436,4.58999 c -0.17845,0 -0.333363,-0.12071 -0.372582,-0.29124 L 0.00896555,0.451363 C -0.036136,0.25018 0.0932859,0.0528289 0.299184,0.00876023 0.503122,-0.0353085 0.707059,0.0911495 0.752161,0.292333 L 1.24436,2.48619 1.73655,0.292333 C 1.78165,0.0911495 1.98363,-0.0353085 2.18953,0.00876023 2.39347,0.0528289 2.52485,0.25018 2.47975,0.451363 L 1.61497,4.29875 C 1.57772,4.46928 1.4228,4.58999 1.24436,4.58999"
+ id="path444_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.24436,4.59057 c -0.17845,0 -0.333363,-0.12071 -0.370621,-0.29123 L 0.00896555,0.451946 C -0.036136,0.250763 0.0932859,0.053412 0.299184,0.00934329 0.505083,-0.0366414 0.707059,0.0917326 0.752161,0.292916 L 1.24436,2.48677 1.73655,0.292916 C 1.78165,0.0917326 1.98363,-0.0366414 2.18953,0.00934329 2.39543,0.053412 2.52485,0.250763 2.47975,0.451946 L 1.61497,4.29934 C 1.57772,4.46986 1.4228,4.59057 1.24436,4.59057"
+ id="path445_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.758789,2.92385 H 5.60427 V 0.743408 H 0.758789 Z M 5.98478,3.66728 H 0.378461 C 0.168641,3.66728 0,3.50059 0,3.29557 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 H 5.98478 C 6.1946,0 6.3652,0.166695 6.3652,0.37171 v 2.92386 c 0,0.20502 -0.1706,0.37171 -0.38042,0.37171 z"
+ id="path446_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 5.98478,0.74342 H 0.378461 C 0.168641,0.74342 0,0.576725 0,0.37171 0,0.166695 0.168641,0 0.378461,0 H 5.98478 C 6.1946,0 6.3652,0.166695 6.3652,0.37171 c 0,0.205015 -0.1706,0.37171 -0.38042,0.37171"
+ id="path447_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.00996,4.45669 H 0.380422 C 0.170602,4.45669 0,4.28999 0,4.08498 0,3.87996 0.170602,3.71327 0.380422,3.71327 H 1.62954 V 0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.164779 0.170602,0 0.380422,0 H 2.00996 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 v 3.71327 c 0,0.20501 -0.1706,0.37171 -0.38042,0.37171"
+ id="path448_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739588 c -0.100008,0 -0.198055,-0.042153 -0.266688,-0.11113 C 0.0411797,0.559481 0,0.463679 0,0.367878 0,0.268244 0.0411797,0.174359 0.113734,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.535336,0 0.072555,0.070893 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.039219,0.191603 -0.111774,0.26058 -0.070593,0.068977 -0.166679,0.11113 -0.268648,0.11113"
+ id="path449_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.574809 0,0.37171"
+ id="path450_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.73935 C 0.280414,0.73935 0.182367,0.697197 0.111773,0.62822 0.0411797,0.559243 0,0.463441 0,0.36764 0,0.268006 0.0411797,0.174121 0.111773,0.105143 0.251,-0.0347268 0.507883,-0.0347268 0.64907,0.103227 0.719664,0.174121 0.758883,0.268006 0.758883,0.36764 0.758883,0.463441 0.719664,0.559243 0.64907,0.62822 0.578477,0.697197 0.48043,0.73935 0.378461,0.73935"
+ id="path451_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 14.156,8.21594 H 0.378461 C 0.168641,8.21594 0,8.05116 0,7.84615 0,7.64113 0.168641,7.47444 0.378461,7.47444 H 13.7756 V 4.45286 H 4.51212 C 4.3023,4.45286 4.1317,4.28808 4.1317,4.08306 V 0.37171 C 4.1317,0.166695 4.3023,0 4.51212,0 h 3.08651 c 0.21178,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.16864,0.37171 -0.38042,0.37171 H 4.89254 V 3.71135 H 14.156 c 0.2098,0 0.3804,0.1667 0.3804,0.37171 v 3.76309 c 0,0.20501 -0.1706,0.36979 -0.3804,0.36979"
+ id="path452_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.282375,0.738151 0.182367,0.697914 0.111773,0.628937 0.0411797,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0411797,0.172922 0.111773,0.102029 c 0.143149,-0.1360385 0.39611,-0.1360385 0.539258,0 0.068633,0.070893 0.109813,0.166694 0.109813,0.264412 0,0.095801 -0.04118,0.193519 -0.109813,0.262496 C 0.578477,0.697914 0.48043,0.738151 0.380422,0.738151"
+ id="path453_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.168641,0 0.380422,0 c 0.207859,0 0.378461,0.164779 0.378461,0.37171 0,0.205015 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,0.74342 0,0.576725 0,0.37171 Z m 1.67456,0 C 1.67456,0.164779 1.84516,0 2.05302,0 2.2648,0 2.43344,0.164779 2.43344,0.37171 c 0,0.205015 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.67481,0 C 3.34937,0.164779 3.51997,0 3.72979,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z"
+ id="path454_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.101969,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.172922 0.109812,0.102029 c 0.143149,-0.1360385 0.39611,-0.1360385 0.539258,0 0.068633,0.070893 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.043141,0.193519 -0.111774,0.262496 C 0.578477,0.697914 0.478469,0.738151 0.380422,0.738151"
+ id="path455_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.20833,10.6455 H 0.380422 C 0.170602,10.6455 0,10.4788 0,10.2738 0,10.0687 0.170602,9.90205 0.380422,9.90205 H 5.82791 V 0.741504 H 3.92776 C 3.71794,0.741504 3.54734,0.576725 3.54734,0.37171 3.54734,0.166695 3.71794,0 3.92776,0 h 2.28057 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 v 9.90209 c 0,0.205 -0.1706,0.3717 -0.38042,0.3717"
+ id="path456_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 7.56726,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 7.56726 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171"
+ id="path457_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.82375,4.03086 c -0.07452,0 -0.14903,-0.02108 -0.2157,-0.06515 L 0.164719,2.32176 C 0.0607891,2.25278 0,2.13782 0,2.0152 0,1.89257 0.0607891,1.77952 0.164719,1.70863 L 2.60805,0.0646767 C 2.78257,-0.0502852 3.01788,-0.0081325 3.1375,0.160478 3.25712,0.329089 3.21202,0.560929 3.03945,0.677806 L 1.05106,2.0152 3.03945,3.35259 C 3.21202,3.46946 3.25712,3.7013 3.1375,3.86991 3.06298,3.9753 2.94533,4.03086 2.82375,4.03086"
+ id="path458_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.82375,4.03086 c -0.07452,0 -0.14903,-0.02108 -0.2157,-0.06515 L 0.164719,2.32176 C 0.0607891,2.25278 0,2.13782 0,2.0152 0,1.89257 0.0607891,1.77952 0.164719,1.70863 L 2.60805,0.0646767 C 2.78061,-0.0502852 3.01788,-0.0081325 3.1375,0.160478 3.25712,0.329089 3.21202,0.560929 3.03945,0.67589 L 1.05106,2.0152 3.03945,3.35259 C 3.21202,3.46946 3.25712,3.7013 3.1375,3.86991 3.06298,3.9753 2.94533,4.03086 2.82375,4.03086"
+ id="path459_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 4.34565,2.07527 C 2.81024,2.07527 1.35718,1.58668 0.147286,0.665073 -0.0193939,0.538615 -0.048808,0.304859 0.0806139,0.143913 0.210036,-0.0189498 0.447309,-0.0476903 0.613989,0.0787678 1.69054,0.898829 2.98084,1.33185 4.34565,1.33185 5.71047,1.33185 7.00076,0.898829 8.07732,0.0787678 8.24204,-0.0476903 8.48127,-0.0189498 8.61069,0.143913 8.74011,0.304859 8.70874,0.538615 8.54402,0.665073 7.33216,1.58668 5.88107,2.07527 4.34565,2.07527"
+ id="path460_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 5.2258,0.741516 c -2.46293,0 -4.467011,1.958184 -4.467011,4.364714 0,2.40462 2.004081,4.36281 4.467011,4.36281 2.46294,0 4.46506,-1.95819 4.46506,-4.36281 0,-2.40653 -2.00212,-4.364714 -4.46506,-4.364714 z m 1e-4,9.470884 C 2.34332,10.2124 0,7.92087 0,5.10622 0,2.28966 2.34332,0 5.2259,0 c 2.88062,0 5.2259,2.28966 5.2259,5.10622 0,2.81465 -2.34528,5.10618 -5.2259,5.10618 z"
+ id="path461_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,5.43769 C 0.170602,5.43769 0,5.271 0,5.06598 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 4.69427 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171"
+ id="path462_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.379839,3.46553 C 0.322972,3.46553 0.266105,3.45403 0.21316,3.42913 0.0249097,3.33907 -0.0535278,3.11681 0.0386362,2.93096 L 1.39953,0.208278 C 1.49169,0.0243392 1.71916,-0.052302 1.90741,0.0377515 2.09762,0.127805 2.17606,0.350064 2.08193,0.534003 L 0.721043,3.2586 C 0.654371,3.38889 0.519066,3.46553 0.379839,3.46553"
+ id="path463_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.29804,5.15222 h 4.62389 c 0.34709,-0.47326 0.5373,-1.04232 0.5373,-1.6248 0,-1.53665 -1.27853,-2.785904 -2.84925,-2.785904 -1.57267,0 -2.849238,1.249254 -2.849238,2.785904 0,0.58248 0.18825,1.15154 0.537298,1.6248 z M 6.10832,5.89371 H 1.10989 C 0.996156,5.89371 0.888305,5.84389 0.81575,5.75767 0.290219,5.12921 0,4.33789 0,3.52741 0,1.58073 1.61973,0 3.61009,0 c 1.99035,0 3.61008,1.58073 3.61008,3.52741 0,0.81048 -0.29022,1.6018 -0.81771,2.23026 C 6.32991,5.84389 6.22205,5.89371 6.10832,5.89371 Z"
+ id="path464_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.736235 C 0.278453,0.736235 0.182367,0.697914 0.111773,0.628937 0.0392188,0.558044 0,0.464158 0,0.366441 0,0.268723 0.0392188,0.171006 0.111773,0.102029 c 0.143149,-0.1360385 0.39611,-0.1360385 0.535336,0 0.072555,0.068977 0.113735,0.166694 0.113735,0.264412 0,0.097717 -0.04118,0.191603 -0.111774,0.262496 C 0.576516,0.697914 0.48043,0.736235 0.380422,0.736235"
+ id="path465_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.77101,0.725162 C 3.56903,0.661933 3.45922,0.455002 3.52393,0.257651 3.58668,0.0622158 3.80238,-0.0450819 4.00044,0.0181471 4.20045,0.0794601 4.31027,0.290223 4.24752,0.483743 4.19653,0.642773 4.0475,0.742407 3.88474,0.742407 3.84748,0.742407 3.80827,0.736659 3.77101,0.725162 Z M 1.88845,0.485635 C 1.82373,0.292116 1.93355,0.0813522 2.13356,0.0200392 2.33358,-0.0431898 2.54732,0.0641079 2.61203,0.259543 2.67674,0.454978 2.56693,0.663825 2.36691,0.727054 2.3277,0.738551 2.28848,0.744299 2.25122,0.744299 2.08846,0.744299 1.93943,0.644665 1.88845,0.485635 Z M 4.91611,1.52029 C 4.79061,1.35743 4.82395,1.12559 4.99063,1.00105 5.15731,0.878423 5.3985,0.909079 5.524,1.07577 5.6495,1.23864 5.61616,1.47048 5.44948,1.59502 5.38085,1.64484 5.29849,1.66974 5.22006,1.66974 5.10436,1.66974 4.99063,1.61801 4.91611,1.52029 Z M 0.688488,1.59885 C 0.521809,1.47622 0.486512,1.24246 0.613973,1.0796 0.739473,0.914823 0.976746,0.88225 1.14735,1.00488 1.31403,1.1275 1.34736,1.36126 1.22186,1.52412 1.14735,1.62184 1.03361,1.67357 0.915957,1.67357 0.837519,1.67357 0.757121,1.64866 0.688488,1.59885 Z M 5.38101,2.81747 C 5.37513,2.61054 5.53985,2.44193 5.74967,2.43618 5.96145,2.43044 6.13597,2.59138 6.14186,2.7964 6.14578,3.00141 5.98106,3.17194 5.77124,3.17769 5.76732,3.1796 5.76536,3.1796 5.76143,3.1796 5.55554,3.1796 5.38689,3.01866 5.38101,2.81747 Z M 0.370768,3.18151 C 0.160948,3.17768 -0.00573175,3.00715 1.5106e-4,2.80214 0.00407293,2.59712 0.178596,2.43617 0.390378,2.44192 0.600198,2.44575 0.764917,2.61628 0.759034,2.8213 H 0.760995 C 0.755112,3.02248 0.586471,3.18151 0.380573,3.18151 c -0.003922,0 -0.007844,0 -0.009805,0 z"
+ id="path466_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.736955 C 0.280414,0.736955 0.180406,0.698634 0.111773,0.629657 0.0411797,0.56068 0,0.464878 0,0.367161 0,0.269443 0.0411797,0.171725 0.111773,0.102748 c 0.139227,-0.1360378 0.394149,-0.1379538 0.537297,0 0.070594,0.068977 0.111774,0.166695 0.111774,0.264413 0,0.097717 -0.04118,0.191603 -0.111774,0.262496 C 0.578477,0.698634 0.48043,0.736955 0.378461,0.736955"
+ id="path467_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.381426,8.92976 C 0.252004,8.92976 0.128465,8.86653 0.0559103,8.75349 -0.0539022,8.57721 0.00296502,8.3492 0.183371,8.24191 L 6.50739,4.46541 0.183371,0.688915 C 0.00296502,0.581617 -0.0539022,0.353609 0.0559103,0.177335 0.165723,0.0029759 0.399074,-0.052589 0.579481,0.0547087 L 7.43296,4.14927 c 0.11373,0.06706 0.18236,0.18777 0.18236,0.31614 0,0.13029 -0.06863,0.24909 -0.18236,0.31615 L 0.579481,8.87611 C 0.516731,8.91252 0.448098,8.92976 0.381426,8.92976"
+ id="path468_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.098047,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.171246 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.539258,0 0.068633,0.067061 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.04118,0.193519 -0.109813,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path469_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 9.73619,0.566289 C 9.62834,0.390014 9.68325,0.162006 9.86365,0.0547087 10.0421,-0.052589 10.2774,0.0029759 10.3872,0.177335 c 0.1079,0.174358 0.051,0.404282 -0.1274,0.51158 -0.0608,0.036404 -0.1314,0.053649 -0.1981,0.053649 -0.12745,0 -0.25295,-0.063229 -0.32551,-0.176275 z M 8.35362,1.39209 C 8.24577,1.21582 8.30068,0.987808 8.48108,0.882426 8.65953,0.773213 8.89288,0.828778 9.00269,1.00505 9.11251,1.17941 9.05564,1.40742 8.87523,1.51472 8.81444,1.55304 8.74777,1.56837 8.67914,1.56837 8.55168,1.56837 8.42618,1.50514 8.35362,1.39209 Z M 6.97127,2.21597 C 6.86146,2.04161 6.91833,1.8136 7.09677,1.70631 7.27522,1.60092 7.51053,1.65457 7.62034,1.83085 7.7282,2.00521 7.67329,2.23321 7.49288,2.34051 7.43209,2.37883 7.36346,2.39416 7.29483,2.39416 7.16737,2.39416 7.04187,2.33093 6.97127,2.21597 Z M 5.58871,3.04371 C 5.47889,2.86935 5.53576,2.63943 5.71421,2.53213 5.89265,2.42675 6.126,2.4804 6.23582,2.65476 6.34759,2.83103 6.28876,3.05904 6.11032,3.16825 6.04757,3.20466 5.97893,3.2219 5.91422,3.2219 5.7848,3.2219 5.6593,3.15867 5.58871,3.04371 Z M 4.20443,3.86951 C 4.09462,3.69515 4.15148,3.46715 4.32993,3.35793 4.50837,3.25063 4.74369,3.3062 4.8535,3.48056 4.96331,3.65683 4.90644,3.88676 4.728,3.99214 4.66525,4.02854 4.59662,4.0477 4.52994,4.0477 4.40052,4.0477 4.27502,3.98447 4.20443,3.86951 Z M 2.82186,4.69535 C 2.71205,4.52099 2.76891,4.29298 2.94736,4.18569 3.12777,4.07647 3.36112,4.13395 3.46897,4.30831 3.58074,4.48459 3.52191,4.71259 3.34347,4.81798 3.28072,4.8563 3.21209,4.87354 3.14541,4.87354 c -0.12746,0 -0.251,-0.06323 -0.32355,-0.17819 z M 1.43744,5.52116 C 1.32959,5.34489 1.3845,5.11688 1.56294,5.0115 1.74335,4.9042 1.9767,4.95976 2.08651,5.13412 2.19633,5.3104 2.13946,5.5384 1.96101,5.64379 1.90023,5.68211 1.82963,5.69935 1.76296,5.69935 1.6355,5.69935 1.51,5.63612 1.43744,5.52116 Z M 0.0550396,6.34888 C -0.052812,6.17261 0.00209425,5.94268 0.1825,5.8373 0.360946,5.73 0.594297,5.78557 0.70411,5.95993 0.811961,6.13429 0.755094,6.36229 0.576649,6.47151 0.51586,6.50791 0.447227,6.52516 0.378594,6.52516 c -0.1255,0 -0.251,-0.06323 -0.3235544,-0.17628 z"
+ id="path470_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736235 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.266807 0.0392187,0.171006 0.109812,0.102029 c 0.141188,-0.1360385 0.39611,-0.1360385 0.537297,0 0.070594,0.068977 0.113735,0.164778 0.113735,0.264412 0,0.095801 -0.043141,0.193519 -0.113735,0.26058 -0.070593,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path471_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.181491,0.688915 C 0.00304566,0.581617 -0.0538215,0.351693 0.055991,0.177335 0.167764,0.0029759 0.401116,-0.052589 0.579561,0.0547087 0.758007,0.162006 0.814874,0.390014 0.705061,0.566289 0.632507,0.679335 0.508968,0.742564 0.379546,0.742564 0.312874,0.742564 0.244241,0.725319 0.181491,0.688915 Z M 1.56601,1.5147 C 1.38757,1.40741 1.3307,1.1794 1.44051,1.00504 1.54836,0.828764 1.78172,0.773199 1.96212,0.880497 2.14253,0.987794 2.1994,1.2158 2.08762,1.39016 2.01703,1.50512 1.89349,1.56835 1.76407,1.56835 1.6974,1.56835 1.62876,1.55302 1.56601,1.5147 Z M 2.94834,2.34055 C 2.76989,2.23326 2.71302,2.00525 2.82284,1.83089 2.93265,1.65653 3.166,1.60097 3.34641,1.70635 3.52485,1.81365 3.57976,2.04165 3.47191,2.21601 3.39935,2.33097 3.27385,2.3942 3.14639,2.3942 3.07776,2.3942 3.00913,2.37888 2.94834,2.34055 Z M 4.33289,3.16823 C 4.15248,3.05902 4.09758,2.83101 4.20543,2.65665 4.31524,2.48038 4.54859,2.42673 4.72704,2.53211 4.90941,2.63941 4.96431,2.86933 4.8545,3.04369 4.78391,3.15865 4.65841,3.22188 4.53095,3.22188 4.46231,3.22188 4.39368,3.20272 4.33289,3.16823 Z M 5.71516,3.99214 C 5.53475,3.88676 5.47984,3.65683 5.58966,3.48056 5.69947,3.3062 5.93282,3.25063 6.11127,3.35793 6.28971,3.46715 6.34658,3.69515 6.23873,3.86951 6.16617,3.98447 6.04067,4.0477 5.91321,4.0477 5.84458,4.0477 5.77791,4.02854 5.71516,3.99214 Z M 7.09775,4.81798 C 6.91931,4.71259 6.86244,4.48459 6.97225,4.30831 7.08206,4.13395 7.31541,4.07647 7.49582,4.18569 7.67427,4.29298 7.73113,4.52099 7.61936,4.69535 7.55073,4.81031 7.42523,4.87354 7.29581,4.87354 7.22913,4.87354 7.1605,4.8563 7.09775,4.81798 Z M 8.4822,5.64379 C 8.30179,5.53649 8.24493,5.30848 8.35474,5.13412 8.46455,4.95976 8.6979,4.9042 8.87831,5.0115 9.05675,5.11688 9.11362,5.3468 9.00381,5.52116 8.93125,5.63612 8.80772,5.69935 8.67829,5.69935 8.61162,5.69935 8.54299,5.68211 8.4822,5.64379 Z M 9.8646,6.47151 C 9.68615,6.36229 9.62928,6.13429 9.7391,5.95993 9.84695,5.78557 10.0823,5.73 10.2627,5.8373 c 0.1784,0.10538 0.2353,0.33531 0.1235,0.51158 -0.0706,0.11305 -0.1941,0.17628 -0.3235,0.17628 -0.06672,0 -0.13535,-0.01725 -0.1981,-0.05365 z"
+ id="path472_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.736475 c -0.098047,0 -0.196094,-0.03832 -0.266688,-0.107297 C 0.0411797,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.171246 0.111773,0.104185 c 0.141188,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.067061 0.109813,0.162863 0.109813,0.260581 0,0.099633 -0.039219,0.193519 -0.109813,0.264412 C 0.576516,0.698155 0.48043,0.736475 0.378461,0.736475"
+ id="path473_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 12.8276,8.17868 c -0.0687,0 -0.1373,-0.01916 -0.1981,-0.05557 L 0.181491,0.688915 C 0.00304566,0.581617 -0.0538215,0.353609 0.055991,0.177335 0.165803,0.0029759 0.399155,-0.052589 0.5776,0.0547087 L 12.8276,7.37203 25.0795,0.0547087 c 0.1785,-0.1072977 0.4118,-0.0517328 0.5216,0.1226263 0.1098,0.176274 0.053,0.404282 -0.1255,0.51158 l -12.45,7.434195 c -0.0608,0.03641 -0.1294,0.05557 -0.198,0.05557"
+ id="path474_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 7.2339,8.92976 c -0.06863,0 -0.13531,-0.01724 -0.19806,-0.05365 L 0.180406,4.78156 C 0.0686328,4.7145 0,4.5957 0,4.46541 0,4.33704 0.0686328,4.21633 0.180406,4.14927 L 7.03584,0.0547087 C 7.21625,-0.052589 7.4496,0.0029759 7.55941,0.177335 7.66727,0.353609 7.61236,0.581617 7.43195,0.688915 L 1.10793,4.46541 7.43195,8.24191 C 7.61236,8.3492 7.66727,8.57721 7.55941,8.75349 7.48686,8.86653 7.36136,8.92976 7.2339,8.92976"
+ id="path475_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.280414,0.738151 0.182367,0.69983 0.111773,0.628937 0.0411797,0.55996 0,0.464158 0,0.366441 0,0.268723 0.0411797,0.172922 0.111773,0.102029 c 0.143149,-0.1360385 0.39611,-0.1360385 0.537297,0 0.070594,0.070893 0.109813,0.166694 0.109813,0.264412 0,0.095801 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.69983 0.48043,0.738151 0.380422,0.738151"
+ id="path476_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.182362,0.68692 C 0.00391632,0.581538 -0.0549118,0.353531 0.0568616,0.179172 0.166674,0.00289711 0.400026,-0.0526678 0.578471,0.0546299 0.756916,0.161928 0.813784,0.389935 0.703971,0.564294 0.633377,0.679256 0.507877,0.742485 0.378455,0.742485 0.313744,0.742485 0.245112,0.725241 0.182362,0.68692 Z M 1.55311,1.50697 C 1.3727,1.39968 1.31779,1.17167 1.42565,0.995393 1.53742,0.821034 1.77077,0.767385 1.94922,0.872767 2.12962,0.980064 2.18453,1.20807 2.07668,1.38435 2.00412,1.49931 1.87862,1.56254 1.75116,1.56254 1.68253,1.56254 1.6139,1.54338 1.55311,1.50697 Z M 2.92368,2.3251 C 2.74523,2.21972 2.68837,1.98979 2.79818,1.81352 2.90603,1.63916 3.14134,1.5836 3.32175,1.69281 3.50019,1.80011 3.55706,2.02812 3.44725,2.20247 3.37469,2.31744 3.25116,2.38066 3.12173,2.38066 3.05506,2.38066 2.98643,2.3615 2.92368,2.3251 Z M 4.29651,3.1433 C 4.11611,3.03792 4.0612,2.80991 4.16905,2.63363 4.27887,2.45927 4.51222,2.40371 4.69066,2.51101 4.86911,2.61639 4.92598,2.84631 4.81616,3.02067 4.74753,3.13755 4.62007,3.19886 4.49457,3.19886 4.42594,3.19886 4.3573,3.18162 4.29651,3.1433 Z"
+ id="path477_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738151 C 0.280414,0.738151 0.182367,0.695998 0.111773,0.628937 0.0411797,0.55996 0,0.462242 0,0.364525 0,0.268723 0.0411797,0.171006 0.111773,0.102029 c 0.139227,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.068977 0.109813,0.166694 0.109813,0.262496 0,0.097717 -0.039219,0.195435 -0.109813,0.264412 C 0.576516,0.695998 0.48043,0.738151 0.378461,0.738151"
+ id="path478_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 25.6824,23.5299 c -0.0686,0 -0.1373,-0.0172 -0.1981,-0.0536 L 0.182367,8.36453 C 0.0686328,8.29747 0,8.17868 0,8.04839 0,7.92001 0.0686328,7.7993 0.182367,7.73224 L 13.0363,0.0547087 c 0.1804,-0.1072977 0.4138,-0.0517328 0.5236,0.1226263 0.1078,0.176274 0.0529,0.404282 -0.1275,0.51158 L 1.10989,8.04839 25.6824,22.7233 50.2569,8.04839 37.9343,0.688915 C 37.7539,0.581617 37.6971,0.353609 37.8069,0.177335 37.9167,0.0029759 38.15,-0.052589 38.3304,0.0547087 L 51.1844,7.73224 c 0.1118,0.06706 0.1804,0.18777 0.1804,0.31615 0,0.13029 -0.0686,0.24908 -0.1804,0.31614 L 25.8805,23.4763 c -0.0608,0.0364 -0.1295,0.0536 -0.1981,0.0536"
+ id="path479_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.181491,0.686999 C 0.00304566,0.581617 -0.0538215,0.351693 0.055991,0.177335 0.165803,0.0029759 0.399155,-0.052589 0.579561,0.0547087 0.758007,0.16009 0.814874,0.390014 0.705061,0.566289 0.632507,0.681251 0.508968,0.742564 0.379546,0.742564 0.312874,0.742564 0.244241,0.725319 0.181491,0.686999 Z M 1.57968,1.5243 C 1.40124,1.41509 1.34437,1.18708 1.45418,1.01272 1.564,0.838364 1.79735,0.782799 1.97775,0.890097 2.1562,0.995479 2.21307,1.2254 2.10325,1.40168 2.0307,1.51472 1.90716,1.57795 1.77774,1.57795 1.71107,1.57795 1.64243,1.56071 1.57968,1.5243 Z M 2.97983,2.3597 C 2.80139,2.25049 2.74452,2.02248 2.85433,1.84812 2.96218,1.67185 3.19553,1.6182 3.37594,1.72358 3.55439,1.83088 3.60929,2.0608 3.50144,2.23516 3.42889,2.35012 3.30339,2.41335 3.17789,2.41335 3.10925,2.41335 3.04062,2.39611 2.97983,2.3597 Z"
+ id="path480_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739588 c -0.101969,0 -0.198055,-0.042153 -0.27061,-0.11113 C 0.0392187,0.559481 0,0.463679 0,0.367878 0,0.268244 0.0392187,0.174359 0.109812,0.103466 c 0.141188,-0.1379546 0.398071,-0.1379546 0.537297,0 0.070594,0.070893 0.113735,0.164778 0.113735,0.264412 0,0.095801 -0.043141,0.191603 -0.113735,0.26058 -0.070593,0.068977 -0.16864,0.11113 -0.266687,0.11113"
+ id="path481_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.85325,0.566289 C 2.74147,0.390014 2.8003,0.162006 2.97875,0.0547087 3.15915,-0.052589 3.39251,0.0029759 3.50036,0.177335 3.61017,0.353609 3.5533,0.581617 3.37486,0.686999 3.31211,0.725319 3.24347,0.74448 3.1768,0.74448 3.04934,0.74448 2.92384,0.681251 2.85325,0.566289 Z M 1.45323,1.40168 C 1.34538,1.2254 1.40029,0.995479 1.58069,0.890097 1.75914,0.782799 1.99445,0.838364 2.1023,1.01272 2.21212,1.18708 2.15525,1.41509 1.9768,1.5243 1.91601,1.56071 1.84738,1.57795 1.77875,1.57795 1.65129,1.57795 1.52579,1.51472 1.45323,1.40168 Z M 0.0550396,2.23516 C -0.052812,2.0608 0.00209425,1.83088 0.1825,1.72358 0.360946,1.6182 0.594297,1.67185 0.706071,1.84812 0.813922,2.02248 0.759016,2.25049 0.57861,2.3597 0.517821,2.39611 0.449188,2.41335 0.380555,2.41335 0.253094,2.41335 0.127594,2.35012 0.0550396,2.23516 Z"
+ id="path482_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.280414,0.738151 0.182367,0.69983 0.111773,0.628937 0.0392188,0.55996 0,0.464158 0,0.366441 0,0.268723 0.0392188,0.172922 0.111773,0.102029 c 0.141188,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.070893 0.109813,0.166694 0.109813,0.264412 0,0.095801 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.69983 0.48043,0.738151 0.380422,0.738151"
+ id="path483_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 4.16808,0.564294 C 4.06023,0.389935 4.11513,0.161928 4.29554,0.0546299 4.47398,-0.0526678 4.70733,0.00289711 4.81715,0.179172 4.92696,0.353531 4.87009,0.581538 4.69165,0.68692 4.63086,0.725241 4.56026,0.742485 4.49359,0.742485 4.36417,0.742485 4.24063,0.679256 4.16808,0.564294 Z M 2.79745,1.38435 C 2.68763,1.20807 2.7445,0.980064 2.92295,0.872767 3.10139,0.767385 3.3367,0.821034 3.44652,0.995393 3.55633,1.17167 3.49946,1.39968 3.32102,1.50697 3.25827,1.54338 3.18963,1.56254 3.121,1.56254 2.99354,1.56254 2.86804,1.49931 2.79745,1.38435 Z M 1.42673,2.20247 C 1.31692,2.02812 1.37183,1.80011 1.55419,1.69281 1.73264,1.5836 1.96599,1.63916 2.0758,1.81352 2.18365,1.98979 2.12875,2.21972 1.94834,2.3251 1.88755,2.3615 1.81892,2.38066 1.75029,2.38066 1.62283,2.38066 1.49733,2.31744 1.42673,2.20247 Z M 0.055991,3.02067 C -0.0538215,2.84631 0.00304566,2.61639 0.181491,2.51101 0.359936,2.40371 0.595249,2.45927 0.7031,2.63363 0.814874,2.80991 0.758007,3.03792 0.5776,3.1433 0.516811,3.18162 0.448178,3.19886 0.381507,3.19886 0.252085,3.19886 0.126585,3.13755 0.055991,3.02067 Z"
+ id="path484_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738871 C 0.282375,0.738871 0.182367,0.696718 0.111773,0.629657 0.0392188,0.558764 0,0.462962 0,0.365245 0,0.269443 0.0392188,0.171725 0.111773,0.102748 c 0.141188,-0.1360378 0.39611,-0.1379538 0.537297,0 0.070594,0.068977 0.111774,0.166695 0.111774,0.262497 0,0.097717 -0.04118,0.195435 -0.111774,0.264412 C 0.578477,0.696718 0.48043,0.738871 0.380422,0.738871"
+ id="path485_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380555,4.83712 C 0.253094,4.83712 0.127594,4.77389 0.0550396,4.65893 -0.052812,4.48457 0.00209425,4.25465 0.1825,4.14927 L 7.03794,0.0547087 C 7.21638,-0.052589 7.44973,0.0029759 7.55955,0.177335 7.66936,0.353609 7.61249,0.581617 7.43405,0.688915 L 0.57861,4.78156 C 0.51586,4.81988 0.449188,4.83712 0.380555,4.83712"
+ id="path486_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 38.1324,23.5298 c -0.1294,0 -0.253,-0.0632 -0.3255,-0.1763 -0.1098,-0.1762 -0.053,-0.4042 0.1274,-0.5115 L 50.2569,15.4825 25.6824,0.805691 1.10989,15.4825 13.4324,22.842 c 0.1804,0.1073 0.2353,0.3353 0.1275,0.5115 -0.1098,0.1744 -0.3432,0.23 -0.5236,0.1227 L 0.182367,15.7986 C 0.0686328,15.7316 0,15.6109 0,15.4825 0,15.3522 0.0686328,15.2334 0.182367,15.1663 L 25.4843,0.0546069 c 0.1216,-0.0728092 0.2746,-0.0728092 0.3962,0 L 51.1844,15.1663 c 0.1118,0.0671 0.1804,0.1859 0.1804,0.3162 0,0.1284 -0.0686,0.2491 -0.1804,0.3161 l -12.854,7.6776 c -0.0627,0.0364 -0.1313,0.0536 -0.198,0.0536"
+ id="path487_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 5.97402,4.0822 C 5.90539,4.0822 5.83675,4.06496 5.77597,4.02856 L 0.183371,0.686999 C 0.00296502,0.581617 -0.0539022,0.351693 0.0559103,0.177335 0.165723,0.0029759 0.399074,-0.052589 0.579481,0.0547087 L 5.97402,3.27556 11.3705,0.0547087 c 0.1785,-0.1072977 0.4118,-0.0517328 0.5216,0.1226263 0.1098,0.174358 0.053,0.404282 -0.1255,0.509664 L 6.17207,4.02856 C 6.11129,4.06496 6.04265,4.0822 5.97402,4.0822"
+ id="path488_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 7.23302,4.83712 c -0.06667,0 -0.1353,-0.01724 -0.19609,-0.05556 L 0.181491,0.688915 C 0.00304566,0.581617 -0.0538215,0.353609 0.055991,0.177335 0.165803,0.0029759 0.399155,-0.052589 0.5776,0.0547087 L 7.43304,4.14927 c 0.17844,0.10538 0.23531,0.3353 0.1255,0.50966 -0.0706,0.11496 -0.1961,0.17819 -0.32552,0.17819"
+ id="path489_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.558285 0,0.464399 0,0.366682 0,0.267048 0.0411797,0.173163 0.111773,0.104185 c 0.143149,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.068978 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.04118,0.191603 -0.111774,0.262496 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path490_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 22.3802,0.565359 C 22.2724,0.389084 22.3273,0.161077 22.5077,0.0537791 22.6861,-0.0516026 22.9195,0.00204629 23.0313,0.178321 23.1391,0.35268 23.0842,0.580688 22.9038,0.687985 22.843,0.72439 22.7744,0.74355 22.7058,0.74355 c -0.1275,0 -0.253,-0.063229 -0.3256,-0.178191 z M 20.892,1.45441 c -0.1078,-0.17436 -0.0529,-0.40428 0.1255,-0.511579 0.1804,-0.107297 0.4138,-0.051733 0.5236,0.122629 0.1098,0.17627 0.053,0.40428 -0.1255,0.51158 -0.0627,0.0364 -0.1314,0.05556 -0.198,0.05556 -0.1275,0 -0.253,-0.06323 -0.3256,-0.17819 z m -1.4884,0.88904 c -0.1098,-0.17628 -0.053,-0.40428 0.1274,-0.51158 0.1765,-0.1073 0.4138,-0.05173 0.5216,0.12263 0.1098,0.17435 0.053,0.40428 -0.1255,0.51158 -0.0627,0.0364 -0.1313,0.05364 -0.198,0.05364 -0.1294,0 -0.253,-0.06322 -0.3255,-0.17627 z m -1.4864,0.8871 C 17.8054,3.0562 17.8623,2.82819 18.0427,2.72089 c 0.1784,-0.1073 0.4118,-0.05173 0.5216,0.12454 0.1098,0.17436 0.0529,0.40237 -0.1255,0.50967 -0.0628,0.0364 -0.1314,0.05364 -0.2,0.05364 -0.1255,0 -0.251,-0.06322 -0.3216,-0.17819 z m -1.4884,0.88906 c -0.1098,-0.17436 -0.053,-0.40237 0.1255,-0.50966 0.1784,-0.1073 0.4118,-0.05174 0.5216,0.12262 0.1098,0.17628 0.0529,0.40428 -0.1275,0.50967 -0.0607,0.03832 -0.1294,0.05556 -0.1961,0.05556 -0.1274,0 -0.2529,-0.06323 -0.3235,-0.17819 z m -1.4902,0.89095 c -0.1079,-0.17627 -0.053,-0.40619 0.1274,-0.51158 0.1785,-0.10729 0.4118,-0.05173 0.5197,0.12263 0.1118,0.17436 0.0569,0.40237 -0.1235,0.51158 -0.0608,0.0364 -0.1295,0.05365 -0.1981,0.05365 -0.1275,0 -0.253,-0.06323 -0.3255,-0.17628 z m -1.4883,0.88712 c -0.1098,-0.17436 -0.053,-0.40237 0.1255,-0.51158 0.1804,-0.10538 0.4137,-0.04982 0.5235,0.12454 0.1099,0.17436 0.053,0.40428 -0.1255,0.51158 -0.0627,0.0364 -0.1294,0.05365 -0.198,0.05365 -0.1275,0 -0.253,-0.06323 -0.3255,-0.17819 z m -1.4864,0.889 C 11.8521,6.61232 11.909,6.38432 12.0874,6.27702 12.2678,6.1678 12.5032,6.22337 12.611,6.39964 c 0.1098,0.17628 0.053,0.40429 -0.1255,0.50967 -0.0627,0.0364 -0.1314,0.05556 -0.198,0.05556 -0.1295,0 -0.253,-0.06323 -0.3236,-0.17819 z M 10.4755,7.67576 C 10.3638,7.5014 10.4206,7.2734 10.601,7.1661 c 0.1785,-0.1073 0.4118,-0.05173 0.5216,0.12262 0.1079,0.17436 0.053,0.40429 -0.1255,0.50967 -0.0627,0.03832 -0.1313,0.05556 -0.198,0.05556 -0.1294,0 -0.2549,-0.06323 -0.3236,-0.17819 z M 8.98714,8.5648 C 8.87733,8.38853 8.9342,8.16052 9.11264,8.05514 9.29109,7.94784 9.52444,8.0034 9.63425,8.17776 9.7421,8.35212 9.6872,8.58013 9.50679,8.68743 9.446,8.72575 9.37933,8.74299 9.30874,8.74299 c -0.1255,0 -0.251,-0.06323 -0.3216,-0.17819 z M 7.49691,9.4538 C 7.3871,9.27945 7.44396,9.04952 7.62241,8.94222 7.80282,8.83684 8.03617,8.89049 8.14402,9.06485 8.25579,9.24113 8.19892,9.46913 8.02048,9.57835 7.95969,9.61475 7.89106,9.632 7.82242,9.632 7.69496,9.632 7.56946,9.56877 7.49691,9.4538 Z m -1.48853,0.889 C 5.89857,10.1685 5.95544,9.94047 6.13388,9.83126 6.31429,9.72396 6.54764,9.77953 6.65745,9.95388 6.76727,10.1302 6.7104,10.3601 6.53195,10.4655 6.4692,10.5019 6.40057,10.521 6.3339,10.521 6.20448,10.521 6.08094,10.4578 6.00838,10.3428 Z M 4.5201,11.2319 c -0.10981,-0.1763 -0.05294,-0.4043 0.1255,-0.5097 0.18041,-0.1092 0.41572,-0.0536 0.52357,0.1226 0.10982,0.1744 0.05295,0.4024 -0.1255,0.5097 -0.06275,0.0364 -0.13138,0.0536 -0.19805,0.0536 -0.12942,0 -0.25492,-0.0632 -0.32552,-0.1762 z M 3.03174,12.119 C 2.92193,11.9447 2.9788,11.7167 3.1592,11.6113 3.33765,11.504 3.571,11.5596 3.68081,11.7339 3.78866,11.9083 3.73376,12.1363 3.55335,12.2436 3.49256,12.2819 3.42393,12.2972 3.3553,12.2972 3.22783,12.2972 3.10233,12.234 3.03174,12.119 Z M 1.54332,13.01 c -0.10785,-0.1763 -0.05294,-0.4043 0.12746,-0.5116 0.17845,-0.1073 0.4118,-0.0518 0.52161,0.1226 0.10785,0.1763 0.05295,0.4043 -0.12746,0.5097 -0.06079,0.0383 -0.12942,0.0574 -0.19805,0.0574 -0.1255,0 -0.251,-0.0632 -0.32356,-0.1781 z M 0.0550396,13.899 C -0.052812,13.7246 0.00209425,13.4928 0.1825,13.3874 0.360946,13.2801 0.594297,13.3357 0.70411,13.51 c 0.109812,0.1744 0.052945,0.4024 -0.1255,0.5116 -0.060789,0.0364 -0.129422,0.0556 -0.198055,0.0556 -0.127461,0 -0.252961,-0.0632 -0.3255154,-0.1782 z"
+ id="path491_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.200016,-0.03832 -0.27061,-0.107297 C 0.0392187,0.558285 0,0.464399 0,0.364766 0,0.267048 0.0392187,0.171246 0.109812,0.104185 c 0.143149,-0.1379538 0.39611,-0.1398698 0.539258,0 0.068633,0.067061 0.111774,0.162863 0.111774,0.260581 0,0.099633 -0.043141,0.193519 -0.111774,0.264412 C 0.578477,0.698155 0.478469,0.736475 0.380422,0.736475"
+ id="path492_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.735756 c -0.100008,0 -0.200016,-0.038321 -0.27061,-0.107298 C 0.0411797,0.559481 0,0.463679 0,0.364046 0,0.268244 0.0411797,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.398071,-0.1379546 0.539258,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.04118,0.195435 -0.111774,0.264412 C 0.578477,0.697435 0.482391,0.735756 0.380422,0.735756"
+ id="path493_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 22.3833,0.563443 c -0.1117,-0.174359 -0.0549,-0.402366 0.1236,-0.5096639 0.1804,-0.1053817 0.4157,-0.05173281 0.5235,0.1245419 0.1099,0.174359 0.053,0.402367 -0.1255,0.509664 -0.0627,0.038321 -0.1313,0.053649 -0.2,0.053649 -0.1274,0 -0.2529,-0.063229 -0.3216,-0.178191 z M 20.8948,1.45442 C 20.785,1.28006 20.8399,1.05013 21.0203,0.942835 c 0.1785,-0.105382 0.4118,-0.051733 0.5216,0.122625 0.1079,0.17628 0.053,0.40428 -0.1255,0.51158 -0.0627,0.03641 -0.1313,0.05557 -0.198,0.05557 -0.1275,0 -0.253,-0.06323 -0.3236,-0.17819 z m -1.4902,0.88903 c -0.1078,-0.17628 -0.0529,-0.40428 0.1275,-0.51158 0.1785,-0.1073 0.4118,-0.05173 0.5216,0.12263 0.1098,0.17435 0.053,0.40619 -0.1274,0.51158 -0.0608,0.0364 -0.1275,0.05556 -0.1961,0.05556 -0.1275,0 -0.253,-0.06514 -0.3256,-0.17819 z m -1.4885,0.88714 c -0.1098,-0.17436 -0.0529,-0.40237 0.1255,-0.50775 0.1804,-0.10921 0.4138,-0.05365 0.5236,0.12071 0.1098,0.17627 0.0529,0.40428 -0.1255,0.51158 -0.0628,0.0364 -0.1314,0.05365 -0.1981,0.05365 -0.1274,0 -0.2529,-0.06323 -0.3255,-0.17819 z m -1.4883,0.889 C 16.318,3.94523 16.3749,3.71723 16.5533,3.60993 c 0.1804,-0.1073 0.4157,-0.05174 0.5236,0.12454 0.1098,0.17436 0.0529,0.40237 -0.1255,0.50966 -0.0628,0.03641 -0.1314,0.05365 -0.1981,0.05365 -0.1294,0 -0.2529,-0.06323 -0.3255,-0.17819 z M 14.9414,5.00865 C 14.8297,4.83429 14.8865,4.60628 15.065,4.49898 c 0.1804,-0.10729 0.4137,-0.05173 0.5235,0.12263 0.1099,0.17436 0.053,0.40428 -0.1255,0.50966 -0.0627,0.03832 -0.1313,0.05748 -0.2,0.05748 -0.1274,0 -0.2529,-0.06322 -0.3216,-0.1801 z M 13.4532,5.8996 c -0.1098,-0.17627 -0.0529,-0.4062 0.1255,-0.51158 0.1785,-0.1073 0.4118,-0.05173 0.5216,0.12263 0.1079,0.17436 0.053,0.40236 -0.1274,0.51158 -0.0608,0.0364 -0.1295,0.05365 -0.1961,0.05365 -0.1275,0 -0.253,-0.06323 -0.3236,-0.17628 z m -1.4904,0.88713 c -0.1079,-0.17435 -0.053,-0.40236 0.1274,-0.51158 0.1785,-0.10538 0.4118,-0.05173 0.5197,0.12455 0.1117,0.17435 0.0549,0.40428 -0.1255,0.51158 -0.0608,0.0364 -0.1275,0.05364 -0.1961,0.05364 -0.1275,0 -0.253,-0.06322 -0.3255,-0.17819 z m -1.4884,0.88899 c -0.1098,-0.17436 -0.0529,-0.40237 0.1255,-0.50966 0.1805,-0.10922 0.4138,-0.05365 0.5236,0.12262 0.1098,0.17628 0.053,0.40429 -0.1255,0.50967 -0.0627,0.0364 -0.1314,0.05556 -0.198,0.05556 -0.1295,0 -0.253,-0.06323 -0.3256,-0.17819 z M 8.98617,8.5648 C 8.87635,8.38853 8.93322,8.16052 9.11167,8.05514 9.29011,7.94784 9.52542,8.0034 9.63524,8.17776 9.74505,8.35212 9.68818,8.58013 9.50974,8.68743 9.44699,8.72575 9.37835,8.74107 9.31168,8.74107 9.18226,8.74107 9.05872,8.67785 8.98617,8.5648 Z M 7.4978,9.4538 C 7.38799,9.27753 7.44486,9.04952 7.62527,8.94414 7.80371,8.83684 8.03706,8.89049 8.14688,9.06676 8.25473,9.24112 8.19982,9.46913 8.02138,9.57643 7.95863,9.61475 7.88999,9.63199 7.82136,9.63199 7.6939,9.63199 7.5684,9.56876 7.4978,9.4538 Z m -1.48849,0.889 C 5.8995,10.1685 5.95833,9.93856 6.13677,9.83126 6.31522,9.72588 6.54857,9.77953 6.65838,9.95389 6.76623,10.1302 6.71133,10.3582 6.53092,10.4655 6.47013,10.5019 6.4015,10.521 6.33287,10.521 c -0.1255,0 -0.25296,-0.0632 -0.32356,-0.1782 z M 4.52094,11.2319 C 4.41309,11.0556 4.468,10.8295 4.64644,10.7203 4.82685,10.613 5.0602,10.6686 5.16805,10.8429 c 0.11177,0.1782 0.05491,0.4062 -0.1255,0.5116 -0.06079,0.0364 -0.12942,0.0556 -0.19609,0.0556 -0.12746,0 -0.25296,-0.0633 -0.32552,-0.1782 z m -1.48814,0.889 c -0.10981,-0.1763 -0.05295,-0.4043 0.1255,-0.5097 0.1804,-0.1092 0.41376,-0.0536 0.52357,0.1227 0.10981,0.1743 0.05294,0.4023 -0.1255,0.5096 -0.06275,0.0384 -0.13138,0.0537 -0.19806,0.0537 -0.12942,0 -0.25296,-0.0632 -0.32551,-0.1763 z m -1.48853,0.8872 c -0.10981,-0.1744 -0.05294,-0.4024 0.1255,-0.5097 0.17845,-0.1054 0.41376,-0.0498 0.52357,0.1245 0.10982,0.1744 0.05295,0.4024 -0.1255,0.5097 -0.06275,0.0364 -0.13138,0.0537 -0.19805,0.0537 -0.12942,0 -0.25492,-0.0614 -0.32552,-0.1782 z M 0.055991,13.899 c -0.1098125,-0.1744 -0.05294534,-0.4043 0.1255,-0.5116 0.178445,-0.1073 0.413758,-0.0517 0.52357,0.1226 0.107852,0.1763 0.052946,0.4043 -0.1255,0.5116 -0.06275,0.0364 -0.131383,0.0556 -0.200015,0.0556 -0.127461,0 -0.252961,-0.0632 -0.323555,-0.1782 z"
+ id="path494_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.736235 C 0.278453,0.736235 0.182367,0.695998 0.111773,0.628937 0.0392188,0.558044 0,0.462242 0,0.364525 0,0.268723 0.0392188,0.171006 0.111773,0.102029 c 0.139227,-0.1360385 0.394149,-0.1360385 0.535336,0 0.072555,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.264412 C 0.576516,0.695998 0.48043,0.736235 0.378461,0.736235"
+ id="path495_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.10791,4.66842 7.57312,8.5273 14.0364,4.66842 7.57312,0.807617 Z M 7.57314,9.33394 C 7.50451,9.33394 7.43587,9.3167 7.37509,9.28029 L 0.182367,4.98455 C 0.0686328,4.91749 0,4.79678 0,4.66841 0,4.53812 0.0686328,4.41741 0.182367,4.35035 L 7.37509,0.0546069 c 0.12157,-0.0728092 0.27453,-0.0728092 0.39611,0 L 14.9639,4.35035 c 0.1118,0.06706 0.1824,0.18777 0.1824,0.31806 0,0.12837 -0.0706,0.24908 -0.1824,0.31614 L 7.7712,9.28029 C 7.71041,9.3167 7.64177,9.33394 7.57314,9.33394 Z"
+ id="path496_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 15.1364,0.743408 c -8.47323,0 -14.377611,1.824062 -14.377611,3.462272 0,1.6382 5.904381,3.46226 14.377611,3.46226 8.4732,0 14.3776,-1.82406 14.3776,-3.46226 0,-1.63821 -5.9044,-3.462272 -14.3776,-3.462272 z m 10e-5,7.667962 C 7.79865,8.41137 0,6.93603 0,4.20569 0,1.47534 7.79865,0 15.1365,0 22.4743,0 30.273,1.47534 30.273,4.20569 c 0,2.73034 -7.7987,4.20568 -15.1365,4.20568 z"
+ id="path497_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 15.0871,4.25722 C 8.19439,4.25722 0.805575,2.96007 0.0172782,0.482642 -0.0454718,0.285291 0.0682626,0.0783597 0.268278,0.0170467 0.468294,-0.0442662 0.682036,0.0649475 0.742825,0.262299 1.2409,1.82578 6.86683,3.5138 15.0871,3.5138 c 8.2202,0 13.8462,-1.68802 14.3442,-3.251501 0.0608,-0.1973515 0.2746,-0.3065652 0.4746,-0.2452523 0.202,0.061313 0.3137,0.2682443 0.251,0.4655953 C 29.3686,2.96007 21.9798,4.25722 15.0871,4.25722"
+ id="path498_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,36.1976 C 0.170602,36.1976 0,36.031 0,35.8259 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 35.8259 c 0,0.2051 -0.170602,0.3717 -0.380422,0.3717"
+ id="path499_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 15.0871,4.25706 C 8.19439,4.25706 0.805575,2.95991 0.0172782,0.482478 -0.0454718,0.285127 0.0682626,0.0781955 0.268278,0.0168825 0.468294,-0.0444305 0.682036,0.0666993 0.742825,0.262134 1.2409,1.82562 6.86683,3.51364 15.0871,3.51364 c 8.2202,0 13.8462,-1.68802 14.3442,-3.251506 0.0608,-0.1954347 0.2746,-0.3065645 0.4746,-0.2452515 0.202,0.061313 0.3137,0.2682445 0.251,0.4655955 C 29.3686,2.95991 21.9798,4.25706 15.0871,4.25706"
+ id="path500_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 15.0871,4.25706 C 8.19439,4.25706 0.805575,2.95991 0.0172782,0.482478 -0.0454718,0.287043 0.0682626,0.0781955 0.268278,0.0168825 0.468294,-0.0444305 0.682036,0.0666993 0.742825,0.262134 1.2409,1.82562 6.86683,3.51364 15.0871,3.51364 c 8.2222,0 13.8462,-1.68802 14.3442,-3.251506 0.0608,-0.1954347 0.2746,-0.3065645 0.4746,-0.2452515 0.202,0.061313 0.3137,0.2701605 0.251,0.4655955 C 29.3686,2.95991 21.9798,4.25706 15.0871,4.25706"
+ id="path501_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.170527 0.111773,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.067061 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path502_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.181491,0.689366 v 0 C 0.00304566,0.582068 -0.0538215,0.352145 0.055991,0.177786 0.163843,0.00151116 0.397194,-0.0521377 0.5776,0.05516 0.758007,0.162458 0.814874,0.390465 0.7031,0.56674 0.632507,0.679786 0.508968,0.743015 0.379546,0.743015 0.312874,0.743015 0.244241,0.725771 0.181491,0.689366 Z M 27.1385,0.566716 C 27.0287,0.392357 27.0856,0.16435 27.264,0.055136 c 0.1785,-0.1072977 0.4138,-0.05173286 0.5216,0.122626 0.1118,0.176275 0.053,0.404282 -0.1255,0.51158 -0.0608,0.036405 -0.1314,0.055565 -0.1961,0.055565 -0.1294,0 -0.2529,-0.063229 -0.3255,-0.178191 z M 1.817,1.43473 C 1.61895,1.36575 1.51894,1.15115 1.59149,0.957635 1.66405,0.766032 1.88171,0.666398 2.07977,0.739208 2.27586,0.810101 2.37587,1.02278 2.30332,1.21438 2.24841,1.36575 2.1033,1.45772 1.94839,1.45772 1.90524,1.45772 1.86014,1.45005 1.817,1.43473 Z M 25.5384,1.21627 C 25.4638,1.02275 25.5658,0.810068 25.7619,0.739175 25.96,0.668281 26.1776,0.767915 26.2502,0.959518 26.3227,1.15112 26.2227,1.36572 26.0266,1.43469 25.9835,1.45194 25.9364,1.4596 25.8933,1.4596 c -0.1549,0 -0.3,-0.09197 -0.3549,-0.24333 z M 3.50908,1.94625 C 3.30514,1.89452 3.18357,1.69142 3.23651,1.49407 3.28749,1.2948 3.49732,1.17601 3.69929,1.22774 3.90127,1.27948 4.02481,1.48257 3.97186,1.67993 3.92676,1.84854 3.77381,1.95775 3.60321,1.95775 3.57379,1.95775 3.54046,1.95392 3.50908,1.94625 Z M 23.8695,1.67993 C 23.8185,1.48257 23.9401,1.27948 24.144,1.22774 h -0.0039 c 0.204,-0.05173 0.4138,0.06706 0.4667,0.26633 0.051,0.19735 -0.0706,0.40045 -0.2745,0.45218 -0.0314,0.00958 -0.0647,0.01342 -0.0941,0.01342 -0.1687,0 -0.3236,-0.11113 -0.3687,-0.27974 z M 5.22514,2.3218 C 5.01728,2.28157 4.88197,2.08996 4.92315,1.88686 4.96237,1.68568 5.16239,1.55156 5.36828,1.59179 5.57222,1.63011 5.70949,1.82555 5.67027,2.02673 5.63301,2.20492 5.47418,2.32947 5.29573,2.32947 5.2722,2.32947 5.24867,2.32755 5.22514,2.3218 Z M 22.1715,2.02673 c -0.0372,-0.20118 0.0961,-0.39662 0.304,-0.43494 0.2039,-0.04023 0.4039,0.09389 0.4431,0.29507 0.0412,0.2031 -0.0941,0.39471 -0.302,0.43494 -0.0215,0.00575 -0.047,0.00767 -0.0705,0.00767 -0.1805,0 -0.3373,-0.12455 -0.3746,-0.30274 z M 6.95462,2.60156 C 6.7448,2.57282 6.60165,2.38505 6.6291,2.18195 6.66048,1.97693 6.85265,1.83706 7.05855,1.8658 7.26837,1.89454 7.41152,2.08231 7.38406,2.28541 7.35465,2.46935 7.19385,2.60539 7.00756,2.60539 6.98795,2.60539 6.97227,2.60347 6.95462,2.60156 Z M 20.4596,2.28541 c -0.0294,-0.2031 0.1138,-0.39087 0.3236,-0.41961 0.2079,-0.02874 0.4,0.11113 0.4294,0.31615 0.0295,0.2031 -0.1157,0.39087 -0.3235,0.41961 -0.0177,0.00191 -0.0353,0.00383 -0.0549,0.00383 -0.1863,0 -0.3471,-0.13604 -0.3746,-0.31998 z M 8.69204,2.80657 c 0,0 0,0 -0.00196,0 C 8.48026,2.78358 8.32927,2.60156 8.34888,2.39846 8.37045,2.19536 8.55674,2.04399 8.7646,2.06507 c 0.20982,0.02108 0.36081,0.2031 0.3412,0.4062 -0.01961,0.1916 -0.18433,0.3353 -0.3765,0.3353 -0.01372,0 -0.02745,0 -0.03726,0 z M 18.7358,2.47127 c -0.0196,-0.20119 0.1314,-0.38321 0.3412,-0.40429 0.2079,-0.02107 0.3942,0.12838 0.4158,0.33148 0.0215,0.20501 -0.1314,0.38512 -0.3393,0.40811 -0.0137,0 -0.0274,0 -0.0392,0 -0.1941,0 -0.3588,-0.1437 -0.3785,-0.3353 z m -8.3044,0.47134 c -0.2078,-0.0115 -0.3686,-0.18969 -0.3549,-0.39279 0.0137,-0.20502 0.1941,-0.36021 0.404,-0.3468 0.2098,0.01149 0.3686,0.18968 0.3549,0.3947 -0.0137,0.19543 -0.1804,0.3468 -0.3785,0.3468 -0.0078,0 -0.0176,0 -0.0255,-0.00191 z m 6.5748,-0.34489 c -0.0117,-0.20502 0.1471,-0.38321 0.3569,-0.3947 0.2079,-0.01341 0.3883,0.14178 0.402,0.3468 0.0137,0.2031 -0.1451,0.38129 -0.3549,0.39279 -0.0079,0.00191 -0.0157,0.00191 -0.0235,0.00191 -0.2001,0 -0.3667,-0.15137 -0.3805,-0.3468 z M 12.1764,3.025 C 11.9646,3.01734 11.8019,2.84681 11.8078,2.6418 11.8137,2.43678 11.9901,2.27583 12.2,2.28158 12.4098,2.28733 12.5725,2.45977 12.5686,2.66479 12.5627,2.86597 12.3921,3.025 12.1882,3.025 c -0.0039,0 -0.0079,0 -0.0118,0 z m 3.0984,-0.36021 c -0.0059,-0.20502 0.1588,-0.37746 0.3687,-0.38321 0.2078,-0.00575 0.3843,0.1552 0.3902,0.36022 0.0078,0.20501 -0.1569,0.37554 -0.3687,0.3832 0,0 0,0 0.002,0 -0.0039,0 -0.0098,0 -0.0137,0 -0.202,0 -0.3726,-0.15903 -0.3785,-0.36021 z m -1.7335,0.01533 c 0,-0.20693 0.1706,-0.37171 0.3804,-0.37171 0.2098,0 0.3784,0.16478 0.3784,0.37171 0,0.2031 -0.1686,0.37171 -0.3784,0.37171 -0.2098,0 -0.3804,-0.16861 -0.3804,-0.37171 z"
+ id="path503_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738392 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0392187,0.171246 0.109812,0.104185 c 0.143149,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.067061 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.04118,0.191603 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path504_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.699351 0.111773,0.628458 0.0411797,0.559481 0,0.465595 0,0.367878 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.109813,0.164778 0.109813,0.264412 0,0.097717 -0.039219,0.191603 -0.109813,0.26058 C 0.576516,0.699351 0.48043,0.737672 0.380422,0.737672"
+ id="path505_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.181491,0.686999 v 0 C 0.00304566,0.579701 -0.0538215,0.351693 0.055991,0.177335 0.163843,0.0029759 0.399155,-0.052589 0.5776,0.0547087 0.758007,0.162006 0.814874,0.390014 0.7031,0.564373 0.632507,0.679335 0.507007,0.742564 0.379546,0.742564 0.310913,0.742564 0.24228,0.725319 0.181491,0.686999 Z M 27.1385,0.564359 C 27.0287,0.39 27.0856,0.161992 27.264,0.0546946 c 0.1804,-0.1053816 0.4138,-0.05173279 0.5216,0.1245424 0.1118,0.174358 0.053,0.402366 -0.1255,0.509664 -0.0608,0.03832 -0.1294,0.053649 -0.1961,0.053649 -0.1274,0 -0.2529,-0.063229 -0.3255,-0.178191 z M 1.81506,1.43615 C 1.61897,1.36334 1.51896,1.15066 1.59152,0.959061 1.66407,0.765542 1.88173,0.667825 2.07979,0.736802 2.27588,0.807695 2.37785,1.02229 2.30334,1.21389 2.24843,1.36526 2.10332,1.45723 1.94645,1.45723 1.90527,1.45723 1.86016,1.45148 1.81506,1.43615 Z M 25.5383,1.2139 C 25.4638,1.02421 25.5638,0.809613 25.7619,0.736804 V 0.73872 c 0.198,-0.070893 0.4157,0.026824 0.4883,0.220343 0.0725,0.193517 -0.0275,0.406197 -0.2256,0.477097 -0.0411,0.01532 -0.0882,0.02107 -0.1294,0.02107 -0.1568,0 -0.302,-0.09197 -0.3569,-0.24333 z M 3.50908,1.9439 C 3.30514,1.89409 3.18357,1.69099 3.23651,1.49172 3.28749,1.29245 3.49732,1.17558 3.70125,1.22539 3.90127,1.27713 4.02481,1.48022 3.97186,1.67949 3.92676,1.84619 3.77381,1.95732 3.60321,1.95732 3.57379,1.95732 3.54046,1.95348 3.50908,1.9439 Z M 23.8695,1.6795 c -0.051,-0.19735 0.0706,-0.40237 0.2745,-0.45218 0.2001,-0.05174 0.4099,0.06706 0.4628,0.26632 0.051,0.19927 -0.0706,0.40045 -0.2745,0.45219 -0.0314,0.00766 -0.0647,0.01149 -0.0941,0.01149 -0.1687,0 -0.3236,-0.11113 -0.3687,-0.27782 z M 5.22514,2.3214 v 0 C 5.01728,2.28308 4.88197,2.08764 4.92315,1.88454 4.96237,1.68528 5.16043,1.55307 5.36828,1.59139 5.57418,1.63163 5.70949,1.82323 5.67027,2.02633 5.63301,2.20452 5.47614,2.32715 5.29573,2.32715 5.2722,2.32715 5.24867,2.32523 5.22514,2.3214 Z M 22.1715,2.02633 c -0.0373,-0.2031 0.098,-0.39471 0.3039,-0.43494 0.2039,-0.03832 0.4039,0.09388 0.4432,0.29507 0.0411,0.20118 -0.0942,0.39662 -0.302,0.43494 -0.0216,0.00383 -0.0471,0.00574 -0.0706,0.00574 -0.1785,0 -0.3373,-0.12262 -0.3745,-0.30081 z M 6.95462,2.59918 C 6.7448,2.57235 6.60165,2.38266 6.6291,2.17956 6.66048,1.97838 6.85265,1.8366 7.06051,1.86534 7.26837,1.89216 7.41152,2.08185 7.38406,2.28495 7.35465,2.4708 7.19385,2.60301 7.0056,2.60301 c -0.01765,0 -0.03333,0 -0.05098,-0.00383 z M 20.4596,2.28495 c -0.0294,-0.2031 0.1138,-0.39087 0.3236,-0.41961 0.2079,-0.02874 0.4,0.11304 0.4294,0.31422 0.0295,0.20502 -0.1157,0.39279 -0.3235,0.41962 -0.0177,0.00383 -0.0353,0.00383 -0.053,0.00383 -0.1882,0 -0.349,-0.13221 -0.3765,-0.31806 z M 8.69006,2.80419 C 8.48221,2.78311 8.32925,2.60109 8.34886,2.39799 8.37043,2.19297 8.55672,2.04544 8.76458,2.0646 8.9744,2.08568 9.12539,2.2677 9.10578,2.47271 9.08617,2.6624 8.92146,2.8061 8.72732,2.8061 c -0.01176,0 -0.02549,0 -0.03726,-0.00191 z M 18.7358,2.47271 C 18.7162,2.2677 18.8672,2.08568 19.077,2.0646 c 0.2079,-0.01916 0.3942,0.12837 0.4158,0.33339 0.0215,0.2031 -0.1314,0.38512 -0.3393,0.4062 -0.0137,0.00191 -0.0274,0.00191 -0.0392,0.00191 -0.1941,0 -0.3588,-0.1437 -0.3785,-0.33339 z m -8.3044,0.4714 C 10.2236,2.9307 10.0628,2.75251 10.0765,2.54749 c 0.0137,-0.2031 0.1941,-0.36021 0.404,-0.3468 0.2098,0.01533 0.3686,0.1916 0.3549,0.39662 -0.0118,0.19543 -0.1804,0.3468 -0.3804,0.3468 -0.0079,0 -0.0157,0 -0.0236,0 z m 6.5748,-0.34682 c -0.0117,-0.20501 0.1471,-0.38129 0.3569,-0.3947 0.2079,-0.01341 0.3883,0.14179 0.402,0.34489 0.0137,0.20693 -0.1471,0.3832 -0.3549,0.39661 -0.0079,0 -0.0157,0 -0.0255,0 -0.1981,0 -0.3647,-0.15136 -0.3785,-0.3468 z M 12.1764,3.02266 C 11.9646,3.01691 11.8019,2.84638 11.8078,2.64137 11.8137,2.43635 11.9901,2.27541 12.2,2.28116 c 0.2098,0.00766 0.3725,0.17819 0.3686,0.3832 -0.0078,0.20118 -0.1765,0.3583 -0.3804,0.3583 -0.0039,0 -0.0079,0 -0.0118,0 z m 3.0984,-0.3583 c -0.0059,-0.20501 0.1588,-0.37554 0.3687,-0.3832 0.2098,-0.00575 0.3843,0.15519 0.3902,0.36021 0.0078,0.20501 -0.1569,0.37554 -0.3667,0.38129 -0.0059,0 -0.0098,0 -0.0137,0 -0.202,0 -0.3726,-0.15712 -0.3785,-0.3583 z m -1.7335,0.01338 c 0,-0.2031 0.1706,-0.37171 0.3804,-0.37171 0.2098,0 0.3784,0.16861 0.3784,0.37171 0,0.20693 -0.1686,0.37171 -0.3784,0.37171 -0.2098,0 -0.3804,-0.16478 -0.3804,-0.37171 z"
+ id="path506_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.736955 C 0.278453,0.736955 0.182367,0.698634 0.109812,0.627741 0.0392187,0.558764 0,0.464878 0,0.367161 0,0.267527 0.0392187,0.173642 0.109812,0.102748 c 0.143149,-0.1379538 0.39611,-0.1360378 0.537297,0 0.070594,0.070894 0.111774,0.164779 0.111774,0.264413 0,0.097717 -0.04118,0.191603 -0.111774,0.26058 -0.070593,0.070893 -0.16864,0.109214 -0.268648,0.109214"
+ id="path507_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path508_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.181491,0.689286 C 0.00304566,0.581988 -0.0538215,0.35398 0.055991,0.179622 0.163843,0.00143087 0.399155,-0.052218 0.5776,0.0550797 0.758007,0.162377 0.814874,0.390385 0.7031,0.56666 0.632507,0.679706 0.507007,0.742935 0.379546,0.742935 0.312874,0.742935 0.244241,0.72569 0.181491,0.689286 Z M 27.1385,0.566651 C 27.0287,0.392292 27.0856,0.164285 27.264,0.056987 c 0.1804,-0.1092138 0.4138,-0.05364887 0.5216,0.122626 0.1118,0.176275 0.053,0.404282 -0.1255,0.509664 -0.0608,0.036405 -0.1314,0.055565 -0.1961,0.055565 -0.1274,0 -0.2529,-0.063229 -0.3255,-0.178191 z M 1.817,1.43655 C 1.61895,1.36566 1.51894,1.15106 1.59149,0.959457 1.66405,0.767854 1.88171,0.66822 2.07977,0.739114 2.27782,0.810007 2.37783,1.02269 2.30332,1.21621 2.24841,1.36566 2.1033,1.45954 1.94839,1.45954 1.90524,1.45954 1.86014,1.45188 1.817,1.43655 Z M 25.5383,1.21621 c -0.0726,-0.19352 0.0274,-0.406203 0.2235,-0.477096 0.1981,-0.070894 0.4158,0.02874 0.4883,0.220343 0.0726,0.191603 -0.0274,0.406203 -0.2255,0.477093 -0.0412,0.01533 -0.0882,0.02299 -0.1314,0.02299 -0.1549,0 -0.3,-0.09197 -0.3549,-0.24333 z M 3.50908,1.94619 C 3.30514,1.89446 3.18357,1.69136 3.23651,1.49401 3.28749,1.29474 3.49732,1.17595 3.70125,1.22768 3.90127,1.27941 4.02481,1.48251 3.97186,1.68178 3.92676,1.84848 3.77381,1.95961 3.60321,1.95961 3.57183,1.95961 3.54046,1.95386 3.50908,1.94619 Z M 23.8695,1.68178 c -0.051,-0.19927 0.0706,-0.40237 0.2745,-0.4541 0.202,-0.05173 0.4099,0.06706 0.4628,0.26633 0.051,0.19735 -0.0706,0.40237 -0.2745,0.45218 -0.0294,0.00958 -0.0628,0.01342 -0.0941,0.01342 -0.1687,0 -0.3236,-0.11113 -0.3687,-0.27783 z M 5.22514,2.32176 C 5.01728,2.28344 4.88197,2.08801 4.92315,1.88682 4.96237,1.68564 5.16239,1.55343 5.36828,1.59175 5.57418,1.63007 5.70949,1.82551 5.67027,2.02669 5.63497,2.20488 5.47614,2.32943 5.29769,2.32943 5.2722,2.32943 5.24867,2.32751 5.22514,2.32176 Z M 22.1715,2.0286 c -0.0373,-0.2031 0.098,-0.39854 0.3039,-0.43494 0.2059,-0.03832 0.4039,0.09197 0.4432,0.29315 0.0411,0.2031 -0.0942,0.39662 -0.302,0.43494 0,0 0,0 0.0019,0 -0.0235,0.00575 -0.049,0.00766 -0.0725,0.00766 -0.1785,0 -0.3373,-0.12454 -0.3745,-0.30081 z M 6.95266,2.60146 C 6.7448,2.57272 6.60165,2.38494 6.6291,2.18185 6.66048,1.97875 6.85265,1.83696 7.05855,1.8657 7.26837,1.89444 7.41152,2.08221 7.3821,2.28531 7.35465,2.47117 7.19385,2.60529 7.00756,2.60529 6.98795,2.60529 6.97227,2.60337 6.95266,2.60146 Z M 20.4596,2.28531 c -0.0294,-0.20118 0.1138,-0.39087 0.3236,-0.41961 0.2079,-0.02874 0.4,0.11305 0.4294,0.31615 0.0295,0.20309 -0.1157,0.39087 -0.3235,0.41961 -0.0177,0.00191 -0.0353,0.00383 -0.0549,0.00383 -0.1863,0 -0.3471,-0.13412 -0.3746,-0.31998 z m -1.7238,0.18586 c -0.0196,-0.20119 0.1314,-0.38321 0.3412,-0.40428 0.2079,-0.023 0.3942,0.12837 0.4158,0.33338 0.0215,0.20119 -0.1314,0.38513 -0.3393,0.4062 -0.0137,0 -0.0255,0.00192 -0.0392,0.00192 -0.1941,0 -0.3588,-0.1437 -0.3785,-0.33722 z M 8.69008,2.80647 C 8.48026,2.7854 8.32927,2.60337 8.34888,2.40027 8.37045,2.19526 8.55674,2.04389 8.7646,2.06689 8.97442,2.08796 9.12541,2.26998 9.1058,2.47308 9.08619,2.66469 8.92147,2.80839 8.72734,2.80839 8.71558,2.80839 8.70185,2.80647 8.69008,2.80647 Z M 10.4314,2.94254 C 10.2236,2.93105 10.0628,2.75477 10.0765,2.54976 c 0.0137,-0.20502 0.1941,-0.36022 0.404,-0.3468 0.2098,0.01341 0.3686,0.18968 0.3549,0.3947 -0.0137,0.19543 -0.1804,0.34872 -0.3785,0.34872 -0.0098,0 -0.0176,0 -0.0255,-0.00384 z m 6.5748,-0.34488 c -0.0117,-0.20502 0.1471,-0.38129 0.3569,-0.3947 0.2079,-0.01342 0.3883,0.14178 0.402,0.3468 0.0137,0.20501 -0.1471,0.38129 -0.3549,0.39278 -0.0079,0.00384 -0.0177,0.00384 -0.0255,0.00384 -0.1981,0 -0.3647,-0.15137 -0.3785,-0.34872 z m -4.8298,0.42726 v 0 C 11.9646,3.01725 11.8019,2.84673 11.8078,2.64363 11.8137,2.4367 11.9901,2.27767 12.2,2.28342 c 0.2098,0.00574 0.3725,0.17819 0.3686,0.38129 -0.0078,0.20118 -0.1765,0.36021 -0.3804,0.36021 -0.0039,0 -0.0079,0 -0.0118,0 z m 3.0984,-0.36021 c -0.0059,-0.2031 0.1588,-0.37555 0.3687,-0.38129 0.2078,-0.00575 0.3843,0.15328 0.3902,0.36021 0.0078,0.2031 -0.1569,0.37362 -0.3687,0.38129 -0.0039,0 -0.0078,0 -0.0117,0 -0.204,0 -0.3726,-0.15903 -0.3785,-0.36021 z m -1.7335,0.01535 c 0,-0.20502 0.1706,-0.37171 0.3804,-0.37171 0.2098,0 0.3784,0.16669 0.3784,0.37171 0,0.20501 -0.1686,0.37171 -0.3784,0.37171 -0.2098,0 -0.3804,-0.1667 -0.3804,-0.37171 z"
+ id="path509_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.072554,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path510_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 15.0871,4.25706 C 8.19439,4.25706 0.805575,2.95991 0.0172782,0.482478 -0.0454718,0.287043 0.0682626,0.0781955 0.268278,0.0168825 0.468294,-0.0444305 0.682036,0.0666993 0.742825,0.262134 1.2409,1.82562 6.86683,3.51364 15.0871,3.51364 c 8.2202,0 13.8462,-1.68802 14.3442,-3.251506 0.0608,-0.1954347 0.2746,-0.3065645 0.4746,-0.2452515 0.202,0.061313 0.3137,0.2701605 0.251,0.4655955 C 29.3686,2.95991 21.9798,4.25706 15.0871,4.25706"
+ id="path511_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.760742,17.9149 H 20.8466 V 0.743408 H 0.760742 Z M 21.2252,18.6583 H 0.380422 C 0.170602,18.6583 0,18.4916 0,18.2866 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 21.2252 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 V 18.2866 c 0,0.205 -0.1706,0.3717 -0.3804,0.3717 z"
+ id="path512_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 21.2252,0.741504 H 0.380422 C 0.170602,0.741504 0,0.574809 0,0.369794 0,0.164779 0.170602,0 0.380422,0 H 21.2252 c 0.2098,0 0.3804,0.164779 0.3804,0.369794 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path513_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.40403,0.687855 C 1.40403,1.06531 1.09028,1.37379 0.702016,1.37379 0.31375,1.37379 0,1.06531 0,0.687855 0,0.308481 0.31375,0 0.702016,0 1.09028,0 1.40403,0.308481 1.40403,0.687855"
+ id="path514_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.40599,0.687855 C 1.40599,1.06531 1.09224,1.37379 0.703977,1.37379 0.315711,1.37379 0,1.06531 0,0.687855 0,0.308481 0.315711,0 0.703977,0 1.09224,0 1.40599,0.308481 1.40599,0.687855"
+ id="path515_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 4.32191,6.14728 c -0.07452,0 -0.151,-0.02299 -0.21767,-0.06898 L 0.160797,3.3767 C 0.0588281,3.30772 0,3.19468 0,3.07397 0,2.95134 0.0588281,2.8383 0.160797,2.76932 L 4.10424,0.0677159 C 4.2768,-0.051078 4.51408,-0.00892535 4.6337,0.157769 4.75331,0.32638 4.71213,0.55822 4.54153,0.675098 L 1.04126,3.07397 4.54153,5.47092 C 4.71213,5.58972 4.75331,5.81964 4.6337,5.98825 4.55918,6.09172 4.44152,6.14728 4.32191,6.14728"
+ id="path516_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380236,6.14728 C 0.260619,6.14728 0.142963,6.09172 0.068447,5.98825 -0.0511702,5.81964 -0.0099905,5.58972 0.160611,5.47092 L 3.66088,3.07397 0.160611,0.675098 C -0.0099905,0.55822 -0.0511702,0.32638 0.068447,0.157769 0.190025,-0.00892535 0.425338,-0.051078 0.5979,0.0677159 L 4.54135,2.76932 c 0.1,0.06898 0.16079,0.18202 0.16079,0.30465 0,0.12071 -0.06079,0.23375 -0.16079,0.30273 L 0.5979,6.0783 C 0.531228,6.12429 0.454752,6.14728 0.380236,6.14728"
+ id="path517_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.379794,6.2706 C 0.324888,6.2706 0.268021,6.2591 0.215076,6.23419 0.0248646,6.14414 -0.0535729,5.92188 0.0385912,5.73794 L 2.7839,0.208278 C 2.87607,0.0243392 3.10354,-0.052302 3.29179,0.0377515 3.48004,0.125889 3.56043,0.348148 3.46827,0.534003 L 0.722958,6.06175 C 0.656287,6.19396 0.520982,6.2706 0.379794,6.2706"
+ id="path518_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.60224,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.369794 0,0.164779 0.170602,0 0.380422,0 H 3.60224 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171"
+ id="path519_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.6766,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.369794 0,0.164779 0.170602,0 0.380422,0 H 1.6766 c 0.20982,0 0.37846,0.164779 0.37846,0.369794 0,0.206931 -0.16864,0.37171 -0.37846,0.37171"
+ id="path520_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.67464,0.741504 H 0.378461 C 0.168641,0.741504 0,0.576725 0,0.369794 0,0.164779 0.168641,0 0.378461,0 H 1.67464 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171"
+ id="path521_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 5.25923,6.23093 c -0.20982,0 -0.38042,-0.16669 -0.38042,-0.37171 V 0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.369794 0,0.164779 0.170602,0 0.380422,0 H 5.25923 C 5.46905,0 5.63966,0.164779 5.63966,0.369794 V 5.85922 c 0,0.20502 -0.17061,0.37171 -0.38043,0.37171"
+ id="path522_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.367878 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.109813,0.164778 0.109813,0.264412 0,0.097717 -0.039219,0.191603 -0.109813,0.26058 C 0.576516,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path523_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.168641,0 0.378461,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.170602,0.369794 -0.380422,0.369794 C 0.168641,0.741504 0,0.574809 0,0.37171 Z m 1.89819,0 C 1.89819,0.164779 2.06683,0 2.27862,0 c 0.20785,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.17257,0.369794 -0.38042,0.369794 -0.21179,0 -0.38043,-0.166695 -0.38043,-0.369794 z"
+ id="path524_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.465595 0,0.367878 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.070893 0.109813,0.164778 0.109813,0.264412 0,0.097717 -0.04118,0.191603 -0.109813,0.26058 C 0.578477,0.697435 0.478469,0.737672 0.380422,0.737672"
+ id="path525_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.07695,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 6.07695 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171"
+ id="path526_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.280414,0.738151 0.182367,0.697914 0.113734,0.628937 0.0411797,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0411797,0.171006 0.113734,0.102029 c 0.139227,-0.1360385 0.394149,-0.1360385 0.535336,0 0.072555,0.070893 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.697914 0.48043,0.738151 0.380422,0.738151"
+ id="path527_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.211781,0 0.380422,0.164779 0.380422,0.37171 0,0.205015 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z m 1.72168,0 C 1.72168,0.164779 1.89032,0 2.1021,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.71973,0 C 3.44141,0.164779 3.61005,0 3.82183,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.71972,0 C 5.16113,0.164779 5.33173,0 5.54155,0 c 0.21179,0 0.38043,0.164779 0.38043,0.37171 0,0.205015 -0.16864,0.37171 -0.38043,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.72168,0 C 6.88281,0.164779 7.05341,0 7.26323,0 c 0.20982,0 0.38043,0.164779 0.38043,0.37171 0,0.205015 -0.17061,0.37171 -0.38043,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z"
+ id="path528_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.282375,0.738151 0.182367,0.697914 0.111773,0.628937 0.0411797,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0411797,0.171006 0.111773,0.102029 c 0.141188,-0.1360385 0.39611,-0.1360385 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697914 0.478469,0.738151 0.380422,0.738151"
+ id="path529_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.83191,6.23285 H 0.380422 C 0.170602,6.23285 0,6.06615 0,5.86114 0,5.65612 0.170602,5.48943 0.380422,5.48943 H 6.45148 V 0.37171 C 6.45148,0.166695 6.62209,0 6.83191,0 7.04173,0 7.21233,0.166695 7.21233,0.37171 v 5.48943 c 0,0.20501 -0.1706,0.37171 -0.38042,0.37171"
+ id="path530_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.39412,0.741516 c -0.34904,0 -0.633378,0.277824 -0.633378,0.618874 0,0.34297 0.284338,0.6208 0.633378,0.6208 0.34905,0 0.63339,-0.27783 0.63339,-0.6208 0,-0.34105 -0.28434,-0.618874 -0.63339,-0.618874 z M 1.39423,2.72268 C 0.625539,2.72268 0,2.11147 0,1.36038 0,0.609298 0.625539,0 1.39423,0 c 0.76868,0 1.39422,0.609298 1.39422,1.36038 0,0.75109 -0.62554,1.3623 -1.39422,1.3623 z"
+ id="path531_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.39217,0.741516 c -0.34905,0 -0.633381,0.277824 -0.633381,0.618874 0,0.34297 0.284331,0.6208 0.633381,0.6208 0.35101,0 0.63535,-0.27783 0.63535,-0.6208 0,-0.34105 -0.28434,-0.618874 -0.63535,-0.618874 z m 10e-5,1.981164 C 0.625539,2.72268 0,2.11147 0,1.36038 0,0.609298 0.625539,0 1.39227,0 c 0.76868,0 1.39422,0.609298 1.39422,1.36038 0,0.75109 -0.62554,1.3623 -1.39422,1.3623 z"
+ id="path532_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.42207,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.164779 0.170602,0 0.380422,0 H 6.42207 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.1706,0.369794 -0.38042,0.369794"
+ id="path533_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.80406,2.6609 C 1.72955,2.6609 1.65503,2.63982 1.59032,2.59384 L 0.164719,1.63582 C 0.0607891,1.56684 0,1.45188 0,1.33117 0,1.20855 0.0607891,1.09359 0.164719,1.02461 L 1.59032,0.0646767 C 1.76288,-0.0502852 1.9982,-0.0081325 2.11781,0.160478 2.23743,0.329089 2.19233,0.560929 2.01977,0.677806 L 1.0491,1.33117 2.01977,1.98262 C 2.19233,2.0995 2.23743,2.32942 2.11781,2.49995 2.04526,2.60342 1.92564,2.6609 1.80406,2.6609"
+ id="path534_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.42207,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 6.42207 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171"
+ id="path535_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.379943,2.65898 C 0.260325,2.65898 0.140708,2.60342 0.0661925,2.49804 -0.0514637,2.32942 -0.00832309,2.09759 0.164239,1.98262 L 1.1349,1.32926 0.164239,0.677806 C -0.00832309,0.560929 -0.0514637,0.329089 0.0661925,0.160478 0.18581,-0.0081325 0.423083,-0.0502852 0.595646,0.0646767 L 2.02125,1.02269 c 0.10197,0.0709 0.16472,0.18394 0.16472,0.30657 0,0.12262 -0.06275,0.23758 -0.16472,0.30656 L 0.595646,2.59384 C 0.528974,2.63791 0.454458,2.65898 0.379943,2.65898"
+ id="path536_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.80406,2.66034 c -0.07451,0 -0.14903,-0.02108 -0.21374,-0.06515 L 0.164719,1.63526 C 0.0607891,1.56628 0,1.45324 0,1.33061 0,1.20799 0.0607891,1.09302 0.164719,1.02405 L 1.59032,0.0660319 C 1.76288,-0.050846 1.9982,-0.00869328 2.11781,0.161833 2.23743,0.330444 2.19233,0.560368 2.01977,0.677246 L 1.0491,1.33061 2.01977,1.98206 C 2.19233,2.09894 2.23743,2.33078 2.11781,2.49939 2.04526,2.60477 1.92564,2.66034 1.80406,2.66034"
+ id="path537_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.42207,0.741504 H 0.380422 C 0.170602,0.741504 0,0.574809 0,0.369794 0,0.164779 0.170602,0 0.380422,0 H 6.42207 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.1706,0.37171 -0.38042,0.37171"
+ id="path538_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.379943,2.66044 C 0.260325,2.66044 0.140708,2.60296 0.0661925,2.4995 -0.0514637,2.33089 -0.00832309,2.09905 0.164239,1.98217 L 1.1349,1.3288 0.164239,0.677352 C -0.00832309,0.560475 -0.0514637,0.330551 0.0661925,0.160024 0.18581,-0.0085865 0.423083,-0.0507392 0.595646,0.0661387 L 2.02125,1.02415 c 0.10197,0.06898 0.16472,0.18394 0.16472,0.30465 0,0.12263 -0.06275,0.23759 -0.16472,0.30657 L 0.595646,2.59338 C 0.528974,2.63937 0.454458,2.66044 0.379943,2.66044"
+ id="path539_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380847,5.98392 c -0.005882,0 -0.013726,0 -0.019609,0 C 0.151418,5.97242 -0.00937914,5.79806 4.25546e-4,5.59497 L 0.26123,0.352706 C 0.271035,0.147691 0.457324,-0.00559163 0.659301,1.56461e-4 0.869121,0.00973661 1.02992,0.184095 1.02011,0.389111 L 0.759308,5.62945 C 0.749504,5.82872 0.580863,5.98392 0.380847,5.98392"
+ id="path540_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.639691,5.98376 C 0.437715,5.98376 0.271035,5.82856 0.26123,5.6293 L 4.25546e-4,0.388954 C -0.00937914,0.183939 0.151418,0.00958015 0.361238,0 0.367121,0 0.373004,0 0.380847,0 0.580863,0 0.749504,0.155198 0.759308,0.35255 L 1.02011,5.59481 c 0.00981,0.2031 -0.150989,0.37746 -0.360809,0.38895 -0.005883,0 -0.013727,0 -0.01961,0"
+ id="path541_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.758789,11.6533 H 19.8838 V 9.36365 L 17.4581,0.762592 3.16682,0.741516 0.758789,9.34449 Z M 20.2624,12.3967 H 0.378461 C 0.168641,12.3967 0,12.23 0,12.025 V 9.29466 C 0,9.26209 0.00392187,9.22952 0.0137266,9.19695 L 2.51196,0.272076 C 2.55706,0.11113 2.70609,0 2.87866,0 L 17.7484,0.0191603 c 0.1706,0 0.3216,0.1111297 0.3667,0.2720767 l 2.514,8.924873 c 0.0098,0.03065 0.0137,0.06514 0.0137,0.09771 V 12.025 c 0,0.205 -0.1687,0.3717 -0.3804,0.3717 z"
+ id="path542_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 4.57085,0.743408 c -2.24331,0 -3.812061,1.852802 -3.812061,4.504592 0,2.96984 1.817791,5.6734 3.812061,5.6734 1.99427,0 3.81206,-2.70356 3.81206,-5.6734 0,-2.65179 -1.56875,-4.504592 -3.81206,-4.504592 z M 4.57095,11.6648 C 1.87662,11.6648 0,8.283 0,5.24801 0,2.20727 1.92172,0 4.57095,0 c 2.64922,0 4.57094,2.20727 4.57094,5.24801 0,3.03499 -1.87662,6.41679 -4.57094,6.41679 z"
+ id="path543_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.382383,0.739109 C 0.282375,0.739109 0.182367,0.698872 0.113734,0.629895 0.0431406,0.560918 0,0.465116 0,0.367399 0,0.267765 0.0431406,0.17388 0.113734,0.104903 c 0.139227,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path544_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.00106926,0.397663 C -0.0146182,0.194564 0.144218,0.016373 0.352077,0.00104478 0.561897,-0.0142835 0.744265,0.140915 0.759952,0.344014 0.771718,0.550946 0.614843,0.72722 0.405022,0.742549 0.395218,0.744465 0.389335,0.744465 0.37953,0.744465 0.181476,0.744465 0.0147958,0.593098 0.00106926,0.397663 Z M 0.0911682,1.66605 C 0.0774416,1.46103 0.234317,1.28476 0.444137,1.26943 0.653957,1.2541 0.834363,1.40738 0.850051,1.6124 0.865738,1.81741 0.706903,1.9956 0.499043,2.00902 c -0.009804,0 -0.019609,0 -0.029414,0 -0.198055,0 -0.362773,-0.14754 -0.3784608,-0.34297 z M 0.185395,2.93259 C 0.169708,2.72949 0.328544,2.5513 0.536403,2.53597 0.746224,2.52256 0.928591,2.67584 0.944278,2.88086 0.958005,3.08587 0.80113,3.26406 0.589349,3.27556 0.581505,3.27748 0.573661,3.27748 0.563856,3.27748 0.365802,3.27748 0.199122,3.12803 0.185395,2.93259 Z M 0.27553,4.20096 C 0.263765,3.99594 0.418679,3.81775 0.63046,3.80434 0.838319,3.78901 1.02069,3.94229 1.03441,4.14731 1.0501,4.35424 0.891265,4.53052 0.683405,4.54393 0.6736,4.54393 0.663796,4.54584 0.655952,4.54584 0.457897,4.54584 0.291218,4.39639 0.27553,4.20096 Z M 0.369722,5.46747 C 0.354034,5.26246 0.51287,5.08618 0.720729,5.07277 0.932511,5.05744 1.11292,5.21073 1.1286,5.41574 1.14233,5.61884 0.985456,5.79703 0.775636,5.81236 c -0.009805,0 -0.017649,0 -0.027453,0 -0.198055,0 -0.364735,-0.14753 -0.378461,-0.34489 z M 0.461774,6.73588 C 0.448047,6.53086 0.604922,6.35267 0.814742,6.33734 1.0226,6.32585 1.20497,6.47721 1.22066,6.68415 1.23438,6.88725 1.07751,7.06544 0.867688,7.07885 0.859844,7.08076 0.850039,7.08076 0.840235,7.08076 0.64218,7.08076 0.4755,6.93323 0.461774,6.73588 Z"
+ id="path545_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.170527 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.537297,0 0.072555,0.068977 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.478469,0.737672 0.380422,0.737672"
+ id="path546_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.170527 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path547_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.816433,0.742321 C 0.608573,0.728909 0.449737,0.550718 0.465425,0.345702 0.479151,0.140687 0.661518,-0.0125952 0.869378,8.17003e-4 1.0792,0.0161452 1.23607,0.194336 1.22235,0.397435 1.20862,0.59287 1.03998,0.744237 0.843886,0.744237 c -0.009805,0 -0.017649,0 -0.027453,-0.001916 z M 0.724166,2.00883 C 0.514346,1.99542 0.357471,1.81723 0.371197,1.61221 0.386885,1.4072 0.567291,1.25392 0.777112,1.26924 0.986932,1.28457 1.14577,1.46276 1.13008,1.66586 1.11439,1.8613 0.949674,2.00883 0.751619,2.00883 c -0.009804,0 -0.019609,0 -0.027453,0 z M 0.632114,3.2753 C 0.422294,3.26189 0.263458,3.08561 0.279145,2.8806 0.294833,2.67558 0.4772,2.52038 0.685059,2.53571 0.89488,2.55104 1.05175,2.72923 1.03803,2.93233 1.0243,3.12968 0.857622,3.27722 0.659567,3.27722 c -0.009805,0 -0.019609,0 -0.027453,-0.00192 z M 0.53984,4.54374 C 0.33002,4.53033 0.173145,4.35406 0.186871,4.14904 0.200598,3.94211 0.382965,3.78883 0.592785,3.80416 0.800645,3.81757 0.959481,3.99576 0.943793,4.20078 0.930067,4.39621 0.763387,4.54566 0.565332,4.54566 c -0.007844,0 -0.015687,0 -0.025492,-0.00192 z M 0.445827,5.81212 C 0.237968,5.79679 0.0791318,5.6186 0.0948193,5.4155 0.110507,5.21048 0.292874,5.0572 0.500733,5.07253 0.710554,5.08594 0.867429,5.26222 0.853702,5.46723 0.838015,5.66458 0.671335,5.81212 0.475241,5.81212 c -0.009805,0 -0.019609,0 -0.029414,0 z M 0.355558,7.08057 C 0.143776,7.06525 -0.0111378,6.88706 6.278e-4,6.68396 0.0163153,6.47894 0.198682,6.32566 0.408503,6.33715 0.616362,6.3544 0.775198,6.53067 0.759511,6.73569 0.745784,6.93112 0.579104,7.08057 0.38105,7.08057 c -0.009805,0 -0.015688,0 -0.025492,0 z"
+ id="path548_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.739109 C 0.280414,0.739109 0.182367,0.698872 0.111773,0.629895 0.0411797,0.560918 0,0.465116 0,0.367399 0,0.267765 0.0411797,0.17388 0.111773,0.104903 c 0.139227,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.698872 0.482391,0.739109 0.380422,0.739109"
+ id="path549_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.379575,3.40865 C 0.297215,3.40865 0.214856,3.38374 0.144262,3.33009 -0.0204564,3.20363 -0.0479096,2.96988 0.0815123,2.80893 L 2.2307,0.141817 C 2.3209,0.0287716 2.46993,-0.0229612 2.61504,0.00961131 L 8.78611,1.40065 C 8.99005,1.44663 9.11751,1.6459 9.07045,1.84708 9.02339,2.04635 8.81945,2.17089 8.61551,2.12491 L 2.67779,0.78752 0.679598,3.26686 C 0.603122,3.36075 0.493309,3.40865 0.379575,3.40865"
+ id="path550_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.44582,3.51639 H 0.706393 c -0.192171,0 -0.354929,-0.14179 -0.3765,-0.32956 L 0.0024169,0.414335 C -0.0211143,0.209319 0.129878,0.0253803 0.337737,0.00238796 0.547558,-0.0206044 0.733847,0.125014 0.759339,0.328113 L 1.04564,2.77297 H 3.10658 L 3.39288,0.333861 C 3.41837,0.128846 3.60662,-0.0148563 3.81448,0.00622002 4.0243,0.0292124 4.17333,0.215067 4.1498,0.418167 L 3.82232,3.18683 C 3.80075,3.3746 3.638,3.51639 3.44582,3.51639"
+ id="path551_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738392 c -0.100008,0 -0.198055,-0.040237 -0.268649,-0.11113 C 0.0392188,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0392188,0.173163 0.111773,0.104185 c 0.141188,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.068978 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.04118,0.193519 -0.111774,0.26058 -0.070593,0.070893 -0.16864,0.11113 -0.268648,0.11113"
+ id="path552_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.382383,0 c 0.207859,0 0.378461,0.164779 0.378461,0.37171 0,0.203099 -0.170602,0.37171 -0.378461,0.37171 C 0.170602,0.74342 0,0.574809 0,0.37171 Z m 1.302,0 C 1.302,0.164779 1.47064,0 1.68242,0 c 0.20786,0 0.37846,0.164779 0.37846,0.37171 0,0.203099 -0.1706,0.37171 -0.37846,0.37171 C 1.47064,0.74342 1.302,0.574809 1.302,0.37171 Z m 1.30005,0 C 2.60205,0.164779 2.77069,0 2.98051,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.37846,-0.168611 -0.37846,-0.37171 z m 1.29834,0 C 3.90039,0.164779 4.07295,0 4.28081,0 c 0.21178,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.38042,-0.168611 -0.38042,-0.37171 z m 1.30005,0 C 5.20044,0.164779 5.373,0 5.58086,0 c 0.21178,0 0.38238,0.164779 0.38238,0.37171 0,0.203099 -0.1706,0.37171 -0.38238,0.37171 -0.20786,0 -0.38042,-0.168611 -0.38042,-0.37171 z"
+ id="path553_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.73935 C 0.280414,0.73935 0.182367,0.699113 0.109812,0.630136 0.0392187,0.561159 0,0.465357 0,0.36764 0,0.269922 0.0392187,0.174121 0.109812,0.105143 0.252961,-0.0347268 0.507883,-0.0347268 0.64907,0.103227 0.717703,0.174121 0.760844,0.269922 0.760844,0.36764 0.760844,0.465357 0.717703,0.561159 0.64907,0.62822 0.578477,0.699113 0.478469,0.73935 0.380422,0.73935"
+ id="path554_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.739109 C 0.278453,0.739109 0.182367,0.698872 0.109812,0.629895 0.0392187,0.560918 0,0.465116 0,0.367399 0,0.269681 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.26058 -0.070593,0.070893 -0.16864,0.11113 -0.268648,0.11113"
+ id="path555_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.172562,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.170602,0.37171 -0.380422,0.37171 C 0.172562,0.74342 0,0.574809 0,0.37171 Z m 1.30005,0 C 1.30005,0.164779 1.47261,0 1.68047,0 c 0.21178,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.38042,-0.168611 -0.38042,-0.37171 z m 1.302,0 C 2.60205,0.164779 2.77069,0 2.98051,0 c 0.21178,0 0.38238,0.164779 0.38238,0.37171 0,0.203099 -0.1706,0.37171 -0.38238,0.37171 -0.20982,0 -0.37846,-0.168611 -0.37846,-0.37171 z m 1.30029,0 C 3.90234,0.164779 4.07098,0 4.28277,0 c 0.20786,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.17256,0.37171 -0.38042,0.37171 -0.21179,0 -0.38043,-0.168611 -0.38043,-0.37171 z m 1.30005,0 C 5.20239,0.164779 5.37299,0 5.58281,0 c 0.20982,0 0.38043,0.164779 0.38043,0.37171 0,0.203099 -0.17061,0.37171 -0.38043,0.37171 -0.20982,0 -0.38042,-0.168611 -0.38042,-0.37171 z"
+ id="path556_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.73935 C 0.280414,0.73935 0.182367,0.699113 0.111773,0.62822 0.0411797,0.561159 0,0.465357 0,0.36764 0,0.269922 0.0411797,0.174121 0.111773,0.105143 0.254922,-0.0347268 0.507883,-0.0347268 0.64907,0.103227 0.719664,0.174121 0.758883,0.269922 0.758883,0.36764 0.758883,0.465357 0.719664,0.561159 0.64907,0.62822 0.576516,0.699113 0.48043,0.73935 0.380422,0.73935"
+ id="path557_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.558285 0,0.462483 0,0.364766 0,0.268964 0.0392188,0.171246 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.067061 0.111774,0.164779 0.111774,0.260581 0,0.097717 -0.04118,0.195435 -0.111774,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path558_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.168641,0 0.378461,0 c 0.20982,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.578641 0,0.37171 Z m 1.30786,0 C 1.30786,0.168611 1.47846,0 1.68828,0 1.8981,0 2.06674,0.168611 2.06674,0.37171 c 0,0.206931 -0.16864,0.37171 -0.37846,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.30811,0 C 2.61597,0.168611 2.78657,0 2.99639,0 c 0.20982,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.30981,0 C 3.92578,0.168611 4.09442,0 4.3062,0 c 0.20982,0 0.37846,0.168611 0.37846,0.37171 0,0.206931 -0.16864,0.37171 -0.37846,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.30982,0 C 5.2356,0.168611 5.40424,0 5.61406,0 c 0.20982,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.37846,-0.164779 -0.37846,-0.37171 z"
+ id="path559_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.382383,0.737193 C 0.282375,0.737193 0.182367,0.698872 0.113734,0.629895 0.0431406,0.560918 0,0.4632 0,0.365483 0,0.269681 0.0431406,0.171964 0.113734,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.067061 0.111774,0.164778 0.111774,0.26058 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 C 0.580438,0.698872 0.48043,0.737193 0.382383,0.737193"
+ id="path560_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.098047,0 -0.198055,-0.03832 -0.266688,-0.107297 C 0.0411797,0.560201 0,0.462483 0,0.364766 0,0.268964 0.0411797,0.171246 0.111773,0.104185 c 0.141188,-0.1398698 0.39611,-0.1379538 0.537297,0 0.072555,0.067061 0.111774,0.164779 0.111774,0.260581 0,0.097717 -0.039219,0.193519 -0.111774,0.264412 C 0.578477,0.698155 0.482391,0.736475 0.380422,0.736475"
+ id="path561_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.168641,0 0.380422,0 c 0.20982,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.578641 0,0.37171 Z m 1.30786,0 C 1.30786,0.168611 1.47846,0 1.68828,0 1.8981,0 2.06871,0.168611 2.06871,0.37171 c 0,0.206931 -0.17061,0.37171 -0.38043,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.31006,0 C 2.61792,0.168611 2.78852,0 2.99638,0 3.20816,0 3.3768,0.168611 3.3768,0.37171 c 0,0.206931 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.164779 -0.37846,-0.37171 z m 1.30786,0 C 3.92578,0.168611 4.09638,0 4.3062,0 c 0.20982,0 0.38043,0.168611 0.38043,0.37171 0,0.206931 -0.17061,0.37171 -0.38043,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.30982,0 C 5.2356,0.168611 5.40424,0 5.61602,0 c 0.20786,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.17256,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z"
+ id="path562_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.462483 0,0.364766 0,0.268964 0.0411797,0.171246 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.067061 0.111774,0.164779 0.111774,0.260581 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 C 0.576516,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path563_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,11.6859 C 0.170602,11.6859 0,11.5192 0,11.3142 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 11.3142 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path564_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,11.5479 C 0.170602,11.5479 0,11.3812 0,11.1762 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 11.1762 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path565_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,4.58315 C 0.170602,4.58315 0,4.41645 0,4.21144 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.369794 V 4.21144 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path566_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.100008,0 -0.198055,-0.042153 -0.27061,-0.109214 C 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.266807 0.0392187,0.171006 0.109812,0.102029 c 0.141188,-0.1360385 0.39611,-0.1360385 0.539258,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.04118,0.191603 -0.111774,0.262496 C 0.578477,0.695998 0.478469,0.738151 0.380422,0.738151"
+ id="path567_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.574809 0,0.369794"
+ id="path568_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739588 c -0.100008,0 -0.198055,-0.042153 -0.268649,-0.11113 C 0.0392188,0.561397 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.14511,-0.1379546 0.398071,-0.1379546 0.539258,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.195435 -0.111774,0.262496 -0.070593,0.068977 -0.170601,0.11113 -0.268648,0.11113"
+ id="path569_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.100008,0 -0.198055,-0.042153 -0.27061,-0.109214 C 0.0411797,0.55996 0,0.462242 0,0.366441 0,0.266807 0.0411797,0.171006 0.109812,0.102029 c 0.143149,-0.1360385 0.398071,-0.1360385 0.539258,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.695998 0.478469,0.738151 0.380422,0.738151"
+ id="path570_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.168641,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.574809 0,0.369794"
+ id="path571_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739588 c -0.100008,0 -0.198055,-0.042153 -0.27061,-0.11113 C 0.0411797,0.561397 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.109812,0.103466 c 0.14511,-0.1379546 0.398071,-0.1379546 0.539258,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.195435 -0.111774,0.262496 -0.070593,0.068977 -0.170601,0.11113 -0.268648,0.11113"
+ id="path572_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.100008,0 -0.198055,-0.042153 -0.27061,-0.109214 C 0.0411797,0.55996 0,0.462242 0,0.366441 0,0.266807 0.0411797,0.171006 0.109812,0.102029 c 0.143149,-0.1360385 0.398071,-0.1360385 0.539258,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.695998 0.48043,0.738151 0.380422,0.738151"
+ id="path573_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.574809 0,0.369794"
+ id="path574_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739588 c -0.100008,0 -0.198055,-0.042153 -0.27061,-0.11113 C 0.0411797,0.561397 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.539258,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.195435 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.11113 -0.268648,0.11113"
+ id="path575_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.280414,0.738151 0.182367,0.695998 0.111773,0.628937 0.0411797,0.55996 0,0.462242 0,0.366441 0,0.266807 0.0411797,0.171006 0.111773,0.102029 c 0.141188,-0.1360385 0.39611,-0.1360385 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.695998 0.48043,0.738151 0.380422,0.738151"
+ id="path576_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739588 c -0.100008,0 -0.198055,-0.042153 -0.268649,-0.11113 C 0.0411797,0.561397 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.195435 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.11113 -0.268648,0.11113"
+ id="path577_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738151 C 0.278453,0.738151 0.182367,0.695998 0.109812,0.628937 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.266807 0.0392187,0.171006 0.109812,0.102029 c 0.141188,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.04118,0.191603 -0.111774,0.262496 -0.070593,0.067061 -0.16864,0.109214 -0.268648,0.109214"
+ id="path578_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.168641,0 0.378461,0 c 0.20982,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.574809 0,0.369794"
+ id="path579_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.739588 c -0.100008,0 -0.196094,-0.042153 -0.268649,-0.11113 C 0.0392187,0.561397 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.195435 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.11113 -0.268648,0.11113"
+ id="path580_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738151 C 0.278453,0.738151 0.182367,0.695998 0.109812,0.628937 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.266807 0.0392187,0.171006 0.109812,0.102029 c 0.141188,-0.1360385 0.39611,-0.1360385 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.067061 -0.16864,0.109214 -0.268648,0.109214"
+ id="path581_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736955 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0392187,0.56068 0,0.464878 0,0.365245 0,0.269443 0.0392187,0.171725 0.109812,0.102748 c 0.143149,-0.1379538 0.398071,-0.1360378 0.537297,0 0.070594,0.068977 0.113735,0.166695 0.113735,0.262497 0,0.099633 -0.043141,0.195435 -0.113735,0.264412 -0.068632,0.068977 -0.16864,0.107298 -0.266687,0.107298"
+ id="path582_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.574809 0,0.369794 Z M 0,1.55579 C 0,1.34886 0.168641,1.18408 0.380422,1.18408 c 0.207859,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.172563,0.3698 -0.380422,0.3698 C 0.168641,1.92559 0,1.75889 0,1.55579 Z"
+ id="path583_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.736235 C 0.278453,0.736235 0.182367,0.695998 0.111773,0.628937 0.0392188,0.558044 0,0.462242 0,0.364525 0,0.268723 0.0392188,0.171006 0.111773,0.102029 c 0.141188,-0.1360385 0.39611,-0.1360385 0.535336,0 0.070594,0.068977 0.113735,0.166694 0.113735,0.262496 0,0.097717 -0.043141,0.193519 -0.113735,0.264412 -0.068632,0.067061 -0.16864,0.107298 -0.266687,0.107298"
+ id="path584_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,4.51034 C 0.170602,4.51034 0,4.34364 0,4.13863 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 3.76692 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path585_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0392187,0.559481 0,0.465595 0,0.365962 0,0.27016 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.107298 -0.266687,0.107298"
+ id="path586_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.168641,0 0.380422,0 c 0.207859,0 0.378461,0.164779 0.378461,0.369794 0,0.205015 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,0.741504 0,0.574809 0,0.369794 Z M 0,1.55579 C 0,1.34886 0.168641,1.18408 0.380422,1.18408 c 0.207859,0 0.378461,0.16478 0.378461,0.37171 0,0.2031 -0.170602,0.3698 -0.378461,0.3698 C 0.168641,1.92559 0,1.75889 0,1.55579 Z"
+ id="path587_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736955 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.107298 C 0.0392187,0.56068 0,0.462962 0,0.365245 0,0.269443 0.0392187,0.171725 0.109812,0.102748 c 0.141188,-0.1360378 0.394149,-0.1379538 0.537297,0 0.070594,0.068977 0.111774,0.166695 0.111774,0.262497 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.067061 -0.16864,0.107298 -0.266687,0.107298"
+ id="path588_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.198055,-0.03832 -0.27061,-0.107297 C 0.0392187,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0392187,0.173163 0.109812,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.068978 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.04118,0.191603 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.107297 -0.266687,0.107297"
+ id="path589_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.380422,0 c 0.207859,0 0.378461,0.166695 0.378461,0.37171 0,0.205015 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,0.74342 0,0.576725 0,0.37171 Z M 0,1.55583 C 0,1.35081 0.168641,1.18604 0.380422,1.18604 c 0.207859,0 0.378461,0.16477 0.378461,0.36979 0,0.20501 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,1.92754 0,1.76084 0,1.55583 Z"
+ id="path590_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739109 c -0.101969,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0392187,0.560918 0,0.465116 0,0.367399 0,0.269681 0.0392187,0.17388 0.109812,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path591_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0392188,0.560201 0,0.464399 0,0.366682 0,0.267048 0.0392187,0.173163 0.109812,0.104185 c 0.143149,-0.1398698 0.398071,-0.1379538 0.537297,0 0.072555,0.068978 0.113735,0.164779 0.113735,0.262497 0,0.097717 -0.04118,0.191603 -0.113735,0.262496 -0.068632,0.068977 -0.16864,0.107297 -0.266687,0.107297"
+ id="path592_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.576725 0,0.37171 Z M 0,1.55583 C 0,1.35081 0.168641,1.18604 0.380422,1.18604 c 0.207859,0 0.380422,0.16477 0.380422,0.36979 0,0.20501 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,1.92754 0,1.76084 0,1.55583 Z"
+ id="path593_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739109 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.560918 0,0.465116 0,0.367399 0,0.269681 0.0392187,0.17388 0.109812,0.104903 c 0.141188,-0.1398706 0.398071,-0.1398706 0.537297,0 0.072555,0.068977 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.04118,0.193519 -0.113735,0.262496 -0.068632,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path594_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.85888,0.743408 c -0.65692,0 -1.100091,0.542232 -1.100091,1.348882 0,0.88904 0.545141,1.76275 1.100091,1.76275 0.55494,0 1.09812,-0.87371 1.09812,-1.76275 0,-0.80665 -0.44121,-1.348882 -1.09812,-1.348882 z m 9e-5,3.853152 C 0.762805,4.59656 0,3.27641 0,2.09231 0,0.879458 0.782414,0 1.85897,0 c 1.07655,0 1.85897,0.879458 1.85897,2.09231 0,1.1841 -0.76281,2.50425 -1.85897,2.50425 z"
+ id="path595_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.69268,5.94762 H 0.447094 C 0.260805,5.94762 0.100008,5.8135 0.0725547,5.63339 0.0196094,5.29808 0,3.72311 0,3.4836 0,0.952527 1.53149,0.304909 3.02965,0.00792419 3.23555,-0.0342285 3.43556,0.0960616 3.47674,0.297245 3.51988,0.498428 3.38654,0.693863 3.18064,0.7341 1.68641,1.033 0.758883,1.59631 0.758883,3.4836 c 0,0.30465 0.015687,1.21477 0.041179,1.72252 H 6.34167 C 6.3652,4.69837 6.38285,3.78825 6.38285,3.4836 6.38285,1.59631 5.45533,1.033 3.96109,0.7341 3.7552,0.693863 3.62185,0.498428 3.66303,0.297245 3.70617,0.0960616 3.90619,-0.0342285 4.11209,0.00792419 5.61024,0.304909 7.14173,0.952527 7.14173,3.4836 7.14173,3.72311 7.12016,5.29617 7.06918,5.63339 7.04173,5.8135 6.88093,5.94762 6.69268,5.94762"
+ id="path596_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.09168,1.66697 C 1.30731,1.66697 0.571958,1.27227 0.0699579,0.586333 -0.0516202,0.419638 -0.0104405,0.187798 0.160161,0.0690043 0.330763,-0.0497896 0.568036,-0.011469 0.689614,0.155226 1.0465,0.643813 1.55635,0.923554 2.09168,0.923554 c 0.53534,0 1.04518,-0.279741 1.40207,-0.768328 C 3.61533,-0.011469 3.85065,-0.0497896 4.02321,0.0690043 4.19381,0.187798 4.23303,0.419638 4.11145,0.586333 3.61141,1.27227 2.87606,1.66697 2.09168,1.66697"
+ id="path597_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.85887,0.743408 c -0.65692,0 -1.098128,0.542232 -1.098128,1.348882 0,0.88904 0.543178,1.76275 1.098128,1.76275 0.55494,0 1.10008,-0.87371 1.10008,-1.76275 0,-0.80665 -0.44317,-1.348882 -1.10008,-1.348882 z m 10e-5,3.853152 C 0.762805,4.59656 0,3.27641 0,2.09231 0,0.879458 0.782414,0 1.85897,0 c 1.07655,0 1.85897,0.879458 1.85897,2.09231 0,1.1841 -0.76281,2.50425 -1.85897,2.50425 z"
+ id="path598_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.69268,5.94762 H 0.449055 C 0.260805,5.94762 0.100008,5.8135 0.0725547,5.63339 0.0215703,5.29617 0,3.72311 0,3.4836 0,0.952527 1.53149,0.304909 3.02965,0.00792419 3.23555,-0.0342285 3.43556,0.0960616 3.47674,0.297245 3.51988,0.498428 3.38654,0.693863 3.18064,0.7341 1.68641,1.033 0.758883,1.59631 0.758883,3.4836 c 0,0.30465 0.017648,1.21477 0.041179,1.72252 H 6.34167 C 6.36716,4.69837 6.38285,3.78825 6.38285,3.4836 6.38285,1.59631 5.45533,1.033 3.96109,0.7341 3.7552,0.693863 3.62185,0.498428 3.66499,0.297245 3.70617,0.0960616 3.90619,-0.0342285 4.11209,0.00792419 5.61024,0.304909 7.14173,0.952527 7.14173,3.4836 7.14173,3.72311 7.12212,5.29617 7.06918,5.63339 7.04173,5.8135 6.88093,5.94762 6.69268,5.94762"
+ id="path599_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.09039,1.66697 C 1.30601,1.66697 0.570661,1.27227 0.0706216,0.586333 -0.0509565,0.419638 -0.0117378,0.187798 0.158864,0.0690043 0.331426,-0.0497896 0.566739,-0.011469 0.688317,0.155226 1.04521,0.643813 1.55505,0.923554 2.09039,0.923554 c 0.53533,0 1.04518,-0.279741 1.40207,-0.768328 C 3.61404,-0.011469 3.85131,-0.0497896 4.02191,0.0690043 4.19251,0.187798 4.23369,0.419638 4.11211,0.586333 3.61207,1.27227 2.87476,1.66697 2.09039,1.66697"
+ id="path600_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.69268,5.94762 H 0.447094 C 0.260805,5.94762 0.100008,5.8135 0.0725547,5.63147 0.0196094,5.29617 0,3.72311 0,3.4836 0,0.952527 1.53149,0.304909 3.02965,0.00792419 3.23555,-0.0342285 3.43556,0.0960616 3.47674,0.297245 3.51988,0.498428 3.38654,0.693863 3.18064,0.7341 1.68641,1.033 0.758883,1.59631 0.758883,3.4836 c 0,0.30465 0.015687,1.21477 0.041179,1.72252 H 6.34167 C 6.3652,4.69837 6.38285,3.78825 6.38285,3.4836 6.38285,1.59631 5.45533,1.033 3.96109,0.7341 3.7552,0.693863 3.62185,0.498428 3.66303,0.297245 3.70617,0.0960616 3.90619,-0.0342285 4.11209,0.00792419 5.61024,0.304909 7.14173,0.952527 7.14173,3.4836 7.14173,3.72311 7.12016,5.29617 7.06918,5.63147 7.04173,5.8135 6.88093,5.94762 6.69268,5.94762"
+ id="path601_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.69268,5.94762 H 0.449055 C 0.260805,5.94762 0.100008,5.8135 0.0725547,5.63147 0.0215703,5.29617 0,3.72311 0,3.4836 0,0.952527 1.53149,0.304909 3.02965,0.00792419 3.23555,-0.0342285 3.43556,0.0960616 3.47674,0.297245 3.51988,0.498428 3.38654,0.693863 3.18064,0.7341 1.68641,1.033 0.758883,1.59631 0.758883,3.4836 c 0,0.30465 0.017648,1.21477 0.041179,1.72252 H 6.34167 C 6.36716,4.69837 6.38285,3.78825 6.38285,3.4836 6.38285,1.59631 5.45533,1.033 3.96109,0.7341 3.7552,0.693863 3.62185,0.498428 3.66499,0.297245 3.70617,0.0960616 3.90619,-0.0342285 4.11209,0.00792419 5.61024,0.304909 7.14173,0.952527 7.14173,3.4836 7.14173,3.72311 7.12212,5.29617 7.06918,5.63147 7.04173,5.8135 6.88093,5.94762 6.69268,5.94762"
+ id="path602_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 5.77094,7.86338 c -2.76296,0 -5.010198,2.19572 -5.010198,4.89542 0,2.6997 2.247238,4.8974 5.010198,4.8974 H 24.1822 c 2.7629,0 5.0102,-2.1977 5.0102,-4.8974 0,-2.6997 -2.2473,-4.89542 -5.0102,-4.89542 -0.0804,0 -0.1569,0.00575 -0.2353,0.00958 L 23.8684,7.87871 C 23.6802,7.89212 23.5076,7.76183 23.4704,7.57981 22.684,3.61745 19.1112,0.743408 14.9756,0.743408 10.8419,0.743408 7.26909,3.61745 6.48276,7.57981 6.4455,7.76183 6.27294,7.89212 6.08469,7.87871 L 6.00625,7.87296 C 5.92781,7.86913 5.85134,7.86338 5.77094,7.86338 Z M 24.1823,18.3977 H 5.77104 C 2.58844,18.3977 0,15.8686 0,12.7588 0,9.64913 2.58844,7.11997 5.77104,7.11997 c 0.01176,0 0.02353,0 0.03334,0 C 6.78484,2.9756 10.5891,0 14.9757,0 c 4.3886,0 8.1928,2.9756 9.1732,7.11997 0.0098,0 0.0216,0 0.0334,0 3.1826,0 5.771,2.52916 5.771,5.63883 0,3.1098 -2.5884,5.6389 -5.771,5.6389 z"
+ id="path603_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.918213,1.44996 1.48885,2.00944 2.05948,1.44996 1.48885,0.892395 Z M 1.48884,2.90422 c -0.09805,0 -0.19413,-0.03449 -0.26865,-0.10729 L 0.110303,1.71245 c -0.1470706,-0.1437 -0.1470706,-0.37937 0,-0.52499 L 1.22019,0.104903 c 0.14315,-0.1398706 0.39415,-0.1398706 0.5373,0 L 2.86738,1.18746 c 0.07059,0.06898 0.10981,0.16478 0.10981,0.2625 0,0.09963 -0.03922,0.19352 -0.10981,0.26249 L 1.75749,2.79693 C 1.68297,2.86973 1.58689,2.90422 1.48884,2.90422 Z"
+ id="path604_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.915771,1.45429 1.48837,2.01377 2.059,1.45429 1.48837,0.896729 Z M 1.48835,2.90853 C 1.3903,2.90853 1.29422,2.87405 1.2197,2.80124 L 0.109812,1.71676 C 0.0392187,1.64779 0,1.5539 0,1.45427 0,1.35655 0.0392187,1.26075 0.109812,1.19177 L 1.2197,0.109214 C 1.2903,0.0383206 1.38834,0 1.48835,0 1.58836,0 1.68641,0.0383206 1.757,0.109214 L 2.86493,1.19177 c 0.14903,0.14562 0.14903,0.38129 0,0.52499 L 1.757,2.80124 C 1.68248,2.87405 1.5864,2.90853 1.48835,2.90853 Z"
+ id="path605_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.917725,1.44996 1.49032,2.00944 2.06095,1.44996 1.49032,0.892395 Z M 1.49031,2.90422 c -0.09804,0 -0.19609,-0.03449 -0.26865,-0.10729 L 0.111773,1.71245 c -0.1490308,-0.1437 -0.1490308,-0.37937 0,-0.52499 L 1.22166,0.104903 c 0.14119,-0.1398706 0.39415,-0.1398706 0.5373,0 L 2.86689,1.18746 c 0.07256,0.06898 0.11177,0.16478 0.11177,0.2625 0,0.09963 -0.03921,0.19352 -0.11177,0.26249 L 1.75896,2.79693 C 1.68445,2.86973 1.5864,2.90422 1.49031,2.90422 Z"
+ id="path606_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 7.15144,14.2936 h 1.0844 L 8.25152,13.9372 C 8.25937,13.759 8.39663,13.6115 8.579,13.5866 c 0.19805,-0.0269 0.39807,-0.0652 0.59024,-0.1112 0.17649,-0.0421 0.36081,0.046 0.43533,0.2089 l 0.14903,0.3238 1.0079,-0.3909 -0.1196,-0.3353 c -0.0588,-0.1686 0.0118,-0.3564 0.1706,-0.4445 0.2216,-0.1245 0.4393,-0.2644 0.6471,-0.4177 0.1451,-0.1073 0.3491,-0.0977 0.4844,0.023 l 0.2686,0.2395 0.7667,-0.7492 -0.2451,-0.2625 c -0.1235,-0.1303 -0.1333,-0.3295 -0.0235,-0.4732 0.1216,-0.1571 0.2353,-0.32 0.3392,-0.4867 0.0942,-0.1514 0.2863,-0.2165 0.4569,-0.1533 L 13.848,10.6838 14.2755,9.71043 13.95,9.55523 C 13.7853,9.47859 13.701,9.29657 13.748,9.12413 13.8167,8.88079 13.8676,8.63171 13.9049,8.38262 13.9304,8.20635 14.0814,8.07223 14.2638,8.06264 L 14.6265,8.04732 V 6.98775 L 14.2638,6.97242 C 14.0814,6.96476 13.9304,6.83064 13.9049,6.65245 13.8755,6.45893 13.8382,6.26541 13.7912,6.07572 13.75,5.90328 13.8382,5.72317 14.0049,5.65036 l 0.3314,-0.14562 -0.4,-0.98484 -0.3432,0.11688 C 13.4206,4.69618 13.2284,4.62529 13.1382,4.47009 13.0107,4.25358 12.8676,4.0409 12.7107,3.8378 12.6009,3.6941 12.6107,3.49674 12.7342,3.36454 L 12.9793,3.10204 12.2126,2.35287 11.944,2.59238 C 11.8087,2.71309 11.6067,2.72267 11.4596,2.61537 11.3008,2.49849 11.1321,2.38736 10.9615,2.2839 10.8066,2.19193 10.74,2.00416 10.8047,1.83746 L 10.9341,1.50407 9.93793,1.08638 9.77909,1.40444 C 9.70066,1.56539 9.51437,1.64777 9.33788,1.60179 9.0908,1.53664 8.83588,1.48491 8.579,1.44851 8.39663,1.4236 8.25937,1.27606 8.25152,1.09787 L 8.23584,0.743408 H 7.15144 L 7.13575,1.09787 C 7.12791,1.27606 6.99064,1.4236 6.80827,1.44851 6.61218,1.47533 6.41216,1.51365 6.21803,1.55964 6.04155,1.60179 5.85722,1.51365 5.7827,1.35079 L 5.63367,1.02698 4.62575,1.41785 4.74537,1.75507 C 4.8042,1.92177 4.7336,2.10954 4.57477,2.19768 4.35318,2.32222 4.13355,2.464 3.92766,2.61537 3.78059,2.72267 3.57861,2.71309 3.4433,2.59238 L 3.17466,2.35287 2.40793,3.10204 2.65305,3.36454 C 2.77659,3.49674 2.78639,3.6941 2.67658,3.8378 2.55696,3.993 2.44323,4.15777 2.33734,4.32447 2.24321,4.47584 2.05104,4.54098 1.88044,4.47775 L 1.53923,4.35129 1.11175,5.32464 1.43727,5.47984 C 1.60198,5.55648 1.6863,5.7385 1.63924,5.91094 1.57061,6.15428 1.51962,6.40336 1.48237,6.65245 1.45687,6.83064 1.30588,6.96476 1.12352,6.97242 L 0.760742,6.98775 V 8.04732 L 1.12352,8.06264 C 1.30588,8.07223 1.45687,8.20443 1.48237,8.38262 1.50982,8.57614 1.54904,8.76966 1.5961,8.95935 1.63728,9.13371 1.54904,9.3119 1.38236,9.38471 l -0.3314,0.14561 0.40003,0.98488 0.34317,-0.1169 c 0.17256,-0.0594 0.36473,0.0115 0.45493,0.1667 0.12746,0.2165 0.27061,0.4311 0.42749,0.6323 0.10981,0.1437 0.10001,0.3429 -0.02353,0.4732 L 2.40793,11.933 3.17466,12.6822 3.4433,12.4427 c 0.13531,-0.1207 0.33729,-0.1303 0.48436,-0.023 0.15883,0.1188 0.32747,0.2299 0.49807,0.3315 0.15492,0.0919 0.22159,0.2797 0.15688,0.4464 l -0.12942,0.3334 0.99615,0.4177 0.15884,-0.3181 c 0.07844,-0.1609 0.26277,-0.2433 0.44121,-0.1973 0.24904,0.067 0.50396,0.1188 0.75888,0.1533 0.18237,0.0249 0.31964,0.1724 0.32748,0.3506 z m 1.44727,0.7415 H 6.78877 c -0.20394,0 -0.37062,-0.1552 -0.38043,-0.3545 L 6.3907,14.2725 C 6.31226,14.2572 6.23382,14.2419 6.15734,14.2246 l -0.18236,0.3679 c -0.09021,0.1801 -0.30591,0.2587 -0.4922,0.1801 L 3.81991,14.0732 C 3.63362,13.9947 3.54341,13.7858 3.61401,13.6 L 3.76304,13.2168 C 3.75127,13.2091 3.73951,13.2015 3.72774,13.1938 L 3.41791,13.4697 C 3.26888,13.6038 3.03749,13.6 2.89238,13.4582 L 1.61385,12.2089 C 1.46874,12.0672 1.46482,11.8411 1.60209,11.6955 L 1.88446,11.3927 C 1.83936,11.3295 1.79622,11.2643 1.75308,11.1992 L 1.35697,11.3333 C 1.1648,11.3985 0.954977,11.3046 0.880461,11.1187 L 0.20982,9.47669 C 0.135305,9.29083 0.221586,9.08198 0.407875,8.9996 L 0.790258,8.83099 C 0.786336,8.81757 0.784375,8.80416 0.780453,8.79075 L 0.362773,8.7735 C 0.160797,8.76392 0,8.60106 0,8.40179 V 6.6333 C 0,6.43403 0.160797,6.27117 0.362773,6.26159 L 0.782414,6.24434 C 0.796141,6.1677 0.811828,6.09106 0.829477,6.01634 L 0.452977,5.83815 C 0.268648,5.75192 0.18825,5.53924 0.268648,5.35722 L 0.984391,3.73243 C 1.06479,3.5504 1.27853,3.46227 1.46874,3.53124 L 1.86093,3.67686 C 1.86877,3.66537 1.87662,3.65387 1.88446,3.64237 L 1.60209,3.33964 C 1.46482,3.19402 1.46874,2.96793 1.61385,2.82806 L 2.89238,1.57689 C 3.03749,1.43511 3.26888,1.43127 3.41791,1.5654 L 3.72774,1.84131 C 3.79245,1.79724 3.85913,1.75508 3.9258,1.71293 L 3.78853,1.32589 C 3.72186,1.13812 3.81795,0.933107 4.00816,0.860298 L 5.68868,0.205015 C 5.87889,0.132206 6.09263,0.216511 6.17695,0.398534 L 6.34952,0.77216 C 6.36324,0.768328 6.37697,0.766412 6.3907,0.764496 L 6.40834,0.354466 C 6.41815,0.157115 6.58483,0 6.78877,0 h 1.80994 c 0.20394,0 0.37062,0.157115 0.38042,0.354466 l 0.01765,0.41003 C 9.07522,0.777908 9.15366,0.793237 9.23013,0.810481 L 9.4125,0.442603 C 9.5027,0.262496 9.71841,0.183939 9.9047,0.262496 l 1.6629,0.699351 C 11.7539,1.0404 11.8441,1.24925 11.7735,1.43511 l -0.1491,0.3832 c 0.0118,0.00767 0.0236,0.01533 0.0353,0.023 L 11.9696,1.5654 c 0.149,-0.13413 0.3804,-0.12838 0.5235,0.01149 l 1.2805,1.25117 c 0.1451,0.13987 0.1491,0.36596 0.0118,0.51158 L 13.503,3.64237 c 0.0451,0.06515 0.0883,0.12838 0.1314,0.19352 l 0.3961,-0.13412 c 0.1922,-0.06514 0.402,0.03066 0.4765,0.2146 l 0.6707,1.64395 c 0.0745,0.18394 -0.0118,0.39279 -0.1981,0.47518 l -0.3824,0.16861 c 0.0039,0.01341 0.0059,0.02682 0.0079,0.04023 l 0.4196,0.01725 c 0.202,0.00958 0.3628,0.17244 0.3628,0.37171 v 1.76849 c 0,0.19927 -0.1608,0.36213 -0.3628,0.37171 L 14.6051,8.79075 C 14.5913,8.86739 14.5756,8.94403 14.558,9.01876 l 0.3765,0.17819 c 0.1824,0.08813 0.2647,0.2989 0.1843,0.48092 l -0.7157,1.62483 c -0.0804,0.182 -0.2942,0.272 -0.4844,0.2011 l -0.3922,-0.1456 c -0.0078,0.0115 -0.0156,0.023 -0.0235,0.0345 l 0.2824,0.3028 c 0.1373,0.1456 0.1333,0.3717 -0.0118,0.5134 l -1.2805,1.2493 C 12.35,13.6 12.1186,13.6038 11.9696,13.4697 l -0.3099,-0.2759 c -0.0666,0.0441 -0.1313,0.0862 -0.198,0.1284 l 0.1372,0.387 c 0.0667,0.1878 -0.0294,0.3928 -0.2196,0.4656 L 9.6988,14.8301 C 9.50859,14.9029 9.29484,14.8186 9.21052,14.6366 L 9.03796,14.2648 c -0.01373,0.002 -0.02745,0.0039 -0.04118,0.0077 l -0.01765,0.4081 c -0.0098,0.1993 -0.17648,0.3545 -0.38042,0.3545 z"
+ id="path607_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.89704,0.737818 C 2.6931,0.701413 2.55387,0.50981 2.58721,0.308627 2.62447,0.105528 2.82056,-0.0305102 3.02646,0.00589441 3.23432,0.0384669 3.37354,0.231986 3.33825,0.435085 3.30687,0.615192 3.14411,0.74165 2.96371,0.74165 c -0.01961,0 -0.04314,0 -0.06667,-0.003832 z M 1.07134,0.831715 C 0.965454,0.653524 1.0282,0.427432 1.20861,0.322051 1.38902,0.220501 1.62237,0.279898 1.7263,0.458089 1.83415,0.634364 1.77336,0.864287 1.59099,0.965837 1.5302,1.00033 1.46549,1.01565 1.40078,1.01565 1.2694,1.01565 1.14194,0.950509 1.07134,0.831715 Z M 4.05213,1.3835 C 3.91683,1.22638 3.93447,0.990712 4.09723,0.860422 4.25607,0.728216 4.4953,0.74546 4.63061,0.904491 4.76591,1.05969 4.7463,1.29344 4.58747,1.42565 4.51491,1.48505 4.42667,1.5157 4.34235,1.5157 4.2345,1.5157 4.12468,1.46972 4.05213,1.3835 Z M 0.251793,2.18634 C 0.053738,2.11736 -0.0482308,1.90277 0.0223629,1.70925 0.0949176,1.51764 0.312582,1.4161 0.510636,1.48699 0.70673,1.55788 0.808699,1.76864 0.736144,1.96216 H 0.738105 C 0.681238,2.11545 0.536129,2.20742 0.379254,2.20742 0.338074,2.20742 0.294933,2.19975 0.251793,2.18634 Z M 4.511,2.60981 v 0 c 0,-0.00384 0,-0.00575 0,-0.00767 -0.00196,-0.20501 0.16668,-0.37171 0.37846,-0.37362 0.20982,0 0.38043,0.16477 0.38043,0.36979 0,0.00383 0,0.00575 0,0.00766 0,0 0,0 0,0.00384 0,0 0,0 0.00196,0 0,0.20501 -0.1706,0.36979 -0.38042,0.36979 C 4.67964,2.9796 4.511,2.81482 4.511,2.60981 Z M 0.0263572,3.51603 v 0 C -0.0461975,3.32443 0.0577321,3.10983 0.251865,3.03894 0.44992,2.96996 0.669545,3.0696 0.740138,3.26312 0.812693,3.4528 0.712685,3.6674 0.514631,3.73829 0.47149,3.75362 0.426388,3.75937 0.383248,3.75937 0.230295,3.75937 0.0832243,3.6674 0.0263572,3.51603 Z M 4.10302,4.35144 C 3.94223,4.22115 3.92262,3.98739 4.05596,3.82836 4.19126,3.67316 4.4305,3.65017 4.5913,3.78238 4.75209,3.91458 4.77366,4.15025 4.63836,4.30545 4.56188,4.39359 4.45599,4.43957 4.34814,4.43957 4.2599,4.43957 4.17558,4.40892 4.10302,4.35144 Z M 1.21842,4.89751 C 1.03605,4.79597 0.973302,4.56987 1.07723,4.39168 1.18312,4.21349 1.41451,4.15409 1.59688,4.25564 1.77729,4.35719 1.84004,4.5852 1.73611,4.76339 1.66551,4.88219 1.53805,4.94925 1.40667,4.94925 1.34392,4.94925 1.27725,4.932 1.21842,4.89751 Z M 2.59708,4.90899 C 2.56179,4.70781 2.69905,4.51429 2.90495,4.47788 3.11281,4.44339 3.31087,4.57943 3.34616,4.7787 3.38146,4.9818 3.24419,5.17532 3.0383,5.20981 3.01476,5.21364 2.99319,5.21555 2.97162,5.21555 c -0.1804,0 -0.3412,-0.12645 -0.37454,-0.30656 z"
+ id="path608_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.62748,0.741516 c -0.47847,0 -0.866738,0.379374 -0.866738,0.846884 0,0.4656 0.388268,0.84497 0.866738,0.84497 0.4765,0 0.86477,-0.37937 0.86477,-0.84497 0,-0.46751 -0.38827,-0.846884 -0.86477,-0.846884 z m 10e-5,2.435264 C 0.729469,3.17678 0,2.46402 0,1.58839 0,0.710847 0.729469,0 1.62758,0 c 0.89615,0 1.62365,0.710847 1.62365,1.58839 0,0.87563 -0.7275,1.58839 -1.62365,1.58839 z"
+ id="path609_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.16274,0.743408 c -0.223545,0 -0.403951,0.176275 -0.403951,0.392782 0,0.21652 0.180406,0.39471 0.403951,0.39471 0.22159,0 0.40199,-0.17819 0.40199,-0.39471 0,-0.216507 -0.1804,-0.392782 -0.40199,-0.392782 z m 10e-5,1.529002 C 0.521609,2.27241 0,1.76275 0,1.13621 0,0.509664 0.521609,0 1.16284,0 c 0.64122,0 1.16087,0.509664 1.16087,1.13621 0,0.62654 -0.51965,1.1362 -1.16087,1.1362 z"
+ id="path610_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.16274,0.743408 c -0.223545,0 -0.403951,0.176275 -0.403951,0.392782 0,0.21652 0.180406,0.39279 0.403951,0.39279 0.22159,0 0.40199,-0.17627 0.40199,-0.39279 0,-0.216507 -0.1804,-0.392782 -0.40199,-0.392782 z m 10e-5,1.529002 C 0.521609,2.27241 0,1.76275 0,1.13621 0,0.509664 0.521609,0 1.16284,0 c 0.64122,0 1.16087,0.509664 1.16087,1.13621 0,0.62654 -0.51965,1.1362 -1.16087,1.1362 z"
+ id="path611_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.16273,0.741516 c -0.221582,0 -0.401988,0.176275 -0.401988,0.394704 0,0.21651 0.180406,0.39278 0.401988,0.39278 0.22159,0 0.402,-0.17627 0.402,-0.39278 0,-0.218429 -0.18041,-0.394704 -0.402,-0.394704 z M 1.16284,2.27241 C 0.521609,2.27241 0,1.76275 0,1.13621 0,0.509664 0.521609,0 1.16284,0 c 0.64122,0 1.16283,0.509664 1.16283,1.13621 0,0.62654 -0.52161,1.1362 -1.16283,1.1362 z"
+ id="path612_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.84875,0.743408 c -0.017648,0 -0.041179,0.003832 -0.064711,0.024909 C 0.750703,0.802805 0.750703,0.85837 0.786,0.892859 c 0.043141,0.040236 0.08236,0.042152 0.1255,0 C 0.933071,0.869866 0.938953,0.846874 0.938953,0.82963 0.938953,0.814301 0.933071,0.789393 0.9115,0.768317 0.88993,0.74724 0.866399,0.743408 0.84875,0.743408 Z m 9.1e-5,0.915872 C 0.621373,1.65928 0.40763,1.57306 0.248794,1.41786 -0.0826039,1.09405 -0.0826039,0.567145 0.246834,0.243336 0.40763,0.0862214 0.621373,0 0.848841,0 1.07631,0 1.28809,0.0862214 1.44889,0.243336 1.60969,0.40045 1.69793,0.607382 1.69793,0.829641 1.69793,1.0519 1.60969,1.26075 1.44889,1.41786 1.28809,1.57306 1.07631,1.65928 0.848841,1.65928 Z"
+ id="path613_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.848992,0.741516 c -0.017648,0 -0.04118,0.005748 -0.06275,0.026825 -0.02157,0.021076 -0.027453,0.044068 -0.027453,0.061313 0,0.017244 0.005883,0.040236 0.027453,0.061312 0.043141,0.044069 0.08236,0.042153 0.127461,0 C 0.947039,0.858394 0.947039,0.802829 0.911742,0.768341 0.890172,0.747264 0.866641,0.741516 0.848992,0.741516 Z m 9.4e-5,0.917764 C 0.621617,1.65928 0.409836,1.57306 0.249039,1.41595 0.0882422,1.26075 0,1.0519 0,0.829641 0,0.607382 0.0882422,0.398534 0.249039,0.243336 0.407875,0.0862214 0.621617,0 0.849086,0 1.07655,0 1.2903,0.0862214 1.45109,0.243336 1.78053,0.565229 1.78053,1.09214 1.45109,1.41595 1.2903,1.57306 1.07655,1.65928 0.849086,1.65928 Z"
+ id="path614_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.848744,0.741516 c -0.017648,0 -0.04118,0.005748 -0.06275,0.026825 -0.035297,0.034488 -0.035297,0.090053 0,0.122625 0.04118,0.042153 0.08236,0.044069 0.1255,0 C 0.933064,0.86989 0.938947,0.846898 0.938947,0.829654 0.938947,0.812409 0.933064,0.789417 0.911494,0.768341 0.889924,0.747264 0.866393,0.741516 0.848744,0.741516 Z m 9.7e-5,0.917764 C 0.621373,1.65928 0.40763,1.57306 0.248794,1.41786 -0.0826039,1.09214 -0.0826039,0.565229 0.246834,0.243336 0.40763,0.0862214 0.621373,0 0.848841,0 1.07631,0 1.28809,0.0862214 1.44889,0.243336 1.60969,0.398534 1.69793,0.607382 1.69793,0.829641 1.69793,1.0519 1.60969,1.26075 1.44889,1.41595 1.28809,1.57306 1.07631,1.65928 0.848841,1.65928 Z"
+ id="path615_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.848992,0.743408 c -0.017648,0 -0.04118,0.003832 -0.06275,0.024909 -0.02157,0.021076 -0.027453,0.045984 -0.027453,0.061313 0,0.017244 0.005883,0.040236 0.027453,0.061313 0.043141,0.044068 0.08236,0.044068 0.127461,0 C 0.947039,0.85837 0.947039,0.802805 0.911742,0.768317 0.890172,0.74724 0.866641,0.743408 0.848992,0.743408 Z m 9.4e-5,0.915872 C 0.621617,1.65928 0.409836,1.57306 0.249039,1.41786 0.0882422,1.26075 0,1.0519 0,0.829641 0,0.607382 0.0882422,0.40045 0.249039,0.243336 0.409836,0.0862214 0.621617,0 0.849086,0 1.07655,0 1.2903,0.0862214 1.44913,0.243336 1.78053,0.567145 1.78053,1.09405 1.45109,1.41786 1.2903,1.57306 1.07655,1.65928 0.849086,1.65928 Z"
+ id="path616_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.427484,20.239 C 0.231391,20.239 0.06275,20.0915 0.0490234,19.8961 0.0156875,19.4496 0,18.9955 0,18.5453 0,8.3194 8.51439,0 18.978,0 24.647,0 29.9749,2.44869 33.5967,6.7176 33.7301,6.87472 33.7085,7.10847 33.5458,7.24068 33.385,7.37097 33.1457,7.34989 33.0104,7.19086 29.5356,3.09439 24.4196,0.74342 18.978,0.74342 8.93207,0.74342 0.758883,8.72943 0.758883,18.5453 c 0,0.433 0.017648,0.8679 0.049023,1.2971 0.013727,0.2031 -0.143148,0.3813 -0.352969,0.3966 -0.007843,0 -0.017648,0 -0.027453,0"
+ id="path617_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.630374 0.0392188,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0392188,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path618_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.0721447,0.587939 v 0 C -0.0513944,0.421244 -0.0121756,0.189405 0.158426,0.0706106 0.329027,-0.0500993 0.566301,-0.0117787 0.687879,0.153 0.811418,0.319695 0.772199,0.55345 0.601598,0.672244 0.534926,0.720145 0.458449,0.741221 0.380012,0.741221 0.262356,0.741221 0.14666,0.687572 0.0721447,0.587939 Z M 0.762303,1.59388 C 0.65053,1.41952 0.705436,1.19152 0.883882,1.08422 1.06233,0.975005 1.29568,1.02865 1.40745,1.20301 1.51726,1.37737 1.46236,1.60538 1.28587,1.71268 1.22312,1.75291 1.15253,1.76824 1.0839,1.76824 0.958397,1.76824 0.834858,1.70693 0.762303,1.59388 Z M 1.38194,2.64383 C 1.28194,2.46373 1.35253,2.23955 1.53686,2.14183 1.72315,2.04603 1.95258,2.11501 2.05258,2.29703 2.15063,2.47714 2.08004,2.70132 1.89375,2.79712 1.83688,2.82777 1.77609,2.84119 1.7153,2.84119 1.58,2.84119 1.44862,2.77029 1.38194,2.64383 Z m 0.54339,1.0902 c -0.08628,-0.18777 0,-0.40811 0.19217,-0.4905 0.19217,-0.08431 0.41572,0 0.502,0.18777 0.08432,0.18586 0,0.4062 -0.19217,0.4905 C 2.37634,3.94288 2.3234,3.95246 2.27045,3.95246 2.1273,3.95246 1.98808,3.87007 1.92533,3.73403 Z M 2.39008,4.85495 C 2.31753,4.66143 2.41949,4.44875 2.61755,4.37977 2.81364,4.30696 3.03327,4.4066 3.10582,4.5982 3.17642,4.79172 3.07641,5.00631 2.87835,5.07529 2.83521,5.09062 2.79207,5.09828 2.74697,5.09828 2.59206,5.09828 2.44695,5.00631 2.39008,4.85495 Z m 0.38807,1.15152 c 0,0 0,0 -0.00196,0 -0.05687,-0.19735 0.05882,-0.40237 0.2608,-0.45985 0.20002,-0.0594 0.4118,0.05556 0.47063,0.251 L 3.50565,5.79954 C 3.56448,5.99497 3.44879,6.2019 3.24681,6.25938 3.21348,6.26896 3.17622,6.2728 3.14288,6.2728 2.97816,6.2728 2.82521,6.16741 2.77815,6.00647 Z m 0.30397,1.17259 v 0 C 3.03702,6.97979 3.1684,6.78244 3.37234,6.73837 3.57823,6.69431 3.78021,6.82076 3.82531,7.02195 3.86845,7.22313 3.73903,7.42048 3.53509,7.46455 3.50764,7.46838 3.48019,7.47221 3.45273,7.47221 3.27821,7.47221 3.11937,7.35342 3.08212,7.17906 Z m 0.22176,1.19372 v 0 C 3.27446,8.16968 3.41761,7.97999 3.62547,7.95125 3.83333,7.9206 4.0255,8.06238 4.05492,8.26357 H 4.05688 C 4.08825,8.46667 3.94314,8.65635 3.73528,8.68509 3.71764,8.68701 3.69803,8.68892 3.67842,8.68892 c -0.18433,0 -0.34709,-0.1322 -0.37454,-0.31614 z"
+ id="path619_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738871 C 0.278453,0.738871 0.182367,0.696718 0.111773,0.629657 0.0411797,0.558764 0,0.462962 0,0.365245 0,0.269443 0.0411797,0.171725 0.111773,0.102748 c 0.141188,-0.1360378 0.394149,-0.1379538 0.537297,0 0.070594,0.068977 0.109813,0.166695 0.109813,0.262497 0,0.097717 -0.039219,0.193519 -0.109813,0.264412 C 0.576516,0.696718 0.48043,0.738871 0.380422,0.738871"
+ id="path620_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 21.3563,29.0194 H 7.94941 c -0.20982,0 -0.38042,-0.1667 -0.38042,-0.3718 V 19.0138 C 4.67857,17.8776 2.09798,16.0421 0.0880159,13.6969 -0.0453279,13.5397 -0.0257185,13.306 0.137039,13.1738 c 0.160797,-0.1322 0.400032,-0.1112 0.535336,0.046 1.982505,2.3164 4.545455,4.1118 7.414305,5.1962 0.14511,0.0556 0.24316,0.1916 0.24316,0.3468 v 9.5131 H 20.9759 v -9.5131 c 0,-0.1552 0.0961,-0.2912 0.2432,-0.3468 6.9692,-2.6326 11.6519,-9.30804 11.6519,-16.61003 0,-0.46751 -0.0177,-0.940772 -0.0549,-1.406367 -0.0177,-0.2031 0.1392,-0.3832064 0.349,-0.39853463 0.2137,-0.01532827 0.3922,0.13603863 0.4079,0.34105363 0.0392,0.484756 0.0588,0.977178 0.0588,1.463848 0,3.81673 -1.1785,7.48401 -3.4061,10.60333 -2.1277,2.9775 -5.0593,5.2576 -8.4889,6.6045 v 9.6338 c 0,0.2051 -0.1706,0.3718 -0.3805,0.3718"
+ id="path621_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736235 c -0.101969,0 -0.200016,-0.038321 -0.27061,-0.107298 C 0.0392187,0.558044 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.171006 0.109812,0.102029 c 0.143149,-0.1360385 0.398071,-0.1360385 0.539258,0 0.068633,0.068977 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.043141,0.191603 -0.111774,0.262496 C 0.578477,0.697914 0.478469,0.736235 0.380422,0.736235"
+ id="path622_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.0037891,0.423353 v 0 C -0.025625,0.220254 0.119484,0.0324827 0.325383,0.0037422 0.535203,-0.0249983 0.727375,0.114872 0.756789,0.317971 c 0,0 0,0 0,0.001916 C 0.786203,0.522986 0.641094,0.710757 0.433234,0.739498 0.415586,0.741414 0.397938,0.74333 0.380289,0.74333 0.194,0.74333 0.0292813,0.609208 0.0037891,0.423353 Z M 0.233299,1.68602 v 0 C 0.190159,1.48676 0.321542,1.28941 0.525479,1.24725 0.731378,1.20318 0.933354,1.33156 0.976495,1.53274 1.01964,1.73392 0.888253,1.92936 0.686276,1.97343 0.658823,1.97918 0.63137,1.98109 0.603917,1.98109 0.429393,1.98109 0.270557,1.86038 0.233299,1.68602 Z M 0.552762,2.93338 C 0.493934,2.73603 0.61159,2.5291 0.813567,2.47353 1.01358,2.41605 1.22536,2.5291 1.28223,2.72645 c 0,0 0,0 0,0.00191 C 1.34106,2.92571 1.22536,3.12881 1.02339,3.18629 0.98809,3.19587 0.950832,3.20162 0.917496,3.20162 0.752778,3.20162 0.599824,3.09624 0.552762,2.93338 Z M 0.95869,4.15388 C 0.886136,3.96228 0.990065,3.74768 1.18812,3.67679 1.38225,3.6059 1.60188,3.70744 1.67443,3.90096 1.74503,4.09065 1.64306,4.30525 1.44696,4.37614 1.40382,4.38955 1.36068,4.39722 1.31558,4.39722 1.16263,4.39722 1.01556,4.30525 0.95869,4.15388 Z m 0.49412,1.18981 c -0.08432,-0.18777 0,-0.40811 0.19217,-0.4905 0.19217,-0.08431 0.41572,0.00191 0.502,0.18969 0,0 0,0 0,-0.00192 0.08628,0.18585 0,0.4062 -0.19217,0.4905 -0.05099,0.02108 -0.10197,0.03258 -0.15296,0.03258 -0.14707,0 -0.28629,-0.08239 -0.34904,-0.22035 z m 0.57654,1.15347 v 0 C 1.92934,6.31514 1.99993,6.09096 2.18622,5.99516 2.37055,5.89745 2.60194,5.96642 2.69999,6.14845 2.79803,6.32855 2.7294,6.55273 2.54311,6.65045 2.48624,6.67919 2.42546,6.69451 2.36467,6.69451 c -0.13335,0 -0.26669,-0.0728 -0.33532,-0.19735 z m 0.65689,1.1113 V 7.61037 C 2.57643,7.43601 2.62937,7.20609 2.80782,7.09687 2.9843,6.98766 3.22157,7.04131 3.33139,7.21375 3.44316,7.38811 3.38825,7.61804 3.21177,7.72725 3.14902,7.76557 3.07843,7.78281 3.00979,7.78281 c -0.12746,0 -0.251,-0.06131 -0.32355,-0.17435 z m 0.7354,1.06531 H 3.41968 C 3.2981,8.50708 3.33536,8.27524 3.50596,8.15453 3.6746,8.03382 3.91188,8.07022 4.03542,8.23692 4.15896,8.40361 4.1217,8.63545 3.95306,8.75616 3.88442,8.80406 3.80599,8.82706 3.72951,8.82706 3.61185,8.82706 3.49616,8.77149 3.42164,8.67377 Z"
+ id="path623_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.173163 0.111773,0.104185 c 0.139227,-0.1379538 0.394149,-0.1398698 0.537297,0 0.070594,0.068978 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.039219,0.193519 -0.109813,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path624_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 13.7874,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 13.7874 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path625_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738151 C 0.280414,0.738151 0.182367,0.697914 0.111773,0.628937 0.0411797,0.558044 0,0.462242 0,0.364525 0,0.268723 0.0411797,0.172922 0.111773,0.102029 c 0.141188,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 C 0.576516,0.697914 0.48043,0.738151 0.378461,0.738151"
+ id="path626_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.168641,0 0.378461,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.576725 0,0.37171 Z m 1.34131,0 C 1.34131,0.164779 1.50995,0 1.71977,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.33935,0 C 2.68066,0.164779 2.8493,0 3.06109,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.21179,0 -0.38043,-0.166695 -0.38043,-0.37171 z m 1.34131,0 C 4.02197,0.164779 4.19257,0 4.40043,0 c 0.21178,0 0.38043,0.164779 0.38043,0.37171 0,0.205015 -0.16865,0.37171 -0.38043,0.37171 -0.20786,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.34131,0 C 5.36328,0.164779 5.53388,0 5.74174,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.34107,0 C 6.70435,0.164779 6.87299,0 7.08281,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.33935,0 C 8.0437,0.164779 8.2143,0 8.42412,0 c 0.20786,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.17256,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.34131,0 C 9.38501,0.164779 9.55365,0 9.76347,0 c 0.21178,0 0.38243,0.164779 0.38243,0.37171 0,0.205015 -0.17065,0.37171 -0.38243,0.37171 -0.20982,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.33939,0 C 10.7244,0.164779 10.8969,0 11.1048,0 c 0.2098,0 0.3804,0.164779 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2079,0 -0.3804,-0.166695 -0.3804,-0.37171 z"
+ id="path627_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738151 C 0.278453,0.738151 0.182367,0.697914 0.109812,0.628937 0.0392187,0.558044 0,0.462242 0,0.364525 0,0.268723 0.0392187,0.171006 0.109812,0.102029 c 0.139227,-0.1360385 0.39611,-0.1360385 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 -0.072554,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path628_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 13.7874,0.741504 H 0.380422 C 0.170602,0.741504 0,0.574809 0,0.369794 0,0.164779 0.170602,0 0.380422,0 H 13.7874 c 0.2098,0 0.3804,0.164779 0.3804,0.369794 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path629_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.576516,0.697435 0.48043,0.737672 0.378461,0.737672"
+ id="path630_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.168641,0 0.378461,0 c 0.20982,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.574809 0,0.369794 Z m 1.34131,0 C 1.34131,0.164779 1.50995,0 1.71977,0 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.33935,0 C 2.68066,0.164779 2.8493,0 3.06109,0 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.21179,0 -0.38043,-0.166695 -0.38043,-0.37171 z m 1.34131,0 C 4.02197,0.164779 4.19257,0 4.40043,0 c 0.21178,0 0.38043,0.164779 0.38043,0.369794 0,0.205015 -0.16865,0.37171 -0.38043,0.37171 -0.20786,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.34131,0 C 5.36328,0.164779 5.53388,0 5.74174,0 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.34107,0 C 6.70435,0.164779 6.87299,0 7.08281,0 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.33935,0 C 8.0437,0.164779 8.2143,0 8.42412,0 c 0.20786,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.17256,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.34131,0 C 9.38501,0.164779 9.55365,0 9.76347,0 c 0.21178,0 0.38243,0.164779 0.38243,0.369794 0,0.205015 -0.17065,0.37171 -0.38243,0.37171 -0.20982,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.33939,0 C 10.7244,0.164779 10.8969,0 11.1048,0 c 0.2098,0 0.3804,0.164779 0.3804,0.369794 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2079,0 -0.3804,-0.166695 -0.3804,-0.37171 z"
+ id="path631_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.182367,0.697435 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.174359 0.109812,0.103466 c 0.139227,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.262496 0,0.099633 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path632_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.10024,3.40287 C 1.3903,3.40287 0,2.04249 0,0.37171 0,0.166695 0.168641,0 0.378461,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,1.26075 1.051067,2.28774 2.341357,2.28774 1.29226,0 2.34332,-1.02699 2.34332,-2.28774 C 5.44356,0.166695 5.6122,0 5.82202,0 c 0.20982,0 0.38043,0.166695 0.38043,0.37171 0,1.67078 -1.39031,3.03116 -3.10221,3.03116"
+ id="path633_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 14.8952,0.743408 c -7.79474,0 -14.136411,6.196442 -14.136411,13.812692 0,7.6162 6.341671,13.8126 14.136411,13.8126 7.7947,0 14.1364,-6.1964 14.1364,-13.8126 0,-7.61625 -6.3417,-13.812692 -14.1364,-13.812692 z M 14.8953,29.1122 C 6.68287,29.1122 0,22.5823 0,14.5561 0,6.52983 6.68287,0 14.8953,0 c 8.2143,0 14.8972,6.52983 14.8972,14.5561 0,8.0262 -6.6829,14.5561 -14.8972,14.5561 z"
+ id="path634_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 12.9716,22.0478 c -0.0627,0 -0.1275,-0.0154 -0.1882,-0.0479 L 0.192172,14.991 C 0.0745156,14.924 0,14.8013 0,14.6672 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 14.4526 L 13.1599,21.3542 c 0.1823,0.1015 0.247,0.3276 0.1431,0.5058 -0.0706,0.1207 -0.2,0.1878 -0.3314,0.1878"
+ id="path635_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 7.68063,13.0972 c -0.13138,0 -0.25884,-0.0651 -0.32943,-0.1858 L 0.0506272,0.556799 C -0.0533025,0.378608 0.00748652,0.152517 0.189854,0.049051 0.372221,-0.0524986 0.603612,0.00881435 0.709502,0.185089 L 8.01007,12.5416 c 0.10393,0.1762 0.04314,0.4043 -0.13922,0.5058 -0.06079,0.0345 -0.1255,0.0498 -0.19022,0.0498"
+ id="path636_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,9.14713 C 0.170602,9.14713 0,8.98044 0,8.77542 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.369794 V 8.77542 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171"
+ id="path637_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,13.8759 C 0.170602,13.8759 0,13.7092 0,13.5042 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 13.5042 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path638_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,12.299 C 0.170602,12.299 0,12.1323 0,11.9273 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.369794 V 11.9273 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path639_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,16.2403 C 0.170602,16.2403 0,16.0736 0,15.8686 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 V 15.8686 c 0,0.205 -0.168641,0.3717 -0.378461,0.3717"
+ id="path640_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,17.8153 C 0.170602,17.8153 0,17.6486 0,17.4435 V 0.37171 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.758883,0.164779 0.758883,0.37171 V 17.4435 c 0,0.2051 -0.168641,0.3718 -0.378461,0.3718"
+ id="path641_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,16.1081 C 0.170602,16.1081 0,15.9414 0,15.7364 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 V 15.7364 c 0,0.205 -0.168641,0.3717 -0.378461,0.3717"
+ id="path642_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,19.5224 C 0.168641,19.5224 0,19.3557 0,19.1507 V 0.369794 C 0,0.164779 0.168641,0 0.380422,0 0.590242,0 0.758883,0.164779 0.758883,0.369794 V 19.1507 c 0,0.205 -0.168641,0.3717 -0.378461,0.3717"
+ id="path643_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,21.8868 C 0.168641,21.8868 0,21.7201 0,21.5151 V 0.37171 C 0,0.166695 0.168641,0 0.380422,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 V 21.5151 c 0,0.205 -0.168641,0.3717 -0.378461,0.3717"
+ id="path644_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.53147,0.741516 c -0.97655,0 -1.770728,0.777904 -1.770728,1.730174 0,0.95418 0.794178,1.73018 1.770728,1.73018 0.97655,0 1.77073,-0.776 1.77073,-1.73018 0,-0.95227 -0.79418,-1.730174 -1.77073,-1.730174 z m 10e-5,4.203754 C 1.13538,4.94527 0,3.83589 0,2.47168 0,1.10938 1.13538,0 2.53157,0 c 1.39619,0 2.52961,1.10938 2.52961,2.47168 0,1.36421 -1.13342,2.47359 -2.52961,2.47359 z"
+ id="path645_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 16.879,9.82409 c -0.0647,0 -0.1274,-0.01532 -0.1863,-0.0479 L 0.193402,0.69421 C 0.0110351,0.594576 -0.0536759,0.368484 0.0482929,0.188377 0.152223,0.0101866 0.381652,-0.0530424 0.56598,0.0485072 L 17.0653,9.13049 c 0.1824,0.09964 0.2471,0.32573 0.1451,0.50392 -0.0706,0.12262 -0.2,0.18968 -0.3314,0.18968"
+ id="path646_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 11.9735,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 11.9735 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path647_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.184328,0.697435 0.113734,0.628458 0.0431406,0.559481 0,0.465595 0,0.365962 0,0.268244 0.0431406,0.172443 0.113734,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.070893 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 -0.072554,0.068977 -0.16864,0.109214 -0.270609,0.109214"
+ id="path648_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.378461,0.164779 0.378461,0.369794 0,0.205015 -0.168641,0.37171 -0.378461,0.37171 C 0.170602,0.741504 0,0.574809 0,0.369794 Z m 1.33545,0 C 1.33545,0.164779 1.50409,0 1.71587,0 c 0.20786,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.17256,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.33545,0 C 2.6709,0.164779 2.8415,0 3.05132,0 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z"
+ id="path649_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.180406,0.697435 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path650_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.63189,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 6.63189 c 0.20982,0 0.37846,0.166695 0.37846,0.37171 0,0.205015 -0.16864,0.37171 -0.37846,0.37171"
+ id="path651_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 11.9735,0.741504 H 0.380422 C 0.170602,0.741504 0,0.574809 0,0.369794 0,0.164779 0.170602,0 0.380422,0 H 11.9735 c 0.2098,0 0.3804,0.164779 0.3804,0.369794 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path652_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 4.31014,0.741504 H 0.378461 C 0.168641,0.741504 0,0.576725 0,0.37171 0,0.166695 0.168641,0 0.378461,0 H 4.31014 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.369794 -0.38042,0.369794"
+ id="path653_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.100008,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.171006 0.109812,0.102029 c 0.143149,-0.1360385 0.39611,-0.1360385 0.539258,0 0.070594,0.070893 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.043141,0.193519 -0.111774,0.262496 C 0.578477,0.697914 0.478469,0.738151 0.380422,0.738151"
+ id="path654_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.211781,0 0.380422,0.164779 0.380422,0.37171 0,0.205015 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z m 1.28442,0 C 1.28442,0.164779 1.45699,0 1.66681,0 c 0.20982,0 0.37846,0.164779 0.37846,0.37171 0,0.205015 -0.16864,0.37171 -0.37846,0.37171 -0.20982,0 -0.38239,-0.166695 -0.38239,-0.37171 z m 1.28638,0 C 2.5708,0.164779 2.7414,0 2.95122,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z"
+ id="path655_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738151 C 0.278453,0.738151 0.182367,0.697914 0.109812,0.628937 0.0392187,0.55996 0,0.462242 0,0.364525 0,0.268723 0.0392187,0.171006 0.109812,0.102029 c 0.139227,-0.1360385 0.394149,-0.1360385 0.537297,0 0.072555,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.039219,0.195435 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path656_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.90219,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 2.90219 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.369794 -0.38042,0.369794"
+ id="path657_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.539258,0 0.068633,0.068977 0.111774,0.162862 0.111774,0.26058 0,0.099633 -0.043141,0.193519 -0.111774,0.262496 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path658_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.168641,0 0.378461,0 c 0.20982,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.574809 0,0.369794 Z m 2.18457,0 C 2.18457,0.164779 2.35321,0 2.56499,0 c 0.20786,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.17256,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 2.18433,0 C 4.3689,0.164779 4.5395,0 4.74932,0 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z"
+ id="path659_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0392187,0.559002 0,0.4632 0,0.365483 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.537297,0 0.070594,0.068977 0.113735,0.162862 0.113735,0.26058 0,0.097717 -0.043141,0.193519 -0.113735,0.262496 -0.070593,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path660_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737433 c -0.101969,0 -0.198055,-0.03832 -0.27061,-0.107297 C 0.0392187,0.559243 0,0.465357 0,0.365724 0,0.268006 0.0392187,0.174121 0.109812,0.105143 0.252961,-0.0347268 0.507883,-0.0347268 0.64907,0.103227 0.717703,0.174121 0.760844,0.268006 0.760844,0.365724 0.760844,0.465357 0.717703,0.559243 0.64907,0.62822 0.578477,0.699113 0.478469,0.737433 0.380422,0.737433"
+ id="path661_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.4632 0,0.365483 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.537297,0 0.070594,0.068977 0.113735,0.162862 0.113735,0.26058 0,0.097717 -0.043141,0.193519 -0.113735,0.262496 -0.068632,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path662_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.168641,0 0.378461,0 c 0.20982,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.576725 0,0.369794 Z m 2.18457,0 C 2.18457,0.166695 2.35321,0 2.56499,0 c 0.20786,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.17256,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 2.18433,0 C 4.3689,0.166695 4.5395,0 4.74932,0 c 0.20982,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z"
+ id="path663_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.537297,0 0.070594,0.068977 0.113735,0.162862 0.113735,0.26058 0,0.099633 -0.043141,0.193519 -0.113735,0.262496 -0.068632,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path664_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.537297,0 0.070594,0.068977 0.113735,0.162862 0.113735,0.26058 0,0.099633 -0.043141,0.193519 -0.113735,0.262496 -0.068632,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path665_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.735756 C 0.280414,0.735756 0.182367,0.697435 0.111773,0.628458 0.0411797,0.557565 0,0.463679 0,0.364046 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 C 0.576516,0.697435 0.48043,0.735756 0.378461,0.735756"
+ id="path666_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 22.8294,0.743831 C 22.6216,0.732335 22.4568,0.557976 22.4686,0.352961 22.4784,0.149862 22.6569,-0.00916901 22.8667,4.11147e-4 23.0765,0.0119073 23.2393,0.18435 23.2275,0.391281 c -0.0098,0.197352 -0.1765,0.35255 -0.3785,0.35255 -0.0078,0 -0.0137,0 -0.0196,0 z m -2.6413,-0.34487 c -0.0118,-0.2031 0.151,-0.3774584 0.3589,-0.3889546 0.2098,-0.01341221 0.3902,0.1456186 0.4019,0.3487176 0.0118,0.205015 -0.149,0.38129 -0.3568,0.392786 h -0.002 c -0.0059,0 -0.0137,0 -0.0216,0 -0.2,0 -0.3686,-0.153282 -0.3804,-0.352549 z m 4.8688,0.56523 C 24.849,0.933535 24.7078,0.743848 24.7392,0.540749 c 0.0334,-0.201184 0.2275,-0.341054 0.4334,-0.310397 0.2098,0.032572 0.349,0.222259 0.3177,0.425358 -0.0295,0.182023 -0.1902,0.314229 -0.3746,0.314229 -0.0196,0 -0.0392,-0.001916 -0.0588,-0.005748 z M 17.929,0.6825 c -0.0353,-0.2031 0.1059,-0.394703 0.3137,-0.427275 0.2059,-0.034489 0.402,0.103466 0.4354,0.306565 0.0333,0.201183 -0.1079,0.392786 -0.3138,0.427275 -0.0215,0.003832 -0.0412,0.005748 -0.0627,0.005748 -0.1824,0 -0.3432,-0.13029 -0.3726,-0.312313 z m 9.3165,0.7358 v 0 c -0.2,-0.05556 -0.3216,-0.25674 -0.2667,-0.456012 0.0549,-0.199267 0.2627,-0.316145 0.4647,-0.262496 0.204,0.053649 0.3236,0.256748 0.2687,0.456018 -0.0451,0.16478 -0.2,0.27399 -0.3667,0.27399 -0.0334,0 -0.0647,-0.00383 -0.1,-0.0115 z M 15.7112,1.19794 c -0.0569,-0.19735 0.0627,-0.402363 0.2647,-0.456012 0.202,-0.055565 0.4118,0.061313 0.4667,0.258662 0.0569,0.19735 -0.0627,0.40237 -0.2667,0.45602 h 0.002 c -0.0333,0.00958 -0.0686,0.01341 -0.102,0.01341 -0.1647,0 -0.3196,-0.10921 -0.3647,-0.27208 z m 13.6637,0.89863 v 0 c -0.196,-0.07473 -0.2921,-0.28932 -0.2176,-0.48093 0.0765,-0.1916 0.298,-0.28549 0.4922,-0.21076 0.1961,0.07473 0.2941,0.28932 0.2176,0.47901 -0.0588,0.14753 -0.2019,0.23759 -0.3549,0.23759 -0.0471,0 -0.0922,-0.00767 -0.1373,-0.02491 z m -15.813,-0.1552 c -0.0764,-0.18969 0.0196,-0.40429 0.2138,-0.48093 0.1941,-0.07664 0.4157,0.01916 0.4922,0.20885 0.0765,0.18969 -0.0177,0.4062 -0.2118,0.48092 -0.0451,0.01725 -0.0941,0.02683 -0.1412,0.02683 -0.151,0 -0.2941,-0.09006 -0.353,-0.23567 z M 31.4184,2.99325 V 2.99517 C 31.2321,2.90128 31.1576,2.67711 31.2537,2.49508 c 0.0961,-0.18202 0.3255,-0.25483 0.5118,-0.16094 0.1863,0.0958 0.2608,0.31806 0.1627,0.502 -0.0666,0.12645 -0.198,0.20118 -0.3372,0.20118 -0.0569,0 -0.1177,-0.01533 -0.1726,-0.04407 z M 11.5069,2.90703 c -0.0981,-0.18202 -0.0255,-0.4062 0.1607,-0.502 0.1844,-0.09389 0.4138,-0.02491 0.5119,0.15711 0.098,0.18011 0.0274,0.4062 -0.1589,0.50009 -0.0568,0.03066 -0.1176,0.04215 -0.1765,0.04215 -0.1372,0 -0.2706,-0.07089 -0.3372,-0.19735 z M 33.3498,4.1007 C 33.1733,3.98765 33.1263,3.75773 33.242,3.58529 33.3577,3.41476 33.593,3.36686 33.7675,3.4799 c 0.1765,0.11305 0.2236,0.34489 0.1098,0.51542 -0.0745,0.10729 -0.1961,0.16669 -0.3196,0.16669 -0.0706,0 -0.1451,-0.02108 -0.2079,-0.06131 z M 9.57156,4.07963 C 9.45391,3.90911 9.49901,3.67918 9.67353,3.56422 9.84805,3.45117 10.0834,3.49524 10.201,3.66577 10.3187,3.8363 10.2697,4.06622 10.0971,4.1831 10.0324,4.22525 9.95787,4.24441 9.88727,4.24441 9.76373,4.24441 9.64412,4.18693 9.57156,4.07963 Z M 35.152,5.39976 H 35.15 C 34.9892,5.26947 34.9657,5.03571 35.099,4.8786 c 0.1334,-0.15903 0.3746,-0.18202 0.5354,-0.05173 0,0 0,0 0,0.00191 0.1608,0.13029 0.1843,0.36405 0.0509,0.52116 -0.0745,0.09005 -0.1843,0.13604 -0.2941,0.13604 -0.0843,0 -0.1686,-0.02874 -0.2392,-0.08622 z M 7.7695,5.44768 C 7.63616,5.28865 7.65773,5.05489 7.81853,4.9246 c 0,0 0,0 -0.00196,0 C 7.97933,4.7924 8.21856,4.81347 8.35386,4.97059 8.48721,5.1277 8.4676,5.36337 8.30484,5.49366 8.23425,5.55306 8.14797,5.57989 8.06168,5.57989 7.95383,5.57989 7.84598,5.53582 7.7695,5.44768 Z M 36.801,6.87896 c -0.1451,-0.14562 -0.1451,-0.38129 0.0059,-0.52499 0.149,-0.14371 0.3902,-0.14179 0.5353,0.00383 0.149,0.14753 0.1471,0.3832 -0.0039,0.52691 -0.0726,0.06897 -0.1706,0.10538 -0.2648,0.10538 -0.1,0 -0.198,-0.03832 -0.2725,-0.11113 z M 6.12992,6.99198 C 5.97697,6.8502 5.97305,6.61452 6.12012,6.46891 6.26523,6.31946 6.50642,6.31562 6.65741,6.45933 6.80841,6.60111 6.81233,6.83487 6.66722,6.98432 H 6.66526 C 6.59074,7.05904 6.49269,7.09736 6.39269,7.09736 6.29856,7.09736 6.20248,7.06288 6.12992,6.99198 Z M 38.2815,8.5191 v 0 c -0.1295,-0.15903 -0.102,-0.39279 0.0627,-0.52116 0.1628,-0.12838 0.402,-0.09964 0.5334,0.06131 0.1294,0.15903 0.1039,0.39278 -0.0628,0.52116 -0.0686,0.05556 -0.151,0.08047 -0.2353,0.08047 -0.1117,0 -0.2216,-0.0479 -0.298,-0.14178 z M 4.66135,8.6992 C 4.49663,8.57465 4.46918,8.33898 4.5986,8.17804 4.72802,8.01709 4.9653,7.98835 5.13198,8.11289 5.2967,8.23935 5.32611,8.4731 5.19669,8.63597 5.12217,8.72985 5.0104,8.77775 4.89666,8.77775 4.81431,8.77775 4.73195,8.75285 4.66135,8.6992 Z m 34.91625,1.6056 c -0.1117,-0.1724 -0.0607,-0.40425 0.1177,-0.51347 0.1765,-0.10921 0.4118,-0.05748 0.5255,0.11496 0.1118,0.17441 0.0589,0.40431 -0.1196,0.51351 -0.0627,0.0383 -0.1333,0.0575 -0.202,0.0575 -0.1255,0 -0.249,-0.0613 -0.3216,-0.1725 z M 3.39072,10.5501 C 3.21227,10.4389 3.15737,10.2109 3.26914,10.0366 3.37895,9.86221 3.61426,9.80856 3.79271,9.91778 3.97115,10.0251 4.02606,10.255 3.91625,10.4294 c -0.07256,0.113 -0.19806,0.1762 -0.32552,0.1762 -0.06863,0 -0.13726,-0.0191 -0.20001,-0.0555 z m 37.27918,1.6631 v 0 c -0.0922,-0.184 -0.0157,-0.4062 0.1725,-0.4982 0.1883,-0.09 0.4177,-0.0153 0.5099,0.1686 0.0941,0.1859 0.0157,0.4081 -0.1726,0.4982 -0.0549,0.0268 -0.1117,0.0383 -0.1667,0.0383 -0.1411,0 -0.2764,-0.0747 -0.3431,-0.2069 z M 2.32586,12.5198 C 2.13957,12.4297 2.05917,12.2074 2.14937,12.0235 2.24153,11.8376 2.469,11.761 2.65725,11.8511 c 0.19021,0.09 0.26865,0.3104 0.17649,0.4962 -0.06471,0.1322 -0.20198,0.2089 -0.34121,0.2089 -0.0549,0 -0.11177,-0.0135 -0.16667,-0.0364 z m 39.22264,1.7033 c -0.0706,-0.1916 0.0314,-0.4043 0.2275,-0.4752 0.1961,-0.069 0.4157,0.0288 0.4863,0.2223 0.0725,0.1935 -0.0275,0.4062 -0.2255,0.4771 -0.0432,0.0153 -0.0883,0.021 -0.1314,0.021 -0.153,0 -0.3,-0.0938 -0.3569,-0.2452 z M 1.48446,14.5891 C 1.2864,14.522 1.18444,14.3074 1.25503,14.1139 c 0.07059,-0.1916 0.2863,-0.2931 0.48435,-0.2242 0.19806,0.069 0.30198,0.2798 0.23139,0.4733 v 0.0019 c -0.05491,0.1533 -0.20198,0.2472 -0.35885,0.2472 -0.04118,0 -0.08628,-0.0077 -0.12746,-0.023 z m 40.71694,1.7282 c -0.049,-0.1992 0.0745,-0.4023 0.2785,-0.4502 0.2039,-0.0499 0.4098,0.0728 0.4608,0.272 0.051,0.1974 -0.0745,0.3986 -0.2785,0.4484 -0.0314,0.0076 -0.0608,0.0115 -0.0921,0.0115 -0.1706,0 -0.3236,-0.1131 -0.3687,-0.2817 z M 0.874765,16.7369 C 0.670828,16.689 0.545328,16.4878 0.594351,16.2886 c 0.049024,-0.1993 0.254922,-0.3219 0.456899,-0.274 0.2059,0.0479 0.3314,0.2491 0.28237,0.4464 -0.04314,0.1705 -0.19805,0.2855 -0.368652,0.2855 -0.031375,0 -0.058828,-0.0019 -0.090203,-0.0096 z M 42.6212,18.4652 c -0.0274,-0.2031 0.1196,-0.3909 0.3255,-0.4177 0.2099,-0.0288 0.402,0.1149 0.4295,0.318 0.0274,0.2012 -0.1177,0.389 -0.3255,0.4177 -0.0177,0.002 -0.0353,0.0039 -0.053,0.0039 -0.1863,0 -0.349,-0.1361 -0.3765,-0.3219 z M 0.504215,18.9346 c -0.20982,-0.0249 -0.35493,-0.2127 -0.329437,-0.4158 0.027453,-0.205 0.217664,-0.3468 0.427484,-0.3219 0.205898,0.0269 0.35493,0.2127 0.327477,0.4177 -0.023532,0.1859 -0.18825,0.3219 -0.3765,0.3219 -0.015688,0 -0.033336,0 -0.049024,-0.0019 z m 42.303285,1.711 c -0.0059,-0.205 0.1589,-0.3774 0.3687,-0.3832 0.2098,-0.0057 0.3843,0.1552 0.3902,0.3602 0.0079,0.207 -0.1569,0.3775 -0.3686,0.3832 -0.004,0 -0.0079,0 -0.0118,0 -0.204,0 -0.3726,-0.1609 -0.3785,-0.3602 z M 0.370767,21.1572 C 0.162907,21.1515 -0.00573344,20.9829 1.49377e-4,20.776 0.00407125,20.5729 0.178595,20.41 0.388415,20.4138 c 0.211781,0.0039 0.378461,0.1763 0.372578,0.3813 -0.005883,0.2012 -0.174523,0.3621 -0.380422,0.3621 -0.003922,0 -0.005883,0 -0.009804,0 z M 43.1075,23.2323 c -0.2099,-0.0173 -0.3667,-0.1955 -0.351,-0.4005 0.0156,-0.2031 0.198,-0.3583 0.4078,-0.341 0.2079,0.0153 0.3667,0.1935 0.351,0.3966 -0.0157,0.1954 -0.1823,0.3449 -0.3804,0.3449 -0.0098,0 -0.0176,0 -0.0274,0 z M 0.0687377,23.0426 c -0.0176484,-0.205 0.1392263,-0.3832 0.3470863,-0.4005 0.20982,-0.0153 0.394148,0.1342 0.411797,0.3411 0.017648,0.2031 -0.139227,0.3813 -0.349047,0.3985 -0.007844,0.0019 -0.01961,0.0019 -0.029414,0.0019 -0.198055,0 -0.3627738,-0.1456 -0.3804223,-0.341 z M 42.7759,25.4357 c -0.2078,-0.0383 -0.3431,-0.2318 -0.3059,-0.433 0.0373,-0.2012 0.2353,-0.3353 0.4432,-0.2989 0.2059,0.0383 0.3412,0.2299 0.3059,0.433 -0.0353,0.1782 -0.1941,0.3046 -0.3745,0.3046 -0.0236,0 -0.0451,-0.0019 -0.0687,-0.0057 z M 0.382498,25.2882 v 0 c -0.039219,-0.2012 0.096086,-0.3947 0.301984,-0.433 0.207859,-0.0403 0.405918,0.0919 0.445128,0.295 0.03922,0.1993 -0.09608,0.3947 -0.30198,0.435 -0.023531,0.0019 -0.047062,0.0038 -0.070593,0.0038 -0.178446,0 -0.337282,-0.1226 -0.374539,-0.3008 z m 41.820902,2.305 c -0.2,-0.0594 -0.3157,-0.2644 -0.2569,-0.4618 0.0627,-0.1973 0.2726,-0.3085 0.4745,-0.2491 0.2,0.0575 0.3157,0.2644 0.2569,0.4599 -0.051,0.1628 -0.202,0.2663 -0.3647,0.2663 -0.0373,0 -0.0726,-0.0057 -0.1098,-0.0153 z M 0.941338,27.4897 v 0 c -0.06275,-0.1954 0.050984,-0.4024 0.252962,-0.4618 0.20001,-0.0613 0.4118,0.0498 0.47258,0.2453 0.06079,0.1954 -0.05098,0.4043 -0.25296,0.4637 -0.03529,0.0115 -0.07255,0.0153 -0.10981,0.0153 -0.16276,0 -0.313749,-0.1035 -0.362772,-0.2625 z M 41.3995,29.6778 c -0.1921,-0.0786 -0.2843,-0.297 -0.2039,-0.4847 0.0804,-0.1897 0.3039,-0.2798 0.4981,-0.1993 0.1941,0.0785 0.2843,0.297 0.2019,0.4867 -0.0607,0.1398 -0.2,0.226 -0.349,0.226 -0.049,0 -0.098,-0.0076 -0.1471,-0.0287 z M 1.73549,29.6184 C 1.65117,29.4306 1.74137,29.2103 1.9355,29.1317 2.12964,29.0513 2.35122,29.1375 2.43554,29.3253 H 2.43358 c 0.08236,0.1897 -0.00588,0.4081 -0.20001,0.4886 -0.04903,0.021 -0.09805,0.0306 -0.14904,0.0306 -0.14707,0 -0.28825,-0.0862 -0.34904,-0.2261 z m 38.63461,2.0502 c -0.1824,-0.0997 -0.251,-0.3258 -0.1471,-0.504 0.1,-0.1801 0.3314,-0.2452 0.5138,-0.1475 0.1843,0.0996 0.2529,0.3257 0.151,0.5058 -0.0687,0.1227 -0.2001,0.1916 -0.3334,0.1916 -0.0627,0 -0.1255,-0.0153 -0.1843,-0.0459 z M 2.75721,31.6532 c -0.10197,-0.1801 -0.03726,-0.4081 0.14707,-0.5077 0.18237,-0.0997 0.41376,-0.0345 0.51769,0.1437 0.10197,0.1801 0.0353,0.4062 -0.14707,0.5039 -0.05883,0.0345 -0.12158,0.0479 -0.18433,0.0479 -0.13334,0 -0.26276,-0.0671 -0.33336,-0.1878 z m 36.37549,1.8854 c -0.1726,-0.1169 -0.2138,-0.3487 -0.0942,-0.5173 0.1197,-0.1667 0.3569,-0.2089 0.5295,-0.092 0.1706,0.1169 0.2137,0.3506 0.0941,0.5173 -0.0745,0.1035 -0.1921,0.159 -0.3118,0.159 -0.0764,0 -0.1529,-0.021 -0.2176,-0.067 z M 3.9966,33.5673 c -0.12158,-0.1667 -0.0804,-0.4004 0.09216,-0.5192 0.17061,-0.1169 0.40788,-0.0767 0.5275,0.09 0.12158,0.1667 0.08236,0.3986 -0.08825,0.5174 -0.06667,0.0479 -0.1451,0.0689 -0.22158,0.0689 -0.11766,0 -0.23531,-0.0555 -0.30983,-0.1571 z m 33.7007,1.7015 c -0.1589,-0.1322 -0.1765,-0.366 -0.0373,-0.5231 0.1373,-0.1533 0.3785,-0.1705 0.5353,-0.0345 0.1589,0.1322 0.1765,0.3679 0.0393,0.5231 -0.0765,0.0843 -0.1804,0.1283 -0.2863,0.1283 -0.0902,0 -0.1804,-0.0325 -0.251,-0.0938 z M 5.43785,35.3435 c -0.14119,-0.1533 -0.1255,-0.387 0.03137,-0.5231 0.15884,-0.136 0.40003,-0.1207 0.53926,0.0326 0.13726,0.1533 0.12354,0.389 -0.0353,0.525 -0.07255,0.0632 -0.16079,0.092 -0.251,0.092 -0.10589,0 -0.20982,-0.0422 -0.28433,-0.1265 z m 30.64555,1.5003 c -0.1431,-0.1495 -0.1333,-0.3852 0.0197,-0.525 0.1529,-0.1399 0.3941,-0.1303 0.5372,0.021 0.1412,0.1495 0.1354,0.3832 -0.0196,0.5231 -0.0725,0.0671 -0.1647,0.0997 -0.2588,0.0997 -0.102,0 -0.202,-0.0403 -0.2785,-0.1188 z M 7.06339,36.9626 c 0,0 0,0 -0.00196,0 -0.15491,-0.138 -0.16668,-0.3736 -0.02353,-0.525 0.14315,-0.1495 0.38238,-0.161 0.5373,-0.023 0.15491,0.1399 0.16472,0.3736 0.02353,0.5269 -0.07452,0.0786 -0.17649,0.1188 -0.28238,0.1188 -0.0902,0 -0.18236,-0.0326 -0.25296,-0.0977 z m 27.24541,1.2798 c -0.1255,-0.1647 -0.0922,-0.3966 0.0765,-0.5192 0.1686,-0.1245 0.4059,-0.092 0.5314,0.0728 0.1275,0.1648 0.0922,0.3985 -0.0765,0.5212 -0.0686,0.0498 -0.149,0.0747 -0.2255,0.0747 -0.1157,0 -0.2314,-0.0537 -0.3059,-0.1495 z M 8.85186,38.4034 C 8.68322,38.2808 8.64792,38.0489 8.77342,37.8861 8.89696,37.7213 9.1362,37.6849 9.30288,37.8075 c 0.16864,0.1207 0.2059,0.3526 0.0804,0.5193 -0.07452,0.0977 -0.19021,0.1494 -0.30591,0.1494 -0.07844,0 -0.15884,-0.023 -0.22551,-0.0728 z m 23.54094,1.0442 c -0.1078,-0.1762 -0.047,-0.4023 0.1334,-0.5096 0.1804,-0.1035 0.4118,-0.046 0.5196,0.1303 0.1059,0.1762 0.0471,0.4043 -0.1333,0.5096 -0.0608,0.0345 -0.1275,0.0518 -0.1922,0.0518 -0.1294,0 -0.2569,-0.0652 -0.3275,-0.1821 z m -21.6036,0.205 v 0 c -0.1804,-0.1034 -0.2432,-0.3314 -0.1373,-0.5077 0.1059,-0.1763 0.3412,-0.2376 0.5216,-0.1341 0.1804,0.1034 0.2412,0.3334 0.1353,0.5096 -0.0706,0.1188 -0.198,0.184 -0.3275,0.184 -0.0647,0 -0.1313,-0.0173 -0.1921,-0.0518 z m 19.5662,0.7952 c -0.0863,-0.1878 -0.002,-0.4062 0.1882,-0.4924 0.1903,-0.0862 0.4158,-0.0038 0.504,0.182 0.0863,0.1859 0.0039,0.4081 -0.1863,0.4924 -0.051,0.023 -0.1078,0.0345 -0.1588,0.0345 -0.1432,0 -0.2824,-0.0805 -0.3471,-0.2165 z m -17.5052,0.2453 c -0.1882,-0.0844 -0.2745,-0.3047 -0.1882,-0.4925 0.0843,-0.1858 0.3098,-0.2682 0.502,-0.1858 0.1902,0.0843 0.2765,0.3046 0.1902,0.4905 -0.0647,0.1379 -0.2,0.2203 -0.3471,0.2203 -0.051,0 -0.1039,-0.0096 -0.1569,-0.0325 z"
+ id="path667_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.736235 C 0.278453,0.736235 0.182367,0.697914 0.109812,0.628937 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.171006 0.109812,0.102029 c 0.141188,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.107298 -0.268648,0.107298"
+ id="path668_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 28.8277,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 28.8277 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1706,0.369794 -0.3805,0.369794"
+ id="path669_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 28.8277,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 28.8277 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1706,0.37171 -0.3805,0.37171"
+ id="path670_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 28.8277,0.741504 H 0.380422 C 0.170602,0.741504 0,0.574809 0,0.369794 0,0.164779 0.170602,0 0.380422,0 H 28.8277 c 0.2099,0 0.3805,0.164779 0.3805,0.369794 0,0.205015 -0.1706,0.37171 -0.3805,0.37171"
+ id="path671_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.04468,34.6303 H 24.3112 L 14.2222,17.8746 c -0.0687,-0.1168 -0.0687,-0.2605 0,-0.3755 L 24.3112,0.743408 H 1.04468 L 11.1337,17.4991 c 0.0686,0.115 0.0686,0.2587 0,0.3755 z M 24.976,35.3738 H 0.379942 c -0.135305,0 -0.262765,-0.0729 -0.3294374,-0.1878 -0.0686328,-0.115 -0.0666718,-0.2587 0.001961,-0.3717 L 10.365,17.6869 0.0524656,0.559481 C -0.0161672,0.444519 -0.0181282,0.302733 0.0505046,0.185855 0.117177,0.0708931 0.244637,0 0.379942,0 H 24.976 c 0.1353,0 0.2608,0.0708931 0.3294,0.185855 0.0667,0.116878 0.0667,0.258664 -0.0019,0.373626 L 14.9909,17.6869 25.3035,34.8143 c 0.0686,0.113 0.0686,0.2567 0.0019,0.3717 -0.0686,0.1149 -0.1941,0.1878 -0.3294,0.1878 z"
+ id="path672_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737193 C 0.278453,0.737193 0.182367,0.698872 0.109812,0.629895 0.0392187,0.559002 0,0.465116 0,0.365483 0,0.269681 0.0392187,0.17388 0.109812,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.107298 -0.268648,0.107298"
+ id="path673_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.576725 0,0.369794 Z m 1.75903,0 C 1.75903,0.166695 1.92963,0 2.13946,0 c 0.20982,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20983,0 -0.38043,-0.164779 -0.38043,-0.37171 z m 1.75879,0 C 3.51782,0.166695 3.68842,0 3.89824,0 c 0.20982,0 0.37847,0.166695 0.37847,0.369794 0,0.206931 -0.16865,0.37171 -0.37847,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.75904,0 C 5.27686,0.166695 5.4455,0 5.65728,0 5.8671,0 6.0377,0.166695 6.0377,0.369794 c 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.75903,0 C 7.03589,0.166695 7.20649,0 7.41435,0 c 0.21178,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.164779 -0.37846,-0.37171 z m 1.75903,0 C 8.79492,0.166695 8.96356,0 9.17534,0 9.3832,0 9.55577,0.166695 9.55577,0.369794 c 0,0.206931 -0.17257,0.37171 -0.38043,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.75878,0 C 10.5537,0.166695 10.7243,0 10.9322,0 c 0.2118,0 0.3804,0.166695 0.3804,0.369794 0,0.206931 -0.1686,0.37171 -0.3804,0.37171 -0.2079,0 -0.3785,-0.164779 -0.3785,-0.37171 z m 1.759,0 C 12.3127,0.166695 12.4833,0 12.6932,0 c 0.2098,0 0.3784,0.166695 0.3784,0.369794 0,0.206931 -0.1686,0.37171 -0.3784,0.37171 -0.2099,0 -0.3805,-0.164779 -0.3805,-0.37171 z"
+ id="path674_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.100008,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0411797,0.559002 0,0.465116 0,0.365483 0,0.269681 0.0411797,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.539258,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.698872 0.478469,0.737193 0.380422,0.737193"
+ id="path675_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.196094,-0.03832 -0.268649,-0.107297 C 0.0411797,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.173163 0.111773,0.104185 c 0.143149,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.068978 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path676_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.576725 0,0.369794 Z m 1.72559,0 C 1.72559,0.166695 1.89423,0 2.10405,0 c 0.20982,0 0.38238,0.166695 0.38238,0.369794 0,0.206931 -0.17256,0.37171 -0.38238,0.37171 -0.20982,0 -0.37846,-0.164779 -0.37846,-0.37171 z m 1.72363,0 C 3.44922,0.166695 3.61982,0 3.82964,0 c 0.20982,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.72558,0 C 5.1748,0.166695 5.34345,0 5.55523,0 c 0.20786,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.17256,0.37171 -0.38042,0.37171 -0.21178,0 -0.38043,-0.164779 -0.38043,-0.37171 z m 1.72388,0 C 6.89868,0.166695 7.06928,0 7.2791,0 c 0.20982,0 0.38043,0.166695 0.38043,0.369794 0,0.206931 -0.17061,0.37171 -0.38043,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.72559,0 C 8.62427,0.166695 8.79291,0 9.00469,0 c 0.20786,0 0.37846,0.166695 0.37846,0.369794 0,0.206931 -0.1706,0.37171 -0.37846,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.72363,0 C 10.3479,0.166695 10.5185,0 10.7283,0 c 0.2098,0 0.3785,0.166695 0.3785,0.369794 0,0.206931 -0.1687,0.37171 -0.3785,0.37171 -0.2098,0 -0.3804,-0.164779 -0.3804,-0.37171 z"
+ id="path677_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.198055,-0.03832 -0.27061,-0.107297 C 0.0392187,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0392187,0.173163 0.109812,0.104185 c 0.143149,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.068978 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.107297 -0.266687,0.107297"
+ id="path678_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.735756 C 0.282375,0.735756 0.184328,0.697435 0.113734,0.628458 0.0431406,0.559481 0,0.463679 0,0.364046 0,0.268244 0.0431406,0.172443 0.113734,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.26058 0,0.099633 -0.039219,0.193519 -0.109813,0.264412 -0.072554,0.068977 -0.16864,0.107298 -0.270609,0.107298"
+ id="path679_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.168641,0 0.380422,0 c 0.20982,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.578641 0,0.37171 Z m 1.68042,0 C 1.68042,0.168611 1.85102,0 2.06084,0 2.27066,0 2.4393,0.168611 2.4393,0.37171 c 0,0.206931 -0.16864,0.37171 -0.37846,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.68066,0 C 3.36108,0.168611 3.53169,0 3.73954,0 c 0.21179,0 0.38239,0.168611 0.38239,0.37171 0,0.206931 -0.1706,0.37171 -0.38239,0.37171 -0.20785,0 -0.37846,-0.164779 -0.37846,-0.37171 z m 1.68042,0 C 5.0415,0.168611 5.21014,0 5.42193,0 c 0.20982,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.21179,0 -0.38043,-0.164779 -0.38043,-0.37171 z m 1.68067,0 C 6.72217,0.168611 6.89277,0 7.10259,0 c 0.20982,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.68237,0 C 8.40454,0.168611 8.57318,0 8.783,0 c 0.20982,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.37846,-0.164779 -0.37846,-0.37171 z"
+ id="path680_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.098047,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.267048 0.0411797,0.173163 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.072555,0.068978 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.039219,0.195435 -0.111774,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path681_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0392188,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0392188,0.171246 0.111773,0.104185 c 0.143149,-0.1398698 0.39611,-0.1379538 0.535336,0 0.072555,0.067061 0.113735,0.164779 0.113735,0.260581 0,0.099633 -0.04118,0.195435 -0.113735,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path682_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.373626 C 0,0.168611 0.168641,0 0.3765,0 0.588281,0 0.758883,0.168611 0.758883,0.373626 0.758883,0.578641 0.588281,0.74342 0.3765,0.74342 0.168641,0.74342 0,0.578641 0,0.373626 Z m 1.61963,0 C 1.61963,0.168611 1.79023,0 2.00005,0 c 0.21178,0 0.38042,0.168611 0.38042,0.373626 0,0.205015 -0.16864,0.369794 -0.38042,0.369794 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.369794 z m 1.62378,0 C 3.24341,0.168611 3.41205,0 3.62383,0 c 0.20786,0 0.38042,0.168611 0.38042,0.373626 0,0.205015 -0.17256,0.369794 -0.38042,0.369794 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.369794 z m 1.62158,0 C 4.86499,0.168611 5.03559,0 5.24345,0 c 0.21178,0 0.38042,0.168611 0.38042,0.373626 0,0.205015 -0.16864,0.369794 -0.38042,0.369794 -0.20786,0 -0.37846,-0.164779 -0.37846,-0.369794 z m 1.62183,0 C 6.48682,0.168611 6.65546,0 6.86724,0 c 0.20982,0 0.38042,0.168611 0.38042,0.373626 0,0.205015 -0.1706,0.369794 -0.38042,0.369794 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.369794 z"
+ id="path683_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.267048 0.0411797,0.171246 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.067061 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.039219,0.195435 -0.109813,0.264412 C 0.576516,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path684_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.170527 0.111773,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.537297,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path685_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.172562,0 0.380422,0 c 0.211781,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,0.74342 0,0.576725 0,0.37171 Z m 1.54126,0 C 1.54126,0.166695 1.71186,0 1.91972,0 2.1315,0 2.3021,0.166695 2.3021,0.37171 c 0,0.205015 -0.1706,0.37171 -0.38238,0.37171 -0.20786,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.53931,0 C 3.08057,0.166695 3.25117,0 3.46099,0 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.5393,0 C 4.61987,0.166695 4.79244,0 5.00029,0 c 0.21179,0 0.38043,0.166695 0.38043,0.37171 0,0.205015 -0.16864,0.37171 -0.38043,0.37171 -0.20785,0 -0.38042,-0.166695 -0.38042,-0.37171 z"
+ id="path686_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.697435 0.113734,0.628458 0.0431406,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0431406,0.170527 0.113734,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.067061 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.270609,0.109214"
+ id="path687_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.576725 0,0.37171 Z m 1.89038,0 C 1.89038,0.166695 2.05902,0 2.26884,0 2.47866,0 2.6473,0.166695 2.6473,0.37171 c 0,0.205015 -0.16864,0.37171 -0.37846,0.37171 -0.20982,0 -0.37846,-0.166695 -0.37846,-0.37171 z"
+ id="path688_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.101969,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.172922 0.109812,0.102029 c 0.141188,-0.1360385 0.398071,-0.1360385 0.537297,0 0.070594,0.070893 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path689_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.180406,0.697435 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.364046 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.04118,0.195435 -0.111774,0.264412 -0.072554,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path690_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.367878 C 0,0.164779 0.168641,0 0.378461,0 c 0.211781,0 0.380422,0.164779 0.380422,0.367878 0,0.206931 -0.168641,0.37171 -0.380422,0.37171 C 0.168641,0.739588 0,0.574809 0,0.367878 Z m 1.66479,0 C 1.66479,0.164779 1.83344,0 2.04129,0 c 0.21179,0 0.38043,0.164779 0.38043,0.367878 0,0.206931 -0.16864,0.37171 -0.38043,0.37171 -0.20785,0 -0.3765,-0.164779 -0.3765,-0.37171 z m 1.66285,0 C 3.32764,0.164779 3.49824,0 3.7061,0 c 0.20982,0 0.38042,0.164779 0.38042,0.367878 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.164779 -0.37846,-0.37171 z m 1.66089,0 C 4.98853,0.164779 5.16109,0 5.36895,0 c 0.21178,0 0.38042,0.164779 0.38042,0.367878 0,0.206931 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.66503,0 C 6.65356,0.164779 6.82417,0 7.03399,0 c 0.20982,0 0.38042,0.164779 0.38042,0.367878 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38043,-0.164779 -0.38043,-0.37171 z m 1.66285,0 C 8.31641,0.164779 8.48897,0 8.69683,0 c 0.21178,0 0.38042,0.164779 0.38042,0.367878 0,0.206931 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.66479,0 C 9.9812,0.164779 10.1518,0 10.3616,0 c 0.2098,0 0.3804,0.164779 0.3804,0.367878 0,0.206931 -0.1706,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.164779 -0.3804,-0.37171 z m 1.6628,0 C 11.644,0.164779 11.8166,0 12.0245,0 c 0.2117,0 0.3804,0.164779 0.3804,0.367878 0,0.206931 -0.1687,0.37171 -0.3804,0.37171 -0.2079,0 -0.3805,-0.164779 -0.3805,-0.37171 z m 1.6648,0 C 13.3088,0.164779 13.4775,0 13.6893,0 c 0.2098,0 0.3804,0.164779 0.3804,0.367878 0,0.206931 -0.1706,0.37171 -0.3804,0.37171 -0.2118,0 -0.3805,-0.164779 -0.3805,-0.37171 z m 1.6629,0 C 14.9717,0.164779 15.1423,0 15.3521,0 c 0.2118,0 0.3804,0.164779 0.3804,0.367878 0,0.206931 -0.1686,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.164779 -0.3804,-0.37171 z"
+ id="path691_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.100008,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0411797,0.559481 0,0.463679 0,0.364046 0,0.268244 0.0411797,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.398071,-0.1379546 0.539258,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.04118,0.195435 -0.111774,0.264412 C 0.578477,0.697435 0.478469,0.737672 0.380422,0.737672"
+ id="path692_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.100008,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.043141,0.193519 -0.111774,0.262496 C 0.576516,0.697435 0.478469,0.737672 0.380422,0.737672"
+ id="path693_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.170602,0 0.378461,0 c 0.211781,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.574809 0,0.369794 Z m 1.69434,0 C 1.69434,0.164779 1.86298,0 2.07476,0 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.69409,0 C 3.38843,0.164779 3.55903,0 3.76885,0 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.69433,0 C 5.08276,0.164779 5.25337,0 5.46319,0 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38043,-0.166695 -0.38043,-0.37171 z m 1.69434,0 C 6.7771,0.164779 6.9477,0 7.15752,0 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.69604,0 C 8.47314,0.164779 8.64179,0 8.85357,0 c 0.20786,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.17256,0.37171 -0.38042,0.37171 -0.21178,0 -0.38043,-0.166695 -0.38043,-0.37171 z m 1.69236,0 C 10.1655,0.164779 10.3381,0 10.5459,0 c 0.2118,0 0.3805,0.164779 0.3805,0.369794 0,0.205015 -0.1687,0.37171 -0.3805,0.37171 -0.2078,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6963,0 C 11.8618,0.164779 12.0305,0 12.2422,0 c 0.2079,0 0.3785,0.164779 0.3785,0.369794 0,0.205015 -0.1706,0.37171 -0.3785,0.37171 -0.2117,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6941,0 C 13.5559,0.164779 13.7245,0 13.9363,0 c 0.2099,0 0.3805,0.164779 0.3805,0.369794 0,0.205015 -0.1706,0.37171 -0.3805,0.37171 -0.2118,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6943,0 C 15.2502,0.164779 15.4208,0 15.6307,0 c 0.2098,0 0.3784,0.164779 0.3784,0.369794 0,0.205015 -0.1686,0.37171 -0.3784,0.37171 -0.2099,0 -0.3805,-0.166695 -0.3805,-0.37171 z m 1.6944,0 C 16.9446,0.164779 17.1152,0 17.325,0 c 0.2098,0 0.3804,0.164779 0.3804,0.369794 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z"
+ id="path694_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.182367,0.697435 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.072554,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path695_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.537297,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path696_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.378461,0.166695 0.378461,0.37171 0,0.205015 -0.168641,0.37171 -0.378461,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z m 1.72168,0 C 1.72168,0.166695 1.89032,0 2.1021,0 c 0.20786,0 0.37846,0.166695 0.37846,0.37171 0,0.205015 -0.1706,0.37171 -0.37846,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.71973,0 C 3.44141,0.166695 3.61005,0 3.82183,0 c 0.20786,0 0.37846,0.166695 0.37846,0.37171 0,0.205015 -0.1706,0.37171 -0.37846,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.71972,0 C 5.16113,0.166695 5.33173,0 5.54155,0 c 0.20983,0 0.37847,0.166695 0.37847,0.37171 0,0.205015 -0.16864,0.37171 -0.37847,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.72168,0 C 6.88281,0.166695 7.05145,0 7.26323,0 7.47109,0 7.6417,0.166695 7.6417,0.37171 c 0,0.205015 -0.17061,0.37171 -0.37847,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.71973,0 C 8.60254,0.166695 8.77314,0 8.98296,0 c 0.20786,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.17256,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.71976,0 C 10.3223,0.166695 10.4929,0 10.7027,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.7219,0 C 12.0442,0.166695 12.2128,0 12.4246,0 c 0.2079,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1725,0.37171 -0.3804,0.37171 -0.2118,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.7197,0 C 13.7639,0.166695 13.9345,0 14.1443,0 c 0.2079,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1726,0.37171 -0.3805,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.7197,0 C 15.4836,0.166695 15.6542,0 15.8641,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2099,0 -0.3805,-0.166695 -0.3805,-0.37171 z m 1.7217,0 C 17.2053,0.166695 17.374,0 17.5857,0 c 0.2079,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1726,0.37171 -0.3805,0.37171 -0.2117,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.7197,0 C 18.925,0.166695 19.0957,0 19.3055,0 c 0.2118,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1686,0.37171 -0.3804,0.37171 -0.2098,0 -0.3805,-0.166695 -0.3805,-0.37171 z"
+ id="path697_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.170527 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.04118,0.193519 -0.109813,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path698_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.200016,-0.038321 -0.27061,-0.107298 C 0.0392187,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.537297,0 0.070594,0.068977 0.113735,0.162862 0.113735,0.26058 0,0.099633 -0.043141,0.193519 -0.113735,0.264412 -0.070593,0.068977 -0.16864,0.107298 -0.266687,0.107298"
+ id="path699_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.576725 0,0.37171 Z M 0,2.0904 C 0,1.8873 0.168641,1.71869 0.380422,1.71869 c 0.207859,0 0.380422,0.16861 0.380422,0.37171 0,0.20693 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,2.46211 0,2.29733 0,2.0904 Z M 0,3.81098 C 0,3.60596 0.168641,3.43927 0.380422,3.43927 c 0.207859,0 0.380422,0.16669 0.380422,0.37171 0,0.20502 -0.172563,0.36979 -0.380422,0.36979 C 0.168641,4.18077 0,4.016 0,3.81098 Z M 0,5.52967 C 0,5.32465 0.168641,5.15796 0.380422,5.15796 c 0.207859,0 0.380422,0.16669 0.380422,0.37171 0,0.20693 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,5.90138 0,5.7366 0,5.52967 Z m 0,1.71869 c 0,-0.2031 0.168641,-0.37171 0.380422,-0.37171 0.207859,0 0.380422,0.16861 0.380422,0.37171 0,0.20693 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,7.62007 0,7.45529 0,7.24836 Z"
+ id="path700_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738392 c -0.101969,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0392187,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0392187,0.173163 0.109812,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.068978 0.113735,0.164779 0.113735,0.262497 0,0.097717 -0.043141,0.193519 -0.113735,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path701_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.699351 0.111773,0.628458 0.0392188,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392188,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.535336,0 0.072555,0.070893 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.699351 0.478469,0.737672 0.380422,0.737672"
+ id="path702_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.170602,0 0.378461,0 c 0.211781,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.574809 0,0.369794 Z m 1.74512,0 C 1.74512,0.164779 1.91376,0 2.12554,0 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.74536,0 C 3.49048,0.164779 3.65912,0 3.8709,0 c 0.20786,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.17256,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.74512,0 C 5.2356,0.164779 5.4062,0 5.61406,0 c 0.21178,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.74536,0 C 6.98096,0.164779 7.1496,0 7.36138,0 7.5712,0 7.7418,0.164779 7.7418,0.369794 c 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z"
+ id="path703_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.398071,-0.1379546 0.537297,0 0.070594,0.068977 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.043141,0.193519 -0.113735,0.262496 -0.068632,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path704_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 8.23594,11.6361 H 0.380422 C 0.170602,11.6361 0,11.4694 0,11.2643 0,11.0593 0.170602,10.8945 0.380422,10.8945 H 8.23594 c 2.76096,0 5.00626,-2.19572 5.00626,-4.89349 V 5.63505 c 0,-2.69778 -2.2453,-4.89163 -5.00626,-4.89163 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 C 7.85552,0.166695 8.02612,0 8.23594,0 11.4146,0 14.0011,2.52724 14.0011,5.63505 v 0.36596 c 0,3.1078 -2.5865,5.63509 -5.76516,5.63509"
+ id="path705_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 7.87512,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 7.87512 c 0.20983,0 0.38043,0.166695 0.38043,0.37171 0,0.205015 -0.1706,0.369794 -0.38043,0.369794"
+ id="path706_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.629895 0.0392188,0.560918 0,0.465116 0,0.365483 0,0.269681 0.0392187,0.171964 0.109812,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.039219,0.195435 -0.109813,0.264412 C 0.576516,0.698872 0.478469,0.737193 0.378461,0.737193"
+ id="path707_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.170602,0 0.378461,0 c 0.211781,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.578641 0,0.37171 Z m 1.70996,0 C 1.70996,0.168611 1.8786,0 2.09038,0 c 0.20786,0 0.37846,0.168611 0.37846,0.37171 0,0.206931 -0.1706,0.37171 -0.37846,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.70996,0 C 3.41992,0.168611 3.58856,0 3.80034,0 4.0082,0 4.18077,0.168611 4.18077,0.37171 c 0,0.206931 -0.17257,0.37171 -0.38043,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.70996,0 C 5.12988,0.168611 5.29852,0 5.5103,0 c 0.20983,0 0.38043,0.168611 0.38043,0.37171 0,0.206931 -0.1706,0.37171 -0.38043,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.70996,0 C 6.83984,0.168611 7.01241,0 7.22027,0 c 0.21178,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.38043,-0.164779 -0.38043,-0.37171 z"
+ id="path708_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.113734,0.629895 0.0411797,0.560918 0,0.465116 0,0.365483 0,0.269681 0.0411797,0.171964 0.113734,0.104903 c 0.139227,-0.1398706 0.394149,-0.1398706 0.535336,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.039219,0.195435 -0.111774,0.264412 C 0.578477,0.698872 0.482391,0.737193 0.380422,0.737193"
+ id="path709_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 7.72805,6.37272 H 0.378461 C 0.168641,6.37272 0,6.20794 0,6.00292 0,5.79791 0.168641,5.63121 0.378461,5.63121 H 7.72805 c 2.76105,0 5.00825,-2.19577 5.00825,-4.893538 V 0.37171 C 12.7363,0.166695 12.9049,0 13.1147,0 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 v 0.365962 c 0,3.107798 -2.5865,5.635048 -5.76715,5.635048"
+ id="path710_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0392188,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.398071,-0.1379546 0.539258,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.697435 0.478469,0.737672 0.380422,0.737672"
+ id="path711_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.378461,0 c 0.211781,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.168641,0.367878 -0.380422,0.367878 C 0.170602,0.739588 0,0.574809 0,0.37171 Z m 1.74512,0 C 1.74512,0.164779 1.91376,0 2.12358,0 c 0.21178,0 0.38238,0.164779 0.38238,0.37171 0,0.203099 -0.1706,0.367878 -0.38238,0.367878 -0.20982,0 -0.37846,-0.164779 -0.37846,-0.367878 z m 1.74536,0 C 3.49048,0.164779 3.65912,0 3.8709,0 c 0.20786,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.17256,0.367878 -0.38042,0.367878 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.367878 z m 1.74512,0 C 5.2356,0.164779 5.4062,0 5.61406,0 c 0.21178,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.16864,0.367878 -0.38042,0.367878 -0.20786,0 -0.37846,-0.164779 -0.37846,-0.367878 z m 1.74536,0 C 6.98096,0.164779 7.1496,0 7.36138,0 7.5712,0 7.7418,0.164779 7.7418,0.37171 c 0,0.203099 -0.1706,0.367878 -0.38042,0.367878 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.367878 z"
+ id="path712_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.398071,-0.1379546 0.537297,0 0.070594,0.070893 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.043141,0.193519 -0.113735,0.262496 -0.068632,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path713_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 8.23594,11.6361 c -0.20982,0 -0.38042,-0.1648 -0.38042,-0.3698 0,-0.2051 0.1706,-0.3718 0.38042,-0.3718 2.76096,0 5.00626,-2.19572 5.00626,-4.89158 V 5.63505 c 0,-2.69778 -2.2453,-4.89163 -5.00626,-4.89163 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 8.23594 c 3.17866,0 5.76516,2.52916 5.76516,5.63505 v 0.36787 c 0,3.10589 -2.5865,5.63318 -5.76516,5.63318"
+ id="path714_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 7.87512,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 7.87512 c 0.20983,0 0.38043,0.166695 0.38043,0.37171 0,0.205015 -0.1706,0.37171 -0.38043,0.37171"
+ id="path715_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.737672 c -0.100008,0 -0.196094,-0.040237 -0.268649,-0.11113 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.537297,0 0.072555,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.26058 -0.070593,0.070893 -0.166679,0.11113 -0.268648,0.11113"
+ id="path716_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.378461,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z m 1.70996,0 C 1.70996,0.166695 1.8786,0 2.09038,0 c 0.20786,0 0.37846,0.166695 0.37846,0.37171 0,0.205015 -0.1706,0.37171 -0.37846,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.70996,0 C 3.41992,0.166695 3.58856,0 3.80034,0 4.0082,0 4.18077,0.166695 4.18077,0.37171 c 0,0.205015 -0.17257,0.37171 -0.38043,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.70996,0 C 5.12988,0.166695 5.29852,0 5.5103,0 c 0.20983,0 0.38043,0.166695 0.38043,0.37171 0,0.205015 -0.1706,0.37171 -0.38043,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.70996,0 C 6.83984,0.166695 7.01045,0 7.22027,0 c 0.21178,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.16864,0.37171 -0.38042,0.37171 -0.20982,0 -0.38043,-0.166695 -0.38043,-0.37171 z"
+ id="path717_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.100008,0 -0.198055,-0.040237 -0.266688,-0.11113 C 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.537297,0 0.072555,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.26058 -0.070593,0.070893 -0.166679,0.11113 -0.268648,0.11113"
+ id="path718_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 13.1147,6.37272 c -0.2098,0 -0.3784,-0.1667 -0.3784,-0.37171 V 5.63505 c 0,-2.69778 -2.2472,-4.89163 -5.00825,-4.89163 H 0.378461 C 0.168641,0.74342 0,0.576725 0,0.37171 0,0.166695 0.168641,0 0.378461,0 H 7.72805 c 3.18065,0 5.76715,2.52724 5.76715,5.63505 v 0.36596 c 0,0.20501 -0.1706,0.37171 -0.3805,0.37171"
+ id="path719_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739588 c -0.100008,0 -0.198055,-0.040237 -0.268649,-0.11113 C 0.0411797,0.561397 0,0.465595 0,0.367878 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.109813,0.164778 0.109813,0.264412 0,0.095801 -0.039219,0.193519 -0.109813,0.26058 -0.072554,0.070893 -0.16864,0.11113 -0.268648,0.11113"
+ id="path720_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.211781,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.574809 0,0.37171 Z m 1.5708,0 C 1.5708,0.164779 1.73944,0 1.95122,0 c 0.20786,0 0.3765,0.164779 0.3765,0.37171 0,0.203099 -0.16864,0.37171 -0.3765,0.37171 -0.21178,0 -0.38042,-0.168611 -0.38042,-0.37171 z m 1.5647,0 C 3.1355,0.164779 3.30806,0 3.51788,0 3.7277,0 3.8983,0.164779 3.8983,0.37171 c 0,0.203099 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38238,-0.168611 -0.38238,-0.37171 z"
+ id="path721_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739588 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.11113 C 0.0392187,0.561397 0,0.465595 0,0.367878 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.398071,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.26058 -0.070593,0.070893 -0.16864,0.11113 -0.266687,0.11113"
+ id="path722_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 32.7143,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 32.7143 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.369794 -0.3804,0.369794"
+ id="path723_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.8275,0.743408 c -0.58828,0 -1.068711,0.469432 -1.068711,1.044232 0,0.57673 0.480431,1.04424 1.068711,1.04424 0.59024,0 1.06871,-0.46751 1.06871,-1.04424 0,-0.5748 -0.47847,-1.044232 -1.06871,-1.044232 z m 9e-5,2.831902 C 0.819672,3.57531 0,2.77441 0,1.78766 0,0.802817 0.819672,0 1.82759,0 c 1.00989,0 1.82956,0.802817 1.82956,1.78766 0,0.98675 -0.81967,1.78765 -1.82956,1.78765 z"
+ id="path724_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.8275,0.741516 c -0.58828,0 -1.068711,0.469424 -1.068711,1.044234 0,0.57673 0.480431,1.04424 1.068711,1.04424 0.59024,0 1.06871,-0.46751 1.06871,-1.04424 0,-0.57481 -0.47847,-1.044234 -1.06871,-1.044234 z m 9e-5,2.831884 C 0.819672,3.5734 0,2.7725 0,1.78574 0,0.800901 0.819672,0 1.82759,0 2.83748,0 3.65715,0.800901 3.65715,1.78574 3.65715,2.7725 2.83748,3.5734 1.82759,3.5734 Z"
+ id="path725_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.8275,0.743408 c -0.58828,0 -1.068711,0.469432 -1.068711,1.044232 0,0.57673 0.480431,1.04424 1.068711,1.04424 0.59024,0 1.06871,-0.46751 1.06871,-1.04424 0,-0.5748 -0.47847,-1.044232 -1.06871,-1.044232 z m 9e-5,2.831902 C 0.819672,3.57531 0,2.7725 0,1.78766 0,0.802817 0.819672,0 1.82759,0 c 1.00989,0 1.82956,0.802817 1.82956,1.78766 0,0.98484 -0.81967,1.78765 -1.82956,1.78765 z"
+ id="path726_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.8275,0.741516 c -0.58828,0 -1.068711,0.469424 -1.068711,1.044234 0,0.57673 0.480431,1.04616 1.068711,1.04616 0.59024,0 1.06871,-0.46943 1.06871,-1.04616 0,-0.57481 -0.47847,-1.044234 -1.06871,-1.044234 z m 9e-5,2.831884 C 0.819672,3.5734 0,2.7725 0,1.78574 0,0.800901 0.819672,0 1.82759,0 2.83748,0 3.65715,0.800901 3.65715,1.78574 3.65715,2.7725 2.83748,3.5734 1.82759,3.5734 Z"
+ id="path727_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.82945,0.743408 c -0.59024,0 -1.068708,0.467512 -1.068708,1.044232 0,0.57481 0.478468,1.04424 1.068708,1.04424 0.58828,0 1.06871,-0.46943 1.06871,-1.04424 0,-0.57672 -0.48043,-1.044232 -1.06871,-1.044232 z M 1.82955,3.5734 C 0.821633,3.5734 0,2.7725 0,1.78766 0,0.800901 0.821633,0 1.82955,0 2.83748,0 3.65911,0.800901 3.65911,1.78766 3.65911,2.7725 2.83748,3.5734 1.82955,3.5734 Z"
+ id="path728_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739588 c -0.101969,0 -0.198055,-0.042153 -0.27061,-0.11113 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.11113 -0.266687,0.11113"
+ id="path729_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.055991,0.564913 C -0.0538215,0.390555 0.00304566,0.162547 0.181491,0.0533332 0.359936,-0.0520485 0.595249,0.00351638 0.705061,0.177875 0.812913,0.35415 0.758007,0.582158 0.579561,0.689455 0.516811,0.72586 0.448178,0.743104 0.379546,0.743104 0.252085,0.743104 0.126585,0.679875 0.055991,0.564913 Z M 1.98945,3.65931 C 1.88159,3.48112 1.9365,3.25311 2.11495,3.14773 2.29535,3.04043 2.5287,3.09599 2.63656,3.27035 2.74833,3.44471 2.6895,3.67272 2.51106,3.78002 2.45027,3.81834 2.38163,3.83558 2.31496,3.83558 2.1875,3.83558 2.062,3.77235 1.98945,3.65931 Z M 3.92293,6.74988 C 3.81312,6.5736 3.86999,6.3456 4.04843,6.24021 4.2308,6.131 4.46415,6.18657 4.572,6.36284 4.68182,6.5372 4.62495,6.76521 4.4465,6.8725 4.38375,6.90891 4.31512,6.92615 4.24845,6.92615 4.11903,6.92615 3.99549,6.86292 3.92293,6.74988 Z M 5.85848,9.84235 C 5.74867,9.66608 5.80554,9.43615 5.98398,9.33077 6.16243,9.22347 6.39578,9.27904 6.50755,9.4534 6.6154,9.62776 6.5605,9.85576 6.38009,9.96498 6.3193,10.0014 6.25067,10.0186 6.18204,10.0186 6.05457,10.0186 5.92907,9.9554 5.85848,9.84235 Z M 7.7918,12.9329 c -0.10981,-0.1763 -0.0549,-0.4043 0.1255,-0.5097 0.18041,-0.1073 0.41376,-0.0517 0.52357,0.1227 0.10786,0.1743 0.05099,0.4023 -0.12746,0.5096 -0.06275,0.0383 -0.13138,0.0537 -0.19805,0.0537 -0.12942,0 -0.25296,-0.0633 -0.32356,-0.1763 z m 1.93362,3.0924 c -0.10981,-0.1762 -0.05294,-0.4042 0.1255,-0.5115 0.18038,-0.1073 0.41378,-0.0518 0.52358,0.1226 0.1098,0.1743 0.0529,0.4043 -0.1255,0.5116 -0.0628,0.0364 -0.1314,0.0536 -0.1981,0.0536 -0.12938,0 -0.25292,-0.0632 -0.32548,-0.1763 z m 1.93528,3.0906 c -0.1098,-0.1762 -0.0529,-0.4042 0.1255,-0.5096 0.1785,-0.1073 0.4118,-0.0517 0.5216,0.1226 0.1098,0.1744 0.053,0.4024 -0.1255,0.5097 -0.0627,0.0383 -0.1313,0.0536 -0.2,0.0536 -0.1255,0 -0.2529,-0.0632 -0.3216,-0.1763 z m 1.9317,3.0925 c -0.1079,-0.1763 -0.053,-0.4043 0.1275,-0.5116 0.1784,-0.1073 0.4118,-0.0517 0.5235,0.1226 0.1079,0.1763 0.053,0.4043 -0.1274,0.5116 -0.0608,0.0364 -0.1295,0.0556 -0.1981,0.0556 -0.1275,0 -0.253,-0.0652 -0.3255,-0.1782 z"
+ id="path730_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.629895 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0411797,0.17388 0.111773,0.104903 c 0.143149,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.191603 -0.109813,0.262496 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path731_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 13.7177,0.68998 C 13.5393,0.582682 13.4844,0.352759 13.5922,0.176484 c 0.1118,-0.17435881 0.3452,-0.2280077 0.5236,-0.122626 0.1804,0.107298 0.2353,0.337221 0.1275,0.51158 -0.0726,0.114962 -0.1981,0.178191 -0.3256,0.178191 -0.0686,0 -0.1372,-0.01916 -0.2,-0.053649 z m -1.9315,3.09053 c -0.1784,-0.10729 -0.2353,-0.3353 -0.1255,-0.50966 0.1079,-0.17627 0.3412,-0.22992 0.5197,-0.12454 0.1804,0.1073 0.2353,0.3353 0.1274,0.50966 -0.0725,0.11496 -0.1961,0.17819 -0.3255,0.17819 -0.0667,0 -0.1333,-0.01724 -0.1961,-0.05365 z M 9.85092,6.87301 C 9.67248,6.76571 9.61561,6.53579 9.72542,6.36143 9.83524,6.18515 10.0686,6.1315 10.249,6.23688 c 0.1784,0.10922 0.2353,0.33723 0.1255,0.51158 -0.0726,0.11497 -0.1961,0.1782 -0.3255,0.1782 -0.06669,0 -0.13533,-0.01916 -0.19808,-0.05365 z M 7.91543,9.96356 C 7.73698,9.85626 7.68207,9.62825 7.79189,9.45389 7.9017,9.27762 8.13505,9.22397 8.3135,9.32935 8.49194,9.43665 8.54881,9.66466 8.44096,9.83902 8.3684,9.95589 8.2429,10.0191 8.11544,10.0191 c -0.06863,0 -0.1353,-0.0172 -0.20001,-0.05554 z M 5.9838,13.056 C 5.80536,12.9487 5.74849,12.7207 5.85634,12.5464 c 0.10981,-0.1763 0.34317,-0.2319 0.52553,-0.1246 0.17845,0.1073 0.23531,0.3353 0.1255,0.5097 -0.07255,0.1149 -0.19805,0.1782 -0.32551,0.1782 -0.06864,0 -0.13727,-0.0173 -0.19806,-0.0537 z M 4.04843,16.1485 C 3.86999,16.0393 3.81312,15.8113 3.92293,15.6369 4.03275,15.4626 4.26806,15.407 4.4465,15.5124 c 0.17845,0.1073 0.23532,0.3372 0.1255,0.5135 -0.07255,0.113 -0.19609,0.1762 -0.32551,0.1762 -0.06667,0 -0.13531,-0.0172 -0.19806,-0.0536 z m -1.9316,3.0906 C 1.93642,19.1318 1.88151,18.9038 1.98937,18.7294 c 0.10981,-0.1763 0.34316,-0.2318 0.52161,-0.1245 0.17844,0.1073 0.23727,0.3353 0.1255,0.5115 -0.06864,0.1131 -0.1961,0.1763 -0.3216,0.1763 -0.06863,0 -0.13726,-0.0153 -0.19805,-0.0536 z m -1.935339,3.0925 c -0.17844534,-0.1073 -0.2353125,-0.3373 -0.1255,-0.5116 0.107852,-0.1744 0.343164,-0.2299 0.52357,-0.1227 0.178446,0.1073 0.233352,0.3354 0.1255,0.5116 -0.072554,0.1131 -0.198054,0.1763 -0.325515,0.1763 -0.066672,0 -0.137266,-0.0172 -0.198055,-0.0536 z"
+ id="path732_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.200016,-0.03832 -0.27061,-0.109213 C 0.0392187,0.558285 0,0.464399 0,0.364766 0,0.267048 0.0392187,0.173163 0.109812,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.068978 0.111774,0.162863 0.111774,0.260581 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.070893 -0.16864,0.109213 -0.266687,0.109213"
+ id="path733_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.055991,0.565359 C -0.0538215,0.391001 0.00304566,0.161077 0.181491,0.0537791 0.359936,-0.0516026 0.595249,0.00204629 0.705061,0.178321 0.812913,0.35268 0.758007,0.582604 0.5776,0.689901 0.516811,0.726306 0.448178,0.74355 0.379546,0.74355 0.252085,0.74355 0.126585,0.680321 0.055991,0.565359 Z M 1.98937,3.65591 C 1.88151,3.48155 1.93642,3.25355 2.11683,3.14625 2.29527,3.04087 2.52862,3.09451 2.63648,3.27079 2.74825,3.44515 2.69334,3.67316 2.51098,3.78045 2.45215,3.81686 2.38351,3.8341 2.31488,3.8341 2.18742,3.8341 2.06192,3.77087 1.98937,3.65591 Z M 3.92293,6.7484 C 3.81312,6.57404 3.86999,6.34604 4.04843,6.23682 4.22884,6.13144 4.46415,6.18509 4.572,6.36137 4.68182,6.53572 4.62495,6.76565 4.4465,6.87295 4.38375,6.90743 4.31512,6.92659 4.24845,6.92659 4.11903,6.92659 3.99549,6.86337 3.92293,6.7484 Z M 5.85848,9.83896 C 5.74867,9.6646 5.80554,9.43659 5.98398,9.32929 6.16243,9.22391 6.39578,9.27756 6.50755,9.45383 6.61736,9.62819 6.5605,9.8562 6.38205,9.9635 6.3193,10.0018 6.25067,10.0191 6.18204,10.0191 6.05457,10.0191 5.92907,9.95583 5.85848,9.83896 Z M 7.79199,12.9314 C 7.68218,12.7571 7.73905,12.5291 7.91946,12.4218 8.0979,12.3145 8.33125,12.37 8.44106,12.5463 c 0.10786,0.1744 0.05099,0.4024 -0.12746,0.5097 -0.06079,0.0364 -0.12942,0.0536 -0.19805,0.0536 -0.12746,0 -0.25296,-0.0632 -0.32356,-0.1782 z m 1.93343,3.0944 c -0.10981,-0.1763 -0.05294,-0.4062 0.1255,-0.5135 0.18038,-0.1054 0.41568,-0.0498 0.52358,0.1246 0.1098,0.1743 0.0529,0.4023 -0.1255,0.5115 -0.0628,0.0364 -0.1314,0.0537 -0.1981,0.0537 -0.12938,0 -0.25292,-0.0632 -0.32548,-0.1763 z m 1.93528,3.0906 c -0.1098,-0.1763 -0.0529,-0.4043 0.1255,-0.5116 0.1785,-0.1073 0.4118,-0.0517 0.5216,0.1245 0.1098,0.1744 0.053,0.4024 -0.1255,0.5097 -0.0627,0.0383 -0.1313,0.0537 -0.2,0.0537 -0.1255,0 -0.251,-0.0633 -0.3216,-0.1763 z m 1.9317,3.0925 c -0.1079,-0.1763 -0.053,-0.4043 0.1275,-0.5116 0.1784,-0.1073 0.4137,-0.0517 0.5235,0.1226 0.1079,0.1744 0.053,0.4043 -0.1274,0.5116 -0.0608,0.0364 -0.1295,0.0536 -0.1981,0.0536 -0.1275,0 -0.253,-0.0632 -0.3255,-0.1762 z"
+ id="path734_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.537297,0 0.070594,0.068977 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.043141,0.191603 -0.113735,0.262496 -0.070593,0.068977 -0.16864,0.107298 -0.266687,0.107298"
+ id="path735_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 13.7199,0.688915 c -0.1805,-0.107298 -0.2354,-0.335306 -0.1275,-0.51158 0.1118,-0.1743591 0.3451,-0.229924 0.5236,-0.1226263 0.1784,0.1072973 0.2353,0.3353053 0.1274,0.5115803 -0.0725,0.113046 -0.198,0.176275 -0.3255,0.176275 -0.0686,0 -0.1373,-0.017245 -0.198,-0.053649 z M 11.7862,3.77947 C 11.6078,3.67217 11.5509,3.44416 11.6607,3.2698 c 0.1079,-0.17436 0.3412,-0.22992 0.5216,-0.12262 0.1785,0.10538 0.2353,0.33339 0.1255,0.51158 -0.0725,0.11304 -0.198,0.17627 -0.3255,0.17627 -0.0647,0 -0.1353,-0.01724 -0.1961,-0.05556 z M 9.85092,6.87196 C 9.67248,6.76466 9.61561,6.53665 9.72542,6.36229 9.83524,6.18602 10.0705,6.13045 10.249,6.23967 10.4274,6.34505 10.4843,6.57305 10.3745,6.74933 10.3019,6.86238 10.1784,6.9256 10.049,6.9256 9.98231,6.9256 9.91367,6.90836 9.85092,6.87196 Z M 7.91946,9.96443 C 7.73905,9.85521 7.68218,9.62721 7.79199,9.45285 7.90181,9.27849 8.13516,9.22292 8.3136,9.33022 8.49401,9.4356 8.54892,9.66553 8.4391,9.8418 8.36851,9.95485 8.24301,10.0181 8.11555,10.0181 8.04692,10.0181 7.98024,10.0008 7.91946,9.96443 Z M 5.98398,13.055 c -0.17844,-0.1073 -0.23531,-0.3353 -0.1255,-0.5097 0.10785,-0.1743 0.3412,-0.2299 0.52357,-0.1226 0.17845,0.1054 0.23531,0.3334 0.1255,0.5097 -0.07255,0.113 -0.19609,0.1762 -0.32551,0.1762 -0.06668,0 -0.13531,-0.0153 -0.19806,-0.0536 z M 4.04843,16.1475 C 3.86999,16.0402 3.81312,15.8103 3.92293,15.6359 4.03275,15.4615 4.26806,15.406 4.4465,15.5133 c 0.17845,0.1073 0.23532,0.3353 0.1255,0.5115 -0.07059,0.1131 -0.19609,0.1763 -0.32551,0.1763 -0.06667,0 -0.13531,-0.0172 -0.19806,-0.0536 z M 2.11683,19.238 C 1.93642,19.1307 1.88151,18.9027 1.98937,18.7284 c 0.10981,-0.1744 0.34316,-0.23 0.52161,-0.1227 0.17844,0.1054 0.23727,0.3334 0.12746,0.5097 -0.0706,0.113 -0.1961,0.1763 -0.32356,0.1763 -0.06863,0 -0.13726,-0.0154 -0.19805,-0.0537 z M 0.181491,22.3305 C 0.00304566,22.2232 -0.0538215,21.9952 0.055991,21.8189 0.165803,21.6445 0.399155,21.589 0.5776,21.6962 c 0.180407,0.1073 0.235313,0.3354 0.127461,0.5116 -0.072554,0.1131 -0.196093,0.1782 -0.325515,0.1782 -0.066672,0 -0.137266,-0.0191 -0.198055,-0.0555 z"
+ id="path736_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.101969,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0392187,0.55996 0,0.464158 0,0.366441 0,0.268723 0.0392187,0.172922 0.109812,0.102029 c 0.143149,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.070893 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path737_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.055991,0.564373 C -0.0538215,0.388098 0.00304566,0.16009 0.181491,0.0547087 0.359936,-0.052589 0.593288,0.0029759 0.7031,0.177335 0.814874,0.351693 0.758007,0.579701 0.579561,0.686999 0.51485,0.725319 0.448178,0.740648 0.381507,0.740648 0.252085,0.740648 0.126585,0.679335 0.055991,0.564373 Z M 2.15999,3.92698 C 2.05018,3.75262 2.10705,3.52462 2.28549,3.41732 2.46394,3.31002 2.69729,3.36559 2.8071,3.53994 2.91692,3.71622 2.86005,3.94423 2.6816,4.04961 2.61885,4.08793 2.55022,4.10709 2.48355,4.10709 2.35609,4.10709 2.23059,4.04386 2.15999,3.92698 Z M 4.26414,7.28965 C 4.15236,7.11529 4.21119,6.88729 4.38964,6.77999 4.56808,6.67269 4.80339,6.72826 4.91125,6.90262 5.02106,7.07889 4.96419,7.3069 4.78575,7.41228 4.723,7.4506 4.65436,7.46976 4.58769,7.46976 4.45827,7.46976 4.33473,7.40653 4.26414,7.28965 Z m 2.10215,3.36455 c -0.10981,-0.1744 -0.05294,-0.4043 0.1255,-0.5116 0.18041,-0.1054 0.41572,-0.0517 0.52357,0.1245 0.10982,0.1744 0.05295,0.4024 -0.1255,0.5116 -0.06275,0.0364 -0.13138,0.0537 -0.19805,0.0537 -0.12942,0 -0.25296,-0.0633 -0.32552,-0.1782 z m 2.10401,3.3645 c -0.10981,-0.1762 -0.05295,-0.4062 0.1255,-0.5115 0.17844,-0.1073 0.41179,-0.0518 0.52357,0.1226 0.10981,0.1743 0.05294,0.4024 -0.1255,0.5116 -0.06275,0.0364 -0.13138,0.0536 -0.19806,0.0536 -0.12942,0 -0.25492,-0.0632 -0.32551,-0.1763 z m 2.1042,3.3627 C 10.4647,17.207 10.5216,16.9752 10.7,16.8698 c 0.1805,-0.1073 0.4138,-0.0518 0.5217,0.1226 0.1117,0.1763 0.0549,0.4043 -0.1236,0.5116 -0.0647,0.0364 -0.1314,0.0555 -0.198,0.0555 -0.1295,0 -0.253,-0.0632 -0.3256,-0.1781 z"
+ id="path738_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.282375,0.737193 0.182367,0.698872 0.111773,0.629895 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0411797,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.539258,0 0.068633,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.04118,0.191603 -0.109813,0.262496 C 0.580438,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path739_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 10.7,0.6883 C 10.5216,0.582919 10.4647,0.354911 10.5745,0.178636 c 0.1079,-0.17627443 0.3432,-0.2318393 0.5236,-0.1226256 0.1785,0.1072976 0.2353,0.3353056 0.1236,0.5096646 -0.0687,0.114961 -0.1942,0.17819 -0.3236,0.17819 -0.0667,0 -0.1353,-0.01916 -0.1981,-0.055565 z M 8.5958,4.05096 C 8.41735,3.94557 8.36049,3.71757 8.4703,3.54321 8.57815,3.36502 8.81346,3.31137 8.99387,3.41867 9.17231,3.52596 9.22918,3.75397 9.11937,3.92833 9.04681,4.04329 8.92327,4.10652 8.79385,4.10652 8.72718,4.10652 8.65855,4.08736 8.5958,4.05096 Z M 6.49179,7.41547 C 6.31335,7.30818 6.25648,7.08017 6.36629,6.90581 6.47611,6.72953 6.70946,6.67397 6.88986,6.78318 7.06831,6.88856 7.12518,7.11657 7.01536,7.29093 6.94281,7.40589 6.81927,7.46912 6.68985,7.46912 6.62318,7.46912 6.55454,7.45188 6.49179,7.41547 Z M 4.38964,10.7781 C 4.21119,10.6708 4.15236,10.4428 4.26414,10.2685 4.37199,10.0941 4.6073,10.0366 4.78575,10.1458 c 0.17844,0.1054 0.23531,0.3334 0.1255,0.5097 -0.07256,0.113 -0.1961,0.1782 -0.32552,0.1782 -0.06667,0 -0.13334,-0.0173 -0.19609,-0.0556 z m -2.10415,3.3626 c -0.17844,-0.1053 -0.23531,-0.3334 -0.1255,-0.5096 0.10786,-0.1744 0.34317,-0.23 0.52161,-0.1227 0.17845,0.1073 0.23532,0.3353 0.1255,0.5097 -0.07255,0.115 -0.19609,0.1782 -0.32551,0.1782 -0.06471,0 -0.13335,-0.0172 -0.1961,-0.0556 z M 0.181491,17.5053 C 0.00304566,17.398 -0.0538215,17.17 0.055991,16.9956 c 0.107852,-0.1762 0.341203,-0.2299 0.52357,-0.1245 0.178446,0.1073 0.235313,0.3353 0.123539,0.5097 -0.070593,0.1149 -0.194132,0.1782 -0.323554,0.1782 -0.066672,0 -0.135305,-0.0154 -0.198055,-0.0537 z"
+ id="path740_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.170527 0.109812,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path741_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.0573232,0.565675 C -0.0544503,0.391316 0.00241692,0.163308 0.182823,0.0560104 0.363229,-0.0532033 0.596581,0.00236157 0.704433,0.178636 0.814245,0.354911 0.757378,0.582919 0.578933,0.690217 0.516183,0.724705 0.44755,0.743865 0.380878,0.743865 c -0.129422,0 -0.252961,-0.063229 -0.3235548,-0.17819 z M 2.15951,3.92833 C 2.04969,3.75397 2.10656,3.52596 2.28501,3.41867 2.46541,3.31137 2.70073,3.36502 2.80858,3.54321 2.91839,3.71757 2.86152,3.94557 2.68308,4.05287 2.62033,4.08928 2.55169,4.10652 2.48502,4.10652 2.3556,4.10652 2.23206,4.04329 2.15951,3.92833 Z m 2.104,3.36452 C 4.1537,7.11657 4.21057,6.88856 4.38901,6.78318 4.56942,6.67397 4.80277,6.72953 4.91258,6.90581 5.02239,7.08017 4.96553,7.30818 4.78708,7.41547 4.72433,7.45188 4.6557,7.46912 4.58903,7.46912 4.4596,7.46912 4.33607,7.40589 4.26351,7.29285 Z m 2.10411,3.36265 c -0.10785,-0.1744 -0.05294,-0.4024 0.1255,-0.5097 0.18041,-0.1092 0.41376,-0.0517 0.52357,0.1227 0.10981,0.1743 0.05295,0.4023 -0.1255,0.5096 -0.06079,0.0383 -0.13138,0.0556 -0.19805,0.0556 -0.12943,0 -0.25296,-0.0632 -0.32552,-0.1782 z m 2.104,3.3626 c -0.10785,-0.1744 -0.05294,-0.4024 0.1255,-0.5097 0.18041,-0.1073 0.41376,-0.0517 0.52161,0.1227 0.11178,0.1762 0.05295,0.4043 -0.1255,0.5096 -0.06079,0.0384 -0.12942,0.0556 -0.19609,0.0556 -0.12746,0 -0.25296,-0.0632 -0.32552,-0.1782 z m 2.10428,3.3627 c -0.1118,-0.1744 -0.0549,-0.4024 0.1255,-0.5097 0.1804,-0.1054 0.4137,-0.0517 0.5216,0.1245 0.1098,0.1744 0.0529,0.4024 -0.1255,0.5097 -0.0628,0.0383 -0.1314,0.0537 -0.1981,0.0537 -0.1274,0 -0.251,-0.0633 -0.3235,-0.1782 z"
+ id="path742_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.629895 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0411797,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.191603 -0.111774,0.262496 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path743_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 10.7034,0.686999 C 10.521,0.579701 10.4661,0.351693 10.5759,0.177335 10.6857,0.0029759 10.9191,-0.052589 11.0975,0.0547087 11.276,0.16009 11.3328,0.388098 11.223,0.564373 c -0.0706,0.114962 -0.1961,0.178191 -0.3235,0.178191 -0.0667,0 -0.1353,-0.017245 -0.1961,-0.055565 z M 8.59726,4.04961 C 8.41882,3.94423 8.36195,3.71622 8.47176,3.53994 8.58157,3.36559 8.81493,3.31002 8.99337,3.41732 9.17182,3.52462 9.23065,3.75262 9.12083,3.92698 9.04828,4.04386 8.92278,4.10709 8.79728,4.10709 8.72865,4.10709 8.66001,4.08793 8.59726,4.04961 Z M 6.49301,7.41227 C 6.31457,7.30688 6.2577,7.07888 6.36751,6.90452 6.47733,6.72824 6.71068,6.67459 6.89108,6.77998 7.06953,6.88727 7.1264,7.11528 7.01658,7.28964 6.94599,7.40652 6.82049,7.46975 6.69303,7.46975 6.6244,7.46975 6.55576,7.4525 6.49301,7.41227 Z M 4.38912,10.7787 c -0.17845,-0.1092 -0.23336,-0.3372 -0.1255,-0.5115 0.10981,-0.1744 0.34512,-0.23 0.52357,-0.1246 0.17844,0.1073 0.23531,0.3372 0.1255,0.5135 -0.0706,0.1131 -0.1961,0.1763 -0.32356,0.1763 -0.06863,0 -0.13726,-0.0172 -0.20001,-0.0537 z m -2.10411,3.3627 c -0.17845,-0.1092 -0.23532,-0.3373 -0.1255,-0.5116 0.11177,-0.1744 0.34512,-0.2299 0.52357,-0.1226 0.17844,0.1053 0.23531,0.3353 0.1255,0.5115 -0.0706,0.1131 -0.1961,0.1763 -0.32552,0.1763 -0.06667,0 -0.1353,-0.0172 -0.19805,-0.0536 z M 0.182823,17.504 C 0.00241692,17.3967 -0.0544503,17.1687 0.0573232,16.9924 0.167136,16.818 0.400487,16.7625 0.578933,16.8698 c 0.178445,0.1054 0.235312,0.3372 0.1255,0.5116 -0.070594,0.1149 -0.196094,0.1781 -0.325516,0.1781 -0.066672,0 -0.133344,-0.0191 -0.196094,-0.0555 z"
+ id="path744_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.735756 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0392187,0.557565 0,0.463679 0,0.364046 0,0.268244 0.0392187,0.170527 0.109812,0.103466 c 0.143149,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.067061 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.107298 -0.266687,0.107298"
+ id="path745_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.0551203,0.56621 C -0.0527312,0.391851 0.00217502,0.163844 0.18062,0.0546299 0.361027,-0.0526678 0.594378,0.00289711 0.70223,0.179172 0.814003,0.353531 0.757136,0.583454 0.57673,0.688836 0.51398,0.725241 0.447308,0.744401 0.380636,0.744401 0.251214,0.744401 0.127675,0.681172 0.0551203,0.56621 Z M 2.06307,3.77747 C 1.95326,3.60311 2.01013,3.37127 2.18857,3.26589 2.36702,3.15859 2.60233,3.21416 2.71214,3.38852 2.81999,3.56479 2.76509,3.7928 2.58664,3.9001 2.52389,3.9365 2.45526,3.95566 2.38663,3.95566 2.25916,3.95566 2.13366,3.89243 2.06307,3.77747 Z M 4.07115,6.98489 C 3.9633,6.81053 4.01821,6.58252 4.19861,6.47522 4.37706,6.36793 4.61041,6.42349 4.72022,6.59977 4.82807,6.77412 4.77317,7.00213 4.59276,7.10943 4.53197,7.14775 4.46334,7.16308 4.39667,7.16308 4.26921,7.16308 4.14371,7.09985 4.07115,6.98489 Z M 6.07918,10.1962 C 5.96937,10.0218 6.02624,9.79379 6.20468,9.68457 6.38313,9.57728 6.61648,9.63284 6.72825,9.80912 6.83807,9.98347 6.7812,10.2115 6.60275,10.3188 6.54,10.3552 6.47137,10.3743 6.4047,10.3743 c -0.12942,0 -0.25296,-0.0632 -0.32552,-0.1781 z m 2.00589,3.2094 c -0.10785,-0.1744 -0.05295,-0.4043 0.12746,-0.5097 0.17845,-0.1073 0.41376,-0.0517 0.52357,0.1226 0.10785,0.1744 0.05295,0.4043 -0.12746,0.5097 -0.06079,0.0383 -0.12942,0.0556 -0.19806,0.0556 -0.12746,0 -0.25296,-0.0633 -0.32551,-0.1782 z"
+ id="path746_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.282375,0.737193 0.184328,0.698872 0.113734,0.629895 0.0431406,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0431406,0.17388 0.113734,0.104903 c 0.139227,-0.1398706 0.394149,-0.1398706 0.537297,0 0.070594,0.068977 0.109813,0.162862 0.109813,0.262496 0,0.097717 -0.039219,0.191603 -0.109813,0.262496 -0.072554,0.068977 -0.16864,0.107298 -0.270609,0.107298"
+ id="path747_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 8.21351,0.686148 C 8.0331,0.580766 7.97819,0.352759 8.08605,0.176484 8.19782,0.00212519 8.43117,-0.0515237 8.60962,0.053858 8.78806,0.161156 8.84493,0.389163 8.73708,0.563522 8.66452,0.678484 8.53902,0.741713 8.41156,0.741713 8.34293,0.741713 8.2743,0.724469 8.21351,0.686148 Z M 6.20542,3.89741 C 6.02697,3.79203 5.9701,3.56019 6.07992,3.38583 6.18777,3.21147 6.42112,3.15591 6.60349,3.2632 6.78193,3.37242 6.8388,3.60043 6.72899,3.77478 6.65643,3.88975 6.53289,3.95298 6.40347,3.95298 6.3368,3.95298 6.26817,3.93382 6.20542,3.89741 Z M 4.19935,7.10871 C 4.01894,6.99949 3.96403,6.77148 4.07189,6.59713 4.1817,6.42277 4.41505,6.3672 4.59349,6.47258 4.77194,6.57988 4.82881,6.80789 4.71899,6.98608 4.6484,7.09913 4.5229,7.16235 4.3974,7.16235 4.32877,7.16235 4.26014,7.14511 4.19935,7.10871 Z M 2.18955,10.318 C 2.0111,10.2107 1.95424,9.9827 2.06405,9.80642 2.17386,9.63207 2.40721,9.5765 2.58566,9.6838 c 0.1804,0.1073 0.23531,0.3353 0.12746,0.5097 -0.07256,0.1149 -0.19806,0.1782 -0.32552,0.1782 -0.06863,0 -0.13726,-0.0192 -0.19805,-0.0537 z M 0.181491,13.5274 C 0.00304566,13.4201 -0.0538215,13.192 0.055991,13.0158 0.165803,12.8414 0.399155,12.7859 0.5776,12.8931 c 0.180407,0.1073 0.237274,0.3373 0.1255,0.5116 -0.068632,0.115 -0.194132,0.1782 -0.321593,0.1782 -0.068633,0 -0.137266,-0.0191 -0.200016,-0.0555 z"
+ id="path748_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.200016,-0.040237 -0.27061,-0.107298 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.067061 -0.16864,0.107298 -0.266687,0.107298"
+ id="path749_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.055991,0.563443 C -0.0538215,0.389084 0.00304566,0.161077 0.181491,0.0537791 0.359936,-0.0516026 0.593288,0.00204629 0.705061,0.178321 0.812913,0.35268 0.758007,0.580688 0.579561,0.686069 0.516811,0.72439 0.448178,0.741634 0.379546,0.741634 0.252085,0.741634 0.126585,0.678405 0.055991,0.563443 Z M 2.06391,3.77472 C 1.95214,3.60037 2.00901,3.37044 2.18941,3.26314 2.36982,3.15585 2.60317,3.21141 2.71102,3.38577 2.82084,3.56013 2.76397,3.79197 2.58552,3.89735 2.52277,3.93375 2.45414,3.95291 2.38747,3.95291 2.25805,3.95291 2.13451,3.88777 2.06391,3.77472 Z M 4.0721,6.98405 C 3.96229,6.80778 4.01916,6.57977 4.1976,6.47439 4.37605,6.36709 4.6094,6.42265 4.71921,6.59701 4.82903,6.77137 4.77412,6.99938 4.59371,7.10859 4.53096,7.145 4.46429,7.16224 4.39762,7.16224 4.2682,7.16224 4.1427,7.09901 4.0721,6.98405 Z M 6.07799,10.1934 C 5.97014,10.019 6.02504,9.79103 6.20545,9.68374 6.3839,9.57644 6.61725,9.632 6.72706,9.80636 6.83687,9.98264 6.78197,10.2106 6.60156,10.316 6.54077,10.3524 6.47214,10.3716 6.4035,10.3716 c -0.12746,0 -0.25296,-0.0632 -0.32551,-0.1782 z m 2.01009,3.2113 c -0.11177,-0.1763 -0.0549,-0.4062 0.1255,-0.5116 0.17845,-0.1073 0.4118,-0.0517 0.52161,0.1226 0.10982,0.1763 0.05295,0.4043 -0.1255,0.5116 -0.06275,0.0364 -0.13138,0.0536 -0.19805,0.0536 -0.12942,0 -0.25296,-0.0613 -0.32356,-0.1762 z"
+ id="path750_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.278453,0.737193 0.182367,0.698872 0.111773,0.629895 0.0392188,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.539258,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.262496 C 0.576516,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path751_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 8.21358,0.687985 C 8.03318,0.582604 7.97631,0.35268 8.08808,0.178321 8.19594,0.00204629 8.42929,-0.0516026 8.60969,0.0537791 8.78814,0.162993 8.84501,0.391001 8.73519,0.565359 8.66264,0.680321 8.5391,0.74355 8.40968,0.74355 8.34497,0.74355 8.27633,0.72439 8.21358,0.687985 Z M 6.20357,3.89924 C 6.02512,3.79194 5.97022,3.56394 6.07807,3.38766 6.18984,3.2133 6.42319,3.15774 6.60164,3.26504 6.78009,3.37042 6.83695,3.60226 6.7291,3.77662 6.65655,3.89158 6.53105,3.95481 6.40359,3.95481 6.33495,3.95481 6.26632,3.93565 6.20357,3.89924 Z M 4.1976,7.10857 C 4.01916,7.00128 3.96229,6.77327 4.0721,6.59891 4.17996,6.42264 4.41331,6.36707 4.59371,6.47437 4.77412,6.58167 4.82903,6.80967 4.71921,6.98595 4.64666,7.09899 4.52508,7.16222 4.39566,7.16222 4.32899,7.16222 4.26035,7.1469 4.1976,7.10857 Z M 2.18952,10.3179 C 2.00911,10.2106 1.95421,9.98262 2.06402,9.80826 2.17383,9.63199 2.40719,9.57642 2.58563,9.68372 c 0.17845,0.10921 0.23531,0.33718 0.1255,0.51158 -0.07059,0.115 -0.19609,0.1782 -0.32355,0.1782 -0.06864,0 -0.13727,-0.0192 -0.19806,-0.0556 z m -2.008029,3.2094 c -0.17844534,-0.1054 -0.2353125,-0.3353 -0.1255,-0.5096 0.107852,-0.1744 0.343164,-0.23 0.52357,-0.1227 0.178446,0.1054 0.233352,0.3353 0.1255,0.5097 -0.072554,0.115 -0.198054,0.1782 -0.325515,0.1782 -0.066672,0 -0.135305,-0.0172 -0.198055,-0.0556 z"
+ id="path752_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.072554,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path753_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.0559103,0.566289 C -0.0539022,0.388098 0.00296502,0.16009 0.183371,0.0547087 0.361817,-0.052589 0.595168,0.0029759 0.70302,0.177335 0.812832,0.351693 0.755965,0.579701 0.57752,0.686999 0.51477,0.725319 0.446137,0.742564 0.379465,0.742564 0.250043,0.742564 0.126504,0.679335 0.0559103,0.566289 Z M 1.92855,3.56104 C 1.81874,3.38477 1.8756,3.15484 2.05405,3.04946 2.23446,2.94216 2.46781,2.99773 2.57762,3.17209 2.68743,3.34644 2.63057,3.57445 2.45212,3.68367 2.39133,3.72007 2.3227,3.73731 2.25407,3.73731 2.1266,3.73731 2.0011,3.67409 1.92855,3.56104 Z M 3.80331,6.55579 C 3.69349,6.38143 3.75036,6.15151 3.92881,6.04421 4.10921,5.93691 4.34256,5.99248 4.45041,6.16684 4.56023,6.3412 4.50336,6.57304 4.32491,6.67842 4.26413,6.71482 4.19549,6.73398 4.12686,6.73398 3.9994,6.73398 3.87586,6.66884 3.80331,6.55579 Z M 5.67586,9.55054 C 5.56605,9.37426 5.62292,9.14817 5.80136,9.04087 5.98177,8.93166 6.21708,8.98722 6.32493,9.1635 6.43475,9.33786 6.37788,9.56778 6.19943,9.67316 6.13668,9.70957 6.06805,9.72873 6.00138,9.72873 5.87196,9.72873 5.74842,9.6655 5.67586,9.55054 Z"
+ id="path754_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.278453,0.737193 0.182367,0.698872 0.111773,0.629895 0.0392188,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0392188,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.262496 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path755_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 5.80136,0.689901 C 5.62292,0.580687 5.56605,0.35268 5.67586,0.178321 5.78568,0.00204629 6.02099,-0.0516026 6.19943,0.0537791 6.37788,0.161077 6.43475,0.391001 6.32493,0.565359 6.25434,0.680321 6.12884,0.74355 6.00138,0.74355 5.93275,0.74355 5.86411,0.72439 5.80136,0.689901 Z M 3.92881,3.68465 C 3.75036,3.57735 3.69349,3.34743 3.80331,3.17307 3.91312,2.9968 4.14647,2.94315 4.32491,3.04853 4.50336,3.15774 4.56023,3.38575 4.45041,3.56011 4.37982,3.67507 4.25432,3.7383 4.12686,3.7383 4.06019,3.7383 3.99156,3.72106 3.92881,3.68465 Z M 2.05604,6.67942 C 1.87563,6.57212 1.82072,6.34411 1.92857,6.16784 2.03839,5.99156 2.2737,5.93791 2.45215,6.04521 2.63059,6.15251 2.68746,6.38052 2.57765,6.55488 2.50705,6.66984 2.38155,6.73307 2.25409,6.73307 2.18546,6.73307 2.11682,6.71582 2.05604,6.67942 Z M 0.183371,9.67419 C 0.00296502,9.56689 -0.0539022,9.33888 0.0559103,9.16452 0.165723,8.98825 0.399074,8.93268 0.57752,9.03998 0.755965,9.14728 0.812832,9.37529 0.704981,9.55156 0.632426,9.66461 0.506926,9.72784 0.379465,9.72784 0.310832,9.72784 0.24416,9.71251 0.183371,9.67419 Z"
+ id="path756_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739109 c -0.101969,0 -0.200016,-0.040237 -0.27061,-0.11113 C 0.0392187,0.560918 0,0.465116 0,0.367399 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.26058 -0.070593,0.070893 -0.16864,0.11113 -0.266687,0.11113"
+ id="path757_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.055991,0.565438 C -0.0538215,0.391079 0.00304566,0.161156 0.181491,0.053858 0.359936,-0.0515237 0.59721,0.00212519 0.705061,0.176484 0.814874,0.352759 0.758007,0.580766 0.579561,0.688064 0.516811,0.724469 0.448178,0.743629 0.381507,0.743629 0.252085,0.743629 0.128546,0.6804 0.055991,0.565438 Z M 1.93075,3.56019 C 1.82093,3.38583 1.8778,3.15782 2.05625,3.04861 2.23469,2.94323 2.47,2.99688 2.57786,3.17123 2.68963,3.34751 2.6308,3.57743 2.45236,3.68473 2.38961,3.71922 2.32293,3.73838 2.25626,3.73838 2.12684,3.73838 2.0033,3.67515 1.93075,3.56019 Z M 3.80331,6.55494 C 3.69349,6.38058 3.75036,6.15257 3.92881,6.04527 4.10725,5.93797 4.34256,5.99162 4.45238,6.1679 4.56219,6.34417 4.50532,6.57218 4.32688,6.67948 4.26413,6.71588 4.19549,6.73313 4.12882,6.73313 3.9994,6.73313 3.8739,6.6699 3.80331,6.55494 Z M 5.67806,9.54971 C 5.56825,9.37535 5.62512,9.14734 5.80356,9.04004 5.98201,8.93274 6.21536,8.98831 6.32517,9.16458 6.43498,9.33894 6.38008,9.56695 6.19967,9.67425 6.13888,9.71257 6.07025,9.7279 6.00162,9.7279 5.87416,9.7279 5.74866,9.66467 5.67806,9.54971 Z"
+ id="path758_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.113734,0.629895 0.0431406,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0431406,0.17388 0.113734,0.104903 c 0.139227,-0.1398706 0.394149,-0.1398706 0.537297,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.191603 -0.109813,0.262496 -0.072554,0.068977 -0.16864,0.107298 -0.270609,0.107298"
+ id="path759_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 5.80356,0.686999 C 5.62512,0.579701 5.56825,0.351693 5.67806,0.177335 5.78591,0.0029759 6.01926,-0.052589 6.19967,0.0547087 6.38008,0.16009 6.43694,0.388098 6.32517,0.566289 6.25458,0.679335 6.13104,0.742564 6.00162,0.742564 5.93494,0.742564 5.86631,0.725319 5.80356,0.686999 Z M 3.92881,3.68367 C 3.75036,3.57445 3.69349,3.34644 3.80331,3.17209 3.91312,2.99773 4.14647,2.94216 4.32688,3.04946 4.50532,3.15484 4.56219,3.38477 4.45238,3.55912 4.37982,3.67409 4.25628,3.73731 4.12686,3.73731 4.06019,3.73731 3.99156,3.72007 3.92881,3.68367 Z M 2.05625,6.67842 C 1.8778,6.57112 1.82093,6.3412 1.93075,6.16684 2.0386,5.99248 2.27391,5.93691 2.45236,6.04421 2.6308,6.15151 2.68963,6.37952 2.57786,6.55579 2.50726,6.66884 2.38372,6.73207 2.2543,6.73207 2.18763,6.73207 2.119,6.71482 2.05625,6.67842 Z M 0.181491,9.67316 C 0.00304566,9.56778 -0.0538215,9.33786 0.055991,9.1635 0.165803,8.98722 0.401116,8.93166 0.579561,9.04087 0.758007,9.14626 0.814874,9.37618 0.705061,9.55054 0.634468,9.6655 0.508968,9.72873 0.379546,9.72873 0.312874,9.72873 0.244241,9.70957 0.181491,9.67316 Z"
+ id="path760_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737433 c -0.101969,0 -0.198055,-0.03832 -0.27061,-0.109213 C 0.0392187,0.559243 0,0.465357 0,0.36764 0,0.269922 0.0392187,0.174121 0.109812,0.105143 0.252961,-0.0347268 0.503961,-0.0347268 0.647109,0.103227 0.717703,0.174121 0.758883,0.269922 0.758883,0.36764 c 0,0.097717 -0.04118,0.191603 -0.111774,0.26058 -0.070593,0.070893 -0.16864,0.109213 -0.266687,0.109213"
+ id="path761_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.0550396,0.564824 C -0.052812,0.390465 0.00209425,0.162458 0.1825,0.05516 0.360946,-0.0521377 0.596258,0.00151116 0.706071,0.177786 0.813922,0.354061 0.759016,0.582068 0.57861,0.689366 0.517821,0.723855 0.449188,0.743015 0.380555,0.743015 0.253094,0.743015 0.127594,0.679786 0.0550396,0.564824 Z M 2.2867,4.13056 C 2.17689,3.9562 2.23376,3.72628 2.4122,3.61898 2.59065,3.51168 2.82596,3.56725 2.93577,3.7416 3.04559,3.91596 2.98872,4.14589 2.80831,4.25318 2.74752,4.28959 2.67889,4.30875 2.61222,4.30875 2.4828,4.30875 2.35926,4.2436 2.2867,4.13056 Z"
+ id="path762_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.184328,0.698872 0.111773,0.629895 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0411797,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.262496 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path763_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.41172,0.689455 C 2.23327,0.582158 2.1764,0.35415 2.28622,0.177875 2.39407,0.00351638 2.62742,-0.0520485 2.80782,0.0533332 2.98823,0.162547 3.0451,0.390555 2.93529,0.564913 2.86273,0.679875 2.73919,0.743104 2.60977,0.743104 2.5431,0.743104 2.47447,0.72586 2.41172,0.689455 Z M 0.182044,4.25325 C 0.00359879,4.14595 -0.0532684,3.91794 0.0545832,3.74167 0.164396,3.56731 0.399708,3.51174 0.578153,3.61904 0.75856,3.72634 0.813466,3.95626 0.705614,4.13062 0.63306,4.24558 0.50756,4.30881 0.380099,4.30881 0.311466,4.30881 0.242833,4.28965 0.182044,4.25325 Z"
+ id="path764_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739109 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.365483 0,0.269681 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.394149,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path765_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.0564528,0.567275 C -0.0533597,0.391 0.00154659,0.162993 0.181953,0.0537791 0.362359,-0.0516026 0.595711,0.00204629 0.705523,0.178321 0.813375,0.354596 0.756507,0.582604 0.578062,0.689901 0.517273,0.726306 0.44864,0.74355 0.380008,0.74355 0.252547,0.74355 0.127047,0.680321 0.0564528,0.567275 Z M 2.28408,4.13111 C 2.17622,3.95483 2.23309,3.72491 2.41154,3.61953 2.58998,3.51223 2.82529,3.5678 2.93511,3.74215 3.04296,3.91843 2.98805,4.14644 2.80765,4.25373 2.74686,4.29014 2.67822,4.3093 2.60959,4.3093 2.48213,4.3093 2.35663,4.24607 2.28408,4.13111 Z"
+ id="path766_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.282375,0.737193 0.182367,0.698872 0.111773,0.629895 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0411797,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.262496 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path767_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.41154,0.68745 C 2.23309,0.582068 2.17622,0.354061 2.28408,0.177786 2.39389,0.00151116 2.6292,-0.0521377 2.80765,0.05516 2.98805,0.162458 3.04296,0.390465 2.93511,0.564824 2.86255,0.679786 2.73705,0.743015 2.60959,0.743015 2.54096,0.743015 2.47233,0.723855 2.41154,0.68745 Z M 0.181953,4.25318 C 0.00154659,4.14589 -0.0533597,3.91596 0.0564528,3.7416 0.166265,3.56725 0.399617,3.51168 0.578062,3.61898 0.756507,3.72628 0.813375,3.95428 0.705523,4.13056 0.632968,4.2436 0.507468,4.30683 0.380008,4.30683 0.311375,4.30683 0.242742,4.28959 0.181953,4.25318 Z"
+ id="path768_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738871 c -0.101969,0 -0.198055,-0.042153 -0.27061,-0.109214 C 0.0392187,0.56068 0,0.462962 0,0.365245 0,0.269443 0.0392187,0.171725 0.109812,0.102748 c 0.141188,-0.1360378 0.39611,-0.1379538 0.537297,0 0.070594,0.068977 0.111774,0.166695 0.111774,0.262497 0,0.097717 -0.04118,0.195435 -0.111774,0.264412 -0.070593,0.067061 -0.16864,0.109214 -0.266687,0.109214"
+ id="path769_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.055991,0.565675 C -0.0538215,0.3894 0.00304566,0.161392 0.181491,0.0560104 0.361897,-0.0532033 0.59721,0.00236157 0.705061,0.178636 0.814874,0.352995 0.758007,0.581003 0.579561,0.6883 0.516811,0.724705 0.448178,0.741949 0.381507,0.741949 0.252085,0.741949 0.128546,0.67872 0.055991,0.565675"
+ id="path770_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.537297,0 0.070594,0.068977 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.043141,0.191603 -0.113735,0.262496 -0.070593,0.068977 -0.16864,0.107298 -0.266687,0.107298"
+ id="path771_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.181491,0.689455 C 0.00304566,0.580242 -0.0538215,0.352234 0.055991,0.177875 0.167764,0.00351638 0.401116,-0.0520485 0.579561,0.0533332 0.758007,0.160631 0.814874,0.390555 0.705061,0.566829 0.634468,0.679875 0.508968,0.743104 0.379546,0.743104 0.312874,0.743104 0.244241,0.72586 0.181491,0.689455"
+ id="path772_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.198055,-0.03832 -0.27061,-0.109213 C 0.0392187,0.558285 0,0.464399 0,0.364766 0,0.267048 0.0392187,0.171246 0.109812,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.067061 0.111774,0.162863 0.111774,0.260581 0,0.099633 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.070893 -0.16864,0.109213 -0.266687,0.109213"
+ id="path773_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.055991,0.566829 C -0.0538215,0.390555 0.00304566,0.160631 0.181491,0.0533332 0.359936,-0.0520485 0.595249,0.00351638 0.705061,0.177875 0.814874,0.352234 0.758007,0.580242 0.579561,0.689455 0.516811,0.72586 0.448178,0.743104 0.381507,0.743104 c -0.129422,0 -0.252961,-0.063229 -0.325516,-0.176275"
+ id="path774_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.3765,0.737193 C 0.278453,0.737193 0.180406,0.698872 0.109812,0.629895 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.139227,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.262496 C 0.576516,0.698872 0.478469,0.737193 0.3765,0.737193"
+ id="path775_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.181491,0.6883 C 0.00304566,0.581003 -0.0538215,0.352995 0.055991,0.178636 0.165803,0.00236157 0.401116,-0.0532033 0.579561,0.0560104 0.758007,0.161392 0.814874,0.3894 0.705061,0.563758 0.634468,0.67872 0.508968,0.741949 0.379546,0.741949 0.312874,0.741949 0.244241,0.724705 0.181491,0.6883"
+ id="path776_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path777_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737193 C 0.280414,0.737193 0.180406,0.698872 0.111773,0.629895 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0411797,0.17388 0.111773,0.104903 c 0.139227,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.262496 C 0.578477,0.698872 0.478469,0.737193 0.378461,0.737193"
+ id="path778_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.101969,0 -0.198055,-0.042153 -0.27061,-0.109214 C 0.0392187,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.171006 0.109812,0.102029 c 0.143149,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.067061 -0.16864,0.109214 -0.266687,0.109214"
+ id="path779_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.27061,-0.107297 C 0.0392187,0.558285 0,0.464399 0,0.366682 0,0.268964 0.0392187,0.173163 0.109812,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.539258,0 0.068633,0.068978 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.043141,0.191603 -0.111774,0.262496 C 0.578477,0.698155 0.478469,0.736475 0.380422,0.736475"
+ id="path780_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 21.3213,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 21.3213 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path781_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.537297,0 0.072555,0.068977 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.04118,0.191603 -0.113735,0.262496 -0.068632,0.068977 -0.16864,0.107298 -0.266687,0.107298"
+ id="path782_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.172562,0 0.380422,0 c 0.211781,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.168641,0.369794 -0.380422,0.369794 C 0.172562,0.741504 0,0.576725 0,0.37171 Z m 1.63354,0 C 1.63354,0.166695 1.80219,0 2.01397,0 c 0.20786,0 0.37846,0.166695 0.37846,0.37171 0,0.205015 -0.1706,0.369794 -0.37846,0.369794 -0.21178,0 -0.38043,-0.164779 -0.38043,-0.369794 z m 1.6294,0 C 3.26294,0.166695 3.4355,0 3.64336,0 c 0.21178,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.16864,0.369794 -0.38042,0.369794 -0.20786,0 -0.38042,-0.164779 -0.38042,-0.369794 z m 1.63354,0 C 4.89648,0.166695 5.06513,0 5.27691,0 c 0.20786,0 0.37846,0.166695 0.37846,0.37171 0,0.205015 -0.1706,0.369794 -0.37846,0.369794 -0.21178,0 -0.38043,-0.164779 -0.38043,-0.369794 z"
+ id="path783_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.629895 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0411797,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.072555,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.039219,0.191603 -0.111774,0.262496 C 0.578477,0.698872 0.482391,0.737193 0.380422,0.737193"
+ id="path784_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380802,10.7101 c -0.121578,0 -0.241195,-0.0574 -0.31375,-0.1609 -0.1196172,-0.1686 -0.0745156,-0.4005 0.098047,-0.5173 L 7.11858,5.35484 0.165099,0.677806 C -0.0074636,0.560929 -0.0525652,0.329089 0.067052,0.160478 0.186669,-0.0081325 0.421982,-0.0502852 0.594544,0.0646767 L 8.00493,5.04827 c 0.10393,0.06898 0.16472,0.18394 0.16472,0.30657 0,0.12262 -0.06079,0.23567 -0.16472,0.30465 L 0.594544,10.6431 c -0.064711,0.046 -0.139226,0.067 -0.213742,0.067"
+ id="path785_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.92995,0.74342 H 0.380422 C 0.168641,0.74342 0,0.576725 0,0.37171 0,0.166695 0.168641,0 0.380422,0 H 6.92995 c 0.20982,0 0.38043,0.166695 0.38043,0.37171 0,0.205015 -0.17061,0.37171 -0.38043,0.37171"
+ id="path786_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.38133,5.03103 C 0.259751,5.03103 0.140134,4.97546 0.0675795,4.87008 -0.0520377,4.70147 -0.00889704,4.46963 0.165626,4.35275 L 2.89721,2.51528 0.165626,0.677806 C -0.00889704,0.560929 -0.0520377,0.329089 0.0675795,0.160478 0.185236,-0.0081325 0.422509,-0.0502852 0.595072,0.0646767 L 3.78356,2.21063 c 0.10196,0.06898 0.16471,0.18202 0.16471,0.30465 0,0.12263 -0.06275,0.23759 -0.16471,0.30656 L 0.595072,4.96588 C 0.530361,5.00995 0.453884,5.03103 0.38133,5.03103"
+ id="path787_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.92995,0.741504 H 0.380422 C 0.168641,0.741504 0,0.576725 0,0.369794 0,0.164779 0.168641,0 0.380422,0 H 6.92995 c 0.20982,0 0.38043,0.164779 0.38043,0.369794 0,0.206931 -0.17061,0.37171 -0.38043,0.37171"
+ id="path788_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.38133,5.02995 C 0.259751,5.02995 0.140134,4.97439 0.0675795,4.86901 -0.0520377,4.70039 -0.00889704,4.47047 0.165626,4.35359 L 2.89721,2.5142 0.165626,0.67673 C -0.00889704,0.561768 -0.0520377,0.329929 0.0675795,0.161318 0.185236,-0.00729269 0.422509,-0.0513614 0.595072,0.0655165 L 3.78356,2.20955 c 0.10196,0.06898 0.16471,0.18394 0.16471,0.30465 0,0.12263 -0.06275,0.23759 -0.16471,0.30657 L 0.595072,4.96481 C 0.530361,5.00888 0.453884,5.02995 0.38133,5.02995"
+ id="path789_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.92995,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 6.92995 c 0.20982,0 0.38043,0.166695 0.38043,0.37171 0,0.205015 -0.17061,0.37171 -0.38043,0.37171"
+ id="path790_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380802,5.03187 C 0.259224,5.03187 0.141568,4.97439 0.067052,4.87092 -0.0525652,4.70231 -0.0074636,4.47047 0.165099,4.35359 L 2.89668,2.51612 0.165099,0.67673 C -0.0074636,0.561768 -0.0525652,0.329929 0.067052,0.161318 0.186669,-0.00729269 0.421982,-0.0513614 0.594544,0.0655165 L 3.78303,2.20955 c 0.10393,0.06898 0.16472,0.18394 0.16472,0.30657 0,0.12263 -0.06079,0.23567 -0.16472,0.30465 L 0.594544,4.96672 C 0.529833,5.01079 0.455318,5.03187 0.380802,5.03187"
+ id="path791_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.75691,0.743408 c -0.54907,0 -0.998121,0.436852 -0.998121,0.973342 0,0.53841 0.449051,0.97526 0.998121,0.97526 0.55102,0 0.99811,-0.43685 0.99811,-0.97526 0,-0.53649 -0.44709,-0.973342 -0.99811,-0.973342 z M 1.757,3.43544 C 0.788297,3.43544 0,2.6652 0,1.71676 0,0.770244 0.788297,0 1.757,0 2.7257,0 3.51596,0.770244 3.51596,1.71676 3.51596,2.6652 2.7257,3.43544 1.757,3.43544 Z"
+ id="path792_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.75691,0.743408 c -0.54907,0 -0.998121,0.436852 -0.998121,0.973342 0,0.53841 0.449051,0.97526 0.998121,0.97526 0.55102,0 0.99811,-0.43685 0.99811,-0.97526 0,-0.53649 -0.44709,-0.973342 -0.99811,-0.973342 z M 1.757,3.43544 C 0.788297,3.43544 0,2.6652 0,1.71676 0,0.770244 0.788297,0 1.757,0 2.7257,0 3.514,0.770244 3.514,1.71676 3.514,2.6652 2.7257,3.43544 1.757,3.43544 Z"
+ id="path793_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.75886,0.741516 c -0.55102,0 -0.998118,0.438774 -0.998118,0.975264 0,0.5384 0.447098,0.97526 0.998118,0.97526 0.54906,0 0.99616,-0.43686 0.99616,-0.97526 0,-0.53649 -0.4471,-0.975264 -0.99616,-0.975264 z m 10e-5,2.692014 C 0.788297,3.43353 0,2.66328 0,1.71676 0,0.770244 0.788297,0 1.75896,0 c 0.9687,0 1.757,0.770244 1.757,1.71676 0,0.94652 -0.7883,1.71677 -1.757,1.71677 z"
+ id="path794_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.760742,4.82649 H 18.6876 V 0.741516 H 0.760742 Z M 19.0662,5.56798 H 0.380422 C 0.170602,5.56798 0,5.40321 0,5.19819 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 19.0662 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 v 4.82648 c 0,0.20502 -0.1706,0.36979 -0.3804,0.36979 z"
+ id="path795_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.28823,0.741516 c -0.292175,0 -0.527488,0.23184 -0.527488,0.515414 0,0.28357 0.235313,0.51541 0.527488,0.51541 0.29022,0 0.52554,-0.23184 0.52554,-0.51541 0,-0.283574 -0.23532,-0.515414 -0.52554,-0.515414 z M 1.28834,2.51575 C 0.578477,2.51575 0,1.95052 0,1.25692 0,0.563313 0.578477,0 1.28834,0 1.9982,0 2.57471,0.563313 2.57471,1.25692 c 0,0.6936 -0.57651,1.25883 -1.28637,1.25883 z"
+ id="path796_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.180406,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path797_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.574809 0,0.369794 Z m 1.54517,0 C 1.54517,0.164779 1.71577,0 1.92559,0 c 0.20982,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z"
+ id="path798_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738392 c -0.101969,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0392187,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0392187,0.173163 0.109812,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.068978 0.113735,0.164779 0.113735,0.262497 0,0.097717 -0.043141,0.193519 -0.113735,0.262496 -0.068632,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path799_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.760742,4.82649 H 18.6876 V 0.741516 H 0.760742 Z M 19.0662,5.56798 H 0.380422 C 0.170602,5.56798 0,5.40129 0,5.19627 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 H 19.0662 c 0.2098,0 0.3804,0.164779 0.3804,0.369794 V 5.19627 c 0,0.20502 -0.1706,0.37171 -0.3804,0.37171 z"
+ id="path800_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.28823,0.743408 c -0.292175,0 -0.527488,0.23184 -0.527488,0.515412 0,0.28357 0.235313,0.51541 0.527488,0.51541 0.29022,0 0.52554,-0.23184 0.52554,-0.51541 0,-0.283572 -0.23532,-0.515412 -0.52554,-0.515412 z M 1.28834,2.51575 C 0.578477,2.51575 0,1.95244 0,1.25883 0,0.565229 0.578477,0 1.28834,0 1.9982,0 2.57471,0.565229 2.57471,1.25883 c 0,0.69361 -0.57651,1.25692 -1.28637,1.25692 z"
+ id="path801_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.73935 C 0.280414,0.73935 0.180406,0.699113 0.111773,0.62822 0.0411797,0.561159 0,0.465357 0,0.36764 0,0.269922 0.0411797,0.174121 0.111773,0.105143 0.252961,-0.0347268 0.505922,-0.0347268 0.64907,0.103227 0.719664,0.174121 0.760844,0.269922 0.760844,0.36764 c 0,0.097717 -0.04118,0.193519 -0.111774,0.26058 C 0.578477,0.699113 0.48043,0.73935 0.380422,0.73935"
+ id="path802_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.211781,0 0.380422,0.166695 0.380422,0.37171 0,0.203099 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.574809 0,0.37171 Z m 1.54517,0 C 1.54517,0.166695 1.71577,0 1.92559,0 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.203099 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.168611 -0.38042,-0.37171 z"
+ id="path803_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.73863 C 0.278453,0.73863 0.180406,0.698393 0.109812,0.6275 0.0392187,0.560439 0,0.464637 0,0.36692 0,0.269202 0.0392187,0.173401 0.109812,0.104424 0.252961,-0.0354466 0.507883,-0.0335305 0.647109,0.102508 0.717703,0.173401 0.760844,0.267286 0.760844,0.36692 0.760844,0.464637 0.717703,0.560439 0.647109,0.6275 0.578477,0.698393 0.48043,0.73863 0.380422,0.73863"
+ id="path804_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.760742,4.82647 H 18.6876 V 0.743408 H 0.760742 Z M 19.0662,5.5699 H 0.380422 C 0.170602,5.5699 0,5.40321 0,5.19819 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 19.0662 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 v 4.82648 c 0,0.20502 -0.1706,0.37171 -0.3804,0.37171 z"
+ id="path805_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.28823,0.741516 c -0.292175,0 -0.527488,0.23184 -0.527488,0.515414 0,0.28549 0.235313,0.51541 0.527488,0.51541 0.29022,0 0.52554,-0.22992 0.52554,-0.51541 0,-0.283574 -0.23532,-0.515414 -0.52554,-0.515414 z M 1.28834,2.51575 C 0.578477,2.51575 0,1.95052 0,1.25692 0,0.563313 0.578477,0 1.28834,0 1.9982,0 2.57471,0.563313 2.57471,1.25692 c 0,0.6936 -0.57651,1.25883 -1.28637,1.25883 z"
+ id="path806_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path807_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.373626 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.373626 0.760844,0.576725 0.590242,0.74342 0.380422,0.74342 0.170602,0.74342 0,0.576725 0,0.373626 Z m 1.54517,0 C 1.54517,0.166695 1.71577,0 1.92559,0 c 0.20982,0 0.38042,0.166695 0.38042,0.373626 0,0.203099 -0.1706,0.369794 -0.38042,0.369794 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.369794 z"
+ id="path808_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.561397 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.043141,0.193519 -0.113735,0.262496 -0.068632,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path809_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.280414,0.738151 0.182367,0.69983 0.111773,0.628937 0.0411797,0.55996 0,0.464158 0,0.366441 0,0.268723 0.0411797,0.172922 0.111773,0.102029 c 0.141188,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.070893 0.111774,0.166694 0.111774,0.264412 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.69983 0.48043,0.738151 0.380422,0.738151"
+ id="path810_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.211781,0 0.380422,0.164779 0.380422,0.37171 0,0.205015 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z m 1.54517,0 C 1.54517,0.164779 1.71577,0 1.92559,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z"
+ id="path811_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.278453,0.738151 0.182367,0.69983 0.109812,0.628937 0.0392187,0.55996 0,0.464158 0,0.366441 0,0.268723 0.0392187,0.172922 0.109812,0.102029 c 0.143149,-0.1360385 0.398071,-0.1360385 0.537297,0 0.070594,0.070893 0.113735,0.166694 0.113735,0.264412 0,0.097717 -0.043141,0.193519 -0.113735,0.262496 C 0.578477,0.69983 0.478469,0.738151 0.380422,0.738151"
+ id="path812_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 23.9646,50.1808 H 0.380422 C 0.170602,50.1808 0,50.0141 0,49.8091 0,49.6041 0.170602,49.4393 0.380422,49.4393 H 23.9646 c 13.9384,0 25.2765,-11.0785 25.2765,-24.6976 V 0.37171 C 49.2411,0.166695 49.4097,0 49.6196,0 49.8294,0 50,0.166695 50,0.37171 V 24.7417 C 50,38.769 38.3206,50.1808 23.9646,50.1808"
+ id="path813_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 60.7302,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 60.7302 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1706,0.369794 -0.3805,0.369794"
+ id="path814_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,61.0026 C 0.168641,61.0026 0,60.8359 0,60.6309 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 V 60.6309 c 0,0.205 -0.168641,0.3717 -0.380422,0.3717"
+ id="path815_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.100008,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.367878 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.398071,-0.1379546 0.539258,0 0.068633,0.070893 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.043141,0.191603 -0.111774,0.26058 C 0.578477,0.697435 0.478469,0.737672 0.380422,0.737672"
+ id="path816_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.172563,0.369794 -0.380422,0.369794 C 0.168641,0.741504 0,0.576725 0,0.37171"
+ id="path817_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.100008,0 -0.198055,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.539258,0 0.068633,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.043141,0.191603 -0.111774,0.26058 C 0.578477,0.698872 0.478469,0.737193 0.380422,0.737193"
+ id="path818_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0392187,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.394149,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.107298 -0.266687,0.107298"
+ id="path819_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.168641,0 0.380422,0 c 0.207859,0 0.378461,0.164779 0.378461,0.369794 0,0.205015 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,0.741504 0,0.574809 0,0.369794"
+ id="path820_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.26058 -0.070593,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path821_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738392 c -0.100008,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0411797,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0411797,0.173163 0.109812,0.104185 c 0.141188,-0.1398698 0.398071,-0.1379538 0.539258,0 0.070594,0.068978 0.111774,0.162863 0.111774,0.262497 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.698155 0.478469,0.738392 0.380422,0.738392"
+ id="path822_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171"
+ id="path823_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.100008,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0411797,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.539258,0 0.070594,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.26058 C 0.578477,0.698872 0.478469,0.737193 0.380422,0.737193"
+ id="path824_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.11113 C 0.0392187,0.55996 0,0.464158 0,0.366441 0,0.268723 0.0392187,0.172922 0.109812,0.102029 c 0.143149,-0.1360385 0.39611,-0.1360385 0.537297,0 0.070594,0.070893 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.26058 -0.070593,0.070893 -0.16864,0.11113 -0.266687,0.11113"
+ id="path825_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.380422,0 c 0.207859,0 0.378461,0.166695 0.378461,0.37171 0,0.206931 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,0.74342 0,0.578641 0,0.37171 Z m 0,1.60944 c 0,-0.2031 0.168641,-0.37171 0.380422,-0.37171 0.207859,0 0.378461,0.16861 0.378461,0.37171 0,0.20501 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,2.35286 0,2.18616 0,1.98115 Z"
+ id="path826_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.26058 -0.070593,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path827_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.735756 C 0.280414,0.735756 0.180406,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.735756 0.380422,0.735756"
+ id="path828_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.578641 0,0.37171 Z M 0,1.90452 C 0,1.69951 0.170602,1.53473 0.380422,1.53473 c 0.20982,0 0.380422,0.16478 0.380422,0.36979 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,2.27623 0,2.10954 0,1.90452 Z M 0,3.43738 C 0,3.23237 0.170602,3.06567 0.380422,3.06567 c 0.20982,0 0.380422,0.1667 0.380422,0.37171 0,0.20694 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,3.80909 0,3.64432 0,3.43738 Z"
+ id="path829_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.180406,0.698872 0.111773,0.627979 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0411797,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.26058 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path830_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.537297,0 0.070594,0.068977 0.113735,0.162862 0.113735,0.262496 0,0.097717 -0.043141,0.191603 -0.113735,0.26058 -0.070593,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path831_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.574809 0,0.37171 Z M 0,1.92176 C 0,1.71674 0.168641,1.55005 0.380422,1.55005 c 0.207859,0 0.380422,0.16669 0.380422,0.37171 0,0.20693 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,2.29347 0,2.12869 0,1.92176 Z m 0,1.552 C 0,3.26875 0.168641,3.10205 0.380422,3.10205 c 0.207859,0 0.380422,0.1667 0.380422,0.37171 0,0.20502 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,3.84547 0,3.67878 0,3.47376 Z m 0,1.55009 c 0,-0.2031 0.168641,-0.3698 0.380422,-0.3698 0.207859,0 0.380422,0.1667 0.380422,0.3698 0,0.20693 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,5.39556 0,5.23078 0,5.02385 Z"
+ id="path832_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0392187,0.17388 0.109812,0.104903 c 0.141188,-0.1398706 0.398071,-0.1398706 0.537297,0 0.070594,0.068977 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.043141,0.191603 -0.113735,0.26058 -0.070593,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path833_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.184328,0.699351 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.576516,0.699351 0.48043,0.737672 0.380422,0.737672"
+ id="path834_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.578641 0,0.37171 Z m 0,1.63245 c 0,-0.2031 0.170602,-0.37171 0.380422,-0.37171 0.20982,0 0.380422,0.16861 0.380422,0.37171 0,0.20693 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,2.37587 0,2.21109 0,2.00416 Z m 0,1.6344 C 0,3.43162 0.170602,3.26685 0.380422,3.26685 c 0.20982,0 0.380422,0.16477 0.380422,0.37171 0,0.20501 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,4.01027 0,3.84357 0,3.63856 Z M 0,5.271 C 0,5.06599 0.170602,4.89929 0.380422,4.89929 c 0.20982,0 0.380422,0.1667 0.380422,0.37171 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,5.64271 0,5.47602 0,5.271 Z M 0,6.9054 C 0,6.69847 0.170602,6.53369 0.380422,6.53369 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,7.27711 0,7.1085 0,6.9054 Z"
+ id="path835_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.627979 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0411797,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.26058 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path836_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.100008,0 -0.198055,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.043141,0.193519 -0.111774,0.262496 C 0.576516,0.699351 0.478469,0.737672 0.380422,0.737672"
+ id="path837_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.170602,0.369794 -0.380422,0.369794 C 0.168641,0.741504 0,0.576725 0,0.37171 Z M 0,2.14594 C 0,1.94093 0.168641,1.77423 0.380422,1.77423 c 0.20982,0 0.380422,0.1667 0.380422,0.37171 0,0.20693 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,2.51765 0,2.35287 0,2.14594 Z m 0,1.77618 c 0,-0.20693 0.168641,-0.3717 0.380422,-0.3717 0.20982,0 0.380422,0.16477 0.380422,0.3717 0,0.2031 -0.170602,0.3698 -0.380422,0.3698 C 0.168641,4.29192 0,4.12522 0,3.92212 Z M 0,5.69636 C 0,5.48942 0.168641,5.32465 0.380422,5.32465 c 0.20982,0 0.380422,0.16477 0.380422,0.37171 0,0.20501 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,6.06807 0,5.90137 0,5.69636 Z M 0,7.4725 C 0,7.26557 0.168641,7.09888 0.380422,7.09888 c 0.20982,0 0.380422,0.16669 0.380422,0.37362 0,0.2031 -0.170602,0.36788 -0.380422,0.36788 C 0.168641,7.84038 0,7.6756 0,7.4725 Z M 0,9.24482 C 0,9.0398 0.168641,8.87311 0.380422,8.87311 c 0.20982,0 0.380422,0.16669 0.380422,0.37171 0,0.20693 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,9.61653 0,9.45175 0,9.24482 Z"
+ id="path838_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.100008,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.539258,0 0.068633,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.043141,0.191603 -0.111774,0.26058 C 0.578477,0.698872 0.478469,0.737193 0.380422,0.737193"
+ id="path839_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.141188,-0.1398706 0.394149,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.26058 -0.070593,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path840_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.168641,0 0.380422,0 c 0.207859,0 0.378461,0.164779 0.378461,0.37171 0,0.203099 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,0.74342 0,0.574809 0,0.37171 Z m 0,1.6037 C 0,1.77231 0.168641,1.6037 0.380422,1.6037 c 0.207859,0 0.378461,0.16861 0.378461,0.37171 0,0.20693 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,2.34712 0,2.18234 0,1.97541 Z m 0,1.60563 c 0,-0.2031 0.168641,-0.3698 0.380422,-0.3698 0.207859,0 0.378461,0.1667 0.378461,0.3698 0,0.20693 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,3.95275 0,3.78797 0,3.58104 Z M 0,5.1886 C 0,4.98167 0.168641,4.81689 0.380422,4.81689 c 0.207859,0 0.378461,0.16478 0.378461,0.37171 0,0.2031 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,5.56031 0,5.3917 0,5.1886 Z m 0,1.60374 c 0,-0.2031 0.168641,-0.36979 0.380422,-0.36979 0.207859,0 0.378461,0.16669 0.378461,0.36979 0,0.20693 -0.170602,0.37363 -0.378461,0.37363 C 0.168641,7.16597 0,6.99927 0,6.79234 Z m 0,1.60559 c 0,-0.2031 0.168641,-0.36979 0.380422,-0.36979 0.207859,0 0.378461,0.16669 0.378461,0.36979 0,0.20693 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,8.76964 0,8.60486 0,8.39793 Z M 0,10.0055 C 0,9.79857 0.168641,9.63379 0.380422,9.63379 c 0.207859,0 0.378461,0.16478 0.378461,0.37171 0,0.2031 -0.170602,0.3698 -0.378461,0.3698 C 0.168641,10.3753 0,10.2086 0,10.0055 Z m 0,1.6037 c 0,-0.205 0.168641,-0.3698 0.380422,-0.3698 0.207859,0 0.378461,0.1648 0.378461,0.3698 0,0.207 -0.170602,0.3737 -0.378461,0.3737 C 0.168641,11.9829 0,11.8162 0,11.6092 Z m 0,1.6056 c 0,-0.203 0.168641,-0.3717 0.380422,-0.3717 0.207859,0 0.378461,0.1687 0.378461,0.3717 0,0.207 -0.170602,0.3718 -0.378461,0.3718 C 0.168641,13.5866 0,13.4218 0,13.2148 Z"
+ id="path841_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.109813,0.162862 0.109813,0.262496 0,0.097717 -0.039219,0.191603 -0.109813,0.26058 -0.070593,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path842_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.737193 c -0.100008,0 -0.200016,-0.038321 -0.27061,-0.107298 C 0.0431406,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0431406,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.398071,-0.1398706 0.539258,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.26058 C 0.580438,0.698872 0.48043,0.737193 0.382383,0.737193"
+ id="path843_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.168641,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.576725 0,0.369794 Z M 0,2.008 C 0,1.80299 0.168641,1.63629 0.380422,1.63629 c 0.20982,0 0.380422,0.1667 0.380422,0.37171 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,2.37971 0,2.21302 0,2.008 Z M 0,3.64429 C 0,3.43736 0.168641,3.27258 0.380422,3.27258 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,4.016 0,3.84931 0,3.64429 Z M 0,5.28058 C 0,5.07365 0.168641,4.90887 0.380422,4.90887 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,5.65229 0,5.48368 0,5.28058 Z m 0,1.63438 c 0,-0.2031 0.168641,-0.36979 0.380422,-0.36979 0.20982,0 0.380422,0.16669 0.380422,0.36979 0,0.20693 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,7.28667 0,7.12189 0,6.91496 Z M 0,8.55121 C 0,8.34812 0.168641,8.1795 0.380422,8.1795 c 0.20982,0 0.380422,0.16862 0.380422,0.37171 0,0.20694 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,8.92292 0,8.75815 0,8.55121 Z M 0,10.1895 C 0,9.98253 0.168641,9.81775 0.380422,9.81775 c 0.20982,0 0.380422,0.16478 0.380422,0.37175 0,0.205 -0.170602,0.3717 -0.380422,0.3717 C 0.168641,10.5612 0,10.3945 0,10.1895 Z m 0,1.6363 c 0,-0.207 0.168641,-0.3718 0.380422,-0.3718 0.20982,0 0.380422,0.1648 0.380422,0.3718 0,0.203 -0.170602,0.3717 -0.380422,0.3717 C 0.168641,12.1975 0,12.0288 0,11.8258 Z m 0,1.6362 c 0,-0.2069 0.168641,-0.3717 0.380422,-0.3717 0.20982,0 0.380422,0.1648 0.380422,0.3717 0,0.2031 -0.170602,0.3698 -0.380422,0.3698 C 0.168641,13.8318 0,13.6651 0,13.462 Z m 0,1.6344 c 0,-0.2031 0.168641,-0.3698 0.380422,-0.3698 0.20982,0 0.380422,0.1667 0.380422,0.3698 0,0.2069 -0.170602,0.3717 -0.380422,0.3717 C 0.168641,15.4681 0,15.3033 0,15.0964 Z m 0,1.6363 c 0,-0.2031 0.168641,-0.3698 0.380422,-0.3698 0.20982,0 0.380422,0.1667 0.380422,0.3698 0,0.2069 -0.170602,0.3736 -0.380422,0.3736 C 0.168641,17.1063 0,16.9396 0,16.7327 Z m 0,1.6382 c 0,-0.2069 0.168641,-0.3717 0.380422,-0.3717 0.20982,0 0.380422,0.1648 0.380422,0.3717 0,0.205 -0.170602,0.3717 -0.380422,0.3717 C 0.168641,18.7426 0,18.5759 0,18.3709 Z m 0,1.6363 c 0,-0.2069 0.168641,-0.3717 0.380422,-0.3717 0.20982,0 0.380422,0.1648 0.380422,0.3717 0,0.2031 -0.170602,0.3717 -0.380422,0.3717 C 0.168641,20.3789 0,20.2103 0,20.0072 Z"
+ id="path844_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.737193 c -0.100008,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0431406,0.559002 0,0.4632 0,0.367399 0,0.269681 0.0431406,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.539258,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.095801 -0.04118,0.191603 -0.111774,0.26058 C 0.580438,0.698872 0.48043,0.737193 0.382383,0.737193"
+ id="path845_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738392 C 0.280414,0.738392 0.182367,0.698155 0.113734,0.629178 0.0411797,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0411797,0.171246 0.113734,0.104185 c 0.139227,-0.1379538 0.394149,-0.1398698 0.535336,0 0.072555,0.067061 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.039219,0.191603 -0.111774,0.262496 C 0.578477,0.698155 0.48043,0.738392 0.380422,0.738392"
+ id="path846_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.172562,0 0.380422,0 c 0.211781,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,0.741504 0,0.574809 0,0.369794"
+ id="path847_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.113734,0.627979 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0411797,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.539258,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.191603 -0.109813,0.26058 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path848_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738392 C 0.278453,0.738392 0.182367,0.698155 0.111773,0.629178 0.0392188,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0392188,0.171246 0.111773,0.104185 c 0.141188,-0.1398698 0.39611,-0.1379538 0.535336,0 0.072555,0.067061 0.113735,0.164779 0.113735,0.262497 0,0.097717 -0.04118,0.193519 -0.113735,0.262496 C 0.576516,0.698155 0.48043,0.738392 0.380422,0.738392"
+ id="path849_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.278453,0.737193 0.182367,0.698872 0.111773,0.627979 0.0392188,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392188,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.535336,0 0.072555,0.068977 0.113735,0.162862 0.113735,0.262496 0,0.097717 -0.04118,0.191603 -0.113735,0.26058 C 0.576516,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path850_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.739109 C 0.280414,0.739109 0.184328,0.698872 0.113734,0.629895 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0411797,0.171964 0.113734,0.104903 c 0.139227,-0.1398706 0.394149,-0.1398706 0.535336,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.698872 0.482391,0.739109 0.380422,0.739109"
+ id="path851_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.184328,0.698872 0.111773,0.627979 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0411797,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.191603 -0.109813,0.26058 -0.072554,0.070893 -0.16864,0.109214 -0.270609,0.109214"
+ id="path852_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.739109 C 0.280414,0.739109 0.182367,0.698872 0.111773,0.629895 0.0411797,0.560918 0,0.465116 0,0.367399 0,0.269681 0.0411797,0.171964 0.111773,0.104903 c 0.141188,-0.1398706 0.394149,-0.1398706 0.535336,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.191603 -0.111774,0.262496 C 0.576516,0.698872 0.48043,0.739109 0.378461,0.739109"
+ id="path853_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.170602,0 0.378461,0 c 0.20982,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.574809 0,0.369794"
+ id="path854_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737193 C 0.278453,0.737193 0.182367,0.698872 0.111773,0.627979 0.0392188,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392188,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.394149,-0.1398706 0.535336,0 0.072555,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.039219,0.191603 -0.111774,0.26058 C 0.576516,0.698872 0.48043,0.737193 0.378461,0.737193"
+ id="path855_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738392 C 0.282375,0.738392 0.182367,0.698155 0.111773,0.629178 0.0392188,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0392188,0.171246 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.072555,0.067061 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.698155 0.48043,0.738392 0.380422,0.738392"
+ id="path856_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.627979 0.0392188,0.559002 0,0.465116 0,0.367399 0,0.269681 0.0392188,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.539258,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.191603 -0.109813,0.26058 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path857_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.739109 C 0.278453,0.739109 0.182367,0.698872 0.111773,0.629895 0.0392188,0.560918 0,0.465116 0,0.367399 0,0.269681 0.0392188,0.171964 0.111773,0.104903 c 0.141188,-0.1398706 0.394149,-0.1398706 0.535336,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.576516,0.698872 0.48043,0.739109 0.380422,0.739109"
+ id="path858_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.170602,0 0.380422,0 c 0.207859,0 0.378461,0.164779 0.378461,0.369794 0,0.205015 -0.170602,0.37171 -0.378461,0.37171 C 0.170602,0.741504 0,0.574809 0,0.369794"
+ id="path859_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.278453,0.737193 0.182367,0.698872 0.111773,0.627979 0.0392188,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392188,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.394149,-0.1398706 0.535336,0 0.072555,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.039219,0.191603 -0.111774,0.26058 C 0.576516,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path860_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.739109 C 0.280414,0.739109 0.182367,0.698872 0.111773,0.629895 0.0392188,0.560918 0,0.465116 0,0.367399 0,0.269681 0.0392188,0.171964 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.535336,0 0.072555,0.067061 0.113735,0.164778 0.113735,0.262496 0,0.097717 -0.04118,0.193519 -0.113735,0.262496 C 0.578477,0.698872 0.48043,0.739109 0.380422,0.739109"
+ id="path861_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.627979 0.0392188,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392188,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.535336,0 0.070594,0.068977 0.113735,0.162862 0.113735,0.262496 0,0.097717 -0.043141,0.191603 -0.113735,0.26058 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path862_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738392 C 0.278453,0.738392 0.182367,0.698155 0.109812,0.629178 0.0392187,0.558285 0,0.464399 0,0.366682 0,0.268964 0.0392187,0.173163 0.109812,0.104185 c 0.14511,-0.1398698 0.39611,-0.1379538 0.537297,0 0.072555,0.067061 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.576516,0.698155 0.48043,0.738392 0.378461,0.738392"
+ id="path863_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.266688,-0.109213 C 0.0392188,0.558285 0,0.464399 0,0.366682 0,0.268964 0.0392188,0.173163 0.111773,0.104185 c 0.139227,-0.1379538 0.394149,-0.1398698 0.535336,0 0.072555,0.068978 0.111774,0.164779 0.111774,0.262497 0,0.095801 -0.039219,0.191603 -0.111774,0.26058 C 0.576516,0.698155 0.48043,0.736475 0.378461,0.736475"
+ id="path864_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739109 c -0.100008,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0411797,0.560918 0,0.465116 0,0.367399 0,0.269681 0.0411797,0.171964 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.539258,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.698872 0.48043,0.739109 0.380422,0.739109"
+ id="path865_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.100008,0 -0.198055,-0.038321 -0.27061,-0.109214 C 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0411797,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.539258,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.191603 -0.111774,0.26058 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path866_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739109 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.560918 0,0.465116 0,0.367399 0,0.269681 0.0392187,0.171964 0.109812,0.104903 c 0.143149,-0.1398706 0.39611,-0.1398706 0.537297,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.266687,0.109214"
+ id="path867_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.200016,-0.03832 -0.27061,-0.109213 C 0.0392187,0.558285 0,0.464399 0,0.366682 0,0.267048 0.0392188,0.173163 0.111773,0.104185 c 0.139227,-0.1379538 0.394149,-0.1398698 0.535336,0 0.072555,0.068978 0.111774,0.162863 0.111774,0.262497 0,0.097717 -0.039219,0.191603 -0.111774,0.26058 C 0.576516,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path868_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.739109 C 0.280414,0.739109 0.182367,0.698872 0.111773,0.629895 0.0411797,0.560918 0,0.465116 0,0.367399 0,0.269681 0.0411797,0.171964 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.191603 -0.111774,0.262496 C 0.578477,0.698872 0.482391,0.739109 0.380422,0.739109"
+ id="path869_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.627979 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0411797,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.191603 -0.111774,0.26058 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path870_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739588 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.11113 C 0.0392187,0.561397 0,0.465595 0,0.367878 0,0.268244 0.0392187,0.174359 0.109812,0.103466 c 0.143149,-0.1379546 0.398071,-0.1379546 0.537297,0 0.070594,0.070893 0.113735,0.164778 0.113735,0.264412 0,0.097717 -0.043141,0.193519 -0.113735,0.26058 -0.068632,0.070893 -0.16864,0.11113 -0.266687,0.11113"
+ id="path871_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.172563,0.369794 -0.380422,0.369794 C 0.168641,0.741504 0,0.574809 0,0.37171"
+ id="path872_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.537297,0 0.070594,0.068977 0.113735,0.162862 0.113735,0.262496 0,0.097717 -0.043141,0.191603 -0.113735,0.26058 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path873_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.184328,0.699351 0.111773,0.628458 0.0411797,0.559481 0,0.465595 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.099633 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.699351 0.48043,0.737672 0.380422,0.737672"
+ id="path874_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.627979 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0411797,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.26058 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path875_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378841,2.76675 C 0.306286,2.76675 0.231771,2.74567 0.165099,2.7016 -0.0074636,2.58473 -0.0525652,2.3548 0.067052,2.18427 L 1.48285,0.162863 C 1.55344,0.061313 1.6711,0 1.7966,0 1.9221,0 2.03976,0.061313 2.11035,0.162863 L 3.52615,2.18427 C 3.64576,2.3548 3.60066,2.58473 3.4281,2.7016 3.25358,2.81656 3.01826,2.7725 2.89865,2.60389 L 1.7966,1.02891 0.694552,2.60389 C 0.620036,2.70927 0.500419,2.76675 0.378841,2.76675"
+ id="path876_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 2.45117,3.511 C 2.37666,3.511 2.30214,3.48992 2.23547,3.44586 L 0.16668,2.06056 C 0.06275,1.99159 0,1.87854 0,1.75592 0,1.63329 0.06275,1.51833 0.16668,1.44935 L 2.23547,0.0640613 C 2.40999,-0.0509006 2.6453,-0.00683185 2.76492,0.161779 2.88258,0.33039 2.83944,0.562229 2.66491,0.677191 L 1.05498,1.75592 2.66491,2.83273 C 2.83944,2.94769 2.88258,3.17953 2.76492,3.34814 2.69041,3.45352 2.57275,3.511 2.45117,3.511"
+ id="path877_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.171246 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.067061 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 C 0.576516,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path878_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 44.4407,0.37171 C 44.4407,0.166695 44.6093,0 44.8211,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.206931 -0.1706,0.37171 -0.3804,0.37171 -0.2118,0 -0.3804,-0.164779 -0.3804,-0.37171 z m 0,1.6593 c 0,-0.20693 0.1686,-0.37171 0.3804,-0.37171 0.2098,0 0.3804,0.16478 0.3804,0.37171 0,0.2031 -0.1706,0.3698 -0.3804,0.3698 -0.2118,0 -0.3804,-0.1667 -0.3804,-0.3698 z m 0,1.65735 c 0,-0.20693 0.1686,-0.37171 0.3804,-0.37171 0.2098,0 0.3804,0.16478 0.3804,0.37171 0,0.20502 -0.1706,0.37171 -0.3804,0.37171 -0.2118,0 -0.3804,-0.16669 -0.3804,-0.37171 z m 0,1.65739 c 0,-0.20502 0.1686,-0.3698 0.3804,-0.3698 0.2098,0 0.3804,0.16478 0.3804,0.3698 0,0.20501 -0.1706,0.37171 -0.3804,0.37171 -0.2118,0 -0.3804,-0.1667 -0.3804,-0.37171 z m 0,1.65926 c 0,-0.20693 0.1686,-0.37171 0.3804,-0.37171 0.2098,0 0.3804,0.16478 0.3804,0.37171 0,0.2031 -0.1706,0.37171 -0.3804,0.37171 -0.2118,0 -0.3804,-0.16861 -0.3804,-0.37171 z m 0,1.65735 c 0,-0.20502 0.1686,-0.37171 0.3804,-0.37171 0.2098,0 0.3804,0.16669 0.3804,0.37171 0,0.20501 -0.1706,0.37171 -0.3804,0.37171 -0.2118,0 -0.3804,-0.1667 -0.3804,-0.37171 z m 0,1.65934 c 0,-0.207 0.1686,-0.37175 0.3804,-0.37175 0.2098,0 0.3804,0.16475 0.3804,0.37175 0,0.2031 -0.1706,0.3698 -0.3804,0.3698 -0.2118,0 -0.3804,-0.1667 -0.3804,-0.3698 z m 0,1.6573 c 0,-0.205 0.1686,-0.3717 0.3804,-0.3717 0.2098,0 0.3804,0.1667 0.3804,0.3717 0,0.205 -0.1706,0.3698 -0.3804,0.3698 -0.2118,0 -0.3804,-0.1648 -0.3804,-0.3698 z m 0,1.6574 c 0,-0.205 0.1686,-0.3717 0.3804,-0.3717 0.2098,0 0.3804,0.1667 0.3804,0.3717 0,0.205 -0.1706,0.3717 -0.3804,0.3717 -0.2118,0 -0.3804,-0.1667 -0.3804,-0.3717 z m 0,1.6593 c 0,-0.207 0.1686,-0.3717 0.3804,-0.3717 0.2098,0 0.3804,0.1647 0.3804,0.3717 0,0.2031 -0.1706,0.3698 -0.3804,0.3698 -0.2118,0 -0.3804,-0.1667 -0.3804,-0.3698 z m 0,1.6554 c 0,-0.2031 0.1686,-0.3698 0.3804,-0.3698 0.2098,0 0.3804,0.1667 0.3804,0.3698 0,0.2069 -0.1706,0.3717 -0.3804,0.3717 -0.2118,0 -0.3804,-0.1648 -0.3804,-0.3717 z m 0,1.6593 c 0,-0.205 0.1686,-0.3717 0.3804,-0.3717 0.2098,0 0.3804,0.1667 0.3804,0.3717 0,0.205 -0.1706,0.3717 -0.3804,0.3717 -0.2118,0 -0.3804,-0.1667 -0.3804,-0.3717 z m 0.3765,2.0291 c -0.2118,-0.0019 -0.3804,-0.1686 -0.3785,-0.3736 0.002,-0.205 0.1726,-0.3717 0.3844,-0.3698 0.2078,0.0019 0.3784,0.1705 0.3765,0.3755 -0.002,0.205 -0.1706,0.3679 -0.3804,0.3679 z m -0.0764,1.6554 c -0.2079,-0.0096 -0.3687,-0.1859 -0.3569,-0.3909 0.0137,-0.2069 0.1941,-0.3621 0.402,-0.3487 0.2098,0.0115 0.3687,0.1878 0.3589,0.3909 -0.0118,0.1973 -0.1805,0.3487 -0.3805,0.3487 -0.0078,0 -0.0157,0 -0.0235,0 z m -0.1629,1.6497 c -0.2098,-0.0229 -0.3589,-0.2069 -0.3373,-0.41 0.0255,-0.205 0.2137,-0.3506 0.4196,-0.3276 0.2099,0.023 0.3609,0.2069 0.3373,0.41 -0.0235,0.1897 -0.1863,0.3315 -0.3784,0.3315 -0.0138,0 -0.0275,-0.0019 -0.0412,-0.0039 z m -0.2606,1.6402 c -0.2059,-0.0364 -0.3452,-0.228 -0.3099,-0.4292 0.0334,-0.2031 0.2314,-0.3392 0.4393,-0.3047 0.2078,0.0345 0.3451,0.2261 0.3098,0.4292 -0.0333,0.182 -0.1922,0.3085 -0.3745,0.3085 -0.0216,0 -0.0412,-0.0019 -0.0647,-0.0038 z m -0.355,1.619 c -0.2059,-0.046 -0.3333,-0.2472 -0.2863,-0.4465 0.0491,-0.1992 0.253,-0.3238 0.4569,-0.2778 0.2059,0.046 0.3334,0.2472 0.2844,0.4465 -0.0412,0.1724 -0.1961,0.2874 -0.3707,0.2874 -0.0274,0 -0.0568,-0.0039 -0.0843,-0.0096 z m -0.4609,1.5941 c -0.2001,-0.0594 -0.3158,-0.2644 -0.255,-0.4617 0.0628,-0.1974 0.2726,-0.3085 0.4746,-0.2491 0.2,0.0594 0.3157,0.2663 0.2549,0.4618 -0.051,0.1628 -0.2,0.2663 -0.3647,0.2663 -0.0373,0 -0.0726,-0.0058 -0.1098,-0.0173 z m -0.5609,1.5635 c -0.198,-0.0728 -0.298,-0.2854 -0.2255,-0.479 0.0745,-0.1916 0.2922,-0.2874 0.4883,-0.2165 0.1981,0.0709 0.2961,0.2855 0.2236,0.4771 -0.055,0.1495 -0.2001,0.2414 -0.3569,0.2414 -0.0432,0 -0.0863,-0.0076 -0.1295,-0.023 z m -0.6725,1.5233 c -0.1902,-0.0862 -0.2745,-0.3047 -0.1882,-0.4924 0.0862,-0.1878 0.3098,-0.2683 0.502,-0.1859 0.1921,0.0862 0.2784,0.3047 0.1902,0.4924 -0.0628,0.138 -0.202,0.2185 -0.3452,0.2185 -0.0529,0 -0.1078,-0.0096 -0.1588,-0.0326 z m -0.7746,1.4715 c -0.1843,-0.0958 -0.2549,-0.3219 -0.1549,-0.502 0.1,-0.1801 0.3314,-0.2491 0.5157,-0.1514 0.1843,0.0996 0.253,0.3238 0.1549,0.5039 -0.0686,0.1246 -0.2,0.1955 -0.3353,0.1955 -0.0608,0 -0.1235,-0.0154 -0.1804,-0.046 z m -0.8844,1.4159 c -0.1765,-0.1092 -0.2275,-0.3391 -0.1157,-0.5135 0.1137,-0.1724 0.349,-0.2241 0.5255,-0.113 0.1765,0.1111 0.2294,0.341 0.1157,0.5135 -0.0726,0.1111 -0.1941,0.1705 -0.3196,0.1705 -0.0706,0 -0.1432,-0.0192 -0.2059,-0.0575 z m -0.9864,1.3451 c -0.1687,-0.1207 -0.202,-0.3545 -0.0765,-0.5192 0.1255,-0.1629 0.3647,-0.1974 0.5314,-0.0748 0.1687,0.1227 0.204,0.3545 0.0785,0.5212 -0.0765,0.0958 -0.1903,0.1475 -0.306,0.1475 -0.0784,0 -0.1588,-0.023 -0.2274,-0.0747 z m -1.0863,1.2703 c -0.1569,-0.1322 -0.1745,-0.3678 -0.0353,-0.523 0.1353,-0.1533 0.3785,-0.1706 0.5353,-0.0345 0.1569,0.1341 0.1746,0.3678 0.0353,0.523 -0.0745,0.0844 -0.1804,0.1265 -0.2863,0.1265 -0.0882,0 -0.1764,-0.0307 -0.249,-0.092 z m -1.1823,1.1879 c -0.1471,-0.1456 -0.1451,-0.3813 0.0039,-0.5269 0.149,-0.1418 0.3902,-0.1398 0.5373,0.0058 0.1471,0.1456 0.1451,0.3813 -0.0039,0.525 h -0.002 c -0.0726,0.0709 -0.1686,0.1073 -0.2647,0.1073 -0.1,0 -0.1961,-0.0384 -0.2706,-0.1112 z m -1.2727,1.096 c -0.1353,-0.1571 -0.1157,-0.3909 0.0451,-0.5231 0.1608,-0.1341 0.4,-0.113 0.5353,0.0422 0.1353,0.159 0.1157,0.3928 -0.0451,0.525 -0.0726,0.0594 -0.1569,0.0862 -0.2451,0.0862 -0.1079,0 -0.2138,-0.0441 -0.2902,-0.1303 z m -1.355,1.0002 c -0.1216,-0.1667 -0.0843,-0.4005 0.0863,-0.5193 0.1706,-0.1207 0.4079,-0.0823 0.5295,0.0843 0.1235,0.1648 0.0843,0.3967 -0.0844,0.5174 -0.0686,0.0498 -0.1451,0.0709 -0.2215,0.0709 -0.1177,0 -0.2354,-0.0537 -0.3099,-0.1533 z m -1.4257,0.8967 c -0.1098,-0.1744 -0.0529,-0.4024 0.1255,-0.5116 0.1785,-0.1073 0.4118,-0.0517 0.5236,0.1226 0.1098,0.1744 0.0549,0.4043 -0.1235,0.5116 -0.0628,0.0364 -0.1314,0.0556 -0.2001,0.0556 -0.1274,0 -0.2529,-0.0632 -0.3255,-0.1782 z m -1.4884,0.7952 c -0.0961,-0.1821 -0.0235,-0.4082 0.1628,-0.502 0.1862,-0.0939 0.4157,-0.025 0.5118,0.1571 0.098,0.182 0.0255,0.4081 -0.1608,0.502 -0.0549,0.0287 -0.1157,0.0421 -0.1746,0.0421 -0.1372,0 -0.2706,-0.0728 -0.3392,-0.1992 z m -1.5411,0.6878 c -0.0824,-0.1878 0.0039,-0.4062 0.1981,-0.4886 0.1921,-0.0805 0.4157,0.0058 0.5,0.1935 0.0843,0.1878 -0.0059,0.4062 -0.1981,0.4886 -0.049,0.0211 -0.1,0.0307 -0.1509,0.0307 -0.1471,0 -0.2883,-0.0824 -0.3491,-0.2242 z m -1.5866,0.5844 c -0.0706,-0.1916 0.0333,-0.4043 0.2294,-0.4733 0.1981,-0.0689 0.4177,0.0326 0.4883,0.2261 0.0686,0.1916 -0.0353,0.4043 -0.2333,0.4733 -0.0412,0.0134 -0.0824,0.0211 -0.1275,0.0211 -0.1549,0 -0.302,-0.0939 -0.3569,-0.2472 z m -1.6215,0.4828 c -0.0588,-0.1974 0.0588,-0.4024 0.2608,-0.4579 0.202,-0.0575 0.4138,0.0574 0.4706,0.2548 0.0569,0.1974 -0.0607,0.4024 -0.2627,0.4579 -0.0353,0.0096 -0.0706,0.0154 -0.1039,0.0154 -0.1667,0 -0.3177,-0.1054 -0.3648,-0.2702 z m -1.6531,0.3813 c -0.0431,-0.2012 0.0863,-0.3985 0.2922,-0.4426 0.2039,-0.044 0.4079,0.0824 0.451,0.2836 0.0451,0.1993 -0.0843,0.3985 -0.2883,0.4407 -0.0274,0.0076 -0.0549,0.0096 -0.0823,0.0096 -0.1745,0 -0.3314,-0.1188 -0.3726,-0.2913 z m -1.6687,0.2836 c -0.0334,-0.2012 0.1098,-0.3928 0.3157,-0.4254 0.2078,-0.0306 0.402,0.1093 0.4333,0.3104 0.0334,0.2031 -0.1078,0.3928 -0.3157,0.4235 -0.0196,0.0038 -0.0392,0.0057 -0.0588,0.0057 -0.1843,0 -0.3451,-0.1322 -0.3745,-0.3142 z m -1.6845,0.1916 c -0.0216,-0.2031 0.1314,-0.3851 0.3393,-0.4062 0.2098,-0.0211 0.3961,0.1284 0.4176,0.3315 0.0196,0.205 -0.1313,0.3851 -0.3412,0.4081 -0.0137,0 -0.0255,0.0019 -0.0372,0.0019 -0.1942,0 -0.3589,-0.1437 -0.3785,-0.3353 z m -1.6944,0.0996 c -0.0078,-0.2031 0.153,-0.3774 0.3608,-0.387 0.2118,-0.0096 0.3883,0.1475 0.3981,0.3545 0.0118,0.205 -0.1529,0.3774 -0.3608,0.3889 -0.0059,0 -0.0118,0 -0.0196,0 -0.202,0 -0.3687,-0.1571 -0.3785,-0.3564 z M 0,45.0938 c 0,-0.2031 0.172562,-0.3718 0.380422,-0.3718 0.211781,0 0.380422,0.1687 0.380422,0.3718 0,0.2069 -0.168641,0.3717 -0.380422,0.3717 C 0.172562,45.4655 0,45.3007 0,45.0938 Z m 1.69824,0 c 0,-0.2031 0.1706,-0.3718 0.38042,-0.3718 0.20786,0 0.37847,0.1687 0.37847,0.3718 0,0.2069 -0.17061,0.3717 -0.37847,0.3717 -0.20982,0 -0.38042,-0.1648 -0.38042,-0.3717 z m 1.69605,0 c 0,-0.2031 0.16864,-0.3718 0.38042,-0.3718 0.20982,0 0.38042,0.1687 0.38042,0.3718 0,0.2069 -0.1706,0.3717 -0.38042,0.3717 -0.21178,0 -0.38042,-0.1648 -0.38042,-0.3717 z m 1.69824,0 c 0,-0.2031 0.16864,-0.3718 0.37846,-0.3718 0.20982,0 0.38042,0.1687 0.38042,0.3718 0,0.2069 -0.1706,0.3717 -0.38042,0.3717 -0.20982,0 -0.37846,-0.1648 -0.37846,-0.3717 z m 1.69629,0 c 0,-0.2031 0.16864,-0.3718 0.38042,-0.3718 0.20786,0 0.38042,0.1687 0.38042,0.3718 0,0.2069 -0.17256,0.3717 -0.38042,0.3717 -0.21178,0 -0.38042,-0.1648 -0.38042,-0.3717 z m 1.69604,0 c 0,-0.2031 0.1706,-0.3718 0.38043,-0.3718 0.20982,0 0.38042,0.1687 0.38042,0.3718 0,0.2069 -0.1706,0.3717 -0.38042,0.3717 -0.20983,0 -0.38043,-0.1648 -0.38043,-0.3717 z m 1.69824,0 c 0,-0.2031 0.1686,-0.3718 0.3804,-0.3718 0.2079,0 0.3785,0.1687 0.3785,0.3718 0,0.2069 -0.1706,0.3717 -0.3785,0.3717 -0.2118,0 -0.3804,-0.1648 -0.3804,-0.3717 z m 1.6963,0 c 0,-0.2031 0.1706,-0.3718 0.3804,-0.3718 0.2098,0 0.3804,0.1687 0.3804,0.3718 0,0.2069 -0.1706,0.3717 -0.3804,0.3717 -0.2098,0 -0.3804,-0.1648 -0.3804,-0.3717 z m 1.6982,0 c 0,-0.2031 0.1687,-0.3718 0.3785,-0.3718 0.2098,0 0.3804,0.1687 0.3804,0.3718 0,0.2069 -0.1706,0.3717 -0.3804,0.3717 -0.2098,0 -0.3785,-0.1648 -0.3785,-0.3717 z m 1.6961,0 c 0,-0.2031 0.1686,-0.3718 0.3804,-0.3718 0.2098,0 0.3785,0.1687 0.3785,0.3718 0,0.2069 -0.1687,0.3717 -0.3785,0.3717 -0.2118,0 -0.3804,-0.1648 -0.3804,-0.3717 z m 1.6963,0 c 0,-0.2031 0.1706,-0.3718 0.3784,-0.3718 0.2118,0 0.3824,0.1687 0.3824,0.3718 0,0.2069 -0.1706,0.3717 -0.3824,0.3717 -0.2078,0 -0.3784,-0.1648 -0.3784,-0.3717 z m 1.6963,0 c 0,-0.2031 0.1706,-0.3718 0.3804,-0.3718 0.2098,0 0.3804,0.1687 0.3804,0.3718 0,0.2069 -0.1706,0.3717 -0.3804,0.3717 -0.2098,0 -0.3804,-0.1648 -0.3804,-0.3717 z"
+ id="path879_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.170527 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.043141,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.478469,0.737672 0.380422,0.737672"
+ id="path880_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 22.5174,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 22.5174 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1706,0.37171 -0.3805,0.37171"
+ id="path881_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.170527 0.111773,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path882_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.367878 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.04118,0.191603 -0.111774,0.26058 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path883_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,6.32482 C 0.170602,6.32482 0,6.15812 0,5.95311 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 5.5814 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path884_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,10.8313 C 0.170602,10.8313 0,10.6665 0,10.4615 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 10.4615 c 0,0.205 -0.170602,0.3698 -0.380422,0.3698"
+ id="path885_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path886_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.098047,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.171246 0.111773,0.104185 c 0.143149,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.067061 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path887_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737433 C 0.280414,0.737433 0.184328,0.699113 0.113734,0.62822 0.0411797,0.559243 0,0.463441 0,0.365724 0,0.268006 0.0411797,0.172204 0.113734,0.103227 0.252961,-0.0347268 0.507883,-0.0347268 0.64907,0.105143 0.721625,0.174121 0.760844,0.268006 0.760844,0.365724 0.760844,0.463441 0.721625,0.559243 0.64907,0.62822 0.578477,0.699113 0.482391,0.737433 0.380422,0.737433"
+ id="path888_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.574809 0,0.369794 Z M 0,1.92943 c 0,-0.20502 0.170602,-0.3698 0.380422,-0.3698 0.20982,0 0.380422,0.16478 0.380422,0.3698 0,0.20501 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,2.30114 0,2.13444 0,1.92943 Z"
+ id="path889_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.184328,0.699351 0.113734,0.628458 0.0411797,0.559481 0,0.465595 0,0.365962 0,0.268244 0.0411797,0.172443 0.113734,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.535336,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.699351 0.482391,0.737672 0.380422,0.737672"
+ id="path890_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,8.01859 C 0.170602,8.01859 0,7.85189 0,7.64688 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.369794 V 7.64688 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path891_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,12.345 C 0.168641,12.345 0,12.1783 0,11.9733 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.588281,0 0.758883,0.166695 0.758883,0.37171 V 11.9733 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path892_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.735756 C 0.278453,0.735756 0.182367,0.697435 0.111773,0.628458 0.0392188,0.559481 0,0.463679 0,0.364046 0,0.268244 0.0392188,0.170527 0.111773,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.535336,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.039219,0.193519 -0.109813,0.264412 C 0.576516,0.697435 0.48043,0.735756 0.378461,0.735756"
+ id="path893_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.378461,0 c 0.211781,0 0.380422,0.166695 0.380422,0.37171 0,0.206931 -0.168641,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.578641 0,0.37171"
+ id="path894_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738151 C 0.278453,0.738151 0.182367,0.695998 0.111773,0.628937 0.0392188,0.55996 0,0.464158 0,0.366441 0,0.268723 0.0392188,0.172922 0.111773,0.102029 c 0.141188,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.070893 0.109813,0.166694 0.109813,0.264412 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.576516,0.695998 0.48043,0.738151 0.378461,0.738151"
+ id="path895_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,2.83573 C 0.168641,2.83573 0,2.66903 0,2.46402 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.588281,0 0.758883,0.166695 0.758883,0.37171 v 2.09231 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path896_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.280414,0.737672 0.182367,0.699351 0.111773,0.630374 0.0392188,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0392188,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.109813,0.166694 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.699351 0.48043,0.737672 0.378461,0.737672"
+ id="path897_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.73935 C 0.280414,0.73935 0.182367,0.699113 0.111773,0.630136 0.0411797,0.559243 0,0.463441 0,0.36764 0,0.269922 0.0411797,0.174121 0.111773,0.105143 0.252961,-0.0347268 0.505922,-0.0347268 0.64907,0.103227 0.719664,0.174121 0.758883,0.268006 0.758883,0.36764 0.758883,0.465357 0.719664,0.559243 0.64907,0.62822 0.576516,0.699113 0.48043,0.73935 0.378461,0.73935"
+ id="path898_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,12.5059 C 0.170602,12.5059 0,12.3392 0,12.1342 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 V 12.1342 c 0,0.205 -0.168641,0.3717 -0.378461,0.3717"
+ id="path899_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,15.0064 C 0.170602,15.0064 0,14.8397 0,14.6346 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 14.6346 c 0,0.2051 -0.170602,0.3718 -0.380422,0.3718"
+ id="path900_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.070893 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.697435 0.48043,0.737672 0.378461,0.737672"
+ id="path901_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.378461,0 c 0.211781,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.574809 0,0.37171 Z M 0,1.98694 C 0,1.78001 0.170602,1.61523 0.378461,1.61523 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.20502 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,2.35865 0,2.19196 0,1.98694 Z m 0,1.61329 c 0,-0.2031 0.170602,-0.37171 0.378461,-0.37171 0.211781,0 0.380422,0.16861 0.380422,0.37171 0,0.20693 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,3.97194 0,3.80716 0,3.60023 Z M 0,5.21546 C 0,5.01044 0.170602,4.84375 0.378461,4.84375 c 0.211781,0 0.380422,0.16669 0.380422,0.37171 0,0.20502 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,5.58717 0,5.42048 0,5.21546 Z"
+ id="path902_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.740308 c -0.098047,0 -0.196094,-0.042153 -0.266688,-0.11113 C 0.0411797,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0411797,0.173163 0.111773,0.104185 c 0.141188,-0.1398698 0.394149,-0.1379538 0.537297,0 0.070594,0.068978 0.109813,0.164779 0.109813,0.262497 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 -0.070593,0.068977 -0.16864,0.11113 -0.270609,0.11113"
+ id="path903_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.736955 C 0.280414,0.736955 0.182367,0.698634 0.111773,0.629657 0.0411797,0.558764 0,0.462962 0,0.365245 0,0.269443 0.0411797,0.171725 0.111773,0.102748 c 0.141188,-0.1360378 0.394149,-0.1379538 0.537297,0 0.070594,0.068977 0.111774,0.166695 0.111774,0.262497 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 C 0.576516,0.698634 0.48043,0.736955 0.380422,0.736955"
+ id="path904_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.758883,0.164779 0.758883,0.369794 0.758883,0.576725 0.590242,0.74342 0.380422,0.74342 0.170602,0.74342 0,0.576725 0,0.369794 Z M 0,1.84131 C 0,1.6363 0.170602,1.4696 0.380422,1.4696 c 0.20982,0 0.378461,0.1667 0.378461,0.37171 0,0.20502 -0.168641,0.37171 -0.378461,0.37171 C 0.170602,2.21302 0,2.04633 0,1.84131 Z"
+ id="path905_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.3765,0.737672 C 0.278453,0.737672 0.180406,0.697435 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.174359 0.109812,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.070893 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.697435 0.478469,0.737672 0.3765,0.737672"
+ id="path906_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,16.292 C 0.170602,16.292 0,16.1253 0,15.9203 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.369794 V 15.9203 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path907_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,14.2093 C 0.170602,14.2093 0,14.0426 0,13.8376 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.369794 V 13.8376 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path908_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.180406,0.697435 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path909_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.168641,0 0.378461,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.574809 0,0.37171 Z M 0,1.96586 C 0,1.76085 0.168641,1.59607 0.378461,1.59607 c 0.20982,0 0.380422,0.16478 0.380422,0.36979 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,2.33757 0,2.17088 0,1.96586 Z M 0,3.5619 C 0,3.35496 0.168641,3.19019 0.378461,3.19019 c 0.20982,0 0.380422,0.16477 0.380422,0.37171 0,0.20309 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,3.93361 0,3.76499 0,3.5619 Z"
+ id="path910_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.182367,0.699351 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.174359 0.109812,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.070893 -0.16864,0.109214 -0.268648,0.109214"
+ id="path911_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,5.72702 C 0.170602,5.72702 0,5.56032 0,5.35531 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 4.9836 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path912_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738151 C 0.278453,0.738151 0.182367,0.697914 0.109812,0.628937 0.0392187,0.55996 0,0.464158 0,0.366441 0,0.266807 0.0392187,0.172922 0.109812,0.102029 c 0.143149,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.264412 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path913_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.168641,0 0.378461,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.170602,0.369794 -0.380422,0.369794 C 0.168641,0.741504 0,0.574809 0,0.37171 Z M 0,1.94859 C 0,1.74358 0.168641,1.5788 0.378461,1.5788 c 0.20982,0 0.380422,0.16478 0.380422,0.36979 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,2.3203 0,2.15361 0,1.94859 Z M 0,3.52741 C 0,3.3224 0.168641,3.1557 0.378461,3.1557 c 0.20982,0 0.380422,0.1667 0.380422,0.37171 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,3.89912 0,3.73243 0,3.52741 Z"
+ id="path914_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738151 C 0.278453,0.738151 0.182367,0.695998 0.109812,0.628937 0.0392187,0.55996 0,0.464158 0,0.366441 0,0.266807 0.0392187,0.171006 0.109812,0.102029 c 0.143149,-0.1360385 0.39611,-0.1360385 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.067061 -0.16864,0.109214 -0.268648,0.109214"
+ id="path915_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,23.0709 C 0.170602,23.0709 0,22.9042 0,22.6992 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 22.6992 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path916_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.28048,0.743408 c -0.83928,0 -1.521691,0.664862 -1.521691,1.484922 0,0.81815 0.682411,1.48493 1.521691,1.48493 0.83732,0 1.51972,-0.66678 1.51972,-1.48493 0,-0.82006 -0.6824,-1.484922 -1.51972,-1.484922 z m 9e-5,3.713282 C 1.02165,4.45669 0,3.45652 0,2.22834 0,1.00017 1.02165,0 2.28057,0 c 1.25696,0 2.27861,1.00017 2.27861,2.22834 0,1.22818 -1.02165,2.22835 -2.27861,2.22835 z"
+ id="path917_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.53728,0.741516 c -0.42944,0 -0.778491,0.341054 -0.778491,0.760664 0,0.41961 0.349051,0.76066 0.778491,0.76066 0.42945,0 0.77849,-0.34105 0.77849,-0.76066 0,-0.41961 -0.34904,-0.760664 -0.77849,-0.760664 z m 9e-5,2.264734 C 0.688289,3.00625 0,2.33181 0,1.50217 0,0.672527 0.688289,0 1.53737,0 c 0.84909,0 1.53934,0.672527 1.53934,1.50217 0,0.82964 -0.69025,1.50408 -1.53934,1.50408 z"
+ id="path918_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.53728,0.743408 c -0.42944,0 -0.778491,0.341052 -0.778491,0.760662 0,0.4177 0.349051,0.75875 0.778491,0.75875 0.42945,0 0.77849,-0.34105 0.77849,-0.75875 0,-0.41961 -0.34904,-0.760662 -0.77849,-0.760662 z m 9e-5,2.262842 C 0.688289,3.00625 0,2.33181 0,1.50408 0,0.674443 0.688289,0 1.53737,0 c 0.84909,0 1.53934,0.674443 1.53934,1.50408 0,0.82773 -0.69025,1.50217 -1.53934,1.50217 z"
+ id="path919_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.53728,0.741516 c -0.42944,0 -0.778491,0.341054 -0.778491,0.760664 0,0.41961 0.349051,0.76066 0.778491,0.76066 0.42945,0 0.77849,-0.34105 0.77849,-0.76066 0,-0.41961 -0.34904,-0.760664 -0.77849,-0.760664 z m 9e-5,2.264734 C 0.688289,3.00625 0,2.33181 0,1.50217 0,0.674443 0.688289,0 1.53737,0 c 0.84909,0 1.53934,0.674443 1.53934,1.50217 0,0.82964 -0.69025,1.50408 -1.53934,1.50408 z"
+ id="path920_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.53728,0.743408 c -0.42944,0 -0.778491,0.341052 -0.778491,0.760662 0,0.41961 0.349051,0.76067 0.778491,0.76067 0.42945,0 0.77849,-0.34106 0.77849,-0.76067 0,-0.41961 -0.34904,-0.760662 -0.77849,-0.760662 z m 9e-5,2.262842 C 0.688289,3.00625 0,2.33181 0,1.50408 0,0.674443 0.688289,0 1.53737,0 c 0.84909,0 1.53934,0.674443 1.53934,1.50408 0,0.82773 -0.69025,1.50217 -1.53934,1.50217 z"
+ id="path921_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.53923,0.741516 c -0.42944,0 -0.778488,0.341054 -0.778488,0.760664 0,0.41961 0.349048,0.76066 0.778488,0.76066 0.42749,0 0.77654,-0.34105 0.77654,-0.76066 0,-0.41961 -0.34905,-0.760664 -0.77654,-0.760664 z M 1.53934,3.00625 C 0.69025,3.00625 0,2.33181 0,1.50217 0,0.672527 0.69025,0 1.53934,0 c 0.84712,0 1.53737,0.672527 1.53737,1.50217 0,0.82964 -0.69025,1.50408 -1.53737,1.50408 z"
+ id="path922_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.53923,0.743408 c -0.42944,0 -0.778488,0.341052 -0.778488,0.760662 0,0.4177 0.349048,0.75875 0.778488,0.75875 0.42749,0 0.77654,-0.34105 0.77654,-0.75875 0,-0.41961 -0.34905,-0.760662 -0.77654,-0.760662 z M 1.53934,3.00625 C 0.69025,3.00625 0,2.33181 0,1.50408 0,0.674443 0.69025,0 1.53934,0 c 0.84712,0 1.53737,0.674443 1.53737,1.50408 0,0.82773 -0.69025,1.50217 -1.53737,1.50217 z"
+ id="path923_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.53923,0.741516 c -0.42944,0 -0.778488,0.341054 -0.778488,0.760664 0,0.41961 0.349048,0.76066 0.778488,0.76066 0.42749,0 0.77654,-0.34105 0.77654,-0.76066 0,-0.41961 -0.34905,-0.760664 -0.77654,-0.760664 z M 1.53934,3.00625 C 0.69025,3.00625 0,2.33181 0,1.50217 0,0.674443 0.69025,0 1.53934,0 c 0.84712,0 1.53737,0.674443 1.53737,1.50217 0,0.82964 -0.69025,1.50408 -1.53737,1.50408 z"
+ id="path924_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,17.2366 C 0.168641,17.2366 0,17.0699 0,16.8649 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.588281,0 0.758883,0.166695 0.758883,0.37171 V 16.8649 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path925_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 14.5815,28.958 c -0.0647,0 -0.1314,-0.0153 -0.1902,-0.0498 L 0.190211,20.8973 C 0.0725547,20.8302 0,20.7076 0,20.5754 V 4.0822 C 0,3.87719 0.170602,3.71049 0.380422,3.71049 c 0.20982,0 0.380422,0.1667 0.380422,0.37171 V 20.3608 L 14.5815,28.159 28.4042,20.3608 V 4.29105 L 22.3743,0.688915 C 22.1939,0.581617 22.139,0.353609 22.2468,0.177335 22.3566,0.0029759 22.592,-0.052589 22.7704,0.0547087 L 28.9827,3.76414 c 0.1137,0.06898 0.1823,0.18777 0.1823,0.31806 v 16.4932 c 0,0.1322 -0.0725,0.2548 -0.1902,0.3219 l -14.2031,8.0109 c -0.0588,0.0345 -0.1235,0.0498 -0.1902,0.0498"
+ id="path926_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.180406,0.697435 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.170527 0.109812,0.103466 c 0.141188,-0.1379546 0.398071,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path927_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 8.28941,0.564373 C 8.18156,0.388098 8.23647,0.16009 8.41688,0.0547087 8.59532,-0.052589 8.82867,0.0029759 8.93848,0.177335 9.04634,0.351693 8.98947,0.579701 8.81102,0.686999 8.75023,0.725319 8.6816,0.740648 8.61493,0.740648 8.48747,0.740648 8.36197,0.677419 8.28941,0.564373 Z M 6.91669,1.3844 C 6.80884,1.21005 6.86375,0.980122 7.04219,0.872824 7.2226,0.765526 7.45595,0.821091 7.56576,0.99545 7.67558,1.17172 7.62067,1.39973 7.44026,1.50703 7.37947,1.54343 7.31084,1.56259 7.24221,1.56259 7.11475,1.56259 6.98925,1.49937 6.91669,1.3844 Z M 5.54413,2.20252 C 5.43628,2.02816 5.49119,1.80015 5.66963,1.69286 5.85004,1.58556 6.08535,1.63921 6.1932,1.81548 6.30302,1.99176 6.24615,2.21976 6.0677,2.32515 6.00692,2.36155 5.93828,2.38071 5.86965,2.38071 5.74219,2.38071 5.61669,2.31748 5.54413,2.20252 Z M 4.17332,3.02262 C 4.06154,2.84635 4.12037,2.61834 4.29882,2.51296 4.47922,2.40566 4.71257,2.46123 4.82043,2.63559 4.93024,2.80995 4.87337,3.03795 4.69493,3.14525 4.63218,3.18357 4.56354,3.1989 4.49687,3.1989 4.36941,3.1989 4.24587,3.13759 4.17332,3.02262 Z M 2.80062,3.84266 C 2.69081,3.6683 2.74767,3.43837 2.92612,3.33108 3.10653,3.22378 3.33988,3.27934 3.44773,3.4537 3.5595,3.62998 3.50264,3.85798 3.32419,3.96528 3.26144,4.00169 3.19477,4.02085 3.12614,4.02085 2.99671,4.02085 2.87317,3.95762 2.80062,3.84266 Z M 1.42806,4.66085 C 1.31825,4.48649 1.37512,4.25849 1.55356,4.15119 1.73397,4.04389 1.96732,4.09945 2.07713,4.27573 2.18694,4.45009 2.13008,4.6781 1.95163,4.78348 1.88888,4.8218 1.82025,4.83904 1.75358,4.83904 1.62416,4.83904 1.50062,4.77581 1.42806,4.66085 Z M 0.0573232,5.48279 C -0.0544503,5.3046 0.00241692,5.07659 0.182823,4.97121 0.363229,4.86391 0.596581,4.91948 0.704433,5.09384 0.814245,5.2682 0.757378,5.4962 0.578933,5.6035 0.516183,5.64182 0.44755,5.65907 0.380878,5.65907 0.251456,5.65907 0.127917,5.59584 0.0573232,5.48279 Z"
+ id="path928_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.699351 0.113734,0.628458 0.0431406,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0411797,0.172443 0.113734,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.099633 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.699351 0.482391,0.737672 0.380422,0.737672"
+ id="path929_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.181953,0.68737 C 0.00154659,0.581988 -0.0533597,0.35398 0.0564528,0.179622 0.166265,0.00143087 0.399617,-0.052218 0.578062,0.0550797 0.758468,0.162377 0.813375,0.390385 0.703562,0.564744 0.632968,0.679706 0.507468,0.742935 0.380008,0.742935 0.311375,0.742935 0.242742,0.723774 0.181953,0.68737 Z M 1.77811,1.64158 C 1.59967,1.5362 1.5428,1.3082 1.65457,1.13192 1.76439,0.957562 1.99774,0.900081 2.17618,1.00929 2.35463,1.11659 2.4115,1.3446 2.30168,1.51896 2.23109,1.63392 2.10559,1.69715 1.97813,1.69715 1.9095,1.69715 1.84086,1.67991 1.77811,1.64158 Z M 3.37632,2.59569 C 3.19787,2.49031 3.141,2.2623 3.25082,2.08603 3.36259,1.91167 3.59594,1.8561 3.77439,1.9634 c 0.17844,0.1073 0.23531,0.33531 0.1255,0.50966 -0.0706,0.11497 -0.1961,0.1782 -0.32552,0.1782 -0.06667,0 -0.1353,-0.01725 -0.19805,-0.05557 z m 1.6002,0.95422 C 4.79612,3.44453 4.73925,3.21652 4.85102,3.04025 4.95888,2.86589 5.19223,2.81033 5.37263,2.91762 5.55108,3.02492 5.60795,3.25293 5.49813,3.42729 5.42558,3.54417 5.30204,3.60548 5.17262,3.60548 c -0.06667,0 -0.13531,-0.01725 -0.1961,-0.05557 z"
+ id="path930_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.739588 c -0.098047,0 -0.196094,-0.042153 -0.266688,-0.11113 C 0.0411797,0.561397 0,0.463679 0,0.367878 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.26058 -0.070593,0.068977 -0.16864,0.11113 -0.270609,0.11113"
+ id="path931_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380008,2.66916 C 0.252547,2.66916 0.127047,2.60593 0.0564528,2.49097 -0.0533597,2.31661 0.00154659,2.08669 0.181953,1.97939 L 3.40573,0.0537791 C 3.58418,-0.0516026 3.81949,0.00204629 3.92734,0.178321 4.03716,0.35268 3.98225,0.580688 3.80184,0.687985 L 0.578062,2.6136 C 0.515312,2.65 0.44864,2.66916 0.380008,2.66916"
+ id="path932_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.381599,8.74143 C 0.250216,8.74143 0.120794,8.67437 0.0502006,8.55558 -0.0537291,8.37739 0.00902094,8.14938 0.189427,8.04783 L 14.367,0.0503193 c 0.1824,-0.1034657 0.4138,-0.04215272 0.5197,0.1360377 0.1039,0.178191 0.0431,0.404283 -0.1393,0.507749 L 0.569849,8.69162 c -0.058828,0.03257 -0.1255,0.04981 -0.18825,0.04981"
+ id="path933_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 14.6056,8.75868 c -0.0647,0 -0.1294,-0.01533 -0.1883,-0.04982 L 0.190725,0.694106 C 0.00835799,0.59064 -0.054392,0.364548 0.0514986,0.186357 0.155428,0.00816658 0.38878,-0.0531464 0.569186,0.0503193 L 14.7958,8.06507 c 0.1824,0.10347 0.2451,0.32956 0.1392,0.50775 -0.0706,0.1188 -0.198,0.18586 -0.3294,0.18586"
+ id="path934_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.379638,4.47827 C 0.248255,4.47827 0.120794,4.4112 0.0502006,4.29241 -0.0537291,4.11422 0.00902094,3.88813 0.189427,3.78466 L 6.80955,0.0503193 C 6.99192,-0.0531464 7.22331,0.00816658 7.3292,0.186357 7.43313,0.364548 7.37234,0.59064 7.18997,0.694106 L 0.569849,4.42845 C 0.511021,4.46294 0.444349,4.47827 0.379638,4.47827"
+ id="path935_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.3765,0.737672 C 0.278453,0.737672 0.180406,0.697435 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.576516,0.697435 0.478469,0.737672 0.3765,0.737672"
+ id="path936_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.0502006,0.556799 C -0.0537291,0.380524 0.00902094,0.152517 0.189427,0.049051 0.371794,-0.0524986 0.603185,0.00881435 0.711037,0.185089 0.814966,0.36328 0.752216,0.591288 0.57181,0.694753 0.511021,0.727326 0.44631,0.742654 0.381599,0.742654 c -0.133344,0 -0.260805,-0.065145 -0.3313984,-0.185855"
+ id="path937_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path938_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.100008,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0411797,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0411797,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.539258,0 0.072555,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.095801 -0.039219,0.191603 -0.111774,0.26058 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path939_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.0528729,0.556732 C -0.0549786,0.378541 0.00777136,0.15245 0.190139,0.0489839 0.372506,-0.0525657 0.605857,0.00874723 0.709787,0.186938 0.813717,0.363213 0.750967,0.591221 0.57056,0.69277 0.509771,0.727259 0.44506,0.742587 0.380349,0.742587 c -0.129421,0 -0.256882,-0.065145 -0.3274761,-0.185855"
+ id="path940_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.198055,-0.03832 -0.27061,-0.107297 C 0.0392187,0.558285 0,0.464399 0,0.366682 0,0.268964 0.0392187,0.173163 0.109812,0.104185 c 0.143149,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.068978 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.039219,0.191603 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.107297 -0.266687,0.107297"
+ id="path941_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380936,10.3049 c -0.131383,0 -0.258844,-0.067 -0.3294374,-0.1858 C -0.054392,9.94278 0.00835799,9.71478 0.190725,9.61323 L 17.1411,0.0503193 c 0.1823,-0.1034657 0.4137,-0.04215272 0.5196,0.1360377 0.1039,0.176275 0.0432,0.404283 -0.1392,0.505832 L 0.569186,10.2551 c -0.058828,0.0345 -0.123539,0.0498 -0.18825,0.0498"
+ id="path942_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.109214 C 0.0392187,0.559002 0,0.465116 0,0.367399 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.097717 -0.04118,0.191603 -0.111774,0.26058 -0.070593,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path943_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 4.80093,0.557216 C 4.697,0.379025 4.75975,0.152933 4.94016,0.0494678 5.12253,-0.0520819 5.35392,0.00731508 5.45785,0.185506 5.5657,0.363697 5.50295,0.589788 5.32058,0.693254 5.26175,0.725827 5.19508,0.743071 5.13037,0.743071 4.99899,0.743071 4.87153,0.67601 4.80093,0.557216 Z M 3.21851,1.4501 C 3.11261,1.27191 3.1734,1.04581 3.35577,0.942348 3.53814,0.838882 3.77149,0.900195 3.87542,1.07839 3.98131,1.25658 3.91856,1.48267 3.73619,1.58613 3.67736,1.61871 3.61069,1.63595 3.54598,1.63595 3.41656,1.63595 3.2891,1.56889 3.21851,1.4501 Z M 1.63402,2.34296 C 1.52813,2.16476 1.59088,1.93867 1.77324,1.83712 1.95561,1.73174 2.18896,1.79305 2.29289,1.97125 2.39682,2.14944 2.33603,2.37744 2.15367,2.47899 2.09484,2.51157 2.02817,2.52881 1.96346,2.52881 1.83207,2.52881 1.70461,2.46175 1.63402,2.34296 Z M 0.0514986,3.23584 C -0.054392,3.05765 0.00835799,2.83156 0.190725,2.73001 0.371131,2.62654 0.604483,2.68594 0.710374,2.86413 0.814303,3.04424 0.753514,3.27033 0.571147,3.37188 0.510358,3.40637 0.445647,3.4217 0.380936,3.4217 0.249553,3.4217 0.122092,3.35464 0.0514986,3.23584 Z"
+ id="path944_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739109 c -0.098047,0 -0.198055,-0.040237 -0.268649,-0.11113 C 0.0411797,0.560918 0,0.465116 0,0.367399 0,0.267765 0.0411797,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.394149,-0.1398706 0.539258,0 0.068633,0.068977 0.109813,0.162862 0.109813,0.262496 0,0.097717 -0.04118,0.193519 -0.109813,0.26058 -0.072554,0.070893 -0.170601,0.11113 -0.270609,0.11113"
+ id="path945_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.735756 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0392187,0.559481 0,0.463679 0,0.364046 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.398071,-0.1379546 0.537297,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.04118,0.195435 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.107298 -0.266687,0.107298"
+ id="path946_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 4.80093,0.556799 C 4.697,0.380524 4.75975,0.150601 4.94016,0.049051 5.12253,-0.0524986 5.35392,0.00881435 5.45785,0.185089 5.5657,0.36328 5.50295,0.589372 5.32058,0.692837 5.26175,0.727326 5.19508,0.742654 5.13037,0.742654 4.99899,0.742654 4.87153,0.675593 4.80093,0.556799 Z M 3.21851,1.44968 C 3.11261,1.27341 3.1734,1.0454 3.35577,0.941934 3.53814,0.840385 3.77149,0.901698 3.87542,1.07797 3.98131,1.25616 3.91856,1.48225 3.73619,1.58764 3.67736,1.62021 3.61069,1.63554 3.54598,1.63554 3.41656,1.63554 3.2891,1.57039 3.21851,1.44968 Z M 1.63402,2.34257 C 1.52813,2.16629 1.59088,1.93828 1.77324,1.83482 1.95561,1.73327 2.18896,1.79458 2.29289,1.97086 2.39682,2.14905 2.33603,2.37514 2.15367,2.48052 2.09484,2.51309 2.02817,2.52842 1.96346,2.52842 1.83207,2.52842 1.70461,2.46328 1.63402,2.34257 Z M 0.0514986,3.23542 C -0.054392,3.05914 0.00835799,2.83114 0.190725,2.72959 0.371131,2.62612 0.604483,2.68743 0.710374,2.86371 c 0.103929,0.17819 0.04314,0.4062 -0.139227,0.50966 -0.060789,0.03258 -0.1255,0.0479 -0.190211,0.0479 -0.131383,0 -0.258844,-0.06514 -0.3294374,-0.18585 z"
+ id="path947_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.098047,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0411797,0.173163 0.111773,0.104185 c 0.141188,-0.1379538 0.394149,-0.1398698 0.539258,0 0.068633,0.068978 0.109813,0.164779 0.109813,0.262497 0,0.097717 -0.04118,0.193519 -0.109813,0.262496 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path948_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.107298 C 0.0392187,0.561397 0,0.463679 0,0.365962 0,0.27016 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.398071,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.195435 -0.111774,0.264412 C 0.576516,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path949_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 4.80093,0.55622 C 4.697,0.379945 4.75975,0.151938 4.94016,0.0503882 5.12253,-0.0530775 5.35392,0.00823551 5.45785,0.18451 5.5657,0.364617 5.50295,0.590709 5.32058,0.694174 5.26175,0.726747 5.19508,0.742075 5.13037,0.742075 4.99899,0.742075 4.87153,0.67693 4.80093,0.55622 Z M 3.21851,1.44911 C 3.11261,1.27283 3.1734,1.04483 3.35577,0.943277 3.53814,0.841727 3.77149,0.90304 3.87542,1.07932 3.98131,1.25751 3.91856,1.4836 3.73619,1.58706 3.67736,1.62155 3.61069,1.63496 3.54598,1.63496 3.41656,1.63496 3.2891,1.5679 3.21851,1.44911 Z M 1.63402,2.34385 C 1.52813,2.16757 1.59088,1.93765 1.77324,1.8361 1.95561,1.73455 2.18896,1.79586 2.29289,1.97214 2.39682,2.15033 2.33603,2.37642 2.15367,2.47797 2.09484,2.51437 2.02817,2.5297 1.96346,2.5297 1.83207,2.5297 1.70461,2.46456 1.63402,2.34385 Z M 0.0514986,3.23673 C -0.054392,3.06046 0.00835799,2.83053 0.190725,2.72898 0.371131,2.62743 0.604483,2.68875 0.710374,2.86502 0.814303,3.04321 0.753514,3.2693 0.571147,3.37085 0.510358,3.40726 0.445647,3.42259 0.380936,3.42259 0.249553,3.42259 0.122092,3.35744 0.0514986,3.23673 Z"
+ id="path950_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.098047,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.171246 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.539258,0 0.068633,0.067061 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.04118,0.195435 -0.109813,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path951_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738392 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.560201 0,0.464399 0,0.368598 0,0.268964 0.0392187,0.173163 0.109812,0.104185 c 0.143149,-0.1398698 0.398071,-0.1379538 0.537297,0 0.070594,0.068978 0.111774,0.164779 0.111774,0.264413 0,0.095801 -0.04118,0.191603 -0.111774,0.26058 C 0.576516,0.698155 0.48043,0.738392 0.380422,0.738392"
+ id="path952_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 4.80093,0.556732 C 4.697,0.380457 4.75975,0.15245 4.94016,0.0489839 5.12253,-0.0525657 5.35392,0.00874723 5.45785,0.186938 5.5657,0.363213 5.50295,0.589304 5.32058,0.694686 5.26175,0.727259 5.19508,0.744503 5.13037,0.744503 4.99899,0.744503 4.87153,0.677442 4.80093,0.556732 Z M 3.21851,1.44958 C 3.11261,1.27331 3.1734,1.0453 3.35577,0.943752 3.53814,0.840286 3.77149,0.901599 3.87542,1.07979 3.98131,1.25606 3.91856,1.48407 3.73619,1.58754 3.67736,1.62011 3.61069,1.63544 3.54598,1.63544 3.41656,1.63544 3.2891,1.57029 3.21851,1.44958 Z M 1.63402,2.34248 C 1.52813,2.1662 1.59088,1.93819 1.77324,1.83664 1.95561,1.73318 2.18896,1.79449 2.29289,1.97077 2.39682,2.14896 2.33603,2.37888 2.15367,2.48043 2.09484,2.513 2.02817,2.53025 1.96346,2.53025 1.83207,2.53025 1.70461,2.46319 1.63402,2.34248 Z M 0.0514986,3.23536 C -0.054392,3.05909 0.00835799,2.833 0.190725,2.72953 0.371131,2.62798 0.604483,2.6893 0.710374,2.86557 0.814303,3.04376 0.753514,3.27177 0.571147,3.37332 0.510358,3.40781 0.445647,3.42313 0.380936,3.42313 0.249553,3.42313 0.122092,3.35607 0.0514986,3.23536 Z"
+ id="path953_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738871 C 0.282375,0.738871 0.182367,0.696718 0.111773,0.629657 0.0411797,0.56068 0,0.462962 0,0.367161 0,0.269443 0.0411797,0.171725 0.111773,0.102748 c 0.141188,-0.1360378 0.39611,-0.1379538 0.539258,0 0.068633,0.070894 0.109813,0.166695 0.109813,0.264413 0,0.095801 -0.04118,0.191603 -0.109813,0.262496 C 0.578477,0.696718 0.48043,0.738871 0.380422,0.738871"
+ id="path954_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.89032,0.743408 c -1.1746,0 -2.129578,0.935022 -2.129578,2.082722 0,1.14771 0.954978,2.08273 2.129578,2.08273 1.17656,0 2.13154,-0.93502 2.13154,-2.08273 0,-1.1477 -0.95498,-2.082722 -2.13154,-2.082722 z m 1e-4,4.906962 C 1.29618,5.65037 0,4.38388 0,2.82614 0,1.26841 1.29618,0 2.89042,0 4.48662,0 5.7828,1.26841 5.7828,2.82614 c 0,1.55774 -1.29618,2.82423 -2.89238,2.82423 z"
+ id="path955_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,19.9133 C 0.168641,19.9133 0,19.7485 0,19.5435 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 V 19.5435 c 0,0.205 -0.168641,0.3698 -0.380422,0.3698"
+ id="path956_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,24.8203 C 0.170602,24.8203 0,24.6555 0,24.4505 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 24.4505 c 0,0.205 -0.170602,0.3698 -0.380422,0.3698"
+ id="path957_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,30.5818 C 0.170602,30.5818 0,30.417 0,30.212 V 0.37171 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.37171 V 30.212 c 0,0.205 -0.170602,0.3698 -0.380422,0.3698"
+ id="path958_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,17.6965 C 0.170602,17.6965 0,17.5317 0,17.3267 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 17.3267 c 0,0.205 -0.170602,0.3698 -0.380422,0.3698"
+ id="path959_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.5904,1.26458 c 0,0.69935 -0.58044,1.2665 -1.29618,1.2665 C 0.580438,2.53108 0,1.96393 0,1.26458 0,0.565229 0.580438,0 1.29422,0 2.00996,0 2.5904,0.565229 2.5904,1.26458"
+ id="path960_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.67454,0.743408 c -0.50396,0 -0.913798,0.400452 -0.913798,0.892872 0,0.49433 0.409838,0.89478 0.913798,0.89478 0.50592,0 0.91576,-0.40045 0.91576,-0.89478 0,-0.49242 -0.40984,-0.892872 -0.91576,-0.892872 z M 1.67464,3.2745 C 0.751039,3.2745 0,2.53874 0,1.63629 0,0.735756 0.751039,0 1.67464,0 c 0.9236,0 1.6766,0.735756 1.6766,1.63629 0,0.90245 -0.753,1.63821 -1.6766,1.63821 z"
+ id="path961_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.5904,1.26458 c 0,0.69935 -0.58044,1.26458 -1.29618,1.26458 C 0.580438,2.52916 0,1.96393 0,1.26458 0,0.565229 0.580438,0 1.29422,0 2.00996,0 2.5904,0.565229 2.5904,1.26458"
+ id="path962_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.67454,0.741455 c -0.50396,0 -0.913798,0.402365 -0.913798,0.894785 0,0.49242 0.409838,0.89287 0.913798,0.89287 0.50592,0 0.91576,-0.40045 0.91576,-0.89287 0,-0.49242 -0.40984,-0.894785 -0.91576,-0.894785 z m 10e-5,2.531125 C 0.751039,3.27258 0,2.53874 0,1.63629 0,0.73384 0.751039,0 1.67464,0 c 0.9236,0 1.67464,0.73384 1.67464,1.63629 0,0.90245 -0.75104,1.63629 -1.67464,1.63629 z"
+ id="path963_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 11.5911,14.0234 H 0.378461 C 0.168641,14.0234 0,13.8567 0,13.6517 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.588281,0 0.758883,0.166695 0.758883,0.37171 V 13.2819 H 11.5911 c 0.2098,0 0.3785,0.1648 0.3785,0.3698 0,0.205 -0.1687,0.3717 -0.3785,0.3717"
+ id="path964_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,5.16945 C 0.170602,5.16945 0,5.00276 0,4.79774 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 4.42603 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171"
+ id="path965_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,7.49743 C 0.170602,7.49743 0,7.33073 0,7.12572 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 6.75401 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path966_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,5.5105 C 0.170602,5.5105 0,5.34381 0,5.13879 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 4.76708 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171"
+ id="path967_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,9.76601 C 0.170602,9.76601 0,9.59931 0,9.3943 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.369794 V 9.3943 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path968_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,13.0597 C 0.170602,13.0597 0,12.893 0,12.688 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 12.688 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path969_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.57061,0.743408 c -0.44709,0 -0.809868,0.354462 -0.809868,0.791322 0,0.43685 0.362778,0.79132 0.809868,0.79132 0.44709,0 0.81183,-0.35447 0.81183,-0.79132 0,-0.43686 -0.36474,-0.791322 -0.81183,-0.791322 z m 10e-5,2.326072 C 0.705937,3.06948 0,2.38163 0,1.53474 0,0.687855 0.705937,0 1.57071,0 c 0.86674,0 1.57071,0.687855 1.57071,1.53474 0,0.84689 -0.70397,1.53474 -1.57071,1.53474 z"
+ id="path970_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.699351 0.111773,0.628458 0.0431406,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0431406,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.070594,0.070893 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 -0.072554,0.070893 -0.16864,0.109214 -0.270609,0.109214"
+ id="path971_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.172562,0 0.380422,0 c 0.211781,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,0.74342 0,0.578641 0,0.37171 Z m 0,1.26843 c 0,-0.2031 0.172562,-0.37171 0.380422,-0.37171 0.211781,0 0.380422,0.16861 0.380422,0.37171 0,0.20693 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,2.01185 0,1.84707 0,1.64014 Z M 0,2.91047 C 0,2.70354 0.172562,2.53876 0.380422,2.53876 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.20501 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,3.28218 0,3.11548 0,2.91047 Z M 0,4.17884 C 0,3.97191 0.172562,3.80713 0.380422,3.80713 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.20501 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,4.55055 0,4.38385 0,4.17884 Z M 0,5.44727 C 0,5.24226 0.172562,5.07556 0.380422,5.07556 c 0.211781,0 0.380422,0.1667 0.380422,0.37171 0,0.20502 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,5.81898 0,5.65229 0,5.44727 Z M 0,6.7157 C 0,6.51069 0.172562,6.34399 0.380422,6.34399 c 0.211781,0 0.380422,0.1667 0.380422,0.37171 0,0.20502 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,7.08741 0,6.92072 0,6.7157 Z M 0,7.98603 C 0,7.7791 0.172562,7.61432 0.380422,7.61432 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.168641,0.36979 -0.380422,0.36979 C 0.172562,8.35582 0,8.18913 0,7.98603 Z M 0,9.2544 C 0,9.04747 0.172562,8.88269 0.380422,8.88269 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.168641,0.36979 -0.380422,0.36979 C 0.172562,9.62419 0,9.4575 0,9.2544 Z m 0,1.2665 c 0,-0.2031 0.172562,-0.3698 0.380422,-0.3698 0.211781,0 0.380422,0.1667 0.380422,0.3698 0,0.2069 -0.168641,0.3717 -0.380422,0.3717 C 0.172562,10.8926 0,10.7278 0,10.5209 Z m 0,1.2704 c 0,-0.205 0.172562,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1667 0.380422,0.3717 0,0.205 -0.168641,0.3698 -0.380422,0.3698 C 0.172562,12.1611 0,11.9963 0,11.7913 Z m 0,1.2683 c 0,-0.205 0.172562,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1667 0.380422,0.3717 0,0.2051 -0.168641,0.3717 -0.380422,0.3717 C 0.172562,13.4313 0,13.2647 0,13.0596 Z m 0,1.2685 c 0,-0.205 0.172562,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1667 0.380422,0.3717 0,0.2069 -0.168641,0.3717 -0.380422,0.3717 C 0.172562,14.6998 0,14.535 0,14.3281 Z"
+ id="path972_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.699351 0.111773,0.630374 0.0431406,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0431406,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.070594,0.068977 0.109813,0.166694 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.264412 -0.072554,0.068977 -0.16864,0.107298 -0.270609,0.107298"
+ id="path973_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.282375,0.738151 0.182367,0.69983 0.111773,0.628937 0.0431406,0.55996 0,0.464158 0,0.366441 0,0.268723 0.0431406,0.172922 0.111773,0.102029 c 0.141188,-0.1360385 0.39611,-0.1360385 0.539258,0 0.070594,0.070893 0.109813,0.166694 0.109813,0.264412 0,0.095801 -0.039219,0.193519 -0.109813,0.262496 C 0.578477,0.69983 0.482391,0.738151 0.380422,0.738151"
+ id="path974_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.172562,0 0.380422,0 c 0.211781,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,0.74342 0,0.576725 0,0.37171 Z M 0,1.64014 C 0,1.43513 0.172562,1.26843 0.380422,1.26843 c 0.211781,0 0.380422,0.1667 0.380422,0.37171 0,0.20502 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,2.01185 0,1.84516 0,1.64014 Z M 0,2.91047 C 0,2.70354 0.172562,2.53876 0.380422,2.53876 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,3.28218 0,3.11357 0,2.91047 Z M 0,4.17884 C 0,3.97191 0.172562,3.80713 0.380422,3.80713 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.168641,0.36979 -0.380422,0.36979 C 0.172562,4.54863 0,4.38194 0,4.17884 Z M 0,5.44727 C 0,5.24226 0.172562,5.07556 0.380422,5.07556 c 0.211781,0 0.380422,0.1667 0.380422,0.37171 0,0.20502 -0.168641,0.3698 -0.380422,0.3698 C 0.172562,5.81707 0,5.65229 0,5.44727 Z M 0,6.71568 C 0,6.51066 0.172562,6.34589 0.380422,6.34589 c 0.211781,0 0.380422,0.16477 0.380422,0.36979 0,0.20502 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,7.08739 0,6.9207 0,6.71568 Z m 0,1.2684 C 0,7.77906 0.172562,7.61237 0.380422,7.61237 c 0.211781,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,8.35579 0,8.18909 0,7.98408 Z M 0,9.25251 C 0,9.04749 0.172562,8.8808 0.380422,8.8808 c 0.211781,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,9.62422 0,9.45752 0,9.25251 Z m 0,1.26839 c 0,-0.2031 0.172562,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1686 0.380422,0.3717 0,0.207 -0.168641,0.3718 -0.380422,0.3718 C 0.172562,10.8927 0,10.7279 0,10.5209 Z m 0,1.2704 c 0,-0.207 0.172562,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1647 0.380422,0.3717 0,0.205 -0.168641,0.3717 -0.380422,0.3717 C 0.172562,12.163 0,11.9963 0,11.7913 Z m 0,1.2683 c 0,-0.2069 0.172562,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1648 0.380422,0.3717 0,0.2031 -0.168641,0.3717 -0.380422,0.3717 C 0.172562,13.4313 0,13.2627 0,13.0596 Z m 0,1.2685 c 0,-0.205 0.172562,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1667 0.380422,0.3717 0,0.2031 -0.168641,0.3717 -0.380422,0.3717 C 0.172562,14.6998 0,14.5312 0,14.3281 Z"
+ id="path975_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.697435 0.111773,0.628458 0.0431406,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0431406,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.191603 -0.109813,0.262496 -0.072554,0.068977 -0.16864,0.109214 -0.270609,0.109214"
+ id="path976_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.699351 0.111773,0.628458 0.0411797,0.559481 0,0.465595 0,0.365962 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.699351 0.48043,0.737672 0.380422,0.737672"
+ id="path977_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.578641 0,0.37171 Z m 0,1.26843 c 0,-0.2031 0.170602,-0.37171 0.380422,-0.37171 0.20982,0 0.380422,0.16861 0.380422,0.37171 0,0.20693 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,2.01185 0,1.84707 0,1.64014 Z M 0,2.91047 C 0,2.70545 0.170602,2.53876 0.380422,2.53876 c 0.20982,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,3.28218 0,3.11548 0,2.91047 Z M 0,4.17884 C 0,3.97191 0.170602,3.80713 0.380422,3.80713 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.20501 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,4.55055 0,4.38385 0,4.17884 Z M 0,5.44727 C 0,5.24226 0.170602,5.07556 0.380422,5.07556 c 0.20982,0 0.380422,0.1667 0.380422,0.37171 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,5.81898 0,5.65229 0,5.44727 Z M 0,6.71762 C 0,6.51069 0.170602,6.34399 0.380422,6.34399 c 0.20982,0 0.380422,0.1667 0.380422,0.37363 0,0.2031 -0.170602,0.36979 -0.380422,0.36979 C 0.170602,7.08741 0,6.92072 0,6.71762 Z M 0,7.98603 C 0,7.7791 0.170602,7.61432 0.380422,7.61432 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.170602,0.36979 -0.380422,0.36979 C 0.170602,8.35582 0,8.18913 0,7.98603 Z M 0,9.2544 C 0,9.04939 0.170602,8.88269 0.380422,8.88269 c 0.20982,0 0.380422,0.1667 0.380422,0.37171 0,0.2031 -0.170602,0.36979 -0.380422,0.36979 C 0.170602,9.62419 0,9.4575 0,9.2544 Z m 0,1.2665 c 0,-0.2031 0.170602,-0.3698 0.380422,-0.3698 0.20982,0 0.380422,0.1667 0.380422,0.3698 0,0.2069 -0.170602,0.3717 -0.380422,0.3717 C 0.170602,10.8926 0,10.7278 0,10.5209 Z m 0,1.2703 c 0,-0.205 0.170602,-0.3698 0.380422,-0.3698 0.20982,0 0.380422,0.1648 0.380422,0.3698 0,0.2051 -0.170602,0.3718 -0.380422,0.3718 C 0.170602,12.163 0,11.9963 0,11.7912 Z m 0,1.2684 c 0,-0.205 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.380422,0.1667 0.380422,0.3717 0,0.2051 -0.170602,0.3717 -0.380422,0.3717 C 0.170602,13.4313 0,13.2647 0,13.0596 Z m 0,1.2685 c 0,-0.2031 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.380422,0.1686 0.380422,0.3717 0,0.205 -0.170602,0.3717 -0.380422,0.3717 C 0.170602,14.6998 0,14.5331 0,14.3281 Z"
+ id="path978_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738871 C 0.280414,0.738871 0.182367,0.696718 0.111773,0.629657 0.0411797,0.56068 0,0.462962 0,0.367161 0,0.269443 0.0411797,0.171725 0.111773,0.102748 c 0.139227,-0.1360378 0.39611,-0.1379538 0.537297,0 0.070594,0.068977 0.111774,0.166695 0.111774,0.264413 0,0.095801 -0.04118,0.191603 -0.111774,0.262496 C 0.578477,0.696718 0.48043,0.738871 0.380422,0.738871"
+ id="path979_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378243,25.4379 c -0.086281,0 -0.172563,-0.0288 -0.245117,-0.0881 -0.1588363,-0.1323 -0.1784456,-0.3679 -0.0431409,-0.5231 L 7.34153,16.4824 c 0.11962,-0.138 0.3216,-0.1706 0.48043,-0.0805 L 15.903,21.0234 25.5037,7.59198 C 25.6194,7.42912 25.8449,7.38505 26.0175,7.49043 L 34.1064,12.43 45.5171,0.121379 C 45.6563,-0.0299878 45.8975,-0.041484 46.0544,0.0964702 46.2093,0.232508 46.221,0.46818 46.0799,0.619547 L 34.4574,13.16 c -0.1236,0.1322 -0.3275,0.1609 -0.4844,0.0651 L 25.9214,8.30666 16.3246,21.7285 c -0.1137,0.159 -0.3314,0.2069 -0.504,0.1092 L 7.71411,17.2009 0.668462,25.3076 c -0.074516,0.0862 -0.182368,0.1303 -0.290219,0.1303"
+ id="path980_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 45.7977,0.741504 H 0.380422 C 0.170602,0.741504 0,0.574809 0,0.369794 0,0.164779 0.170602,0 0.380422,0 H 45.7977 c 0.2098,0 0.3804,0.164779 0.3804,0.369794 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path981_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,7.64305 C 0.170602,7.64305 0,7.47635 0,7.27134 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.369794 V 7.27134 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path982_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path983_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.378461,0.166695 0.378461,0.37171 0,0.205015 -0.168641,0.373626 -0.378461,0.373626 C 0.170602,0.745336 0,0.576725 0,0.37171 Z m 0,1.59033 c 0,-0.2031 0.170602,-0.37171 0.380422,-0.37171 0.20982,0 0.378461,0.16861 0.378461,0.37171 0,0.20693 -0.168641,0.37171 -0.378461,0.37171 C 0.170602,2.33375 0,2.16897 0,1.96204 Z M 0,3.55421 C 0,3.34727 0.170602,3.1825 0.380422,3.1825 c 0.20982,0 0.378461,0.16477 0.378461,0.37171 0,0.20309 -0.168641,0.3717 -0.378461,0.3717 C 0.170602,3.92591 0,3.7573 0,3.55421 Z m 0,1.58841 c 0,-0.2031 0.170602,-0.36979 0.380422,-0.36979 0.20982,0 0.378461,0.16669 0.378461,0.36979 0,0.20693 -0.168641,0.37171 -0.378461,0.37171 C 0.170602,5.51433 0,5.34955 0,5.14262 Z M 0,6.73487 C 0,6.52985 0.170602,6.36316 0.380422,6.36316 c 0.20982,0 0.378461,0.16669 0.378461,0.37171 0,0.20501 -0.168641,0.37171 -0.378461,0.37171 C 0.170602,7.10658 0,6.93988 0,6.73487 Z m 0,1.59025 c 0,-0.20502 0.170602,-0.3698 0.380422,-0.3698 0.20982,0 0.378461,0.16478 0.378461,0.3698 0,0.20501 -0.168641,0.37171 -0.378461,0.37171 C 0.170602,8.69683 0,8.53013 0,8.32512 Z"
+ id="path984_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.736955 C 0.280414,0.736955 0.182367,0.696718 0.111773,0.629657 0.0411797,0.558764 0,0.462962 0,0.367161 0,0.269443 0.0411797,0.171725 0.111773,0.102748 c 0.141188,-0.1360378 0.394149,-0.1379538 0.537297,0 0.070594,0.068977 0.109813,0.166695 0.109813,0.264413 0,0.095801 -0.039219,0.191603 -0.109813,0.262496 C 0.576516,0.696718 0.48043,0.736955 0.380422,0.736955"
+ id="path985_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,11.661 C 0.170602,11.661 0,11.4943 0,11.2893 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 11.2893 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path986_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.100008,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0411797,0.559481 0,0.463679 0,0.367878 0,0.268244 0.0411797,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.398071,-0.1379546 0.539258,0 0.068633,0.068977 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.043141,0.191603 -0.111774,0.26058 C 0.578477,0.697435 0.478469,0.737672 0.380422,0.737672"
+ id="path987_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.380422,0 c 0.20982,0 0.378461,0.166695 0.378461,0.37171 0,0.205015 -0.168641,0.37171 -0.378461,0.37171 C 0.168641,0.74342 0,0.576725 0,0.37171 Z m 0,1.7627 C 0,1.92939 0.168641,1.7627 0.380422,1.7627 c 0.20982,0 0.378461,0.16669 0.378461,0.37171 0,0.20693 -0.168641,0.37171 -0.378461,0.37171 C 0.168641,2.50612 0,2.34134 0,2.13441 Z M 0,3.89918 C 0,3.69224 0.168641,3.52747 0.380422,3.52747 c 0.20982,0 0.378461,0.16477 0.378461,0.37171 0,0.20309 -0.168641,0.36979 -0.378461,0.36979 C 0.168641,4.26897 0,4.10227 0,3.89918 Z m 0,1.76078 c 0,-0.20502 0.168641,-0.3698 0.380422,-0.3698 0.20982,0 0.378461,0.16478 0.378461,0.3698 0,0.20501 -0.168641,0.3717 -0.378461,0.3717 C 0.168641,6.03166 0,5.86497 0,5.65996 Z"
+ id="path988_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.100008,0 -0.200016,-0.040237 -0.27061,-0.107298 C 0.0411797,0.561397 0,0.463679 0,0.365962 0,0.27016 0.0411797,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.043141,0.195435 -0.111774,0.264412 C 0.578477,0.697435 0.478469,0.737672 0.380422,0.737672"
+ id="path989_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,10.5209 C 0.170602,10.5209 0,10.3542 0,10.1492 V 0.37171 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.758883,0.164779 0.758883,0.37171 v 9.77749 c 0,0.205 -0.168641,0.3717 -0.378461,0.3717"
+ id="path990_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.735756 C 0.280414,0.735756 0.182367,0.697435 0.111773,0.628458 0.0392188,0.557565 0,0.463679 0,0.365962 0,0.268244 0.0392188,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.535336,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.191603 -0.109813,0.262496 C 0.576516,0.697435 0.48043,0.735756 0.378461,0.735756"
+ id="path991_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.378461,0 c 0.211781,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.574809 0,0.37171 Z M 0,2.02906 C 0,1.82213 0.170602,1.65735 0.378461,1.65735 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.20501 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,2.40077 0,2.23407 0,2.02906 Z M 0,3.68644 C 0,3.48143 0.170602,3.31665 0.378461,3.31665 c 0.211781,0 0.380422,0.16478 0.380422,0.36979 0,0.20502 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,4.05815 0,3.89146 0,3.68644 Z M 0,5.34571 C 0,5.13878 0.170602,4.974 0.378461,4.974 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.20501 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,5.71742 0,5.55072 0,5.34571 Z M 0,7.00309 C 0,6.8 0.170602,6.6333 0.378461,6.6333 c 0.211781,0 0.380422,0.1667 0.380422,0.36979 0,0.20502 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,7.3748 0,7.20811 0,7.00309 Z M 0,8.66236 C 0,8.45734 0.170602,8.29065 0.378461,8.29065 c 0.211781,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,9.03407 0,8.86737 0,8.66236 Z M 0,10.3197 C 0,10.1166 0.170602,9.948 0.378461,9.948 c 0.211781,0 0.380422,0.1686 0.380422,0.3717 0,0.2069 -0.168641,0.3717 -0.380422,0.3717 C 0.170602,10.6914 0,10.5266 0,10.3197 Z m 0,1.6593 c 0,-0.205 0.170602,-0.3717 0.378461,-0.3717 0.211781,0 0.380422,0.1667 0.380422,0.3717 0,0.205 -0.168641,0.3698 -0.380422,0.3698 C 0.170602,12.3488 0,12.184 0,11.979 Z"
+ id="path992_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738871 C 0.280414,0.738871 0.182367,0.696718 0.111773,0.629657 0.0392188,0.558764 0,0.462962 0,0.365245 0,0.269443 0.0392187,0.171725 0.109812,0.102748 c 0.143149,-0.1379538 0.39611,-0.1360378 0.537297,0 0.072555,0.068977 0.111774,0.166695 0.111774,0.262497 0,0.097717 -0.039219,0.193519 -0.111774,0.264412 C 0.576516,0.696718 0.48043,0.738871 0.378461,0.738871"
+ id="path993_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,20.8138 C 0.168641,20.8138 0,20.6471 0,20.4421 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.588281,0 0.758883,0.166695 0.758883,0.37171 V 20.4421 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path994_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.738392 c -0.101969,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.171246 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.067061 0.113735,0.164779 0.113735,0.260581 0,0.099633 -0.043141,0.195435 -0.113735,0.264412 C 0.580438,0.698155 0.48043,0.738392 0.382383,0.738392"
+ id="path995_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.382383,0.166695 0.382383,0.37171 0,0.206931 -0.172563,0.37171 -0.382383,0.37171 C 0.170602,0.74342 0,0.578641 0,0.37171 Z m 0,1.6344 C 0,1.80109 0.170602,1.6344 0.380422,1.6344 c 0.20982,0 0.382383,0.16669 0.382383,0.37171 0,0.20501 -0.172563,0.37171 -0.382383,0.37171 C 0.170602,2.37782 0,2.21112 0,2.00611 Z m 0,1.6344 C 0,3.43549 0.170602,3.2688 0.380422,3.2688 c 0.20982,0 0.382383,0.16669 0.382383,0.37171 0,0.20501 -0.172563,0.36979 -0.382383,0.36979 C 0.170602,4.0103 0,3.84552 0,3.64051 Z m 0,1.63236 c 0,-0.2031 0.170602,-0.36979 0.380422,-0.36979 0.20982,0 0.382383,0.16669 0.382383,0.36979 0,0.20693 -0.172563,0.37363 -0.382383,0.37363 C 0.170602,5.6465 0,5.4798 0,5.27287 Z m 0,1.63436 c 0,-0.2031 0.170602,-0.37171 0.380422,-0.37171 0.20982,0 0.382383,0.16861 0.382383,0.37171 0,0.20693 -0.172563,0.37171 -0.382383,0.37171 C 0.170602,7.27894 0,7.11416 0,6.90723 Z m 0,1.6344 c 0,-0.2031 0.170602,-0.37171 0.380422,-0.37171 0.20982,0 0.382383,0.16861 0.382383,0.37171 0,0.20693 -0.172563,0.37171 -0.382383,0.37171 C 0.170602,8.91334 0,8.74856 0,8.54163 Z M 0,10.176 C 0,9.97102 0.170602,9.80432 0.380422,9.80432 c 0.20982,0 0.382383,0.1667 0.382383,0.37168 0,0.205 -0.172563,0.3717 -0.382383,0.3717 C 0.170602,10.5477 0,10.381 0,10.176 Z m 0,1.6344 c 0,-0.205 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.382383,0.1667 0.382383,0.3717 0,0.205 -0.172563,0.3717 -0.382383,0.3717 C 0.170602,12.1821 0,12.0154 0,11.8104 Z m 0,1.6344 c 0,-0.205 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.382383,0.1667 0.382383,0.3717 0,0.205 -0.172563,0.3698 -0.382383,0.3698 C 0.170602,13.8146 0,13.6498 0,13.4448 Z m 0,1.6324 c 0,-0.2031 0.170602,-0.3678 0.380422,-0.3678 0.20982,0 0.382383,0.1647 0.382383,0.3678 0,0.207 -0.172563,0.3717 -0.382383,0.3717 C 0.170602,15.4489 0,15.2842 0,15.0772 Z m 0,1.6345 C 0,16.5086 0.170602,16.34 0.380422,16.34 c 0.20982,0 0.382383,0.1686 0.382383,0.3717 0,0.2069 -0.172563,0.3717 -0.382383,0.3717 C 0.170602,17.0834 0,16.9186 0,16.7117 Z"
+ id="path996_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.736955 c -0.101969,0 -0.200016,-0.040237 -0.27061,-0.107298 C 0.0411797,0.56068 0,0.462962 0,0.365245 0,0.269443 0.0411797,0.171725 0.111773,0.102748 c 0.141188,-0.1360378 0.39611,-0.1379538 0.537297,0 0.070594,0.068977 0.113735,0.166695 0.113735,0.262497 0,0.097717 -0.043141,0.195435 -0.113735,0.264412 C 0.580438,0.696718 0.48043,0.736955 0.382383,0.736955"
+ id="path997_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,18.1046 C 0.170602,18.1046 0,17.9379 0,17.7329 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 17.7329 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path998_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739588 c -0.100008,0 -0.198055,-0.040237 -0.268649,-0.11113 C 0.0411797,0.559481 0,0.465595 0,0.367878 0,0.268244 0.0411797,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.072555,0.070893 0.111774,0.164778 0.111774,0.264412 0,0.097717 -0.039219,0.191603 -0.111774,0.26058 -0.070593,0.070893 -0.16864,0.11113 -0.268648,0.11113"
+ id="path999_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z M 0,2.02137 C 0,1.81444 0.170602,1.64966 0.380422,1.64966 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,2.39308 0,2.22447 0,2.02137 Z M 0,3.66923 C 0,3.46422 0.170602,3.29944 0.380422,3.29944 c 0.20982,0 0.380422,0.16478 0.380422,0.36979 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,4.04094 0,3.87425 0,3.66923 Z M 0,5.31885 C 0,5.11192 0.170602,4.94714 0.380422,4.94714 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,5.69056 0,5.52387 0,5.31885 Z M 0,6.96863 C 0,6.7617 0.170602,6.59692 0.380422,6.59692 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.170602,0.3698 -0.380422,0.3698 C 0.170602,7.33843 0,7.17173 0,6.96863 Z M 0,8.61634 C 0,8.41132 0.170602,8.24463 0.380422,8.24463 c 0.20982,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,8.98805 0,8.82135 0,8.61634 Z m 0,1.64976 c 0,-0.2069 0.170602,-0.37364 0.380422,-0.37364 0.20982,0 0.380422,0.16674 0.380422,0.37364 0,0.2031 -0.170602,0.3717 -0.380422,0.3717 C 0.170602,10.6378 0,10.4692 0,10.2661 Z m 0,1.6478 c 0,-0.205 0.170602,-0.3736 0.380422,-0.3736 0.20982,0 0.380422,0.1686 0.380422,0.3736 0,0.205 -0.170602,0.3698 -0.380422,0.3698 C 0.170602,12.2837 0,12.1189 0,11.9139 Z m 0,1.6478 c 0,-0.205 0.170602,-0.3698 0.380422,-0.3698 0.20982,0 0.380422,0.1648 0.380422,0.3698 0,0.205 -0.170602,0.3736 -0.380422,0.3736 C 0.170602,13.9353 0,13.7667 0,13.5617 Z m 0,1.6477 c 0,-0.2031 0.170602,-0.3698 0.380422,-0.3698 0.20982,0 0.380422,0.1667 0.380422,0.3698 0,0.2069 -0.170602,0.3717 -0.380422,0.3717 C 0.170602,15.5811 0,15.4163 0,15.2094 Z"
+ id="path1000_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.736955 C 0.280414,0.736955 0.182367,0.696718 0.111773,0.629657 0.0411797,0.56068 0,0.462962 0,0.365245 0,0.269443 0.0411797,0.171725 0.111773,0.102748 c 0.139227,-0.1360378 0.39611,-0.1379538 0.537297,0 0.072555,0.068977 0.111774,0.166695 0.111774,0.262497 0,0.097717 -0.039219,0.195435 -0.111774,0.264412 C 0.578477,0.696718 0.48043,0.736955 0.380422,0.736955"
+ id="path1001_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,22.8467 C 0.170602,22.8467 0,22.6801 0,22.475 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.369794 V 22.475 c 0,0.2051 -0.170602,0.3717 -0.380422,0.3717"
+ id="path1002_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path1003_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.378461,0.166695 0.378461,0.37171 0,0.205015 -0.168641,0.369794 -0.378461,0.369794 C 0.170602,0.741504 0,0.576725 0,0.37171 Z M 0,2.0022 C 0,1.79527 0.170602,1.63049 0.380422,1.63049 c 0.20982,0 0.378461,0.16478 0.378461,0.37171 0,0.2031 -0.168641,0.3698 -0.378461,0.3698 C 0.170602,2.372 0,2.2053 0,2.0022 Z m 0,1.62675 c 0,-0.2031 0.170602,-0.36979 0.380422,-0.36979 0.20982,0 0.378461,0.16669 0.378461,0.36979 0,0.20693 -0.168641,0.37171 -0.378461,0.37171 C 0.170602,4.00066 0,3.83588 0,3.62895 Z M 0,5.25953 C 0,5.05451 0.170602,4.88782 0.380422,4.88782 c 0.20982,0 0.378461,0.16669 0.378461,0.37171 0,0.20501 -0.168641,0.37171 -0.378461,0.37171 C 0.170602,5.63124 0,5.46454 0,5.25953 Z M 0,6.89002 C 0,6.68501 0.170602,6.51831 0.380422,6.51831 c 0.20982,0 0.378461,0.1667 0.378461,0.37171 0,0.20502 -0.168641,0.37171 -0.378461,0.37171 C 0.170602,7.26173 0,7.09504 0,6.89002 Z M 0,8.51868 C 0,8.31367 0.170602,8.14697 0.380422,8.14697 c 0.20982,0 0.378461,0.1667 0.378461,0.37171 0,0.20693 -0.168641,0.37171 -0.378461,0.37171 C 0.170602,8.89039 0,8.72561 0,8.51868 Z M 0,10.1492 C 0,9.94224 0.170602,9.77747 0.380422,9.77747 c 0.20982,0 0.378461,0.16477 0.378461,0.37173 0,0.205 -0.168641,0.3717 -0.378461,0.3717 C 0.170602,10.5209 0,10.3542 0,10.1492 Z m 0,1.6286 c 0,-0.205 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.378461,0.1667 0.378461,0.3717 0,0.2051 -0.168641,0.3717 -0.378461,0.3717 C 0.170602,12.1495 0,11.9829 0,11.7778 Z m 0,1.6305 c 0,-0.2069 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.378461,0.1648 0.378461,0.3717 0,0.2031 -0.168641,0.3717 -0.378461,0.3717 C 0.170602,13.78 0,13.6114 0,13.4083 Z m 0,1.6306 c 0,-0.2069 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.378461,0.1648 0.378461,0.3717 0,0.2031 -0.168641,0.3698 -0.378461,0.3698 C 0.170602,15.4087 0,15.242 0,15.0389 Z m 0,1.6287 c 0,-0.205 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.378461,0.1667 0.378461,0.3717 0,0.205 -0.168641,0.3698 -0.378461,0.3698 C 0.170602,17.0374 0,16.8726 0,16.6676 Z m 0,1.6286 c 0,-0.2031 0.170602,-0.3698 0.380422,-0.3698 0.20982,0 0.378461,0.1667 0.378461,0.3698 0,0.205 -0.168641,0.3717 -0.378461,0.3717 C 0.170602,18.6679 0,18.5012 0,18.2962 Z m 0,1.6305 c 0,-0.205 0.170602,-0.3698 0.380422,-0.3698 0.20982,0 0.378461,0.1648 0.378461,0.3698 0,0.205 -0.168641,0.3717 -0.378461,0.3717 C 0.170602,20.2984 0,20.1317 0,19.9267 Z m 0,1.6286 c 0,-0.2031 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.378461,0.1686 0.378461,0.3717 0,0.2069 -0.168641,0.3717 -0.378461,0.3717 C 0.170602,21.927 0,21.7622 0,21.5553 Z m 0,1.6306 c 0,-0.205 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.378461,0.1667 0.378461,0.3717 0,0.205 -0.168641,0.3717 -0.378461,0.3717 C 0.170602,23.5576 0,23.3909 0,23.1859 Z"
+ id="path1004_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.736235 C 0.280414,0.736235 0.182367,0.695998 0.111773,0.628937 0.0411797,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0411797,0.171006 0.111773,0.102029 c 0.141188,-0.1360385 0.39611,-0.1360385 0.537297,0 0.070594,0.068977 0.109813,0.166694 0.109813,0.264412 0,0.095801 -0.039219,0.191603 -0.109813,0.262496 C 0.576516,0.695998 0.48043,0.736235 0.380422,0.736235"
+ id="path1005_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.182367,0.699351 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 -0.070593,0.070893 -0.16864,0.109214 -0.268648,0.109214"
+ id="path1006_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.172562,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.172562,0.74342 0,0.576725 0,0.37171 Z m 1.68237,0 C 1.68237,0.166695 1.85297,0 2.06279,0 c 0.20983,0 0.38043,0.166695 0.38043,0.37171 0,0.205015 -0.1706,0.37171 -0.38043,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.68457,0 C 3.36694,0.166695 3.53558,0 3.7454,0 c 0.20982,0 0.38043,0.166695 0.38043,0.37171 0,0.205015 -0.17061,0.37171 -0.38043,0.37171 -0.20982,0 -0.37846,-0.166695 -0.37846,-0.37171 z m 1.68042,0 C 5.04736,0.166695 5.21796,0 5.42779,0 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20983,0 -0.38043,-0.166695 -0.38043,-0.37171 z m 1.68262,0 C 6.72998,0.166695 6.89862,0 7.1104,0 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.68237,0 C 8.41235,0.166695 8.58296,0 8.79278,0 c 0.20785,0 0.37846,0.166695 0.37846,0.37171 0,0.205015 -0.17061,0.37171 -0.37846,0.37171 -0.20982,0 -0.38043,-0.166695 -0.38043,-0.37171 z m 1.68065,0 C 10.093,0.166695 10.2636,0 10.4734,0 c 0.2118,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1687,0.37171 -0.3805,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6824,0 C 11.7754,0.166695 11.946,0 12.1558,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6846,0 C 13.46,0.166695 13.6286,0 13.8404,0 c 0.2078,0 0.3784,0.166695 0.3784,0.37171 0,0.205015 -0.1706,0.37171 -0.3784,0.37171 -0.2118,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6804,0 C 15.1404,0.166695 15.311,0 15.5208,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6826,0 C 16.823,0.166695 16.9916,0 17.2034,0 c 0.2079,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1725,0.37171 -0.3804,0.37171 -0.2118,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6824,0 C 18.5054,0.166695 18.676,0 18.8838,0 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1706,0.37171 -0.3805,0.37171 -0.2078,0 -0.3784,-0.166695 -0.3784,-0.37171 z m 1.6804,0 C 20.1858,0.166695 20.3584,0 20.5662,0 c 0.2118,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1686,0.37171 -0.3804,0.37171 -0.2078,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6846,0 C 21.8704,0.166695 22.039,0 22.2508,0 c 0.2078,0 0.3784,0.166695 0.3784,0.37171 0,0.205015 -0.1706,0.37171 -0.3784,0.37171 -0.2118,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6823,0 C 23.5527,0.166695 23.7214,0 23.9312,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2098,0 -0.3785,-0.166695 -0.3785,-0.37171 z m 1.6807,0 C 25.2334,0.166695 25.404,0 25.6138,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6824,0 C 26.9158,0.166695 27.0864,0 27.2962,0 c 0.2079,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1725,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6826,0 C 28.5984,0.166695 28.769,0 28.9768,0 c 0.2118,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1687,0.37171 -0.3805,0.37171 -0.2078,0 -0.3784,-0.166695 -0.3784,-0.37171 z m 1.6804,0 C 30.2788,0.166695 30.4514,0 30.6592,0 c 0.2118,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1687,0.37171 -0.3805,0.37171 -0.2078,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6846,0 C 31.9634,0.166695 32.132,0 32.3418,0 c 0.2099,0 0.3824,0.166695 0.3824,0.37171 0,0.205015 -0.1725,0.37171 -0.3824,0.37171 -0.2098,0 -0.3784,-0.166695 -0.3784,-0.37171 z m 1.6824,0 C 33.6458,0.166695 33.8144,0 34.0242,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2098,0 -0.3784,-0.166695 -0.3784,-0.37171 z m 1.6804,0 C 35.3262,0.166695 35.4948,0 35.7066,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2118,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6826,0 C 37.0088,0.166695 37.1794,0 37.3892,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6824,0 C 38.6912,0.166695 38.8618,0 39.0696,0 39.2814,0 39.45,0.166695 39.45,0.37171 c 0,0.205015 -0.1686,0.37171 -0.3804,0.37171 -0.2078,0 -0.3784,-0.166695 -0.3784,-0.37171 z m 1.6806,0 C 40.3718,0.166695 40.5424,0 40.7542,0 c 0.2098,0 0.3785,0.166695 0.3785,0.37171 0,0.205015 -0.1687,0.37171 -0.3785,0.37171 -0.2118,0 -0.3824,-0.166695 -0.3824,-0.37171 z m 1.6844,0 C 42.0562,0.166695 42.2248,0 42.4366,0 c 0.2078,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1726,0.37171 -0.3804,0.37171 -0.2118,0 -0.3804,-0.166695 -0.3804,-0.37171 z"
+ id="path1007_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.101969,0 -0.198055,-0.040237 -0.27061,-0.109214 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.398071,-0.1379546 0.537297,0 0.072555,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.697435 0.478469,0.737672 0.380422,0.737672"
+ id="path1008_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 45.7977,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 45.7977 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path1009_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 35.8479,0.741504 H 0.380422 C 0.170602,0.741504 0,0.574809 0,0.369794 0,0.164779 0.170602,0 0.380422,0 H 35.8479 c 0.2098,0 0.3804,0.164779 0.3804,0.369794 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path1010_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 40.6306,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 40.6306 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.369794 -0.3804,0.369794"
+ id="path1011_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 32.0672,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 32.0672 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path1012_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 25.951,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 25.951 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1706,0.37171 -0.3805,0.37171"
+ id="path1013_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 4.80234,0 2.40215,4.9127 0,0 h 4.80234"
+ id="path1014_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 8.032,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 8.032 c 0.20982,0 0.37846,0.166695 0.37846,0.37171 0,0.205015 -0.16864,0.37171 -0.37846,0.37171"
+ id="path1015_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.113734,0.628458 0.0431406,0.559481 0,0.465595 0,0.365962 0,0.268244 0.0431406,0.172443 0.113734,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.099633 -0.039219,0.193519 -0.109813,0.262496 -0.072554,0.068977 -0.16864,0.109214 -0.270609,0.109214"
+ id="path1016_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z m 1.68237,0 C 1.68237,0.166695 1.85297,0 2.06279,0 c 0.20983,0 0.37847,0.166695 0.37847,0.37171 0,0.205015 -0.16864,0.37171 -0.37847,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z"
+ id="path1017_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.697435 0.113734,0.628458 0.0431406,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0431406,0.172443 0.113734,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 -0.072554,0.068977 -0.16864,0.109214 -0.270609,0.109214"
+ id="path1018_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 13.0755,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 13.0755 c 0.2118,0 0.3805,0.166695 0.3805,0.37171 0,0.205015 -0.1687,0.37171 -0.3805,0.37171"
+ id="path1019_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.21398,0.741504 H 0.380422 C 0.170602,0.741504 0,0.574809 0,0.369794 0,0.164779 0.170602,0 0.380422,0 H 3.21398 c 0.20982,0 0.37846,0.164779 0.37846,0.369794 0,0.205015 -0.16864,0.37171 -0.37846,0.37171"
+ id="path1020_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.100008,0 -0.198055,-0.038321 -0.27061,-0.109214 C 0.0411797,0.559002 0,0.465116 0,0.365483 0,0.269681 0.0411797,0.171964 0.109812,0.104903 c 0.143149,-0.1398706 0.39611,-0.1398706 0.539258,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path1021_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.578641 0,0.37171 Z m 1.52759,0 C 1.52759,0.168611 1.69819,0 1.90997,0 c 0.20786,0 0.37846,0.168611 0.37846,0.37171 0,0.206931 -0.1706,0.37171 -0.37846,0.37171 -0.21178,0 -0.38238,-0.164779 -0.38238,-0.37171 z m 1.52954,0 C 3.05713,0.168611 3.22773,0 3.43755,0 c 0.21178,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.16864,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z"
+ id="path1022_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0392188,0.558285 0,0.464399 0,0.364766 0,0.267048 0.0392188,0.171246 0.111773,0.104185 c 0.141188,-0.1398698 0.394149,-0.1379538 0.535336,0 0.072555,0.067061 0.111774,0.164779 0.111774,0.260581 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path1023_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 4.12581,0.741504 H 0.380422 C 0.170602,0.741504 0,0.574809 0,0.369794 0,0.164779 0.170602,0 0.380422,0 H 4.12581 c 0.21178,0 0.38042,0.164779 0.38042,0.369794 0,0.205015 -0.16864,0.37171 -0.38042,0.37171"
+ id="path1024_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 13.0755,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.369794 0,0.164779 0.170602,0 0.380422,0 H 13.0755 c 0.2118,0 0.3805,0.164779 0.3805,0.369794 0,0.206931 -0.1687,0.37171 -0.3805,0.37171"
+ id="path1025_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.71402,2.37205 c -0.09805,0 -0.19414,-0.03641 -0.26865,-0.10922 L 2.04722,0.896702 0.64907,2.26283 c -0.149031,0.14562 -0.388265,0.14562 -0.537297,0 -0.1490308,-0.1437 -0.1490308,-0.37937 0,-0.52499 L 1.77857,0.109214 c 0.14903,-0.1456186 0.38827,-0.1456186 0.5373,0 L 3.98266,1.73784 c 0.14904,0.14562 0.14904,0.38129 0,0.52499 -0.07451,0.07281 -0.1706,0.10922 -0.26864,0.10922"
+ id="path1026_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.71402,2.37061 C 3.61597,2.37061 3.51988,2.3342 3.44537,2.26139 L 2.04722,0.897181 0.64907,2.26139 c -0.149031,0.14562 -0.388265,0.14562 -0.537297,0 -0.1490308,-0.1437 -0.1490308,-0.37937 0,-0.52499 L 1.77857,0.107777 c 0.14903,-0.1437026 0.38827,-0.1437026 0.5373,0 L 3.98266,1.7364 c 0.14904,0.14562 0.14904,0.38129 0,0.52499 C 3.90815,2.3342 3.81206,2.37061 3.71402,2.37061"
+ id="path1027_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.71402,2.37013 c -0.09805,0 -0.19414,-0.0364 -0.26865,-0.1073 L 2.04722,0.896702 0.64907,2.26283 c -0.149031,0.1437 -0.388265,0.1437 -0.537297,0 -0.1490308,-0.14562 -0.1490308,-0.38129 0,-0.52499 L 1.77857,0.109214 c 0.14903,-0.1456186 0.38827,-0.1456186 0.5373,0 L 3.98266,1.73784 c 0.14904,0.1437 0.14904,0.37937 0,0.52499 -0.07451,0.0709 -0.1706,0.1073 -0.26864,0.1073"
+ id="path1028_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.71402,2.37205 c -0.09805,0 -0.19414,-0.03641 -0.26865,-0.10922 L 2.04722,0.896702 0.64907,2.26283 c -0.149031,0.14562 -0.388265,0.14562 -0.537297,0 -0.1490308,-0.14562 -0.1490308,-0.38129 0,-0.52499 L 1.77857,0.109214 c 0.14903,-0.1456186 0.38827,-0.1456186 0.5373,0 L 3.98266,1.73784 c 0.14904,0.1437 0.14904,0.37937 0,0.52499 -0.07451,0.07281 -0.1706,0.10922 -0.26864,0.10922"
+ id="path1029_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.71402,2.37205 c -0.09805,0 -0.19414,-0.03641 -0.26865,-0.10922 L 2.04722,0.896702 0.64907,2.26283 c -0.149031,0.14562 -0.388265,0.14562 -0.537297,0 -0.1490308,-0.14562 -0.1490308,-0.37937 0,-0.52499 L 1.77857,0.109214 c 0.14903,-0.1456186 0.38827,-0.1456186 0.5373,0 L 3.98266,1.73784 c 0.14904,0.14562 0.14904,0.37937 0,0.52499 -0.07451,0.07281 -0.1706,0.10922 -0.26864,0.10922"
+ id="path1030_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.278453,0.737193 0.182367,0.698872 0.111773,0.627979 0.0392188,0.559002 0,0.465116 0,0.365483 0,0.269681 0.0392188,0.171964 0.111773,0.104903 c 0.141188,-0.1398706 0.394149,-0.1398706 0.535336,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.698872 0.478469,0.737193 0.380422,0.737193"
+ id="path1031_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.168641,0 0.380422,0 c 0.207859,0 0.378461,0.166695 0.378461,0.369794 0,0.206931 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,0.741504 0,0.576725 0,0.369794 Z M 0,1.98503 c 0,-0.20502 0.168641,-0.3698 0.380422,-0.3698 0.207859,0 0.378461,0.16478 0.378461,0.3698 0,0.20501 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,2.35674 0,2.19004 0,1.98503 Z M 0,3.60218 C 0,3.39525 0.168641,3.23047 0.380422,3.23047 c 0.207859,0 0.378461,0.16478 0.378461,0.37171 0,0.2031 -0.170602,0.36979 -0.378461,0.36979 C 0.168641,3.97197 0,3.80528 0,3.60218 Z M 0,5.21729 C 0,5.01036 0.168641,4.84558 0.380422,4.84558 c 0.207859,0 0.378461,0.16478 0.378461,0.37171 0,0.2031 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,5.589 0,5.42039 0,5.21729 Z"
+ id="path1032_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.278453,0.738151 0.182367,0.695998 0.111773,0.628937 0.0392188,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.172922 0.109812,0.102029 c 0.143149,-0.1360385 0.39611,-0.1360385 0.537297,0 0.072555,0.070893 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.695998 0.478469,0.738151 0.380422,0.738151"
+ id="path1033_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.630374 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0411797,0.172443 0.111773,0.103466 c 0.143149,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.109813,0.166694 0.109813,0.262496 0,0.097717 -0.039219,0.193519 -0.109813,0.264412 C 0.576516,0.697435 0.48043,0.737672 0.378461,0.737672"
+ id="path1034_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.378461,0 c 0.211781,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.574809 0,0.37171 Z M 0,2.12678 C 0,1.91984 0.170602,1.75507 0.378461,1.75507 c 0.211781,0 0.380422,0.16477 0.380422,0.37171 0,0.20501 -0.168641,0.36979 -0.380422,0.36979 C 0.170602,2.49657 0,2.33179 0,2.12678 Z"
+ id="path1035_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.736475 c -0.098047,0 -0.196094,-0.03832 -0.266688,-0.107297 C 0.0411797,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.173163 0.111773,0.104185 c 0.143149,-0.1379538 0.394149,-0.1398698 0.537297,0 0.070594,0.068978 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.039219,0.193519 -0.109813,0.264412 C 0.576516,0.698155 0.48043,0.736475 0.378461,0.736475"
+ id="path1036_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,35.3757 C 0.170602,35.3757 0,35.209 0,35.004 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 35.004 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path1037_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737433 C 0.280414,0.737433 0.182367,0.699113 0.111773,0.62822 0.0411797,0.559243 0,0.463441 0,0.365724 0,0.268006 0.0411797,0.172204 0.111773,0.105143 0.252961,-0.0347268 0.505922,-0.0347268 0.64907,0.103227 0.719664,0.172204 0.758883,0.268006 0.758883,0.365724 0.758883,0.463441 0.719664,0.559243 0.64907,0.62822 0.576516,0.699113 0.48043,0.737433 0.378461,0.737433"
+ id="path1038_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.378461,0 c 0.211781,0 0.380422,0.166695 0.380422,0.37171 0,0.203099 -0.168641,0.369794 -0.380422,0.369794 C 0.170602,0.741504 0,0.574809 0,0.37171 Z M 0,1.97547 C 0,1.77045 0.170602,1.60376 0.378461,1.60376 c 0.211781,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,2.34718 0,2.18048 0,1.97547 Z"
+ id="path1039_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738871 C 0.280414,0.738871 0.182367,0.698634 0.111773,0.629657 0.0411797,0.558764 0,0.462962 0,0.365245 0,0.269443 0.0411797,0.171725 0.111773,0.102748 c 0.143149,-0.1360378 0.394149,-0.1379538 0.537297,0 0.070594,0.068977 0.109813,0.166695 0.109813,0.262497 0,0.097717 -0.039219,0.193519 -0.109813,0.264412 C 0.576516,0.698634 0.48043,0.738871 0.378461,0.738871"
+ id="path1040_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738392 C 0.280414,0.738392 0.182367,0.698155 0.111773,0.629178 0.0411797,0.560201 0,0.464399 0,0.366682 0,0.268964 0.0411797,0.175079 0.111773,0.104185 c 0.141188,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.068978 0.109813,0.164779 0.109813,0.262497 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.578477,0.698155 0.48043,0.738392 0.378461,0.738392"
+ id="path1041_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.373626 C 0,0.166695 0.170602,0 0.378461,0 0.590242,0 0.758883,0.166695 0.758883,0.373626 0.758883,0.578641 0.590242,0.74342 0.378461,0.74342 0.170602,0.74342 0,0.578641 0,0.373626 Z M 0,2.13444 C 0,1.92943 0.170602,1.76465 0.378461,1.76465 c 0.211781,0 0.380422,0.16478 0.380422,0.36979 0,0.20502 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,2.50615 0,2.33946 0,2.13444 Z M 0,3.89722 C 0,3.69221 0.170602,3.52551 0.378461,3.52551 c 0.211781,0 0.380422,0.1667 0.380422,0.37171 0,0.20502 -0.168641,0.3698 -0.380422,0.3698 C 0.170602,4.26702 0,4.10224 0,3.89722 Z M 0,5.658 C 0,5.4549 0.170602,5.28821 0.378461,5.28821 c 0.211781,0 0.380422,0.16669 0.380422,0.36979 0,0.20693 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,6.02971 0,5.86493 0,5.658 Z M 0,7.4227 C 0,7.21577 0.170602,7.04907 0.378461,7.04907 c 0.211781,0 0.380422,0.1667 0.380422,0.37363 0,0.2031 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,7.79441 0,7.6258 0,7.4227 Z"
+ id="path1042_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.736475 c -0.098047,0 -0.196094,-0.03832 -0.266688,-0.107297 C 0.0411797,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.173163 0.111773,0.104185 c 0.141188,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.068978 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.039219,0.193519 -0.109813,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.378461,0.736475"
+ id="path1043_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,15.0562 C 0.170602,15.0562 0,14.8895 0,14.6845 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 14.6845 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path1044_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.100008,0 -0.200016,-0.038321 -0.27061,-0.109214 C 0.0411797,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0411797,0.171964 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.539258,0 0.070594,0.067061 0.111774,0.162862 0.111774,0.26058 0,0.099633 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path1045_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.576725 0,0.37171 Z M 0,1.7494 C 0,1.54438 0.170602,1.37769 0.380422,1.37769 c 0.20982,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,2.12111 0,1.95441 0,1.7494 Z"
+ id="path1046_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.738151 c -0.100008,0 -0.200016,-0.042153 -0.27061,-0.109214 C 0.0411797,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0411797,0.171006 0.109812,0.102029 c 0.143149,-0.1360385 0.398071,-0.1360385 0.539258,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.695998 0.48043,0.738151 0.380422,0.738151"
+ id="path1047_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 10.8597,31.2102 H 0.380422 C 0.168641,31.2102 0,31.0435 0,30.8385 0,30.6335 0.168641,30.4668 0.380422,30.4668 H 10.4792 V 0.37171 C 10.4792,0.166695 10.6499,0 10.8597,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 V 30.8385 c 0,0.205 -0.1706,0.3717 -0.3804,0.3717"
+ id="path1048_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.098047,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.173163 0.111773,0.104185 c 0.143149,-0.1398698 0.39611,-0.1379538 0.539258,0 0.068633,0.068978 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.04118,0.193519 -0.109813,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path1049_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.576725 0,0.369794"
+ id="path1050_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737193 C 0.278453,0.737193 0.182367,0.698872 0.111773,0.629895 0.0392188,0.559002 0,0.465116 0,0.365483 0,0.269681 0.0392188,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.394149,-0.1398706 0.537297,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.26058 0,0.099633 -0.039219,0.193519 -0.109813,0.264412 C 0.576516,0.698872 0.48043,0.737193 0.378461,0.737193"
+ id="path1051_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.282375,0.737193 0.182367,0.698872 0.111773,0.629895 0.0411797,0.559002 0,0.465116 0,0.365483 0,0.269681 0.0411797,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.539258,0 0.068633,0.068977 0.109813,0.164778 0.109813,0.26058 0,0.099633 -0.04118,0.193519 -0.109813,0.264412 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path1052_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.211781,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.168641,0.369794 -0.380422,0.369794 C 0.170602,0.741504 0,0.574809 0,0.37171 Z M 0,2.21497 C 0,2.00996 0.170602,1.84326 0.380422,1.84326 c 0.211781,0 0.380422,0.1667 0.380422,0.37171 0,0.20502 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,2.58668 0,2.41999 0,2.21497 Z"
+ id="path1053_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.364046 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.068977 0.109813,0.164778 0.109813,0.26058 0,0.099633 -0.04118,0.195435 -0.109813,0.264412 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path1054_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,20.0953 C 0.170602,20.0953 0,19.9286 0,19.7236 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 19.7236 c 0,0.205 -0.170602,0.3717 -0.380422,0.3717"
+ id="path1055_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.113734,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.113734,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.535336,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path1056_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.172562,0 0.380422,0 c 0.211781,0 0.380422,0.164779 0.380422,0.37171 0,0.205015 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,0.74342 0,0.576725 0,0.37171 Z M 0,2.11524 C 0,1.91022 0.172562,1.74353 0.380422,1.74353 c 0.211781,0 0.380422,0.16669 0.380422,0.37171 0,0.20502 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,2.48695 0,2.32026 0,2.11524 Z M 0,3.86085 C 0,3.65391 0.172562,3.48914 0.380422,3.48914 c 0.211781,0 0.380422,0.16477 0.380422,0.37171 0,0.20309 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,4.23256 0,4.06394 0,3.86085 Z"
+ id="path1057_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.738151 C 0.280414,0.738151 0.182367,0.695998 0.113734,0.628937 0.0411797,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0411797,0.171006 0.113734,0.102029 c 0.139227,-0.1360385 0.394149,-0.1360385 0.535336,0 0.072555,0.070893 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.695998 0.48043,0.738151 0.380422,0.738151"
+ id="path1058_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 14.9541,28.3668 H 0.380422 C 0.170602,28.3668 0,28.2001 0,27.9951 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 27.6234 H 14.9541 c 0.2098,0 0.3804,0.1667 0.3804,0.3717 0,0.205 -0.1706,0.3717 -0.3804,0.3717"
+ id="path1059_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,5.78258 C 0.170602,5.78258 0,5.6178 0,5.41279 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 15.7287 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 H 0.760844 v 4.66937 c 0,0.20501 -0.170602,0.36979 -0.380422,0.36979"
+ id="path1060_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737193 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0392187,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0392187,0.171964 0.109812,0.104903 c 0.143149,-0.1398706 0.39611,-0.1398706 0.537297,0 0.072555,0.067061 0.113735,0.162862 0.113735,0.26058 0,0.097717 -0.04118,0.193519 -0.113735,0.262496 -0.068632,0.070893 -0.16864,0.109214 -0.266687,0.109214"
+ id="path1061_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.168611 0.380422,0.37171 0,0.205015 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.576725 0,0.37171 Z m 1.51978,0 C 1.51978,0.168611 1.69234,0 1.9002,0 c 0.21178,0 0.38042,0.168611 0.38042,0.37171 0,0.205015 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.52172,0 C 3.0415,0.168611 3.21211,0 3.41996,0 c 0.21179,0 0.38043,0.168611 0.38043,0.37171 0,0.205015 -0.16864,0.37171 -0.38043,0.37171 -0.20785,0 -0.37846,-0.166695 -0.37846,-0.37171 z"
+ id="path1062_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.627979 0.0411797,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0411797,0.171964 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.067061 0.109813,0.162862 0.109813,0.26058 0,0.099633 -0.039219,0.193519 -0.109813,0.262496 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path1063_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 22.3331,0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 22.3331 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171"
+ id="path1064_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.629895 0.0411797,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0411797,0.171964 0.111773,0.104903 c 0.141188,-0.1398706 0.394149,-0.1398706 0.537297,0 0.070594,0.067061 0.109813,0.162862 0.109813,0.26058 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.698872 0.48043,0.737193 0.378461,0.737193"
+ id="path1065_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.37171 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.578641 0,0.37171 Z m 1.66675,0 C 1.66675,0.166695 1.83735,0 2.04717,0 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.66675,0 C 3.3335,0.166695 3.5041,0 3.71392,0 c 0.20982,0 0.37846,0.166695 0.37846,0.37171 0,0.206931 -0.16864,0.37171 -0.37846,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.66699,0 C 5.00049,0.166695 5.17109,0 5.38091,0 c 0.20982,0 0.37846,0.166695 0.37846,0.37171 0,0.206931 -0.16864,0.37171 -0.37846,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z"
+ id="path1066_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.627979 0.0392188,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0392188,0.171964 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.067061 0.111774,0.162862 0.111774,0.26058 0,0.099633 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path1067_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 5.1357,5.78258 C 4.92588,5.78258 4.75527,5.6178 4.75527,5.41279 V 0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 5.1357 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 v 5.04108 c 0,0.20501 -0.1706,0.36979 -0.38042,0.36979"
+ id="path1068_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,4.5065 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 25.4726 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 H 0.760844 V 4.5065 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,4.87821 0,4.71152 0,4.5065 Z"
+ id="path1069_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737913 C 0.280414,0.737913 0.182367,0.697676 0.113734,0.628699 0.0411797,0.559722 0,0.462004 0,0.366203 0,0.268485 0.0411797,0.172684 0.111773,0.103706 0.254922,-0.0342478 0.507883,-0.0342478 0.64907,0.10179 0.721625,0.172684 0.760844,0.268485 0.760844,0.366203 0.760844,0.462004 0.721625,0.559722 0.64907,0.628699 0.580438,0.697676 0.482391,0.737913 0.380422,0.737913"
+ id="path1070_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.168641,0 0.378461,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.574809 0,0.37171 Z m 1.68433,0 C 1.68433,0.164779 1.85493,0 2.06475,0 c 0.21178,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.16864,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.168611 -0.38042,-0.37171 z m 1.68847,0 C 3.3728,0.164779 3.54144,0 3.75322,0 c 0.20786,0 0.37847,0.164779 0.37847,0.37171 0,0.203099 -0.17061,0.37171 -0.37847,0.37171 -0.21178,0 -0.38042,-0.168611 -0.38042,-0.37171 z"
+ id="path1071_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737913 C 0.280414,0.737913 0.182367,0.697676 0.111773,0.628699 0.0411797,0.559722 0,0.46392 0,0.366203 0,0.268485 0.0411797,0.172684 0.111773,0.103706 0.254922,-0.0342478 0.507883,-0.0342478 0.64907,0.10179 0.719664,0.172684 0.760844,0.268485 0.760844,0.366203 0.760844,0.46392 0.719664,0.559722 0.64907,0.628699 0.580438,0.697676 0.48043,0.737913 0.380422,0.737913"
+ id="path1072_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 14.8776,4.87821 c -0.2098,0 -0.3784,-0.16669 -0.3784,-0.37171 V 0.74342 H 0.378461 C 0.168641,0.74342 0,0.576725 0,0.37171 0,0.166695 0.168641,0 0.378461,0 H 14.8776 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 V 4.5065 c 0,0.20502 -0.1706,0.37171 -0.3805,0.37171"
+ id="path1073_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,3.97385 C 0.168641,3.97385 0,3.80715 0,3.60214 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 H 8.76539 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 H 0.758883 v 2.85872 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path1074_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0392188,0.559481 0,0.463679 0,0.367878 0,0.268244 0.0392188,0.174359 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.535336,0 0.072555,0.070893 0.113735,0.164778 0.113735,0.264412 0,0.095801 -0.04118,0.191603 -0.111774,0.26058 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path1075_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.172562,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.170602,0.369794 -0.380422,0.369794 C 0.172562,0.741504 0,0.574809 0,0.37171 Z m 1.64917,0 C 1.64917,0.164779 1.81977,0 2.02763,0 c 0.21178,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.16864,0.369794 -0.38042,0.369794 -0.20786,0 -0.37846,-0.166695 -0.37846,-0.369794 z m 1.64722,0 C 3.29639,0.164779 3.46699,0 3.67877,0 c 0.20786,0 0.37846,0.164779 0.37846,0.37171 0,0.203099 -0.1706,0.369794 -0.37846,0.369794 -0.21178,0 -0.38238,-0.166695 -0.38238,-0.369794 z m 1.64917,0 C 4.94556,0.164779 5.1142,0 5.32598,0 5.53384,0 5.7064,0.164779 5.7064,0.37171 c 0,0.203099 -0.17256,0.369794 -0.38042,0.369794 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.369794 z m 1.64721,0 C 6.59277,0.164779 6.76534,0 6.9732,0 c 0.20982,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.1706,0.369794 -0.38042,0.369794 -0.20786,0 -0.38043,-0.166695 -0.38043,-0.369794 z m 1.64698,0 C 8.23975,0.164779 8.41231,0 8.62017,0 c 0.21178,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.16864,0.369794 -0.38042,0.369794 -0.20786,0 -0.38042,-0.166695 -0.38042,-0.369794 z m 1.64917,0 C 9.88892,0.164779 10.0595,0 10.2693,0 c 0.2099,0 0.3805,0.164779 0.3805,0.37171 0,0.203099 -0.1706,0.369794 -0.3805,0.369794 -0.2098,0 -0.38038,-0.166695 -0.38038,-0.369794 z m 1.64918,0 C 11.5381,0.164779 11.7067,0 11.9185,0 c 0.2079,0 0.3804,0.164779 0.3804,0.37171 0,0.203099 -0.1725,0.369794 -0.3804,0.369794 -0.2118,0 -0.3804,-0.166695 -0.3804,-0.369794 z m 1.6472,0 C 13.1853,0.164779 13.3559,0 13.5657,0 c 0.2098,0 0.3804,0.164779 0.3804,0.37171 0,0.203099 -0.1706,0.369794 -0.3804,0.369794 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.369794 z m 1.6472,0 C 14.8325,0.164779 15.0051,0 15.2129,0 c 0.2118,0 0.3805,0.164779 0.3805,0.37171 0,0.203099 -0.1687,0.369794 -0.3805,0.369794 -0.2078,0 -0.3804,-0.166695 -0.3804,-0.369794 z m 1.6511,0 C 16.4836,0.164779 16.6523,0 16.8621,0 c 0.2098,0 0.3804,0.164779 0.3804,0.37171 0,0.203099 -0.1706,0.369794 -0.3804,0.369794 -0.2098,0 -0.3785,-0.166695 -0.3785,-0.369794 z m 1.6473,0 C 18.1309,0.164779 18.2995,0 18.5113,0 c 0.2078,0 0.3784,0.164779 0.3784,0.37171 0,0.203099 -0.1706,0.369794 -0.3784,0.369794 -0.2118,0 -0.3804,-0.166695 -0.3804,-0.369794 z"
+ id="path1076_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.737672 c -0.100008,0 -0.200016,-0.040237 -0.27061,-0.109214 C 0.0411797,0.559481 0,0.463679 0,0.367878 0,0.268244 0.0411797,0.174359 0.109812,0.103466 c 0.143149,-0.1379546 0.398071,-0.1379546 0.539258,0 0.068633,0.070893 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.043141,0.191603 -0.111774,0.26058 C 0.578477,0.697435 0.478469,0.737672 0.380422,0.737672"
+ id="path1077_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.77112,3.97385 C 6.5613,3.97385 6.3907,3.80715 6.3907,3.60214 V 0.74342 H 0.380422 C 0.170602,0.74342 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 6.77112 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 v 3.23043 c 0,0.20501 -0.1706,0.37171 -0.38042,0.37171"
+ id="path1078_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.9177,0.743408 c -0.63731,0 -1.156958,0.507752 -1.156958,1.130462 0,0.62271 0.519648,1.13045 1.156958,1.13045 0.63926,0 1.15891,-0.50774 1.15891,-1.13045 0,-0.62271 -0.51965,-1.130462 -1.15891,-1.130462 z M 1.9178,3.74776 C 0.860852,3.74776 0,2.90662 0,1.87388 0,0.841137 0.860852,0 1.9178,0 c 1.0589,0 1.91779,0.841137 1.91779,1.87388 0,1.03274 -0.85889,1.87388 -1.91779,1.87388 z"
+ id="path1079_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.9177,0.743408 c -0.63731,0 -1.156958,0.507752 -1.156958,1.130462 0,0.62462 0.519648,1.13237 1.156958,1.13237 0.63926,0 1.15695,-0.50775 1.15695,-1.13237 0,-0.62271 -0.51769,-1.130462 -1.15695,-1.130462 z M 1.9178,3.74776 C 0.860852,3.74776 0,2.90662 0,1.87388 0,0.841137 0.860852,0 1.9178,0 c 1.05694,0 1.91779,0.841137 1.91779,1.87388 0,1.03274 -0.86085,1.87388 -1.91779,1.87388 z"
+ id="path1080_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.9177,0.743408 c -0.63926,0 -1.158911,0.507752 -1.158911,1.130462 0,0.62462 0.519651,1.13045 1.158911,1.13045 0.63731,0 1.15696,-0.50583 1.15696,-1.13045 0,-0.62271 -0.51965,-1.130462 -1.15696,-1.130462 z M 1.9178,3.74776 C 0.858891,3.74776 0,2.90662 0,1.87388 0,0.841137 0.858891,0 1.9178,0 c 1.05694,0 1.91583,0.841137 1.91583,1.87388 0,1.03274 -0.85889,1.87388 -1.91583,1.87388 z"
+ id="path1081_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.04124,0.743408 c -0.70594,0 -1.282451,0.561402 -1.282451,1.253082 0,0.69169 0.576511,1.25309 1.282451,1.25309 0.7079,0 1.28246,-0.5614 1.28246,-1.25309 0,-0.69168 -0.57456,-1.253082 -1.28246,-1.253082 z m 10e-5,3.249602 C 0.915758,3.99301 0,3.09822 0,1.9965 0,0.896702 0.915758,0 2.04134,0 c 1.12753,0 2.04329,0.896702 2.04329,1.9965 0,1.10172 -0.91576,1.99651 -2.04329,1.99651 z"
+ id="path1082_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.0432,0.741455 c -0.7079,0 -1.282458,0.563315 -1.282458,1.253085 0,0.69169 0.574558,1.255 1.282458,1.255 0.70789,0 1.28245,-0.56331 1.28245,-1.255 0,-0.68977 -0.57456,-1.253085 -1.28245,-1.253085 z M 2.0433,3.99109 C 0.917719,3.99109 0,3.09631 0,1.99459 0,0.894786 0.917719,0 2.0433,0 c 1.12754,0 2.04329,0.894786 2.04329,1.99459 0,1.10172 -0.91575,1.9965 -2.04329,1.9965 z"
+ id="path1083_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.0432,0.743408 c -0.7079,0 -1.282458,0.561402 -1.282458,1.253082 0,0.69169 0.574558,1.25309 1.282458,1.25309 0.70789,0 1.28245,-0.5614 1.28245,-1.25309 0,-0.69168 -0.57456,-1.253082 -1.28245,-1.253082 z M 2.0433,3.99301 C 0.917719,3.99301 0,3.09822 0,1.9965 0,0.896702 0.917719,0 2.0433,0 c 1.12754,0 2.04329,0.896702 2.04329,1.9965 0,1.10172 -0.91575,1.99651 -2.04329,1.99651 z"
+ id="path1084_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.0432,0.743408 c -0.7079,0 -1.284411,0.561402 -1.284411,1.253082 0,0.68977 0.576511,1.25309 1.284411,1.25309 0.70594,0 1.28246,-0.56332 1.28246,-1.25309 0,-0.69168 -0.57652,-1.253082 -1.28246,-1.253082 z M 2.0433,3.99301 C 0.915758,3.99301 0,3.09631 0,1.9965 0,0.894786 0.915758,0 2.0433,0 c 1.12557,0 2.04133,0.894786 2.04133,1.9965 0,1.09981 -0.91576,1.99651 -2.04133,1.99651 z"
+ id="path1085_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.0432,0.741455 c -0.7079,0 -1.284411,0.563315 -1.284411,1.253085 0,0.69169 0.576511,1.255 1.284411,1.255 0.70594,0 1.28246,-0.56331 1.28246,-1.255 0,-0.68977 -0.57652,-1.253085 -1.28246,-1.253085 z M 2.0433,3.99109 C 0.915758,3.99109 0,3.09631 0,1.99459 0,0.894786 0.915758,0 2.0433,0 c 1.12557,0 2.04133,0.894786 2.04133,1.99459 0,1.10172 -0.91576,1.9965 -2.04133,1.9965 z"
+ id="path1086_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.0432,0.743408 c -0.7079,0 -1.284411,0.561402 -1.284411,1.253082 0,0.69169 0.576511,1.25309 1.284411,1.25309 0.70594,0 1.28246,-0.5614 1.28246,-1.25309 0,-0.69168 -0.57652,-1.253082 -1.28246,-1.253082 z M 2.0433,3.99301 C 0.915758,3.99301 0,3.09822 0,1.9965 0,0.896702 0.915758,0 2.0433,0 c 1.12557,0 2.04133,0.896702 2.04133,1.9965 0,1.10172 -0.91576,1.99651 -2.04133,1.99651 z"
+ id="path1087_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.04124,0.743408 c -0.70594,0 -1.282451,0.561402 -1.282451,1.253082 0,0.69169 0.576511,1.25309 1.282451,1.25309 0.7079,0 1.28442,-0.5614 1.28442,-1.25309 0,-0.69168 -0.57652,-1.253082 -1.28442,-1.253082 z m 10e-5,3.249602 C 0.915758,3.99301 0,3.09822 0,1.9965 0,0.896702 0.915758,0 2.04134,0 c 1.12753,0 2.04329,0.896702 2.04329,1.9965 0,1.10172 -0.91576,1.99651 -2.04329,1.99651 z"
+ id="path1088_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.04124,0.743408 c -0.70594,0 -1.282451,0.561402 -1.282451,1.253082 0,0.68977 0.576511,1.25309 1.282451,1.25309 0.7079,0 1.28442,-0.56332 1.28442,-1.25309 0,-0.69168 -0.57652,-1.253082 -1.28442,-1.253082 z m 10e-5,3.249602 C 0.915758,3.99301 0,3.09631 0,1.9965 0,0.894786 0.915758,0 2.04134,0 c 1.12753,0 2.04329,0.894786 2.04329,1.9965 0,1.09981 -0.91576,1.99651 -2.04329,1.99651 z"
+ id="path1089_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.04124,0.741455 c -0.70594,0 -1.282451,0.563315 -1.282451,1.253085 0,0.69169 0.576511,1.255 1.282451,1.255 0.7079,0 1.28442,-0.56331 1.28442,-1.255 0,-0.68977 -0.57652,-1.253085 -1.28442,-1.253085 z m 10e-5,3.249635 C 0.915758,3.99109 0,3.09631 0,1.99459 0,0.894786 0.915758,0 2.04134,0 c 1.12753,0 2.04329,0.894786 2.04329,1.99459 0,1.10172 -0.91576,1.9965 -2.04329,1.9965 z"
+ id="path1090_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.379697,5.58237 C 0.281651,5.58237 0.183604,5.54597 0.109088,5.47124 -0.0379822,5.32563 -0.0360213,5.08995 0.11301,4.94625 L 5.15654,0.106359 c 0.14903,-0.1437027 0.39023,-0.1417867 0.5373,0.005748 0.14707,0.145618 0.14511,0.38129 -0.00588,0.524992 L 0.646385,5.47508 C 0.571869,5.54597 0.475783,5.58237 0.379697,5.58237"
+ id="path1091_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 5.42127,5.58237 c -0.09609,0 -0.19217,-0.0364 -0.26669,-0.10729 L 0.11301,0.637099 C -0.0360213,0.493397 -0.0379822,0.257725 0.109088,0.112107 0.256158,-0.0354277 0.495393,-0.0373437 0.646385,0.106359 L 5.68796,4.94625 C 5.83699,5.08995 5.83895,5.32563 5.69188,5.47124 5.61736,5.54597 5.51931,5.58237 5.42127,5.58237"
+ id="path1092_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,5.71552 C 0.168641,5.71552 0,5.54882 0,5.34381 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 0.590242,0 0.758883,0.166695 0.758883,0.37171 v 4.9721 c 0,0.20501 -0.168641,0.37171 -0.380422,0.37171"
+ id="path1093_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,5.5814 C 0.170602,5.5814 0,5.4147 0,5.20969 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 4.83798 c 0,0.20501 -0.170602,0.37171 -0.380422,0.37171"
+ id="path1094_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 33.3457,26.3263 c -0.2098,0 -0.3784,-0.1667 -0.3784,-0.3718 0,-0.205 0.1686,-0.3717 0.3784,-0.3717 3.7866,0 6.8653,-3.0081 6.8653,-6.708 0,-3.6979 -3.0787,-6.708 -6.8653,-6.708 -0.0804,0 -0.1627,0.0038 -0.2431,0.0077 -0.204,0.0076 -0.3922,-0.1457 -0.4079,-0.3449 C 32.2339,5.61205 26.8707,0.74342 20.4859,0.74342 14.1011,0.74342 8.73794,5.61205 8.27712,11.8296 8.26143,12.0288 8.09083,12.184 7.88493,12.1745 7.78884,12.1706 7.70845,12.1668 7.62609,12.1668 c -3.78657,0 -6.865246,3.0101 -6.865246,6.708 0,3.6999 3.078676,6.708 6.865246,6.708 0.20982,0 0.38042,0.1667 0.38042,0.3717 0,0.2051 -0.1706,0.3718 -0.38042,0.3718 C 3.42184,26.3263 0,22.9847 0,18.8748 0,14.7918 3.38066,11.4655 7.54961,11.4253 8.21241,4.98934 13.8266,0 20.4859,0 c 6.6613,0 12.2735,4.98934 12.9363,11.4253 4.169,0.0402 7.5496,3.3665 7.5496,7.4495 0,4.1099 -3.4218,7.4515 -7.6261,7.4515"
+ id="path1095_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,6.35164 C 0.170602,6.35164 0,6.18495 0,5.97993 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 v 5.60822 c 0,0.20502 -0.170602,0.37171 -0.380422,0.37171"
+ id="path1096_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737433 C 0.280414,0.737433 0.182367,0.699113 0.113734,0.62822 0.0411797,0.559243 0,0.465357 0,0.36764 0,0.268006 0.0411797,0.174121 0.113734,0.105143 0.252961,-0.0347268 0.507883,-0.0347268 0.64907,0.103227 0.721625,0.174121 0.760844,0.268006 0.760844,0.36764 0.760844,0.463441 0.721625,0.559243 0.64907,0.62822 0.578477,0.699113 0.48043,0.737433 0.380422,0.737433"
+ id="path1097_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.574809 0,0.369794 Z M 0,2.12299 C 0,1.91798 0.170602,1.75128 0.380422,1.75128 c 0.20982,0 0.380422,0.1667 0.380422,0.37171 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,2.4947 0,2.32801 0,2.12299 Z"
+ id="path1098_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.699351 0.113734,0.630374 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.113734,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.535336,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.264412 C 0.578477,0.699351 0.482391,0.737672 0.380422,0.737672"
+ id="path1099_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,20.2984 C 0.170602,20.2984 0,20.1336 0,19.9286 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 19.9286 c 0,0.205 -0.170602,0.3698 -0.380422,0.3698"
+ id="path1100_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.3765,0.738151 C 0.278453,0.738151 0.178445,0.695998 0.109812,0.628937 0.0392187,0.55996 0,0.464158 0,0.366441 0,0.268723 0.0392187,0.171006 0.109812,0.102029 c 0.139227,-0.1360385 0.394149,-0.1360385 0.537297,0 0.070594,0.068977 0.109813,0.166694 0.109813,0.264412 0,0.095801 -0.039219,0.193519 -0.109813,0.262496 C 0.576516,0.695998 0.478469,0.738151 0.3765,0.738151"
+ id="path1101_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.168641,0 0.3765,0 c 0.211781,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.168641,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.574809 0,0.369794 Z M 0,2.13636 C 0,1.92943 0.168641,1.76465 0.3765,1.76465 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.20501 -0.168641,0.37171 -0.380422,0.37171 C 0.168641,2.50807 0,2.34137 0,2.13636 Z m 0,1.7666 C 0,3.69794 0.168641,3.53125 0.3765,3.53125 c 0.211781,0 0.380422,0.16669 0.380422,0.37171 0,0.2031 -0.168641,0.37171 -0.380422,0.37171 C 0.168641,4.27467 0,4.10606 0,3.90296 Z M 0,5.66761 C 0,5.46451 0.168641,5.2959 0.3765,5.2959 c 0.211781,0 0.380422,0.16861 0.380422,0.37171 0,0.20693 -0.168641,0.37171 -0.380422,0.37171 C 0.168641,6.03932 0,5.87454 0,5.66761 Z"
+ id="path1102_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.736955 C 0.278453,0.736955 0.178445,0.696718 0.109812,0.627741 0.0392187,0.56068 0,0.462962 0,0.365245 0,0.267527 0.0392187,0.171725 0.109812,0.102748 c 0.141188,-0.1360378 0.394149,-0.1379538 0.537297,0 0.070594,0.068977 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.072554,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path1103_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.1495,11.5709 H 0.380422 C 0.170602,11.5709 0,11.4042 0,11.1992 0,10.9942 0.170602,10.8294 0.380422,10.8294 H 5.76908 V 0.37171 C 5.76908,0.164779 5.93968,0 6.1495,0 6.35932,0 6.52992,0.164779 6.52992,0.37171 V 11.1992 c 0,0.205 -0.1706,0.3717 -0.38042,0.3717"
+ id="path1104_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.739588 c -0.100008,0 -0.196094,-0.042153 -0.268649,-0.11113 C 0.0392187,0.561397 0,0.463679 0,0.367878 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.26058 -0.070593,0.068977 -0.166679,0.11113 -0.268648,0.11113"
+ id="path1105_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.37171 0,0.203099 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.574809 0,0.37171 Z m 1.91577,0 C 1.91577,0.164779 2.08637,0 2.29423,0 c 0.21178,0 0.38042,0.164779 0.38042,0.37171 0,0.203099 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.37846,-0.168611 -0.37846,-0.37171 z"
+ id="path1106_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739588 c -0.098047,0 -0.198055,-0.042153 -0.268649,-0.11113 C 0.0411797,0.561397 0,0.463679 0,0.367878 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.539258,0 0.068633,0.068977 0.109813,0.164778 0.109813,0.264412 0,0.095801 -0.04118,0.193519 -0.109813,0.26058 -0.070593,0.068977 -0.170601,0.11113 -0.270609,0.11113"
+ id="path1107_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.184328,0.698872 0.113734,0.627979 0.0411797,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0411797,0.171964 0.113734,0.104903 c 0.139227,-0.1398706 0.392188,-0.1398706 0.535336,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.039219,0.193519 -0.109813,0.262496 -0.072554,0.070893 -0.16864,0.109214 -0.270609,0.109214"
+ id="path1108_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.172562,0 0.380422,0 c 0.211781,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,0.741504 0,0.576725 0,0.369794 Z M 0,2.01954 C 0,1.81261 0.172562,1.64783 0.380422,1.64783 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.20501 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,2.39125 0,2.22455 0,2.01954 Z m 0,1.6477 C 0,3.46031 0.172562,3.29553 0.380422,3.29553 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.168641,0.3698 -0.380422,0.3698 C 0.172562,4.03704 0,3.87034 0,3.66724 Z M 0,5.31312 C 0,5.1081 0.172562,4.94141 0.380422,4.94141 c 0.211781,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,5.68483 0,5.51813 0,5.31312 Z M 0,6.96094 C 0,6.75401 0.172562,6.58923 0.380422,6.58923 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,7.33265 0,7.16404 0,6.96094 Z M 0,8.60685 C 0,8.40184 0.172562,8.23706 0.380422,8.23706 c 0.211781,0 0.380422,0.16478 0.380422,0.36979 0,0.20502 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,8.97856 0,8.81187 0,8.60685 Z m 0,1.64775 c 0,-0.205 0.172562,-0.37173 0.380422,-0.37173 0.211781,0 0.380422,0.16673 0.380422,0.37173 0,0.205 -0.168641,0.3717 -0.380422,0.3717 C 0.172562,10.6263 0,10.4596 0,10.2546 Z m 0,1.6478 c 0,-0.205 0.172562,-0.3717 0.380422,-0.3717 0.211781,0 0.380422,0.1667 0.380422,0.3717 0,0.2031 -0.168641,0.3698 -0.380422,0.3698 C 0.172562,12.2722 0,12.1055 0,11.9024 Z"
+ id="path1109_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.736955 C 0.282375,0.736955 0.184328,0.696718 0.113734,0.627741 0.0411797,0.56068 0,0.462962 0,0.365245 0,0.267527 0.0411797,0.171725 0.113734,0.102748 c 0.139227,-0.1360378 0.392188,-0.1379538 0.535336,0 0.072555,0.068977 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.578477,0.696718 0.48043,0.736955 0.380422,0.736955"
+ id="path1110_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.14927,13.2532 H 0.380422 C 0.170602,13.2532 0,13.0865 0,12.8815 0,12.6765 0.170602,12.5098 0.380422,12.5098 H 2.76884 V 0.369794 C 2.76884,0.164779 2.93945,0 3.14927,0 3.35909,0 3.52969,0.164779 3.52969,0.369794 V 12.8815 c 0,0.205 -0.1706,0.3717 -0.38042,0.3717"
+ id="path1111_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.699351 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.699351 0.48043,0.737672 0.380422,0.737672"
+ id="path1112_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.168641,0 0.380422,0 c 0.20982,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.578641 0,0.37171 Z m 1.74927,0 C 1.74927,0.168611 1.91791,0 2.12969,0 c 0.20786,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.17256,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.74707,0 C 3.49634,0.168611 3.6689,0 3.87676,0 c 0.21178,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.75122,0 C 5.24756,0.168611 5.4162,0 5.62798,0 c 0.20786,0 0.37846,0.168611 0.37846,0.37171 0,0.206931 -0.1706,0.37171 -0.37846,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z"
+ id="path1113_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.180406,0.699351 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.070893 -0.16864,0.109214 -0.268648,0.109214"
+ id="path1114_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.738151 C 0.280414,0.738151 0.182367,0.695998 0.111773,0.628937 0.0392188,0.55996 0,0.462242 0,0.366441 0,0.268723 0.0392187,0.171006 0.109812,0.102029 c 0.143149,-0.1360385 0.39611,-0.1360385 0.537297,0 0.072555,0.068977 0.111774,0.166694 0.111774,0.264412 0,0.095801 -0.039219,0.193519 -0.111774,0.262496 C 0.576516,0.695998 0.48043,0.738151 0.378461,0.738151"
+ id="path1115_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.168641,0 0.378461,0 c 0.20982,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.574809 0,0.369794 Z M 0,2.13636 C 0,1.92943 0.168641,1.76465 0.378461,1.76465 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.20501 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,2.50807 0,2.34137 0,2.13636 Z m 0,1.7666 C 0,3.69794 0.168641,3.53125 0.378461,3.53125 c 0.20982,0 0.380422,0.16669 0.380422,0.37171 0,0.2031 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,4.27467 0,4.10606 0,3.90296 Z M 0,5.66761 C 0,5.46451 0.168641,5.2959 0.378461,5.2959 c 0.20982,0 0.380422,0.16861 0.380422,0.37171 0,0.20693 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,6.03932 0,5.87454 0,5.66761 Z"
+ id="path1116_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0392188,0.561397 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.14511,-0.1379546 0.39611,-0.1379546 0.537297,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.576516,0.697435 0.48043,0.737672 0.378461,0.737672"
+ id="path1117_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.14754,11.5709 H 0.378461 C 0.168641,11.5709 0,11.4042 0,11.1992 V 0.37171 C 0,0.164779 0.168641,0 0.378461,0 0.588281,0 0.758883,0.164779 0.758883,0.37171 V 10.8294 H 6.14754 c 0.20982,0 0.38042,0.1648 0.38042,0.3698 0,0.205 -0.1706,0.3717 -0.38042,0.3717"
+ id="path1118_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.382383,0.739588 c -0.100008,0 -0.198055,-0.042153 -0.268649,-0.11113 C 0.0431406,0.561397 0,0.463679 0,0.367878 0,0.268244 0.0431406,0.174359 0.113734,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.26058 -0.070593,0.068977 -0.16864,0.11113 -0.268648,0.11113"
+ id="path1119_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.164779 0.168641,0 0.380422,0 c 0.207859,0 0.378461,0.164779 0.378461,0.37171 0,0.203099 -0.170602,0.37171 -0.378461,0.37171 C 0.168641,0.74342 0,0.574809 0,0.37171 Z m 1.91577,0 C 1.91577,0.164779 2.08441,0 2.29619,0 c 0.20786,0 0.37846,0.164779 0.37846,0.37171 0,0.203099 -0.1706,0.37171 -0.37846,0.37171 -0.21178,0 -0.38042,-0.168611 -0.38042,-0.37171 z"
+ id="path1120_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.739588 c -0.101969,0 -0.198055,-0.042153 -0.268649,-0.11113 C 0.0411797,0.561397 0,0.463679 0,0.367878 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.264412 0,0.095801 -0.04118,0.193519 -0.111774,0.26058 -0.072554,0.068977 -0.16864,0.11113 -0.268648,0.11113"
+ id="path1121_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.627979 0.0411797,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0411797,0.171964 0.111773,0.104903 c 0.141188,-0.1398706 0.394149,-0.1398706 0.537297,0 0.070594,0.067061 0.109813,0.164778 0.109813,0.26058 0,0.099633 -0.039219,0.193519 -0.109813,0.262496 C 0.578477,0.698872 0.48043,0.737193 0.378461,0.737193"
+ id="path1122_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.170602,0 0.378461,0 c 0.211781,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.576725 0,0.369794 Z M 0,2.01954 C 0,1.81261 0.170602,1.64783 0.378461,1.64783 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.20501 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,2.39125 0,2.22455 0,2.01954 Z m 0,1.6477 C 0,3.46031 0.170602,3.29553 0.378461,3.29553 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.168641,0.3698 -0.380422,0.3698 C 0.170602,4.03704 0,3.87034 0,3.66724 Z M 0,5.31312 C 0,5.1081 0.170602,4.94141 0.378461,4.94141 c 0.211781,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,5.68483 0,5.51813 0,5.31312 Z M 0,6.96094 C 0,6.75401 0.170602,6.58923 0.378461,6.58923 c 0.211781,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,7.33265 0,7.16404 0,6.96094 Z M 0,8.60685 C 0,8.40184 0.170602,8.23706 0.378461,8.23706 c 0.211781,0 0.380422,0.16478 0.380422,0.36979 0,0.20502 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,8.97856 0,8.81187 0,8.60685 Z m 0,1.64775 c 0,-0.205 0.170602,-0.37173 0.378461,-0.37173 0.211781,0 0.380422,0.16673 0.380422,0.37173 0,0.205 -0.168641,0.3717 -0.380422,0.3717 C 0.170602,10.6263 0,10.4596 0,10.2546 Z m 0,1.6478 c 0,-0.205 0.170602,-0.3717 0.378461,-0.3717 0.211781,0 0.380422,0.1667 0.380422,0.3717 0,0.2031 -0.168641,0.3698 -0.380422,0.3698 C 0.170602,12.2722 0,12.1055 0,11.9024 Z"
+ id="path1123_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.736955 C 0.280414,0.736955 0.182367,0.696718 0.111773,0.627741 0.0411797,0.56068 0,0.462962 0,0.365245 0,0.267527 0.0411797,0.171725 0.111773,0.102748 c 0.141188,-0.1379538 0.394149,-0.1360378 0.537297,0 0.070594,0.068977 0.109813,0.164779 0.109813,0.262497 0,0.097717 -0.039219,0.193519 -0.109813,0.262496 C 0.578477,0.696718 0.48043,0.736955 0.378461,0.736955"
+ id="path1124_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.14927,13.2532 H 0.380422 C 0.170602,13.2532 0,13.0865 0,12.8815 V 0.369794 C 0,0.164779 0.170602,0 0.380422,0 0.590242,0 0.760844,0.164779 0.760844,0.369794 V 12.5098 H 3.14927 c 0.20982,0 0.38042,0.1667 0.38042,0.3717 0,0.205 -0.1706,0.3717 -0.38042,0.3717"
+ id="path1125_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.699351 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.072555,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.262496 C 0.578477,0.699351 0.482391,0.737672 0.380422,0.737672"
+ id="path1126_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.168641,0 0.380422,0 c 0.20982,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.578641 0,0.37171 Z m 1.74927,0 C 1.74927,0.168611 1.91987,0 2.12969,0 c 0.20982,0 0.37846,0.168611 0.37846,0.37171 0,0.206931 -0.16864,0.37171 -0.37846,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.74707,0 C 3.49634,0.168611 3.6689,0 3.87676,0 c 0.21178,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.75122,0 C 5.24756,0.168611 5.4162,0 5.62798,0 c 0.20786,0 0.37846,0.168611 0.37846,0.37171 0,0.206931 -0.1706,0.37171 -0.37846,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z"
+ id="path1127_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.182367,0.699351 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.070893 -0.16864,0.109214 -0.268648,0.109214"
+ id="path1128_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 4.36102,0.741455 c -1.98447,0 -3.600278,1.578805 -3.600278,3.519745 0,1.94094 1.615808,3.51784 3.600278,3.51784 H 28.6806 c 1.9844,0 3.6003,-1.5769 3.6003,-3.51784 0,-1.94094 -1.6159,-3.519745 -3.6003,-3.519745 z M 28.6807,8.5225 H 4.36112 C 1.95702,8.5225 0,6.61031 0,4.26125 0,1.9122 1.95702,0 4.36112,0 H 28.6807 c 2.4041,0 4.3611,1.9122 4.3611,4.26125 0,2.34906 -1.957,4.26125 -4.3611,4.26125 z"
+ id="path1129_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.94123,0.741455 c -0.65103,0 -1.180488,0.517325 -1.180488,1.153455 0,0.63612 0.529458,1.15345 1.180488,1.15345 0.65103,0 1.18048,-0.51733 1.18048,-1.15345 0,-0.63613 -0.52945,-1.153455 -1.18048,-1.153455 z m 10e-5,3.048455 C 0.870656,3.78991 0,2.94111 0,1.89495 0,0.848801 0.870656,0 1.94133,0 3.01004,0 3.8807,0.848801 3.8807,1.89495 c 0,1.04616 -0.87066,1.89496 -1.93937,1.89496 z"
+ id="path1130_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.93927,0.741455 c -0.64907,0 -1.178528,0.517325 -1.178528,1.153455 0,0.63612 0.529458,1.15345 1.178528,1.15345 0.65103,0 1.18048,-0.51733 1.18048,-1.15345 0,-0.63613 -0.52945,-1.153455 -1.18048,-1.153455 z m 10e-5,3.048455 C 0.870656,3.78991 0,2.94111 0,1.89495 0,0.848801 0.870656,0 1.93937,0 3.01004,0 3.8807,0.848801 3.8807,1.89495 c 0,1.04616 -0.87066,1.89496 -1.94133,1.89496 z"
+ id="path1131_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.87073,0.913947 C 1.87073,1.41978 1.45305,1.82789 0.935367,1.82789 0.41768,1.82789 0,1.41978 0,0.913947 0,0.408114 0.41768,0 0.935367,0 1.45305,0 1.87073,0.408114 1.87073,0.913947"
+ id="path1132_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.93927,0.741455 c -0.65103,0 -1.180481,0.517325 -1.180481,1.153455 0,0.63612 0.529451,1.15345 1.180481,1.15345 0.65103,0 1.18049,-0.51733 1.18049,-1.15345 0,-0.63613 -0.52946,-1.153455 -1.18049,-1.153455 z m 10e-5,3.048455 C 0.868695,3.78991 0,2.94111 0,1.89495 0,0.848801 0.868695,0 1.93937,0 3.01004,0 3.8807,0.848801 3.8807,1.89495 c 0,1.04616 -0.87066,1.89496 -1.94133,1.89496 z"
+ id="path1133_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.8727,0.913947 C 1.8727,1.41978 1.45305,1.82789 0.935367,1.82789 0.419641,1.82789 0,1.41978 0,0.913947 0,0.408114 0.419641,0 0.935367,0 1.45305,0 1.8727,0.408114 1.8727,0.913947"
+ id="path1134_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.629895 0.0392188,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0392188,0.17388 0.111773,0.104903 c 0.141188,-0.1398706 0.394149,-0.1398706 0.537297,0 0.070594,0.068977 0.109813,0.162862 0.109813,0.26058 0,0.099633 -0.039219,0.193519 -0.109813,0.264412 C 0.576516,0.698872 0.48043,0.737193 0.378461,0.737193"
+ id="path1135_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,0.741504 0,0.576725 0,0.369794 Z m 1.7688,0 C 1.7688,0.166695 1.9394,0 2.14922,0 c 0.20982,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.77075,0 C 3.53955,0.166695 3.71015,0 3.91997,0 c 0.20982,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.77075,0 C 5.3103,0.166695 5.4809,0 5.68876,0 c 0.21178,0 0.38043,0.166695 0.38043,0.369794 0,0.206931 -0.16865,0.37171 -0.38043,0.37171 -0.20786,0 -0.37846,-0.164779 -0.37846,-0.37171 z m 1.77075,0 C 7.08105,0.166695 7.2497,0 7.46148,0 c 0.20786,0 0.37846,0.166695 0.37846,0.369794 0,0.206931 -0.1706,0.37171 -0.37846,0.37171 -0.21178,0 -0.38043,-0.164779 -0.38043,-0.37171 z m 1.76856,0 C 8.84961,0.166695 9.02021,0 9.23003,0 c 0.20982,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.77079,0 C 10.6204,0.166695 10.791,0 11.0008,0 c 0.2098,0 0.3804,0.166695 0.3804,0.369794 0,0.206931 -0.1706,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.164779 -0.3804,-0.37171 z m 1.7688,0 C 12.3892,0.166695 12.5617,0 12.7696,0 12.9814,0 13.15,0.166695 13.15,0.369794 c 0,0.206931 -0.1686,0.37171 -0.3804,0.37171 -0.2079,0 -0.3804,-0.164779 -0.3804,-0.37171 z m 1.7727,0 C 14.1619,0.166695 14.3305,0 14.5423,0 c 0.2078,0 0.3784,0.166695 0.3784,0.369794 0,0.206931 -0.1706,0.37171 -0.3784,0.37171 -0.2118,0 -0.3804,-0.164779 -0.3804,-0.37171 z m 1.7688,0 C 15.9307,0.166695 16.1013,0 16.3111,0 c 0.2098,0 0.3804,0.166695 0.3804,0.369794 0,0.206931 -0.1706,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.164779 -0.3804,-0.37171 z m 1.7707,0 C 17.7014,0.166695 17.8701,0 18.0818,0 c 0.2099,0 0.3805,0.166695 0.3805,0.369794 0,0.206931 -0.1706,0.37171 -0.3805,0.37171 -0.2117,0 -0.3804,-0.164779 -0.3804,-0.37171 z"
+ id="path1136_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.282375,0.737193 0.182367,0.698872 0.113734,0.629895 0.0431406,0.559002 0,0.465116 0,0.365483 0,0.269681 0.0431406,0.17388 0.113734,0.104903 c 0.139227,-0.1398706 0.394149,-0.1398706 0.537297,0 0.070594,0.068977 0.109813,0.164778 0.109813,0.26058 0,0.099633 -0.039219,0.193519 -0.109813,0.264412 -0.072554,0.068977 -0.16864,0.107298 -0.270609,0.107298"
+ id="path1137_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.198055,-0.03832 -0.27061,-0.107297 C 0.0392187,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0392187,0.173163 0.109812,0.104185 c 0.143149,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.068978 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.04118,0.195435 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.107297 -0.266687,0.107297"
+ id="path1138_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,0.741504 0,0.576725 0,0.369794 Z m 1.69043,0 C 1.69043,0.166695 1.86103,0 2.07085,0 c 0.20982,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.68823,0 C 3.37866,0.166695 3.55122,0 3.75908,0 c 0.21179,0 0.38043,0.166695 0.38043,0.369794 0,0.206931 -0.16864,0.37171 -0.38043,0.37171 -0.20786,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.69238,0 C 5.07104,0.166695 5.23969,0 5.45147,0 c 0.20786,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.17256,0.37171 -0.38042,0.37171 -0.21178,0 -0.38043,-0.164779 -0.38043,-0.37171 z m 1.68824,0 C 6.75928,0.166695 6.93184,0 7.1397,0 c 0.20982,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20786,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.69043,0 C 8.44971,0.166695 8.62031,0 8.83013,0 c 0.20982,0 0.38042,0.166695 0.38042,0.369794 0,0.206931 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.69239,0 C 10.1421,0.166695 10.3107,0 10.5186,0 c 0.2118,0 0.3804,0.166695 0.3804,0.369794 0,0.206931 -0.1686,0.37171 -0.3804,0.37171 -0.2079,0 -0.3765,-0.164779 -0.3765,-0.37171 z m 1.6882,0 C 11.8303,0.166695 11.999,0 12.2107,0 c 0.2079,0 0.3805,0.166695 0.3805,0.369794 0,0.206931 -0.1726,0.37171 -0.3805,0.37171 -0.2117,0 -0.3804,-0.164779 -0.3804,-0.37171 z m 1.6905,0 C 13.5208,0.166695 13.6894,0 13.9012,0 c 0.2078,0 0.3784,0.166695 0.3784,0.369794 0,0.206931 -0.1706,0.37171 -0.3784,0.37171 -0.2118,0 -0.3804,-0.164779 -0.3804,-0.37171 z m 1.6882,0 C 15.209,0.166695 15.3796,0 15.5894,0 c 0.2118,0 0.3804,0.166695 0.3804,0.369794 0,0.206931 -0.1686,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.164779 -0.3804,-0.37171 z m 1.6924,0 C 16.9014,0.166695 17.07,0 17.2798,0 c 0.2098,0 0.3785,0.166695 0.3785,0.369794 0,0.206931 -0.1687,0.37171 -0.3785,0.37171 -0.2098,0 -0.3784,-0.164779 -0.3784,-0.37171 z"
+ id="path1139_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.200016,-0.03832 -0.27061,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.173163 0.109812,0.104185 c 0.143149,-0.1398698 0.398071,-0.1379538 0.539258,0 0.070594,0.068978 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.04118,0.195435 -0.111774,0.264412 C 0.578477,0.698155 0.478469,0.736475 0.380422,0.736475"
+ id="path1140_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.198055,-0.03832 -0.27061,-0.107297 C 0.0392187,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0392187,0.173163 0.109812,0.104185 c 0.143149,-0.1398698 0.398071,-0.1379538 0.537297,0 0.070594,0.068978 0.113735,0.164779 0.113735,0.260581 0,0.099633 -0.043141,0.193519 -0.113735,0.264412 -0.068632,0.068977 -0.16864,0.107297 -0.266687,0.107297"
+ id="path1141_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.170602,0 0.378461,0 c 0.211781,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.168641,0.37171 -0.380422,0.37171 C 0.170602,0.74342 0,0.578641 0,0.37171 Z m 1.74316,0 C 1.74316,0.168611 1.91573,0 2.12359,0 c 0.21178,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.38043,-0.164779 -0.38043,-0.37171 z m 1.74537,0 C 3.48853,0.168611 3.65717,0 3.86895,0 c 0.20786,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.17256,0.37171 -0.38042,0.37171 -0.21178,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.74511,0 C 5.23364,0.168611 5.40228,0 5.6121,0 c 0.20982,0 0.38043,0.168611 0.38043,0.37171 0,0.206931 -0.17061,0.37171 -0.38043,0.37171 -0.20982,0 -0.37846,-0.164779 -0.37846,-0.37171 z m 1.74146,0 C 6.9751,0.168611 7.14766,0 7.35552,0 7.5673,0 7.73594,0.168611 7.73594,0.37171 c 0,0.206931 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.38042,-0.164779 -0.38042,-0.37171 z m 1.74511,0 C 8.72021,0.168611 8.89082,0 9.10064,0 9.31046,0 9.4791,0.168611 9.4791,0.37171 c 0,0.206931 -0.16864,0.37171 -0.37846,0.37171 -0.20982,0 -0.38043,-0.164779 -0.38043,-0.37171 z m 1.74539,0 C 10.4656,0.168611 10.6342,0 10.844,0 c 0.2099,0 0.3805,0.168611 0.3805,0.37171 0,0.206931 -0.1706,0.37171 -0.3805,0.37171 -0.2098,0 -0.3784,-0.164779 -0.3784,-0.37171 z m 1.7431,0 C 12.2087,0.168611 12.3774,0 12.5892,0 c 0.2098,0 0.3784,0.168611 0.3784,0.37171 0,0.206931 -0.1686,0.37171 -0.3784,0.37171 -0.2118,0 -0.3805,-0.164779 -0.3805,-0.37171 z m 1.7434,0 C 13.9521,0.168611 14.1227,0 14.3326,0 c 0.2098,0 0.3804,0.168611 0.3804,0.37171 0,0.206931 -0.1706,0.37171 -0.3804,0.37171 -0.2099,0 -0.3805,-0.164779 -0.3805,-0.37171 z m 1.7452,0 C 15.6973,0.168611 15.8679,0 16.0757,0 c 0.2098,0 0.3804,0.168611 0.3804,0.37171 0,0.206931 -0.1706,0.37171 -0.3804,0.37171 -0.2078,0 -0.3784,-0.164779 -0.3784,-0.37171 z"
+ id="path1142_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.200016,-0.03832 -0.27061,-0.107297 C 0.0411797,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.173163 0.109812,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.539258,0 0.068633,0.068978 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.043141,0.193519 -0.111774,0.264412 C 0.578477,0.698155 0.478469,0.736475 0.380422,0.736475"
+ id="path1143_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.196094,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.171246 0.111773,0.104185 c 0.141188,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.067061 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.039219,0.195435 -0.109813,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path1144_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.168611 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.168611 0.380422,0.37171 0,0.206931 -0.170602,0.373626 -0.380422,0.373626 C 0.170602,0.745336 0,0.578641 0,0.37171 Z m 1.74121,0 C 1.74121,0.168611 1.90985,0 2.12163,0 c 0.20786,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.17256,0.373626 -0.38042,0.373626 -0.21178,0 -0.38042,-0.166695 -0.38042,-0.373626 z m 1.7395,0 C 3.48071,0.168611 3.65131,0 3.85917,0 4.07096,0 4.2396,0.168611 4.2396,0.37171 c 0,0.206931 -0.16864,0.373626 -0.38043,0.373626 -0.20786,0 -0.37846,-0.166695 -0.37846,-0.373626 z m 1.73926,0 C 5.21997,0.168611 5.39057,0 5.60039,0 c 0.20982,0 0.38042,0.168611 0.38042,0.37171 0,0.206931 -0.1706,0.373626 -0.38042,0.373626 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.373626 z m 1.7395,0 C 6.95947,0.168611 7.13007,0 7.33989,0 c 0.20982,0 0.38043,0.168611 0.38043,0.37171 0,0.206931 -0.17061,0.373626 -0.38043,0.373626 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.373626 z m 1.74121,0 C 8.70068,0.168611 8.86932,0 9.08111,0 c 0.20785,0 0.37846,0.168611 0.37846,0.37171 0,0.206931 -0.17061,0.373626 -0.37846,0.373626 -0.21179,0 -0.38043,-0.166695 -0.38043,-0.373626 z m 1.73732,0 C 10.438,0.168611 10.6106,0 10.8184,0 c 0.2118,0 0.3804,0.168611 0.3804,0.37171 0,0.206931 -0.1686,0.373626 -0.3804,0.373626 -0.2078,0 -0.3804,-0.166695 -0.3804,-0.373626 z m 1.7414,0 C 12.1794,0.168611 12.3481,0 12.5599,0 c 0.2098,0 0.3804,0.168611 0.3804,0.37171 0,0.206931 -0.1706,0.373626 -0.3804,0.373626 -0.2118,0 -0.3805,-0.166695 -0.3805,-0.373626 z m 1.7393,0 C 13.9187,0.168611 14.0893,0 14.2991,0 c 0.2098,0 0.3804,0.168611 0.3804,0.37171 0,0.206931 -0.1706,0.373626 -0.3804,0.373626 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.373626 z"
+ id="path1145_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.735756 C 0.278453,0.735756 0.182367,0.697435 0.109812,0.628458 0.0392187,0.559481 0,0.463679 0,0.364046 0,0.268244 0.0392187,0.170527 0.109812,0.103466 c 0.141188,-0.1379546 0.394149,-0.1379546 0.537297,0 0.072555,0.067061 0.111774,0.164778 0.111774,0.26058 0,0.099633 -0.039219,0.195435 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.107298 -0.268648,0.107298"
+ id="path1146_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.735756 c -0.100008,0 -0.200016,-0.038321 -0.27061,-0.107298 C 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.170527 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.539258,0 0.070594,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.735756 0.380422,0.735756"
+ id="path1147_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.37171 C 0,0.166695 0.168641,0 0.380422,0 c 0.207859,0 0.380422,0.166695 0.380422,0.37171 0,0.205015 -0.172563,0.37171 -0.380422,0.37171 C 0.168641,0.74342 0,0.576725 0,0.37171 Z m 1.62964,0 C 1.62964,0.166695 1.80024,0 2.01006,0 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.37171 -0.38042,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.63135,0 C 3.26099,0.166695 3.43159,0 3.64141,0 c 0.20982,0 0.37846,0.166695 0.37846,0.37171 0,0.205015 -0.16864,0.37171 -0.37846,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.62963,0 C 4.89062,0.166695 5.06319,0 5.27105,0 c 0.21178,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.16864,0.37171 -0.38042,0.37171 -0.20786,0 -0.38043,-0.166695 -0.38043,-0.37171 z m 1.63135,0 C 6.52197,0.166695 6.69257,0 6.90239,0 c 0.20982,0 0.37847,0.166695 0.37847,0.37171 0,0.205015 -0.16865,0.37171 -0.37847,0.37171 -0.20982,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.62964,0 C 8.15161,0.166695 8.32417,0 8.53203,0 c 0.21178,0 0.38043,0.166695 0.38043,0.37171 0,0.205015 -0.16865,0.37171 -0.38043,0.37171 -0.20786,0 -0.38042,-0.166695 -0.38042,-0.37171 z m 1.63159,0 C 9.7832,0.166695 9.9538,0 10.1636,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2098,0 -0.3804,-0.166695 -0.3804,-0.37171 z m 1.6314,0 C 11.4146,0.166695 11.5832,0 11.795,0 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.37171 -0.3804,0.37171 -0.2118,0 -0.3804,-0.166695 -0.3804,-0.37171 z"
+ id="path1148_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.735756 c -0.101969,0 -0.198055,-0.038321 -0.27061,-0.107298 C 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0392187,0.170527 0.109812,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.067061 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.107298 -0.266687,0.107298"
+ id="path1149_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.12367,0.741455 c -1.30402,0 -2.362928,1.036575 -2.362928,2.310735 0,1.27224 1.058908,2.30881 2.362928,2.30881 1.30403,0 2.36293,-1.03657 2.36293,-2.30881 0,-1.27416 -1.0589,-2.310735 -2.36293,-2.310735 z m 10e-5,5.363015 C 1.40011,6.10447 0,4.73451 0,3.05224 0,1.36805 1.40011,0 3.12377,0 c 1.72171,0 3.12378,1.36805 3.12378,3.05224 0,1.68227 -1.40207,3.05223 -3.12378,3.05223 z"
+ id="path1150_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.51423,5.94736 H 0.380422 C 0.170602,5.94736 0,5.78066 0,5.57565 0,5.37063 0.170602,5.20394 0.380422,5.20394 H 6.13381 V 0.37171 C 6.13381,0.166695 6.30441,0 6.51423,0 6.72405,0 6.89466,0.166695 6.89466,0.37171 v 5.20394 c 0,0.20501 -0.17061,0.37171 -0.38043,0.37171"
+ id="path1151_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.173163 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.070594,0.068978 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.039219,0.195435 -0.109813,0.264412 C 0.576516,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path1152_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.172562,0 0.380422,0 c 0.211781,0 0.380422,0.166695 0.380422,0.369794 0,0.206931 -0.168641,0.37171 -0.380422,0.37171 C 0.172562,0.741504 0,0.576725 0,0.369794"
+ id="path1153_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0431406,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0431406,0.173163 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.539258,0 0.068633,0.068978 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.04118,0.195435 -0.109813,0.264412 C 0.578477,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path1154_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.12367,0.741455 c -1.30402,0 -2.362928,1.036575 -2.362928,2.310735 0,1.27224 1.058908,2.30881 2.362928,2.30881 1.30403,0 2.36489,-1.03657 2.36489,-2.30881 0,-1.27416 -1.06086,-2.310735 -2.36489,-2.310735 z m 10e-5,5.363015 C 1.40207,6.10447 0,4.73451 0,3.05224 0,1.36805 1.40207,0 3.12377,0 c 1.72367,0 3.12378,1.36805 3.12378,3.05224 0,1.68227 -1.40011,3.05223 -3.12378,3.05223 z"
+ id="path1155_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.51423,5.94736 H 0.380422 C 0.170602,5.94736 0,5.78066 0,5.57565 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 5.20394 H 6.51423 c 0.20982,0 0.38043,0.16669 0.38043,0.37171 0,0.20501 -0.17061,0.37171 -0.38043,0.37171"
+ id="path1156_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.173163 0.111773,0.104185 c 0.141188,-0.1379538 0.39611,-0.1398698 0.537297,0 0.072555,0.068978 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.039219,0.195435 -0.109813,0.264412 -0.072554,0.068977 -0.16864,0.107297 -0.270609,0.107297"
+ id="path1157_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.166695 0.170602,0 0.380422,0 c 0.20982,0 0.378461,0.166695 0.378461,0.369794 0,0.206931 -0.168641,0.37171 -0.378461,0.37171 C 0.170602,0.741504 0,0.576725 0,0.369794"
+ id="path1158_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.100008,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0392188,0.173163 0.111773,0.104185 c 0.143149,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.068978 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.04118,0.195435 -0.113735,0.264412 C 0.576516,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path1159_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 3.17868,1.55198 c 0,0.85647 -0.71182,1.55199 -1.58836,1.55199 C 0.71182,3.10397 0,2.40845 0,1.55198 0,0.695519 0.71182,0 1.59032,0 2.46686,0 3.17868,0.695519 3.17868,1.55198"
+ id="path1160_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.760742,4.34746 H 11.0576 V 0.743408 H 0.760742 Z M 11.4381,5.09089 H 0.380422 C 0.170602,5.09089 0,4.9242 0,4.71918 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 H 11.4381 c 0.2099,0 0.3805,0.166695 0.3805,0.37171 v 4.34747 c 0,0.20502 -0.1706,0.37171 -0.3805,0.37171 z"
+ id="path1161_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.758789,4.34746 H 11.0557 V 0.743408 H 0.758789 Z M 11.4362,5.09089 H 0.378461 C 0.168641,5.09089 0,4.9242 0,4.71918 V 0.37171 C 0,0.166695 0.168641,0 0.378461,0 H 11.4362 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 v 4.34747 c 0,0.20502 -0.1706,0.37171 -0.3804,0.37171 z"
+ id="path1162_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 7.8163,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 7.8163 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.369794 -0.38042,0.369794"
+ id="path1163_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 7.81434,0.741504 H 0.378461 C 0.168641,0.741504 0,0.576725 0,0.37171 0,0.166695 0.168641,0 0.378461,0 H 7.81434 c 0.20982,0 0.38042,0.166695 0.38042,0.37171 0,0.205015 -0.1706,0.369794 -0.38042,0.369794"
+ id="path1164_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,29.9476 C 0.170602,29.9476 0,29.7828 0,29.5758 V 0.37171 C 0,0.166695 0.170602,0 0.380422,0 0.590242,0 0.760844,0.166695 0.760844,0.37171 V 29.5758 c 0,0.207 -0.170602,0.3718 -0.380422,0.3718"
+ id="path1165_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.923828,20.6721 15.1053,29.141 29.2868,20.6721 15.1053,1.01746 Z M 15.1054,29.9476 c -0.0686,0 -0.1373,-0.0173 -0.198,-0.0537 L 0.182675,21.0993 C 0.0924715,21.0457 0.0297215,20.9595 0.00815122,20.8579 c -0.02157032,-0.0996 -10e-9,-0.205 0.06078908,-0.2893 L 14.7956,0.159031 C 14.8662,0.059397 14.9819,0 15.1054,0 c 0.1235,0 0.2392,0.059397 0.3118,0.159031 L 30.1419,20.5686 c 0.0608,0.0843 0.0823,0.1878 0.0608,0.2893 -0.0216,0.0996 -0.0844,0.1878 -0.1746,0.2414 l -14.7246,8.7946 c -0.0608,0.0364 -0.1295,0.0537 -0.1981,0.0537 z"
+ id="path1166_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.629895 0.0411797,0.559002 0,0.465116 0,0.365483 0,0.269681 0.0411797,0.171964 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.067061 0.111774,0.162862 0.111774,0.26058 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path1167_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 6.81917,0.565359 C 6.70936,0.389084 6.76623,0.161077 6.94467,0.0537791 7.12508,-0.0516026 7.35843,0.00204629 7.46824,0.178321 7.5761,0.35268 7.52119,0.580687 7.34078,0.689901 7.27999,0.726306 7.21136,0.74355 7.14273,0.74355 7.01527,0.74355 6.88977,0.680321 6.81917,0.565359 Z M 5.46821,1.37199 C 5.35644,1.19763 5.41331,0.96962 5.59371,0.864238 5.77216,0.755024 6.00551,0.810589 6.11532,0.986864 6.22513,1.16122 6.16827,1.38923 5.98982,1.49653 5.92707,1.53293 5.85844,1.55018 5.79177,1.55018 5.66234,1.55018 5.53684,1.48695 5.46821,1.37199 Z M 4.11502,2.18051 C 4.00325,2.00616 4.06012,1.77623 4.23856,1.66893 4.42093,1.56355 4.65428,1.61912 4.76213,1.79348 4.87194,1.96783 4.81508,2.19584 4.63663,2.30506 4.57388,2.34146 4.50525,2.3587 4.43858,2.3587 4.30916,2.3587 4.18562,2.29548 4.11502,2.18051 Z M 2.76012,2.98727 C 2.65227,2.81291 2.70717,2.5849 2.88758,2.47761 3.06798,2.37223 3.30134,2.42587 3.41115,2.60215 3.519,2.77651 3.46213,3.00452 3.28369,3.11181 3.2229,3.15013 3.15427,3.16546 3.08563,3.16546 2.95817,3.16546 2.83267,3.10223 2.76012,2.98727 Z M 1.40902,3.79582 C 1.29921,3.62146 1.35607,3.39345 1.53452,3.28615 1.71492,3.17886 1.94828,3.23442 2.05809,3.40878 2.16594,3.58314 2.11103,3.81306 1.93063,3.92036 1.86984,3.95676 1.80121,3.97401 1.73257,3.97401 1.60511,3.97401 1.47961,3.91078 1.40902,3.79582 Z M 0.055991,4.60434 C -0.0538215,4.42807 0.00304566,4.20006 0.181491,4.09276 0.361897,3.98738 0.59721,4.04295 0.705061,4.2173 0.814874,4.39166 0.758007,4.61967 0.579561,4.72697 0.516811,4.76529 0.448178,4.78062 0.381507,4.78062 0.252085,4.78062 0.128546,4.7193 0.055991,4.60434 Z"
+ id="path1168_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.629895 0.0411797,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0411797,0.171964 0.111773,0.104903 c 0.141188,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.067061 0.111774,0.162862 0.111774,0.26058 0,0.099633 -0.04118,0.193519 -0.111774,0.264412 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path1169_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.182823,0.688915 C 0.00241692,0.579701 -0.0544503,0.351693 0.0573232,0.177335 0.165175,0.0029759 0.398526,-0.052589 0.578933,0.0547087 0.757378,0.16009 0.814245,0.388098 0.704433,0.564373 0.631878,0.679335 0.508339,0.742564 0.378917,0.742564 0.314206,0.742564 0.245573,0.725319 0.182823,0.688915 Z M 1.53588,1.4956 C 1.35743,1.3883 1.2986,1.16029 1.41038,0.985935 1.51823,0.80966 1.75158,0.754095 1.93199,0.861393 2.11043,0.96869 2.16534,1.1967 2.05749,1.37297 1.98493,1.48602 1.85943,1.54925 1.73197,1.54925 1.66334,1.54925 1.59667,1.532 1.53588,1.4956 Z M 2.88891,2.30408 C 2.70654,2.19487 2.65164,1.96686 2.76145,1.7925 2.87126,1.61814 3.10461,1.56258 3.28306,1.66796 3.4615,1.77525 3.51837,2.00518 3.41052,2.17954 3.33796,2.2945 3.21246,2.35773 3.085,2.35773 3.01833,2.35773 2.9497,2.34048 2.88891,2.30408 Z M 4.23995,3.11083 C 4.05955,3.00353 4.00268,2.77552 4.11445,2.60116 4.22426,2.4268 4.45762,2.37124 4.63606,2.47854 4.81451,2.58392 4.87137,2.81193 4.76156,2.98628 4.69097,3.10125 4.56547,3.16448 4.43605,3.16448 4.36937,3.16448 4.3027,3.14915 4.23995,3.11083 Z M 5.59301,3.91938 C 5.41456,3.81209 5.35573,3.58216 5.46751,3.4078 5.57536,3.23344 5.81067,3.17788 5.98912,3.28518 6.16756,3.39248 6.22443,3.62048 6.11462,3.79676 6.04206,3.9098 5.91852,3.97303 5.7891,3.97303 5.72243,3.97303 5.65576,3.95579 5.59301,3.91938 Z M 6.94614,4.72594 C 6.76769,4.61864 6.71083,4.39063 6.82064,4.21628 6.92849,4.04192 7.16184,3.98635 7.34029,4.09365 7.52069,4.19903 7.5756,4.42704 7.46775,4.60331 7.39519,4.71828 7.26969,4.77959 7.14419,4.77959 7.07556,4.77959 7.00693,4.76426 6.94614,4.72594 Z"
+ id="path1170_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.378461,0.736475 c -0.098047,0 -0.196094,-0.03832 -0.266688,-0.107297 C 0.0392188,0.558285 0,0.464399 0,0.364766 0,0.268964 0.0392187,0.171246 0.109812,0.104185 c 0.141188,-0.1398698 0.39611,-0.1379538 0.537297,0 0.072555,0.067061 0.111774,0.164779 0.111774,0.260581 0,0.099633 -0.039219,0.193519 -0.111774,0.264412 -0.070593,0.068977 -0.16864,0.107297 -0.268648,0.107297"
+ id="path1171_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.699351 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.143149,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.576516,0.699351 0.48043,0.737672 0.380422,0.737672"
+ id="path1172_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.182823,0.68745 C 0.00241692,0.582068 -0.0544503,0.354061 0.0573232,0.177786 0.165175,0.00151116 0.400487,-0.0521377 0.578933,0.05516 0.757378,0.162458 0.814245,0.390465 0.704433,0.564824 0.631878,0.679786 0.508339,0.743015 0.378917,0.743015 0.312245,0.743015 0.243612,0.723855 0.182823,0.68745 Z M 1.55161,1.5056 C 1.37316,1.3983 1.3163,1.1703 1.42611,0.995938 1.53592,0.821579 1.76927,0.766015 1.94968,0.873312 2.12812,0.978694 2.18499,1.2067 2.07518,1.38298 2.00262,1.49794 1.87908,1.56117 1.74966,1.56117 1.68299,1.56117 1.61436,1.54392 1.55161,1.5056 Z"
+ id="path1173_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.180406,0.697435 0.109812,0.630374 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0392187,0.172443 0.109812,0.103466 c 0.143149,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 -0.070593,0.067061 -0.16864,0.107298 -0.268648,0.107298"
+ id="path1174_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 5.87801,4.02664 c -0.06863,0 -0.13726,-0.01916 -0.19805,-0.05556 L 0.181491,0.686999 C 0.00304566,0.581617 -0.0538215,0.351693 0.055991,0.177335 0.163843,0.0029759 0.399155,-0.052589 0.5776,0.0547087 L 5.87801,3.21999 7.88209,2.02247 C 8.0625,1.91517 8.29585,1.97074 8.40566,2.1451 8.51351,2.32137 8.45861,2.54938 8.2782,2.65668 L 6.07607,3.97108 C 6.01528,4.00748 5.94665,4.02664 5.87801,4.02664"
+ id="path1175_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.630374 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.139227,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.264412 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path1176_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 4.49837,0.566289 C 4.38856,0.390014 4.44543,0.162006 4.62387,0.0547087 4.80428,-0.052589 5.03763,0.0029759 5.14744,0.177335 5.25726,0.353609 5.20039,0.583533 5.02194,0.688915 4.95919,0.725319 4.89056,0.742564 4.82389,0.742564 4.69447,0.742564 4.56897,0.679335 4.49837,0.566289 Z M 3.01788,1.44963 C 2.90807,1.27527 2.96297,1.04726 3.14338,0.939963 3.32378,0.832665 3.55714,0.88823 3.66695,1.06259 3.7748,1.23886 3.71989,1.46687 3.53949,1.57225 3.4787,1.61057 3.41007,1.62782 3.34143,1.62782 3.21397,1.62782 3.08847,1.56459 3.01788,1.44963 Z M 1.5373,2.33667 C 1.42553,2.15848 1.4824,1.93048 1.6628,1.82509 1.84321,1.7178 2.07656,1.77336 2.18441,1.94772 2.29423,2.12208 2.23736,2.35009 2.05891,2.4593 1.99616,2.49571 1.92753,2.51295 1.86086,2.51295 1.73144,2.51295 1.6079,2.44972 1.5373,2.33667 Z M 0.0568616,3.21998 C -0.0549118,3.04562 0.00391632,2.81761 0.182362,2.7084 0.360807,2.6011 0.594159,2.65666 0.703971,2.83102 0.811823,3.0073 0.756916,3.23722 0.578471,3.3426 0.515721,3.37901 0.447088,3.39817 0.378455,3.39817 c -0.1255,0 -0.251,-0.06323 -0.3215934,-0.17819 z"
+ id="path1177_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737193 C 0.278453,0.737193 0.182367,0.698872 0.109812,0.627979 0.0392187,0.559002 0,0.465116 0,0.365483 0,0.267765 0.0392187,0.17388 0.109812,0.104903 c 0.143149,-0.1398706 0.398071,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.162862 0.111774,0.26058 0,0.099633 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.070893 -0.16864,0.109214 -0.268648,0.109214"
+ id="path1178_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737193 C 0.280414,0.737193 0.182367,0.698872 0.111773,0.627979 0.0411797,0.559002 0,0.4632 0,0.367399 0,0.267765 0.0411797,0.17388 0.111773,0.104903 c 0.139227,-0.1398706 0.39611,-0.1398706 0.537297,0 0.070594,0.068977 0.111774,0.162862 0.111774,0.262496 0,0.095801 -0.04118,0.191603 -0.111774,0.26058 C 0.578477,0.698872 0.48043,0.737193 0.380422,0.737193"
+ id="path1179_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0,0.369794 C 0,0.164779 0.170602,0 0.380422,0 c 0.20982,0 0.380422,0.164779 0.380422,0.369794 0,0.205015 -0.170602,0.369794 -0.380422,0.369794 C 0.170602,0.739588 0,0.574809 0,0.369794 Z M 0,2.04822 C 0,1.84129 0.170602,1.67651 0.380422,1.67651 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.2031 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,2.41993 0,2.25132 0,2.04822 Z M 0,3.72474 C 0,3.51972 0.170602,3.35303 0.380422,3.35303 c 0.20982,0 0.380422,0.16669 0.380422,0.37171 0,0.20501 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,4.09645 0,3.92975 0,3.72474 Z M 0,5.4032 C 0,5.19627 0.170602,5.03149 0.380422,5.03149 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,5.77491 0,5.60822 0,5.4032 Z M 0,7.07972 C 0,6.8747 0.170602,6.70801 0.380422,6.70801 c 0.20982,0 0.380422,0.16669 0.380422,0.37171 0,0.20693 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,7.45143 0,7.28665 0,7.07972 Z M 0,8.75818 C 0,8.55125 0.170602,8.38647 0.380422,8.38647 c 0.20982,0 0.380422,0.16478 0.380422,0.37171 0,0.20502 -0.170602,0.37171 -0.380422,0.37171 C 0.170602,9.12989 0,8.9632 0,8.75818 Z m 0,1.67652 c 0,-0.2031 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.380422,0.1686 0.380422,0.3717 0,0.2069 -0.170602,0.3717 -0.380422,0.3717 C 0.170602,10.8064 0,10.6416 0,10.4347 Z m 0,1.6785 c 0,-0.2051 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.380422,0.1666 0.380422,0.3717 0,0.205 -0.170602,0.3717 -0.380422,0.3717 C 0.170602,12.4849 0,12.3182 0,12.1132 Z m 0,1.6765 c 0,-0.2031 0.170602,-0.3698 0.380422,-0.3698 0.20982,0 0.380422,0.1667 0.380422,0.3698 0,0.2069 -0.170602,0.3717 -0.380422,0.3717 C 0.170602,14.1614 0,13.9966 0,13.7897 Z m 0,1.6784 c 0,-0.205 0.170602,-0.3698 0.380422,-0.3698 0.20982,0 0.380422,0.1648 0.380422,0.3698 0,0.205 -0.170602,0.3717 -0.380422,0.3717 C 0.170602,15.8398 0,15.6731 0,15.4681 Z m 0,1.6785 c 0,-0.2051 0.170602,-0.3718 0.380422,-0.3718 0.20982,0 0.380422,0.1667 0.380422,0.3718 0,0.205 -0.170602,0.3697 -0.380422,0.3697 C 0.170602,17.5163 0,17.3516 0,17.1466 Z m 0,1.6784 c 0,-0.2069 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.380422,0.1648 0.380422,0.3717 0,0.2031 -0.170602,0.3698 -0.380422,0.3698 C 0.170602,19.1948 0,19.0281 0,18.825 Z m 0,1.6765 c 0,-0.205 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.380422,0.1667 0.380422,0.3717 0,0.205 -0.170602,0.3717 -0.380422,0.3717 C 0.170602,20.8732 0,20.7065 0,20.5015 Z M 0,22.18 c 0,-0.2069 0.170602,-0.3717 0.380422,-0.3717 0.20982,0 0.380422,0.1648 0.380422,0.3717 0,0.2031 -0.170602,0.3717 -0.380422,0.3717 C 0.170602,22.5517 0,22.3831 0,22.18 Z"
+ id="path1180_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.628458 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.268244 0.0411797,0.172443 0.111773,0.103466 c 0.139227,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path1181_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.101969,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0392188,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0392188,0.173163 0.111773,0.104185 c 0.141188,-0.1398698 0.39611,-0.1379538 0.537297,0 0.070594,0.068978 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.039219,0.195435 -0.109813,0.264412 C 0.576516,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path1182_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 12.9229,0.673182 C 12.7523,0.556304 12.7092,0.324464 12.8308,0.157769 c 0.1196,-0.16669435 0.3569,-0.208847 0.5314,-0.0900531 0.1706,0.1168781 0.2098,0.3487171 0.0902,0.5173281 -0.0745,0.103466 -0.1922,0.157115 -0.3118,0.157115 -0.0765,0 -0.151,-0.022993 -0.2177,-0.068977 z M 11.9406,2.03551 C 11.77,1.91863 11.7289,1.68487 11.8485,1.51818 c 0.1216,-0.16861 0.3588,-0.20693 0.5314,-0.09005 0.1706,0.11879 0.2118,0.35063 0.0902,0.51732 -0.0745,0.10155 -0.1922,0.15712 -0.3118,0.15712 -0.0745,0 -0.151,-0.02108 -0.2177,-0.06706 z M 10.9601,3.39584 C 10.7894,3.27896 10.7463,3.04712 10.8679,2.87851 10.9875,2.7099 11.2248,2.66966 11.3973,2.78846 c 0.1726,0.11879 0.2118,0.35063 0.0922,0.51733 -0.0745,0.10346 -0.1922,0.15903 -0.3118,0.15903 -0.0765,0 -0.151,-0.023 -0.2176,-0.06898 z M 9.97768,4.75627 C 9.80512,4.63748 9.76394,4.40756 9.88552,4.23895 10.0071,4.07225 10.2424,4.0301 10.4169,4.14889 c 0.1706,0.1188 0.2118,0.35064 0.0902,0.51925 -0.0745,0.10155 -0.1921,0.1552 -0.3118,0.1552 -0.0745,0 -0.1509,-0.01916 -0.21762,-0.06707 z M 8.99727,6.11849 C 8.82274,5.99969 8.78353,5.76785 8.9051,5.59924 9.02472,5.43255 9.26199,5.39231 9.43456,5.5111 9.60516,5.62798 9.64634,5.85982 9.52476,6.02652 9.45024,6.12998 9.33259,6.18555 9.21493,6.18555 9.13846,6.18555 9.06198,6.16256 8.99727,6.11849 Z M 8.01479,7.47897 C 7.84223,7.36018 7.80105,7.12834 7.92263,6.96164 8.0442,6.79303 8.27952,6.75279 8.45208,6.87159 8.62464,6.98847 8.66386,7.22031 8.54424,7.38892 8.46973,7.49238 8.35207,7.54603 8.23245,7.54603 8.15598,7.54603 8.08146,7.52304 8.01479,7.47897 Z M 7.03434,8.83741 C 6.85981,8.72053 6.82059,8.48869 6.94021,8.32199 7.06179,8.15338 7.29906,8.11315 7.46966,8.23194 7.64223,8.35073 7.68341,8.58257 7.56183,8.74927 7.48731,8.85082 7.36966,8.90638 7.252,8.90638 7.17552,8.90638 7.10101,8.88531 7.03434,8.83741 Z M 6.0519,10.1997 C 5.87934,10.0828 5.83816,9.85097 5.95974,9.68044 6.07935,9.51374 6.31663,9.47542 6.48723,9.5923 c 0.17452,0.1188 0.21374,0.35064 0.09412,0.5173 -0.07451,0.1035 -0.19217,0.1591 -0.31179,0.1591 -0.07647,0 -0.15295,-0.023 -0.21766,-0.069 z M 5.06763,11.56 c -0.1706,-0.1187 -0.21178,-0.3506 -0.0902,-0.5173 0.12158,-0.1667 0.35885,-0.2088 0.52945,-0.09 0.17256,0.1188 0.21374,0.3487 0.09217,0.5192 C 5.52453,11.5735 5.40687,11.629 5.28726,11.629 5.21274,11.629 5.1343,11.606 5.06763,11.56 Z M 4.08698,12.9205 C 3.91441,12.8017 3.8752,12.5698 3.99677,12.4031 c 0.11962,-0.1667 0.35689,-0.2069 0.5275,-0.0881 0.1706,0.1188 0.21374,0.3487 0.09412,0.5173 -0.07452,0.1016 -0.19217,0.1552 -0.31179,0.1552 -0.07648,0 -0.15295,-0.0211 -0.21962,-0.067 z m -0.98224,1.3622 c -0.1706,-0.1188 -0.21178,-0.3506 -0.0902,-0.5192 0.12158,-0.1667 0.35689,-0.2069 0.52945,-0.0881 0.1706,0.1168 0.21374,0.3487 0.09217,0.5154 -0.07452,0.1053 -0.19218,0.159 -0.31179,0.159 -0.07452,0 -0.15296,-0.023 -0.21963,-0.0671 z M 2.12429,15.6412 C 1.95172,15.5244 1.91251,15.2925 2.03212,15.1258 c 0.12158,-0.1686 0.35885,-0.2088 0.52946,-0.09 0.1706,0.1169 0.21374,0.3487 0.09216,0.5173 -0.07452,0.1016 -0.19217,0.1571 -0.30983,0.1571 -0.07647,0 -0.15295,-0.023 -0.21962,-0.069 z m -0.98244,1.3623 c -0.170601,-0.1169 -0.211781,-0.3506 -0.0902,-0.5173 0.12158,-0.1686 0.35689,-0.2069 0.52749,-0.0901 0.17256,0.1188 0.21374,0.3507 0.09412,0.5174 -0.07451,0.1015 -0.19217,0.1571 -0.31178,0.1571 -0.07648,0 -0.15296,-0.0211 -0.21963,-0.0671 z m -0.982543,1.3604 c -0.1706016,-0.1188 -0.2098204,-0.3487 -0.0902032,-0.5174 0.1215782,-0.1686 0.3588512,-0.2069 0.5294532,-0.09 0.170601,0.1188 0.213742,0.3506 0.092164,0.5173 -0.074516,0.1035 -0.192172,0.1591 -0.309828,0.1591 -0.076477,0 -0.152953,-0.023 -0.221586,-0.069 z"
+ id="path1183_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.180406,0.697435 0.109812,0.630374 0.0392187,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0392187,0.172443 0.109812,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.072555,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.039219,0.193519 -0.111774,0.264412 -0.070593,0.067061 -0.16864,0.107298 -0.268648,0.107298"
+ id="path1184_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.736475 c -0.098047,0 -0.198055,-0.03832 -0.268649,-0.107297 C 0.0411797,0.560201 0,0.464399 0,0.364766 0,0.268964 0.0411797,0.173163 0.111773,0.104185 c 0.141188,-0.1398698 0.39611,-0.1379538 0.539258,0 0.068633,0.068978 0.109813,0.164779 0.109813,0.260581 0,0.099633 -0.04118,0.195435 -0.109813,0.264412 C 0.580438,0.698155 0.48043,0.736475 0.380422,0.736475"
+ id="path1185_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.0708124,0.585044 C -0.0527266,0.416433 -0.00958599,0.184594 0.161016,0.0677159 0.331617,-0.051078 0.568891,-0.00892535 0.690469,0.157769 0.810086,0.324464 0.770867,0.556304 0.598305,0.675098 0.531633,0.719166 0.455156,0.742159 0.37868,0.742159 0.261023,0.742159 0.143367,0.68851 0.0708124,0.585044 Z M 1.04929,1.94545 C 0.929674,1.77876 0.970854,1.54692 1.14342,1.42813 1.31402,1.31125 1.54933,1.34957 1.67091,1.51818 1.79249,1.68487 1.75131,1.91863 1.58071,2.03551 1.51403,2.08149 1.43756,2.10257 1.36304,2.10257 1.24146,2.10257 1.12381,2.047 1.04929,1.94545 Z M 2.03383,3.30579 C 1.91225,3.13909 1.95343,2.90725 2.12403,2.78846 2.29463,2.66966 2.5319,2.7099 2.65544,2.87851 2.77506,3.04712 2.73388,3.27896 2.56328,3.39584 2.49661,3.44182 2.41817,3.46482 2.34169,3.46482 2.22404,3.46482 2.10638,3.40925 2.03383,3.30579 Z M 3.0143,4.66814 C 2.89468,4.49953 2.9339,4.26769 3.10646,4.14889 3.27707,4.0301 3.51434,4.07225 3.63592,4.23895 3.75554,4.40756 3.71436,4.63748 3.54375,4.75627 3.47708,4.80418 3.40061,4.82334 3.32609,4.82334 3.20451,4.82334 3.08686,4.76969 3.0143,4.66814 Z M 3.99672,6.02652 C 3.87514,5.85982 3.91632,5.62798 4.08692,5.5111 4.25752,5.39231 4.49479,5.43255 4.61833,5.59924 4.73991,5.76785 4.69677,5.99969 4.52617,6.11849 4.4595,6.16256 4.38302,6.18555 4.3085,6.18555 4.18693,6.18555 4.06927,6.12998 3.99672,6.02652 Z m 0.98242,1.3624 C 4.85756,7.22031 4.89874,6.98847 5.06934,6.87159 5.23994,6.75279 5.47918,6.79303 5.59879,6.96164 5.72037,7.12834 5.67919,7.36018 5.50663,7.47897 5.43996,7.52304 5.36348,7.54603 5.28897,7.54603 5.16935,7.54603 5.05365,7.49238 4.97914,7.38892 Z M 5.95949,8.74927 C 5.83791,8.58257 5.87909,8.35073 6.05166,8.23194 6.22226,8.11315 6.45953,8.15338 6.58111,8.32199 6.70269,8.48869 6.65955,8.72053 6.48894,8.83741 6.42227,8.88531 6.3458,8.90638 6.27128,8.90638 6.15166,8.90638 6.03401,8.85082 5.95949,8.74927 Z M 6.94203,10.1096 C 6.82045,9.94294 6.86163,9.7111 7.03223,9.5923 7.20283,9.47542 7.44207,9.51374 7.56365,9.68044 7.68326,9.85097 7.64208,10.0828 7.46952,10.1997 c -0.06667,0.046 -0.14315,0.069 -0.21766,0.069 -0.11962,0 -0.23532,-0.0556 -0.30983,-0.1591 z M 7.9225,11.4719 C 7.80289,11.3014 7.84211,11.0715 8.01467,10.9527 8.18723,10.8339 8.4245,10.876 8.54412,11.0427 8.6657,11.2094 8.62256,11.4413 8.45196,11.56 8.38529,11.606 8.30881,11.629 8.23429,11.629 8.11468,11.629 7.99702,11.5735 7.9225,11.4719 Z m 0.98242,1.3604 c -0.12158,-0.1686 -0.0804,-0.3985 0.0902,-0.5173 0.17256,-0.1188 0.40984,-0.0786 0.53142,0.0881 0.12157,0.1667 0.07843,0.3986 -0.09217,0.5174 -0.06667,0.0459 -0.14315,0.067 -0.21962,0.067 -0.11766,0 -0.23532,-0.0536 -0.30983,-0.1552 z m 0.98223,1.3585 c -0.12157,-0.1667 -0.08236,-0.3986 0.09021,-0.5154 0.17254,-0.1188 0.40984,-0.0786 0.52944,0.0881 0.1216,0.1686 0.0804,0.4004 -0.0922,0.5192 -0.0666,0.0441 -0.1411,0.0671 -0.2176,0.0671 -0.1196,0 -0.23729,-0.0537 -0.30985,-0.159 z m 0.98055,1.3623 c -0.1216,-0.1686 -0.0804,-0.4004 0.0922,-0.5173 0.1725,-0.1188 0.4078,-0.0786 0.5294,0.09 0.1216,0.1667 0.0784,0.3986 -0.0922,0.5154 -0.0666,0.046 -0.1411,0.069 -0.2176,0.069 -0.1196,0 -0.2373,-0.0555 -0.3118,-0.1571 z m 0.9824,1.3604 c -0.1216,-0.1667 -0.0804,-0.3986 0.0922,-0.5174 0.1706,-0.1168 0.4079,-0.0785 0.5294,0.0901 0.1197,0.1667 0.0804,0.4004 -0.0941,0.5173 -0.0647,0.046 -0.1412,0.0671 -0.2177,0.0671 -0.1196,0 -0.2353,-0.0556 -0.3098,-0.1571 z m 0.9805,1.3603 c -0.1196,-0.1667 -0.0804,-0.3985 0.0941,-0.5173 0.1706,-0.1169 0.4079,-0.0786 0.5275,0.09 0.1216,0.1687 0.0804,0.3986 -0.0922,0.5174 -0.0647,0.046 -0.1411,0.069 -0.2176,0.069 -0.1196,0 -0.2373,-0.0556 -0.3118,-0.1591 z"
+ id="path1186_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.280414,0.737672 0.182367,0.697435 0.111773,0.630374 0.0411797,0.559481 0,0.463679 0,0.365962 0,0.27016 0.0411797,0.172443 0.111773,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.068977 0.111774,0.166694 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.264412 C 0.578477,0.697435 0.48043,0.737672 0.380422,0.737672"
+ id="path1187_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 20.9361,13.0186 c -0.0687,0 -0.1373,-0.0173 -0.1981,-0.0537 L 0.181491,0.688915 C 0.00304566,0.581617 -0.0538215,0.353609 0.055991,0.177335 0.163843,0.0029759 0.399155,-0.052589 0.5776,0.0547087 L 20.9361,12.2119 29.2249,7.26282 c 0.1785,-0.1073 0.4138,-0.05174 0.5216,0.12262 0.1099,0.17436 0.053,0.40428 -0.1255,0.51158 l -8.4869,5.06788 c -0.0608,0.0364 -0.1294,0.0537 -0.198,0.0537"
+ id="path1188_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 0.380422,0.740308 c -0.100008,0 -0.198055,-0.042153 -0.266688,-0.11113 C 0.0411797,0.562117 0,0.464399 0,0.366682 0,0.268964 0.0411797,0.173163 0.113734,0.104185 c 0.139227,-0.1379538 0.394149,-0.1398698 0.535336,0 0.072555,0.068978 0.111774,0.164779 0.111774,0.262497 0,0.097717 -0.039219,0.195435 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.11113 -0.268648,0.11113"
+ id="path1189_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 3.04845,0.566289 C 2.9406,0.39193 2.9955,0.16009 3.17591,0.0547087 3.35435,-0.052589 3.58771,0.0029759 3.69752,0.177335 3.80537,0.351693 3.7485,0.581617 3.57006,0.688915 3.50927,0.725319 3.44064,0.74448 3.372,0.74448 3.24454,0.74448 3.121,0.681251 3.04845,0.566289 Z M 1.55219,1.45911 C 1.44434,1.28475 1.49925,1.05483 1.67769,0.947531 1.8581,0.840233 2.09145,0.895798 2.1993,1.07016 2.31107,1.24643 2.25421,1.47636 2.0738,1.58174 2.01497,1.61814 1.94634,1.6373 1.87771,1.6373 1.75025,1.6373 1.62475,1.57407 1.55219,1.45911 Z M 0.055991,2.35206 C -0.0538215,2.1777 0.00304566,1.94969 0.181491,1.84048 0.361897,1.73318 0.59721,1.78874 0.705061,1.9631 0.814874,2.14129 0.758007,2.3693 0.579561,2.47468 0.516811,2.51109 0.448178,2.53025 0.381507,2.53025 0.254046,2.53025 0.128546,2.46702 0.055991,2.35206 Z"
+ id="path1190_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.378461,0.737672 C 0.278453,0.737672 0.182367,0.697435 0.109812,0.628458 0.0392187,0.559481 0,0.465595 0,0.365962 0,0.268244 0.0392187,0.174359 0.109812,0.103466 c 0.141188,-0.1379546 0.39611,-0.1379546 0.537297,0 0.070594,0.070893 0.111774,0.164778 0.111774,0.262496 0,0.097717 -0.04118,0.193519 -0.111774,0.262496 -0.070593,0.068977 -0.16864,0.109214 -0.268648,0.109214"
+ id="path1191_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.379546,4.37727 C 0.252085,4.37727 0.126585,4.31404 0.055991,4.19908 -0.0538215,4.02472 0.00304566,3.79672 0.181491,3.68942 L 6.26824,0.0547087 C 6.44669,-0.052589 6.682,0.0029759 6.78985,0.177335 6.89966,0.351693 6.8428,0.581617 6.66435,0.688915 L 0.5776,4.32362 C 0.516811,4.36003 0.448178,4.37727 0.379546,4.37727"
+ id="path1192_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 7.14674,4.78446 c -0.06667,0 -0.1353,-0.01725 -0.19609,-0.05365 L 0.181491,0.687985 C 0.00304566,0.580688 -0.0538215,0.35268 0.055991,0.178321 0.165803,0.00204629 0.399155,-0.0516026 0.5776,0.0537791 L 7.34676,4.0966 C 7.5252,4.2039 7.58207,4.43191 7.47226,4.60627 7.3997,4.72123 7.27616,4.78446 7.14674,4.78446"
+ id="path1193_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.736955 C 0.280414,0.736955 0.184328,0.698634 0.113734,0.629657 0.0411797,0.558764 0,0.462962 0,0.365245 0,0.269443 0.0411797,0.171725 0.113734,0.102748 c 0.139227,-0.1360378 0.394149,-0.1379538 0.535336,0 0.072555,0.068977 0.111774,0.166695 0.111774,0.262497 0,0.097717 -0.039219,0.193519 -0.111774,0.264412 C 0.578477,0.698634 0.482391,0.736955 0.380422,0.736955"
+ id="path1194_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.183832,0.688915 C 0.0014644,0.581617 -0.0534418,0.353609 0.0563707,0.177335 0.166183,0.0029759 0.399535,-0.052589 0.57798,0.0547087 0.756425,0.162006 0.813293,0.39193 0.70348,0.566289 0.632886,0.681251 0.507386,0.74448 0.379925,0.74448 0.311293,0.74448 0.244621,0.725319 0.183832,0.688915 Z M 1.71149,1.60285 C 1.53109,1.49363 1.47618,1.26563 1.58599,1.09127 1.69385,0.916907 1.9272,0.861343 2.10564,0.966724 2.28605,1.07402 2.34095,1.30395 2.2331,1.4783 2.16055,1.59327 2.03505,1.6565 1.90955,1.6565 1.84092,1.6565 1.77228,1.63925 1.71149,1.60285 Z M 3.23886,2.51491 C 3.06042,2.40761 3.00355,2.1796 3.11336,2.00333 3.22122,1.82897 3.45653,1.77532 3.63497,1.8807 3.81538,1.988 3.87225,2.21601 3.76047,2.39228 3.68988,2.50724 3.56634,2.57047 3.43692,2.57047 3.37025,2.57047 3.30161,2.55131 3.23886,2.51491 Z M 4.76844,3.42693 C 4.58803,3.31963 4.53313,3.09162 4.64098,2.91726 4.75079,2.74291 4.9861,2.68734 5.16455,2.79464 5.34299,2.90002 5.39986,3.12803 5.29201,3.3043 5.21945,3.41735 5.09395,3.48058 4.96649,3.48058 4.89786,3.48058 4.82923,3.46525 4.76844,3.42693 Z M 6.29599,4.34087 C 6.11755,4.23358 6.06068,4.00557 6.17049,3.83121 6.28031,3.65494 6.51366,3.59937 6.6921,3.70667 6.87251,3.81397 6.92741,4.04197 6.81956,4.21633 6.74701,4.33129 6.62151,4.39452 6.49405,4.39452 6.42541,4.39452 6.35678,4.37728 6.29599,4.34087 Z M 7.82358,5.25288 C 7.64514,5.1475 7.58827,4.91949 7.69808,4.7413 7.80789,4.56694 8.04321,4.51138 8.22165,4.61867 8.4001,4.72789 8.45696,4.95589 8.34715,5.13025 8.27656,5.24522 8.15106,5.30844 8.0236,5.30844 7.95496,5.30844 7.88633,5.28928 7.82358,5.25288 Z"
+ id="path1195_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 0.380422,0.737672 C 0.282375,0.737672 0.182367,0.697435 0.113734,0.628458 0.0431406,0.559481 0,0.465595 0,0.365962 0,0.268244 0.0431406,0.174359 0.113734,0.103466 c 0.139227,-0.1379546 0.394149,-0.1379546 0.537297,0 0.070594,0.070893 0.109813,0.164778 0.109813,0.262496 0,0.099633 -0.039219,0.193519 -0.109813,0.262496 -0.070593,0.070893 -0.16864,0.109214 -0.270609,0.109214"
+ id="path1196_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 10.2215,17.0518 c -0.0686,0 -0.1373,-0.0172 -0.1981,-0.0536 L 0.181491,11.1217 C 0.00304566,11.0144 -0.0538215,10.7864 0.055991,10.6101 0.165803,10.4358 0.399155,10.3802 0.5776,10.4875 l 9.6439,5.7577 27.1119,-16.1904913 c 0.1785,-0.1072977 0.4118,-0.0517328 0.5216,0.1226263 0.1098,0.176274 0.053,0.404282 -0.1255,0.51158 L 10.4195,16.9982 c -0.0607,0.0364 -0.1294,0.0536 -0.198,0.0536"
+ id="path1197_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.61981,1.28182 c 0,0.70702 -0.58632,1.27991 -1.3099,1.27991 C 0.58632,2.56173 0,1.98884 0,1.28182 0,0.574809 0.58632,0 1.30991,0 c 0.72358,0 1.3099,0.574809 1.3099,1.28182"
+ id="path1198_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.61981,1.27991 c 0,0.70701 -0.58632,1.28182 -1.3099,1.28182 C 0.58632,2.56173 0,1.98692 0,1.27991 0,0.572893 0.58632,0 1.30991,0 c 0.72358,0 1.3099,0.572893 1.3099,1.27991"
+ id="path1199_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.62177,1.27991 c 0,0.70701 -0.58632,1.27991 -1.3099,1.27991 C 0.588281,2.55982 0,1.98692 0,1.27991 0,0.572893 0.588281,0 1.31187,0 c 0.72358,0 1.3099,0.572893 1.3099,1.27991"
+ id="path1200_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 2.62177,1.27991 c 0,0.70701 -0.58632,1.27991 -1.31186,1.27991 C 0.58632,2.55982 0,1.98692 0,1.27991 0,0.572893 0.58632,0 1.30991,0 2.03545,0 2.62177,0.572893 2.62177,1.27991"
+ id="path1201_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 12.1872,0.741504 H 0.378461 C 0.168641,0.741504 0,0.576725 0,0.37171 0,0.166695 0.168641,0 0.378461,0 H 12.1872 c 0.2098,0 0.3785,0.166695 0.3785,0.37171 0,0.205015 -0.1687,0.369794 -0.3785,0.369794"
+ id="path1202_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 12.1872,0.741504 H 0.380422 C 0.170602,0.741504 0,0.576725 0,0.37171 0,0.166695 0.170602,0 0.380422,0 H 12.1872 c 0.2098,0 0.3804,0.166695 0.3804,0.37171 0,0.205015 -0.1706,0.369794 -0.3804,0.369794"
+ id="path1203_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.33138,0.743408 c -0.31572,0 -0.570638,0.249084 -0.570638,0.557562 0,0.30657 0.254918,0.55565 0.570638,0.55565 0.31375,0 0.57063,-0.24908 0.57063,-0.55565 0,-0.308478 -0.25688,-0.557562 -0.57063,-0.557562 z m 10e-5,1.856642 C 0.598086,2.60005 0,2.01758 0,1.30098 0,0.584389 0.598086,0 1.33148,0 c 0.73339,0 1.32951,0.584389 1.32951,1.30098 0,0.7166 -0.59612,1.29907 -1.32951,1.29907 z"
+ id="path1204_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="m 1.32941,0.743408 c -0.31375,0 -0.568668,0.249084 -0.568668,0.557562 0,0.30657 0.254918,0.55565 0.568668,0.55565 0.31572,0 0.57064,-0.24908 0.57064,-0.55565 0,-0.308478 -0.25492,-0.557562 -0.57064,-0.557562 z M 1.32952,2.60005 C 0.596125,2.60005 0,2.01758 0,1.30098 0,0.584389 0.596125,0 1.32952,0 c 0.73339,0 1.33147,0.584389 1.33147,1.30098 0,0.7166 -0.59808,1.29907 -1.33147,1.29907 z"
+ id="path1205_fill"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill-rule:evenodd"
+ d="M 1.90015,0.929275 C 1.90015,1.44085 1.47462,1.85663 0.949094,1.85663 0.423563,1.85663 0,1.44085 0,0.929275 0,0.415779 0.423563,0 0.949094,0 1.47462,0 1.90015,0.415779 1.90015,0.929275"
+ id="path1206_fill"
+ inkscape:connector-curvature="0" />
+ </defs>
+ <use
+ style="fill:#ffffff"
+ id="use87-6"
+ transform="translate(0.51413668,7.1087521)"
+ xlink:href="#path24_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use90-6"
+ transform="translate(2.2241367,16.388759)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use93-6"
+ transform="translate(2.2241367,23.678759)"
+ xlink:href="#path19_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use96-8"
+ transform="translate(2.2241367,30.968759)"
+ xlink:href="#path3_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use111-3"
+ transform="translate(2.6041367,9.4787521)"
+ xlink:href="#path25_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1221-9"
+ transform="translate(323.98198,60.5126)"
+ xlink:href="#path375_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1224-7"
+ transform="translate(323.98198,64.4546)"
+ xlink:href="#path376_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1227-4"
+ transform="translate(351.47198,61.6956)"
+ xlink:href="#path377_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1230-0"
+ transform="translate(354.39198,61.6956)"
+ xlink:href="#path378_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1233-6"
+ transform="translate(348.55198,61.6956)"
+ xlink:href="#path379_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1236-0"
+ transform="translate(323.98198,69.0796)"
+ xlink:href="#path380_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1239-3"
+ transform="translate(345.08198,75.5216)"
+ xlink:href="#path381_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1242-0"
+ transform="translate(345.08198,71.0406)"
+ xlink:href="#path382_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1245-1"
+ transform="translate(345.08198,72.5326)"
+ xlink:href="#path383_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1248-5"
+ transform="translate(345.08198,75.5266)"
+ xlink:href="#path384_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1251-7"
+ transform="translate(321.65198,71.0336)"
+ xlink:href="#path385_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1254-5"
+ transform="translate(342.39198,71.0396)"
+ xlink:href="#path386_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1257-9"
+ transform="translate(340.45198,71.0356)"
+ xlink:href="#path387_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1260-7"
+ transform="translate(338.50198,71.0396)"
+ xlink:href="#path388_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1263-5"
+ transform="translate(326.04198,62.5826)"
+ xlink:href="#path389_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1458-5"
+ transform="translate(358.54198,67.1756)"
+ xlink:href="#path451_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3468-5"
+ transform="translate(25.807888,0.45478132)"
+ xlink:href="#path1060_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3495-9"
+ transform="translate(30.924728,2.9234405)"
+ xlink:href="#path1069_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3501-5"
+ transform="translate(57.704728,2.9234405)"
+ xlink:href="#path1071_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3504-9"
+ transform="translate(56.014728,2.9334405)"
+ xlink:href="#path1072_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3510-5"
+ transform="translate(35.947888,5.4519)"
+ xlink:href="#path1074_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3516-5"
+ transform="translate(45.977888,5.4519)"
+ xlink:href="#path1076_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3519-8"
+ transform="translate(44.337888,5.4519)"
+ xlink:href="#path1077_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3522-8"
+ transform="translate(65.137589,5.428926)"
+ xlink:href="#path1078_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3525-0"
+ transform="translate(24.247888,5.5647811)"
+ xlink:href="#path1079_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3528-0"
+ transform="translate(97.978667,7.932938)"
+ xlink:href="#path1080_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3774"
+ transform="translate(9.6187611,2.4883342)"
+ xlink:href="#path1161_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3780"
+ transform="translate(11.318761,4.6883341)"
+ xlink:href="#path1163_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3627-48"
+ transform="translate(89.279492,9.535246)"
+ xlink:href="#path1112_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3630-0"
+ transform="translate(91.029492,9.525246)"
+ xlink:href="#path1113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3627-48-4"
+ transform="translate(80.297897,9.581193)"
+ xlink:href="#path1112_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3630-0-2"
+ transform="translate(82.047897,9.571193)"
+ xlink:href="#path1113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3627-48-9"
+ transform="translate(71.475862,9.627142)"
+ xlink:href="#path1112_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3630-0-6"
+ transform="translate(73.225862,9.617142)"
+ xlink:href="#path1113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3630-0-6-1"
+ transform="translate(73.225862,8.286772)"
+ xlink:href="#path1113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3630-0-6-0"
+ transform="translate(73.225862,6.90833)"
+ xlink:href="#path1113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3630-0-6-4"
+ transform="translate(73.225862,5.506913)"
+ xlink:href="#path1113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use69-2-2"
+ transform="translate(81.354035,4.2077249)"
+ xlink:href="#path3_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3630-0-6-4-3"
+ transform="translate(93.315328,2.9234405)"
+ xlink:href="#path1113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3630-0-6-4-8"
+ transform="translate(86.067768,2.9234405)"
+ xlink:href="#path1113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3630-0-6-4-0"
+ transform="translate(78.820208,2.9234405)"
+ xlink:href="#path1113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3630-0-6-4-4"
+ transform="translate(71.572648,2.9234405)"
+ xlink:href="#path1113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3630-0-6-4-09"
+ transform="translate(66.325088,2.9234405)"
+ xlink:href="#path1113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3630-0-6-4-1"
+ transform="translate(61.077528,2.9234405)"
+ xlink:href="#path1113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use423-3"
+ transform="translate(152.7134,0.34942171)"
+ xlink:href="#path118_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use426-8"
+ transform="translate(161.2334,0.47942171)"
+ xlink:href="#path119_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use429-3"
+ transform="translate(169.7534,0.34942171)"
+ xlink:href="#path120_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use432-3"
+ transform="translate(178.2734,0.34942171)"
+ xlink:href="#path121_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use450-6"
+ transform="translate(183.9734,3.1394215)"
+ xlink:href="#path126_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use453-8"
+ transform="translate(185.5234,3.1394215)"
+ xlink:href="#path127_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use456-9"
+ transform="translate(188.6334,3.1394215)"
+ xlink:href="#path128_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use462-6"
+ transform="translate(214.64967,0.24247154)"
+ xlink:href="#path130_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use468-7"
+ transform="translate(162.4734,1.5594216)"
+ xlink:href="#path132_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use69-2-6"
+ transform="translate(2.0779238,1.2609445)"
+ xlink:href="#path3_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3579-9"
+ transform="translate(35.945927,8.688078)"
+ xlink:href="#path1096_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3588-6"
+ transform="translate(35.945927,8.688078)"
+ xlink:href="#path1099_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3771-2"
+ transform="translate(34.725927,14.668078)"
+ xlink:href="#path1160_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3579-9-5"
+ transform="translate(30.921622,5.912441)"
+ xlink:href="#path1096_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use888-2"
+ transform="translate(406.63129,90.289328)"
+ xlink:href="#path268_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use891-6"
+ transform="translate(408.53129,96.939328)"
+ xlink:href="#path269_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use894-5"
+ transform="translate(408.53129,92.679328)"
+ xlink:href="#path270_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use897-8"
+ transform="translate(408.53129,94.099328)"
+ xlink:href="#path271_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use900-7"
+ transform="translate(408.53129,96.949328)"
+ xlink:href="#path272_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use903-9"
+ transform="translate(408.53129,88.809328)"
+ xlink:href="#path273_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use906-6"
+ transform="translate(410.43129,85.339328)"
+ xlink:href="#path274_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use909-0"
+ transform="translate(412.33129,94.709328)"
+ xlink:href="#path275_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use912-4"
+ transform="translate(412.33129,89.889328)"
+ xlink:href="#path276_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use915-1"
+ transform="translate(412.33129,91.499328)"
+ xlink:href="#path277_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use918-0"
+ transform="translate(412.33129,94.719328)"
+ xlink:href="#path278_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use921-4"
+ transform="translate(412.33129,86.739328)"
+ xlink:href="#path279_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use924-8"
+ transform="translate(414.23129,82.829328)"
+ xlink:href="#path280_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use927-7"
+ transform="translate(412.88129,79.219328)"
+ xlink:href="#path281_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1197-7"
+ transform="rotate(-90,56.687794,13.959512)"
+ xlink:href="#path368_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1200-9"
+ transform="rotate(-90,55.944294,-15.866988)"
+ xlink:href="#path369_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1203-3"
+ transform="rotate(-90,63.119294,-8.691988)"
+ xlink:href="#path369_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1206-9"
+ transform="rotate(-90,49.273789,-21.566488)"
+ xlink:href="#path370_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1209-2"
+ transform="rotate(-90,63.628794,-7.211488)"
+ xlink:href="#path371_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1212-8"
+ transform="rotate(-90,56.448294,-14.760988)"
+ xlink:href="#path372_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1215-3"
+ transform="rotate(-90,56.102294,15.555012)"
+ xlink:href="#path373_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1218-0"
+ transform="rotate(-90,26.507288,-14.039989)"
+ xlink:href="#path374_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1161-7"
+ transform="translate(370.47257,-4.5260104)"
+ xlink:href="#path356_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1170-1"
+ transform="translate(357.58363,6.015065)"
+ xlink:href="#path359_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1173-5"
+ transform="translate(359.05363,3.108065)"
+ xlink:href="#path360_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1176-4"
+ transform="translate(381.68363,6.014065)"
+ xlink:href="#path361_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2547-8"
+ transform="translate(298.13189,100.32486)"
+ xlink:href="#path782_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2550-1"
+ transform="translate(299.76189,100.31986)"
+ xlink:href="#path783_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2553-9"
+ transform="translate(306.29189,100.32486)"
+ xlink:href="#path784_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2586-9"
+ transform="translate(291.97189,85.76986)"
+ xlink:href="#path795_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2589-7"
+ transform="translate(293.99189,87.29686)"
+ xlink:href="#path796_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2592-8"
+ transform="translate(297.92189,88.18786)"
+ xlink:href="#path797_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2595-2"
+ transform="translate(299.47189,88.18386)"
+ xlink:href="#path798_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2598-5"
+ transform="translate(302.56189,88.18686)"
+ xlink:href="#path799_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2601-3"
+ transform="translate(291.97189,92.54486)"
+ xlink:href="#path800_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2604-4"
+ transform="translate(293.99189,94.06986)"
+ xlink:href="#path801_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2607-9"
+ transform="translate(297.92189,94.96086)"
+ xlink:href="#path802_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2610-0"
+ transform="translate(299.47189,94.95686)"
+ xlink:href="#path803_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2613-2"
+ transform="translate(302.56189,94.96186)"
+ xlink:href="#path804_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2616-0"
+ transform="translate(291.97189,103.00686)"
+ xlink:href="#path805_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2619-1"
+ transform="translate(293.99189,104.53386)"
+ xlink:href="#path806_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2622-9"
+ transform="translate(297.92189,105.42486)"
+ xlink:href="#path807_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2625-6"
+ transform="translate(299.47189,105.41886)"
+ xlink:href="#path808_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2628-2"
+ transform="translate(302.56189,105.42486)"
+ xlink:href="#path809_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2631-1"
+ transform="translate(291.97189,109.78186)"
+ xlink:href="#path800_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2634-2"
+ transform="translate(293.99189,111.30686)"
+ xlink:href="#path801_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2637-0"
+ transform="translate(297.92189,112.19886)"
+ xlink:href="#path810_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2640-7"
+ transform="translate(299.47189,112.19386)"
+ xlink:href="#path811_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2643-3"
+ transform="translate(302.56189,112.19886)"
+ xlink:href="#path812_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2124-1"
+ transform="translate(307.86436,68.79695)"
+ xlink:href="#path647_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2127-1"
+ transform="translate(314.11436,71.03395)"
+ xlink:href="#path648_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2130-9"
+ transform="translate(315.45436,71.03095)"
+ xlink:href="#path649_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2133-0"
+ transform="translate(319.46436,71.03395)"
+ xlink:href="#path650_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2136-5"
+ transform="translate(307.86436,71.02895)"
+ xlink:href="#path651_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2139-6"
+ transform="translate(307.86436,73.26295)"
+ xlink:href="#path652_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2142-7"
+ transform="translate(301.95345,70.88134)"
+ xlink:href="#path653_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2145-7"
+ transform="translate(296.80345,70.88634)"
+ xlink:href="#path654_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2148-4"
+ transform="translate(298.09345,70.88134)"
+ xlink:href="#path655_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2151-0"
+ transform="translate(301.95345,70.88634)"
+ xlink:href="#path656_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2154-6"
+ transform="translate(294.28345,70.88134)"
+ xlink:href="#path657_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="translate(65.760184,-115.11038)"
+ id="g15365">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path540_fill"
+ transform="translate(269.18286,139.67332)"
+ id="use1749-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path541_fill"
+ transform="translate(281.94286,139.67332)"
+ id="use1752-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path542_fill"
+ transform="translate(265.64286,133.26032)"
+ id="use1755-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path543_fill"
+ transform="translate(271.20286,120.17432)"
+ id="use1758-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path544_fill"
+ transform="translate(276.22286,136.04532)"
+ id="use1761-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path545_fill"
+ transform="translate(276.32286,137.30832)"
+ id="use1764-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path546_fill"
+ transform="translate(276.87286,144.91932)"
+ id="use1767-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path547_fill"
+ transform="translate(274.04286,144.91932)"
+ id="use1770-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path548_fill"
+ transform="translate(274.13286,137.30832)"
+ id="use1773-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path549_fill"
+ transform="translate(274.69286,136.04532)"
+ id="use1776-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path550_fill"
+ transform="translate(271.22286,122.82632)"
+ id="use1779-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path551_fill"
+ transform="translate(273.70286,133.26832)"
+ id="use1782-7" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use1749-8"
+ transform="translate(82.26522,32.753425)"
+ xlink:href="#path540_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1752-8"
+ transform="translate(95.02522,32.753425)"
+ xlink:href="#path541_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1755-6"
+ transform="translate(78.72522,26.340425)"
+ xlink:href="#path542_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1758-04"
+ transform="translate(84.28522,13.254425)"
+ xlink:href="#path543_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1761-6"
+ transform="translate(89.30522,29.125425)"
+ xlink:href="#path544_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1764-7"
+ transform="translate(89.40522,30.388425)"
+ xlink:href="#path545_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1767-6"
+ transform="translate(89.95522,37.999425)"
+ xlink:href="#path546_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1770-0"
+ transform="translate(87.12522,37.999425)"
+ xlink:href="#path547_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1773-9"
+ transform="translate(87.21522,30.388425)"
+ xlink:href="#path548_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1776-7"
+ transform="translate(87.77522,29.125425)"
+ xlink:href="#path549_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1779-5"
+ transform="translate(84.30522,15.906425)"
+ xlink:href="#path550_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1782-9"
+ transform="translate(86.78522,26.348425)"
+ xlink:href="#path551_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1476-7"
+ transform="translate(38.874764,58.19218)"
+ xlink:href="#path457_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1479-8"
+ transform="translate(38.874764,56.54818)"
+ xlink:href="#path458_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1482-5"
+ transform="translate(38.874764,52.45218)"
+ xlink:href="#path457_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1485-3"
+ transform="translate(38.874764,50.80818)"
+ xlink:href="#path459_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2202-3"
+ transform="translate(74.963205,42.009984)"
+ xlink:href="#path669_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2205-8"
+ transform="translate(74.963205,81.28499)"
+ xlink:href="#path670_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2208-3"
+ transform="translate(74.963205,39.984984)"
+ xlink:href="#path671_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2211-7"
+ transform="translate(74.963205,83.30999)"
+ xlink:href="#path670_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2214-9"
+ transform="translate(76.893205,44.331984)"
+ xlink:href="#path672_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2217-3"
+ transform="translate(81.273205,51.61499)"
+ xlink:href="#path673_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2220-7"
+ transform="translate(83.033205,51.61099)"
+ xlink:href="#path674_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2223-8"
+ transform="translate(97.103205,51.61499)"
+ xlink:href="#path675_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2226-7"
+ transform="translate(82.283205,53.30399)"
+ xlink:href="#path676_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2229-4"
+ transform="translate(84.013205,53.29899)"
+ xlink:href="#path677_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2232-1"
+ transform="translate(96.083205,53.30399)"
+ xlink:href="#path678_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2235-9"
+ transform="translate(83.303205,54.99299)"
+ xlink:href="#path679_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2238-0"
+ transform="translate(84.983205,54.98499)"
+ xlink:href="#path680_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2241-9"
+ transform="translate(95.073205,54.99199)"
+ xlink:href="#path681_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2244-8"
+ transform="translate(84.323205,56.67999)"
+ xlink:href="#path682_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2247-8"
+ transform="translate(85.943205,56.67299)"
+ xlink:href="#path683_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2250-5"
+ transform="translate(94.053205,56.67999)"
+ xlink:href="#path684_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2253-8"
+ transform="translate(85.333205,58.36899)"
+ xlink:href="#path685_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2256-4"
+ transform="translate(86.873205,58.36299)"
+ xlink:href="#path686_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2259-3"
+ transform="translate(93.033205,58.36899)"
+ xlink:href="#path687_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2262-7"
+ transform="translate(86.353205,60.05599)"
+ xlink:href="#path115_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2265-1"
+ transform="translate(88.243205,60.05099)"
+ xlink:href="#path688_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2268-3"
+ transform="translate(92.023205,60.05599)"
+ xlink:href="#path689_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2271-8"
+ transform="translate(80.043205,73.74099)"
+ xlink:href="#path690_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2274-0"
+ transform="translate(81.703205,73.73699)"
+ xlink:href="#path691_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2277-9"
+ transform="translate(98.333205,73.74099)"
+ xlink:href="#path692_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2280-7"
+ transform="translate(79.023205,75.42899)"
+ xlink:href="#path693_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2283-9"
+ transform="translate(80.713205,75.42499)"
+ xlink:href="#path694_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2286-9"
+ transform="translate(99.353205,75.42899)"
+ xlink:href="#path695_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2289-3"
+ transform="translate(78.003205,77.11699)"
+ xlink:href="#path696_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2292-2"
+ transform="translate(79.723205,77.11099)"
+ xlink:href="#path697_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2295-4"
+ transform="translate(100.37321,77.11699)"
+ xlink:href="#path698_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2298-3"
+ transform="translate(89.183205,61.60399)"
+ xlink:href="#path699_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2301-7"
+ transform="translate(89.183205,63.31799)"
+ xlink:href="#path700_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2304-1"
+ transform="translate(89.183205,71.91999)"
+ xlink:href="#path701_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2307-2"
+ transform="translate(106.23321,53.83699)"
+ xlink:href="#path702_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2310-2"
+ transform="translate(97.513205,53.83399)"
+ xlink:href="#path703_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2313-0"
+ transform="translate(95.763205,53.83699)"
+ xlink:href="#path704_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2319-1"
+ transform="translate(93.293205,57.93999)"
+ xlink:href="#path706_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2325-5"
+ transform="translate(102.50321,57.93799)"
+ xlink:href="#path708_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2328-1"
+ transform="translate(100.78321,57.94399)"
+ xlink:href="#path709_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2334-4"
+ transform="translate(106.23321,69.46699)"
+ xlink:href="#path711_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2337-1"
+ transform="translate(97.513205,69.46299)"
+ xlink:href="#path712_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2340-7"
+ transform="translate(95.763205,69.46699)"
+ xlink:href="#path713_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2346-1"
+ transform="translate(93.293205,65.35499)"
+ xlink:href="#path715_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2352-7"
+ transform="translate(102.50321,65.35499)"
+ xlink:href="#path717_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2355-0"
+ transform="translate(100.78321,65.35999)"
+ xlink:href="#path718_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1791-6"
+ transform="translate(326.81242,43.872199)"
+ xlink:href="#path554_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1794-4"
+ transform="translate(355.63242,43.872199)"
+ xlink:href="#path555_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1809-8"
+ transform="translate(326.86242,40.962199)"
+ xlink:href="#path560_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1812-0"
+ transform="translate(355.58242,40.962199)"
+ xlink:href="#path561_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1833-8"
+ transform="translate(334.01242,50.8332)"
+ xlink:href="#path566_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1836-1"
+ transform="translate(334.01242,47.772199)"
+ xlink:href="#path567_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1839-0"
+ transform="translate(334.01242,49.300199)"
+ xlink:href="#path568_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1842-2"
+ transform="translate(334.01242,50.8362)"
+ xlink:href="#path569_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1845-2"
+ transform="translate(336.89242,50.8332)"
+ xlink:href="#path566_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1848-9"
+ transform="translate(336.89242,47.772199)"
+ xlink:href="#path570_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1851-7"
+ transform="translate(336.89242,49.300199)"
+ xlink:href="#path571_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1854-5"
+ transform="translate(336.89242,50.8362)"
+ xlink:href="#path572_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1857-6"
+ transform="translate(339.78242,50.8332)"
+ xlink:href="#path566_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1860-4"
+ transform="translate(339.78242,47.772199)"
+ xlink:href="#path573_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1863-6"
+ transform="translate(339.78242,49.300199)"
+ xlink:href="#path574_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1866-3"
+ transform="translate(339.78242,50.8362)"
+ xlink:href="#path575_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1869-7"
+ transform="translate(342.66242,50.8332)"
+ xlink:href="#path566_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1872-9"
+ transform="translate(342.66242,47.772199)"
+ xlink:href="#path576_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1875-7"
+ transform="translate(342.66242,49.300199)"
+ xlink:href="#path574_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1878-4"
+ transform="translate(342.66242,50.8362)"
+ xlink:href="#path577_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1881-9"
+ transform="translate(345.55242,50.8332)"
+ xlink:href="#path566_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1884-1"
+ transform="translate(345.55242,47.772199)"
+ xlink:href="#path578_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1887-7"
+ transform="translate(345.55242,49.300199)"
+ xlink:href="#path579_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1890-0"
+ transform="translate(345.55242,50.8362)"
+ xlink:href="#path580_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1893-6"
+ transform="translate(348.43242,50.8332)"
+ xlink:href="#path566_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1896-0"
+ transform="translate(348.43242,47.772199)"
+ xlink:href="#path581_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1899-8"
+ transform="translate(348.43242,49.300199)"
+ xlink:href="#path579_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1902-5"
+ transform="translate(348.43242,50.8362)"
+ xlink:href="#path580_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1989-3"
+ transform="translate(326.62242,30.111199)"
+ xlink:href="#path603_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1992-9"
+ transform="translate(332.88242,54.6982)"
+ xlink:href="#path604_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1995-4"
+ transform="translate(338.70242,54.6932)"
+ xlink:href="#path605_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1998-1"
+ transform="translate(344.47242,54.6982)"
+ xlink:href="#path606_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2001-5"
+ transform="translate(333.90242,31.745199)"
+ xlink:href="#path607_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2004-4"
+ transform="translate(339.03242,36.654199)"
+ xlink:href="#path608_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2007-1"
+ transform="translate(339.97242,37.675199)"
+ xlink:href="#path609_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2010-5"
+ transform="translate(340.44242,33.920199)"
+ xlink:href="#path610_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2013-5"
+ transform="translate(340.44242,42.333199)"
+ xlink:href="#path611_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2016-4"
+ transform="translate(344.74242,38.127199)"
+ xlink:href="#path612_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2019-9"
+ transform="translate(336.13242,38.127199)"
+ xlink:href="#path612_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2022-8"
+ transform="translate(343.79242,35.458199)"
+ xlink:href="#path613_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2025-3"
+ transform="translate(337.71242,41.408199)"
+ xlink:href="#path614_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2028-8"
+ transform="translate(343.79242,41.408199)"
+ xlink:href="#path615_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2031-5"
+ transform="translate(337.71242,35.458199)"
+ xlink:href="#path616_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2001-5-2"
+ transform="translate(45.330274,47.870959)"
+ xlink:href="#path607_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2004-4-2"
+ transform="translate(50.460274,52.77996)"
+ xlink:href="#path608_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2007-1-2"
+ transform="translate(51.400274,53.80096)"
+ xlink:href="#path609_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2010-5-7"
+ transform="translate(51.870274,50.04596)"
+ xlink:href="#path610_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2013-5-0"
+ transform="translate(51.870274,58.45896)"
+ xlink:href="#path611_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2016-4-3"
+ transform="translate(56.170274,54.25296)"
+ xlink:href="#path612_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2019-9-4"
+ transform="translate(47.560274,54.25296)"
+ xlink:href="#path612_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2022-8-6"
+ transform="translate(55.220274,51.58396)"
+ xlink:href="#path613_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2025-3-3"
+ transform="translate(49.140274,57.53396)"
+ xlink:href="#path614_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2028-8-6"
+ transform="translate(55.220274,57.53396)"
+ xlink:href="#path615_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2031-5-3"
+ transform="translate(49.140274,51.58396)"
+ xlink:href="#path616_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2001-5-2-0"
+ transform="translate(16.029377,125.72125)"
+ xlink:href="#path607_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1656-8"
+ transform="translate(138.52772,8.4797665)"
+ xlink:href="#path512_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1659-5"
+ transform="translate(138.52772,12.81777)"
+ xlink:href="#path513_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1662-1"
+ transform="translate(153.42772,10.355768)"
+ xlink:href="#path514_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1665-0"
+ transform="translate(156.60772,10.355768)"
+ xlink:href="#path514_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1668-8"
+ transform="translate(150.25772,10.355768)"
+ xlink:href="#path515_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1671-7"
+ transform="translate(140.92772,16.53077)"
+ xlink:href="#path516_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1674-6"
+ transform="translate(153.06772,16.53077)"
+ xlink:href="#path517_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1677-3"
+ transform="translate(147.59772,16.46877)"
+ xlink:href="#path518_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1605-5"
+ transform="translate(2.2357362,73.5368)"
+ xlink:href="#path497_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1608-0"
+ transform="translate(2.2857362,113.1448)"
+ xlink:href="#path498_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1611-8"
+ transform="translate(2.2857362,77.6908)"
+ xlink:href="#path499_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1614-0"
+ transform="translate(31.705736,77.6908)"
+ xlink:href="#path499_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1617-4"
+ transform="translate(2.2857362,106.6228)"
+ xlink:href="#path500_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1620-1"
+ transform="translate(2.2857362,99.2748)"
+ xlink:href="#path501_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1623-1"
+ transform="translate(31.705736,102.9878)"
+ xlink:href="#path502_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1626-3"
+ transform="translate(3.4557362,104.1878)"
+ xlink:href="#path503_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1629-5"
+ transform="translate(2.2857362,102.9868)"
+ xlink:href="#path504_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1632-9"
+ transform="translate(31.705736,88.3528)"
+ xlink:href="#path505_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1635-3"
+ transform="translate(3.4557362,89.5548)"
+ xlink:href="#path506_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1638-4"
+ transform="translate(2.2857362,88.3538)"
+ xlink:href="#path507_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1641-1"
+ transform="translate(31.705736,95.7028)"
+ xlink:href="#path508_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1644-5"
+ transform="translate(3.4557362,96.9028)"
+ xlink:href="#path509_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1647-0"
+ transform="translate(2.2857362,95.7028)"
+ xlink:href="#path510_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1650-8"
+ transform="translate(2.2857362,91.9268)"
+ xlink:href="#path511_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1653-3"
+ transform="translate(2.2857362,84.5788)"
+ xlink:href="#path501_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1692-5"
+ transform="translate(31.705736,80.6568)"
+ xlink:href="#path523_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3786-6"
+ transform="translate(129.3879,93.50233)"
+ xlink:href="#path1165_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3789-5"
+ transform="translate(114.6679,93.50233)"
+ xlink:href="#path1166_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3792-9"
+ transform="translate(119.9279,106.62233)"
+ xlink:href="#path1167_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3795-9"
+ transform="translate(121.2779,101.77233)"
+ xlink:href="#path1168_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3798-0"
+ transform="translate(129.3879,100.97233)"
+ xlink:href="#path1169_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3801-7"
+ transform="translate(130.7479,101.77233)"
+ xlink:href="#path1170_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3804-6"
+ transform="translate(138.8579,106.62233)"
+ xlink:href="#path1171_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3807-3"
+ transform="translate(123.8979,109.27233)"
+ xlink:href="#path1172_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3810-7"
+ transform="translate(121.1579,107.63233)"
+ xlink:href="#path1173_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3813-6"
+ transform="translate(119.7879,106.82233)"
+ xlink:href="#path1174_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3816-1"
+ transform="translate(123.8979,109.27233)"
+ xlink:href="#path1175_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3819-5"
+ transform="translate(138.9979,106.82233)"
+ xlink:href="#path1176_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3822-0"
+ transform="translate(133.0779,107.70233)"
+ xlink:href="#path1177_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3825-6"
+ transform="translate(131.5979,111.24233)"
+ xlink:href="#path1178_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3828-5"
+ transform="translate(129.3879,124.10233)"
+ xlink:href="#path1179_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3831-0"
+ transform="translate(129.3879,125.77233)"
+ xlink:href="#path1180_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3834-8"
+ transform="translate(129.3879,149.26233)"
+ xlink:href="#path1181_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3837-1"
+ transform="translate(98.737901,136.13233)"
+ xlink:href="#path1182_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3840-2"
+ transform="translate(99.717901,117.08233)"
+ xlink:href="#path1183_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3843-2"
+ transform="translate(113.4579,115.72233)"
+ xlink:href="#path1184_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3846-6"
+ transform="translate(160.0479,136.13233)"
+ xlink:href="#path1185_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3849-9"
+ transform="translate(146.3079,117.08233)"
+ xlink:href="#path1186_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3852-1"
+ transform="translate(145.3279,115.72233)"
+ xlink:href="#path1187_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3855-0"
+ transform="translate(108.8379,122.12233)"
+ xlink:href="#path1188_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3858-4"
+ transform="translate(143.8579,125.76233)"
+ xlink:href="#path1189_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3861-2"
+ transform="translate(139.3779,126.65233)"
+ xlink:href="#path1190_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3864-7"
+ transform="translate(137.8779,129.34233)"
+ xlink:href="#path1191_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3867-4"
+ transform="translate(143.8679,122.12233)"
+ xlink:href="#path1192_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3870-0"
+ transform="translate(102.0879,131.48233)"
+ xlink:href="#path1193_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3876-2"
+ transform="translate(110.3779,136.44233)"
+ xlink:href="#path1195_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3879-8"
+ transform="translate(108.8479,135.53233)"
+ xlink:href="#path1196_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3882-0"
+ transform="translate(119.5479,131.48233)"
+ xlink:href="#path1197_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3885-3"
+ transform="translate(128.4579,133.40233)"
+ xlink:href="#path1198_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3888-7"
+ transform="translate(128.4579,121.55233)"
+ xlink:href="#path1199_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3891-0"
+ transform="translate(101.2779,130.75233)"
+ xlink:href="#path1200_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3894-0"
+ transform="translate(155.6379,130.75233)"
+ xlink:href="#path1201_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3897-3"
+ transform="translate(116.6379,93.56233)"
+ xlink:href="#path1202_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3900-4"
+ transform="translate(130.3479,93.56233)"
+ xlink:href="#path1203_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3903-9"
+ transform="translate(114.7379,92.63233)"
+ xlink:href="#path1204_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3906-2"
+ transform="translate(142.1479,92.63233)"
+ xlink:href="#path1205_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3909-7"
+ transform="translate(128.8279,93.00233)"
+ xlink:href="#path1206_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2997-4"
+ transform="translate(1.0138649,119.01568)"
+ xlink:href="#path918_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3000-2"
+ transform="translate(1.0138649,122.84268)"
+ xlink:href="#path919_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3003-5"
+ transform="translate(1.0138649,126.67068)"
+ xlink:href="#path920_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3006-2"
+ transform="translate(1.0138649,130.49668)"
+ xlink:href="#path921_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3009-4"
+ transform="translate(1.0138649,134.32468)"
+ xlink:href="#path920_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3012-4"
+ transform="translate(4.8138647,119.01568)"
+ xlink:href="#path922_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3015-3"
+ transform="translate(4.8138647,122.84268)"
+ xlink:href="#path923_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3018-8"
+ transform="translate(4.8138647,126.67068)"
+ xlink:href="#path924_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3021-6"
+ transform="translate(8.6138643,119.01568)"
+ xlink:href="#path918_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3024-0"
+ transform="translate(8.6138643,122.84268)"
+ xlink:href="#path919_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3027-8"
+ transform="translate(8.6138643,126.67068)"
+ xlink:href="#path920_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3030-9"
+ transform="translate(8.6138643,130.49668)"
+ xlink:href="#path921_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3033-2"
+ transform="translate(12.413864,119.01568)"
+ xlink:href="#path922_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3036-2"
+ transform="translate(12.413864,122.84268)"
+ xlink:href="#path923_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3039-3"
+ transform="translate(12.413864,126.67068)"
+ xlink:href="#path924_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3042-1"
+ transform="translate(16.213864,119.01568)"
+ xlink:href="#path918_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3045-8"
+ transform="translate(16.213864,122.84268)"
+ xlink:href="#path919_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2997-3"
+ transform="matrix(1,0,0,-1,1.1439158,148.97052)"
+ xlink:href="#path918_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3000-4"
+ transform="matrix(1,0,0,-1,1.1439158,145.14352)"
+ xlink:href="#path919_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3003-2"
+ transform="matrix(1,0,0,-1,1.1439158,141.31552)"
+ xlink:href="#path920_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3012-1"
+ transform="matrix(1,0,0,-1,4.9439158,148.97052)"
+ xlink:href="#path922_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3015-7"
+ transform="matrix(1,0,0,-1,4.9439158,145.14352)"
+ xlink:href="#path923_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3018-5"
+ transform="matrix(1,0,0,-1,4.9439158,141.31552)"
+ xlink:href="#path924_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3021-7"
+ transform="matrix(1,0,0,-1,8.7439153,148.97052)"
+ xlink:href="#path918_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3024-1"
+ transform="matrix(1,0,0,-1,8.7439153,145.14352)"
+ xlink:href="#path919_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3027-6"
+ transform="matrix(1,0,0,-1,8.7439153,141.31552)"
+ xlink:href="#path920_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3030-98"
+ transform="matrix(1,0,0,-1,8.7439153,137.48952)"
+ xlink:href="#path921_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3033-1"
+ transform="matrix(1,0,0,-1,12.543915,148.97052)"
+ xlink:href="#path922_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3036-3"
+ transform="matrix(1,0,0,-1,12.543915,145.14352)"
+ xlink:href="#path923_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3039-33"
+ transform="matrix(1,0,0,-1,12.543915,141.31552)"
+ xlink:href="#path924_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3042-7"
+ transform="matrix(1,0,0,-1,16.343915,148.97052)"
+ xlink:href="#path918_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3045-9"
+ transform="matrix(1,0,0,-1,16.343915,145.14352)"
+ xlink:href="#path919_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2307-8"
+ transform="translate(31.705736,87.3578)"
+ xlink:href="#path702_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2316-6"
+ transform="translate(31.705736,76.4598)"
+ xlink:href="#path705_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2322-70"
+ transform="translate(36.525736,91.4648)"
+ xlink:href="#path707_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2331-4"
+ transform="translate(36.525736,85.8288)"
+ xlink:href="#path710_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2334-8"
+ transform="translate(31.705736,102.9878)"
+ xlink:href="#path711_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2343-4"
+ transform="translate(31.705736,102.9818)"
+ xlink:href="#path714_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2349-8"
+ transform="translate(36.525736,98.8808)"
+ xlink:href="#path716_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2358-1"
+ transform="translate(36.525736,98.8758)"
+ xlink:href="#path719_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2361-6"
+ transform="translate(48.875736,95.1568)"
+ xlink:href="#path720_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2364-85"
+ transform="translate(50.445736,95.1528)"
+ xlink:href="#path721_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2367-2"
+ transform="translate(55.145736,95.1568)"
+ xlink:href="#path722_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2373-1"
+ transform="translate(37.975736,75.0898)"
+ xlink:href="#path724_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2376-9"
+ transform="translate(37.975736,112.4138)"
+ xlink:href="#path725_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2379-9"
+ transform="translate(47.765736,84.4438)"
+ xlink:href="#path726_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2382-6"
+ transform="translate(47.765736,103.0598)"
+ xlink:href="#path727_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2385-0"
+ transform="translate(56.555736,93.7288)"
+ xlink:href="#path728_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1641-0"
+ transform="translate(107.76221,69.48324)"
+ xlink:href="#path508_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1656-89"
+ transform="translate(111.59503,52.83385)"
+ xlink:href="#path512_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1659-3"
+ transform="translate(111.59503,57.17185)"
+ xlink:href="#path513_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1680-3"
+ transform="translate(105.51504,47.34685)"
+ xlink:href="#path519_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1683-7"
+ transform="translate(110.76503,47.34685)"
+ xlink:href="#path520_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1686-1"
+ transform="translate(114.09503,47.34685)"
+ xlink:href="#path521_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1689-2"
+ transform="translate(117.41503,47.34685)"
+ xlink:href="#path522_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1692-2"
+ transform="translate(99.825039,47.35085)"
+ xlink:href="#path523_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1695-1"
+ transform="translate(101.72504,47.34685)"
+ xlink:href="#path524_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1698-5"
+ transform="translate(105.51504,47.35085)"
+ xlink:href="#path525_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1704-9"
+ transform="translate(115.83503,76.24385)"
+ xlink:href="#path527_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1707-0"
+ transform="translate(107.23504,76.23885)"
+ xlink:href="#path528_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1710-4"
+ transform="translate(105.51504,76.24385)"
+ xlink:href="#path529_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1713-0"
+ transform="translate(115.83503,70.74885)"
+ xlink:href="#path530_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1716-1"
+ transform="translate(108.73504,46.34485)"
+ xlink:href="#path531_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1719-3"
+ transform="translate(112.06503,46.34485)"
+ xlink:href="#path532_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1722-7"
+ transform="translate(115.38503,46.34485)"
+ xlink:href="#path531_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1725-4"
+ transform="translate(118.66836,65.66607)"
+ xlink:href="#path533_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1728-1"
+ transform="translate(118.66836,64.70707)"
+ xlink:href="#path534_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1731-1"
+ transform="translate(118.66836,62.04507)"
+ xlink:href="#path535_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1734-3"
+ transform="translate(123.28836,61.08707)"
+ xlink:href="#path536_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1737-0"
+ transform="translate(133.92447,42.671399)"
+ xlink:href="#path535_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1740-3"
+ transform="translate(133.92447,41.712399)"
+ xlink:href="#path537_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1743-2"
+ transform="translate(133.92447,39.052399)"
+ xlink:href="#path538_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1746-1"
+ transform="translate(138.54447,38.093399)"
+ xlink:href="#path539_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1641-0-7"
+ transform="translate(109.34502,69.46699)"
+ xlink:href="#path508_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1641-0-5"
+ transform="translate(107.73563,53.83699)"
+ xlink:href="#path508_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1641-0-6"
+ transform="translate(109.48167,53.83699)"
+ xlink:href="#path508_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="translate(2.6641972,-49.025294)"
+ id="g11757">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path160_fill"
+ transform="translate(58.553426,138.78789)"
+ id="use558-1-2-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path161_fill"
+ transform="translate(57.513426,141.92789)"
+ id="use561-7-4-6" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ transform="matrix(-1,0,0,1,121.66977,-41.35197)"
+ id="g11757-5">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path160_fill"
+ transform="translate(58.553426,138.78789)"
+ id="use558-1-2-1-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path161_fill"
+ transform="translate(57.513426,141.92789)"
+ id="use561-7-4-6-8" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use3351"
+ transform="translate(135.70437,56.54213)"
+ xlink:href="#path1026_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3354"
+ transform="translate(135.70437,54.02213)"
+ xlink:href="#path1027_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3357"
+ transform="translate(135.70437,51.49213)"
+ xlink:href="#path1028_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3360"
+ transform="translate(135.70437,48.962131)"
+ xlink:href="#path1029_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3363"
+ transform="translate(135.70437,46.432131)"
+ xlink:href="#path1030_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3366"
+ transform="translate(135.70437,77.07213)"
+ xlink:href="#path1026_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3369"
+ transform="translate(135.70437,74.55213)"
+ xlink:href="#path1027_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3372"
+ transform="translate(135.70437,72.02213)"
+ xlink:href="#path1028_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3375"
+ transform="translate(135.70437,69.49213)"
+ xlink:href="#path1029_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3378"
+ transform="translate(135.70437,66.96213)"
+ xlink:href="#path1030_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3381"
+ transform="translate(137.31437,58.94213)"
+ xlink:href="#path1031_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3384"
+ transform="translate(137.31437,60.55213)"
+ xlink:href="#path1032_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3387"
+ transform="translate(137.31437,67.02213)"
+ xlink:href="#path1033_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use141-7"
+ transform="translate(126.3401,33.552604)"
+ xlink:href="#path28_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use144-0"
+ transform="translate(118.8501,34.392604)"
+ xlink:href="#path29_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use147-6"
+ transform="translate(117.3601,38.612604)"
+ xlink:href="#path30_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use150-9"
+ transform="translate(109.8701,34.392604)"
+ xlink:href="#path31_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use153-2"
+ transform="translate(108.3801,33.552604)"
+ xlink:href="#path32_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use156-1"
+ transform="translate(108.3801,25.102604)"
+ xlink:href="#path33_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use159-7"
+ transform="translate(108.3801,23.422604)"
+ xlink:href="#path34_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use162-7"
+ transform="translate(109.8701,19.192604)"
+ xlink:href="#path35_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use165-9"
+ transform="translate(117.3601,18.352604)"
+ xlink:href="#path30_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use168-7"
+ transform="translate(118.8501,19.192604)"
+ xlink:href="#path36_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use171-6"
+ transform="translate(126.3401,23.422604)"
+ xlink:href="#path37_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use174-2"
+ transform="translate(126.3401,25.102604)"
+ xlink:href="#path38_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use177-7"
+ transform="translate(110.7201,20.992604)"
+ xlink:href="#path39_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use264-1"
+ transform="translate(115.6501,26.742604)"
+ xlink:href="#path68_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="translate(-292.34556,-67.8653)"
+ id="g15503">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path617_fill"
+ transform="translate(541.29971,148.87388)"
+ id="use2034-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path618_fill"
+ transform="translate(578.43971,165.61788)"
+ id="use2037-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path619_fill"
+ transform="translate(574.99971,156.43689)"
+ id="use2040-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path620_fill"
+ transform="translate(574.22971,155.46188)"
+ id="use2043-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path621_fill"
+ transform="translate(545.62971,165.61288)"
+ id="use2046-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path622_fill"
+ transform="translate(541.34971,168.37689)"
+ id="use2049-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path623_fill"
+ transform="translate(541.48971,169.62288)"
+ id="use2052-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path624_fill"
+ transform="translate(545.62971,178.70588)"
+ id="use2055-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path625_fill"
+ transform="translate(553.19971,196.54788)"
+ id="use2058-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path626_fill"
+ transform="translate(553.19971,198.91788)"
+ id="use2061-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path627_fill"
+ transform="translate(554.53971,198.91289)"
+ id="use2064-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path628_fill"
+ transform="translate(566.60971,198.91788)"
+ id="use2067-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path629_fill"
+ transform="translate(553.19971,201.27688)"
+ id="use2070-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path630_fill"
+ transform="translate(553.19971,203.64489)"
+ id="use2073-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path631_fill"
+ transform="translate(554.53971,203.64188)"
+ id="use2076-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path632_fill"
+ transform="translate(566.60971,203.64489)"
+ id="use2079-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path633_fill"
+ transform="translate(557.17971,205.70888)"
+ id="use2082-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path634_fill"
+ transform="translate(545.38971,152.74788)"
+ id="use2085-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path635_fill"
+ transform="translate(559.86971,152.74788)"
+ id="use2088-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path636_fill"
+ transform="translate(552.56971,154.68988)"
+ id="use2091-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path645_fill"
+ transform="translate(565.58971,162.46788)"
+ id="use2118-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path646_fill"
+ transform="translate(567.73971,164.67989)"
+ id="use2121-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path658_fill"
+ transform="translate(555.55971,191.61489)"
+ id="use2157-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path659_fill"
+ transform="translate(557.74971,191.61088)"
+ id="use2160-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path660_fill"
+ transform="translate(564.30971,191.61489)"
+ id="use2163-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path661_fill"
+ transform="translate(555.55971,189.69488)"
+ id="use2166-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path659_fill"
+ transform="translate(557.74971,189.69088)"
+ id="use2169-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path662_fill"
+ transform="translate(564.30971,189.69488)"
+ id="use2172-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path658_fill"
+ transform="translate(555.55971,187.77488)"
+ id="use2175-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path663_fill"
+ transform="translate(557.74971,187.77088)"
+ id="use2178-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path664_fill"
+ transform="translate(564.30971,187.77488)"
+ id="use2181-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path661_fill"
+ transform="translate(555.55971,185.85488)"
+ id="use2184-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path659_fill"
+ transform="translate(557.74971,185.85088)"
+ id="use2187-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path665_fill"
+ transform="translate(564.30971,185.85588)"
+ id="use2190-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path666_fill"
+ transform="translate(553.19971,187.10788)"
+ id="use2193-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path667_fill"
+ transform="translate(538.43971,146.31588)"
+ id="use2196-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path668_fill"
+ transform="translate(566.60971,187.07488)"
+ id="use2199-2" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use2094-5"
+ transform="translate(55.356506,79.33028)"
+ xlink:href="#path637_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2097-7"
+ transform="translate(57.856506,74.60128)"
+ xlink:href="#path638_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2100-3"
+ transform="translate(60.346506,76.17828)"
+ xlink:href="#path639_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2103-2"
+ transform="translate(62.846506,72.23728)"
+ xlink:href="#path640_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2106-7"
+ transform="translate(65.336506,70.66228)"
+ xlink:href="#path641_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2109-2"
+ transform="translate(67.836506,72.36928)"
+ xlink:href="#path642_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2112-1"
+ transform="translate(70.336506,68.95528)"
+ xlink:href="#path643_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1512-2"
+ transform="translate(102.62536,108.87949)"
+ xlink:href="#path468_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1515-9"
+ transform="translate(77.725366,108.88549)"
+ xlink:href="#path469_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1518-7"
+ transform="translate(79.115366,102.27049)"
+ xlink:href="#path470_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1521-4"
+ transform="translate(90.175366,101.45149)"
+ xlink:href="#path471_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1524-3"
+ transform="translate(91.555366,102.27049)"
+ xlink:href="#path472_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1527-5"
+ transform="translate(102.62536,108.88549)"
+ xlink:href="#path473_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1530-6"
+ transform="translate(77.725366,117.06649)"
+ xlink:href="#path474_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1533-1"
+ transform="translate(70.875366,108.87949)"
+ xlink:href="#path475_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1572-0"
+ transform="translate(95.765366,108.87949)"
+ xlink:href="#path486_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1575-2"
+ transform="translate(64.875366,86.09149)"
+ xlink:href="#path487_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1578-5"
+ transform="translate(84.585366,112.97349)"
+ xlink:href="#path488_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1581-1"
+ transform="translate(77.725366,108.87949)"
+ xlink:href="#path489_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1602-9"
+ transform="translate(83.005366,97.24349)"
+ xlink:href="#path496_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2877-7"
+ transform="translate(373.5037,28.406553)"
+ xlink:href="#path881_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2880-1"
+ transform="translate(373.5037,20.794553)"
+ xlink:href="#path882_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2883-3"
+ transform="translate(373.5037,19.573553)"
+ xlink:href="#path574_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2886-1"
+ transform="translate(373.5037,18.361553)"
+ xlink:href="#path883_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2889-2"
+ transform="translate(373.5037,20.788553)"
+ xlink:href="#path884_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2892-0"
+ transform="translate(376.2637,13.889553)"
+ xlink:href="#path885_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2895-6"
+ transform="translate(376.2637,26.375553)"
+ xlink:href="#path886_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2898-8"
+ transform="translate(376.2637,25.174553)"
+ xlink:href="#path823_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2901-7"
+ transform="translate(376.2637,23.983553)"
+ xlink:href="#path887_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2904-4"
+ transform="translate(379.0337,19.099553)"
+ xlink:href="#path888_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2907-9"
+ transform="translate(379.0337,15.975553)"
+ xlink:href="#path889_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2910-2"
+ transform="translate(379.0337,14.419553)"
+ xlink:href="#path890_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2913-4"
+ transform="translate(379.0337,19.094553)"
+ xlink:href="#path891_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2916-4"
+ transform="translate(381.8037,9.685553)"
+ xlink:href="#path892_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2919-5"
+ transform="translate(381.8037,24.283553)"
+ xlink:href="#path893_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2922-9"
+ transform="translate(381.8037,22.781553)"
+ xlink:href="#path894_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2925-1"
+ transform="translate(381.8037,21.292553)"
+ xlink:href="#path895_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2928-2"
+ transform="translate(381.8037,24.277553)"
+ xlink:href="#path896_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2931-8"
+ transform="translate(384.5737,14.613553)"
+ xlink:href="#path897_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2934-9"
+ transform="translate(384.5737,12.607553)"
+ xlink:href="#path387_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2937-6"
+ transform="translate(384.5737,10.609553)"
+ xlink:href="#path898_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2940-0"
+ transform="translate(384.5737,14.607553)"
+ xlink:href="#path899_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2943-6"
+ transform="translate(387.3337,4.033553)"
+ xlink:href="#path900_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2946-4"
+ transform="translate(387.3337,26.375553)"
+ xlink:href="#path901_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2949-0"
+ transform="translate(387.3337,19.911553)"
+ xlink:href="#path902_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2952-9"
+ transform="translate(387.3337,18.300553)"
+ xlink:href="#path903_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2955-4"
+ transform="translate(390.1037,10.826553)"
+ xlink:href="#path904_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2958-5"
+ transform="translate(390.1037,7.880553)"
+ xlink:href="#path905_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2961-4"
+ transform="translate(390.1037,6.414553)"
+ xlink:href="#path906_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2964-6"
+ transform="translate(390.1037,10.821553)"
+ xlink:href="#path907_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2967-6"
+ transform="translate(392.8737,1.540553)"
+ xlink:href="#path908_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2970-3"
+ transform="translate(392.8737,21.392553)"
+ xlink:href="#path909_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2973-9"
+ transform="translate(392.8737,16.602553)"
+ xlink:href="#path910_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2976-9"
+ transform="translate(392.8737,15.011553)"
+ xlink:href="#path911_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2979-5"
+ transform="translate(392.8737,21.386553)"
+ xlink:href="#path912_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2982-2"
+ transform="translate(395.6437,4.047553)"
+ xlink:href="#path913_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2985-1"
+ transform="translate(395.6437,-0.691447)"
+ xlink:href="#path914_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2991-0"
+ transform="translate(395.6337,4.042553)"
+ xlink:href="#path916_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2994-9"
+ transform="translate(385.4337,2.136553)"
+ xlink:href="#path917_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1491-3"
+ transform="translate(122.20071,36.701402)"
+ xlink:href="#path461_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1497-7"
+ transform="translate(127.05071,40.708402)"
+ xlink:href="#path463_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1500-2"
+ transform="translate(123.82071,38.280402)"
+ xlink:href="#path464_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1503-5"
+ transform="translate(124.82071,42.911402)"
+ xlink:href="#path465_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1506-3"
+ transform="translate(124.35071,38.929402)"
+ xlink:href="#path466_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1509-76"
+ transform="translate(129.27071,42.910402)"
+ xlink:href="#path467_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2004-4-2-2-8"
+ transform="translate(145.67901,38.744035)"
+ xlink:href="#path608_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2007-1-2-4-7"
+ transform="translate(146.61901,39.765035)"
+ xlink:href="#path609_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2010-5-7-7-3"
+ transform="translate(147.08901,36.010035)"
+ xlink:href="#path610_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2013-5-0-6-1"
+ transform="translate(147.08901,44.423035)"
+ xlink:href="#path611_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2016-4-3-5-0"
+ transform="translate(151.38902,40.217035)"
+ xlink:href="#path612_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2019-9-4-7-0"
+ transform="translate(142.59601,40.345085)"
+ xlink:href="#path612_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2022-8-6-1-5"
+ transform="translate(150.43902,37.548035)"
+ xlink:href="#path613_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2025-3-3-3-0"
+ transform="translate(144.35901,43.498035)"
+ xlink:href="#path614_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2028-8-6-3-3"
+ transform="translate(150.43902,43.498035)"
+ xlink:href="#path615_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2031-5-3-3-1"
+ transform="translate(144.35901,37.548035)"
+ xlink:href="#path616_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1350-0-9"
+ transform="translate(294.69062,75.68349)"
+ xlink:href="#path417_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1353-3-4"
+ transform="translate(296.37062,81.90449)"
+ xlink:href="#path418_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1356-0-8"
+ transform="translate(296.37062,77.73049)"
+ xlink:href="#path419_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1359-0-4"
+ transform="translate(296.37062,79.11849)"
+ xlink:href="#path420_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1362-4-6"
+ transform="translate(296.37062,81.90949)"
+ xlink:href="#path421_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1365-5-9"
+ transform="translate(297.89062,81.90449)"
+ xlink:href="#path422_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1368-4-2"
+ transform="translate(297.89062,77.73049)"
+ xlink:href="#path423_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1371-2-9"
+ transform="translate(297.89062,79.11849)"
+ xlink:href="#path424_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1374-4-0"
+ transform="translate(297.89062,81.90949)"
+ xlink:href="#path425_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1377-9-3"
+ transform="translate(302.39062,75.68349)"
+ xlink:href="#path426_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1380-9-0"
+ transform="translate(304.07062,81.90449)"
+ xlink:href="#path427_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1383-9-3"
+ transform="translate(304.07062,77.73049)"
+ xlink:href="#path428_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1386-4-3"
+ transform="translate(304.07062,79.11849)"
+ xlink:href="#path429_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1389-9-7"
+ transform="translate(304.07062,81.90949)"
+ xlink:href="#path430_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1392-8-9"
+ transform="translate(305.59062,81.90449)"
+ xlink:href="#path422_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1395-1-4"
+ transform="translate(305.59062,77.73049)"
+ xlink:href="#path431_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1398-6-9"
+ transform="translate(305.59062,79.11849)"
+ xlink:href="#path424_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1401-3-9"
+ transform="translate(305.59062,81.91049)"
+ xlink:href="#path432_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use51-1"
+ transform="translate(343.67616,92.79308)"
+ xlink:href="#path15_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use54-9"
+ transform="translate(343.67616,100.08308)"
+ xlink:href="#path16_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use270"
+ transform="translate(369.39555,69.86104)"
+ xlink:href="#path70_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use33-4"
+ transform="rotate(90,31.327348,113.98228)"
+ xlink:href="#path9_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use36-2"
+ transform="rotate(90,29.517348,113.89228)"
+ xlink:href="#path10_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use39-0"
+ transform="rotate(90,25.872348,110.24728)"
+ xlink:href="#path11_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use42-6"
+ transform="rotate(90,22.227348,106.60228)"
+ xlink:href="#path12_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use45-5"
+ transform="rotate(90,18.212348,102.95728)"
+ xlink:href="#path13_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1278-5-9"
+ transform="translate(416.60583,69.237334)"
+ xlink:href="#path394_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1281-8-5"
+ transform="translate(420.08583,68.262334)"
+ xlink:href="#path395_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1284-5-6"
+ transform="translate(420.08583,76.039334)"
+ xlink:href="#path396_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1287-7-1"
+ transform="translate(423.56583,72.638334)"
+ xlink:href="#path397_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1290-3-1"
+ transform="translate(415.60583,72.638334)"
+ xlink:href="#path397_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1293-3-4"
+ transform="translate(422.54583,69.544334)"
+ xlink:href="#path398_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1296-8-3"
+ transform="translate(416.92583,75.043334)"
+ xlink:href="#path399_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1299-9-7"
+ transform="translate(422.54583,75.043334)"
+ xlink:href="#path400_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1302-5-2"
+ transform="translate(416.92583,69.544334)"
+ xlink:href="#path401_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1305-5-7"
+ transform="translate(421.39583,68.582334)"
+ xlink:href="#path402_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1308-3-3"
+ transform="translate(418.40583,75.790334)"
+ xlink:href="#path403_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1311-8-3"
+ transform="translate(423.31583,73.915334)"
+ xlink:href="#path404_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1314-6-9"
+ transform="translate(415.93583,70.994334)"
+ xlink:href="#path405_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1317-0-2"
+ transform="translate(423.29583,70.932334)"
+ xlink:href="#path406_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1320-3-4"
+ transform="translate(415.96583,73.963334)"
+ xlink:href="#path407_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1323-3-4"
+ transform="translate(421.44583,75.770334)"
+ xlink:href="#path408_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1326-6-4"
+ transform="translate(418.34583,68.608334)"
+ xlink:href="#path409_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1329-1-9"
+ transform="translate(417.76583,70.260334)"
+ xlink:href="#path410_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1332-8-9"
+ transform="translate(418.63583,71.222334)"
+ xlink:href="#path411_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use345-0"
+ transform="translate(151.39963,81.71622)"
+ xlink:href="#path93_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use348-4"
+ transform="translate(153.34963,83.44622)"
+ xlink:href="#path94_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use351-17"
+ transform="translate(157.49963,75.70622)"
+ xlink:href="#path95_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use354-9"
+ transform="translate(159.43963,77.42622)"
+ xlink:href="#path96_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use357-3"
+ transform="translate(163.58963,70.48622)"
+ xlink:href="#path97_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use360-6"
+ transform="translate(165.52963,72.21622)"
+ xlink:href="#path98_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use363-2"
+ transform="translate(169.67963,66.06622)"
+ xlink:href="#path99_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use366-1"
+ transform="translate(171.62963,67.79622)"
+ xlink:href="#path100_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use369-2"
+ transform="translate(149.84963,66.06622)"
+ xlink:href="#path101_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use372-5"
+ transform="translate(151.39963,64.61622)"
+ xlink:href="#path102_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use375-3"
+ transform="matrix(1,0,0,-1,158.24963,70.50148)"
+ xlink:href="#path103_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use378-9"
+ transform="matrix(1,0,0,-1,159.50963,71.51148)"
+ xlink:href="#path104_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use381-1"
+ transform="matrix(1,0,0,-1,159.50963,72.65148)"
+ xlink:href="#path105_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use384-8"
+ transform="matrix(1,0,0,-1,159.50963,73.78148)"
+ xlink:href="#path106_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use387-8"
+ transform="matrix(1,0,0,-1,159.50963,71.51148)"
+ xlink:href="#path107_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use390-7"
+ transform="translate(158.47963,96.06622)"
+ xlink:href="#path108_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use393-0"
+ transform="translate(159.78963,55.70622)"
+ xlink:href="#path109_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use396-5"
+ transform="translate(147.88963,93.98622)"
+ xlink:href="#path110_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use399-2"
+ transform="translate(147.88963,52.38623)"
+ xlink:href="#path111_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use402-7"
+ transform="translate(147.88963,58.97622)"
+ xlink:href="#path112_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use405-9"
+ transform="translate(147.88963,93.98622)"
+ xlink:href="#path112_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use414-1"
+ transform="translate(177.02963,93.99622)"
+ xlink:href="#path115_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use417-9"
+ transform="translate(147.88963,58.97622)"
+ xlink:href="#path116_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use420-6"
+ transform="translate(159.91963,97.25622)"
+ xlink:href="#path117_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use417-5-3"
+ transform="translate(177.02717,58.97464)"
+ xlink:href="#path116_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="translate(0,-50.22238)"
+ id="g13938">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path918_fill"
+ transform="matrix(1,0,0,-1,20.232795,199.1929)"
+ id="use2997-3-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path919_fill"
+ transform="matrix(1,0,0,-1,20.232795,195.3659)"
+ id="use3000-4-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path922_fill"
+ transform="matrix(1,0,0,-1,24.032795,199.1929)"
+ id="use3012-1-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path923_fill"
+ transform="matrix(1,0,0,-1,24.032795,195.3659)"
+ id="use3015-7-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path918_fill"
+ transform="matrix(1,0,0,-1,27.832794,199.1929)"
+ id="use3021-7-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path919_fill"
+ transform="matrix(1,0,0,-1,27.832794,195.3659)"
+ id="use3024-1-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path922_fill"
+ transform="matrix(1,0,0,-1,31.632794,199.1929)"
+ id="use3033-1-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path923_fill"
+ transform="matrix(1,0,0,-1,31.632794,195.3659)"
+ id="use3036-3-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path918_fill"
+ transform="matrix(1,0,0,-1,35.432794,199.1929)"
+ id="use3042-7-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path919_fill"
+ transform="matrix(1,0,0,-1,35.432794,195.3659)"
+ id="use3045-9-1" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ transform="translate(5.7043078,-49.870039)"
+ id="g13908">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path151_fill"
+ transform="translate(34.292205,174.57111)"
+ id="use531-5-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path152_fill"
+ transform="translate(37.612205,177.77111)"
+ id="use534-4-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path153_fill"
+ transform="translate(38.872205,179.05111)"
+ id="use537-2-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path159_fill"
+ transform="translate(40.302205,188.61111)"
+ id="use555-2-4" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use1737-0-7"
+ transform="translate(31.946362,134.41346)"
+ xlink:href="#path535_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1740-3-2"
+ transform="translate(31.946362,133.45446)"
+ xlink:href="#path537_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1743-2-1"
+ transform="translate(31.946362,130.79446)"
+ xlink:href="#path538_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1746-1-7"
+ transform="translate(36.566362,129.83546)"
+ xlink:href="#path539_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3042-7-9"
+ transform="matrix(1,0,0,-1,39.23037,148.97052)"
+ xlink:href="#path918_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="translate(22.886455,-50.22238)"
+ id="g13938-5">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path918_fill"
+ transform="matrix(1,0,0,-1,20.232795,199.1929)"
+ id="use2997-3-6-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path919_fill"
+ transform="matrix(1,0,0,-1,20.232795,195.3659)"
+ id="use3000-4-8-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path922_fill"
+ transform="matrix(1,0,0,-1,24.032795,199.1929)"
+ id="use3012-1-4-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path923_fill"
+ transform="matrix(1,0,0,-1,24.032795,195.3659)"
+ id="use3015-7-6-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path918_fill"
+ transform="matrix(1,0,0,-1,27.832794,199.1929)"
+ id="use3021-7-6-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path919_fill"
+ transform="matrix(1,0,0,-1,27.832794,195.3659)"
+ id="use3024-1-7-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path922_fill"
+ transform="matrix(1,0,0,-1,31.632794,199.1929)"
+ id="use3033-1-2-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path923_fill"
+ transform="matrix(1,0,0,-1,31.632794,195.3659)"
+ id="use3036-3-7-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path918_fill"
+ transform="matrix(1,0,0,-1,35.432794,199.1929)"
+ id="use3042-7-4-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path919_fill"
+ transform="matrix(1,0,0,-1,35.432794,195.3659)"
+ id="use3045-9-1-0" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ transform="rotate(10.350024,343.64674,168.66305)"
+ id="g14098">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path608_fill"
+ transform="translate(64.973339,191.05528)"
+ id="use2004-4-2-2-5-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path609_fill"
+ transform="translate(65.913339,192.07628)"
+ id="use2007-1-2-4-3-3" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use2016-4-3-5-7-3"
+ transform="translate(70.325948,142.36718)"
+ xlink:href="#path612_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2019-9-4-7-6-6"
+ transform="translate(62.410183,142.62519)"
+ xlink:href="#path612_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2997-3-9"
+ transform="matrix(1,0,0,-1,62.231079,148.97052)"
+ xlink:href="#path918_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3012-1-0"
+ transform="matrix(1,0,0,-1,66.031079,148.97052)"
+ xlink:href="#path922_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3021-7-4"
+ transform="matrix(1,0,0,-1,69.831078,148.97052)"
+ xlink:href="#path918_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3033-1-8"
+ transform="matrix(1,0,0,-1,73.631078,148.97052)"
+ xlink:href="#path922_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3033-1-8-1"
+ transform="matrix(1,0,0,-1,73.67648,145.20003)"
+ xlink:href="#path922_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use60-6-2"
+ transform="rotate(90,-13.263322,126.90426)"
+ xlink:href="#path18_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use63-5-9"
+ transform="rotate(90,-26.018322,115.85927)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use69-2-3"
+ transform="rotate(90,-29.6095,111.85455)"
+ xlink:href="#path3_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use78-1-8"
+ transform="rotate(90,-15.463322,126.79426)"
+ xlink:href="#path22_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use81-7-0"
+ transform="rotate(90,-18.733322,123.14426)"
+ xlink:href="#path23_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use84-9-9"
+ transform="rotate(90,-22.373322,119.50426)"
+ xlink:href="#path8_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3435-1-2"
+ transform="rotate(90,-33.665627,113.83091)"
+ xlink:href="#path1049_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3777-7-3"
+ transform="translate(69.988829,134.65342)"
+ xlink:href="#path1162_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3783-0-1"
+ transform="translate(71.848829,136.85342)"
+ xlink:href="#path1164_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3777-7-8"
+ transform="translate(70.18377,128.64273)"
+ xlink:href="#path1162_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3783-0-7"
+ transform="translate(72.04377,130.84273)"
+ xlink:href="#path1164_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3777-7-4"
+ transform="translate(70.248751,122.11219)"
+ xlink:href="#path1162_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3783-0-16"
+ transform="translate(72.108751,124.31219)"
+ xlink:href="#path1164_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3579-0"
+ transform="translate(90.172544,124.5075)"
+ xlink:href="#path1096_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3588-1"
+ transform="translate(90.172544,124.5075)"
+ xlink:href="#path1099_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3771-26"
+ transform="translate(88.952544,130.4875)"
+ xlink:href="#path1160_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2124-4"
+ transform="translate(63.057846,110.74111)"
+ xlink:href="#path647_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2127-8"
+ transform="translate(69.307846,112.97811)"
+ xlink:href="#path648_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2136-2"
+ transform="translate(63.057846,112.97311)"
+ xlink:href="#path651_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2139-5"
+ transform="translate(63.057846,115.20711)"
+ xlink:href="#path652_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2142-2"
+ transform="translate(70.727846,117.43911)"
+ xlink:href="#path653_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2145-6"
+ transform="translate(65.577846,117.44411)"
+ xlink:href="#path654_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2148-9"
+ transform="translate(66.867846,117.43911)"
+ xlink:href="#path655_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2151-1"
+ transform="translate(70.727846,117.44411)"
+ xlink:href="#path656_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2154-3"
+ transform="translate(63.057846,117.43911)"
+ xlink:href="#path657_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2124-3"
+ transform="translate(51.473091,110.73843)"
+ xlink:href="#path647_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2127-15"
+ transform="translate(57.723091,112.97543)"
+ xlink:href="#path648_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2130-2"
+ transform="translate(59.063091,112.97243)"
+ xlink:href="#path649_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2133-6"
+ transform="translate(63.073091,112.97543)"
+ xlink:href="#path650_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2136-9"
+ transform="translate(51.473091,112.97043)"
+ xlink:href="#path651_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2139-4"
+ transform="translate(51.473091,115.20443)"
+ xlink:href="#path652_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2142-4"
+ transform="translate(59.143091,117.43643)"
+ xlink:href="#path653_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2145-60"
+ transform="translate(53.993091,117.44143)"
+ xlink:href="#path654_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2148-7"
+ transform="translate(55.283091,117.43643)"
+ xlink:href="#path655_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2151-4"
+ transform="translate(59.143091,117.44143)"
+ xlink:href="#path656_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2154-37"
+ transform="translate(51.473091,117.43643)"
+ xlink:href="#path657_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1971-2"
+ transform="translate(61.209543,129.32975)"
+ xlink:href="#path595_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1974-2"
+ transform="translate(59.499543,133.06575)"
+ xlink:href="#path601_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1977-6"
+ transform="translate(60.979543,133.44975)"
+ xlink:href="#path597_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use936-6"
+ transform="translate(210.84071,20.308744)"
+ xlink:href="#path284_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use939-2"
+ transform="translate(215.65071,38.985744)"
+ xlink:href="#path285_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use942-9"
+ transform="translate(217.54071,24.311744)"
+ xlink:href="#path286_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use945-7"
+ transform="translate(242.10071,23.187744)"
+ xlink:href="#path287_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use948-0"
+ transform="translate(243.99071,24.311744)"
+ xlink:href="#path288_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use951-3"
+ transform="translate(268.55071,38.985744)"
+ xlink:href="#path289_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use954-7"
+ transform="translate(243.99071,40.108744)"
+ xlink:href="#path290_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use957-2"
+ transform="translate(242.10071,54.78274)"
+ xlink:href="#path291_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use960-35"
+ transform="translate(217.54071,40.108744)"
+ xlink:href="#path292_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use963-1"
+ transform="translate(220.46071,38.985744)"
+ xlink:href="#path293_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use966-7"
+ transform="translate(222.43071,27.232744)"
+ xlink:href="#path294_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use969-8"
+ transform="translate(242.10071,26.062744)"
+ xlink:href="#path295_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use972-9"
+ transform="translate(244.06071,27.232744)"
+ xlink:href="#path296_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use975-41"
+ transform="translate(263.74071,38.985744)"
+ xlink:href="#path297_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use978-6"
+ transform="translate(244.06071,40.154744)"
+ xlink:href="#path298_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use981-4"
+ transform="translate(242.10071,51.90874)"
+ xlink:href="#path299_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use984-3"
+ transform="translate(222.43071,40.154744)"
+ xlink:href="#path300_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use987-5"
+ transform="translate(225.27071,38.985744)"
+ xlink:href="#path301_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use990-4"
+ transform="translate(227.14071,30.047744)"
+ xlink:href="#path302_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use993-8"
+ transform="translate(242.10071,28.936744)"
+ xlink:href="#path303_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use996-7"
+ transform="translate(243.97071,30.047744)"
+ xlink:href="#path304_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use999-3"
+ transform="translate(258.93071,38.985744)"
+ xlink:href="#path305_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1002-3"
+ transform="translate(243.97071,40.097744)"
+ xlink:href="#path306_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1005-5"
+ transform="translate(242.10071,49.034744)"
+ xlink:href="#path307_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1008-0"
+ transform="translate(227.14071,40.097744)"
+ xlink:href="#path308_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1011-1"
+ transform="translate(230.08071,38.985744)"
+ xlink:href="#path309_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1014-4"
+ transform="translate(232.09071,33.001744)"
+ xlink:href="#path310_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1017-5"
+ transform="translate(242.10071,31.809744)"
+ xlink:href="#path311_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1020-70"
+ transform="translate(244.10071,33.001744)"
+ xlink:href="#path312_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1023-7"
+ transform="translate(254.11071,38.985744)"
+ xlink:href="#path313_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1026-8"
+ transform="translate(244.10071,40.175744)"
+ xlink:href="#path314_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1029-9"
+ transform="translate(242.10071,46.159744)"
+ xlink:href="#path315_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1032-93"
+ transform="translate(232.09071,40.175744)"
+ xlink:href="#path316_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1035-9"
+ transform="translate(234.90071,38.985744)"
+ xlink:href="#path317_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1038-4"
+ transform="translate(236.70071,35.753744)"
+ xlink:href="#path318_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1041-6"
+ transform="translate(242.10071,34.683744)"
+ xlink:href="#path319_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1044-4"
+ transform="translate(243.90071,35.754744)"
+ xlink:href="#path320_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1047-5"
+ transform="translate(249.30071,38.985744)"
+ xlink:href="#path321_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1050-5"
+ transform="translate(243.90071,40.055744)"
+ xlink:href="#path322_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1053-5"
+ transform="translate(242.10071,43.286744)"
+ xlink:href="#path323_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1056-6"
+ transform="translate(236.70071,40.055744)"
+ xlink:href="#path324_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1059-0"
+ transform="translate(239.71071,38.985744)"
+ xlink:href="#path325_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1062-6"
+ transform="translate(240.90071,38.266744)"
+ xlink:href="#path326_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1065-2"
+ transform="translate(242.10071,37.557744)"
+ xlink:href="#path327_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1068-6"
+ transform="translate(243.29071,38.266744)"
+ xlink:href="#path328_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1071-9"
+ transform="translate(244.49071,38.985744)"
+ xlink:href="#path329_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1074-9"
+ transform="translate(243.29071,39.692744)"
+ xlink:href="#path330_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1077-2"
+ transform="translate(242.10071,40.412744)"
+ xlink:href="#path331_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1080-9"
+ transform="translate(240.90071,39.692744)"
+ xlink:href="#path332_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1083-6"
+ transform="translate(270.98413,27.755998)"
+ xlink:href="#path333_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1086-5"
+ transform="translate(270.98413,22.676998)"
+ xlink:href="#path334_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1089-5"
+ transform="translate(270.98413,24.365998)"
+ xlink:href="#path335_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1092-3"
+ transform="translate(270.98413,27.759998)"
+ xlink:href="#path336_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1095-86"
+ transform="translate(268.57413,32.370998)"
+ xlink:href="#path337_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1098-7"
+ transform="translate(223.95071,20.204744)"
+ xlink:href="#path338_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1101-36"
+ transform="translate(223.95071,15.126744)"
+ xlink:href="#path339_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1104-0"
+ transform="translate(223.95071,16.814744)"
+ xlink:href="#path340_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1107-2"
+ transform="translate(223.95071,20.208744)"
+ xlink:href="#path341_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1110-6"
+ transform="translate(221.55071,24.819744)"
+ xlink:href="#path342_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1113-9"
+ transform="translate(242.10071,14.685744)"
+ xlink:href="#path343_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1116-3"
+ transform="translate(242.10071,9.606744)"
+ xlink:href="#path344_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1119-0"
+ transform="translate(242.10071,11.298744)"
+ xlink:href="#path345_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1122-8"
+ transform="translate(242.10071,14.691744)"
+ xlink:href="#path346_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1125-7"
+ transform="translate(239.69071,24.206744)"
+ xlink:href="#path342_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1128-6"
+ transform="translate(230.11071,35.267744)"
+ xlink:href="#path347_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1131-5"
+ transform="translate(227.70071,34.258744)"
+ xlink:href="#path348_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1134-2"
+ transform="translate(268.64534,56.73387)"
+ xlink:href="#path347_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1137-4"
+ transform="translate(251.68071,34.258744)"
+ xlink:href="#path349_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1140-0"
+ transform="translate(273.36071,44.571744)"
+ xlink:href="#path350_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1143-0"
+ transform="translate(243.59071,45.454744)"
+ xlink:href="#path351_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1146-6"
+ transform="translate(242.10071,63.24174)"
+ xlink:href="#path323_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1149-8"
+ transform="translate(212.32071,45.454744)"
+ xlink:href="#path352_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1152-5"
+ transform="translate(210.83071,44.571744)"
+ xlink:href="#path353_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1155-4"
+ transform="translate(210.84071,49.911741)"
+ xlink:href="#path354_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1101-36-9"
+ transform="translate(223.95071,8.324719)"
+ xlink:href="#path339_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1104-0-4"
+ transform="translate(223.95071,10.012719)"
+ xlink:href="#path340_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1107-2-6"
+ transform="translate(223.95071,13.406719)"
+ xlink:href="#path341_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1101-36-8"
+ transform="translate(223.95071,1.696716)"
+ xlink:href="#path339_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1104-0-3"
+ transform="translate(223.95071,3.384716)"
+ xlink:href="#path340_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1107-2-2"
+ transform="translate(223.95071,6.778716)"
+ xlink:href="#path341_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1101-36-9-3"
+ transform="translate(223.95071,-0.246023)"
+ xlink:href="#path339_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1107-2-2-2"
+ transform="translate(223.95071,-1.792026)"
+ xlink:href="#path341_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1788-7"
+ transform="translate(283.02928,1.8068829)"
+ xlink:href="#path553_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1824-4"
+ transform="translate(270.86067,-0.627827)"
+ xlink:href="#path565_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1908-4"
+ transform="translate(305.07347,4.943624)"
+ xlink:href="#path583_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1911-2"
+ transform="translate(305.07347,7.319624)"
+ xlink:href="#path584_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1953-7"
+ transform="translate(269.39067,11.795173)"
+ xlink:href="#path595_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1956-7"
+ transform="translate(267.68067,15.531173)"
+ xlink:href="#path596_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1959-1"
+ transform="translate(269.16067,15.915173)"
+ xlink:href="#path597_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1788-7-4"
+ transform="translate(277.82884,1.8068829)"
+ xlink:href="#path553_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1788-7-8"
+ transform="translate(272.6284,1.8068829)"
+ xlink:href="#path553_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1791-0-5"
+ transform="translate(271.30162,1.8729889)"
+ xlink:href="#path554_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use297-8"
+ transform="translate(275.51525,37.079045)"
+ xlink:href="#path78_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use300-2"
+ transform="translate(278.10525,37.079045)"
+ xlink:href="#path79_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use303-2"
+ transform="translate(280.69525,37.079045)"
+ xlink:href="#path80_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3099-0"
+ transform="translate(268.65668,47.15642)"
+ xlink:href="#path942_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1134-2-3"
+ transform="translate(254.01791,34.413906)"
+ xlink:href="#path347_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="translate(-414.76665,68.33156)"
+ id="g15178">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path355_fill"
+ transform="translate(602.93799,-4.5955365)"
+ id="use1158-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path356_fill"
+ transform="translate(618.82799,-4.5955365)"
+ id="use1161-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path357_fill"
+ transform="translate(602.93799,10.926463)"
+ id="use1164-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path358_fill"
+ transform="translate(610.26799,-4.5955365)"
+ id="use1167-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path359_fill"
+ transform="translate(606.77799,21.046463)"
+ id="use1170-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path360_fill"
+ transform="translate(608.24799,18.139463)"
+ id="use1173-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path361_fill"
+ transform="translate(630.87799,21.045463)"
+ id="use1176-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path362_fill"
+ transform="translate(630.93799,0.88746346)"
+ id="use1179-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path363_fill"
+ transform="translate(608.18799,1.6814635)"
+ id="use1182-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path364_fill"
+ transform="translate(606.71799,0.88746346)"
+ id="use1185-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path365_fill"
+ transform="translate(593.05799,-14.250537)"
+ id="use1188-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path366_fill"
+ transform="translate(597.42799,-9.9815365)"
+ id="use1191-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path367_fill"
+ transform="translate(600.88799,-6.6265365)"
+ id="use1194-0" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ transform="rotate(90,220.45744,199.82586)"
+ id="g15244">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1026_fill"
+ transform="translate(163.73351,253.15271)"
+ id="use3351-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1027_fill"
+ transform="translate(163.73351,250.63271)"
+ id="use3354-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1028_fill"
+ transform="translate(163.73351,248.10271)"
+ id="use3357-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1029_fill"
+ transform="translate(163.73351,245.57271)"
+ id="use3360-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1030_fill"
+ transform="translate(163.73351,243.04271)"
+ id="use3363-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1026_fill"
+ transform="translate(163.73351,273.68271)"
+ id="use3366-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1027_fill"
+ transform="translate(163.73351,271.16271)"
+ id="use3369-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1028_fill"
+ transform="translate(163.73351,268.63271)"
+ id="use3372-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1029_fill"
+ transform="translate(163.73351,266.10271)"
+ id="use3375-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1030_fill"
+ transform="translate(163.73351,263.57271)"
+ id="use3378-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1031_fill"
+ transform="translate(165.34351,255.55271)"
+ id="use3381-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1032_fill"
+ transform="translate(165.34351,257.16271)"
+ id="use3384-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path1033_fill"
+ transform="translate(165.34351,263.63271)"
+ id="use3387-5" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use687-8"
+ transform="translate(284.26852,137.51053)"
+ xlink:href="#path202_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use690-1"
+ transform="translate(307.39852,145.90053)"
+ xlink:href="#path203_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use693-3"
+ transform="translate(309.00852,145.90053)"
+ xlink:href="#path204_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use696-3"
+ transform="translate(318.61852,145.90053)"
+ xlink:href="#path205_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use699-9"
+ transform="translate(290.20852,145.90053)"
+ xlink:href="#path206_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use702-7"
+ transform="translate(286.78852,145.90053)"
+ xlink:href="#path207_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use705-5"
+ transform="translate(288.49852,145.90053)"
+ xlink:href="#path208_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use708-4"
+ transform="translate(290.20852,145.90053)"
+ xlink:href="#path209_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use711-4"
+ transform="translate(288.83852,143.80053)"
+ xlink:href="#path210_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use714-9"
+ transform="translate(290.59852,143.79053)"
+ xlink:href="#path211_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use717-6"
+ transform="translate(318.61852,143.80053)"
+ xlink:href="#path212_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use720-7"
+ transform="translate(286.78852,143.79053)"
+ xlink:href="#path213_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use723-2"
+ transform="translate(304.86852,141.69053)"
+ xlink:href="#path214_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use726-1"
+ transform="translate(306.58852,141.69053)"
+ xlink:href="#path215_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use729-0"
+ transform="translate(318.61852,141.69053)"
+ xlink:href="#path216_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use732-1"
+ transform="translate(301.95852,141.69053)"
+ xlink:href="#path217_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use735-3"
+ transform="translate(286.78852,141.69053)"
+ xlink:href="#path218_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use738-7"
+ transform="translate(288.46852,141.69053)"
+ xlink:href="#path219_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use741-7"
+ transform="translate(301.95852,141.69053)"
+ xlink:href="#path220_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use744-6"
+ transform="translate(286.78852,139.59053)"
+ xlink:href="#path221_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use747-3"
+ transform="translate(288.45852,139.58053)"
+ xlink:href="#path222_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use750-9"
+ transform="translate(318.61852,139.59053)"
+ xlink:href="#path223_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="translate(0.51984335,-57.342787)"
+ id="g15691">
+ <g
+ style="fill:#ffffff"
+ id="g15603"
+ transform="translate(0.06498042,1.9453232)">
+ <use
+ style="fill:#ffffff"
+ id="use753-1"
+ transform="translate(315.2,173.07359)"
+ xlink:href="#path224_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use756-0"
+ transform="translate(318.05,173.07359)"
+ xlink:href="#path225_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ id="g15603-4"
+ transform="translate(-10.169581,1.9453232)">
+ <use
+ style="fill:#ffffff"
+ id="use753-1-1"
+ transform="translate(315.2,173.07359)"
+ xlink:href="#path224_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use756-0-1"
+ transform="translate(318.05,173.07359)"
+ xlink:href="#path225_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ id="g15603-8"
+ transform="translate(-20.404148,1.9453232)">
+ <use
+ style="fill:#ffffff"
+ id="use753-1-6"
+ transform="translate(315.2,173.07359)"
+ xlink:href="#path224_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use756-0-4"
+ transform="translate(318.05,173.07359)"
+ xlink:href="#path225_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ id="g15603-3"
+ transform="translate(-30.638695,1.9453232)">
+ <use
+ style="fill:#ffffff"
+ id="use753-1-4"
+ transform="translate(315.2,173.07359)"
+ xlink:href="#path224_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use756-0-7"
+ transform="translate(318.05,173.07359)"
+ xlink:href="#path225_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ </g>
+ </g>
+ <g
+ style="fill:#ffffff"
+ transform="translate(0.12996106,-50.259922)"
+ id="g15697">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path3_fill"
+ transform="translate(316.60592,179.64308)"
+ id="use15-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path3_fill"
+ transform="translate(306.37135,179.64308)"
+ id="use15-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path3_fill"
+ transform="translate(296.13679,179.64308)"
+ id="use15-74" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path3_fill"
+ transform="translate(285.90224,179.64308)"
+ id="use15-5" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use888-8"
+ transform="matrix(0,1,1,0,360.49442,97.94056)"
+ xlink:href="#path268_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use891-3"
+ transform="matrix(0,1,1,0,367.14442,99.84056)"
+ xlink:href="#path269_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use894-59"
+ transform="matrix(0,1,1,0,362.88442,99.84056)"
+ xlink:href="#path270_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use897-6"
+ transform="matrix(0,1,1,0,364.30442,99.84056)"
+ xlink:href="#path271_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use900-5"
+ transform="matrix(0,1,1,0,367.15442,99.84056)"
+ xlink:href="#path272_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use903-6"
+ transform="matrix(0,1,1,0,359.01442,99.84056)"
+ xlink:href="#path273_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use906-3"
+ transform="matrix(0,1,1,0,355.54442,101.74056)"
+ xlink:href="#path274_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use909-02"
+ transform="matrix(0,1,1,0,364.91442,103.64056)"
+ xlink:href="#path275_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use912-0"
+ transform="matrix(0,1,1,0,360.09442,103.64056)"
+ xlink:href="#path276_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use915-7"
+ transform="matrix(0,1,1,0,361.70442,103.64056)"
+ xlink:href="#path277_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use918-4"
+ transform="matrix(0,1,1,0,364.92442,103.64056)"
+ xlink:href="#path278_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use921-7"
+ transform="matrix(0,1,1,0,356.94442,103.64056)"
+ xlink:href="#path279_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use924-3"
+ transform="matrix(0,1,1,0,353.03442,105.54056)"
+ xlink:href="#path280_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use927-0"
+ transform="matrix(0,1,1,0,349.42442,100.51471)"
+ xlink:href="#path281_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="translate(-78.886229,-194.06159)"
+ id="g16051">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path189_fill"
+ transform="translate(257.42731,312.2467)"
+ id="use648-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path190_fill"
+ transform="translate(257.42731,337.1567)"
+ id="use651-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path191_fill"
+ transform="translate(268.53731,329.1867)"
+ id="use654-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path192_fill"
+ transform="translate(277.73731,324.5367)"
+ id="use657-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path193_fill"
+ transform="translate(259.57731,326.9467)"
+ id="use660-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path194_fill"
+ transform="translate(285.69731,316.1567)"
+ id="use663-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path195_fill"
+ transform="translate(280.13731,321.0067)"
+ id="use666-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path196_fill"
+ transform="translate(280.58731,321.7267)"
+ id="use669-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path197_fill"
+ transform="translate(280.38731,317.1367)"
+ id="use672-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path198_fill"
+ transform="translate(287.16731,321.4667)"
+ id="use675-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path199_fill"
+ transform="translate(283.87731,321.0067)"
+ id="use678-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path226_fill"
+ transform="translate(279.62731,338.4567)"
+ id="use759-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path227_fill"
+ transform="translate(268.01731,312.2467)"
+ id="use762-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path228_fill"
+ transform="translate(268.01731,330.7967)"
+ id="use765-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path229_fill"
+ transform="translate(266.63731,313.8767)"
+ id="use768-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path230_fill"
+ transform="translate(260.50731,313.8767)"
+ id="use771-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path231_fill"
+ transform="translate(258.96731,313.8767)"
+ id="use774-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path232_fill"
+ transform="translate(266.63731,315.4167)"
+ id="use777-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path233_fill"
+ transform="translate(260.50731,315.4167)"
+ id="use780-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path234_fill"
+ transform="translate(258.96731,315.4167)"
+ id="use783-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path235_fill"
+ transform="translate(266.63731,316.9567)"
+ id="use786-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path236_fill"
+ transform="translate(260.50731,316.9467)"
+ id="use789-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path237_fill"
+ transform="translate(258.96731,316.9567)"
+ id="use792-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path238_fill"
+ transform="translate(266.63731,318.4967)"
+ id="use795-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path239_fill"
+ transform="translate(260.50731,318.4867)"
+ id="use798-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path240_fill"
+ transform="translate(258.96731,318.4967)"
+ id="use801-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path241_fill"
+ transform="translate(266.63731,320.0267)"
+ id="use804-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path242_fill"
+ transform="translate(260.50731,320.0267)"
+ id="use807-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path243_fill"
+ transform="translate(258.96731,320.0267)"
+ id="use810-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path244_fill"
+ transform="translate(266.63731,321.5667)"
+ id="use813-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path245_fill"
+ transform="translate(260.50731,321.5667)"
+ id="use816-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path246_fill"
+ transform="translate(258.96731,321.5667)"
+ id="use819-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path247_fill"
+ transform="translate(266.63731,323.1067)"
+ id="use822-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path248_fill"
+ transform="translate(260.50731,323.0967)"
+ id="use825-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path249_fill"
+ transform="translate(258.96731,323.1067)"
+ id="use828-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path250_fill"
+ transform="translate(266.63731,324.6367)"
+ id="use831-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path251_fill"
+ transform="translate(260.50731,324.6367)"
+ id="use834-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path252_fill"
+ transform="translate(258.96731,324.6367)"
+ id="use837-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path253_fill"
+ transform="translate(266.63731,326.1767)"
+ id="use840-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path254_fill"
+ transform="translate(260.50731,326.1767)"
+ id="use843-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path234_fill"
+ transform="translate(258.96731,326.1767)"
+ id="use846-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path255_fill"
+ transform="translate(263.58731,327.7167)"
+ id="use849-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path256_fill"
+ transform="translate(260.50731,327.7067)"
+ id="use852-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path257_fill"
+ transform="translate(258.96731,327.7167)"
+ id="use855-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path258_fill"
+ transform="translate(262.06731,329.2567)"
+ id="use858-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path259_fill"
+ transform="translate(260.51731,329.2467)"
+ id="use861-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path260_fill"
+ transform="translate(258.96731,329.2567)"
+ id="use864-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path261_fill"
+ transform="translate(260.54731,330.7867)"
+ id="use867-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path262_fill"
+ transform="translate(258.96731,330.7867)"
+ id="use870-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path263_fill"
+ transform="translate(293.56731,327.0667)"
+ id="use873-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path264_fill"
+ transform="translate(294.50731,328.2867)"
+ id="use876-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path265_fill"
+ transform="translate(300.94731,330.2867)"
+ id="use879-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path266_fill"
+ transform="translate(299.11731,330.6367)"
+ id="use882-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path267_fill"
+ transform="translate(297.26731,330.9967)"
+ id="use885-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path282_fill"
+ transform="translate(274.09731,326.1467)"
+ id="use930-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path283_fill"
+ transform="translate(275.33731,327.3567)"
+ id="use933-1" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use2085-2"
+ transform="translate(226.68981,117.8076)"
+ xlink:href="#path634_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2088-3"
+ transform="translate(241.16981,117.8076)"
+ xlink:href="#path635_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2091-1"
+ transform="translate(233.86981,119.7496)"
+ xlink:href="#path636_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2121-9"
+ transform="translate(204.44743,107.21482)"
+ xlink:href="#path646_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2124-2"
+ transform="translate(221.18781,109.66896)"
+ xlink:href="#path647_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2127-4"
+ transform="translate(227.43781,111.90596)"
+ xlink:href="#path648_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2130-5"
+ transform="translate(228.77781,111.90296)"
+ xlink:href="#path649_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2133-1"
+ transform="translate(232.78781,111.90596)"
+ xlink:href="#path650_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2136-0"
+ transform="translate(221.18781,111.90096)"
+ xlink:href="#path651_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2139-0"
+ transform="translate(221.18781,114.13496)"
+ xlink:href="#path652_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2142-1"
+ transform="translate(228.85781,116.36696)"
+ xlink:href="#path653_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2145-3"
+ transform="translate(223.70781,116.37196)"
+ xlink:href="#path654_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2148-3"
+ transform="translate(224.99781,116.36696)"
+ xlink:href="#path655_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2151-00"
+ transform="translate(228.85781,116.37196)"
+ xlink:href="#path656_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2154-0"
+ transform="translate(221.18781,116.36696)"
+ xlink:href="#path657_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="matrix(-1,0,0,1,454.47304,-41.162663)"
+ id="g16183">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path952_fill"
+ transform="translate(234.00775,153.12799)"
+ id="use3129-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path953_fill"
+ transform="translate(235.58775,149.55299)"
+ id="use3132-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path954_fill"
+ transform="translate(241.92775,148.66299)"
+ id="use3135-2" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ transform="matrix(-1,0,0,1,454.53803,-43.6969)"
+ id="g16183-8">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path952_fill"
+ transform="translate(234.00775,153.12799)"
+ id="use3129-2-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path953_fill"
+ transform="translate(235.58775,149.55299)"
+ id="use3132-2-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path954_fill"
+ transform="translate(241.92775,148.66299)"
+ id="use3135-2-7" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ transform="matrix(-1,0,0,1,476.95627,-36.549053)"
+ id="g16183-86">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path952_fill"
+ transform="translate(234.00775,153.12799)"
+ id="use3129-2-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path953_fill"
+ transform="translate(235.58775,149.55299)"
+ id="use3132-2-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path954_fill"
+ transform="translate(241.92775,148.66299)"
+ id="use3135-2-6" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ transform="matrix(-1,0,0,1,476.82631,-38.888349)"
+ id="g16183-4">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path952_fill"
+ transform="translate(234.00775,153.12799)"
+ id="use3129-2-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path953_fill"
+ transform="translate(235.58775,149.55299)"
+ id="use3132-2-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path954_fill"
+ transform="translate(241.92775,148.66299)"
+ id="use3135-2-5" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use1971-9-8"
+ transform="translate(228.0634,98.75062)"
+ xlink:href="#path595_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1974-0-1"
+ transform="translate(226.3534,102.48662)"
+ xlink:href="#path601_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1977-0-0"
+ transform="translate(227.8334,102.87062)"
+ xlink:href="#path597_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use561-9"
+ transform="translate(154.74278,101.28738)"
+ xlink:href="#path161_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1476-7-3"
+ transform="translate(153.60892,114.4627)"
+ xlink:href="#path457_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1479-8-0"
+ transform="translate(153.60892,112.8187)"
+ xlink:href="#path458_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1482-5-2"
+ transform="translate(153.60892,108.7227)"
+ xlink:href="#path457_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1485-3-6"
+ transform="translate(153.60892,107.0787)"
+ xlink:href="#path459_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2001-5-2-4"
+ transform="translate(160.06443,104.14147)"
+ xlink:href="#path607_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2004-4-2-3"
+ transform="translate(165.19443,109.05048)"
+ xlink:href="#path608_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2007-1-2-8"
+ transform="translate(166.13443,110.07148)"
+ xlink:href="#path609_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2010-5-7-6"
+ transform="translate(166.60443,106.31648)"
+ xlink:href="#path610_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2013-5-0-7"
+ transform="translate(166.60443,114.72948)"
+ xlink:href="#path611_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2016-4-3-0"
+ transform="translate(170.90443,110.52348)"
+ xlink:href="#path612_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2019-9-4-8"
+ transform="translate(162.29443,110.52348)"
+ xlink:href="#path612_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2022-8-6-19"
+ transform="translate(169.95443,107.85448)"
+ xlink:href="#path613_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2025-3-3-8"
+ transform="translate(163.87443,113.80448)"
+ xlink:href="#path614_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2028-8-6-1"
+ transform="translate(169.95443,113.80448)"
+ xlink:href="#path615_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2031-5-3-6"
+ transform="translate(163.87443,107.85448)"
+ xlink:href="#path616_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2361-4"
+ transform="translate(157.41977,131.68321)"
+ xlink:href="#path720_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2364-8"
+ transform="translate(158.98977,131.67921)"
+ xlink:href="#path721_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2367-5"
+ transform="translate(163.68977,131.68321)"
+ xlink:href="#path722_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2385-01"
+ transform="translate(165.09977,130.25521)"
+ xlink:href="#path728_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2361-5"
+ transform="translate(169.51765,131.7067)"
+ xlink:href="#path720_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2364-9"
+ transform="translate(171.08765,131.7027)"
+ xlink:href="#path721_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2367-7"
+ transform="translate(175.78765,131.7067)"
+ xlink:href="#path722_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2367-7-2"
+ transform="translate(177.342,131.82557)"
+ xlink:href="#path722_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3315-8"
+ transform="translate(164.11473,122.91547)"
+ xlink:href="#path1014_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use474-9"
+ transform="translate(357.58355,22.920978)"
+ xlink:href="#path134_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use477-5"
+ transform="translate(361.43355,21.840978)"
+ xlink:href="#path135_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use480-0"
+ transform="translate(361.43355,30.450978)"
+ xlink:href="#path135_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use483-2"
+ transform="translate(365.28355,26.680978)"
+ xlink:href="#path136_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use486-7"
+ transform="translate(356.47355,26.680978)"
+ xlink:href="#path136_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use489-2"
+ transform="translate(364.15355,23.260978)"
+ xlink:href="#path137_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use492-8"
+ transform="translate(357.92355,29.340978)"
+ xlink:href="#path138_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use495-1"
+ transform="translate(364.15355,29.340978)"
+ xlink:href="#path139_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use498-7"
+ transform="translate(357.92355,23.260978)"
+ xlink:href="#path140_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use501-7"
+ transform="translate(362.87355,22.190978)"
+ xlink:href="#path141_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use504-9"
+ transform="translate(359.57355,30.170978)"
+ xlink:href="#path142_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use507-7"
+ transform="translate(365.00355,28.100978)"
+ xlink:href="#path143_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use510-9"
+ transform="translate(356.83355,24.860978)"
+ xlink:href="#path144_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use513-8"
+ transform="translate(364.98355,24.800978)"
+ xlink:href="#path145_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use516-8"
+ transform="translate(356.86355,28.150978)"
+ xlink:href="#path146_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use519-9"
+ transform="translate(362.93355,30.150978)"
+ xlink:href="#path147_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use522-8"
+ transform="translate(359.50355,22.220978)"
+ xlink:href="#path148_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use525-0"
+ transform="translate(358.70355,24.140978)"
+ xlink:href="#path149_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use528-5"
+ transform="translate(359.82355,25.120978)"
+ xlink:href="#path150_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use423-2"
+ transform="translate(239.57367,1.8164942)"
+ xlink:href="#path118_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use87-00"
+ transform="translate(282.17324,64.81561)"
+ xlink:href="#path24_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use90-1"
+ transform="translate(283.88324,74.09561)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use111-5"
+ transform="translate(284.26324,67.18561)"
+ xlink:href="#path25_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1377-9-3-8"
+ transform="translate(181.29516,108.55836)"
+ xlink:href="#path426_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1380-9-0-0"
+ transform="translate(182.97516,114.77936)"
+ xlink:href="#path427_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1383-9-3-0"
+ transform="translate(182.97516,110.60536)"
+ xlink:href="#path428_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1386-4-3-0"
+ transform="translate(182.97516,111.99336)"
+ xlink:href="#path429_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1389-9-7-4"
+ transform="translate(182.97516,114.78436)"
+ xlink:href="#path430_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1392-8-9-7"
+ transform="translate(184.49516,114.77936)"
+ xlink:href="#path422_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1395-1-4-5"
+ transform="translate(184.49516,110.60536)"
+ xlink:href="#path431_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1398-6-9-3"
+ transform="translate(184.49516,111.99336)"
+ xlink:href="#path424_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1401-3-9-1"
+ transform="translate(184.49516,114.78536)"
+ xlink:href="#path432_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="translate(222.49296,-1.238154)"
+ id="g16606-27">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path426_fill"
+ transform="translate(35.779519,1.559634)"
+ id="use1377-9-3-4-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path427_fill"
+ transform="translate(37.459519,7.780634)"
+ id="use1380-9-0-2-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path428_fill"
+ transform="translate(37.459519,3.606634)"
+ id="use1383-9-3-01-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path429_fill"
+ transform="translate(37.459519,4.994634)"
+ id="use1386-4-3-3-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path430_fill"
+ transform="translate(37.459519,7.785634)"
+ id="use1389-9-7-0-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path422_fill"
+ transform="translate(38.979519,7.780634)"
+ id="use1392-8-9-0-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path431_fill"
+ transform="translate(38.979519,3.606634)"
+ id="use1395-1-4-4-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path424_fill"
+ transform="translate(38.979519,4.994634)"
+ id="use1398-6-9-8-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path432_fill"
+ transform="translate(38.979519,7.786634)"
+ id="use1401-3-9-2-0" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ transform="matrix(1,0,0,-1,222.49296,21.618565)"
+ id="g16606-2-0">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path426_fill"
+ transform="translate(35.779519,1.559634)"
+ id="use1377-9-3-4-0-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path427_fill"
+ transform="translate(37.459519,7.780634)"
+ id="use1380-9-0-2-2-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path428_fill"
+ transform="translate(37.459519,3.606634)"
+ id="use1383-9-3-01-4-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path429_fill"
+ transform="translate(37.459519,4.994634)"
+ id="use1386-4-3-3-5-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path430_fill"
+ transform="translate(37.459519,7.785634)"
+ id="use1389-9-7-0-8-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path422_fill"
+ transform="translate(38.979519,7.780634)"
+ id="use1392-8-9-0-4-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path431_fill"
+ transform="translate(38.979519,3.606634)"
+ id="use1395-1-4-4-0-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path424_fill"
+ transform="translate(38.979519,4.994634)"
+ id="use1398-6-9-8-8-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path432_fill"
+ transform="translate(38.979519,7.786634)"
+ id="use1401-3-9-2-4-8" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use1452-2-4"
+ transform="translate(235.72948,79.38096)"
+ xlink:href="#path449_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1455-7-5"
+ transform="translate(234.18948,79.37796)"
+ xlink:href="#path450_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1458-8-4"
+ transform="translate(232.64948,79.38196)"
+ xlink:href="#path451_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1461-6-2"
+ transform="translate(235.72948,71.90296)"
+ xlink:href="#path452_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1464-7-2"
+ transform="translate(249.64948,71.90796)"
+ xlink:href="#path453_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1467-7-3"
+ transform="translate(244.61948,71.90296)"
+ xlink:href="#path454_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1470-0-9"
+ transform="translate(242.94948,71.90796)"
+ xlink:href="#path455_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1473-9-6"
+ transform="translate(249.64948,62.00096)"
+ xlink:href="#path456_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1458-8-4-5"
+ transform="translate(231.04832,79.354)"
+ xlink:href="#path451_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use69-7"
+ transform="translate(277.20963,13.933628)"
+ xlink:href="#path3_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use72-4"
+ transform="translate(277.38963,21.263628)"
+ xlink:href="#path20_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use75-3"
+ transform="translate(277.20963,28.503628)"
+ xlink:href="#path21_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use69-7-9"
+ transform="translate(277.26862,5.517313)"
+ xlink:href="#path3_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="translate(0.18379238,33.993117)"
+ id="g17473">
+ <g
+ style="fill:#ffffff"
+ id="g17465"
+ transform="translate(0.275687)">
+ <use
+ style="fill:#ffffff"
+ id="use345-6-6"
+ transform="rotate(90,123.06886,96.930033)"
+ xlink:href="#path93_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use348-0-6"
+ transform="rotate(90,121.22886,97.040033)"
+ xlink:href="#path94_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ id="g17461">
+ <use
+ style="fill:#ffffff"
+ id="use345-4-4"
+ transform="rotate(90,119.84164,100.43294)"
+ xlink:href="#path93_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use348-49-1"
+ transform="rotate(90,118.00164,100.54294)"
+ xlink:href="#path94_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ </g>
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use3165-3"
+ transform="rotate(90,251.99558,346.03042)"
+ xlink:href="#path964_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3168-6"
+ transform="rotate(90,246.52558,342.65042)"
+ xlink:href="#path965_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3171-7"
+ transform="rotate(90,246.75558,344.74042)"
+ xlink:href="#path966_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3174-5"
+ transform="rotate(90,244.83558,344.68042)"
+ xlink:href="#path967_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3177-3"
+ transform="rotate(90,246.03058,347.73542)"
+ xlink:href="#path968_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3180-5"
+ transform="rotate(90,246.75558,350.31042)"
+ xlink:href="#path969_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3183-6"
+ transform="rotate(90,248.52558,345.30042)"
+ xlink:href="#path970_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1158-1-2"
+ transform="rotate(90,232.58736,337.16547)"
+ xlink:href="#path355_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1161-7-9"
+ transform="rotate(90,224.64236,345.11047)"
+ xlink:href="#path356_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1164-8-1"
+ transform="rotate(90,224.82636,329.40447)"
+ xlink:href="#path357_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1167-9-2"
+ transform="rotate(90,228.92236,340.83047)"
+ xlink:href="#path358_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1170-1-7"
+ transform="rotate(90,217.84636,326.26447)"
+ xlink:href="#path359_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1173-5-0"
+ transform="rotate(90,218.56486,328.45297)"
+ xlink:href="#path360_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1176-4-9"
+ transform="rotate(90,205.79686,338.31497)"
+ xlink:href="#path361_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1179-9-3"
+ transform="rotate(90,215.84586,348.42397)"
+ xlink:href="#path362_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1182-2-6"
+ transform="rotate(90,226.82386,336.65197)"
+ xlink:href="#path363_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1185-5-0"
+ transform="rotate(90,227.95586,336.31397)"
+ xlink:href="#path364_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2937-6-6"
+ transform="rotate(90,202.05408,337.46226)"
+ xlink:href="#path898_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2955-4-2"
+ transform="rotate(90,199.18058,340.11876)"
+ xlink:href="#path904_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2958-5-6"
+ transform="rotate(90,200.65358,341.59176)"
+ xlink:href="#path905_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2961-4-1"
+ transform="rotate(90,201.38658,342.32476)"
+ xlink:href="#path906_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2982-2-8"
+ transform="rotate(90,200.03978,345.3794)"
+ xlink:href="#path913_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2985-1-7"
+ transform="rotate(90,202.40928,347.7489)"
+ xlink:href="#path914_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2988-3-9"
+ transform="rotate(90,203.19628,348.5359)"
+ xlink:href="#path915_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2994-9-2"
+ transform="rotate(90,205.86058,342.12876)"
+ xlink:href="#path917_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use423-3-8-7"
+ transform="matrix(-1,0,0,1,589.17015,141.87655)"
+ xlink:href="#path118_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use426-8-1-5"
+ transform="matrix(-1,0,0,1,580.65015,142.00655)"
+ xlink:href="#path119_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use429-3-3-9"
+ transform="matrix(-1,0,0,1,572.13015,141.87655)"
+ xlink:href="#path120_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use432-3-6-2"
+ transform="matrix(-1,0,0,1,563.61015,141.87655)"
+ xlink:href="#path121_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use435-3-4-2"
+ transform="matrix(-1,0,0,1,589.17015,134.26655)"
+ xlink:href="#path122_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use438-8-0-8"
+ transform="matrix(-1,0,0,1,587.72015,135.47655)"
+ xlink:href="#path123_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use441-0-3-9"
+ transform="matrix(-1,0,0,1,580.65015,134.26655)"
+ xlink:href="#path122_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use444-4-5-7"
+ transform="matrix(-1,0,0,1,572.13015,134.39655)"
+ xlink:href="#path124_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use450-6-8-3"
+ transform="matrix(-1,0,0,1,557.91015,144.66655)"
+ xlink:href="#path126_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use468-7-5-6"
+ transform="matrix(-1,0,0,1,579.41015,143.08655)"
+ xlink:href="#path132_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use87-0-1"
+ transform="translate(591.06644,133.28905)"
+ xlink:href="#path24_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use90-9-2"
+ transform="translate(592.77644,142.56905)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use111-9-9"
+ transform="translate(593.15644,135.65905)"
+ xlink:href="#path25_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use423-0-3"
+ transform="matrix(0,-1,-1,0,580.80187,132.01365)"
+ xlink:href="#path118_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use426-2-1"
+ transform="matrix(0,-1,-1,0,580.67187,123.49365)"
+ xlink:href="#path119_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use429-4-9"
+ transform="matrix(0,-1,-1,0,580.80187,114.97365)"
+ xlink:href="#path120_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use432-9-4"
+ transform="matrix(0,-1,-1,0,580.80187,106.45365)"
+ xlink:href="#path121_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use435-0-7"
+ transform="matrix(0,-1,-1,0,588.41187,132.01365)"
+ xlink:href="#path122_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use438-1-8"
+ transform="matrix(0,-1,-1,0,587.20187,130.56365)"
+ xlink:href="#path123_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use441-2-4"
+ transform="matrix(0,-1,-1,0,588.41187,123.49365)"
+ xlink:href="#path122_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use444-0-5"
+ transform="matrix(0,-1,-1,0,588.28187,114.97365)"
+ xlink:href="#path124_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use450-0-0"
+ transform="matrix(0,-1,-1,0,578.01187,100.75365)"
+ xlink:href="#path126_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use468-6-3"
+ transform="matrix(0,-1,-1,0,579.59187,122.25365)"
+ xlink:href="#path132_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use471-3-6"
+ transform="matrix(0,-1,-1,0,594.88187,130.77365)"
+ xlink:href="#path133_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use471-3-9-1"
+ transform="matrix(0,-1,-1,0,594.46941,122.06413)"
+ xlink:href="#path133_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use471-3-0-0"
+ transform="matrix(0,-1,-1,0,594.46941,113.35676)"
+ xlink:href="#path133_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3180-8-6"
+ transform="rotate(180,298.40146,64.925842)"
+ xlink:href="#path969_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3180-3-3"
+ transform="rotate(180,298.40147,61.676818)"
+ xlink:href="#path969_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1737-0-8-9-2"
+ transform="rotate(90,242.50366,333.96109)"
+ xlink:href="#path535_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1740-3-8-1-0"
+ transform="rotate(90,242.98316,334.44059)"
+ xlink:href="#path537_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1743-2-0-0-6"
+ transform="rotate(90,244.31316,335.77059)"
+ xlink:href="#path538_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1746-1-3-3-1"
+ transform="rotate(90,242.48266,338.56009)"
+ xlink:href="#path539_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use408-5"
+ transform="rotate(90,289.72447,300.6646)"
+ xlink:href="#path113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use411-5"
+ transform="rotate(90,288.88947,299.8296)"
+ xlink:href="#path114_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3153-4"
+ transform="rotate(90,243.29487,297.78211)"
+ xlink:href="#path960_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3159-7"
+ transform="rotate(90,246.59924,294.53141)"
+ xlink:href="#path962_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3162-6"
+ transform="rotate(90,246.60644,297.52861)"
+ xlink:href="#path963_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1266-9-2"
+ transform="rotate(90,252.04289,312.32701)"
+ xlink:href="#path390_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1269-1-5"
+ transform="rotate(90,248.74639,312.33051)"
+ xlink:href="#path391_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1272-3-4"
+ transform="rotate(90,247.43739,312.38151)"
+ xlink:href="#path392_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1275-4-7"
+ transform="rotate(90,245.30439,312.40851)"
+ xlink:href="#path393_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1278-5-4"
+ transform="rotate(90,255.51839,304.07251)"
+ xlink:href="#path394_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1281-8-4"
+ transform="rotate(90,254.26589,306.30001)"
+ xlink:href="#path395_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1284-5-3"
+ transform="rotate(90,250.37739,302.41151)"
+ xlink:href="#path396_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1287-7-0"
+ transform="rotate(90,250.33789,305.85201)"
+ xlink:href="#path397_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1290-3-7"
+ transform="rotate(90,254.31789,301.87201)"
+ xlink:href="#path397_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1293-3-8"
+ transform="rotate(90,252.39489,306.88901)"
+ xlink:href="#path398_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1296-8-6"
+ transform="rotate(90,252.45539,301.32951)"
+ xlink:href="#path399_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1299-9-8"
+ transform="rotate(90,249.64539,304.13951)"
+ xlink:href="#path400_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1302-5-8"
+ transform="rotate(90,255.20489,304.07901)"
+ xlink:href="#path401_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1305-5-4"
+ transform="rotate(90,253.45089,306.79501)"
+ xlink:href="#path402_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1308-3-31"
+ transform="rotate(90,251.34189,301.69601)"
+ xlink:href="#path403_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1311-8-4"
+ transform="rotate(90,249.82439,305.08851)"
+ xlink:href="#path404_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1314-6-92"
+ transform="rotate(90,254.97489,302.85901)"
+ xlink:href="#path405_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1317-0-0"
+ transform="rotate(90,251.32589,306.57001)"
+ xlink:href="#path406_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1320-3-6"
+ transform="rotate(90,253.47539,301.38951)"
+ xlink:href="#path407_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1323-3-8"
+ transform="rotate(90,249.83189,303.22601)"
+ xlink:href="#path408_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1326-6-9"
+ transform="rotate(90,254.96289,305.25701)"
+ xlink:href="#path409_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1329-1-2"
+ transform="rotate(90,254.42689,304.14101)"
+ xlink:href="#path410_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1332-8-6"
+ transform="rotate(90,253.51089,304.09501)"
+ xlink:href="#path411_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1335-7-6"
+ transform="rotate(90,250.93989,306.29401)"
+ xlink:href="#path412_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1338-0-4"
+ transform="rotate(90,241.78989,315.44401)"
+ xlink:href="#path413_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1341-5-9"
+ transform="rotate(90,239.80689,310.68101)"
+ xlink:href="#path414_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1344-1-5"
+ transform="rotate(90,242.75689,307.73101)"
+ xlink:href="#path415_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1347-1-0"
+ transform="rotate(90,257.45989,299.77401)"
+ xlink:href="#path416_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1350-0-4"
+ transform="rotate(90,243.49689,323.37101)"
+ xlink:href="#path417_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1353-3-8"
+ transform="rotate(90,239.54639,321.10051)"
+ xlink:href="#path418_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1356-0-7"
+ transform="rotate(90,241.63339,323.18751)"
+ xlink:href="#path419_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1359-0-1"
+ transform="rotate(90,240.93939,322.49351)"
+ xlink:href="#path420_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1362-4-7"
+ transform="rotate(90,239.54389,321.09801)"
+ xlink:href="#path421_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1365-5-2"
+ transform="rotate(90,238.78639,321.86051)"
+ xlink:href="#path422_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1368-4-7"
+ transform="rotate(90,240.87339,323.94751)"
+ xlink:href="#path423_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1371-2-2"
+ transform="rotate(90,240.17939,323.25351)"
+ xlink:href="#path424_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1374-4-2"
+ transform="rotate(90,238.78389,321.85801)"
+ xlink:href="#path425_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1377-9-6"
+ transform="rotate(90,239.64689,327.22101)"
+ xlink:href="#path426_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1380-9-1"
+ transform="rotate(90,235.69639,324.95051)"
+ xlink:href="#path427_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1383-9-0"
+ transform="rotate(90,237.78339,327.03751)"
+ xlink:href="#path428_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1386-4-6"
+ transform="rotate(90,237.08939,326.34351)"
+ xlink:href="#path429_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1389-9-1"
+ transform="rotate(90,235.69389,324.94801)"
+ xlink:href="#path430_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1392-8-5"
+ transform="rotate(90,234.93639,325.71051)"
+ xlink:href="#path422_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1395-1-9"
+ transform="rotate(90,237.02339,327.79751)"
+ xlink:href="#path431_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1398-6-4"
+ transform="rotate(90,236.32939,327.10351)"
+ xlink:href="#path424_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1401-3-90"
+ transform="rotate(90,234.93339,325.70751)"
+ xlink:href="#path432_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1404-9-9"
+ transform="rotate(90,238.48539,316.89951)"
+ xlink:href="#path433_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1407-3-1"
+ transform="rotate(90,237.01689,316.88101)"
+ xlink:href="#path434_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1410-3-7"
+ transform="rotate(90,247.91439,305.46851)"
+ xlink:href="#path435_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1413-4-7"
+ transform="rotate(90,258.54189,302.89601)"
+ xlink:href="#path436_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1416-6-1"
+ transform="rotate(90,262.20839,306.56251)"
+ xlink:href="#path437_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1419-1-1"
+ transform="rotate(90,254.67839,314.09251)"
+ xlink:href="#path438_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1422-5-5"
+ transform="rotate(90,257.46189,303.97601)"
+ xlink:href="#path439_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1425-6-9"
+ transform="rotate(90,260.07539,306.58951)"
+ xlink:href="#path440_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1428-1-7"
+ transform="rotate(90,253.62539,313.03951)"
+ xlink:href="#path441_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1431-7-7"
+ transform="rotate(90,257.03739,313.45151)"
+ xlink:href="#path442_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1434-2-6"
+ transform="rotate(90,256.28739,314.20151)"
+ xlink:href="#path443_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1437-2-7"
+ transform="rotate(90,251.95139,298.53551)"
+ xlink:href="#path444_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1440-9-3"
+ transform="rotate(90,229.83689,320.65101)"
+ xlink:href="#path445_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1443-2-6"
+ transform="rotate(90,260.89389,303.46801)"
+ xlink:href="#path446_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1446-8-5"
+ transform="rotate(90,260.16289,302.73701)"
+ xlink:href="#path447_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1449-1-6"
+ transform="rotate(90,229.54689,326.37101)"
+ xlink:href="#path448_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1488-2-3"
+ transform="rotate(90,248.92389,319.09801)"
+ xlink:href="#path460_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1491-4-9"
+ transform="rotate(90,254.22189,323.51601)"
+ xlink:href="#path461_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1494-7-4"
+ transform="rotate(90,246.27289,320.41701)"
+ xlink:href="#path462_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1497-8-8"
+ transform="rotate(90,249.79339,323.93751)"
+ xlink:href="#path463_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1500-6-1"
+ transform="rotate(90,252.62239,323.53651)"
+ xlink:href="#path464_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1503-3-2"
+ transform="rotate(90,249.80689,321.72101)"
+ xlink:href="#path465_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1506-7-9"
+ transform="rotate(90,252.03289,323.47701)"
+ xlink:href="#path466_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1509-7-3"
+ transform="rotate(90,247.58239,323.94651)"
+ xlink:href="#path467_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2889-2-2-9"
+ transform="rotate(180,277.01904,52.419993)"
+ xlink:href="#path884_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use9-0-80-85"
+ transform="rotate(90,257.65725,330.25481)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use9-0-0-1-0"
+ transform="rotate(90,254.22479,333.74784)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use9-0-8-7-9"
+ transform="rotate(90,250.79234,337.24086)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use432-9-5-6"
+ transform="matrix(0,-1,-1,0,580.67329,88.089806)"
+ xlink:href="#path121_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1785-4-9"
+ transform="rotate(90,263.93268,286.64077)"
+ xlink:href="#path552_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1788-7-84"
+ transform="rotate(90,257.3762,293.2287)"
+ xlink:href="#path553_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1791-0-8"
+ transform="rotate(90,254.1192,296.4817)"
+ xlink:href="#path554_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1803-4-1"
+ transform="rotate(90,261.25566,295.93091)"
+ xlink:href="#path558_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1806-9-0"
+ transform="rotate(90,260.71788,296.50818)"
+ xlink:href="#path559_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1809-6-3"
+ transform="rotate(90,257.43938,299.77968)"
+ xlink:href="#path560_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1821-5-0"
+ transform="rotate(90,266.73016,301.40541)"
+ xlink:href="#path564_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1824-4-4"
+ transform="rotate(90,264.59311,285.90412)"
+ xlink:href="#path565_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1905-6-4"
+ transform="rotate(90,245.29149,300.81529)"
+ xlink:href="#path582_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1908-4-4"
+ transform="rotate(90,244.70099,300.22479)"
+ xlink:href="#path583_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1911-2-4"
+ transform="rotate(90,243.51299,299.03679)"
+ xlink:href="#path584_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1914-5-7"
+ transform="rotate(90,247.17849,302.70229)"
+ xlink:href="#path585_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1941-1-6"
+ transform="rotate(90,262.80688,301.71718)"
+ xlink:href="#path592_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1944-6-3"
+ transform="rotate(90,263.99488,302.90518)"
+ xlink:href="#path593_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1947-1-1"
+ transform="rotate(90,264.58538,303.49568)"
+ xlink:href="#path594_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1950-3-7"
+ transform="rotate(90,262.80938,301.71968)"
+ xlink:href="#path585_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1953-7-5"
+ transform="rotate(90,259.11661,278.95762)"
+ xlink:href="#path595_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1959-1-9"
+ transform="rotate(90,257.21398,276.82499)"
+ xlink:href="#path597_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="rotate(90,619.84497,188.03718)"
+ id="g14347-2-6">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path595_fill"
+ transform="translate(465.1755,228.7926)"
+ id="use1971-1-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path601_fill"
+ transform="translate(463.4655,232.5286)"
+ id="use1974-08-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path597_fill"
+ transform="translate(464.9455,232.9126)"
+ id="use1977-9-7" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use3147-1-8"
+ transform="translate(553.19771,12.433346)"
+ xlink:href="#path958_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3162-3-5"
+ transform="translate(551.89771,9.6733462)"
+ xlink:href="#path963_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1788-7-4-7"
+ transform="rotate(90,259.97642,290.62848)"
+ xlink:href="#path553_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1788-7-8-4"
+ transform="rotate(90,262.57664,288.02826)"
+ xlink:href="#path553_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1791-0-5-1"
+ transform="rotate(90,263.20698,287.33181)"
+ xlink:href="#path554_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use423-2-8"
+ transform="rotate(90,238.62547,289.41272)"
+ xlink:href="#path118_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use426-0-5"
+ transform="rotate(90,295.78281,302.11697)"
+ xlink:href="#path119_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use429-2-9"
+ transform="rotate(90,291.58781,306.44197)"
+ xlink:href="#path120_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use432-4-7"
+ transform="rotate(90,287.32781,310.70197)"
+ xlink:href="#path121_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use450-3-5"
+ transform="rotate(90,283.08281,312.15697)"
+ xlink:href="#path126_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use468-73-3"
+ transform="rotate(90,294.62281,302.19697)"
+ xlink:href="#path132_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="rotate(90,312.98044,279.48306)"
+ id="g16606-27-8">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path426_fill"
+ transform="translate(35.779519,1.559634)"
+ id="use1377-9-3-4-5-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path427_fill"
+ transform="translate(37.459519,7.780634)"
+ id="use1380-9-0-2-7-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path428_fill"
+ transform="translate(37.459519,3.606634)"
+ id="use1383-9-3-01-5-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path429_fill"
+ transform="translate(37.459519,4.994634)"
+ id="use1386-4-3-3-2-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path430_fill"
+ transform="translate(37.459519,7.785634)"
+ id="use1389-9-7-0-2-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path422_fill"
+ transform="translate(38.979519,7.780634)"
+ id="use1392-8-9-0-8-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path431_fill"
+ transform="translate(38.979519,3.606634)"
+ id="use1395-1-4-4-6-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path424_fill"
+ transform="translate(38.979519,4.994634)"
+ id="use1398-6-9-8-6-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path432_fill"
+ transform="translate(38.979519,7.786634)"
+ id="use1401-3-9-2-0-3" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ transform="matrix(0,1,1,0,572.0022,-33.497378)"
+ id="g16606-2-0-3">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path426_fill"
+ transform="translate(35.779519,1.559634)"
+ id="use1377-9-3-4-0-9-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path427_fill"
+ transform="translate(37.459519,7.780634)"
+ id="use1380-9-0-2-2-1-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path428_fill"
+ transform="translate(37.459519,3.606634)"
+ id="use1383-9-3-01-4-2-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path429_fill"
+ transform="translate(37.459519,4.994634)"
+ id="use1386-4-3-3-5-6-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path430_fill"
+ transform="translate(37.459519,7.785634)"
+ id="use1389-9-7-0-8-9-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path422_fill"
+ transform="translate(38.979519,7.780634)"
+ id="use1392-8-9-0-4-4-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path431_fill"
+ transform="translate(38.979519,3.606634)"
+ id="use1395-1-4-4-0-8-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path424_fill"
+ transform="translate(38.979519,4.994634)"
+ id="use1398-6-9-8-8-2-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path432_fill"
+ transform="translate(38.979519,7.786634)"
+ id="use1401-3-9-2-4-8-7" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use69-7-9-7"
+ transform="rotate(90,258.31657,286.03552)"
+ xlink:href="#path3_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1098-4-6"
+ transform="rotate(90,259.84469,322.27562)"
+ xlink:href="#path338_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1101-4-4"
+ transform="rotate(90,262.38369,324.81462)"
+ xlink:href="#path339_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1104-06-3"
+ transform="rotate(90,261.53969,323.97062)"
+ xlink:href="#path340_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1107-0-0"
+ transform="rotate(90,259.84269,322.27362)"
+ xlink:href="#path341_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1110-2-3"
+ transform="rotate(90,258.73719,318.76812)"
+ xlink:href="#path342_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1098-28-0"
+ transform="rotate(90,263.45422,318.56501)"
+ xlink:href="#path338_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1101-43-9"
+ transform="rotate(90,265.99322,321.10401)"
+ xlink:href="#path339_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1104-1-2"
+ transform="rotate(90,265.14922,320.26001)"
+ xlink:href="#path340_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1107-1-5"
+ transform="rotate(90,263.45222,318.56301)"
+ xlink:href="#path341_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1110-1-4"
+ transform="rotate(90,262.34672,315.05751)"
+ xlink:href="#path342_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1098-9-0"
+ transform="rotate(90,267.15304,314.91213)"
+ xlink:href="#path338_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1101-0-5"
+ transform="rotate(90,269.69204,317.45113)"
+ xlink:href="#path339_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1104-00-9"
+ transform="rotate(90,268.84804,316.60713)"
+ xlink:href="#path340_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1107-25-4"
+ transform="rotate(90,267.15104,314.91013)"
+ xlink:href="#path341_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1110-7-6"
+ transform="rotate(90,266.04554,311.40463)"
+ xlink:href="#path342_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1833-6-9"
+ transform="rotate(90,275.73732,310.44461)"
+ xlink:href="#path566_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1836-9-22"
+ transform="rotate(90,274.94476,323.00554)"
+ xlink:href="#path567_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1839-1-4"
+ transform="rotate(90,274.18076,322.24154)"
+ xlink:href="#path568_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1842-9-7"
+ transform="rotate(90,275.73582,310.44311)"
+ xlink:href="#path569_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1845-8-7"
+ transform="rotate(90,271.97426,322.91504)"
+ xlink:href="#path566_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1848-7-54"
+ transform="rotate(90,273.50476,324.44554)"
+ xlink:href="#path570_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1851-6-8"
+ transform="rotate(90,272.74076,323.68154)"
+ xlink:href="#path571_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1854-51-1"
+ transform="rotate(90,271.97276,322.91354)"
+ xlink:href="#path572_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1857-1-2"
+ transform="rotate(90,270.52926,324.36004)"
+ xlink:href="#path566_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1860-48-8"
+ transform="rotate(90,272.05976,325.89054)"
+ xlink:href="#path573_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1863-5-9"
+ transform="rotate(90,271.29576,325.12654)"
+ xlink:href="#path574_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1866-7-3"
+ transform="rotate(90,270.52776,324.35854)"
+ xlink:href="#path575_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1869-6-6"
+ transform="rotate(90,269.08926,325.80004)"
+ xlink:href="#path566_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1872-6-8"
+ transform="rotate(90,270.61976,327.33054)"
+ xlink:href="#path576_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1875-9-0"
+ transform="rotate(90,269.85576,326.56654)"
+ xlink:href="#path574_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1878-1-2"
+ transform="rotate(90,269.08776,325.79854)"
+ xlink:href="#path577_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1881-4-1"
+ transform="rotate(90,267.64426,327.24504)"
+ xlink:href="#path566_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1884-3-0"
+ transform="rotate(90,269.17476,328.77554)"
+ xlink:href="#path578_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1887-6-5"
+ transform="rotate(90,268.41076,328.01154)"
+ xlink:href="#path579_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1890-7-1"
+ transform="rotate(90,267.64276,327.24354)"
+ xlink:href="#path580_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1893-69-1"
+ transform="rotate(90,266.20426,328.68504)"
+ xlink:href="#path566_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1896-7-08"
+ transform="rotate(90,267.73476,330.21554)"
+ xlink:href="#path581_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1899-6-5"
+ transform="rotate(90,266.97076,329.45154)"
+ xlink:href="#path579_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1902-0-0"
+ transform="rotate(90,266.20276,328.68354)"
+ xlink:href="#path580_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1992-90-6"
+ transform="rotate(90,274.36982,307.94711)"
+ xlink:href="#path604_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1995-7-4"
+ transform="rotate(90,269.13926,321.89004)"
+ xlink:href="#path605_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1998-6-6"
+ transform="rotate(90,266.25176,324.77254)"
+ xlink:href="#path606_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use9-0-80-6-2"
+ transform="rotate(90,261.51764,333.99004)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use9-0-80-8-5"
+ transform="rotate(90,258.11749,337.39019)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use9-0-80-7-8"
+ transform="rotate(90,254.71733,340.79035)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use9-0-80-76-6"
+ transform="rotate(90,261.08971,326.76179)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use9-0-80-6-6-2"
+ transform="rotate(90,264.9178,330.58988)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1836-9-5-8"
+ transform="rotate(90,267.73574,330.21456)"
+ xlink:href="#path567_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1848-7-3-4"
+ transform="rotate(90,266.29574,331.65456)"
+ xlink:href="#path570_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1860-48-7-7"
+ transform="rotate(90,264.85074,333.09956)"
+ xlink:href="#path573_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1872-6-6-2"
+ transform="rotate(90,263.41074,334.53956)"
+ xlink:href="#path576_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1884-3-9-4"
+ transform="rotate(90,261.96574,335.98456)"
+ xlink:href="#path578_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1896-7-7-0"
+ transform="rotate(90,260.52574,337.42456)"
+ xlink:href="#path581_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1836-9-2-6"
+ transform="rotate(90,260.52672,337.42358)"
+ xlink:href="#path567_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1848-7-6-2"
+ transform="rotate(90,259.08672,338.86358)"
+ xlink:href="#path570_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1860-48-4-9"
+ transform="rotate(90,257.64172,340.30858)"
+ xlink:href="#path573_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1872-6-0-9"
+ transform="rotate(90,256.20172,341.74858)"
+ xlink:href="#path576_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1884-3-7-0"
+ transform="rotate(90,254.75672,343.19358)"
+ xlink:href="#path578_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1836-9-4-8"
+ transform="rotate(90,282.15378,315.79652)"
+ xlink:href="#path567_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1848-7-0-1"
+ transform="rotate(90,280.71378,317.23652)"
+ xlink:href="#path570_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1860-48-1-3"
+ transform="rotate(90,279.26878,318.68152)"
+ xlink:href="#path573_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1872-6-2-1"
+ transform="rotate(90,277.82878,320.12152)"
+ xlink:href="#path576_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1884-3-8-1"
+ transform="rotate(90,276.38378,321.56652)"
+ xlink:href="#path578_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1896-7-0-0"
+ transform="rotate(90,274.94378,323.00652)"
+ xlink:href="#path581_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1836-9-1-3"
+ transform="rotate(90,276.90106,310.24211)"
+ xlink:href="#path567_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1848-7-5-4"
+ transform="rotate(90,275.46106,311.68211)"
+ xlink:href="#path570_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1860-48-2-0"
+ transform="rotate(90,274.01606,313.12711)"
+ xlink:href="#path573_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1872-6-07-3"
+ transform="rotate(90,272.57606,314.56711)"
+ xlink:href="#path576_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1884-3-1-9"
+ transform="rotate(90,271.13106,316.01211)"
+ xlink:href="#path578_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1896-7-6-1"
+ transform="rotate(90,269.69106,317.45211)"
+ xlink:href="#path581_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1836-9-49-9"
+ transform="rotate(90,275.19587,308.54637)"
+ xlink:href="#path567_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1848-7-53-6"
+ transform="rotate(90,273.75587,309.98637)"
+ xlink:href="#path570_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1860-48-5-9"
+ transform="rotate(90,272.31087,311.43137)"
+ xlink:href="#path573_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1872-6-1-3"
+ transform="rotate(90,270.87087,312.87137)"
+ xlink:href="#path576_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1884-3-10-3"
+ transform="rotate(90,269.42587,314.31637)"
+ xlink:href="#path578_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1896-7-07-8"
+ transform="rotate(90,267.98587,315.75637)"
+ xlink:href="#path581_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3537-6-0-0"
+ transform="rotate(90,275.61252,289.09344)"
+ xlink:href="#path1083_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3540-1-8-5"
+ transform="rotate(90,273.15252,286.63344)"
+ xlink:href="#path1084_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3543-5-1-6"
+ transform="rotate(90,275.56752,294.05844)"
+ xlink:href="#path1085_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3546-6-6-6"
+ transform="rotate(90,273.10752,291.59844)"
+ xlink:href="#path1086_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3549-1-4-4"
+ transform="rotate(90,270.64752,289.13844)"
+ xlink:href="#path1087_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3555-7-1-0"
+ transform="rotate(90,273.06252,296.56344)"
+ xlink:href="#path1089_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3558-1-4-0"
+ transform="rotate(90,270.60252,294.10344)"
+ xlink:href="#path1090_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3561-5-9-4"
+ transform="rotate(90,268.14252,291.64344)"
+ xlink:href="#path1088_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3564-7-8-6"
+ transform="rotate(90,273.92752,289.06844)"
+ xlink:href="#path1091_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3567-3-6-2"
+ transform="rotate(90,271.41252,291.58344)"
+ xlink:href="#path1092_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3573-1-2-6"
+ transform="rotate(90,273.92752,289.06844)"
+ xlink:href="#path1094_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3555-7-1-5-7"
+ transform="rotate(90,267.9043,296.6876)"
+ xlink:href="#path1089_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3558-1-4-2-5"
+ transform="rotate(90,265.4443,294.2276)"
+ xlink:href="#path1090_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3570-8-2-3-6"
+ transform="rotate(90,266.33497,296.69889)"
+ xlink:href="#path1093_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3555-7-1-5-2-9"
+ transform="rotate(90,280.70146,294.09962)"
+ xlink:href="#path1089_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3558-1-4-2-7-8"
+ transform="rotate(90,278.24146,291.63962)"
+ xlink:href="#path1090_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3570-8-2-3-3-7"
+ transform="rotate(90,279.13212,294.11091)"
+ xlink:href="#path1093_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2004-4-2-2-8-9-2"
+ transform="rotate(90,277.21605,315.97976)"
+ xlink:href="#path608_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2004-4-2-2-8-0-8"
+ transform="rotate(90,274.63183,318.56398)"
+ xlink:href="#path608_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use2004-4-2-2-8-1-2"
+ transform="rotate(90,279.80025,313.39556)"
+ xlink:href="#path608_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1836-9-50-9"
+ transform="rotate(90,274.1409,322.21114)"
+ xlink:href="#path567_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1836-9-4-6-9"
+ transform="rotate(90,281.34992,315.00212)"
+ xlink:href="#path567_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1848-7-0-9-6"
+ transform="rotate(90,279.90992,316.44212)"
+ xlink:href="#path570_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1860-48-1-7-0"
+ transform="rotate(90,278.46492,317.88712)"
+ xlink:href="#path573_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1872-6-2-9-2"
+ transform="rotate(90,277.02492,319.32712)"
+ xlink:href="#path576_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1884-3-8-2-7"
+ transform="rotate(90,275.57992,320.77212)"
+ xlink:href="#path578_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1896-7-0-8-6"
+ transform="rotate(90,274.13992,322.21212)"
+ xlink:href="#path581_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1836-9-9-1"
+ transform="rotate(90,273.37802,321.41184)"
+ xlink:href="#path567_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1836-9-4-9-3"
+ transform="rotate(90,280.58704,314.20282)"
+ xlink:href="#path567_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1848-7-0-8-2"
+ transform="rotate(90,279.14704,315.64282)"
+ xlink:href="#path570_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1860-48-1-9-1"
+ transform="rotate(90,277.70204,317.08782)"
+ xlink:href="#path573_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1872-6-2-3-5"
+ transform="rotate(90,276.26204,318.52782)"
+ xlink:href="#path576_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1884-3-8-6-9"
+ transform="rotate(90,274.81704,319.97282)"
+ xlink:href="#path578_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1896-7-0-3-9"
+ transform="rotate(90,273.37704,321.41282)"
+ xlink:href="#path581_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use345-6-1"
+ transform="rotate(90,286.56348,302.10607)"
+ xlink:href="#path93_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use348-0-4"
+ transform="rotate(90,284.72348,302.21607)"
+ xlink:href="#path94_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use345-4-9"
+ transform="rotate(90,282.33626,306.60898)"
+ xlink:href="#path93_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use348-49-10"
+ transform="rotate(90,280.49626,306.71898)"
+ xlink:href="#path94_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1266-9-8"
+ transform="translate(423.36257,109.25113)"
+ xlink:href="#path390_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1269-1-0"
+ transform="translate(426.66257,112.54413)"
+ xlink:href="#path391_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1272-3-42"
+ transform="translate(428.02257,113.80213)"
+ xlink:href="#path392_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1275-4-9"
+ transform="translate(430.18257,115.90813)"
+ xlink:href="#path393_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1278-5-6"
+ transform="translate(411.63257,114.03013)"
+ xlink:href="#path394_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1281-8-1"
+ transform="translate(415.11257,113.05513)"
+ xlink:href="#path395_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1284-5-0"
+ transform="translate(415.11257,120.83213)"
+ xlink:href="#path396_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1287-7-4"
+ transform="translate(418.59257,117.43113)"
+ xlink:href="#path397_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1290-3-2"
+ transform="translate(410.63257,117.43113)"
+ xlink:href="#path397_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1293-3-2"
+ transform="translate(417.57257,114.33713)"
+ xlink:href="#path398_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1296-8-2"
+ transform="translate(411.95257,119.83613)"
+ xlink:href="#path399_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1299-9-0"
+ transform="translate(417.57257,119.83613)"
+ xlink:href="#path400_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1302-5-5"
+ transform="translate(411.95257,114.33713)"
+ xlink:href="#path401_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1305-5-5"
+ transform="translate(416.42257,113.37513)"
+ xlink:href="#path402_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1308-3-2"
+ transform="translate(413.43257,120.58313)"
+ xlink:href="#path403_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1311-8-9"
+ transform="translate(418.34257,118.70813)"
+ xlink:href="#path404_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1314-6-0"
+ transform="translate(410.96257,115.78713)"
+ xlink:href="#path405_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1317-0-28"
+ transform="translate(418.32257,115.72513)"
+ xlink:href="#path406_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1320-3-3"
+ transform="translate(410.99257,118.75613)"
+ xlink:href="#path407_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1323-3-80"
+ transform="translate(416.47257,120.56313)"
+ xlink:href="#path408_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1326-6-40"
+ transform="translate(413.37257,113.40113)"
+ xlink:href="#path409_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1329-1-91"
+ transform="translate(412.79257,115.05313)"
+ xlink:href="#path410_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1332-8-96"
+ transform="translate(413.66257,116.01513)"
+ xlink:href="#path411_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1335-7-2"
+ transform="translate(418.43257,116.38713)"
+ xlink:href="#path412_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1338-0-5"
+ transform="translate(436.73257,116.38713)"
+ xlink:href="#path413_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1341-5-4"
+ transform="translate(433.95257,123.13313)"
+ xlink:href="#path414_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1344-1-4"
+ transform="translate(428.05257,123.13313)"
+ xlink:href="#path415_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1347-1-9"
+ transform="translate(405.39257,116.38713)"
+ xlink:href="#path416_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1350-0-93"
+ transform="translate(442.95257,106.75313)"
+ xlink:href="#path417_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1353-3-6"
+ transform="translate(444.63257,112.97413)"
+ xlink:href="#path418_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1356-0-0"
+ transform="translate(444.63257,108.80013)"
+ xlink:href="#path419_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1359-0-5"
+ transform="translate(444.63257,110.18813)"
+ xlink:href="#path420_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1362-4-0"
+ transform="translate(444.63257,112.97913)"
+ xlink:href="#path421_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1365-5-29"
+ transform="translate(446.15257,112.97413)"
+ xlink:href="#path422_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1368-4-4"
+ transform="translate(446.15257,108.80013)"
+ xlink:href="#path423_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1371-2-3"
+ transform="translate(446.15257,110.18813)"
+ xlink:href="#path424_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1374-4-5"
+ transform="translate(446.15257,112.97913)"
+ xlink:href="#path425_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1377-9-1"
+ transform="translate(450.65257,106.75313)"
+ xlink:href="#path426_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1380-9-7"
+ transform="translate(452.33257,112.97413)"
+ xlink:href="#path427_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1383-9-4"
+ transform="translate(452.33257,108.80013)"
+ xlink:href="#path428_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1386-4-31"
+ transform="translate(452.33257,110.18813)"
+ xlink:href="#path429_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1389-9-4"
+ transform="translate(452.33257,112.97913)"
+ xlink:href="#path430_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1392-8-6"
+ transform="translate(453.85257,112.97413)"
+ xlink:href="#path422_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1395-1-94"
+ transform="translate(453.85257,108.80013)"
+ xlink:href="#path431_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1398-6-2"
+ transform="translate(453.85257,110.18813)"
+ xlink:href="#path424_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1401-3-2"
+ transform="translate(453.85257,112.98013)"
+ xlink:href="#path432_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1404-9-6"
+ transform="translate(441.49257,118.23613)"
+ xlink:href="#path433_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1407-3-4"
+ transform="translate(442.94257,119.72313)"
+ xlink:href="#path434_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1410-3-1"
+ transform="translate(420.63257,120.23813)"
+ xlink:href="#path435_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1413-4-2"
+ transform="translate(407.43257,112.18313)"
+ xlink:href="#path436_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1416-6-8"
+ transform="translate(407.43257,104.85013)"
+ xlink:href="#path437_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1419-1-8"
+ transform="translate(422.49257,104.85013)"
+ xlink:href="#path438_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1422-5-9"
+ transform="translate(409.59257,112.18313)"
+ xlink:href="#path439_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1425-6-2"
+ transform="translate(409.59257,106.95613)"
+ xlink:href="#path440_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1428-1-8"
+ transform="translate(422.49257,106.95613)"
+ xlink:href="#path441_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1431-7-8"
+ transform="translate(419.49257,103.13213)"
+ xlink:href="#path442_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1434-2-8"
+ transform="translate(420.99257,103.13213)"
+ xlink:href="#path443_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1437-2-6"
+ transform="translate(409.66257,123.13413)"
+ xlink:href="#path444_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1440-9-8"
+ transform="translate(453.89257,123.13313)"
+ xlink:href="#path445_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1443-2-3"
+ transform="translate(405.65257,109.25913)"
+ xlink:href="#path446_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1446-8-8"
+ transform="translate(405.65257,110.72113)"
+ xlink:href="#path447_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1449-1-3"
+ transform="translate(459.90257,117.70313)"
+ xlink:href="#path448_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1788-7-2"
+ transform="translate(398.93095,123.01614)"
+ xlink:href="#path553_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1791-0-6"
+ transform="translate(405.44095,123.02014)"
+ xlink:href="#path554_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1806-9-2"
+ transform="translate(398.86876,116.39497)"
+ xlink:href="#path559_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1809-6-6"
+ transform="translate(405.41876,116.40197)"
+ xlink:href="#path560_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use147-0"
+ transform="translate(411.10438,130.36984)"
+ xlink:href="#path30_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use183-9"
+ transform="translate(391.26438,128.14984)"
+ xlink:href="#path41_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use228-7"
+ transform="translate(394.77438,141.37984)"
+ xlink:href="#path56_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use231-5"
+ transform="translate(394.77438,136.73984)"
+ xlink:href="#path57_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use234-9"
+ transform="translate(394.77438,135.20984)"
+ xlink:href="#path58_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use237-7"
+ transform="translate(396.14438,132.88984)"
+ xlink:href="#path59_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use240-8"
+ transform="translate(400.24438,132.11984)"
+ xlink:href="#path60_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use243-5"
+ transform="translate(401.61438,132.88984)"
+ xlink:href="#path61_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use246-3"
+ transform="translate(405.71438,135.20984)"
+ xlink:href="#path62_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use249-3"
+ transform="translate(405.71438,136.73984)"
+ xlink:href="#path63_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use252-8"
+ transform="translate(405.71438,141.37984)"
+ xlink:href="#path64_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use255-3"
+ transform="translate(401.61438,142.13984)"
+ xlink:href="#path65_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use258-7"
+ transform="translate(400.24438,144.45984)"
+ xlink:href="#path66_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use261-9"
+ transform="translate(396.14438,142.13984)"
+ xlink:href="#path67_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use408-3"
+ transform="translate(508.69277,8.69646)"
+ xlink:href="#path113_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use411-7"
+ transform="translate(508.69277,10.36646)"
+ xlink:href="#path114_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3258-8"
+ transform="translate(439.09895,61.406922)"
+ xlink:href="#path995_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3282-7"
+ transform="translate(453.81895,54.936922)"
+ xlink:href="#path1003_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3330-4"
+ transform="translate(410.87895,61.816922)"
+ xlink:href="#path1019_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3333-1"
+ transform="translate(410.87895,59.536922)"
+ xlink:href="#path1020_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3336-9"
+ transform="translate(419.82895,59.536922)"
+ xlink:href="#path1021_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3339-0"
+ transform="translate(415.23895,59.526922)"
+ xlink:href="#path1022_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3342-9"
+ transform="translate(413.70895,59.536922)"
+ xlink:href="#path1023_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3345-8"
+ transform="translate(419.82895,59.536922)"
+ xlink:href="#path1024_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3348-8"
+ transform="translate(410.87895,57.246922)"
+ xlink:href="#path1025_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use306-5-5"
+ transform="translate(410.46638,3.61911)"
+ xlink:href="#path81_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use309-4-8"
+ transform="translate(420.23638,13.10911)"
+ xlink:href="#path82_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use312-4-4"
+ transform="translate(422.25638,15.13911)"
+ xlink:href="#path83_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use315-9-3"
+ transform="translate(423.15638,7.84911)"
+ xlink:href="#path84_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use318-9-7"
+ transform="translate(423.15638,24.18911)"
+ xlink:href="#path84_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use321-3-1"
+ transform="translate(414.78638,16.01911)"
+ xlink:href="#path85_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use324-6-3"
+ transform="translate(429.67638,10.83911)"
+ xlink:href="#path86_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use327-0-8"
+ transform="translate(417.84638,22.38911)"
+ xlink:href="#path87_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use330-5-0"
+ transform="translate(429.67638,22.38911)"
+ xlink:href="#path88_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use333-0-9"
+ transform="translate(417.84638,10.83911)"
+ xlink:href="#path89_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use336-2-7"
+ transform="translate(427.74638,34.94911)"
+ xlink:href="#path90_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use339-9-9"
+ transform="translate(406.58638,-0.18089)"
+ xlink:href="#path91_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use345-3-9"
+ transform="translate(434.16638,22.73911)"
+ xlink:href="#path93_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use348-5-3"
+ transform="translate(436.11638,24.46911)"
+ xlink:href="#path94_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use351-1-2"
+ transform="translate(440.26638,16.72911)"
+ xlink:href="#path95_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use354-7-4"
+ transform="translate(442.20638,18.44911)"
+ xlink:href="#path96_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use357-4-3"
+ transform="translate(446.35638,11.50911)"
+ xlink:href="#path97_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use360-3-7"
+ transform="translate(448.29638,13.23911)"
+ xlink:href="#path98_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use363-1-1"
+ transform="translate(452.44638,7.08911)"
+ xlink:href="#path99_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use366-4-2"
+ transform="translate(454.39638,8.81911)"
+ xlink:href="#path100_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use369-6-2"
+ transform="translate(432.61638,7.08911)"
+ xlink:href="#path101_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use372-9-0"
+ transform="translate(434.16638,5.63911)"
+ xlink:href="#path102_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use375-4-2"
+ transform="translate(441.01638,12.38911)"
+ xlink:href="#path103_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use378-2-1"
+ transform="translate(442.27638,11.37911)"
+ xlink:href="#path104_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use381-2-7"
+ transform="translate(442.27638,10.23911)"
+ xlink:href="#path105_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use384-6-5"
+ transform="translate(442.27638,9.10911)"
+ xlink:href="#path106_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use387-4-1"
+ transform="translate(442.27638,11.37911)"
+ xlink:href="#path107_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use390-1-7"
+ transform="translate(441.24638,37.08911)"
+ xlink:href="#path108_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use396-8-4"
+ transform="translate(430.65638,35.00911)"
+ xlink:href="#path110_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use405-2-1"
+ transform="translate(430.65638,35.00911)"
+ xlink:href="#path112_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use411-8-7"
+ transform="translate(459.79638,1.66911)"
+ xlink:href="#path114_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use414-8-1"
+ transform="translate(459.79638,35.01911)"
+ xlink:href="#path115_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use417-6-1"
+ transform="translate(430.65638,-8.9000179e-4)"
+ xlink:href="#path116_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use420-8-1"
+ transform="translate(442.68638,38.27911)"
+ xlink:href="#path117_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use423-3-7"
+ transform="translate(400.91638,48.379111)"
+ xlink:href="#path118_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use426-8-0"
+ transform="translate(409.43638,48.509111)"
+ xlink:href="#path119_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use429-3-4"
+ transform="translate(417.95638,48.379111)"
+ xlink:href="#path120_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use432-3-0"
+ transform="translate(426.47638,48.379111)"
+ xlink:href="#path121_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use435-3-8"
+ transform="translate(400.91638,40.76911)"
+ xlink:href="#path122_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use438-8-5"
+ transform="translate(402.36638,41.97911)"
+ xlink:href="#path123_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use441-0-1"
+ transform="translate(409.43638,40.76911)"
+ xlink:href="#path122_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use444-4-6"
+ transform="translate(417.95638,40.89911)"
+ xlink:href="#path124_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use447-7-6"
+ transform="translate(436.83638,41.59911)"
+ xlink:href="#path125_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use450-6-2"
+ transform="translate(432.17638,51.169111)"
+ xlink:href="#path126_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use453-8-1"
+ transform="translate(433.72638,51.169111)"
+ xlink:href="#path127_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use456-9-9"
+ transform="translate(436.83638,51.169111)"
+ xlink:href="#path128_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use459-0-6"
+ transform="translate(443.02638,44.25911)"
+ xlink:href="#path129_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use462-6-4"
+ transform="translate(453.27638,44.28911)"
+ xlink:href="#path130_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use465-8-8"
+ transform="translate(451.10638,44.25911)"
+ xlink:href="#path131_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use468-7-0"
+ transform="translate(410.67638,49.589111)"
+ xlink:href="#path132_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use471-9-8"
+ transform="translate(402.15638,34.29911)"
+ xlink:href="#path133_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use924-8-1"
+ transform="translate(399.04444,13.40139)"
+ xlink:href="#path280_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use9-0-02"
+ transform="translate(463.62196,1.638764)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use12-8-2"
+ transform="translate(463.81196,8.978764)"
+ xlink:href="#path2_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use15-6-9"
+ transform="translate(463.62196,16.218763)"
+ xlink:href="#path3_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use18-2-7"
+ transform="translate(463.62196,23.508763)"
+ xlink:href="#path4_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use21-4-5"
+ transform="translate(463.81196,30.838763)"
+ xlink:href="#path5_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1662-1-6"
+ transform="translate(401.6307,58.385456)"
+ xlink:href="#path514_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1665-0-4"
+ transform="translate(404.8107,58.385456)"
+ xlink:href="#path514_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1668-8-6"
+ transform="translate(398.4607,58.385456)"
+ xlink:href="#path515_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="translate(410.37044,-135.45718)"
+ id="g12032-3">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path729_fill"
+ transform="translate(79.95959,194.37189)"
+ id="use2388-5-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path730_fill"
+ transform="translate(64.47959,169.63189)"
+ id="use2391-9-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path731_fill"
+ transform="translate(62.54959,166.54589)"
+ id="use2394-2-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path732_fill"
+ transform="translate(64.47959,141.80689)"
+ id="use2397-7-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path733_fill"
+ transform="translate(79.95959,138.72189)"
+ id="use2400-3-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path734_fill"
+ transform="translate(81.88959,141.80689)"
+ id="use2403-6-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path736_fill"
+ transform="translate(81.88959,169.63289)"
+ id="use2409-7-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path737_fill"
+ transform="translate(79.95959,190.08889)"
+ id="use2412-9-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path738_fill"
+ transform="translate(67.32959,169.90489)"
+ id="use2415-7-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path739_fill"
+ transform="translate(65.22959,166.54589)"
+ id="use2418-2-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path740_fill"
+ transform="translate(67.32959,146.36089)"
+ id="use2421-2-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path741_fill"
+ transform="translate(79.95959,143.00489)"
+ id="use2424-1-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path742_fill"
+ transform="translate(82.05959,146.36089)"
+ id="use2427-6-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path743_fill"
+ transform="translate(94.67959,166.54589)"
+ id="use2430-3-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path744_fill"
+ transform="translate(82.05959,169.90489)"
+ id="use2433-0-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path745_fill"
+ transform="translate(79.95959,185.80689)"
+ id="use2436-2-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path746_fill"
+ transform="translate(69.91959,169.74989)"
+ id="use2439-1-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path747_fill"
+ transform="translate(67.90959,166.54589)"
+ id="use2442-5-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path748_fill"
+ transform="translate(69.91959,150.49189)"
+ id="use2445-6-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path749_fill"
+ transform="translate(79.95959,147.28689)"
+ id="use2448-5-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path750_fill"
+ transform="translate(81.95959,150.49289)"
+ id="use2451-0-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path751_fill"
+ transform="translate(91.99959,166.54589)"
+ id="use2454-0-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path752_fill"
+ transform="translate(81.95959,169.75089)"
+ id="use2457-3-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path753_fill"
+ transform="translate(79.95959,181.52289)"
+ id="use2460-4-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path754_fill"
+ transform="translate(72.45959,169.53689)"
+ id="use2463-6-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path755_fill"
+ transform="translate(70.58959,166.54589)"
+ id="use2466-6-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path756_fill"
+ transform="translate(72.45959,154.55989)"
+ id="use2469-0-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path757_fill"
+ transform="translate(79.95959,151.56989)"
+ id="use2472-2-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path758_fill"
+ transform="translate(81.82959,154.55989)"
+ id="use2475-5-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path759_fill"
+ transform="translate(89.31959,166.54589)"
+ id="use2478-8-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path760_fill"
+ transform="translate(81.82959,169.53689)"
+ id="use2481-9-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path761_fill"
+ transform="translate(79.95959,177.23889)"
+ id="use2484-5-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path762_fill"
+ transform="translate(75.48959,170.10589)"
+ id="use2487-0-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path763_fill"
+ transform="translate(73.26959,166.54589)"
+ id="use2490-6-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path764_fill"
+ transform="translate(75.49959,159.41189)"
+ id="use2493-0-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path765_fill"
+ transform="translate(79.95959,155.85189)"
+ id="use2496-8-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path766_fill"
+ transform="translate(82.17959,159.41189)"
+ id="use2499-3-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path767_fill"
+ transform="translate(86.63959,166.54589)"
+ id="use2502-7-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path768_fill"
+ transform="translate(82.17959,170.10589)"
+ id="use2505-8-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path769_fill"
+ transform="translate(79.95959,172.95689)"
+ id="use2508-2-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path770_fill"
+ transform="translate(77.94959,169.74589)"
+ id="use2511-1-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path771_fill"
+ transform="translate(75.94959,166.54589)"
+ id="use2514-0-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path772_fill"
+ transform="translate(77.94959,163.33589)"
+ id="use2517-5-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path773_fill"
+ transform="translate(79.95959,160.13689)"
+ id="use2520-8-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path774_fill"
+ transform="translate(81.95959,163.33589)"
+ id="use2523-5-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path775_fill"
+ transform="translate(83.96959,166.54589)"
+ id="use2526-5-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path776_fill"
+ transform="translate(81.95959,169.74589)"
+ id="use2529-0-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path777_fill"
+ transform="translate(79.95959,168.67389)"
+ id="use2532-7-9" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path778_fill"
+ transform="translate(78.61959,166.54589)"
+ id="use2535-3-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path779_fill"
+ transform="translate(79.95959,164.41989)"
+ id="use2538-8-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path780_fill"
+ transform="translate(81.28959,166.54589)"
+ id="use2541-2-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path792_fill"
+ transform="translate(68.84959,177.58889)"
+ id="use2577-1-7" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path793_fill"
+ transform="translate(78.59959,137.30889)"
+ id="use2580-1-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path794_fill"
+ transform="translate(86.09959,162.27389)"
+ id="use2583-9-5" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use9-0-0-7"
+ transform="translate(471.14552,1.591665)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use9-0-8-1"
+ transform="translate(479.2031,1.396724)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use12-8-9-3"
+ transform="translate(471.62769,8.915812)"
+ xlink:href="#path2_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1737-0-8-3"
+ transform="translate(470.58814,20.777465)"
+ xlink:href="#path535_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1740-3-8-3"
+ transform="translate(470.58814,19.818465)"
+ xlink:href="#path537_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1743-2-0-8"
+ transform="translate(470.58814,17.158465)"
+ xlink:href="#path538_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1746-1-3-5"
+ transform="translate(475.20814,16.199465)"
+ xlink:href="#path539_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3555-7-3-2-1"
+ transform="translate(463.77084,37.985686)"
+ xlink:href="#path1089_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3558-1-3-9-0"
+ transform="translate(463.77084,42.905686)"
+ xlink:href="#path1090_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3570-8-3-0-8"
+ transform="translate(465.43084,39.605686)"
+ xlink:href="#path1093_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1116-3-7"
+ transform="translate(490.30369,58.822874)"
+ xlink:href="#path344_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1119-0-6"
+ transform="translate(490.30369,60.514874)"
+ xlink:href="#path345_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1101-36-9-35"
+ transform="translate(472.15369,57.540849)"
+ xlink:href="#path339_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1104-0-4-0"
+ transform="translate(472.15369,59.228849)"
+ xlink:href="#path340_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1107-2-6-8"
+ transform="translate(472.15369,62.622849)"
+ xlink:href="#path341_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1101-36-8-0"
+ transform="translate(472.15369,50.912846)"
+ xlink:href="#path339_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1104-0-3-4"
+ transform="translate(472.15369,52.600846)"
+ xlink:href="#path340_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1107-2-2-1"
+ transform="translate(472.15369,55.994846)"
+ xlink:href="#path341_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1101-36-9-3-1"
+ transform="translate(472.15369,48.970107)"
+ xlink:href="#path339_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1101-36-8-6-3"
+ transform="translate(472.15369,42.342104)"
+ xlink:href="#path339_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1104-0-3-2-5"
+ transform="translate(472.15369,44.030104)"
+ xlink:href="#path340_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1107-2-2-2-9"
+ transform="translate(472.15369,47.424104)"
+ xlink:href="#path341_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1785-4-3"
+ transform="translate(520.46073,48.512078)"
+ xlink:href="#path552_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1824-4-41"
+ transform="translate(519.06365,48.588303)"
+ xlink:href="#path565_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3162-3-50"
+ transform="rotate(-90,277.30691,-230.11909)"
+ xlink:href="#path963_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1788-7-8-8"
+ transform="translate(523.20426,48.48064)"
+ xlink:href="#path553_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1791-0-5-3"
+ transform="translate(521.87748,48.546746)"
+ xlink:href="#path554_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use423-2-5"
+ transform="translate(495.56681,1.055755)"
+ xlink:href="#path118_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use426-0-6"
+ transform="translate(504.08681,1.185755)"
+ xlink:href="#path119_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use429-2-5"
+ transform="translate(512.60681,1.055755)"
+ xlink:href="#path120_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use432-4-9"
+ transform="translate(521.12681,1.055755)"
+ xlink:href="#path121_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use450-3-9"
+ transform="translate(526.82681,3.845755)"
+ xlink:href="#path126_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use468-73-0"
+ transform="translate(505.32681,2.265755)"
+ xlink:href="#path132_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="translate(470.69594,47.977976)"
+ id="g16606-27-7">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path426_fill"
+ transform="translate(35.779519,1.559634)"
+ id="use1377-9-3-4-5-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path427_fill"
+ transform="translate(37.459519,7.780634)"
+ id="use1380-9-0-2-7-37" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path428_fill"
+ transform="translate(37.459519,3.606634)"
+ id="use1383-9-3-01-5-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path429_fill"
+ transform="translate(37.459519,4.994634)"
+ id="use1386-4-3-3-2-1" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path430_fill"
+ transform="translate(37.459519,7.785634)"
+ id="use1389-9-7-0-2-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path422_fill"
+ transform="translate(38.979519,7.780634)"
+ id="use1392-8-9-0-8-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path431_fill"
+ transform="translate(38.979519,3.606634)"
+ id="use1395-1-4-4-6-6" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path424_fill"
+ transform="translate(38.979519,4.994634)"
+ id="use1398-6-9-8-6-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path432_fill"
+ transform="translate(38.979519,7.786634)"
+ id="use1401-3-9-2-0-0" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use3537-6-0-8"
+ transform="translate(511.23356,34.379577)"
+ xlink:href="#path1083_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3540-1-8-1"
+ transform="translate(511.23356,39.299577)"
+ xlink:href="#path1084_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3543-5-1-2"
+ transform="translate(516.24356,29.459577)"
+ xlink:href="#path1085_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3546-6-6-2"
+ transform="translate(516.24356,34.379577)"
+ xlink:href="#path1086_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3549-1-4-6"
+ transform="translate(516.24356,39.299577)"
+ xlink:href="#path1087_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3555-7-1-9"
+ transform="translate(521.25356,29.459577)"
+ xlink:href="#path1089_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3558-1-4-1"
+ transform="translate(521.25356,34.379577)"
+ xlink:href="#path1090_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3561-5-9-0"
+ transform="translate(521.25356,39.299577)"
+ xlink:href="#path1088_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3564-7-8-4"
+ transform="translate(512.89356,36.089577)"
+ xlink:href="#path1091_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3567-3-6-27"
+ transform="translate(517.92356,36.089577)"
+ xlink:href="#path1092_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3573-1-2-4"
+ transform="translate(512.89356,36.089577)"
+ xlink:href="#path1094_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3570-8-2-3-0"
+ transform="translate(529.72674,40.797439)"
+ xlink:href="#path1093_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3555-7-1-5-2-3"
+ transform="translate(511.15081,24.284456)"
+ xlink:href="#path1089_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3558-1-4-2-7-2"
+ transform="translate(511.15081,29.204456)"
+ xlink:href="#path1090_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3570-8-2-3-3-8"
+ transform="translate(512.73144,25.842502)"
+ xlink:href="#path1093_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use345-6-0"
+ transform="translate(513.29523,10.415989)"
+ xlink:href="#path93_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use348-0-3"
+ transform="translate(515.24523,12.145989)"
+ xlink:href="#path94_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use345-4-7"
+ transform="translate(522.02536,10.140301)"
+ xlink:href="#path93_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use348-49-0"
+ transform="translate(523.97536,11.870301)"
+ xlink:href="#path94_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1824-4-41-0"
+ transform="translate(529.70433,48.293847)"
+ xlink:href="#path565_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1785-4-3-3"
+ transform="translate(520.47713,59.035489)"
+ xlink:href="#path552_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1788-7-8-8-4"
+ transform="translate(523.22066,59.004051)"
+ xlink:href="#path553_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1791-0-5-3-9"
+ transform="translate(521.89388,59.070157)"
+ xlink:href="#path554_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3570-8-2-3-0-2"
+ transform="translate(531.65471,40.797439)"
+ xlink:href="#path1093_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3570-8-2-3-0-7"
+ transform="translate(533.58259,40.797439)"
+ xlink:href="#path1093_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3570-8-2-3-0-4"
+ transform="translate(535.51053,40.797439)"
+ xlink:href="#path1093_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3570-8-2-3-0-25"
+ transform="translate(537.43844,40.797439)"
+ xlink:href="#path1093_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3570-8-2-3-0-24"
+ transform="translate(539.36633,40.797439)"
+ xlink:href="#path1093_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use9-0-4"
+ transform="translate(522.05765,102.8032)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use12-8-3"
+ transform="translate(522.24765,110.1432)"
+ xlink:href="#path2_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use15-6-8"
+ transform="translate(522.05765,117.3832)"
+ xlink:href="#path3_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use18-2-6"
+ transform="translate(522.05765,124.6732)"
+ xlink:href="#path4_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use21-4-0"
+ transform="translate(522.24765,132.0032)"
+ xlink:href="#path5_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use9-0-0-8"
+ transform="translate(529.58121,102.7561)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use9-0-8-9"
+ transform="translate(537.63879,102.56116)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use12-8-9-2"
+ transform="translate(530.06338,110.08025)"
+ xlink:href="#path2_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1737-0-8-2"
+ transform="translate(529.02383,121.9419)"
+ xlink:href="#path535_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1740-3-8-31"
+ transform="translate(529.02383,120.9829)"
+ xlink:href="#path537_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1743-2-0-83"
+ transform="translate(529.02383,118.3229)"
+ xlink:href="#path538_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1746-1-3-4"
+ transform="translate(533.64383,117.3639)"
+ xlink:href="#path539_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3555-7-3-2-2"
+ transform="translate(522.20653,139.15012)"
+ xlink:href="#path1089_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3558-1-3-9-2"
+ transform="translate(522.20653,144.07012)"
+ xlink:href="#path1090_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3570-8-3-0-4"
+ transform="translate(523.86653,140.77012)"
+ xlink:href="#path1093_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1101-36-8-6-5"
+ transform="translate(530.58938,143.50654)"
+ xlink:href="#path339_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use1104-0-3-2-1"
+ transform="translate(530.58938,145.19454)"
+ xlink:href="#path340_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use306-5-7"
+ transform="translate(468.08747,63.761022)"
+ xlink:href="#path81_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use309-4-1"
+ transform="translate(477.85747,73.251022)"
+ xlink:href="#path82_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use312-4-6"
+ transform="translate(479.87747,75.281022)"
+ xlink:href="#path83_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use315-9-9"
+ transform="translate(480.77747,67.991022)"
+ xlink:href="#path84_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use318-9-8"
+ transform="translate(480.77747,84.331022)"
+ xlink:href="#path84_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use321-3-13"
+ transform="translate(472.40747,76.161022)"
+ xlink:href="#path85_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use324-6-33"
+ transform="translate(487.29747,70.981022)"
+ xlink:href="#path86_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use327-0-7"
+ transform="translate(475.46747,82.531022)"
+ xlink:href="#path87_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use330-5-9"
+ transform="translate(487.29747,82.531022)"
+ xlink:href="#path88_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use333-0-8"
+ transform="translate(475.46747,70.981022)"
+ xlink:href="#path89_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use336-2-6"
+ transform="translate(485.36747,95.091022)"
+ xlink:href="#path90_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use339-9-7"
+ transform="translate(464.20747,59.961022)"
+ xlink:href="#path91_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use345-3-0"
+ transform="translate(491.78747,82.881022)"
+ xlink:href="#path93_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use348-5-4"
+ transform="translate(493.73747,84.611022)"
+ xlink:href="#path94_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use351-1-8"
+ transform="translate(497.88747,76.871022)"
+ xlink:href="#path95_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use354-7-48"
+ transform="translate(499.82747,78.591022)"
+ xlink:href="#path96_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use357-4-1"
+ transform="translate(503.97747,71.651022)"
+ xlink:href="#path97_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use360-3-6"
+ transform="translate(505.91747,73.381022)"
+ xlink:href="#path98_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use363-1-8"
+ transform="translate(510.06747,67.231022)"
+ xlink:href="#path99_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use366-4-5"
+ transform="translate(512.01747,68.961022)"
+ xlink:href="#path100_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use369-6-21"
+ transform="translate(490.23747,67.231022)"
+ xlink:href="#path101_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use372-9-9"
+ transform="translate(491.78747,65.781022)"
+ xlink:href="#path102_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use375-4-9"
+ transform="translate(498.63747,72.531022)"
+ xlink:href="#path103_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use378-2-6"
+ transform="translate(499.89747,71.521022)"
+ xlink:href="#path104_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use381-2-0"
+ transform="translate(499.89747,70.381022)"
+ xlink:href="#path105_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use384-6-6"
+ transform="translate(499.89747,69.251022)"
+ xlink:href="#path106_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use387-4-4"
+ transform="translate(499.89747,71.521022)"
+ xlink:href="#path107_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use390-1-9"
+ transform="translate(498.86747,97.231022)"
+ xlink:href="#path108_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use396-8-9"
+ transform="translate(488.27747,95.151022)"
+ xlink:href="#path110_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use405-2-0"
+ transform="translate(488.27747,95.151022)"
+ xlink:href="#path112_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use411-8-8"
+ transform="translate(517.41747,61.811022)"
+ xlink:href="#path114_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use414-8-9"
+ transform="translate(517.41747,95.161022)"
+ xlink:href="#path115_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use417-6-3"
+ transform="translate(488.27747,60.141022)"
+ xlink:href="#path116_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use420-8-14"
+ transform="translate(500.30747,98.421022)"
+ xlink:href="#path117_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use423-3-8"
+ transform="translate(458.53747,108.52102)"
+ xlink:href="#path118_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use426-8-9"
+ transform="translate(467.05747,108.65102)"
+ xlink:href="#path119_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use432-3-7"
+ transform="translate(484.09747,108.52102)"
+ xlink:href="#path121_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use435-3-7"
+ transform="translate(458.53747,100.91102)"
+ xlink:href="#path122_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use438-8-3"
+ transform="translate(459.98747,102.12102)"
+ xlink:href="#path123_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use441-0-7"
+ transform="translate(467.05747,100.91102)"
+ xlink:href="#path122_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use444-4-1"
+ transform="translate(475.57747,101.04102)"
+ xlink:href="#path124_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use447-7-2"
+ transform="translate(494.45747,101.74102)"
+ xlink:href="#path125_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use450-6-21"
+ transform="translate(489.79747,111.31102)"
+ xlink:href="#path126_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use453-8-5"
+ transform="translate(491.34747,111.31102)"
+ xlink:href="#path127_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use456-9-0"
+ transform="translate(494.45747,111.31102)"
+ xlink:href="#path128_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use459-0-9"
+ transform="translate(500.64747,104.40102)"
+ xlink:href="#path129_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use462-6-0"
+ transform="translate(510.89747,104.43102)"
+ xlink:href="#path130_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use465-8-4"
+ transform="translate(508.72747,104.40102)"
+ xlink:href="#path131_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use468-7-01"
+ transform="translate(468.29747,109.73102)"
+ xlink:href="#path132_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use471-9-3"
+ transform="translate(459.77747,94.441022)"
+ xlink:href="#path133_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use909-0-7"
+ transform="translate(454.76553,85.423302)"
+ xlink:href="#path275_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use912-4-4"
+ transform="translate(454.76553,80.603302)"
+ xlink:href="#path276_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use915-1-1"
+ transform="translate(454.76553,82.213302)"
+ xlink:href="#path277_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use918-0-1"
+ transform="translate(454.76553,85.433302)"
+ xlink:href="#path278_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use921-4-3"
+ transform="translate(454.76553,77.453302)"
+ xlink:href="#path279_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use924-8-0"
+ transform="translate(456.66553,73.543302)"
+ xlink:href="#path280_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use927-7-3"
+ transform="translate(455.31553,69.933302)"
+ xlink:href="#path281_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use60-6"
+ transform="rotate(90,152.39501,293.05225)"
+ xlink:href="#path18_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use63-5"
+ transform="rotate(90,139.64001,282.00724)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use78-1"
+ transform="rotate(90,150.19502,292.94225)"
+ xlink:href="#path22_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use81-7"
+ transform="rotate(90,146.92501,289.29225)"
+ xlink:href="#path23_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use84-9"
+ transform="rotate(90,143.28501,285.65224)"
+ xlink:href="#path8_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use114-5"
+ transform="rotate(90,153.96917,284.75284)"
+ xlink:href="#path26_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use117-2"
+ transform="rotate(90,152.11917,284.61285)"
+ xlink:href="#path1_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use120-8"
+ transform="rotate(90,148.47418,280.96785)"
+ xlink:href="#path19_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use123-7"
+ transform="rotate(90,144.82918,277.32285)"
+ xlink:href="#path3_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use132-6"
+ transform="rotate(90,163.04918,295.54285)"
+ xlink:href="#path6_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use135-2"
+ transform="rotate(90,159.28917,291.97285)"
+ xlink:href="#path27_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use138-3"
+ transform="rotate(90,155.76417,288.25784)"
+ xlink:href="#path8_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use108-0"
+ transform="rotate(180,232.31844,74.510119)"
+ xlink:href="#path23_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3552-8-0"
+ transform="rotate(180,232.26953,71.252194)"
+ xlink:href="#path1088_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3555-7-3"
+ transform="rotate(180,232.26141,68.502904)"
+ xlink:href="#path1089_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3558-1-3"
+ transform="rotate(180,232.26141,66.042909)"
+ xlink:href="#path1090_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3570-8-3"
+ transform="rotate(180,231.43141,67.692904)"
+ xlink:href="#path1093_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use633"
+ transform="translate(532.10407,78.807188)"
+ xlink:href="#path184_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use636"
+ transform="translate(523.12407,78.807188)"
+ xlink:href="#path185_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use639"
+ transform="translate(523.12407,91.257188)"
+ xlink:href="#path186_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use642"
+ transform="translate(524.12407,80.187188)"
+ xlink:href="#path187_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use645"
+ transform="translate(532.10407,78.807188)"
+ xlink:href="#path188_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3747"
+ transform="translate(547.17366,75.319214)"
+ xlink:href="#path1152_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3750"
+ transform="translate(548.55366,75.319214)"
+ xlink:href="#path1153_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3390-7"
+ transform="translate(441.81372,90.725508)"
+ xlink:href="#path1034_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3393-4"
+ transform="translate(441.81372,92.475508)"
+ xlink:href="#path1035_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3396-0"
+ transform="translate(441.81372,95.985508)"
+ xlink:href="#path1036_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3399-8"
+ transform="translate(441.81372,56.085508)"
+ xlink:href="#path1037_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3402-8"
+ transform="translate(441.81372,51.275508)"
+ xlink:href="#path1038_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3405-4"
+ transform="translate(441.81372,52.875508)"
+ xlink:href="#path1039_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3408-1"
+ transform="translate(441.81372,56.085508)"
+ xlink:href="#path1040_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3411-9"
+ transform="translate(431.91372,81.675508)"
+ xlink:href="#path1041_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3414-0"
+ transform="translate(431.91372,72.855508)"
+ xlink:href="#path1042_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3417-8"
+ transform="translate(410.56817,81.474136)"
+ xlink:href="#path1043_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3420-2"
+ transform="translate(431.91372,81.675508)"
+ xlink:href="#path1044_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3423-6"
+ transform="translate(436.97372,65.525508)"
+ xlink:href="#path1045_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3426-9"
+ transform="translate(436.97372,62.765508)"
+ xlink:href="#path1046_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3429-0"
+ transform="translate(436.97372,61.385508)"
+ xlink:href="#path1047_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3432-8"
+ transform="translate(426.49372,65.515508)"
+ xlink:href="#path1048_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3435-1"
+ transform="translate(422.39372,95.985508)"
+ xlink:href="#path1049_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3438-2"
+ transform="translate(424.44372,95.985508)"
+ xlink:href="#path1050_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3441-2"
+ transform="translate(426.49372,95.985508)"
+ xlink:href="#path1051_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3444-6"
+ transform="translate(451.87372,76.635508)"
+ xlink:href="#path1052_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3447-0"
+ transform="translate(451.87372,72.945508)"
+ xlink:href="#path1053_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3450-1"
+ transform="translate(451.87372,71.105508)"
+ xlink:href="#path1054_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3453-9"
+ transform="translate(451.87372,76.635508)"
+ xlink:href="#path1055_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3456-9"
+ transform="translate(446.81372,68.365508)"
+ xlink:href="#path1056_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3459-9"
+ transform="translate(446.81372,63.125508)"
+ xlink:href="#path1057_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3462-7"
+ transform="translate(446.81372,61.385508)"
+ xlink:href="#path1058_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3465-1"
+ transform="translate(446.81372,68.355508)"
+ xlink:href="#path1059_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3471-7"
+ transform="translate(435.09372,99.245556)"
+ xlink:href="#path1061_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3474-6"
+ transform="translate(430.52372,99.245556)"
+ xlink:href="#path1062_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3477-3"
+ transform="translate(429.00372,99.245556)"
+ xlink:href="#path1063_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3480-5"
+ transform="translate(435.09372,99.245556)"
+ xlink:href="#path1064_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3483-3"
+ transform="translate(465.37372,99.245556)"
+ xlink:href="#path1065_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3486-4"
+ transform="translate(458.71372,99.245556)"
+ xlink:href="#path1066_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3489-1"
+ transform="translate(457.04372,99.245556)"
+ xlink:href="#path1067_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3531-4"
+ transform="translate(450.28372,66.355508)"
+ xlink:href="#path1081_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3534-4"
+ transform="translate(522.57846,73.514424)"
+ xlink:href="#path1082_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3537-6"
+ transform="translate(527.58846,68.594424)"
+ xlink:href="#path1083_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3540-1"
+ transform="translate(527.58846,73.514424)"
+ xlink:href="#path1084_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3543-5"
+ transform="translate(532.59846,63.674424)"
+ xlink:href="#path1085_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3546-6"
+ transform="translate(532.59846,68.594424)"
+ xlink:href="#path1086_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3549-1"
+ transform="translate(532.59846,73.514424)"
+ xlink:href="#path1087_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3552-8"
+ transform="translate(537.60846,58.744424)"
+ xlink:href="#path1088_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3555-7"
+ transform="translate(537.60846,63.674424)"
+ xlink:href="#path1089_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3558-1"
+ transform="translate(537.60846,68.594424)"
+ xlink:href="#path1090_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3561-5"
+ transform="translate(537.60846,73.514424)"
+ xlink:href="#path1088_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3564-7"
+ transform="translate(529.24846,70.304424)"
+ xlink:href="#path1091_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3567-3"
+ transform="translate(534.27846,70.304424)"
+ xlink:href="#path1092_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3570-8"
+ transform="translate(539.26846,65.294424)"
+ xlink:href="#path1093_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3573-1"
+ transform="translate(529.24846,70.304424)"
+ xlink:href="#path1094_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3747-20"
+ transform="translate(543.2738,75.343764)"
+ xlink:href="#path1152_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3750-5"
+ transform="translate(544.6538,75.343764)"
+ xlink:href="#path1153_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ style="fill:#ffffff"
+ transform="translate(365.33064,61.922116)"
+ id="g16606">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path426_fill"
+ transform="translate(35.779519,1.559634)"
+ id="use1377-9-3-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path427_fill"
+ transform="translate(37.459519,7.780634)"
+ id="use1380-9-0-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path428_fill"
+ transform="translate(37.459519,3.606634)"
+ id="use1383-9-3-01" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path429_fill"
+ transform="translate(37.459519,4.994634)"
+ id="use1386-4-3-3" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path430_fill"
+ transform="translate(37.459519,7.785634)"
+ id="use1389-9-7-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path422_fill"
+ transform="translate(38.979519,7.780634)"
+ id="use1392-8-9-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path431_fill"
+ transform="translate(38.979519,3.606634)"
+ id="use1395-1-4-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path424_fill"
+ transform="translate(38.979519,4.994634)"
+ id="use1398-6-9-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path432_fill"
+ transform="translate(38.979519,7.786634)"
+ id="use1401-3-9-2" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ transform="matrix(1,0,0,-1,365.33064,82.383406)"
+ id="g16606-2">
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path426_fill"
+ transform="translate(35.779519,1.559634)"
+ id="use1377-9-3-4-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path427_fill"
+ transform="translate(37.459519,7.780634)"
+ id="use1380-9-0-2-2" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path428_fill"
+ transform="translate(37.459519,3.606634)"
+ id="use1383-9-3-01-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path429_fill"
+ transform="translate(37.459519,4.994634)"
+ id="use1386-4-3-3-5" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path430_fill"
+ transform="translate(37.459519,7.785634)"
+ id="use1389-9-7-0-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path422_fill"
+ transform="translate(38.979519,7.780634)"
+ id="use1392-8-9-0-4" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path431_fill"
+ transform="translate(38.979519,3.606634)"
+ id="use1395-1-4-4-0" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path424_fill"
+ transform="translate(38.979519,4.994634)"
+ id="use1398-6-9-8-8" />
+ <use
+ style="fill:#ffffff"
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path432_fill"
+ transform="translate(38.979519,7.786634)"
+ id="use1401-3-9-2-4" />
+ </g>
+ <use
+ style="fill:#ffffff"
+ id="use3411-9-2"
+ transform="translate(424.57021,94.245678)"
+ xlink:href="#path1041_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3414-0-5"
+ transform="translate(424.57021,85.425678)"
+ xlink:href="#path1042_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3417-8-4"
+ transform="translate(424.57021,83.675678)"
+ xlink:href="#path1043_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3576"
+ transform="matrix(1,0,0,-1,479.24933,146.24216)"
+ xlink:href="#path1095_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3597"
+ transform="matrix(1,0,0,-1,491.51933,118.89216)"
+ xlink:href="#path1102_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3600"
+ transform="matrix(1,0,0,-1,491.51933,120.65216)"
+ xlink:href="#path1103_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3615"
+ transform="matrix(1,0,0,-1,495.50933,119.08487)"
+ xlink:href="#path1108_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3621"
+ transform="matrix(1,0,0,-1,495.50933,120.65216)"
+ xlink:href="#path1110_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3636"
+ transform="matrix(1,0,0,-1,499.2756,113.60182)"
+ xlink:href="#path1115_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3639"
+ transform="matrix(1,0,0,-1,495.46204,119.06165)"
+ xlink:href="#path1116_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3642"
+ transform="matrix(1,0,0,-1,507.19933,120.65216)"
+ xlink:href="#path1117_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3657"
+ transform="matrix(1,0,0,-1,503.19933,105.82216)"
+ xlink:href="#path1122_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3663"
+ transform="matrix(1,0,0,-1,503.19933,120.65216)"
+ xlink:href="#path1124_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3678"
+ transform="matrix(1,0,0,-1,483.20933,131.63216)"
+ xlink:href="#path1129_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3681"
+ transform="matrix(1,0,0,-1,485.79933,129.23216)"
+ xlink:href="#path1130_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3684"
+ transform="matrix(1,0,0,-1,509.78933,129.23216)"
+ xlink:href="#path1131_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3687"
+ transform="matrix(1,0,0,-1,492.79933,128.25216)"
+ xlink:href="#path1132_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3690"
+ transform="matrix(1,0,0,-1,497.79933,129.23216)"
+ xlink:href="#path1133_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3693"
+ transform="matrix(1,0,0,-1,504.79933,128.25216)"
+ xlink:href="#path1134_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3696"
+ transform="matrix(1,0,0,-1,488.73933,134.81216)"
+ xlink:href="#path1135_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3699"
+ transform="matrix(1,0,0,-1,490.50933,134.81216)"
+ xlink:href="#path1136_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3702"
+ transform="matrix(1,0,0,-1,509.97933,134.81216)"
+ xlink:href="#path1137_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3705"
+ transform="matrix(1,0,0,-1,489.21933,136.43216)"
+ xlink:href="#path1138_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3708"
+ transform="matrix(1,0,0,-1,490.90933,136.43216)"
+ xlink:href="#path1139_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3711"
+ transform="matrix(1,0,0,-1,509.49933,136.43216)"
+ xlink:href="#path1140_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3714"
+ transform="matrix(1,0,0,-1,489.75933,138.05216)"
+ xlink:href="#path1141_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3717"
+ transform="matrix(1,0,0,-1,491.50933,138.06216)"
+ xlink:href="#path1142_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3720"
+ transform="matrix(1,0,0,-1,508.94933,138.05216)"
+ xlink:href="#path1143_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3723"
+ transform="matrix(1,0,0,-1,490.65933,139.67216)"
+ xlink:href="#path1144_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3726"
+ transform="matrix(1,0,0,-1,492.39933,139.68216)"
+ xlink:href="#path1145_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3729"
+ transform="matrix(1,0,0,-1,508.05933,139.67216)"
+ xlink:href="#path1146_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3732"
+ transform="matrix(1,0,0,-1,492.01933,141.29216)"
+ xlink:href="#path1147_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3735"
+ transform="matrix(1,0,0,-1,493.64933,141.30216)"
+ xlink:href="#path1148_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3738"
+ transform="matrix(1,0,0,-1,506.69933,141.29216)"
+ xlink:href="#path1149_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3741"
+ transform="matrix(1,0,0,-1,475.91953,114.51247)"
+ xlink:href="#path1150_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3744"
+ transform="matrix(1,0,0,-1,481.40952,117.04247)"
+ xlink:href="#path1151_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3753"
+ transform="matrix(1,0,0,-1,481.40952,111.83247)"
+ xlink:href="#path1154_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3756"
+ transform="matrix(1,0,0,-1,515.84425,115.50979)"
+ xlink:href="#path1155_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3759"
+ transform="matrix(1,0,0,-1,510.51933,118.08216)"
+ xlink:href="#path1156_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3762"
+ transform="matrix(1,0,0,-1,519.39933,112.87216)"
+ xlink:href="#path1157_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3765"
+ transform="matrix(1,0,0,-1,518.02933,112.87216)"
+ xlink:href="#path1158_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3768"
+ transform="matrix(1,0,0,-1,516.64933,112.87216)"
+ xlink:href="#path1159_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3660-2"
+ transform="matrix(1,0,0,-1,507.16293,120.67)"
+ xlink:href="#path1123_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3639-1"
+ transform="matrix(1,0,0,-1,503.19933,118.99423)"
+ xlink:href="#path1116_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3639-1-7"
+ transform="matrix(1,0,0,-1,499.28158,120.68915)"
+ xlink:href="#path1116_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use66-5-2"
+ transform="translate(88.059393,4.3133825)"
+ xlink:href="#path19_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use474-5"
+ transform="translate(460.06608,53.340805)"
+ xlink:href="#path134_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use477-6"
+ transform="translate(463.91608,52.260805)"
+ xlink:href="#path135_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use480-5"
+ transform="translate(463.91608,60.870805)"
+ xlink:href="#path135_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use483-4"
+ transform="translate(467.76608,57.100805)"
+ xlink:href="#path136_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use486-2"
+ transform="translate(458.95608,57.100805)"
+ xlink:href="#path136_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use489-21"
+ transform="translate(466.63608,53.680805)"
+ xlink:href="#path137_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use492-7"
+ transform="translate(460.40608,59.760805)"
+ xlink:href="#path138_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use495-2"
+ transform="translate(466.63608,59.760805)"
+ xlink:href="#path139_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use498-4"
+ transform="translate(460.40608,53.680805)"
+ xlink:href="#path140_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use501-1"
+ transform="translate(465.35608,52.610805)"
+ xlink:href="#path141_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use504-6"
+ transform="translate(462.05608,60.590805)"
+ xlink:href="#path142_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use507-5"
+ transform="translate(467.48608,58.520805)"
+ xlink:href="#path143_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use510-7"
+ transform="translate(459.31608,55.280805)"
+ xlink:href="#path144_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use513-85"
+ transform="translate(467.46608,55.220805)"
+ xlink:href="#path145_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use516-9"
+ transform="translate(459.34608,58.570805)"
+ xlink:href="#path146_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use519-2"
+ transform="translate(465.41608,60.570805)"
+ xlink:href="#path147_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use522-7"
+ transform="translate(461.98608,52.640805)"
+ xlink:href="#path148_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use525-3"
+ transform="translate(461.18608,54.560805)"
+ xlink:href="#path149_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use528-6"
+ transform="translate(462.30608,55.540805)"
+ xlink:href="#path150_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3351-7"
+ transform="translate(467.78329,145.90287)"
+ xlink:href="#path1026_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3354-9"
+ transform="translate(467.78329,143.38287)"
+ xlink:href="#path1027_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3357-7"
+ transform="translate(467.78329,140.85287)"
+ xlink:href="#path1028_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3360-22"
+ transform="translate(467.78329,138.32287)"
+ xlink:href="#path1029_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3363-1"
+ transform="translate(467.78329,135.79287)"
+ xlink:href="#path1030_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3351-6"
+ transform="translate(471.25786,145.94525)"
+ xlink:href="#path1026_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3354-30"
+ transform="translate(471.25786,143.42525)"
+ xlink:href="#path1027_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3357-2"
+ transform="translate(471.25786,140.89525)"
+ xlink:href="#path1028_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3360-1"
+ transform="translate(471.25786,138.36525)"
+ xlink:href="#path1029_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3363-5"
+ transform="translate(471.25786,135.83525)"
+ xlink:href="#path1030_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3351-65"
+ transform="translate(474.73244,145.90287)"
+ xlink:href="#path1026_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3354-0"
+ transform="translate(474.73244,143.38287)"
+ xlink:href="#path1027_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3357-0"
+ transform="translate(474.73244,140.85287)"
+ xlink:href="#path1028_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3360-3"
+ transform="translate(474.73244,138.32287)"
+ xlink:href="#path1029_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3363-46"
+ transform="translate(474.73244,135.79287)"
+ xlink:href="#path1030_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3351-60"
+ transform="translate(478.29176,145.8605)"
+ xlink:href="#path1026_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3354-2"
+ transform="translate(478.29176,143.3405)"
+ xlink:href="#path1027_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3357-5"
+ transform="translate(478.29176,140.8105)"
+ xlink:href="#path1028_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3360-8"
+ transform="translate(478.29176,138.2805)"
+ xlink:href="#path1029_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use3363-9"
+ transform="translate(478.29176,135.7505)"
+ xlink:href="#path1030_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <g
+ id="g8017"
+ transform="matrix(1,0,0,-1,84.200568,213.07138)"
+ style="fill:#ffffff">
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path268_fill"
+ transform="matrix(0,1,1,0,456.97141,193.04091)"
+ id="use888-8-2"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path269_fill"
+ transform="matrix(0,1,1,0,463.62141,194.94091)"
+ id="use891-3-1"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path270_fill"
+ transform="matrix(0,1,1,0,459.36141,194.94091)"
+ id="use894-59-0"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path271_fill"
+ transform="matrix(0,1,1,0,460.78141,194.94091)"
+ id="use897-6-5"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path272_fill"
+ transform="matrix(0,1,1,0,463.63141,194.94091)"
+ id="use900-5-8"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path273_fill"
+ transform="matrix(0,1,1,0,455.49141,194.94091)"
+ id="use903-6-5"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path274_fill"
+ transform="matrix(0,1,1,0,452.02141,196.84091)"
+ id="use906-3-5"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path275_fill"
+ transform="matrix(0,1,1,0,461.39141,198.74091)"
+ id="use909-02-0"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path276_fill"
+ transform="matrix(0,1,1,0,456.57141,198.74091)"
+ id="use912-0-7"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path277_fill"
+ transform="matrix(0,1,1,0,458.18141,198.74091)"
+ id="use915-7-3"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path278_fill"
+ transform="matrix(0,1,1,0,461.40141,198.74091)"
+ id="use918-4-8"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path279_fill"
+ transform="matrix(0,1,1,0,453.42141,198.74091)"
+ id="use921-7-2"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path280_fill"
+ transform="matrix(0,1,1,0,449.51141,200.64091)"
+ id="use924-3-3"
+ style="fill:#ffffff" />
+ </g>
+ <g
+ id="g8119"
+ transform="rotate(90,317.11864,13.220338)"
+ style="fill:#ffffff">
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path203_fill"
+ transform="translate(325.68359,18.544335)"
+ id="use690-1-7"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path204_fill"
+ transform="translate(327.29359,18.544335)"
+ id="use693-3-7"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path205_fill"
+ transform="translate(336.90359,18.544335)"
+ id="use696-3-7"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path206_fill"
+ transform="translate(308.49359,18.544335)"
+ id="use699-9-6"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path211_fill"
+ transform="translate(310.74111,16.434335)"
+ id="use714-9-0"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path212_fill"
+ transform="translate(338.76111,16.444335)"
+ id="use717-6-8"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path214_fill"
+ transform="translate(323.15359,14.334335)"
+ id="use723-2-8"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path215_fill"
+ transform="translate(326.73111,14.334335)"
+ id="use726-1-8"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path216_fill"
+ transform="translate(338.76111,14.334335)"
+ id="use729-0-0"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path217_fill"
+ transform="translate(322.10111,14.334335)"
+ id="use732-1-3"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path219_fill"
+ transform="translate(308.61111,14.334335)"
+ id="use738-7-0"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path220_fill"
+ transform="translate(320.24359,14.334335)"
+ id="use741-7-6"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path222_fill"
+ transform="translate(306.74359,12.224335)"
+ id="use747-3-2"
+ style="fill:#ffffff" />
+ <use
+ height="100%"
+ width="100%"
+ y="0"
+ x="0"
+ xlink:href="#path223_fill"
+ transform="translate(336.90359,12.234335)"
+ id="use750-9-1"
+ style="fill:#ffffff" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ transform="translate(245.3102,-174.53873)"
+ id="g15691-7">
+ <g
+ style="fill:#ffffff"
+ id="g15603-7"
+ transform="translate(0.06498042,1.9453232)">
+ <use
+ style="fill:#ffffff"
+ id="use753-1-9"
+ transform="translate(315.2,173.07359)"
+ xlink:href="#path224_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use756-0-76"
+ transform="translate(318.05,173.07359)"
+ xlink:href="#path225_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ id="g15603-4-2"
+ transform="translate(-10.169581,1.9453232)">
+ <use
+ style="fill:#ffffff"
+ id="use753-1-1-7"
+ transform="translate(315.2,173.07359)"
+ xlink:href="#path224_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use756-0-1-1"
+ transform="translate(318.05,173.07359)"
+ xlink:href="#path225_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ id="g15603-8-5"
+ transform="translate(-20.404148,1.9453232)">
+ <use
+ style="fill:#ffffff"
+ id="use753-1-6-8"
+ transform="translate(315.2,173.07359)"
+ xlink:href="#path224_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use756-0-4-8"
+ transform="translate(318.05,173.07359)"
+ xlink:href="#path225_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ </g>
+ <g
+ style="fill:#ffffff"
+ id="g15603-3-4"
+ transform="translate(-30.638695,1.9453232)">
+ <use
+ style="fill:#ffffff"
+ id="use753-1-4-5"
+ transform="translate(315.2,173.07359)"
+ xlink:href="#path224_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ <use
+ style="fill:#ffffff"
+ id="use756-0-7-6"
+ transform="translate(318.05,173.07359)"
+ xlink:href="#path225_fill"
+ x="0"
+ y="0"
+ width="100%"
+ height="100%" />
+ </g>
+ </g>
+</svg>
diff --git a/assets/img/headers/devices.svg b/assets/img/headers/devices.svg
new file mode 100644
index 00000000..cf499892
--- /dev/null
+++ b/assets/img/headers/devices.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="150"><use width="100%" height="100%" fill="#fff" transform="translate(323.4 91)" xlink:href="#a"/><use width="100%" height="100%" fill="#fff" transform="translate(325 114.8)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="translate(325.3 122.2)" xlink:href="#c"/><use width="100%" height="100%" fill="#fff" transform="translate(325 129.4)" xlink:href="#d"/><use width="100%" height="100%" fill="#fff" transform="translate(325 136.7)" xlink:href="#e"/><use width="100%" height="100%" fill="#fff" transform="translate(325.3 144)" xlink:href="#f"/><use width="100%" height="100%" fill="#fff" transform="translate(325 93)" xlink:href="#g"/><use width="100%" height="100%" fill="#fff" transform="translate(325.5 100.6)" xlink:href="#h"/><use width="100%" height="100%" fill="#fff" transform="translate(325 107.5)" xlink:href="#i"/><use width="100%" height="100%" fill="#fff" transform="translate(334.4 113)" xlink:href="#j"/><use width="100%" height="100%" fill="#fff" transform="translate(336.1 114.8)" xlink:href="#k"/><use width="100%" height="100%" fill="#fff" transform="translate(336.1 122.1)" xlink:href="#l"/><use width="100%" height="100%" fill="#fff" transform="translate(336.1 129.4)" xlink:href="#m"/><use width="100%" height="100%" fill="#fff" transform="translate(336.5 137)" xlink:href="#n"/><use width="100%" height="100%" fill="#fff" transform="translate(336.1 144)" xlink:href="#o"/><use width="100%" height="100%" fill="#fff" transform="translate(336.1 93)" xlink:href="#p"/><use width="100%" height="100%" fill="#fff" transform="translate(336.1 100.3)" xlink:href="#q"/><use width="100%" height="100%" fill="#fff" transform="translate(336.1 107.5)" xlink:href="#r"/><use width="100%" height="100%" fill="#fff" transform="translate(389.7 31.1)" xlink:href="#s"/><use width="100%" height="100%" fill="#fff" transform="translate(391.4 54.9)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="translate(391.4 62.2)" xlink:href="#t"/><use width="100%" height="100%" fill="#fff" transform="translate(391.4 69.5)" xlink:href="#d"/><use width="100%" height="100%" fill="#fff" transform="translate(391.6 76.8)" xlink:href="#u"/><use width="100%" height="100%" fill="#fff" transform="translate(391.4 84)" xlink:href="#v"/><use width="100%" height="100%" fill="#fff" transform="translate(391.8 33.4)" xlink:href="#w"/><use width="100%" height="100%" fill="#fff" transform="translate(391.4 40.3)" xlink:href="#x"/><use width="100%" height="100%" fill="#fff" transform="translate(391.4 47.6)" xlink:href="#i"/><use width="100%" height="100%" fill="#fff" transform="translate(367.6 45.6)" xlink:href="#y"/><use width="100%" height="100%" fill="#fff" transform="translate(369.3 54.9)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="translate(369.3 62.2)" xlink:href="#t"/><use width="100%" height="100%" fill="#fff" transform="translate(361.7 69.5)" xlink:href="#d"/><use width="100%" height="100%" fill="#fff" transform="translate(369.3 76.8)" xlink:href="#e"/><use width="100%" height="100%" fill="#fff" transform="translate(369.3 84)" xlink:href="#v"/><use width="100%" height="100%" fill="#fff" transform="translate(369.3 33)" xlink:href="#g"/><use width="100%" height="100%" fill="#fff" transform="translate(369.3 40.3)" xlink:href="#x"/><use width="100%" height="100%" fill="#fff" transform="translate(369.7 48)" xlink:href="#z"/><use width="100%" height="100%" fill="#fff" transform="translate(378.6 53)" xlink:href="#A"/><use width="100%" height="100%" fill="#fff" transform="translate(380.3 54.9)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="translate(380.3 62.2)" xlink:href="#t"/><use width="100%" height="100%" fill="#fff" transform="translate(380.3 69.5)" xlink:href="#d"/><use width="100%" height="100%" fill="#fff" transform="translate(380.3 76.8)" xlink:href="#e"/><use width="100%" height="100%" fill="#fff" transform="translate(380.3 84)" xlink:href="#v"/><use width="100%" height="100%" fill="#fff" transform="translate(380.3 33)" xlink:href="#g"/><use width="100%" height="100%" fill="#fff" transform="translate(380.5 40.4)" xlink:href="#B"/><use width="100%" height="100%" fill="#fff" transform="translate(380.3 47.6)" xlink:href="#i"/><use width="100%" height="100%" fill="#fff" transform="translate(376.7 125)" xlink:href="#C"/><use width="100%" height="100%" fill="#fff" transform="translate(369.2 125.8)" xlink:href="#D"/><use width="100%" height="100%" fill="#fff" transform="translate(367.8 130)" xlink:href="#E"/><use width="100%" height="100%" fill="#fff" transform="translate(360.3 125.8)" xlink:href="#F"/><use width="100%" height="100%" fill="#fff" transform="translate(358.8 125)" xlink:href="#G"/><use width="100%" height="100%" fill="#fff" transform="translate(358.8 116.5)" xlink:href="#H"/><use width="100%" height="100%" fill="#fff" transform="translate(358.8 114.8)" xlink:href="#I"/><use width="100%" height="100%" fill="#fff" transform="translate(360.3 110.6)" xlink:href="#J"/><use width="100%" height="100%" fill="#fff" transform="translate(367.8 109.7)" xlink:href="#E"/><use width="100%" height="100%" fill="#fff" transform="translate(369.2 110.6)" xlink:href="#K"/><use width="100%" height="100%" fill="#fff" transform="translate(376.7 114.8)" xlink:href="#L"/><use width="100%" height="100%" fill="#fff" transform="translate(376.7 116.5)" xlink:href="#M"/><use width="100%" height="100%" fill="#fff" transform="translate(361.1 112.4)" xlink:href="#N"/><use width="100%" height="100%" fill="#fff" transform="translate(380.1 109.7)" xlink:href="#O"/><use width="100%" height="100%" fill="#fff" transform="translate(348 127.8)" xlink:href="#P"/><use width="100%" height="100%" fill="#fff" transform="translate(369.3 127.8)" xlink:href="#Q"/><use width="100%" height="100%" fill="#fff" transform="translate(369.3 91.7)" xlink:href="#R"/><use width="100%" height="100%" fill="#fff" transform="translate(383.6 123)" xlink:href="#S"/><use width="100%" height="100%" fill="#fff" transform="translate(383.6 118.3)" xlink:href="#T"/><use width="100%" height="100%" fill="#fff" transform="translate(383.6 116.8)" xlink:href="#U"/><use width="100%" height="100%" fill="#fff" transform="translate(385 114.5)" xlink:href="#V"/><use width="100%" height="100%" fill="#fff" transform="translate(389 113.7)" xlink:href="#W"/><use width="100%" height="100%" fill="#fff" transform="translate(390.5 114.5)" xlink:href="#X"/><use width="100%" height="100%" fill="#fff" transform="translate(394.6 116.8)" xlink:href="#Y"/><use width="100%" height="100%" fill="#fff" transform="translate(394.6 118.3)" xlink:href="#Z"/><use width="100%" height="100%" fill="#fff" transform="translate(394.6 123)" xlink:href="#aa"/><use width="100%" height="100%" fill="#fff" transform="translate(390.5 123.7)" xlink:href="#ab"/><use width="100%" height="100%" fill="#fff" transform="translate(389 126)" xlink:href="#ac"/><use width="100%" height="100%" fill="#fff" transform="translate(385 123.7)" xlink:href="#ad"/><use width="100%" height="100%" fill="#fff" transform="translate(351.4 141)" xlink:href="#ae"/><use width="100%" height="100%" fill="#fff" transform="translate(351.4 136.4)" xlink:href="#af"/><use width="100%" height="100%" fill="#fff" transform="translate(351.4 134.8)" xlink:href="#ag"/><use width="100%" height="100%" fill="#fff" transform="translate(352.8 132.5)" xlink:href="#ah"/><use width="100%" height="100%" fill="#fff" transform="translate(356.9 131.7)" xlink:href="#ai"/><use width="100%" height="100%" fill="#fff" transform="translate(358.3 132.5)" xlink:href="#aj"/><use width="100%" height="100%" fill="#fff" transform="translate(362.4 134.8)" xlink:href="#ak"/><use width="100%" height="100%" fill="#fff" transform="translate(362.4 136.4)" xlink:href="#al"/><use width="100%" height="100%" fill="#fff" transform="translate(362.4 141)" xlink:href="#am"/><use width="100%" height="100%" fill="#fff" transform="translate(358.3 141.8)" xlink:href="#an"/><use width="100%" height="100%" fill="#fff" transform="translate(356.9 144)" xlink:href="#ao"/><use width="100%" height="100%" fill="#fff" transform="translate(352.8 141.8)" xlink:href="#ap"/><use width="100%" height="100%" fill="#fff" transform="translate(366 118.1)" xlink:href="#aq"/><use width="100%" height="100%" fill="#fff" transform="translate(344.8 115.1)" xlink:href="#ar"/><use width="100%" height="100%" fill="#fff" transform="translate(376.5 100)" xlink:href="#as"/><use width="100%" height="100%" fill="#fff" transform="translate(376.6 138)" xlink:href="#at"/><use width="100%" height="100%" fill="#fff" transform="translate(378.3 136.3)" xlink:href="#au"/><use width="100%" height="100%" fill="#fff" transform="translate(391 103.7)" xlink:href="#av"/><use width="100%" height="100%" fill="#fff" transform="translate(391 101.1)" xlink:href="#aw"/><use width="100%" height="100%" fill="#fff" transform="translate(391 98.6)" xlink:href="#ax"/><use width="100%" height="100%" fill="#fff" transform="translate(391 96)" xlink:href="#ay"/><use width="100%" height="100%" fill="#fff" transform="translate(391 93.5)" xlink:href="#av"/><use width="100%" height="100%" fill="#fff" transform="translate(536 143.7)" xlink:href="#az"/><use width="100%" height="100%" fill="#fff" transform="translate(538.6 143.7)" xlink:href="#aA"/><use width="100%" height="100%" fill="#fff" transform="translate(541.2 143.7)" xlink:href="#aB"/><use width="100%" height="100%" fill="#fff" transform="translate(17.6 17)" xlink:href="#aC"/><use width="100%" height="100%" fill="#fff" transform="translate(21.4 16)" xlink:href="#aD"/><use width="100%" height="100%" fill="#fff" transform="translate(21.4 24.5)" xlink:href="#aD"/><use width="100%" height="100%" fill="#fff" transform="translate(25.3 20.8)" xlink:href="#aE"/><use width="100%" height="100%" fill="#fff" transform="translate(16.5 20.8)" xlink:href="#aE"/><use width="100%" height="100%" fill="#fff" transform="translate(24.2 17.3)" xlink:href="#aF"/><use width="100%" height="100%" fill="#fff" transform="translate(18 23.4)" xlink:href="#aG"/><use width="100%" height="100%" fill="#fff" transform="translate(24.2 23.4)" xlink:href="#aH"/><use width="100%" height="100%" fill="#fff" transform="translate(18 17.3)" xlink:href="#aI"/><use width="100%" height="100%" fill="#fff" transform="translate(22.9 16.3)" xlink:href="#aJ"/><use width="100%" height="100%" fill="#fff" transform="translate(19.6 24.2)" xlink:href="#aK"/><use width="100%" height="100%" fill="#fff" transform="translate(25 22.2)" xlink:href="#aL"/><use width="100%" height="100%" fill="#fff" transform="translate(16.8 19)" xlink:href="#aM"/><use width="100%" height="100%" fill="#fff" transform="translate(25 18.9)" xlink:href="#aN"/><use width="100%" height="100%" fill="#fff" transform="translate(16.9 22.2)" xlink:href="#aO"/><use width="100%" height="100%" fill="#fff" transform="translate(23 24.2)" xlink:href="#aP"/><use width="100%" height="100%" fill="#fff" transform="translate(19.5 16.3)" xlink:href="#aQ"/><use width="100%" height="100%" fill="#fff" transform="translate(18.7 18.2)" xlink:href="#aR"/><use width="100%" height="100%" fill="#fff" transform="translate(19.8 19.2)" xlink:href="#aS"/><use width="100%" height="100%" fill="#fff" transform="translate(38.2 26.8)" xlink:href="#aT"/><use width="100%" height="100%" fill="#fff" transform="translate(41.5 30)" xlink:href="#aU"/><use width="100%" height="100%" fill="#fff" transform="translate(42.7 31.3)" xlink:href="#aV"/><use width="100%" height="100%" fill="#fff" transform="translate(1.1 40)" xlink:href="#aW"/><use width="100%" height="100%" fill="#fff" transform="translate(5.4 44.2)" xlink:href="#aX"/><use width="100%" height="100%" fill="#fff" transform="translate(7.1 45.9)" xlink:href="#aY"/><use width="100%" height="100%" fill="#fff" transform="translate(8.8 47.5)" xlink:href="#aZ"/><use width="100%" height="100%" fill="#fff" transform="translate(30.6 45)" xlink:href="#ba"/><use width="100%" height="100%" fill="#fff" transform="translate(44.2 40.8)" xlink:href="#bb"/><use width="100%" height="100%" fill="#fff" transform="translate(41 41.9)" xlink:href="#bc"/><use width="100%" height="100%" fill="#fff" transform="translate(40 45)" xlink:href="#bd"/><use width="100%" height="100%" fill="#fff" transform="translate(32.4 34.4)" xlink:href="#be"/><use width="100%" height="100%" fill="#fff" transform="translate(27.8 38.6)" xlink:href="#bf"/><use width="100%" height="100%" fill="#fff" transform="translate(29.3 37.3)" xlink:href="#bg"/><use width="100%" height="100%" fill="#fff" transform="translate(32.4 36.7)" xlink:href="#bh"/><use width="100%" height="100%" fill="#fff" transform="translate(21.5 38.6)" xlink:href="#bi"/><use width="100%" height="100%" fill="#fff" transform="translate(15.6 30)" xlink:href="#bj"/><use width="100%" height="100%" fill="#fff" transform="translate(16.4 28.2)" xlink:href="#bk"/><use width="100%" height="100%" fill="#fff" transform="translate(17.2 26.5)" xlink:href="#bl"/><use width="100%" height="100%" fill="#fff" transform="translate(11.4 30)" xlink:href="#bm"/><use width="100%" height="100%" fill="#fff" transform="translate(6.3 45.2)" xlink:href="#bn"/><use width="100%" height="100%" fill="#fff" transform="translate(25.1 41.6)" xlink:href="#bo"/><use width="100%" height="100%" fill="#fff" transform="translate(24.3 33.3)" xlink:href="#bp"/><use width="100%" height="100%" fill="#fff" transform="translate(24.4 34.7)" xlink:href="#bq"/><use width="100%" height="100%" fill="#fff" transform="translate(24.7 37.6)" xlink:href="#br"/><use width="100%" height="100%" fill="#fff" transform="translate(23.7 27.5)" xlink:href="#bs"/><use width="100%" height="100%" fill="#fff" transform="translate(8.8 47.5)" xlink:href="#aZ"/><use width="100%" height="100%" fill="#fff" transform="translate(11 49.5)" xlink:href="#bt"/><use width="100%" height="100%" fill="#fff" transform="translate(14 61.1)" xlink:href="#bu"/><use width="100%" height="100%" fill="#fff" transform="translate(14.5 56)" xlink:href="#bv"/><use width="100%" height="100%" fill="#fff" transform="translate(15.9 54.3)" xlink:href="#bw"/><use width="100%" height="100%" fill="#fff" transform="translate(9.3 10.8)" xlink:href="#bx"/><use width="100%" height="100%" fill="#fff" transform="translate(26 22)" xlink:href="#by"/><use width="100%" height="100%" fill="#fff" transform="translate(31.1 20.8)" xlink:href="#bz"/><use width="100%" height="100%" fill="#fff" transform="translate(299.9 46)" xlink:href="#bA"/><use width="100%" height="100%" fill="#fff" transform="translate(285.6 34.2)" xlink:href="#bB"/><use width="100%" height="100%" fill="#fff" transform="translate(288.9 36)" xlink:href="#bC"/><use width="100%" height="100%" fill="#fff" transform="translate(290.2 30.3)" xlink:href="#bD"/><use width="100%" height="100%" fill="#fff" transform="translate(299.8 29.5)" xlink:href="#bE"/><use width="100%" height="100%" fill="#fff" transform="translate(301.4 30.4)" xlink:href="#bF"/><use width="100%" height="100%" fill="#fff" transform="translate(307.8 34.2)" xlink:href="#bG"/><use width="100%" height="100%" fill="#fff" transform="translate(285.6 36)" xlink:href="#bH"/><use width="100%" height="100%" fill="#fff" transform="translate(299.9 38)" xlink:href="#bI"/><use width="100%" height="100%" fill="#fff" transform="translate(285.6 38)" xlink:href="#bJ"/><use width="100%" height="100%" fill="#fff" transform="translate(317.4 32.3)" xlink:href="#bK"/><use width="100%" height="100%" fill="#fff" transform="translate(314 38)" xlink:href="#bL"/><use width="100%" height="100%" fill="#fff" transform="translate(315.7 37)" xlink:href="#bM"/><use width="100%" height="100%" fill="#fff" transform="translate(317.4 36)" xlink:href="#bN"/><use width="100%" height="100%" fill="#fff" transform="translate(289 52)" xlink:href="#bO"/><use width="100%" height="100%" fill="#fff" transform="translate(290.7 51.1)" xlink:href="#bP"/><use width="100%" height="100%" fill="#fff" transform="translate(292.4 50.2)" xlink:href="#bQ"/><use width="100%" height="100%" fill="#fff" transform="translate(272 52)" xlink:href="#bR"/><use width="100%" height="100%" fill="#fff" transform="translate(272 58.6)" xlink:href="#bS"/><use width="100%" height="100%" fill="#fff" transform="translate(273.7 55)" xlink:href="#bT"/><use width="100%" height="100%" fill="#fff" transform="translate(280 54.1)" xlink:href="#bU"/><use width="100%" height="100%" fill="#fff" transform="translate(273.4 49.9)" xlink:href="#bV"/><use width="100%" height="100%" fill="#fff" transform="translate(275 46.3)" xlink:href="#bW"/><use width="100%" height="100%" fill="#fff" transform="translate(281.3 45.4)" xlink:href="#bX"/><use width="100%" height="100%" fill="#fff" transform="translate(272 64.9)" xlink:href="#bY"/><use width="100%" height="100%" fill="#fff" transform="translate(273.7 61.3)" xlink:href="#bZ"/><use width="100%" height="100%" fill="#fff" transform="translate(280 60.4)" xlink:href="#ca"/><use width="100%" height="100%" fill="#fff" transform="translate(272 67.9)" xlink:href="#cb"/><use width="100%" height="100%" fill="#fff" transform="translate(273.7 64.3)" xlink:href="#cc"/><use width="100%" height="100%" fill="#fff" transform="translate(280 63.4)" xlink:href="#cd"/><use width="100%" height="100%" fill="#fff" transform="translate(321.7 29.7)" xlink:href="#ce"/><use width="100%" height="100%" fill="#fff" transform="translate(295 19.2)" xlink:href="#cf"/><use width="100%" height="100%" fill="#fff" transform="translate(298.4 14.3)" xlink:href="#cg"/><use width="100%" height="100%" fill="#fff" transform="translate(301.8 8.5)" xlink:href="#ch"/><use width="100%" height="100%" fill="#fff" transform="translate(305.2 21.4)" xlink:href="#ci"/><use width="100%" height="100%" fill="#fff" transform="translate(304 8.8)" xlink:href="#cj"/><use width="100%" height="100%" fill="#fff" transform="translate(293.6 16.5)" xlink:href="#ck"/><use width="100%" height="100%" fill="#fff" transform="translate(297.5 11.9)" xlink:href="#cl"/><use width="100%" height="100%" fill="#fff" transform="translate(300.5 5.7)" xlink:href="#cm"/><use width="100%" height="100%" fill="#fff" transform="translate(307 41.9)" xlink:href="#cn"/><use width="100%" height="100%" fill="#fff" transform="translate(307 43.1)" xlink:href="#co"/><use width="100%" height="100%" fill="#fff" transform="translate(307 58.4)" xlink:href="#cp"/><use width="100%" height="100%" fill="#fff" transform="translate(304.8 43.2)" xlink:href="#cq"/><use width="100%" height="100%" fill="#fff" transform="translate(304.8 44.4)" xlink:href="#cr"/><use width="100%" height="100%" fill="#fff" transform="translate(304.8 59.7)" xlink:href="#cs"/><use width="100%" height="100%" fill="#fff" transform="translate(302.4 44.5)" xlink:href="#ct"/><use width="100%" height="100%" fill="#fff" transform="translate(302.4 45.8)" xlink:href="#cu"/><use width="100%" height="100%" fill="#fff" transform="translate(302.4 61)" xlink:href="#cv"/><use width="100%" height="100%" fill="#fff" transform="translate(162.7 3)" xlink:href="#cw"/><use width="100%" height="100%" fill="#fff" transform="translate(162.7 31.8)" xlink:href="#cx"/><use width="100%" height="100%" fill="#fff" transform="translate(165.1 24.9)" xlink:href="#cy"/><use width="100%" height="100%" fill="#fff" transform="translate(168.8 20.7)" xlink:href="#cz"/><use width="100%" height="100%" fill="#fff" transform="translate(168.8 22.2)" xlink:href="#cA"/><use width="100%" height="100%" fill="#fff" transform="translate(168.8 31.8)" xlink:href="#cB"/><use width="100%" height="100%" fill="#fff" transform="translate(172.5 20.9)" xlink:href="#cC"/><use width="100%" height="100%" fill="#fff" transform="translate(176.2 23)" xlink:href="#cD"/><use width="100%" height="100%" fill="#fff" transform="translate(176.2 24.7)" xlink:href="#cE"/><use width="100%" height="100%" fill="#fff" transform="translate(176.2 31.8)" xlink:href="#cF"/><use width="100%" height="100%" fill="#fff" transform="translate(179.9 22)" xlink:href="#cG"/><use width="100%" height="100%" fill="#fff" transform="translate(183.5 16.9)" xlink:href="#cH"/><use width="100%" height="100%" fill="#fff" transform="translate(183.5 18.5)" xlink:href="#cI"/><use width="100%" height="100%" fill="#fff" transform="translate(183.5 31.8)" xlink:href="#cJ"/><use width="100%" height="100%" fill="#fff" transform="translate(187.2 11.7)" xlink:href="#cK"/><use width="100%" height="100%" fill="#fff" transform="translate(190.9 12.2)" xlink:href="#cL"/><use width="100%" height="100%" fill="#fff" transform="translate(190.9 13.8)" xlink:href="#cM"/><use width="100%" height="100%" fill="#fff" transform="translate(190.9 31.8)" xlink:href="#cN"/><use width="100%" height="100%" fill="#fff" transform="translate(194.6 14.4)" xlink:href="#cO"/><use width="100%" height="100%" fill="#fff" transform="translate(198.3 13.7)" xlink:href="#cP"/><use width="100%" height="100%" fill="#fff" transform="translate(198.3 15.3)" xlink:href="#cQ"/><use width="100%" height="100%" fill="#fff" transform="translate(198.3 31.8)" xlink:href="#cR"/><use width="100%" height="100%" fill="#fff" transform="translate(202 9.7)" xlink:href="#cS"/><use width="100%" height="100%" fill="#fff" transform="translate(205.6 5.7)" xlink:href="#cT"/><use width="100%" height="100%" fill="#fff" transform="translate(205.6 7.3)" xlink:href="#cU"/><use width="100%" height="100%" fill="#fff" transform="translate(205.6 31.8)" xlink:href="#cV"/><g fill="#fff" transform="translate(0 -49.5)"><use width="100%" height="100%" transform="translate(208.1 84.8)" xlink:href="#cW"/><use width="100%" height="100%" transform="translate(164.4 84.8)" xlink:href="#cX"/><use width="100%" height="100%" transform="translate(162.7 84.8)" xlink:href="#cY"/></g><use width="100%" height="100%" fill="#fff" transform="matrix(1.13333 0 0 1 156.5 38.8)" xlink:href="#cZ"/><use width="100%" height="100%" fill="#fff" transform="translate(156.5 41.7)" xlink:href="#da"/><use width="100%" height="100%" fill="#fff" transform="translate(156.5 44.7)" xlink:href="#db"/><use width="100%" height="100%" fill="#fff" transform="translate(156.5 47.6)" xlink:href="#dc"/><use width="100%" height="100%" fill="#fff" transform="translate(156.5 49.8)" xlink:href="#dd"/><use width="100%" height="100%" fill="#fff" transform="translate(129.8 13)" xlink:href="#de"/><use width="100%" height="100%" fill="#fff" transform="translate(162.7 16)" xlink:href="#df"/><use width="100%" height="100%" fill="#fff" transform="translate(175.4 16)" xlink:href="#dg"/><use width="100%" height="100%" fill="#fff" transform="translate(172 16)" xlink:href="#dh"/><use width="100%" height="100%" fill="#fff" transform="translate(170.3 16)" xlink:href="#di"/><use width="100%" height="100%" fill="#fff" transform="translate(162.7 13.8)" xlink:href="#dj"/><use width="100%" height="100%" fill="#fff" transform="translate(162.7 11.5)" xlink:href="#dk"/><use width="100%" height="100%" fill="#fff" transform="translate(171.6 11.5)" xlink:href="#dl"/><use width="100%" height="100%" fill="#fff" transform="translate(167 11.5)" xlink:href="#dm"/><use width="100%" height="100%" fill="#fff" transform="translate(165.5 11.5)" xlink:href="#dn"/><use width="100%" height="100%" fill="#fff" transform="translate(171.6 11.5)" xlink:href="#do"/><use width="100%" height="100%" fill="#fff" transform="translate(162.7 9.2)" xlink:href="#dp"/><use width="100%" height="100%" fill="#fff" transform="translate(118 6.9)" xlink:href="#dq"/><use width="100%" height="100%" fill="#fff" transform="translate(118 1.6)" xlink:href="#dr"/><use width="100%" height="100%" fill="#fff" transform="translate(118 3.4)" xlink:href="#ds"/><use width="100%" height="100%" fill="#fff" transform="translate(118 6.9)" xlink:href="#dt"/><use width="100%" height="100%" fill="#fff" transform="translate(104.4 -8)" xlink:href="#du"/><use width="100%" height="100%" fill="#fff" transform="translate(100.6 3)" xlink:href="#dv"/><use width="100%" height="100%" fill="#fff" transform="translate(111.4 -3.1)" xlink:href="#dw"/><use width="100%" height="100%" fill="#fff" transform="translate(102.6 9.4)" xlink:href="#dx"/><use width="100%" height="100%" fill="#fff" transform="translate(104.4 9.4)" xlink:href="#dy"/><use width="100%" height="100%" fill="#fff" transform="translate(111.4 9.4)" xlink:href="#dz"/><use width="100%" height="100%" fill="#fff" transform="translate(125.8 -8)" xlink:href="#dA"/><use width="100%" height="100%" fill="#fff" transform="translate(137.4 3)" xlink:href="#dB"/><use width="100%" height="100%" fill="#fff" transform="translate(133.5 3)" xlink:href="#dC"/><use width="100%" height="100%" fill="#fff" transform="translate(131.6 3)" xlink:href="#dD"/><use width="100%" height="100%" fill="#fff" transform="translate(121.8 -3.1)" xlink:href="#dE"/><use width="100%" height="100%" fill="#fff" transform="translate(133.4 9.4)" xlink:href="#dF"/><use width="100%" height="100%" fill="#fff" transform="translate(126.4 9.4)" xlink:href="#dG"/><use width="100%" height="100%" fill="#fff" transform="translate(124.6 9.4)" xlink:href="#dH"/><use width="100%" height="100%" fill="#fff" transform="translate(116.8 12.9)" xlink:href="#dI"/><use width="100%" height="100%" fill="#fff" transform="translate(139 .7)" xlink:href="#dJ"/><use width="100%" height="100%" fill="#fff" transform="translate(140.9 2.9)" xlink:href="#dK"/><defs><path id="a" fill-rule="evenodd" d="M4 .7A3.2 3.2 0 0 0 .8 4v15.2c0 1.7 1.4 3.2 3.2 3.2 1.8 0 3.2-1.5 3.2-3.2V3.9C7.2 2.2 5.8.7 4 .7zM4 23a4 4 0 0 1-4-4V4A4 4 0 0 1 4 0a4 4 0 0 1 4 3.9v15.2A4 4 0 0 1 4 23z"/><path id="b" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="c" fill-rule="evenodd" d="M1.3.5c0-.2 0-.4.3-.5.2 0 .4 0 .4.3a.4.4 0 0 1-.3.4.4.4 0 0 1-.4-.2zM3 1a.4.4 0 0 1 0-.5c.1-.2.3-.2.5 0 .2 0 .2.3 0 .5A.4.4 0 0 1 3 1zm-2.8.7a.4.4 0 0 1-.2-.5C.1 1 .4 1 .5 1c.2.1.3.4.2.5a.4.4 0 0 1-.5.2zm3.4.5c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 3.2c0-.2 0-.5.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.2.5H.4L0 3.3zm3 .7a.4.4 0 0 1 0-.6l.6.1v.5A.4.4 0 0 1 3 4zm-1.4.5a.4.4 0 0 1-.3-.5c0-.2.3-.3.5-.3s.3.3.2.5a.4.4 0 0 1-.4.3z"/><path id="d" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="e" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="f" fill-rule="evenodd" d="M1.3.5c0-.2 0-.4.3-.5.2 0 .4 0 .4.3a.4.4 0 0 1-.3.4.4.4 0 0 1-.4-.2zM3 1a.4.4 0 0 1 0-.5c.1-.2.3-.2.5 0 .2 0 .2.3 0 .5A.4.4 0 0 1 3 1zm-2.8.7a.4.4 0 0 1-.2-.5C.1 1 .4 1 .5 1c.2.1.3.4.2.5 0 .2-.2.2-.3.2H.2zm3.4.5c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 3.2c0-.2 0-.5.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.2.5H.4L0 3.3zm3 .7a.4.4 0 0 1 0-.6l.6.1v.5l-.3.1-.3-.1zm-1.4.5a.4.4 0 0 1-.3-.5c0-.2.3-.3.5-.3s.3.3.2.5a.4.4 0 0 1-.4.3z"/><path id="g" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="h" fill-rule="evenodd" d="M3.8 1.9c0 1-.8 1.8-1.9 1.8C.9 3.7 0 3 0 2S.9 0 1.9 0c1 0 1.9.8 1.9 1.9"/><path id="i" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="j" fill-rule="evenodd" d="M3 .4c0-.2.2-.4.4-.4s.4.1.4.3c0 .2 0 .4-.3.4A.4.4 0 0 1 3 .4zM5 1a.4.4 0 0 1-.2-.5c0-.2.3-.3.5-.2.2 0 .3.2.2.4A.4.4 0 0 1 5 1zm-3.4.3a.4.4 0 0 1 0-.5h.6c.1.2 0 .5-.1.6h-.5zm4.7.5a.4.4 0 0 1 0-.6H7v.6h-.6zm-5.7.9A.4.4 0 0 1 .4 2c.1-.2.4-.3.5-.2.2.1.3.3.2.5a.4.4 0 0 1-.5.2zm6.5.3c0-.2 0-.4.2-.4s.4 0 .5.2c0 .2 0 .4-.2.5h-.2a.4.4 0 0 1-.3-.3zM0 4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 0 4zm7.2.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 5.5c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm7.2.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM0 7.2c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm7.2.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 8.8c0-.1.2-.3.4-.3s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm7.2.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm-7.2 1c0-.1.2-.3.4-.3s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm7.2.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm-7.2 1c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm7.2.7c0-.3.2-.4.4-.4s.4.1.4.4c0 .2-.2.3-.4.3a.4.4 0 0 1-.4-.3zm-7.2 1c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm7.2.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm-7.2 1c0-.1.2-.3.4-.3s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm7.2.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm-7.2 1c0-.1.2-.3.4-.3s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm7.2.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm-7.2 1c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4A.4.4 0 0 1 0 19zm7.2.7c0-.3.2-.4.4-.4s.4.1.4.4c0 .2-.2.3-.4.3a.4.4 0 0 1-.4-.3zm-7.2 1c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm7.2.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm-7.2 1c0-.1.2-.3.4-.3s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm7.2.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm-7.2 1c0-.1.2-.3.4-.3s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 0 24zm7.2.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm-7.2 1c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm7.2.7c0-.3.2-.4.4-.4s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.3zm-7 1.1c0-.2 0-.4.2-.5.2 0 .4 0 .5.3 0 .2 0 .4-.3.4a.4.4 0 0 1-.4-.2zm6.8.8a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.2.2.1.2.4.1.5 0 .2-.2.2-.3.2H7zm-5.9.8a.4.4 0 0 1 0-.5c.2-.2.4-.2.6 0v.5a.4.4 0 0 1-.6 0zm4.7.3a.4.4 0 0 1 0-.5l.6.1v.5l-.3.1c-.1 0-.2 0-.3-.2zm-3 .7a.4.4 0 0 1-.3-.5c0-.2.3-.3.5-.2a.4.4 0 0 1-.2.7zm1.3-.2c0-.2.2-.4.4-.4s.4 0 .4.3a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.3z"/><path id="k" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="l" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="m" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="n" fill-rule="evenodd" d="M3.8 1.9c0 1-.8 1.8-1.9 1.8C.9 3.7 0 3 0 2S.9 0 1.9 0c1 0 1.9.8 1.9 1.9"/><path id="o" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="p" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="q" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="r" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="s" fill-rule="evenodd" d="M4 .7A3.2 3.2 0 0 0 .8 4v22.4c0 1.7 1.4 3.2 3.2 3.2 1.8 0 3.2-1.5 3.2-3.2V3.9C7.2 2.2 5.8.7 4 .7zm0 29.5a4 4 0 0 1-4-3.9V3.9A4 4 0 0 1 4 0a4 4 0 0 1 4 3.9v22.4a4 4 0 0 1-4 3.9z"/><path id="t" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="u" fill-rule="evenodd" d="M1.3.5c0-.2 0-.4.3-.5.2 0 .4 0 .4.3a.4.4 0 0 1-.3.4.4.4 0 0 1-.4-.2zM3 1a.4.4 0 0 1 0-.5c.1-.2.3-.2.5 0 .2 0 .2.3 0 .5l-.2.1H3zm-2.8.7a.4.4 0 0 1-.2-.5C.1 1 .4 1 .5 1c.2.1.3.4.2.5a.4.4 0 0 1-.5.2zm3.4.5c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 3.2c0-.2 0-.5.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.2.5H.4L0 3.3zm3 .7a.4.4 0 0 1 0-.6l.6.1v.5l-.3.1-.3-.1zm-1.4.5a.4.4 0 0 1-.3-.5.4.4 0 0 1 .7.2.4.4 0 0 1-.4.3z"/><path id="v" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="w" fill-rule="evenodd" d="M3.8 1.9c0 1-.8 1.8-1.9 1.8C.9 3.7 0 3 0 2S.9 0 1.9 0c1 0 1.9.8 1.9 1.9"/><path id="x" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="y" fill-rule="evenodd" d="M4 .7A3.2 3.2 0 0 0 .8 4v7.8C.8 13.5 2.2 15 4 15c1.8 0 3.2-1.4 3.2-3.2V4C7.2 2.2 5.8.7 4 .7zm0 15a4 4 0 0 1-4-4V4A4 4 0 0 1 4 0a4 4 0 0 1 4 3.9v7.8a4 4 0 0 1-4 4z"/><path id="z" fill-rule="evenodd" d="M3.8 1.9c0 1-.8 1.8-1.9 1.8C.9 3.7 0 3 0 2S.9 0 1.9 0c1 0 1.9.8 1.9 1.9"/><path id="A" fill-rule="evenodd" d="M4 .7A3.2 3.2 0 0 0 .8 4v15.2c0 1.7 1.4 3.2 3.2 3.2 1.8 0 3.2-1.5 3.2-3.2V3.9C7.2 2.2 5.8.7 4 .7zM4 23A4 4 0 0 1 0 19V3.9A4 4 0 0 1 4 0a4 4 0 0 1 4 3.9v15.2A4 4 0 0 1 4 23z"/><path id="B" fill-rule="evenodd" d="M1.3.5c0-.2 0-.4.3-.5.2 0 .4 0 .4.3a.4.4 0 0 1-.3.4.4.4 0 0 1-.4-.2zM3 1a.4.4 0 0 1 0-.5c.1-.2.3-.2.5 0 .2 0 .2.3 0 .5l-.2.1H3zm-2.8.7a.4.4 0 0 1-.2-.5C.1 1 .4 1 .5 1c.2.1.3.4.2.5a.4.4 0 0 1-.5.2zm3.4.5c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 3.2c0-.2 0-.5.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.2.5a.4.4 0 0 1-.5-.1zm3 .7a.4.4 0 0 1 0-.6l.6.1a.4.4 0 0 1-.3.6L3 3.9zm-1.4.5a.4.4 0 0 1-.3-.5c0-.2.3-.3.5-.3s.3.3.2.5a.4.4 0 0 1-.4.3z"/><path id="C" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="D" fill-rule="evenodd" d="M6 .6c0-.2 0-.4.2-.5.2-.2.4 0 .5 0 .1.3 0 .5-.1.6h-.2L6 .6zm-1.5.8c0-.2 0-.4.2-.5.2-.1.4 0 .5.1a.4.4 0 0 1-.3.6c-.2 0-.3 0-.4-.2zM3 2.2c0-.1 0-.4.2-.5.2 0 .4 0 .5.2.1.2 0 .4-.1.5h-.2c-.2 0-.3 0-.4-.2zm-1.5.9c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5h-.2l-.4-.1zm-1.4.8c-.2-.1 0-.4 0-.5.3 0 .5 0 .6.2.1.1 0 .4-.1.5H.4c-.2 0-.3 0-.3-.2z"/><path id="E" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="F" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm1.5.8a.4.4 0 0 1-.2-.5c.2-.1.4-.2.6-.1.1.1.2.3.1.5a.4.4 0 0 1-.5.1zm1.5.9a.4.4 0 0 1-.2-.5c.1-.2.4-.3.6-.2.1.1.2.4.1.5 0 .2-.2.2-.3.2h-.2zm1.5.8a.4.4 0 0 1-.2-.5c.1-.2.4-.2.6-.1.1 0 .2.3.1.5a.4.4 0 0 1-.5.1zm1.5.9a.4.4 0 0 1-.2-.5c.1-.2.4-.3.6-.2.1.1.2.4.1.5a.4.4 0 0 1-.5.2z"/><path id="G" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="H" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="I" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="J" fill-rule="evenodd" d="M6 .6c0-.2 0-.4.2-.5.2-.2.4 0 .5 0 .1.3 0 .5-.1.6h-.2L6 .6zm-1.5.8c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5h-.2l-.4-.1zM3 2.2c0-.1 0-.4.2-.5.2 0 .4 0 .5.2.1.2 0 .4-.1.5h-.2c-.2 0-.3 0-.4-.2zm-1.5.9c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5h-.2l-.4-.1zm-1.4.8c-.2-.1 0-.4 0-.5.3 0 .5 0 .6.2.1.1 0 .4-.1.5H.4c-.1 0-.3 0-.3-.2z"/><path id="K" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm1.5.8a.4.4 0 0 1-.2-.5c.2-.1.4-.2.6-.1.1.1.2.3.1.5a.4.4 0 0 1-.5.1zm1.5.9a.4.4 0 0 1-.2-.5c.1-.2.4-.3.6-.2.1.1.2.4.1.5 0 .2-.2.2-.3.2h-.2zm1.5.8a.4.4 0 0 1-.2-.5c.1-.2.4-.2.6-.1.1 0 .2.3.1.5a.4.4 0 0 1-.5.1zm1.5.9a.4.4 0 0 1-.2-.5c.1-.2.4-.3.6-.2.1.1.2.4.1.5a.4.4 0 0 1-.5.2z"/><path id="L" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="M" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="N" fill-rule="evenodd" d="M.8 11.4L7 14.9l6.3-3.5v-7L7 .7.8 4.3zM7 15.7h-.2L.2 11.9a.4.4 0 0 1-.2-.3V4.1c0-.1 0-.2.2-.3L6.8 0h.4l6.6 3.8c.2 0 .2.2.2.3v7.5c0 .1 0 .3-.2.3l-6.6 3.8H7z"/><path id="O" fill-rule="evenodd" d="M.8 15.4l8.6 4.8 8.6-4.8V5.7L9.4.8.8 5.7zM9.4 21h-.2l-9-5.1a.4.4 0 0 1-.2-.3V5.4c0-.1 0-.2.2-.3l9-5h.3l9 5 .2.3v10.2c0 .1 0 .2-.2.3l-9 5-.1.1z"/><path id="P" fill-rule="evenodd" d="M.8 15.4l8.6 4.8 8.6-4.8V5.7L9.4.8.8 5.7zM9.4 21h-.2l-9-5.1a.4.4 0 0 1-.2-.3V5.4s0-.2.2-.3l9-5h.3l9 5 .2.3v10.2c0 .1 0 .2-.2.3l-9 5-.1.1z"/><path id="Q" fill-rule="evenodd" d="M.8 15.4l8.6 4.8 8.6-4.8V5.7L9.4.8.8 5.7zM9.4 21h-.2l-9-5.1a.4.4 0 0 1-.2-.3V5.4s0-.2.2-.3l9-5h.3l9 5 .2.3v10.2c0 .1 0 .2-.2.3l-9 5-.1.1z"/><path id="R" fill-rule="evenodd" d="M.8 15.4l8.6 4.8 8.6-4.8V5.7L9.4.8.8 5.7zM9.4 21h-.2l-9-5.1a.4.4 0 0 1-.2-.3V5.4c0-.1 0-.2.2-.3l9-5h.3l9 5 .2.3v10.2c0 .1 0 .2-.2.3l-9 5-.1.1z"/><path id="S" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="T" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.5c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.6c0-.3.2-.4.4-.4s.4.1.4.4c0 .2-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="U" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="V" fill-rule="evenodd" d="M2.8.6c-.1-.2 0-.4.1-.6.2 0 .4 0 .5.2.1.2 0 .4-.1.5h-.2L2.8.6zm-1.4.7c0-.1 0-.4.2-.5.1 0 .4 0 .5.2 0 .1 0 .4-.2.5h-.2s-.2 0-.3-.2zm-1.3.8c-.2-.2 0-.4 0-.5.3-.1.5 0 .6.1.1.2 0 .4-.1.5H.4L0 2.2z"/><path id="W" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="X" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2.2.2.4.1.6a.4.4 0 0 1-.5 0zm1.4.8a.4.4 0 0 1-.2-.5c.1-.2.4-.3.5-.2.2.1.3.4.2.5a.4.4 0 0 1-.5.2zm1.3.7a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1z"/><path id="Y" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="Z" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.5c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.6c0-.3.2-.4.4-.4s.4.1.4.4c0 .2-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="aa" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="ab" fill-rule="evenodd" d="M2.8.6c-.1-.2 0-.4.1-.6.2 0 .4 0 .5.2.1.2 0 .4-.1.5h-.2L2.8.6zm-1.4.7c0-.1 0-.4.2-.5.1 0 .4 0 .5.2 0 .1 0 .4-.2.5a.4.4 0 0 1-.5-.2zm-1.3.8c-.2-.2 0-.4 0-.5.3-.1.5 0 .6.1.1.2 0 .4-.1.5H.4L0 2.2z"/><path id="ac" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="ad" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2.2.2.4.1.6a.4.4 0 0 1-.5 0zm1.4.8a.4.4 0 0 1-.2-.5c.1-.2.4-.3.5-.2.2.1.3.4.2.5l-.4.2h-.1zm1.3.7a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1s.2.3.1.5a.4.4 0 0 1-.5.1z"/><path id="ae" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="af" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.5c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.6c0-.3.2-.4.4-.4s.4.1.4.4c0 .2-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="ag" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="ah" fill-rule="evenodd" d="M2.8.6c-.1-.2 0-.4.1-.5.2-.2.4 0 .5 0 .1.3 0 .5-.1.6h-.2L2.8.6zm-1.4.7c0-.1 0-.4.2-.5.1 0 .4 0 .5.2 0 .1 0 .4-.2.5h-.2s-.2 0-.3-.2zm-1.3.8c-.2-.2 0-.4 0-.5.3-.1.5 0 .6.1.1.2 0 .4-.1.5H.4L0 2.2z"/><path id="ai" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="aj" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm1.4.8a.4.4 0 0 1-.2-.5c.1-.2.4-.3.5-.2.2.1.3.4.2.5a.4.4 0 0 1-.5.2zm1.3.7a.4.4 0 0 1-.1-.5c0-.1.3-.2.5-.1.2 0 .2.3.1.5l-.3.2H3z"/><path id="ak" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="al" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.5c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.6c0-.3.2-.4.4-.4s.4.1.4.4c0 .2-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="am" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="an" fill-rule="evenodd" d="M2.8.6c-.1-.2 0-.4.1-.5.2-.2.4 0 .5 0 .1.3 0 .5-.1.6h-.2L2.8.6zm-1.4.7c0-.1 0-.4.2-.5.1 0 .4 0 .5.2 0 .1 0 .4-.2.5h-.2s-.2 0-.3-.2zm-1.3.8c-.2-.2 0-.4 0-.5.3-.1.5 0 .6.1.1.2 0 .4-.1.5H.4L0 2.2z"/><path id="ao" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="ap" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5L.4.7H.2zm1.4.8a.4.4 0 0 1-.2-.5c.1-.2.4-.3.5-.2.2.1.3.4.2.5a.4.4 0 0 1-.5.2zm1.3.7a.4.4 0 0 1-.1-.5c0-.1.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1z"/><path id="aq" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2S3.3 2.7 3.3 2 2.7.7 2 .7zM2 4a2 2 0 0 1-2-2C0 .9 1 0 2 0a2 2 0 0 1 2 2c0 1-.8 2-2 2z"/><path id="ar" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2S3.3 2.7 3.3 2 2.7.7 2 .7zM2 4a2 2 0 0 1-2-2C0 .9 1 0 2 0a2 2 0 0 1 2 2c0 1-.8 2-2 2z"/><path id="lI" fill-rule="evenodd" d="M2.7.7a.4.4 0 0 1-.2-.5C2.6 0 3-.1 3 0c.2 0 .3.3.2.5l-.3.1h-.2zM.9.6C.8.4.9.2 1 0h.5c.1.3 0 .5-.1.6h-.2L.9.6zm2.4 1.2c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM0 1.8c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm2.5 1.6c0-.2 0-.4.2-.6.2 0 .4 0 .5.2.1.2 0 .4-.1.5a.4.4 0 0 1-.6-.1zM1 3.4A.4.4 0 0 1 1 3c0-.2.3-.3.5-.2.2.2.2.4.1.6a.4.4 0 0 1-.5 0z"/><path id="as" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2S3.3 2.7 3.3 2 2.7.7 2 .7zM2 4a2 2 0 0 1-2-2C0 .9 1 0 2 0a2 2 0 0 1 2 2c0 1-.8 2-2 2z"/><path id="at" fill-rule="evenodd" d="M3.8.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h3.4c.2 0 .3.2.3.4s-.1.3-.3.3"/><path id="au" fill-rule="evenodd" d="M.4 4a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v3.3c0 .2-.2.4-.4.4"/><path id="av" fill-rule="evenodd" d="M3.7 2.4l-.3-.1L2 .9.6 2.3H.1a.4.4 0 0 1 0-.6L1.8.1h.5L4 1.7v.6h-.3"/><path id="aw" fill-rule="evenodd" d="M3.7 2.4l-.3-.1L2 .9.6 2.3H.1a.4.4 0 0 1 0-.6L1.8.1h.5L4 1.7v.6h-.3"/><path id="ax" fill-rule="evenodd" d="M3.7 2.4l-.3-.1L2 .9.6 2.3H.1a.4.4 0 0 1 0-.6L1.8.1h.5L4 1.7a.4.4 0 0 1-.3.7"/><path id="ay" fill-rule="evenodd" d="M3.7 2.4l-.3-.1L2 .9.6 2.3H.1a.4.4 0 0 1 0-.6L1.8.1h.5L4 1.7v.6h-.3"/><path id="az" fill-rule="evenodd" d="M.4 4L0 3.9a.4.4 0 0 1 0-.5L1.5 2 .1.6a.4.4 0 0 1 0-.5h.5l1.7 1.6c.2.2.2.4 0 .6L.6 3.9.4 4"/><path id="aA" fill-rule="evenodd" d="M.4 4L0 3.9a.4.4 0 0 1 0-.5L1.5 2 .1.6a.4.4 0 0 1 0-.5h.5l1.7 1.6c.2.2.2.4 0 .6L.6 3.9.4 4"/><path id="aB" fill-rule="evenodd" d="M.4 4L0 3.9a.4.4 0 0 1 0-.5L1.5 2 .1.6a.4.4 0 0 1 0-.5h.5l1.7 1.6c.2.2.2.4 0 .6L.6 3.9.4 4"/><path id="ra" fill-rule="evenodd" d="M16.3 28.5h-3.5a.4.4 0 0 1-.4-.4v-1l-1-.2-.5 1c0 .1-.3.2-.5.1l-3.2-1.3a.4.4 0 0 1-.2-.5l.4-1a17 17 0 0 1-.5-.4l-.9.8h-.5L3 23a.4.4 0 0 1 0-.5l.8-.8-.6-.8-1 .3c-.2.1-.4 0-.5-.2L.4 18c0-.2 0-.4.2-.4l1-.5-.1-.6H.4A.4.4 0 0 1 0 16v-3.5c0-.2.2-.3.4-.3h1l.3-1-1-.5a.4.4 0 0 1-.2-.5L1.9 7l.5-.2 1 .4.4-.5-.8-.8a.4.4 0 0 1 0-.5L5.5 3c.2-.2.4-.2.5 0l.9.7.8-.6-.4-1c0-.2 0-.4.3-.5L10.8.4c.2-.1.4 0 .5.2l.5 1 .6-.2v-1c0-.2.2-.4.4-.4h3.5c.2 0 .4.2.4.4v1l1 .2.5-1c.1-.1.4-.2.5-.1l2 .8c.2.1.3.3.2.5 0 .2-.3.3-.5.2l-1.6-.7-.5 1s-.2.2-.4.1l-1.5-.3a.4.4 0 0 1-.4-.3v-1h-2.8v1c0 .1-.2.3-.4.3l-1.2.2c-.1 0-.3 0-.4-.2l-.4-.9-2.6 1 .3 1-.1.4c-.5.3-1 .5-1.3.9h-.5l-.8-.8-2 2 .7.7c.2.2.2.4 0 .5l-.6 1c-.1.1-.3.2-.5.1l-1-.3-1 2.5.9.4.2.4-.3 1.5c0 .2-.2.3-.4.3h-1v2.8h1c.2 0 .3.2.4.4l.2 1.1c0 .2 0 .4-.2.5l-1 .4 1 2.5 1-.3.5.1c.3.5.5.9.9 1.3v.5l-.8.7 2 2 .8-.7c.1-.1.3-.2.5 0l1 .6c.1.1.2.3.1.5l-.4 1 2.6 1 .5-1s.2-.2.4-.1l1.5.3c.2 0 .3.2.3.3v1H16v-1c0-.1.2-.3.4-.3l1.1-.2c.2 0 .4 0 .5.2l.4 1 2-.9c.2 0 .4 0 .5.2.1.2 0 .4-.2.5l-2.4 1c-.1 0-.4 0-.4-.3l-.5-1-.6.2v1c0 .2-.3.4-.5.4"/><path id="rb" fill-rule="evenodd" d="M5.2.7a.4.4 0 0 1-.4-.4c0-.2.2-.3.5-.3.2 0 .3.2.3.4s-.2.3-.4.3zm-2 0c0-.3 0-.5.3-.5.2 0 .4 0 .4.2.1.2 0 .4-.2.5h-.1a.4.4 0 0 1-.4-.3zm3.5.4a.4.4 0 0 1-.2-.5c0-.1.3-.2.5-.1.2 0 .3.3.2.5a.4.4 0 0 1-.5.1zm-5 .4A.4.4 0 0 1 2 1c.1-.2.4-.1.5 0v.5l-.3.1-.3-.1zM8 2a.4.4 0 0 1 0-.5h.5c.2.2.2.4 0 .6a.4.4 0 0 1-.5 0zm-7.1.8a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.2.2.1.2.4.1.5 0 .2-.2.2-.3.2H.8zm7.9.5c-.1-.2 0-.4.2-.5.2 0 .4 0 .5.2 0 .2 0 .4-.2.5H9c-.1 0-.3 0-.3-.2zm-8.4 1A.4.4 0 0 1 0 4c0-.2.2-.3.4-.3.3 0 .4.2.4.4s-.2.3-.4.3zm8.7.5c0-.3.1-.4.3-.4.2 0 .4.1.4.3 0 .3-.2.4-.4.4a.4.4 0 0 1-.3-.3zm-9 .9c0-.2.1-.4.3-.5.2 0 .4.1.5.3a.4.4 0 0 1-.4.5.4.4 0 0 1-.4-.3zm8.9 1a.4.4 0 0 1-.2-.5c0-.2.3-.3.5-.2a.4.4 0 0 1-.2.7H9zm-8.2.6v-.5c.3-.1.5 0 .6.1.1.2 0 .4-.1.5H1l-.3-.1zm7.2.7a.4.4 0 0 1 0-.5c.1-.2.4-.2.5 0 .2.1.2.3 0 .5A.4.4 0 0 1 8 8zm-6 .6a.4.4 0 0 1-.1-.5c.1-.2.4-.2.5-.1.2.1.2.3.1.5l-.3.2-.2-.1zm4.6.3c-.1-.2 0-.4.2-.5.2-.1.4 0 .5.1 0 .2 0 .5-.2.5h-.2L6.5 9zm-3 .5a.4.4 0 0 1-.3-.5c0-.2.3-.3.5-.2.2 0 .3.2.3.4a.4.4 0 0 1-.5.3zm1.4-.2c0-.2.1-.4.3-.4.2 0 .4.1.4.3 0 .2-.1.4-.3.4a.4.4 0 0 1-.4-.3z"/><path id="rc" fill-rule="evenodd" d="M2.8.7a2 2 0 0 0-2 2 2 2 0 1 0 4 0c0-1-.9-2-2-2zm0 4.8A2.8 2.8 0 0 1 0 2.7C0 1.2 1.3 0 2.8 0c1.5 0 2.8 1.2 2.8 2.7 0 1.5-1.3 2.8-2.8 2.8z"/><path id="rd" fill-rule="evenodd" d="M1.9.7C1.3.7.8 1.2.8 2c0 .6.5 1 1.1 1C2.5 3 3 2.6 3 2 3 1.2 2.5.7 2 .7zm0 3C.9 3.7 0 3 0 2S.9 0 1.9 0c1 0 1.9.8 1.9 1.9 0 1-.9 1.8-1.9 1.8z"/><path id="re" fill-rule="evenodd" d="M1.9.7C1.3.7.8 1.2.8 2c0 .6.5 1 1.1 1C2.5 3 3 2.6 3 2 3 1.2 2.5.7 2 .7zm0 3C.9 3.7 0 3 0 2S.9 0 1.9 0a1.9 1.9 0 0 1 0 3.7z"/><path id="rf" fill-rule="evenodd" d="M1.3 2.5c-.4 0-.7-.1-1-.3C0 1.7 0 .9.4.4.7 0 1 0 1.4 0c.3 0 .5.2.4.4 0 .2-.2.4-.4.3-.1 0-.3 0-.4.2-.2.2-.2.5 0 .7l.4.2c.2 0 .4.1.4.3 0 .2-.1.4-.3.4h-.1"/><path id="rg" fill-rule="evenodd" d="M1.3.7L.9 1c-.2.2-.2.5 0 .7.2.2.6.2.8 0 .2-.2.2-.5 0-.7a.5.5 0 0 0-.4-.2zm0 1.8c-.4 0-.7-.1-1-.3C0 1.7 0 .9.4.4a1.3 1.3 0 0 1 2 0c.4.5.4 1.3 0 1.8-.3.2-.7.3-1 .3z"/><path id="rh" fill-rule="evenodd" d="M1.3 2.5c-.4 0-.7-.1-1-.3C0 1.7 0 .9.4.4.7 0 1 0 1.4 0c.3 0 .5.2.4.4 0 .2-.2.4-.4.3-.1 0-.3 0-.4.2-.2.2-.2.5 0 .7l.4.2c.2 0 .4.1.4.3 0 .2-.1.4-.3.4h-.1"/><path id="ri" fill-rule="evenodd" d="M1.3.7L.9 1c-.2.2-.2.5 0 .7.2.2.6.2.8 0 .2-.2.2-.5 0-.7a.5.5 0 0 0-.4-.2zm0 1.8c-.4 0-.7-.1-1-.3C0 1.7 0 .9.4.4a1.3 1.3 0 0 1 2 0c.4.5.4 1.3 0 1.8-.3.2-.7.3-1 .3z"/><path id="rj" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="rk" fill-rule="evenodd" d="M18 .4c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zm2 .4a.4.4 0 0 1-.3-.4c0-.2.2-.4.4-.3.2 0 .4.2.3.4 0 .2-.1.3-.3.3zM16.3.5c0-.2 0-.4.3-.4.2 0 .4.1.4.3 0 .2-.1.4-.3.4a.4.4 0 0 1-.4-.3zm-1.7.3c0-.2 0-.4.3-.5.2 0 .4.1.4.3 0 .2 0 .4-.3.5a.4.4 0 0 1-.4-.3zm-1.7.4c0-.2 0-.4.3-.5.2 0 .4.1.5.3 0 .2-.1.4-.3.5h-.1a.4.4 0 0 1-.4-.3zm-1.6.6c0-.2 0-.4.2-.5.2 0 .5 0 .5.2.1.2 0 .4-.2.5a.4.4 0 0 1-.5-.2zm-1.5.7c-.1-.2 0-.4.1-.5.2 0 .5 0 .6.2 0 .2 0 .4-.2.5h-.2c-.1 0-.2 0-.3-.2zm-1.5.9l.1-.5c.2-.1.5 0 .6.1l-.1.5h-.3l-.3-.1zM7 4.4a.4.4 0 0 1 0-.5h.6l-.1.6h-.2L7 4.4zM5.7 5.5a.4.4 0 0 1 0-.5h.5c.2.2.2.4 0 .5l-.2.1h-.3zM4.5 6.8a.4.4 0 0 1 0-.6H5c.2.1.2.4 0 .5l-.2.1h-.3zM3.5 8a.4.4 0 0 1 0-.5c0-.2.3-.2.4-.1.2.1.3.3.1.5a.4.4 0 0 1-.5 0zm-.9 1.4a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1zM2 11a.4.4 0 0 1-.2-.5c0-.2.3-.3.5-.2.2.1.2.3.2.5-.1.2-.2.2-.4.2H2zm-.7 1.6A.4.4 0 0 1 1 12c0-.2.3-.3.5-.2.2 0 .3.3.2.4 0 .2-.2.3-.3.3h-.2zm-.4 1.6a.4.4 0 0 1-.3-.5c0-.2.3-.3.5-.2.2 0 .3.2.3.4a.4.4 0 0 1-.5.3zm-.3 1.6a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.4.2.3.4c0 .2-.2.3-.3.3H.5zm-.1 1.7a.4.4 0 0 1-.4-.4c0-.2.2-.4.4-.3.2 0 .4.1.4.3 0 .2-.2.4-.4.4zM0 18.8c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm.2 1.7c0-.2 0-.4.3-.4.2 0 .4.1.4.3a.4.4 0 0 1-.4.4.4.4 0 0 1-.3-.3zm.3 1.7c0-.2 0-.4.3-.5.2 0 .4.1.4.3a.4.4 0 0 1-.4.5.4.4 0 0 1-.3-.3zm.4 1.6c0-.2 0-.4.3-.4.2-.1.4 0 .5.2 0 .2 0 .4-.3.5a.4.4 0 0 1-.5-.3zm.7 1.6c-.1-.2 0-.4.2-.5.2 0 .4 0 .5.2a.4.4 0 0 1-.4.5c-.1 0-.3 0-.3-.2zm.8 1.5c-.1-.1 0-.4.1-.5.2 0 .4 0 .5.2.1.1 0 .4-.1.5h-.2c-.1 0-.3 0-.3-.2zm.9 1.5v-.5c.3-.2.5-.1.6 0v.6h-.3l-.3-.1zm1 1.3a.4.4 0 0 1 .1-.5h.5c.2.2.2.4 0 .6a.4.4 0 0 1-.5 0zM5.7 31a.4.4 0 0 1 0-.5c0-.2.3-.2.5 0v.5a.4.4 0 0 1-.5 0zM6.9 32a.4.4 0 0 1-.1-.5c.1-.2.4-.2.5 0 .2 0 .2.3 0 .5h-.2-.2zm1.4 1a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1s.2.3 0 .5l-.2.2h-.2zm1.5.9a.4.4 0 0 1-.2-.5c.1-.2.3-.3.5-.2.2.1.3.4.2.5a.4.4 0 0 1-.5.2zm1.5.7a.4.4 0 0 1-.2-.5l.5-.2c.2.1.3.3.2.5 0 .2-.2.3-.3.3h-.2zm1.7.6a.4.4 0 0 1-.3-.5c0-.1.3-.3.5-.2.2 0 .3.3.3.5a.4.4 0 0 1-.5.2zm1.7.4a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.4.3.3.5a.4.4 0 0 1-.4.2zm1.7.3a.4.4 0 0 1-.3-.4c0-.2.2-.4.4-.3.2 0 .3.2.3.4s-.2.3-.4.3zm3-.3c0-.2.2-.4.4-.4s.4.2.4.4-.1.4-.3.4a.4.4 0 0 1-.4-.4zm-1.3.4a.4.4 0 0 1-.3-.4c0-.2.1-.3.3-.3.3 0 .4.2.4.4s-.2.3-.4.3z"/><path id="mb" fill-rule="evenodd" d="M.8 9.8h3v-9h-3zm3.5.8h-4a.4.4 0 0 1-.3-.4V.4C0 .2.2 0 .4 0h3.9c.2 0 .4.2.4.4v9.8c0 .2-.2.4-.4.4z"/><path id="mc" fill-rule="evenodd" d="M.4 7.1a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v6.3c0 .3-.2.4-.4.4"/><path id="md" fill-rule="evenodd" d="M.8 15.8h3V.8h-3zm3.5.8h-4a.4.4 0 0 1-.3-.4V.4C0 .2.2 0 .4 0h3.9c.2 0 .4.2.4.4v15.8c0 .2-.2.4-.4.4z"/><path id="me" fill-rule="evenodd" d="M.4 13.1a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v12.4c0 .2-.2.3-.4.3"/><path id="mf" fill-rule="evenodd" d="M.8 21h3V.8h-3zm3.5.8h-4a.4.4 0 0 1-.3-.4V.4C0 .2.2 0 .4 0h3.9c.2 0 .4.2.4.4v21c0 .2-.2.4-.4.4z"/><path id="mg" fill-rule="evenodd" d="M.4 18.3A.4.4 0 0 1 0 18V.4C0 .2.2 0 .4 0s.4.2.4.4V18c0 .2-.2.3-.4.3"/><path id="mh" fill-rule="evenodd" d="M.8 25.5h3V.7h-3zm3.5.7h-4a.4.4 0 0 1-.3-.4V.4C0 .2.2 0 .4 0h3.9c.2 0 .4.2.4.4v25.4c0 .3-.2.4-.4.4z"/><path id="mi" fill-rule="evenodd" d="M.4 22.8a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v22c0 .2-.2.4-.4.4"/><path id="mj" fill-rule="evenodd" d="M18.3.7H.3A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h17.9c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="mk" fill-rule="evenodd" d="M.4 15.9a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v15.1c0 .2-.2.4-.4.4"/><path id="ml" fill-rule="evenodd" d="M1.6 2.4l-.3-.1L.1.6A.4.4 0 0 1 0 0h.6l1 1.3.9-1.2C2.7 0 3 0 3 0c.2 0 .2.3.1.5L1.9 2.3l-.3.1"/><path id="mm" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="mn" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4"/><path id="mo" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="mp" fill-rule="evenodd" d="M.4 3.3A.4.4 0 0 1 0 3V.4C0 .2.2 0 .4 0s.4.2.4.4V3c0 .2-.2.3-.4.3"/><path id="mq" fill-rule="evenodd" d="M1.6.7c-.5 0-.8.4-.8.9 0 .4.3.8.8.8h5.5c.5 0 .9-.4.9-.8C8 1 7.6.7 7 .7zm5.5 2.4H1.6C.7 3.1 0 2.4 0 1.6 0 .7.7 0 1.6 0h5.5C8 0 8.7.7 8.7 1.6 8.7 2.4 8 3 7.1 3z"/><path id="mr" fill-rule="evenodd" d="M5.7.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h5.3c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="ms" fill-rule="evenodd" d="M29.5 7.3H.4A.4.4 0 0 1 0 7V.4C0 .2.2 0 .4 0s.4.2.4.4v6.2H29V.4c0-.2.2-.4.4-.4s.4.2.4.4V7c0 .2-.2.3-.4.3"/><path id="mt" fill-rule="evenodd" d="M29.5 7.3a.4.4 0 0 1-.4-.3V.7H.8V7c0 .2-.2.3-.4.3A.4.4 0 0 1 0 7V.4C0 .2.2 0 .4 0h29.1c.2 0 .4.2.4.4V7c0 .2-.2.3-.4.3"/><path id="mu" fill-rule="evenodd" d="M29.5.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h29.1c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="qc" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="qd" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4A.4.4 0 0 1 0 2zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM0 7c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4A.4.4 0 0 1 0 7zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM0 12c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4A.4.4 0 0 1 0 12zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM0 17c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4A.4.4 0 0 1 0 17zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 22c0-.2.2-.3.4-.3s.4.1.4.3c0 .3-.2.4-.4.4A.4.4 0 0 1 0 22zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 27c0-.2.2-.3.4-.3s.4.1.4.3c0 .3-.2.4-.4.4A.4.4 0 0 1 0 27zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 32c0-.2.2-.3.4-.3s.4.1.4.3c0 .3-.2.4-.4.4A.4.4 0 0 1 0 32z"/><path id="gj" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="mv" fill-rule="evenodd" d="M.4 35.8a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v35c0 .2-.2.4-.4.4"/><path id="mw" fill-rule="evenodd" d="M5.4.7h-5A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h5c.3 0 .4.2.4.4s-.1.3-.4.3"/><path id="en" fill-rule="evenodd" d="M3.2.7C2 .7.8 1.8.8 3.2c0 1.3 1 2.4 2.4 2.4s2.5-1.1 2.5-2.4C5.7 1.8 4.6.7 3.2.7zm0 5.6A3.2 3.2 0 0 1 0 3.2C0 1.4 1.4 0 3.2 0 5 0 6.5 1.4 6.5 3.2c0 1.7-1.5 3.1-3.3 3.1z"/><path id="eo" fill-rule="evenodd" d="M4 .7a.4.4 0 0 1-.3-.4c.1-.2.3-.3.5-.3s.3.3.3.5L4 .7H4zM2 .5c0-.2 0-.4.2-.5.2 0 .4 0 .5.3 0 .2 0 .4-.2.4h-.2A.4.4 0 0 1 2 .5zm3.2 1.1a.4.4 0 0 1 .1-.5h.5c.2.2.1.5 0 .6h-.3l-.3-.1zm-4.5 0a.4.4 0 0 1 0-.4C.6 1 1 1 1 1c.2.1.3.3.1.5a.4.4 0 0 1-.5 0zm5 1.4c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 3c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4A.4.4 0 0 1 0 3zm5.3 2a.4.4 0 0 1 0-.6c0-.1.3-.2.5 0 .1 0 .2.3 0 .5l-.3.1h-.2zM.6 4.9a.4.4 0 0 1 .1-.5c.2-.2.4-.1.5 0 .2.2.1.4 0 .6H.9L.6 5zm3.2.9c-.1-.2 0-.4.2-.5.2 0 .4 0 .5.3A.4.4 0 0 1 4 6a.4.4 0 0 1-.3-.2zM2.2 6a.4.4 0 0 1-.2-.4c0-.2.3-.3.5-.3s.3.3.2.5a.4.4 0 0 1-.5.2z"/><path id="ep" fill-rule="evenodd" d="M3.2.7C2 .7.8 1.8.8 3.2c0 1.3 1 2.4 2.4 2.4s2.5-1.1 2.5-2.4C5.7 1.8 4.6.7 3.2.7zm0 5.6A3.2 3.2 0 0 1 0 3.2C0 1.4 1.4 0 3.2 0 5 0 6.5 1.4 6.5 3.2c0 1.7-1.5 3.1-3.3 3.1z"/><path id="eq" fill-rule="evenodd" d="M3.2.7C2 .7.8 1.8.8 3.2c0 1.3 1 2.4 2.4 2.4s2.5-1.1 2.5-2.4C5.7 1.8 4.6.7 3.2.7zm0 5.6A3.2 3.2 0 0 1 0 3.2C0 1.4 1.4 0 3.2 0 5 0 6.5 1.4 6.5 3.2c0 1.7-1.5 3.1-3.3 3.1z"/><path id="pY" fill-rule="evenodd" d="M3.2.7C2 .7.8 1.8.8 3.2c0 1.3 1 2.4 2.4 2.4s2.5-1.1 2.5-2.4C5.7 1.8 4.6.7 3.2.7zm0 5.6A3.2 3.2 0 0 1 0 3.2C0 1.4 1.4 0 3.2 0 5 0 6.5 1.4 6.5 3.2c0 1.7-1.5 3.1-3.3 3.1z"/><path id="pZ" fill-rule="evenodd" d="M1.4.4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.4 1c0-.2 0-.5.2-.6.2 0 .4 0 .5.2.1.1 0 .4-.1.5h-.2c-.2 0-.3 0-.4-.2zm-2.6 0A.4.4 0 0 1 0 1C0 .8.4.7.6.8c.2.1.2.4.1.5 0 .2-.2.2-.3.2H.2zM3 3.2a.4.4 0 0 1-.2-.6c.2-.1.4-.2.6-.1.1.1.2.3.1.5l-.3.2H3zm-3-.2c0-.2 0-.4.2-.5l.5.1c.1.2 0 .5-.1.6H.4c-.1 0-.3 0-.3-.2zm1.8 1a.4.4 0 0 1-.4-.4c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4z"/><path id="qa" fill-rule="evenodd" d="M4 .7a.4.4 0 0 1-.3-.4c.1-.2.3-.3.5-.3s.3.3.3.5L4 .7H4zM2 .5c0-.2 0-.4.2-.5.2 0 .4 0 .5.3 0 .2 0 .4-.2.4h-.2A.4.4 0 0 1 2 .5zm3.2 1.1a.4.4 0 0 1 .1-.5h.5c.2.2.1.5 0 .6h-.3l-.3-.1zm-4.5 0a.4.4 0 0 1 0-.4C.6 1 1 1 1 1c.2.1.3.3.1.5a.4.4 0 0 1-.5 0zm5 1.4c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 3c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4A.4.4 0 0 1 0 3zm5.3 2a.4.4 0 0 1 0-.6c0-.1.3-.2.5 0 .1 0 .2.3 0 .5l-.3.1h-.2zM.6 4.9a.4.4 0 0 1 .1-.5c.2-.2.4-.1.5 0 .2.2.1.4 0 .6H.8L.6 5zm3.2.9c-.1-.2 0-.4.2-.5.2 0 .4 0 .5.3A.4.4 0 0 1 4 6a.4.4 0 0 1-.3-.2zM2.2 6a.4.4 0 0 1-.2-.4c0-.2.3-.3.5-.3s.3.3.2.5a.4.4 0 0 1-.5.2z"/><path id="rl" fill-rule="evenodd" d="M8.7 10.3H.4A.4.4 0 0 1 0 10c0-.2.2-.3.4-.3h8V.4c0-.2.1-.4.3-.4.3 0 .4.2.4.4v9.5c0 .2-.1.4-.4.4"/><path id="er" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="es" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="et" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="rm" fill-rule="evenodd" d="M1 3.3h3L2.5 1.1zm3.7.8H.4C.2 4 0 4 0 3.9v-.4L2.3.2l.3-.2c.2 0 .3 0 .4.2l2 3.3.2.2c0 .2-.2.4-.4.4z"/><path id="eu" fill-rule="evenodd" d="M.4 7.6a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v6.8c0 .3-.2.4-.4.4"/><path id="rn" fill-rule="evenodd" d="M1 3.3h3L2.5 1.1zm3.7.8H.4C.2 4 0 4 0 3.9v-.4L2.3.2l.3-.2c.2 0 .3 0 .4.2l2 3.3.2.2c0 .2-.2.4-.4.4z"/><path id="ev" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2S3.2 2.6 3.2 2C3.2 1.3 2.7.7 2 .7zM2 4a2 2 0 0 1-2-2C0 1 .9 0 2 0a2 2 0 0 1 2 2c0 1-1 1.9-2 1.9z"/><path id="qb" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2S3.2 2.6 3.2 2C3.2 1.3 2.7.7 2 .7zM2 4a2 2 0 0 1-2-2C0 1 .9 0 2 0a2 2 0 0 1 2 2c0 1-1 1.9-2 1.9z"/><path id="aC" fill-rule="evenodd" d="M4.2.7C2.3.7.8 2.3.8 4.1.8 6 2.3 7.5 4.2 7.5c2 0 3.5-1.5 3.5-3.4C7.7 2.3 6.1.7 4.2.7zm0 7.6A4.2 4.2 0 0 1 0 4C0 2 1.9 0 4.2 0c2.4 0 4.3 1.9 4.3 4.1 0 2.3-2 4.2-4.3 4.2z"/><path id="aD" fill-rule="evenodd" d="M.4 1.8a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v1c0 .3-.2.4-.4.4"/><path id="aE" fill-rule="evenodd" d="M1.5.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h1c.3 0 .5.2.5.4s-.2.3-.4.3"/><path id="aF" fill-rule="evenodd" d="M.4 1.5L0 1.4a.4.4 0 0 1 0-.5L1 0h.5c.2.2.2.4 0 .5l-.8.8-.2.1"/><path id="aG" fill-rule="evenodd" d="M.4 1.5L0 1.4a.4.4 0 0 1 0-.5L1 0h.5c.2.2.2.4 0 .5l-.8.8-.2.1"/><path id="aH" fill-rule="evenodd" d="M1.2 1.5l-.3-.1L0 .6a.4.4 0 0 1 0-.5h.5l.8.8c.2.1.2.4 0 .5l-.2.1"/><path id="aI" fill-rule="evenodd" d="M1.2 1.5l-.3-.1L0 .6a.4.4 0 0 1 0-.5h.5l.8.8c.2.1.2.4 0 .5l-.2.1"/><path id="aJ" fill-rule="evenodd" d="M.4 1.7H.2a.4.4 0 0 1-.2-.5l.4-1C.5 0 .7 0 1 0c.2.1.3.3.2.5l-.4 1c0 .2-.2.2-.3.2"/><path id="aK" fill-rule="evenodd" d="M.4 1.7H.2a.4.4 0 0 1-.2-.5l.4-1C.5 0 .7 0 1 0c.2.1.3.3.2.5l-.4 1c0 .2-.2.2-.3.2"/><path id="aL" fill-rule="evenodd" d="M1.4 1.1h-.1L.3.7A.4.4 0 0 1 0 .2C.1 0 .3 0 .5 0l1 .4c.2.1.3.3.3.5-.1.2-.2.2-.4.2"/><path id="aM" fill-rule="evenodd" d="M1.4 1.1h-.1L.3.7A.4.4 0 0 1 0 .2C.1 0 .3 0 .5 0l1 .4c.2.1.3.3.3.5-.1.2-.2.2-.4.2"/><path id="aN" fill-rule="evenodd" d="M.4 1.2C.2 1.2 0 1 0 .9 0 .7 0 .5.2.4l1-.4c.2 0 .5 0 .5.2.1.2 0 .4-.2.5l-1 .4H.4"/><path id="aO" fill-rule="evenodd" d="M.4 1.2C.2 1.2 0 1 0 .9 0 .7 0 .5.2.4l1-.4c.2 0 .5 0 .5.2.1.2 0 .4-.2.5l-1 .4H.4"/><path id="aP" fill-rule="evenodd" d="M.8 1.7c-.1 0-.3 0-.3-.2L0 .5C0 .3 0 .1.2 0c.2 0 .4 0 .5.2l.5 1c0 .2 0 .4-.2.5H.8"/><path id="aQ" fill-rule="evenodd" d="M.8 1.7c-.1 0-.3 0-.3-.2L0 .5C0 .3 0 .1.2 0c.2 0 .4 0 .5.2l.5 1c0 .2 0 .4-.2.5H.8"/><path id="aR" fill-rule="evenodd" d="M3.8.7a.4.4 0 0 1-.2-.4c0-.2.3-.3.5-.3s.3.3.2.5a.4.4 0 0 1-.5.2zM2 .5c0-.2 0-.4.2-.5.2 0 .5 0 .5.3a.4.4 0 0 1-.3.4.4.4 0 0 1-.4-.2zm3.1 1A.4.4 0 0 1 5 1l.6.1v.5l-.3.1-.3-.1zm-4.3.1a.4.4 0 0 1-.1-.5c.1-.1.4-.2.5 0 .2 0 .2.3.1.5l-.3.1H.7zM5.5 3c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.4-.4.4a.4.4 0 0 1-.3-.4zM0 3c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm5.1 1.9a.4.4 0 0 1 0-.5c0-.2.3-.2.4-.1.2.1.3.3.1.5l-.3.2-.2-.1zM.6 4.7a.4.4 0 0 1 0-.5h.6v.6H.8l-.3-.1zm3 .9c0-.2 0-.4.2-.5.2 0 .5 0 .5.2s0 .4-.2.5H4a.4.4 0 0 1-.4-.2zm-1.4.2a.4.4 0 0 1-.3-.5c0-.2.3-.3.5-.2.2 0 .3.3.2.5a.4.4 0 0 1-.4.2z"/><path id="aS" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2S3.2 2.6 3.2 2C3.2 1.3 2.7.7 2 .7zM2 4c-1.1 0-2-.9-2-2C0 1 .9 0 2 0c1 0 2 .9 2 2 0 1-1 1.9-2 1.9z"/><path id="aT" fill-rule="evenodd" d="M7 15.5h2.7l.2-1.3c0-.2.1-.3.3-.3l1-.4h.4l1.1.8 2-1.9-.9-1v-.5l.4-1 .3-.2 1.4-.2V6.8l-1.4-.2a.4.4 0 0 1-.3-.3l-.4-1V5l.9-1.1-2-2-1.1.9h-.4l-1-.4a.4.4 0 0 1-.3-.3L9.7.7H7l-.2 1.4c0 .2 0 .3-.2.3l-1 .4h-.4L4 1.9 2 4l.8 1v.5l-.3 1-.3.2-1.4.2v2.7l1.4.2.3.3c0 .3.2.6.4 1v.3l-1 1.1 2 2 1.2-.9h.4l1 .4c.1 0 .2.1.2.3zm3 .8H6.7a.4.4 0 0 1-.4-.3L6 14.5l-.6-.3-1.2 1-.5-.1-2.5-2.4a.4.4 0 0 1 0-.5L2 11l-.3-.6-1.5-.2a.4.4 0 0 1-.3-.4V6.5c0-.2.1-.4.3-.4l1.5-.2.3-.7-1-1.1a.4.4 0 0 1 .1-.5l2.5-2.4c.1-.1.3-.2.5 0l1.2.9.6-.3.2-1.5c0-.2.2-.3.4-.3h3.5c.1 0 .3.1.3.3l.2 1.5c.3 0 .5.2.7.3l1.2-1h.5l2.4 2.5c.2.1.2.3 0 .5l-.8 1.1.2.7 1.5.2c.2 0 .4.2.4.4v3.3c0 .2-.2.4-.4.4l-1.5.2-.2.6.9 1.2v.5L13 15.1h-.5l-1.2-.9-.7.3-.2 1.5c0 .2-.2.3-.3.3z"/><path id="aU" fill-rule="evenodd" d="M5.4.7A.4.4 0 0 1 5 .3c0-.2.3-.3.5-.3s.3.2.3.4-.2.3-.4.3zm-2 0c-.1-.3 0-.5.2-.5s.4 0 .5.2c0 .2 0 .4-.3.5a.4.4 0 0 1-.5-.3zm3.5.5a.4.4 0 0 1-.2-.5c.1-.2.4-.3.6-.2.1 0 .2.3.1.5a.4.4 0 0 1-.5.2zm-5 .3a.4.4 0 0 1 0-.5h.6l-.1.6h-.5zm6.3.6a.4.4 0 0 1 0-.5c.2-.2.4-.2.6 0V2a.4.4 0 0 1-.6 0zm-7.4.8a.4.4 0 0 1-.1-.6c0-.1.3-.2.5 0 .2 0 .2.3.1.4a.4.4 0 0 1-.5.2zm8.2.5c0-.2 0-.4.2-.5.2 0 .5 0 .5.2a.4.4 0 0 1-.3.5c-.2 0-.3 0-.4-.2zm-8.7 1A.4.4 0 0 1 0 4c0-.2.2-.3.4-.3.3 0 .4.3.4.5a.4.4 0 0 1-.5.3zm9 .6c0-.3.2-.4.4-.4s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.3zM0 5.9c0-.2.1-.4.3-.5.2 0 .4.1.5.3a.4.4 0 0 1-.4.5.4.4 0 0 1-.4-.3zm9.3 1a.4.4 0 0 1-.3-.4c.1-.2.3-.3.5-.2.2 0 .3.3.2.4a.4.4 0 0 1-.4.3zm-8.6.7c-.1-.2 0-.4.1-.5h.5v.6a.4.4 0 0 1-.6-.1zm7.5.7a.4.4 0 0 1 0-.5c.1-.2.4-.2.5 0 .2.1.2.3 0 .5a.4.4 0 0 1-.5 0zM2 9a.4.4 0 0 1 0-.5c.1-.2.3-.2.5 0 .2 0 .2.3 0 .4A.4.4 0 0 1 2 9zm4.9.3c-.1-.2 0-.4.1-.5.2 0 .5 0 .5.2.1.2 0 .4-.1.5H7c-.1 0-.3 0-.3-.2zm-3.2.5a.4.4 0 0 1-.2-.4c0-.2.2-.3.4-.3s.3.3.3.5a.4.4 0 0 1-.5.2zm1.5-.1c0-.2.1-.4.3-.4.2 0 .4 0 .4.3 0 .2-.1.4-.3.4a.4.4 0 0 1-.4-.3z"/><path id="aV" fill-rule="evenodd" d="M3.7.7a3 3 0 0 0-3 3 3 3 0 0 0 3 2.9 3 3 0 0 0 3-3 3 3 0 0 0-3-2.9zm0 6.6C1.7 7.3 0 5.7 0 3.7S1.7 0 3.7 0c2.1 0 3.8 1.6 3.8 3.7 0 2-1.7 3.6-3.8 3.6z"/><path id="aW" fill-rule="evenodd" d="M13.6 28.8h3v-1.1c0-.2.2-.3.3-.4l1.3-.2c.1 0 .3 0 .4.2l.4 1 2.8-1-.4-1c0-.2 0-.4.2-.5l1.3-.9h.5l.8.8 2-2-.7-.8a.4.4 0 0 1 0-.5l.7-1c.1-.2.3-.2.5-.2l1 .4 1.1-2.6-1-.5a.4.4 0 0 1-.1-.4l.3-1.6.3-.3h1.1v-2.9h-1a.4.4 0 0 1-.4-.3l-.3-1.2c0-.2 0-.4.3-.5l1-.4-1.1-2.7-1 .4c-.2 0-.4 0-.5-.2l-.9-1.3a.4.4 0 0 1 0-.5l.8-.7-2-2-1 .7H23l-1-.7a.4.4 0 0 1-.2-.4l.4-1-2.7-1.2-.4 1-.5.2c-.5-.2-1-.3-1.6-.3a.4.4 0 0 1-.3-.4v-1h-3v1c0 .2-.2.3-.3.4l-1.3.2c-.1 0-.3 0-.4-.2l-.4-1-2.8 1 .4 1c0 .2 0 .4-.2.5l-1.3.9h-.5L6 3.8l-2 2 .7.8v.5l-.7 1c-.1.2-.3.2-.5.2l-1-.4-1.1 2.6 1 .5c.1 0 .2.2.1.4L2.2 13l-.3.3H.8v2.9h1c.2 0 .4.2.4.3l.3 1.2c0 .2 0 .4-.3.5l-1 .4 1.1 2.7 1-.4c.2 0 .4 0 .5.2l.9 1.3v.5l-.8.8 2 2 .9-.8h.5l1 .7c.2.1.2.3.2.5L8 27l2.7 1 .4-.9.5-.2c.5.2 1 .3 1.6.3.1 0 .3.2.3.4zm3.3.7h-3.6a.4.4 0 0 1-.4-.3V28l-1.1-.2-.5 1c-.1.2-.3.3-.5.2l-3.3-1.4a.4.4 0 0 1-.3-.5l.5-1a14 14 0 0 1-.6-.4l-.9.8h-.5l-2.6-2.6a.4.4 0 0 1 0-.5l.8-.8-.6-.9-1 .4c-.3 0-.5 0-.6-.2L.4 18.6c0-.2 0-.4.2-.5l1-.5V17l-1.2-.1a.4.4 0 0 1-.4-.4V13c0-.2.2-.4.4-.4h1.1l.2-1-1-.6c-.2 0-.3-.3-.2-.4L2 7.3c0-.2.2-.3.4-.2l1.1.4.4-.6-.8-.8a.4.4 0 0 1 0-.5L5.7 3c.2-.2.4-.2.5 0l.9.7.9-.6-.4-1c0-.2 0-.4.2-.5L11.2.4c.2 0 .4 0 .5.2l.5 1 .6-.1.1-1.1c0-.2.2-.4.4-.4h3.6c.2 0 .4.2.4.4v1l1.1.3.5-1c.1-.2.3-.3.5-.2l3.3 1.4c.2 0 .3.3.2.5l-.4 1 .6.4.9-.7c.1-.2.3-.2.5 0L27 5.6V6l-.8.8.6.9 1-.4c.3 0 .5 0 .6.2l1.3 3.4c0 .1 0 .3-.2.4l-1 .5v.6l1.2.1c.2 0 .4.2.4.4v3.5c0 .2-.2.4-.4.4h-1.1l-.2 1 1 .6c.2 0 .3.3.2.5l-1.5 3.2c0 .2-.2.3-.4.2l-1.1-.4-.4.6.8.8v.5l-2.6 2.5c-.2.2-.4.2-.5 0l-.9-.7-.9.6.4 1c0 .2 0 .4-.2.5L19 29.1c-.2 0-.4 0-.5-.2l-.5-1-.6.1-.1 1.2c0 .1-.2.3-.4.3z"/><path id="aX" fill-rule="evenodd" d="M10.8.7a10 10 0 0 0-10 9.9 10 10 0 0 0 10 9.8 10 10 0 0 0 10-9.8 10 10 0 0 0-10-9.9zm0 20.4C4.8 21.1 0 16.4 0 10.6 0 4.7 4.9 0 10.8 0c6 0 10.8 4.7 10.8 10.6 0 5.8-4.8 10.5-10.8 10.5z"/><path id="aY" fill-rule="evenodd" d="M8.7.4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm2 .5a.4.4 0 0 1-.2-.4c0-.2.2-.4.4-.3.2 0 .3.2.3.4a.4.4 0 0 1-.4.3zM7 .6c0-.2.1-.4.3-.4.2 0 .4 0 .5.3 0 .2-.1.4-.3.4A.4.4 0 0 1 7 .6zm5.3.8a.4.4 0 0 1-.2-.5c.1-.2.3-.3.5-.2.2 0 .3.3.2.5a.4.4 0 0 1-.5.2zm-6.9-.2c0-.2 0-.4.2-.5.2 0 .4 0 .5.2.1.2 0 .4-.2.5h-.1c-.2 0-.3 0-.4-.2zm8.4 1a.4.4 0 0 1-.1-.6c0-.2.3-.2.5-.1s.2.3.1.5l-.3.2h-.2zM3.9 2c0-.1 0-.4.2-.5.1-.1.4 0 .5.1l-.1.5-.2.1c-.2 0-.3 0-.4-.2zM15 3.1a.4.4 0 0 1 0-.5h.6v.5a.4.4 0 0 1-.6 0zm-12.3 0a.4.4 0 0 1 0-.5h.5c.2.2.2.4 0 .6H3h-.2zM16 4.5c-.1-.2 0-.4.1-.5.2-.2.4-.1.5 0v.6a.4.4 0 0 1-.6-.1zm-14.5.1a.4.4 0 0 1 0-.5c0-.2.3-.2.5-.1.1 0 .2.3 0 .5l-.2.2-.3-.1zM17 5.8c-.1-.2 0-.4.2-.5.2 0 .4 0 .5.2 0 .2 0 .4-.2.5h-.2c-.1 0-.3 0-.3-.2zM.9 6a.4.4 0 0 1-.2-.5c0-.2.3-.3.5-.2.2.1.3.3.2.5a.4.4 0 0 1-.5.2zm16.5 1.3c0-.2 0-.4.3-.4.2 0 .4 0 .4.3a.4.4 0 0 1-.4.4.4.4 0 0 1-.3-.3zm-17 .3a.4.4 0 0 1-.2-.4c0-.2.2-.3.4-.3s.4.2.3.4a.4.4 0 0 1-.4.3zM17.6 9c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 9c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4A.4.4 0 0 1 0 9zm17.7 2a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.4.2.3.4c0 .2-.2.3-.4.3zM.2 10.7c0-.2 0-.4.3-.5.2 0 .4.1.4.3a.4.4 0 0 1-.4.5.4.4 0 0 1-.3-.3zM17 12.5a.4.4 0 0 1-.2-.5l.5-.2a.4.4 0 0 1-.2.8h-.1zM.7 12.4c0-.2 0-.4.2-.5.2-.1.4 0 .5.2 0 .2 0 .4-.2.5a.4.4 0 0 1-.5-.2zM16.2 14a.4.4 0 0 1 0-.5c0-.2.3-.3.5-.1.1 0 .2.3 0 .5a.4.4 0 0 1-.5 0zm-14.7-.1l.1-.5h.6L2 14a.4.4 0 0 1-.6-.1zm13.6 1.3a.4.4 0 0 1 0-.5h.5a.4.4 0 0 1-.2.6H15zm-12.4 0a.4.4 0 0 1 0-.5h.5c.2.2.2.4 0 .5l-.2.2c-.1 0-.2 0-.3-.2zm11 1c-.1-.1 0-.4.1-.5l.5.1c.2.2.1.4 0 .5l-.3.1s-.2 0-.3-.2zm-9.6.2a.4.4 0 0 1-.1-.6c0-.1.3-.2.5 0 .2 0 .2.3 0 .5l-.2.1H4zm8 .6c0-.2 0-.4.3-.5.2 0 .4 0 .5.2 0 .2 0 .4-.2.5h-.2c-.1 0-.3 0-.3-.2zm-6.5.2a.4.4 0 0 1-.2-.5c.1-.2.3-.3.5-.2.2 0 .3.3.2.5a.4.4 0 0 1-.5.2zm5 .2c-.1-.2 0-.4.2-.4s.4 0 .5.2c0 .3-.1.4-.3.5h-.1a.4.4 0 0 1-.4-.3zm-3.2.3a.4.4 0 0 1-.3-.4c0-.2.2-.4.4-.3.2 0 .3.2.3.4s-.2.3-.4.3zm1.8.2a.4.4 0 0 1-.4-.4.4.4 0 0 1 .4-.4c.2 0 .4.2.4.4s-.2.4-.4.4z"/><path id="aZ" fill-rule="evenodd" d="M7.5.7C3.8.7.8 3.7.8 7.3c0 3.6 3 6.6 6.7 6.6s6.7-3 6.7-6.6c0-3.6-3-6.6-6.7-6.6zm0 13.9A7.4 7.4 0 0 1 0 7.3C0 3.3 3.4 0 7.5 0c4 0 7.4 3.3 7.4 7.3s-3.3 7.3-7.4 7.3z"/><path id="ba" fill-rule="evenodd" d="M.4 10.2L0 10a.4.4 0 0 1 0-.6L9.5.1h.6v.5L.7 10.1H.4"/><path id="bb" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="bc" fill-rule="evenodd" d="M2.2.6a.4.4 0 0 1 0-.5h.5c.2.1.2.4 0 .5l-.2.1h-.3zm-1 1a.4.4 0 0 1 0-.4c.1-.2.3-.2.5 0v.5h-.3-.2zm-1 1.1a.4.4 0 0 1 0-.5c0-.1.3-.1.4 0 .2.1.2.4 0 .5l-.2.1H0z"/><path id="bd" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="be" fill-rule="evenodd" d="M.4 3L0 3c0-.2 0-.5.2-.5L6 0c.2 0 .4 0 .5.2 0 .2 0 .4-.2.5L.5 3.1H.4"/><path id="bf" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="bg" fill-rule="evenodd" d="M1.6.5c-.1-.2 0-.4.2-.5.2 0 .4 0 .5.2 0 .2 0 .4-.2.5h-.2c-.1 0-.3 0-.3-.2zM0 1.1C0 1 0 .7.2.7.4.6.7.7.7.9a.4.4 0 0 1-.3.5C.2 1.4 0 1.3 0 1z"/><path id="bh" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="bi" fill-rule="evenodd" d="M.4 3.3c-.2 0-.3 0-.4-.2 0-.2 0-.4.2-.5L6.5 0c.2 0 .4 0 .5.2 0 .2 0 .4-.2.5L.5 3.3H.4"/><path id="bj" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="bk" fill-rule="evenodd" d="M.2.7C0 .7 0 .4 0 .2.1 0 .3 0 .5 0c.2.1.3.3.2.5a.4.4 0 0 1-.5.2"/><path id="bl" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="bm" fill-rule="evenodd" d="M.4 9.9H.2a.4.4 0 0 1-.2-.5L4.2.2c.1-.2.3-.3.5-.2.2.1.3.3.2.5L.7 9.7l-.3.2"/><path id="bn" fill-rule="evenodd" d="M.4 5.8H.2C0 5.5 0 5.3 0 5.1l2.3-5c.1-.2.3-.3.5-.2.2.1.3.3.2.5l-2.3 5c0 .2-.2.3-.3.3"/><path id="bo" fill-rule="evenodd" d="M1.5 11.8a.4.4 0 0 1-.4-.3L0 .5C0 .1.1 0 .3 0c.3 0 .4.1.5.3l1 11.1c0 .2 0 .4-.3.4"/><path id="bp" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.3a.4.4 0 0 1-.3.3"/><path id="bq" fill-rule="evenodd" d="M0 .4C0 .2.1 0 .3 0c.3 0 .4.1.5.3C.8.5.6.7.4.7A.4.4 0 0 1 0 .4zm.1 1.4c0-.2.2-.3.4-.4.2 0 .4.2.4.4s-.1.4-.3.4a.4.4 0 0 1-.5-.4z"/><path id="br" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="bs" fill-rule="evenodd" d="M1 6.5a.4.4 0 0 1-.4-.3L0 .4C0 .2.1 0 .3 0c.3 0 .4.1.5.3l.5 5.8c0 .2-.1.4-.3.4"/><path id="bt" fill-rule="evenodd" d="M5.3 5.6l-.2-.1L0 .6a.4.4 0 0 1 0-.5h.5l4.9 4.7L12 3.2c.2 0 .4 0 .5.3 0 .2-.1.4-.3.4L5.4 5.6"/><path id="bu" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="bv" fill-rule="evenodd" d="M1.2.7A.4.4 0 0 1 .9.3c0-.2.3-.3.5-.3s.3.3.3.5a.4.4 0 0 1-.5.2zM.7 2.4A.4.4 0 0 1 .5 2a.4.4 0 0 1 .7.2.4.4 0 0 1-.5.2zM.3 4.1a.4.4 0 0 1-.3-.4c0-.2.3-.3.5-.3s.3.3.2.5a.4.4 0 0 1-.4.2z"/><path id="bw" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="bx" fill-rule="evenodd" d="M12.5 22.6C5.6 22.6 0 17.1 0 10.4 0 6.2 2.2 2.4 5.8.1c.2-.2.5-.1.6 0l-.1.6a11.4 11.4 0 0 0-5.5 9.7 11.6 11.6 0 0 0 12.7 11.4c.2 0 .4.2.4.4s-.1.4-.3.4h-1"/><path id="by" fill-rule="evenodd" d="M.4 10.7c-.2 0-.3-.1-.4-.3 0-.2 0-.4.2-.5 4.1-1.6 7-5.3 7.3-9.6 0-.2.2-.3.5-.3.2 0 .3.2.3.4a12.2 12.2 0 0 1-8 10.3"/><path id="bz" fill-rule="evenodd" d="M4.6 4.1c-.1 0-.2 0-.3-.2L2.8 1 .7 3.6H0a.4.4 0 0 1 0-.5l2.4-3a.4.4 0 0 1 .7.1L5 3.6c0 .2 0 .4-.2.5h-.2"/><path id="sq" fill-rule="evenodd" d="M.4 18.6a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v17.8c0 .2-.2.4-.4.4"/><path id="sr" fill-rule="evenodd" d="M9.4 18.6l-.2-.1-9-5.4a.4.4 0 0 1-.1-.5c0-.1.3-.2.5-.1l8.8 5.2 8.4-5L9 .6a.4.4 0 0 1 .1-.5c.2-.2.5-.1.6 0l9 12.5v.3c0 .1 0 .2-.2.2l-9 5.4h-.1"/><path id="ss" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1-.2.6"/><path id="st" fill-rule="evenodd" d="M7.1.7a.4.4 0 0 1 0-.5c0-.2.3-.3.5-.1.2 0 .2.3 0 .5a.4.4 0 0 1-.5 0zM6.1 2a.4.4 0 0 1 0-.6c0-.1.3-.2.5 0 .2 0 .2.3 0 .5l-.2.1h-.2zm-1 1.3a.4.4 0 0 1 0-.5c0-.1.3-.2.5 0 .2 0 .2.3 0 .5a.4.4 0 0 1-.4 0zm-1 1.4a.4.4 0 0 1 0-.5c0-.2.3-.2.5 0 .2 0 .2.3 0 .4a.4.4 0 0 1-.4.1zm-1 1.4a.4.4 0 0 1 0-.5c0-.2.3-.2.5-.1s.2.4 0 .5a.4.4 0 0 1-.4.1zm-1 1.4a.4.4 0 0 1 0-.5c0-.2.3-.2.5-.1s.2.3 0 .5a.4.4 0 0 1-.4 0zM1.2 9a.4.4 0 0 1 0-.5c0-.2.3-.3.5-.1.2 0 .2.3 0 .5a.4.4 0 0 1-.4 0zm-1 1.4a.4.4 0 0 1 0-.6c0-.1.3-.2.5 0 .2 0 .2.3 0 .5a.4.4 0 0 1-.4 0z"/><path id="su" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="oG" fill-rule="evenodd" d="M.8 29h45V.7H.8zm45.4.7H.4a.4.4 0 0 1-.4-.4V.3C0 .3.2 0 .4 0h45.8c.2 0 .4.2.4.4v29c0 .1-.2.3-.4.3z"/><path id="oH" fill-rule="evenodd" d="M46.2.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h45.8c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="oI" fill-rule="evenodd" d="M4.2 3.5L4 3.4.2.7A.4.4 0 0 1 0 .2C.2 0 .4 0 .6 0l3.6 2.5 2.1-2c.2-.2.4-.2.5 0 .2.1.2.4 0 .5L4.5 3.4h-.3"/><path id="oJ" fill-rule="evenodd" d="M.4 3L0 3a.4.4 0 0 1 0-.5L2.5 0h.6v.5L.5 3 .4 3"/><path id="oK" fill-rule="evenodd" d="M.4 6.6a.4.4 0 0 1-.4-.4v-1L.1 5 6 0h.5l3.2 2.3c.1.1.2.4 0 .5 0 .2-.3.2-.5.1L6.2 1 .8 5.3v.8c0 .2-.2.4-.4.4"/><path id="oL" fill-rule="evenodd" d="M5.4 10.5h-.2l-5-3.7a.4.4 0 0 1-.1-.5c.1-.1.3-.2.5 0l4.8 3.4 10-8.5V.4c0-.2.2-.4.4-.4s.4.2.4.4v1s0 .2-.2.2L5.7 10.5h-.3"/><path id="oM" fill-rule="evenodd" d="M.4 4.3L0 4.2a.4.4 0 0 1 0-.6L4 .1c0-.1.3-.1.4 0l1.9 1.3c.1.1.2.3 0 .5 0 .2-.3.2-.5 0L4.2 1 .6 4.2H.4"/><path id="oN" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="oO" fill-rule="evenodd" d="M3.3.4c0-.2.2-.4.4-.4s.4.1.4.4c0 .2-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8.6A.4.4 0 0 1 5 .5c.1-.2.3-.2.5-.2.2.1.3.3.2.5a.4.4 0 0 1-.5.2zM1.8 1c-.1-.2 0-.4.1-.5.2-.1.5 0 .6.1 0 .2 0 .4-.2.5h-.2L1.8 1zm4.5.9a.4.4 0 0 1 0-.5c.2-.2.4-.1.6 0l-.1.6a.4.4 0 0 1-.5-.1zm-5.6.3a.4.4 0 0 1 0-.5c0-.2.3-.2.4-.1.2 0 .3.3.2.5l-.4.2-.2-.1zm6.2 1c0-.2 0-.4.3-.5.2 0 .4.1.4.3a.4.4 0 0 1-.4.5.4.4 0 0 1-.3-.3zm-6.6.5a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.4.2.4.4-.2.3-.4.3z"/><path id="oP" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="oQ" fill-rule="evenodd" d="M.4 12.9a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v12.1c0 .2-.2.4-.4.4"/><path id="oi" fill-rule="evenodd" d="M.8 10.5H37V.7H.8zm36.6.7H.4A.4.4 0 0 1 0 11V.4C0 .2.2 0 .4 0h37c.2 0 .3.2.3.4v10.5c0 .2-.1.3-.3.3z"/><path id="oj" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="ok" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM8 .4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 8 .4z"/><path id="ol" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="om" fill-rule="evenodd" d="M13 .7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0H13c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="on" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5a.4.4 0 0 1 0 .5L.5.7"/><path id="oo" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4"/><path id="op" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="oq" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="or" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.8 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zM7 .4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 7 .4zm1.8 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3z"/><path id="os" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="ot" fill-rule="evenodd" d="M2.4.7h-2A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h2c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="ou" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="ov" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="ow" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="ox" fill-rule="evenodd" d="M3.3.7h-3A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h2.9c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="oy" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="oz" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zM5 .4c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="oA" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="oB" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="oC" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zM5 .4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 5 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3z"/><path id="oD" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="oE" fill-rule="evenodd" d="M3.2.7C2 .7.8 1.8.8 3.2v3.6c0 1.3 1 2.4 2.4 2.4s2.5-1 2.5-2.4V3.2C5.7 1.8 4.6.7 3.2.7zm0 9.2A3.2 3.2 0 0 1 0 6.8V3.2C0 1.4 1.4 0 3.2 0 5 0 6.5 1.4 6.5 3.2v3.6c0 1.7-1.5 3.1-3.3 3.1z"/><path id="oF" fill-rule="evenodd" d="M.4 3.5a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v2.8c0 .2-.2.3-.4.3"/><path id="oR" fill-rule="evenodd" d="M1 .7l-.2.4c0 .1.1.3.3.3.2 0 .3-.2.3-.3 0-.2-.1-.4-.3-.4zm0 1.4a1 1 0 0 1-1-1C0 .5.5 0 1 0c.7 0 1.2.5 1.2 1 0 .7-.5 1.1-1.1 1.1z"/><path id="oS" fill-rule="evenodd" d="M.4 15.5a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v14.8c0 .2-.2.3-.4.3"/><path id="oT" fill-rule="evenodd" d="M.4 5a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v4.3c0 .2-.2.4-.4.4"/><path id="oU" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="oV" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="oW" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="oX" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="oY" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="oZ" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="pa" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="pb" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="pc" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="pd" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="pe" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="pf" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="pg" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="ph" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="pi" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="pj" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="pk" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="pl" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="pm" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="pn" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="po" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="pp" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="pq" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="pr" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="ps" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="pt" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="pu" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="pv" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="pw" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1-.3.6"/><path id="px" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="py" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4"/><path id="pz" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="pA" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="pB" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="pC" fill-rule="evenodd" d="M4 .7A3.3 3.3 0 0 0 .9 4C.8 5.8 2.3 7.2 4 7.2c1.8 0 3.3-1.4 3.3-3.2C7.4 2.2 6 .7 4.1.7zM4 8a4 4 0 0 1-4-4 4 4 0 0 1 4-4 4 4 0 0 1 4.2 4A4 4 0 0 1 4 8z"/><path id="pD" fill-rule="evenodd" d="M3.1 3.4H3L0 .5a.4.4 0 0 1 0-.5h.5l2.8 2.7c.2.2.2.4 0 .5l-.3.1"/><path id="pE" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="pF" fill-rule="evenodd" d="M0 .4C0 .2.1 0 .3 0c.2 0 .4.1.5.3C.8.5.7.7.5.7H.4A.4.4 0 0 1 0 .4"/><path id="pG" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="ew" fill-rule="evenodd" d="M.4 9.2a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v8.4c0 .2-.2.4-.4.4"/><path id="ex" fill-rule="evenodd" d="M.4 2.5a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4V2c0 .2-.2.4-.4.4"/><path id="ey" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="ez" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.4c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="eA" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="eB" fill-rule="evenodd" d="M.4 4.6a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v3.8c0 .2-.2.4-.4.4"/><path id="eC" fill-rule="evenodd" d="M.4 14.1a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v13.3c0 .2-.2.4-.4.4"/><path id="eD" fill-rule="evenodd" d="M.4 4.7a.4.4 0 0 1-.4-.3v-4C0 .2.2 0 .4 0s.4.2.4.4v4c0 .2-.2.3-.4.3"/><path id="eE" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="eF" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 2z"/><path id="eG" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="eH" fill-rule="evenodd" d="M.4 3.9a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v3.1c0 .2-.2.4-.4.4"/><path id="eI" fill-rule="evenodd" d="M.4 16.6a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v15.8c0 .3-.2.4-.4.4"/><path id="eJ" fill-rule="evenodd" d="M1 .7l.7 1 .7-1zm.7 2h-.3L.1.5C0 .5 0 .3 0 .2 0 0 .1 0 .3 0H3c.1 0 .2 0 .3.2v.4L2 2.6c0 .1-.1.2-.3.2z"/><path id="pH" fill-rule="evenodd" d="M2.5.7C1.5.7.8 1.5.8 2.4c0 1 .7 1.7 1.7 1.7s1.7-.8 1.7-1.7c0-1-.8-1.7-1.7-1.7zm0 4.1C1 4.8 0 3.8 0 2.4 0 1.1 1.1 0 2.5 0c1.3 0 2.4 1 2.4 2.4 0 1.3-1 2.4-2.4 2.4z"/><path id="pI" fill-rule="evenodd" d="M1.2.7c-.2 0-.4.2-.4.5s.2.5.4.5c.3 0 .5-.2.5-.5S1.5.7 1.2.7zm0 1.7C.6 2.4 0 2 0 1.2S.6 0 1.2 0C2 0 2.5.5 2.5 1.2s-.6 1.2-1.3 1.2z"/><path id="mB" fill-rule="evenodd" d="M1.1 19l30.5 18.3L62.2 19 31.6.8zm30.5 19h-.2L.2 19.4A.4.4 0 0 1 0 19s0-.2.2-.3L31.4.1c.2-.1.3-.1.4 0l31.3 18.6a.4.4 0 0 1 0 .7L31.8 38h-.2z"/><path id="mC" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="mD" fill-rule="evenodd" d="M22.7.6c0-.2 0-.4.2-.5.1-.2.4-.1.5 0l-.1.6H23l-.4-.1zm-1.9 1s0-.3.2-.4c.1-.1.4 0 .5.1.1.2 0 .4-.1.5h-.2l-.4-.1zM19 2.9c0-.2 0-.4.2-.5l.5.1c.1.2 0 .4-.1.5l-.2.1c-.2 0-.3 0-.4-.2zM17.1 4v-.5c.3 0 .5 0 .6.2.1.1 0 .4-.1.5a.4.4 0 0 1-.5-.2zm-2 1.2c0-.2 0-.4.2-.5h.5c.1.3 0 .5-.1.6h-.2l-.3-.1zm-1.8 1.1c-.1-.2 0-.4.1-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5h-.5zm-2 1.1c0-.1 0-.4.2-.5l.5.1c.2.2.1.5 0 .6h-.3c-.1 0-.2 0-.3-.2zM9.6 8.5c-.1-.2 0-.4.1-.5.2-.2.4-.1.6 0 0 .3 0 .5-.2.6h-.2l-.3-.1zm-1.9 1l.1-.4c.2-.1.5 0 .6.1 0 .2 0 .4-.2.5H8l-.3-.1zm-1.9 1.2c0-.2 0-.4.2-.5.1-.1.4 0 .5.1 0 .2 0 .4-.2.5a.4.4 0 0 1-.5 0zm-1.9 1.1c0-.1 0-.4.2-.5.1 0 .4 0 .5.2l-.1.5h-.2c-.2 0-.3 0-.4-.2zM2 13c0-.2 0-.4.2-.5h.5c.1.3 0 .5-.1.6h-.2l-.4-.1zM.1 14c-.2-.2-.1-.4 0-.5.3-.1.5 0 .6.1.1.2 0 .4-.1.5H0z"/><path id="mE" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="mF" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zM2 1.8a.4.4 0 0 1-.2-.5c.2-.2.4-.2.6-.1.1 0 .2.3 0 .5l-.2.2H2zM4 3a.4.4 0 0 1-.2-.5c.1-.1.4-.2.6 0 .1 0 .2.2 0 .4A.4.4 0 0 1 4 3zm1.8 1.2a.4.4 0 0 1 0-.5c0-.2.3-.3.4-.2.2.1.3.4.2.5-.1.2-.2.2-.4.2h-.2zm2 1.1a.4.4 0 0 1-.2-.5c.1-.2.4-.2.5-.1.2 0 .3.3.2.5a.4.4 0 0 1-.6.1zm1.8 1.1a.4.4 0 0 1-.1-.5c.1-.2.3-.2.5-.1s.3.3.2.5l-.4.2h-.2zm2 1.2a.4.4 0 0 1-.2-.6c.1-.1.3-.2.5 0 .2 0 .3.3.1.4a.4.4 0 0 1-.5.2zm1.8 1a.4.4 0 0 1-.1-.4c0-.2.3-.3.5-.1.2 0 .2.3.1.5l-.3.1h-.2zm1.9 1.2a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5l-.3.2h-.2zm1.9 1.1a.4.4 0 0 1-.1-.5c0-.1.3-.2.5 0 .2 0 .2.2.1.4a.4.4 0 0 1-.5.1zM19 12a.4.4 0 0 1-.2-.5c.2-.2.4-.3.6-.2.2.1.2.4.1.5 0 .2-.2.2-.3.2H19zM21 13a.4.4 0 0 1-.2-.5c.1-.2.4-.2.6-.1.1 0 .2.3 0 .5a.4.4 0 0 1-.4.1zm1.9 1.1a.4.4 0 0 1-.2-.5c.1-.2.4-.2.6-.1.1.1.2.3 0 .5a.4.4 0 0 1-.4.1z"/><path id="mG" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="mH" fill-rule="evenodd" d="M22.7.6c0-.2 0-.4.2-.5.1-.2.4-.1.5 0l-.1.6H23l-.4-.1zm-1.9 1s0-.3.2-.4c.1-.1.4 0 .5.1.1.2 0 .4-.1.5h-.2l-.4-.1zM19 2.9c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5l-.2.1c-.2 0-.3 0-.4-.2zM17.1 4v-.6c.3 0 .5 0 .6.2.1.1 0 .4-.1.5h-.2L17 4zm-2 1c0-.1 0-.3.2-.4h.5c.1.3 0 .5-.1.6a.4.4 0 0 1-.5-.1zm-1.8 1.2c-.1-.2 0-.4.1-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5h-.5zm-2 1.1c0-.1 0-.4.2-.5l.5.1c.2.2 0 .5 0 .6h-.3c-.1 0-.2 0-.3-.2zM9.6 8.5c-.1-.2 0-.4.1-.5.2-.2.4-.1.6 0 0 .3 0 .5-.2.6h-.2l-.3-.1zm-1.9 1l.1-.4c.2-.1.5 0 .6.1 0 .2 0 .4-.2.5H8l-.3-.1zm-1.9 1.2l.1-.5c.2-.1.5 0 .6.1 0 .2 0 .4-.2.5L6 11s-.2 0-.3-.2zm-1.9 1.1c0-.1 0-.4.2-.5.1 0 .4 0 .5.2l-.1.5h-.2c-.2 0-.3 0-.4-.2zM2 13c0-.2 0-.4.2-.5h.5c.1.3 0 .5-.1.6h-.2l-.4-.1zM.1 14c-.2-.2-.1-.4 0-.5.3-.1.5 0 .6.1a.4.4 0 0 1-.3.6c-.1 0-.3 0-.3-.2z"/><path id="mI" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="mJ" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5L.4.7H.2zM2 1.8a.4.4 0 0 1-.2-.5c.2-.2.4-.2.6-.1.1 0 .2.3 0 .5l-.2.2H2zM4 3a.4.4 0 0 1-.2-.5c.1-.1.4-.2.6 0 .1 0 .2.2 0 .4A.4.4 0 0 1 4 3zm1.8 1.2a.4.4 0 0 1 0-.5c0-.2.3-.3.4-.2.2.1.3.4.2.6a.4.4 0 0 1-.6 0zm2 1.1a.4.4 0 0 1-.2-.5c.1-.2.4-.2.5-.1.2 0 .3.3.2.5l-.4.2-.2-.1zm1.8 1.1a.4.4 0 0 1-.1-.5c.1-.2.3-.2.5-.1s.3.3.2.5l-.4.2h-.2zm2 1.2a.4.4 0 0 1-.2-.6c.1-.1.3-.2.5 0 .2 0 .3.3.1.4 0 .2-.2.2-.3.2h-.2zm1.8 1a.4.4 0 0 1-.1-.4c0-.2.3-.3.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm1.9 1.2a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1zm1.9 1.1a.4.4 0 0 1-.1-.5c0-.1.3-.2.5 0 .2 0 .2.2.1.4a.4.4 0 0 1-.5.1zM19 12a.4.4 0 0 1-.2-.5c.2-.2.4-.3.6-.2.2.1.2.4.1.5 0 .2-.2.2-.3.2H19zM21 13a.4.4 0 0 1-.2-.5c.1-.2.4-.2.6-.1.1 0 .2.3 0 .5a.4.4 0 0 1-.4.1zm1.9 1.1a.4.4 0 0 1-.2-.5c.1-.2.4-.2.6-.1.1.1.2.3 0 .5a.4.4 0 0 1-.4.1z"/><path id="mK" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="mL" fill-rule="evenodd" d="M17.8.6V0c.3-.2.5-.1.6 0 .1.3 0 .5-.1.6H18l-.3-.1zm-2 1.1c-.1-.1 0-.4.1-.5.2 0 .4 0 .5.2.2.1.1.4 0 .5H16c-.1 0-.2 0-.3-.2zm-2 1.2c0-.2 0-.4.2-.5.1-.1.4 0 .5.1 0 .2 0 .4-.2.5a.4.4 0 0 1-.5 0zm-2 1.2c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5h-.2l-.3-.1zm-2 1.2c0-.2 0-.4.2-.5.2-.2.4-.1.5 0 .2.3 0 .5 0 .6h-.3l-.3-.1zM8 6.4c0-.1 0-.4.2-.5l.5.1c0 .2 0 .5-.2.6a.4.4 0 0 1-.5-.2zM6 7.6c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5H6zM4 8.8c0-.2 0-.4.2-.5.2-.1.4 0 .5.1v.5h-.3L4 8.9zM2 10c0-.2 0-.4.2-.5.1-.2.4-.1.5 0 0 .2 0 .5-.2.6A.4.4 0 0 1 2 10zM0 11c0-.1 0-.4.2-.5.2 0 .4 0 .5.2.1.1 0 .4-.1.5H.4c-.1 0-.3 0-.3-.2z"/><path id="mM" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="mN" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5L.4.7H.2zm2 1.2a.4.4 0 0 1-.2-.6c.1-.1.4-.2.5 0 .2 0 .3.3.2.4-.1.2-.2.2-.4.2h-.2zm2 1.1a.4.4 0 0 1-.2-.5c.1-.1.3-.2.5-.1s.2.3.1.5l-.3.2h-.2zM6 4.2a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1zm2 1.2a.4.4 0 0 1-.2-.5c.1-.2.4-.3.5-.1.2 0 .3.3.2.5a.4.4 0 0 1-.5 0zm2 1.2a.4.4 0 0 1-.2-.6c.1-.1.3-.2.5 0 .2 0 .3.3.1.4a.4.4 0 0 1-.5.2zM12 7.7a.4.4 0 0 1-.1-.5c0-.1.3-.2.5-.1s.2.3.1.5l-.3.2H12zM14 9a.4.4 0 0 1-.2-.5c.1-.2.4-.2.5-.1.2 0 .3.3.2.5a.4.4 0 0 1-.5.1zm2 1.2a.4.4 0 0 1-.2-.5c.1-.2.3-.3.5-.1.2 0 .3.3.1.5l-.3.1H16zm1.9 1.2a.4.4 0 0 1-.1-.6c0-.1.3-.2.5 0a.4.4 0 0 1-.2.6h-.2z"/><path id="mO" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="mP" fill-rule="evenodd" d="M17.8.6V0c.3-.2.5-.1.6 0 .1.3 0 .5-.1.6a.4.4 0 0 1-.5-.1zm-2 1.1c-.1-.1 0-.4.1-.5.2 0 .4 0 .5.2.2.1 0 .4 0 .5a.4.4 0 0 1-.6-.2zm-2 1.2c0-.2 0-.4.2-.5.1-.1.4 0 .5.1 0 .2 0 .4-.2.5h-.5zm-2 1.2c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5h-.2l-.3-.1zm-2 1.2c0-.2 0-.4.2-.5.2-.2.4-.1.5 0 .2.3 0 .5 0 .6h-.3l-.3-.1zM8 6.4c0-.1 0-.4.2-.5.1 0 .4 0 .5.2 0 .1 0 .4-.2.5h-.2s-.2 0-.3-.2zM6 7.6c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5H6zM4 8.8c0-.2 0-.4.2-.5.2-.1.4 0 .5.1v.5h-.3L4 8.9zM2 10l.1-.5c.2-.2.5-.1.6 0 0 .2 0 .5-.2.6h-.2L2 10zM0 11c0-.1 0-.4.2-.5.2 0 .4 0 .5.2.1.1 0 .4-.1.5H.4c-.1 0-.3 0-.3-.2z"/><path id="mQ" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="mR" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5L.4.7H.2zm2 1.2a.4.4 0 0 1-.2-.5c.1-.2.4-.3.5-.2a.4.4 0 0 1-.2.7h-.2zm2 1.1a.4.4 0 0 1-.2-.5c.1-.1.3-.2.5 0 .2 0 .2.2.1.4a.4.4 0 0 1-.5.1zM6 4.2a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1zm2 1.2a.4.4 0 0 1-.2-.5c.1-.2.4-.3.5-.1.2 0 .3.3.2.5a.4.4 0 0 1-.5 0zm2 1.2a.4.4 0 0 1-.2-.5c.1-.2.3-.3.5-.2.2.1.3.4.1.5a.4.4 0 0 1-.5.2zM12 7.7a.4.4 0 0 1-.1-.5c0-.1.3-.2.5-.1s.2.3.1.5l-.3.2H12zM14 9a.4.4 0 0 1-.2-.5c.1-.2.4-.2.5-.1.2 0 .3.3.2.5l-.3.2H14zm2 1.2a.4.4 0 0 1-.2-.5c.1-.2.3-.3.5-.1.2 0 .3.3.1.5a.4.4 0 0 1-.5 0zm1.9 1.2a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.2.2.1.2.4.1.5 0 .2-.2.2-.3.2h-.2z"/><path id="mS" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="mT" fill-rule="evenodd" d="M13.1.6c0-.2 0-.4.2-.5.2-.2.4-.1.5 0 .1.3 0 .5-.1.6h-.2L13 .6zm-1.8 1l.1-.4h.5c.1.3 0 .5-.1.6h-.2l-.3-.1zM9.4 2.9c-.1-.2 0-.4.1-.5.2-.1.4 0 .6.1 0 .2 0 .4-.2.5h-.2l-.3-.1zM7.5 3.9c0-.2 0-.4.2-.5.1-.1.4 0 .5.1L8 4a.4.4 0 0 1-.6 0zM5.7 5v-.5l.6.1c.1.2 0 .4-.1.6H6c-.1 0-.3 0-.3-.2zM3.8 6.1c-.1-.1 0-.4.1-.5.2 0 .4 0 .5.2.2.1.1.4 0 .5H4c-.1 0-.2 0-.3-.2zM1.9 7.3c0-.2 0-.4.2-.5.1-.2.4-.1.5 0l-.1.6h-.2l-.4-.1zm-1.8 1C-.1 8.4 0 8 0 8h.6c.1.3 0 .5-.1.6H.4L0 8.5z"/><path id="mU" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="mV" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5L.4.7H.2zM2 1.8a.4.4 0 0 1-.2-.5c.1-.2.4-.2.5-.1.2 0 .3.3.2.5a.4.4 0 0 1-.5.1zM3.9 3a.4.4 0 0 1-.1-.5c.1-.2.3-.2.5-.1.2 0 .3.3.1.5l-.3.2H4zM5.8 4a.4.4 0 0 1-.1-.5c0-.1.3-.2.5-.1s.2.3.1.5a.4.4 0 0 1-.5.1zm1.9 1.2a.4.4 0 0 1-.2-.6c.1-.1.4-.2.6 0 .1 0 .2.3 0 .4a.4.4 0 0 1-.4.2zm1.8 1a.4.4 0 0 1-.1-.4c.1-.2.3-.3.5-.2.2.1.3.4.2.5-.1.2-.2.2-.4.2h-.2zm1.9 1.2a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm1.9 1.1A.4.4 0 0 1 13 8c.2-.2.4-.2.6-.1.1 0 .2.3 0 .5l-.2.2-.2-.1z"/><path id="mW" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="mX" fill-rule="evenodd" d="M13.1.6c0-.2 0-.4.2-.5.1-.2.4-.1.5 0 .1.3 0 .5-.1.6h-.2L13 .6zm-1.8 1l.1-.4h.5c.1.3 0 .5-.1.6h-.2l-.3-.1zM9.4 2.9c-.1-.2 0-.4.1-.5.2-.1.4 0 .6.1 0 .2 0 .4-.2.5a.4.4 0 0 1-.5-.1zM7.5 3.9c0-.2 0-.4.2-.5.1-.1.4 0 .5.1L8 4a.4.4 0 0 1-.6 0zM5.7 5v-.5l.6.1c.1.2 0 .4-.1.6H6c-.1 0-.3 0-.3-.2zm-2 1.1c0-.1 0-.4.2-.5.2 0 .4 0 .5.2.2.1.1.4 0 .5H4c-.1 0-.2 0-.3-.2zM2 7.3c0-.2 0-.4.2-.5.1-.2.4-.1.5 0 0 .3 0 .5-.2.6h-.2L2 7.3zm-1.8 1C-.1 8.4 0 8 0 8h.6c.1.3 0 .5-.1.6H.4L0 8.5z"/><path id="mY" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="mZ" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zM2 1.8a.4.4 0 0 1-.2-.5c.1-.2.4-.2.6-.1.1 0 .2.3 0 .5a.4.4 0 0 1-.4.1zm1.8 1.1a.4.4 0 0 1-.1-.5c.1-.2.3-.2.5-.1.2 0 .3.3.1.5a.4.4 0 0 1-.5.1zM5.8 4a.4.4 0 0 1-.1-.5c0-.1.3-.2.5-.1s.2.3.1.5a.4.4 0 0 1-.5.1zm1.9 1.2a.4.4 0 0 1-.2-.6c.1-.1.4-.2.6 0 .1 0 .2.3 0 .4a.4.4 0 0 1-.4.2zm1.8 1a.4.4 0 0 1-.1-.4c.1-.2.3-.3.5-.2.2.1.3.4.2.5-.1.2-.2.2-.4.2h-.2zm1.9 1.2a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.1.2 0 .2.3.1.5l-.3.1h-.2zm1.9 1.1A.4.4 0 0 1 13 8c.2-.2.4-.2.6-.1.1 0 .2.3 0 .5a.4.4 0 0 1-.4.1z"/><path id="na" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="nb" fill-rule="evenodd" d="M8 .6c0-.2 0-.4.2-.5.2-.2.4-.1.5 0 .1.3 0 .5-.1.6h-.2L8 .6zM6 1.8c0-.2 0-.4.2-.6.2 0 .4 0 .5.2.1.1 0 .4-.1.5h-.2L6 1.8zM4 3c0-.2 0-.4.2-.6.2 0 .4 0 .5.2.1.1 0 .4-.1.5h-.2L4 3zM2 4.2c0-.2 0-.5.2-.6.2 0 .4 0 .5.2.1.1 0 .4-.1.5h-.2L2 4.2zM0 5.3c0-.1 0-.4.2-.5.2 0 .4 0 .5.2.1.1 0 .4-.1.5H.4c-.1 0-.3 0-.3-.2z"/><path id="nc" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="nd" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm2 1.2a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.2.2.2.2.4.1.6l-.3.1h-.2zm2 1.2a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.2.2.2.2.4.1.6l-.3.1h-.2zm2 1.2a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.2.2.1.2.4.1.6a.4.4 0 0 1-.5 0zm2 1.2A.4.4 0 0 1 8 5c0-.2.3-.3.5-.2.2.1.2.4.1.5 0 .2-.2.2-.3.2h-.2z"/><path id="ne" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="nf" fill-rule="evenodd" d="M8 .6c0-.2 0-.4.2-.5.2-.2.4-.1.5 0 .1.3 0 .5-.1.6h-.2L8 .6zM6 1.8c0-.2 0-.4.2-.5.2-.2.4-.1.5 0 .1.2 0 .5-.1.6h-.2L6 1.8zM4 3c0-.2 0-.4.2-.6.2 0 .4 0 .5.2.1.1 0 .4-.1.5h-.2L4 3zM2 4.2c0-.2 0-.5.2-.6.2 0 .4 0 .5.2.1.1 0 .4-.1.5h-.2L2 4.2zM0 5.3c0-.1 0-.4.2-.5.2 0 .4 0 .5.2.1.1 0 .4-.1.5H.4c-.1 0-.3 0-.3-.2z"/><path id="ng" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="nh" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5L.4.7H.2zm2 1.2a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.1.2 0 .2.3.1.5l-.3.1h-.2zm2 1.2a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.2.2.2.2.4.1.6l-.3.1h-.2zm2 1.2a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.2.2.1.2.4.1.6l-.3.1h-.2zm2 1.2A.4.4 0 0 1 8 5c0-.2.3-.3.5-.2.2.1.2.4.1.5 0 .2-.2.2-.3.2h-.2z"/><path id="ni" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="nj" fill-rule="evenodd" d="M3.7.6c-.2-.2-.1-.4 0-.5.3-.2.5-.1.6 0 .1.3 0 .5-.1.6H4L3.7.6zm-1.8 1c-.2-.1-.1-.4 0-.5.3 0 .5 0 .6.2.1.1 0 .4-.1.5h-.2c-.1 0-.3 0-.3-.2zM0 2.7c-.2-.2-.1-.4 0-.5.3-.1.5 0 .6.1.1.2 0 .4-.1.5H0z"/><path id="nk" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.3a.4.4 0 0 1-.3.3"/><path id="nl" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5L.4.7H.2zm1.8 1a.4.4 0 0 1-.1-.4c0-.2.3-.3.5-.2.2.1.2.4.1.5a.4.4 0 0 1-.5.2zm1.8 1.1a.4.4 0 0 1-.1-.5c0-.1.3-.2.5 0 .2 0 .2.2.1.4L4 3h-.2z"/><path id="nm" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.6v.5L.4.7"/><path id="nn" fill-rule="evenodd" d="M3.7.6c-.2-.2-.1-.4 0-.5.3-.2.5-.1.6 0 .1.3 0 .5-.1.6H4L3.7.6zm-1.8 1c-.2-.1 0-.4 0-.5.3 0 .5 0 .6.2.1.1 0 .4-.1.5h-.2c-.1 0-.3 0-.3-.2zM0 2.7c-.2-.2-.1-.4 0-.5.3-.1.5 0 .6.1.1.2 0 .4-.1.5H0z"/><path id="no" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="np" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm1.8 1a.4.4 0 0 1-.1-.4c0-.2.3-.3.5-.2.2.1.2.4.1.5 0 .2-.2.2-.3.2H2zm1.8 1.1a.4.4 0 0 1-.1-.5c0-.1.3-.2.5 0 .2 0 .2.2.1.4a.4.4 0 0 1-.5.1z"/><path id="nq" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="nr" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2-.2.4-.1.5 0C.8.5.7.7.6.8H.4L0 .6"/><path id="ns" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="nt" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0"/><path id="nu" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.5.7"/><path id="nv" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2-.2.4-.1.5 0C.8.5.7.7.6.8H.4L0 .6"/><path id="nw" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.3a.4.4 0 0 1-.3.3"/><path id="nx" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0"/><path id="ny" fill-rule="evenodd" d="M.4 7.8a.4.4 0 0 1-.4-.4v-7C0 .2.2 0 .4 0s.4.2.4.4v7c0 .2-.2.4-.4.4"/><path id="nz" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.3a.4.4 0 0 1-.3.3"/><path id="nA" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="nB" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="nC" fill-rule="evenodd" d="M2.8 4.2L2.5 4 0 .6C-.1.4 0 .2 0 0c.2-.2.5-.1.6 0l2 3L5 .1c.1-.1.3-.2.5 0 .2 0 .2.3.1.5L3.1 4l-.3.2"/><path id="nD" fill-rule="evenodd" d="M.4 7.8a.4.4 0 0 1-.4-.4v-7C0 .2.2 0 .4 0s.4.2.4.4v7c0 .2-.2.4-.4.4"/><path id="nE" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="nF" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="nG" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="nH" fill-rule="evenodd" d="M2.8 4.2L2.5 4 0 .6C-.1.4 0 .2 0 0c.2-.2.5-.1.6 0l2 3L5 .1c.1-.1.3-.2.5 0 .2 0 .2.3.1.5L3.1 4l-.3.2"/><path id="nI" fill-rule="evenodd" d="M.4 12.7a.4.4 0 0 1-.4-.4V.3C0 .3.2 0 .4 0s.4.2.4.4v11.9c0 .2-.2.4-.4.4"/><path id="nJ" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="nK" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="nL" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="nM" fill-rule="evenodd" d="M.4 7.8a.4.4 0 0 1-.4-.4v-7C0 .2.2 0 .4 0s.4.2.4.4v7c0 .2-.2.4-.4.4"/><path id="nN" fill-rule="evenodd" d="M5.2 4.2c-.1 0-.2 0-.3-.2L2.8 1 .7 4c-.1.2-.4.2-.5.1a.4.4 0 0 1-.1-.5L2.5.2a.4.4 0 0 1 .6 0l2.4 3.4V4h-.3"/><path id="nO" fill-rule="evenodd" d="M5.2 4.2c-.1 0-.2 0-.3-.2L2.8 1 .7 4c-.1.2-.4.2-.5.1a.4.4 0 0 1-.1-.5L2.5.2a.4.4 0 0 1 .6 0l2.4 3.4V4h-.3"/><path id="nP" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="nQ" fill-rule="evenodd" d="M28.3.6c0-.2 0-.4.2-.5.1-.2.4-.1.5 0 .1.3 0 .5-.1.6h-.2l-.4-.1zm-1.4.9c-.2-.2-.1-.4 0-.6.3 0 .5 0 .6.2.1.1 0 .4-.1.5h-.2l-.3-.1zm-1.5.8v-.5c.3 0 .5 0 .6.2.1.1 0 .4-.1.5h-.2c-.1 0-.3 0-.3-.2zm-1.5 1c-.1-.2 0-.5.1-.6l.5.1c.1.2 0 .4-.1.6h-.2c-.1 0-.3 0-.3-.2zm-1.5.8c-.1-.2 0-.4.1-.5.2-.1.4 0 .5.1v.5l-.3.1c-.1 0-.2 0-.3-.2zm-1.5 1c-.1-.3 0-.5.1-.6.2-.1.4 0 .5.1.2.2.1.4 0 .5h-.6zm-1.5.8c-.1-.2 0-.4.1-.5.2-.1.4 0 .6.1 0 .2 0 .4-.2.5h-.2l-.3-.1zm-1.5.9l.1-.5c.2-.1.5 0 .6.1 0 .2 0 .4-.2.5h-.2l-.3-.1zm-1.5.9c0-.2 0-.4.2-.5h.5l-.1.6h-.2l-.4-.1zm-1.5.9c0-.2 0-.4.2-.5h.5c.1.3 0 .5-.1.6h-.2l-.4-.1zm-1.4.9c-.2-.2-.1-.4 0-.6.3 0 .5 0 .6.2.1.1 0 .4-.1.5h-.2l-.3-.1zm-1.5.8v-.5c.3 0 .5 0 .6.2.1.1 0 .4-.1.5h-.2c-.1 0-.3 0-.3-.2zm-1.5 1c-.1-.2 0-.5.1-.6l.5.1c.1.2 0 .4-.1.6h-.2c-.1 0-.3 0-.3-.2zM9 12c-.1-.2 0-.4.1-.5l.5.1v.5l-.3.1c-.1 0-.2 0-.3-.2zm-1.5 1c-.1-.3 0-.5.1-.6.2-.1.4 0 .5.1.2.2.1.4 0 .5h-.6zm-1.5.8c-.1-.2 0-.4.1-.5.2-.1.5 0 .6.1 0 .2 0 .4-.2.5h-.2L6 14zm-1.5.9l.1-.5c.2-.1.5 0 .6.1 0 .2 0 .4-.2.5h-.2l-.3-.1zm-1.5.9c0-.2 0-.4.2-.5h.5l-.1.6h-.2l-.4-.1zm-1.5.9c0-.2 0-.4.2-.5h.5c.1.3 0 .5-.1.6h-.2l-.4-.1zm-1.4.9c-.2-.2-.1-.4 0-.6.3 0 .5 0 .6.2.1.1 0 .4-.1.5H.4l-.3-.1z"/><path id="nR" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm1.5.9a.4.4 0 0 1-.2-.5c.2-.2.4-.3.6-.2.1.2.2.4 0 .6l-.2.1h-.2zm1.5.9A.4.4 0 0 1 3 2c.1-.2.4-.3.6-.2.1.1.2.4 0 .5a.4.4 0 0 1-.4.2zm1.4.9a.4.4 0 0 1 0-.6c0-.1.3-.2.4 0 .2 0 .3.3.2.4l-.4.2h-.2zm1.5.8a.4.4 0 0 1 0-.5c0-.1.3-.2.4 0 .2 0 .3.2.2.4a.4.4 0 0 1-.6.1zm1.5 1a.4.4 0 0 1-.1-.6c.1-.2.3-.2.5-.1s.3.3.1.5c0 .1-.1.2-.3.2h-.2zm1.5.8a.4.4 0 0 1-.1-.5c.1-.2.3-.2.5-.1s.2.3.1.5l-.3.2h-.2zm1.5 1a.4.4 0 0 1-.1-.6c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1zm1.5.8a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5l-.3.2-.2-.1zm1.5.9a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm1.5.9a.4.4 0 0 1-.2-.5c.2-.2.4-.3.6-.2.1.2.2.4 0 .6a.4.4 0 0 1-.4 0zm1.5.9a.4.4 0 0 1-.2-.5c.1-.2.4-.3.6-.2.1.1.2.4 0 .5 0 .2-.1.2-.2.2h-.2zm1.4.9a.4.4 0 0 1 0-.6c0-.1.3-.2.4 0 .2 0 .3.3.2.4a.4.4 0 0 1-.6.2zm1.5.8a.4.4 0 0 1 0-.5c0-.1.3-.2.4 0 .2 0 .3.2.2.4l-.4.2h-.2zm1.5 1a.4.4 0 0 1-.1-.6c.1-.2.3-.2.5-.1s.3.3.1.5a.4.4 0 0 1-.5.1zm1.5.8a.4.4 0 0 1-.1-.5c.1-.2.3-.2.5-.1s.2.3.1.5a.4.4 0 0 1-.5.1zm1.5 1a.4.4 0 0 1-.1-.6c0-.2.3-.2.5-.1.2 0 .2.3.1.5l-.3.2H24zm1.5.8a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5l-.3.2-.2-.1zm1.5.9a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5l-.3.1H27zm1.5.9a.4.4 0 0 1-.2-.5c.2-.2.4-.3.6-.2.1.2.2.4 0 .6a.4.4 0 0 1-.4 0z"/><path id="nS" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.3a.4.4 0 0 1-.3.3"/><path id="nT" fill-rule="evenodd" d="M31.6 19.4h-.2L.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0l31 18.5L62.7.1c.2-.2.4-.1.5 0v.6L31.7 19.4h-.2"/><path id="nZ" fill-rule="evenodd" d="M16.3.7C7.7.7.8 7.5.8 16c0 8.3 7 15.1 15.5 15.1S31.8 24.2 31.8 16c0-8.4-7-15.2-15.5-15.2zm0 31C7.3 31.8 0 24.8 0 16S7.3 0 16.3 0s16.2 7.1 16.2 15.9-7.3 15.9-16.2 15.9z"/><path id="eR" fill-rule="evenodd" d="M.4 31.8a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v31c0 .2-.2.4-.4.4"/><path id="oa" fill-rule="evenodd" d="M32.2.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h31.8c.2 0 .3.2.3.4s-.1.3-.3.3"/><path id="ob" fill-rule="evenodd" d="M9 .7C4.3.7.7 7.5.7 16 .8 24.2 4.4 31 8.9 31s8.2-6.8 8.2-15.1C17.1 7.5 13.4.7 9 .7zm0 31c-2.5 0-4.8-1.6-6.4-4.7C.9 24 0 20.1 0 16c0-4.2 1-8.2 2.6-11.2S6.5 0 8.9 0c2.5 0 4.7 1.7 6.4 4.7 1.7 3 2.6 7 2.6 11.2 0 4.2-1 8.2-2.6 11.1-1.7 3.1-4 4.8-6.4 4.8z"/><path id="eS" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="eT" fill-rule="evenodd" d="M11.8.7a.4.4 0 0 1-.4-.3c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3zm-2-.3c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.4-.3zm3.6.4a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.4.2.3.4c0 .2-.1.3-.3.3zM8.1.5c0-.2.1-.4.3-.4.2 0 .4.1.4.3 0 .2-.1.4-.3.4A.4.4 0 0 1 8 .5zm7 .5a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.3.2.3.4a.4.4 0 0 1-.4.3zM6.4.7c0-.2.1-.4.3-.4.2 0 .4.1.5.3 0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.3zm10.3.6a.4.4 0 0 1-.3-.4c0-.2.3-.4.5-.3.2 0 .3.2.3.4a.4.4 0 0 1-.5.3zM4.7 1c0-.2.2-.4.4-.4s.4 0 .4.3a.4.4 0 0 1-.4.4.4.4 0 0 1-.3-.3zm13.6.7a.4.4 0 0 1-.3-.5c.1-.2.3-.3.5-.2a.4.4 0 0 1 0 .7h-.2zM3.1 1.4c0-.2.1-.4.3-.4.2 0 .4 0 .5.2 0 .2 0 .4-.3.5a.4.4 0 0 1-.5-.3zm16.8.8a.4.4 0 0 1-.3-.5c.1-.2.3-.3.5-.2.2 0 .3.3.3.5l-.4.2h-.1zM1.6 2c-.1-.2 0-.4.2-.5.2 0 .4 0 .5.2 0 .2 0 .4-.2.5h-.2c-.1 0-.3 0-.3-.2zm19.8.8a.4.4 0 0 1-.2-.5c0-.2.3-.2.5-.2.2.1.3.4.2.5a.4.4 0 0 1-.5.2zM0 2.6c0-.1 0-.4.2-.5.2 0 .4 0 .5.2.1.2 0 .4-.2.5H.4c-.2 0-.3 0-.4-.2z"/><path id="eU" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="oc" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="od" fill-rule="evenodd" d="M21.3.5c0-.2 0-.4.2-.5.2 0 .4 0 .5.2 0 .2 0 .4-.2.5h-.1c-.2 0-.3 0-.4-.2zM.3.7A.4.4 0 0 1 0 .2C.1 0 .4 0 .5 0c.2.1.3.4.2.5a.4.4 0 0 1-.5.2zm19.5.5c-.1-.2 0-.5.2-.5.2-.1.4 0 .5.2 0 .2 0 .4-.3.5l-.4-.2zm-18 .2a.4.4 0 0 1-.2-.5c0-.2.3-.3.5-.2.2 0 .3.3.2.5a.4.4 0 0 1-.5.2zm16.3.2c0-.2.1-.4.3-.4.2 0 .4 0 .5.2 0 .2 0 .4-.3.5a.4.4 0 0 1-.5-.3zM3.4 2a.4.4 0 0 1-.2-.5c0-.2.2-.3.4-.2a.4.4 0 0 1 0 .7h-.2zm13.1.1c0-.2 0-.4.3-.4.2 0 .4 0 .4.3a.4.4 0 0 1-.3.4.4.4 0 0 1-.4-.3zm-11.4.3a.4.4 0 0 1-.3-.4c0-.2.2-.4.4-.3.2 0 .4.2.3.4a.4.4 0 0 1-.4.3zm9.7 0c0-.2.2-.4.4-.4s.4 0 .4.3c0 .2-.1.4-.3.4a.4.4 0 0 1-.5-.3zm-8 .3a.4.4 0 0 1-.4-.4c0-.2.3-.4.5-.3.2 0 .3.2.3.4s-.2.3-.4.3zm6.4-.2c0-.2.1-.3.3-.4.2 0 .4.2.4.4s-.1.4-.3.4a.4.4 0 0 1-.4-.4zm-4.7.4a.4.4 0 0 1-.4-.4c0-.2.2-.4.4-.4s.4.2.4.5c0 .1-.2.3-.4.3zm3.4 0a.4.4 0 0 1-.4-.3c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.4-.3.4zm-1.7 0a.4.4 0 0 1-.4-.3c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4z"/><path id="oe" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="of" fill-rule="evenodd" d="M23.3 50.4H29v-2.2c0-.2.2-.3.4-.3a23 23 0 0 0 2.2-.4c.1 0 .3 0 .4.2l1 2 5.2-2.1-.8-2c0-.2 0-.4.2-.5l2.4-1.5h.5L42 45l4-3.9-1.5-1.6a.4.4 0 0 1 0-.4l1.2-1.8c.1-.2.3-.2.5-.2l2 .8 2.3-5-2-1a.4.4 0 0 1-.2-.4l.6-2.8c0-.2.2-.3.3-.3h2.2v-5.6l-2.2-.1a.4.4 0 0 1-.3-.3l-.4-2.2c0-.1 0-.3.2-.4l2-.9-2.1-5-2 .6c-.3 0-.4 0-.5-.2L44.6 12a.4.4 0 0 1 0-.5l1.5-1.5-4-4-1.6 1.5H40l-1.8-1.2c-.2 0-.3-.3-.2-.4l.8-2-5.2-2.2-1 1.9c0 .2-.2.2-.4.2l-2.8-.6a.4.4 0 0 1-.3-.3L29 .7h-5.7V3c0 .2-.2.3-.4.3l-2.2.4c-.2 0-.3 0-.4-.2l-1-2-5.2 2.1.8 2c0 .2 0 .4-.2.5l-2.4 1.5h-.5l-1.6-1.4-4 3.9 1.5 1.5v.5l-1.2 1.8c-.1.2-.3.2-.5.2l-2-.8-2.3 5 2 1c.2 0 .2.3.2.4l-.6 2.8-.3.3H.8v5.6l2.2.1c.1 0 .3.1.3.3l.4 2.1c0 .2 0 .4-.2.5l-2 .9 2.1 5 2-.6.5.1 1.6 2.4c.1.1.1.3 0 .4l-1.5 1.6 4 4 1.6-1.5h.5l1.8 1.2c.2 0 .3.3.2.4l-.8 2 5.2 2.2 1-2s.2-.2.4-.1l2.8.6c.2 0 .3.1.3.3zm6 .7H23a.4.4 0 0 1-.4-.4l-.1-2.2c-.8 0-1.5-.2-2.3-.4l-1 2c0 .1-.3.2-.5.1L13 47.8a.4.4 0 0 1-.2-.5l.8-2-1.4-1-1.7 1.5c-.1.2-.3.2-.5 0l-4.5-4.4a.4.4 0 0 1 0-.5l1.5-1.6-1.3-2-2 .8c-.3 0-.5 0-.6-.2L.7 32c-.1-.2 0-.4.2-.5l2-.9-.3-1.6H.4a.4.4 0 0 1-.4-.4v-6.3c0-.2.2-.3.4-.3l2.2-.1.5-2.3-2-1a.4.4 0 0 1-.2-.4l2.5-5.7c0-.2.3-.3.5-.2l2 .8 1-1.4-1.5-1.6a.4.4 0 0 1 0-.5l4.5-4.4c.2-.2.4-.2.5 0l1.7 1.5c.6-.5 1.3-1 2-1.3l-.8-2c0-.3 0-.5.2-.5l6-2.3c.1-.1.3 0 .4.2l1 2c.5-.2 1-.3 1.6-.3V.4c0-.2.3-.4.5-.4h6.3c.2 0 .4.2.4.4l.1 2.2c.8 0 1.5.2 2.3.4l1-2c0-.1.3-.2.5-.1l5.8 2.4c.2 0 .3.3.2.5l-.8 2 1.4 1 1.7-1.5c.1-.2.3-.2.5 0l4.5 4.4v.5l-1.5 1.6 1.3 2 2-.8c.3 0 .5 0 .6.2l2.3 5.8c0 .2 0 .4-.2.5l-2 .9.3 1.6h2.2c.2 0 .4.2.4.4v6.3c0 .2-.2.3-.4.3l-2.2.1-.5 2.3 2 1c.2 0 .3.2.2.4L49 38.5c0 .2-.3.3-.5.2l-2-.8-1 1.4 1.5 1.6v.5l-4.5 4.4c-.2.2-.4.2-.5 0l-1.7-1.5c-.6.5-1.3 1-2 1.3l.8 2c0 .3 0 .5-.2.5l-6 2.3c-.1.1-.4 0-.4-.2l-1-2c-.5.2-1 .3-1.6.3v2.2c0 .2-.3.4-.5.4z"/><path id="og" fill-rule="evenodd" d="M21.8.7C10.2.7.8 10 .8 21.3s9.4 20.5 21 20.5 21-9.2 21-20.5S33.4.7 21.8.7zm0 41.9C9.8 42.6 0 33 0 21.3 0 9.5 9.8 0 21.8 0s21.8 9.5 21.8 21.3c0 11.7-9.8 21.3-21.8 21.3z"/><path id="oh" fill-rule="evenodd" d="M18.3.7a.4.4 0 0 1-.4-.3c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3zm1.7.1a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.3.2.3.4-.2.3-.4.3zM16.2.5c0-.2.1-.4.3-.4.3 0 .4.1.5.3 0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.3zm5.5.6a.4.4 0 0 1-.4-.5c0-.2.3-.3.5-.3s.3.3.3.5a.4.4 0 0 1-.4.3zM14.5.8c0-.2.1-.4.3-.5.2 0 .4.1.5.3a.4.4 0 0 1-.4.5.4.4 0 0 1-.4-.3zm8.8.6A.4.4 0 0 1 23 1c0-.2.3-.3.5-.3a.4.4 0 0 1-.1.8h-.1zm-10.4-.2c0-.2 0-.4.2-.5.2 0 .4 0 .5.3 0 .2 0 .4-.3.4a.4.4 0 0 1-.4-.2zm12 .8a.4.4 0 0 1-.3-.5c.1-.2.3-.3.5-.2.2 0 .3.3.3.5a.4.4 0 0 1-.5.2zm-13.6-.2c-.1-.2 0-.4.2-.5.2 0 .4 0 .5.2 0 .2 0 .4-.2.5h-.2c-.1 0-.3 0-.3-.2zm15 .9a.4.4 0 0 1 0-.5c0-.2.2-.3.4-.2.2 0 .3.3.2.5a.4.4 0 0 1-.5.2zM9.8 2.5c0-.2 0-.4.2-.5.2 0 .4 0 .5.2.1.2 0 .4-.2.5a.4.4 0 0 1-.5-.2zm18.1 1a.4.4 0 0 1 0-.5c0-.2.3-.3.4-.2.2.2.3.4.1.6a.4.4 0 0 1-.5 0zM8.3 3.4v-.5H9c.1.2 0 .5-.1.6a.4.4 0 0 1-.5-.1zm20.9 1a.4.4 0 0 1 0-.5c0-.2.3-.2.5 0v.5l-.3.1h-.2zm-22.3 0a.4.4 0 0 1 0-.5c.2-.2.5-.1.6 0v.5l-.3.1-.3-.1zm23.5 1a.4.4 0 0 1 0-.4c.2-.2.4-.2.6 0v.5h-.3-.3zm-24.8.1a.4.4 0 0 1 0-.5c.2-.2.4-.2.6 0v.5a.4.4 0 0 1-.6 0zm26 1.2a.4.4 0 0 1 0-.5c.2-.2.4-.2.6 0v.5l-.3.1-.3-.1zm-27.1 0a.4.4 0 0 1 0-.5c0-.1.3-.2.5 0 .1.1.2.3 0 .5a.4.4 0 0 1-.5 0zM32.6 8a.4.4 0 0 1 .1-.6l.6.1-.1.5-.2.1-.4-.1zM3.5 8a.4.4 0 0 1-.1-.4c0-.2.3-.2.5-.1.2 0 .2.3 0 .5a.4.4 0 0 1-.4 0zm30 1.3c0-.1 0-.4.2-.5.2 0 .4 0 .5.2.1.1 0 .4-.1.5h-.2c-.2 0-.3 0-.4-.2zm-31 .2a.4.4 0 0 1 0-.5c0-.2.3-.2.4-.1.2 0 .3.3.2.5a.4.4 0 0 1-.5.1zm31.8 1.3c0-.2 0-.4.2-.5.2-.1.4 0 .5.2 0 .2 0 .4-.2.5a.4.4 0 0 1-.5-.2zM1.8 11a.4.4 0 0 1-.2-.5c.1-.2.3-.3.5-.2.2.1.3.3.2.5a.4.4 0 0 1-.5.2zM35 12.3c0-.2 0-.4.3-.5.2 0 .4 0 .5.3a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.2zm-33.7.3A.4.4 0 0 1 1 12c0-.2.3-.3.5-.2.2 0 .3.2.2.4a.4.4 0 0 1-.5.3zm34.2 1.3c0-.2 0-.4.3-.5.2 0 .4 0 .5.3a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.2zm-34.6.3a.4.4 0 0 1-.3-.5c0-.2.2-.3.4-.2.2 0 .4.2.3.4a.4.4 0 0 1-.4.3zm35 1.3c-.1-.2 0-.4.3-.4.2 0 .4 0 .4.3 0 .2-.1.4-.3.4a.4.4 0 0 1-.5-.3zm-35.3.3a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.3.2.3.4-.2.3-.4.3zm35.4 1.3c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.4a.4.4 0 0 1-.4-.4zm-35.5.4A.4.4 0 0 1 0 17c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4zM36.3 19a.4.4 0 0 1-.4-.4c0-.2.2-.3.4-.3s.4.2.3.4c0 .2-.1.3-.3.3zM0 18.8c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.4a.4.4 0 0 1-.4-.4zm36 2a.4.4 0 0 1-.3-.4c0-.2.3-.4.5-.4s.3.3.3.5c0 .1-.2.3-.4.3zM.3 20.5c0-.2 0-.4.3-.4.2 0 .4 0 .4.3 0 .2 0 .4-.3.4a.4.4 0 0 1-.4-.3zm35.5 2a.4.4 0 0 1-.3-.5c0-.2.3-.4.5-.3.2 0 .3.2.3.4a.4.4 0 0 1-.5.3zM.5 22.1c0-.2 0-.4.3-.5.2 0 .4.1.4.3 0 .2 0 .4-.2.5H.9a.4.4 0 0 1-.4-.3zM35.2 24a.4.4 0 0 1-.3-.5c.1-.2.3-.3.5-.2.2 0 .3.3.3.5a.4.4 0 0 1-.5.2zM1 23.8c0-.2 0-.4.2-.5.2 0 .4 0 .5.3a.4.4 0 0 1-.3.5.4.4 0 0 1-.4-.3zm33.5 1.7a.4.4 0 0 1-.2-.5c.1-.1.3-.2.5-.1.2 0 .3.3.2.5l-.3.2h-.2zm-32.9-.1c0-.2 0-.4.2-.5.2 0 .5 0 .5.2a.4.4 0 0 1-.3.5c-.1 0-.3 0-.4-.2zM33.7 27a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5l-.3.2h-.2zM2.5 27c-.2-.3 0-.5 0-.6.3-.1.5 0 .6.1.1.2 0 .4-.1.5h-.5zm30.2 1.4a.4.4 0 0 1 0-.5c0-.2.3-.2.5-.1s.2.3 0 .5a.4.4 0 0 1-.5 0zm-29.3 0a.4.4 0 0 1 0-.6c.3-.1.5 0 .6.1v.5h-.6zm28.3 1.3a.4.4 0 0 1 0-.5c0-.2.3-.2.5 0 .1 0 .1.3 0 .4l-.3.2-.2-.1zm-27.2 0a.4.4 0 0 1 0-.5c.2-.2.4-.2.6 0v.5l-.3.1-.3-.1zm26 1.2a.4.4 0 0 1 0-.6h.5v.6h-.3-.2zm-24.8 0a.4.4 0 0 1 0-.5c.1-.2.4-.2.5 0 .2.1.2.3 0 .5L6 31h-.3zM29 32a.4.4 0 0 1 .1-.5h.5c.2.2.1.5 0 .6h-.3-.3zm-22 .1a.4.4 0 0 1-.2-.5c.2-.2.4-.2.6 0 .1 0 .2.3 0 .5a.4.4 0 0 1-.5 0zm20.6.9l.1-.5h.6a.4.4 0 0 1-.4.6l-.3-.1zM8.4 33a.4.4 0 0 1 0-.5c0-.2.3-.2.4-.1.2.1.3.3.2.5a.4.4 0 0 1-.6.1zm17.8.7c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .5-.2.5h-.1l-.4-.1zm-16.3.2a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.2.2.1.3.3.2.5a.4.4 0 0 1-.6.2zm14.8.5c-.1-.2 0-.5.2-.5.2-.1.4 0 .5.2 0 .2 0 .4-.2.5H25l-.3-.2zm-13.2.2a.4.4 0 0 1-.2-.5c.1-.2.3-.3.5-.2.2 0 .3.3.2.5a.4.4 0 0 1-.5.2zm11.5.3c0-.2 0-.4.3-.5.2 0 .4 0 .5.3a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.2zm-9.8.2a.4.4 0 0 1-.3-.4c0-.2.3-.3.5-.3s.3.3.3.5l-.4.2h-.1zm8.2.1c0-.2 0-.4.3-.4.2 0 .4 0 .4.3 0 .2 0 .4-.3.4a.4.4 0 0 1-.4-.3zm-6.5.3a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.4.2.3.4a.4.4 0 0 1-.4.3zm4.8 0c0-.3.1-.5.3-.5.2 0 .4.2.4.4s-.1.3-.3.4a.4.4 0 0 1-.4-.4zm-3.1.3a.4.4 0 0 1-.3-.4c0-.2.2-.4.4-.4s.3.2.3.4-.2.4-.4.4zm1.7 0a.4.4 0 0 1-.3-.3c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3z"/><path id="eK" fill-rule="evenodd" d="M30 29.6c-16.6 0-30-13-30-29.2C0 .2.2 0 .4 0s.4.2.4.4A28.9 28.9 0 0 0 30 28.9 28.9 28.9 0 0 0 59.2.4c0-.2.1-.4.3-.4.2 0 .4.2.4.4a29.7 29.7 0 0 1-30 29.2"/><path id="eL" fill-rule="evenodd" d="M12.7.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h12.3c.3 0 .4.2.4.4s-.1.3-.4.3"/><path id="eM" fill-rule="evenodd" d="M1.4.7c-.4 0-.6.3-.6.6 0 .4.2.6.6.6.3 0 .6-.2.6-.6C2 1 1.7.7 1.4.7zm0 2C.6 2.7 0 2 0 1.3 0 .6.6 0 1.4 0 2 0 2.7.6 2.7 1.3c0 .8-.6 1.4-1.3 1.4z"/><path id="eN" fill-rule="evenodd" d="M1.4.7c-.4 0-.6.3-.6.6 0 .4.2.6.6.6.3 0 .6-.2.6-.6C2 1 1.7.7 1.4.7zm0 2C.6 2.7 0 2 0 1.3 0 .6.6 0 1.4 0 2 0 2.8.6 2.8 1.3c0 .8-.7 1.4-1.4 1.4z"/><path id="eO" fill-rule="evenodd" d="M0 1c0-.6.4-1 1-1 .5 0 1 .4 1 1 0 .5-.5 1-1 1a1 1 0 0 1-1-1"/><path id="eP" fill-rule="evenodd" d="M1.4.7c-.4 0-.6.3-.6.6 0 .4.2.6.6.6.3 0 .6-.2.6-.6C2 1 1.7.7 1.4.7zm0 2C.6 2.7 0 2 0 1.3 0 .6.6 0 1.4 0 2 0 2.8.6 2.8 1.3c0 .8-.7 1.4-1.4 1.4z"/><path id="eQ" fill-rule="evenodd" d="M1.4.7c-.4 0-.6.3-.6.6 0 .4.2.6.6.6.3 0 .6-.2.6-.6C2 1 1.7.7 1.4.7zm0 2C.6 2.7 0 2 0 1.3 0 .6.6 0 1.4 0 2 0 2.7.6 2.7 1.3c0 .8-.6 1.4-1.3 1.4z"/><path id="dL" fill-rule="evenodd" d="M.8 25.1h33.8V.7H.8zm34.1.8H.4a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0h34.5c.2 0 .4.2.4.4v25.1c0 .2-.2.4-.4.4z"/><path id="dM" fill-rule="evenodd" d="M35 .7H.3A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h34.5c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="dN" fill-rule="evenodd" d="M1.2 0C.5 0 0 .5 0 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2S2 0 1.2 0zm0 .7c.3 0 .5.2.5.5 0 .2-.2.4-.5.4a.5.5 0 0 1-.4-.4c0-.3.2-.5.4-.5z"/><path id="dO" fill-rule="evenodd" d="M1.2 0C.5 0 0 .5 0 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2S2 0 1.2 0zm0 .7c.3 0 .5.2.5.5 0 .2-.2.4-.5.4a.5.5 0 0 1-.4-.4c0-.3.2-.5.4-.5z"/><path id="dP" fill-rule="evenodd" d="M1.2 0C.5 0 0 .5 0 1.2s.5 1.2 1.2 1.2 1.2-.5 1.2-1.2S2 0 1.2 0zm0 .7c.3 0 .5.2.5.5 0 .2-.2.4-.5.4a.5.5 0 0 1-.4-.4c0-.3.2-.5.4-.5z"/><path id="dQ" fill-rule="evenodd" d="M.4 14H0a.4.4 0 0 1 0-.6c3.3-3 4.7-4 6.1-3.9.8 0 1.6.6 2.4 1.1.9.6 1.8 1.3 2.8 1.3 2 0 3.6-2.7 5.2-5.2 1.5-2.4 3-4.7 4.8-4.7 1.8 0 3.1 1.5 4.2 2.8 1 1.1 2 2.2 3 2.2 1.2 0 2.4-1.9 3.7-3.7C33 2.2 33.8 1 34.7.1h.5c.1.1.2.4 0 .5-.8.8-1.6 2-2.3 3.1-1.4 2.1-2.7 4-4.3 4-1.4 0-2.5-1.2-3.5-2.4C24 4 22.9 2.7 21.4 2.7c-1.4 0-2.8 2.2-4.2 4.4-1.6 2.7-3.4 5.5-5.8 5.5-1.2 0-2.3-.7-3.3-1.4-.7-.5-1.3-.9-2-1-1 0-2.5.9-5.5 3.8H.4"/><path id="dR" fill-rule="evenodd" d="M.4 10.9a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v10c0 .3-.2.5-.4.5"/><path id="dS" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="dT" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.5c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 0 2z"/><path id="dU" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="dV" fill-rule="evenodd" d="M17.2.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h16.8c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="dW" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="dX" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4"/><path id="dY" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="dZ" fill-rule="evenodd" d="M20.8.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h20.4c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="qe" fill-rule="evenodd" d="M7 15.8H10l.2-1.4c0-.2.1-.3.2-.3l1-.4h.4l1.2.9 2-2-.9-1.1V11l.4-1 .3-.3 1.5-.1V6.9l-1.5-.2a.4.4 0 0 1-.3-.3 6 6 0 0 0-.4-1v-.3l.9-1.2-2-2-1.2 1h-.4l-1-.5a.4.4 0 0 1-.2-.3L9.9.7H7l-.2 1.4c0 .2 0 .3-.2.3l-1 .4c-.2.1-.3.1-.4 0L4 2 2 4 3 5v.5l-.4 1-.3.2-1.4.2v2.8l1.4.1.3.3.4 1v.4L2 12.6l2 2 1.2-.9h.4l1 .4c.1 0 .2.1.2.3zm3.2.7H6.7a.4.4 0 0 1-.4-.3l-.2-1.5a7 7 0 0 1-.7-.3l-1.2 1h-.5l-2.5-2.5a.4.4 0 0 1 0-.5l1-1.2-.3-.6-1.6-.3A.4.4 0 0 1 0 10V6.6c0-.2.1-.4.3-.4L2 6l.2-.7-.9-1.2a.4.4 0 0 1 0-.5l2.5-2.4h.5l1.2.9.7-.3.2-1.5c0-.2.2-.3.4-.3h3.5c.2 0 .4.1.4.3l.2 1.5.7.3 1.2-1 .5.1 2.5 2.4v.5l-1 1.2.4.7 1.5.2c.2 0 .3.2.3.4V10c0 .2-.1.3-.3.3l-1.5.3-.3.6 1 1.2-.1.5-2.5 2.4c-.1.1-.3.2-.5 0l-1.2-.9-.7.3-.2 1.5c0 .2-.2.3-.4.3z"/><path id="qf" fill-rule="evenodd" d="M6 .7a.4.4 0 0 1-.4-.4c0-.2.2-.3.4-.3s.4.2.3.4a.4.4 0 0 1-.4.3zM4 .4C3.8.2 4 0 4.1 0c.3 0 .5.1.5.3 0 .2-.1.4-.3.4a.4.4 0 0 1-.5-.3zm3.3.8a.4.4 0 0 1-.1-.5c.1-.1.3-.2.5-.1s.3.3.2.5a.4.4 0 0 1-.6.1zm-4.9 0c0-.3 0-.5.2-.6l.5.1c0 .2 0 .5-.2.6h-.1c-.2 0-.3 0-.4-.2zm6.1 1a.4.4 0 0 1 0-.5c.2-.2.5-.1.6 0v.5l-.3.1-.3-.1zm-7.3 0a.4.4 0 0 1 0-.5h.5c.2.1.2.4 0 .5l-.2.2-.3-.1zm8 1.3c0-.2.1-.4.3-.5.2 0 .4 0 .5.2 0 .2 0 .4-.2.5h-.2c-.1 0-.3 0-.3-.2zm-8.7.2a.4.4 0 0 1-.2-.4c0-.2.3-.3.5-.3.2.1.3.3.2.5a.4.4 0 0 1-.5.2zM10.3 5zm-.7 0c0-.3.1-.4.3-.4.2 0 .4.1.4.4 0 .2-.2.3-.4.3a.4.4 0 0 1-.3-.3zM0 5c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 5zm9.5 2a.4.4 0 0 1-.2-.6c0-.2.3-.3.5-.2.2 0 .3.3.2.5a.4.4 0 0 1-.5.2zM.3 6.6c0-.2 0-.4.2-.5.2 0 .5 0 .5.2.1.2 0 .5-.2.5H.7c-.2 0-.3 0-.4-.2zm8.3 1.6a.4.4 0 0 1 0-.6H9v.5l-.3.1h-.2zm-7.4 0a.4.4 0 0 1 0-.6h.6v.6h-.6zm6 .9c0-.2 0-.4.2-.5.1-.1.4 0 .5.1 0 .2 0 .4-.2.5a.4.4 0 0 1-.5-.1zm-4.6.1a.4.4 0 0 1-.2-.5c.2-.1.4-.2.6-.1.1.1.2.3.1.5a.4.4 0 0 1-.5.1zm3 .3c0-.2.1-.4.3-.4.2 0 .4.1.5.3a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.3zm-1.3.3a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.3.2.3.4a.4.4 0 0 1-.4.3z"/><path id="qg" fill-rule="evenodd" d="M3.8.7a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3zm0 6.7A3.8 3.8 0 0 1 0 3.7C0 1.7 1.7 0 3.8 0c2.1 0 3.8 1.7 3.8 3.7S5.9 7.4 3.8 7.4z"/><path id="qh" fill-rule="evenodd" d="M1.6.7c-.4 0-.8.4-.8 1 0 .4.4.8.8.8.5 0 1-.4 1-.9S2 .7 1.5.7zm0 2.5C.7 3.2 0 2.5 0 1.6 0 .7.7 0 1.6 0c1 0 1.7.7 1.7 1.6 0 .9-.7 1.6-1.7 1.6z"/><path id="lJ" fill-rule="evenodd" d="M3.9.7a3 3 0 0 0-3.1 3 3 3 0 0 0 3 3.1 3 3 0 0 0 3.2-3 3 3 0 0 0-3.1-3zm0 6.8A3.8 3.8 0 0 1 0 3.8C0 1.7 1.7 0 3.9 0c2 0 3.8 1.7 3.8 3.8 0 2-1.7 3.7-3.8 3.7z"/><path id="lK" fill-rule="evenodd" d="M.4 1.7a.4.4 0 0 1-.4-.4v-1C0 .3.2 0 .4 0s.4.2.4.4v1c0 .2-.2.3-.4.3"/><path id="lL" fill-rule="evenodd" d="M.4 1.7a.4.4 0 0 1-.4-.4v-1C0 .3.2 0 .4 0s.4.2.4.4v1c0 .2-.2.3-.4.3"/><path id="lM" fill-rule="evenodd" d="M1.4.7h-1A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h1c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="lN" fill-rule="evenodd" d="M.4 1.4H0a.4.4 0 0 1 0-.6L.8.1h.6v.5l-.8.7-.2.1"/><path id="lO" fill-rule="evenodd" d="M.4 1.4H0a.4.4 0 0 1 0-.6L.8.1h.6v.5l-.8.7-.2.1"/><path id="lP" fill-rule="evenodd" d="M1 1.4H.9L.1.5a.4.4 0 0 1 0-.5h.5l.8.7v.5l-.3.1"/><path id="lQ" fill-rule="evenodd" d="M1 1.4H.9L.1.5a.4.4 0 0 1 0-.5h.5l.8.7a.4.4 0 0 1-.3.6"/><path id="lR" fill-rule="evenodd" d="M.4 1.6H.2a.4.4 0 0 1-.2-.5L.4.2c0-.2.3-.2.5-.2.2.1.3.3.2.5l-.4 1-.3.1"/><path id="lS" fill-rule="evenodd" d="M.4 1.6H.2a.4.4 0 0 1-.2-.5L.4.2c0-.2.3-.2.5-.2.2.1.3.3.2.5l-.4 1-.3.1"/><path id="lT" fill-rule="evenodd" d="M1.3 1.1h-.1L.2.7A.4.4 0 0 1 0 .2C.1 0 .3 0 .5 0l1 .4.2.5-.4.2"/><path id="lU" fill-rule="evenodd" d="M1.3 1.1h-.1L.2.7A.4.4 0 0 1 0 .2C.1 0 .3 0 .5 0l1 .4.2.5-.4.2"/><path id="lV" fill-rule="evenodd" d="M.4 1.1c-.2 0-.3 0-.4-.2C0 .7 0 .5.2.4l1-.4c.1 0 .4 0 .4.2.1.2 0 .4-.2.5l-.9.4H.4"/><path id="lW" fill-rule="evenodd" d="M.4 1.1c-.2 0-.3 0-.4-.2C0 .7 0 .5.2.4l1-.4c.1 0 .4 0 .4.2.1.2 0 .4-.2.5l-.9.4H.4"/><path id="lX" fill-rule="evenodd" d="M.8 1.6c-.2 0-.3 0-.4-.2L0 .5C0 .3 0 .1.2 0c.2 0 .4 0 .5.2l.4 1c.1.1 0 .3-.2.4H.8"/><path id="lY" fill-rule="evenodd" d="M.8 1.6c-.2 0-.3 0-.4-.2L0 .5C0 .3 0 .1.2 0c.2 0 .4 0 .5.2l.4 1c.1.1 0 .3-.2.4H.8"/><path id="lZ" fill-rule="evenodd" d="M3 .7a.4.4 0 1 1 .2-.7c.2 0 .3.2.3.4a.4.4 0 0 1-.4.3zM1.2.8c0-.1 0-.4.2-.5.2 0 .4 0 .5.2.1.2 0 .4-.1.5h-.2c-.2 0-.3 0-.4-.2zm3.2.6a.4.4 0 0 1 0-.5H5v.6a.4.4 0 0 1-.6 0zm-4 .9a.4.4 0 0 1-.3-.5c0-.2.3-.3.5-.2.2 0 .3.3.2.5a.4.4 0 0 1-.4.2zm4.5.5c0-.3.2-.4.4-.4s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.3zM0 3.8c0-.3 0-.5.3-.6.1 0 .4 0 .4.3.1.1 0 .4-.2.4H.4C.2 4 0 4 0 3.7zm4.4.8a.4.4 0 0 1 0-.5c0-.2.3-.2.4 0 .2 0 .2.3 0 .4l-.2.2-.2-.1zm-3.1.6a.4.4 0 0 1-.2-.5c.1-.2.4-.3.6-.2.1.1.2.3.1.5l-.3.2h-.2zm1.5 0c0-.2 0-.4.3-.4.2 0 .4 0 .4.3a.4.4 0 0 1-.4.4.4.4 0 0 1-.3-.3z"/><path id="ma" fill-rule="evenodd" d="M1.8.7a1 1 0 0 0-1 1c0 .7.4 1.1 1 1.1S3 2.4 3 1.8s-.5-1-1-1zm0 2.9C.8 3.6 0 2.8 0 1.8S.8 0 1.8 0s1.9.8 1.9 1.8-.9 1.8-1.9 1.8z"/><path id="qi" fill-rule="evenodd" d="M5.3.7h-5A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h5c.1 0 .3.2.3.4s-.2.3-.4.3"/><path id="qj" fill-rule="evenodd" d="M23.5 7.5H.4A.4.4 0 0 1 0 7c0-.2.2-.4.4-.4h22.8v-6h-20a.4.4 0 0 1-.4-.3c0-.2.2-.4.4-.4h20.3c.3 0 .4.2.4.4V7c0 .2-.1.4-.4.4"/><path id="qk" fill-rule="evenodd" d="M1.3.7h-1A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h.9c.2 0 .3.2.3.4s-.1.3-.3.3"/><path id="ql" fill-rule="evenodd" d="M1.3.7h-1A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h.9c.2 0 .3.2.3.4s-.1.3-.3.3"/><path id="qm" fill-rule="evenodd" d="M21.1 7.5H.4A.4.4 0 0 1 0 7V.4C0 .2.2 0 .4 0h6.4c.2 0 .4.2.4.4s-.2.3-.4.3h-6v6H21c.3 0 .4.2.4.4s-.1.4-.4.4"/><path id="ls" fill-rule="evenodd" d="M5.3 10.4a.4.4 0 0 1-.4-.4V2.8c0-1.2-1-2-2-2a2 2 0 0 0-2.1 2V10c0 .2-.2.4-.4.4A.4.4 0 0 1 0 10V2.8C0 1.2 1.3 0 2.8 0c1.6 0 2.8 1.2 2.8 2.8V10c0 .2-.1.4-.3.4"/><path id="lt" fill-rule="evenodd" d="M.4 4.2a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v3.4c0 .2-.2.4-.4.4"/><path id="lu" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="lv" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="lw" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="lx" fill-rule="evenodd" d="M.4 4.2a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v3.4c0 .2-.2.4-.4.4"/><path id="ly" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="lz" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="lA" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="lB" fill-rule="evenodd" d="M5.3 10.4a.4.4 0 0 1-.4-.4V2.8c0-1.2-1-2-2-2a2 2 0 0 0-2.1 2V10c0 .2-.2.4-.4.4A.4.4 0 0 1 0 10V2.8C0 1.2 1.3 0 2.8 0c1.6 0 2.8 1.2 2.8 2.8V10c0 .2-.1.4-.3.4"/><path id="lC" fill-rule="evenodd" d="M.4 4.2a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v3.4c0 .2-.2.4-.4.4"/><path id="lD" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="lE" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="lF" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="lG" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="lH" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="qn" fill-rule="evenodd" d="M.8 3h15.7V.7H.8zm16 .7H.5a.4.4 0 0 1-.4-.4v-3C0 .3.2 0 .4 0h16.5c.2 0 .3.2.3.4v3c0 .1-.1.3-.3.3z"/><path id="qo" fill-rule="evenodd" d="M14 .7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0H14c.2 0 .3.2.3.4s-.1.3-.3.3"/><path id="qp" fill-rule="evenodd" d="M1 .7C.9.7.8.8.8 1c0 0 0 .2.2.2l.2-.2C1.2.8 1 .7 1 .7zM1 2a1 1 0 0 1-1-1C0 .5.4 0 1 0c.5 0 1 .4 1 1 0 .5-.5.9-1 .9z"/><path id="qq" fill-rule="evenodd" d="M.4 5a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v4.2c0 .2-.2.3-.4.3"/><path id="qr" fill-rule="evenodd" d="M.4 5.2a.4.4 0 0 1-.4-.4V3a3 3 0 0 1 3-3h9.4c.3 0 .4.2.4.4s-.1.3-.4.3H3.1C1.8.7.8 1.7.8 3v1.8c0 .2-.2.4-.4.4"/><path id="qs" fill-rule="evenodd" d="M6.6 7.1a.4.4 0 0 1-.4-.3V3C6.2 1.8 5.2.7 4 .7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h3.5a3 3 0 0 1 3 3v3.8C7 7 7 7 6.7 7"/><path id="qt" fill-rule="evenodd" d="M.4 5a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v4.2c0 .2-.2.3-.4.3"/><path id="qu" fill-rule="evenodd" d="M.4 3a.4.4 0 0 1-.4-.3V.9C0 .4.4 0 1 0h9.3c.2 0 .4.2.4.4s-.2.3-.4.3H.9L.8 1v1.8c0 .2-.2.3-.4.3"/><path id="qv" fill-rule="evenodd" d="M4.5 4.5a.4.4 0 0 1-.4-.3V.9L3.9.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h3.5c.5 0 1 .4 1 .9v3.3c0 .2-.2.3-.4.3"/><path id="qw" fill-rule="evenodd" d="M.8 5.5H3V.7H.8zm2.6.7h-3a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0h3c.2 0 .4.2.4.4v5.4c0 .3-.2.4-.4.4z"/><path id="qx" fill-rule="evenodd" d="M.4 6.2a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v5.4c0 .3-.2.4-.4.4"/><path id="qy" fill-rule="evenodd" d="M1.2 4.6a.4.4 0 0 1-.3-.3L0 .5C0 .3 0 0 .3 0c.2 0 .4 0 .5.3l.4 2.2.5-2.2c0-.2.3-.3.5-.3s.3.3.3.5l-.9 3.8c0 .2-.2.3-.4.3"/><path id="qz" fill-rule="evenodd" d="M1.2 4.6a.4.4 0 0 1-.3-.3L0 .5C0 .3 0 0 .3 0c.2 0 .4 0 .5.3l.4 2.2.5-2.2c0-.2.3-.3.5-.3s.3.3.3.5l-.9 3.8c0 .2-.2.3-.4.3"/><path id="qA" fill-rule="evenodd" d="M.8 3h4.8V.6H.8zm5.2.7H.4a.4.4 0 0 1-.4-.4v-3C0 .3.2 0 .4 0H6c.2 0 .4.2.4.4v2.9c0 .2-.2.4-.4.4z"/><path id="qB" fill-rule="evenodd" d="M6 .7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0H6c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="qC" fill-rule="evenodd" d="M2 4.5H.4A.4.4 0 0 1 0 4c0-.2.2-.4.4-.4h1.2v-3H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0H2c.2 0 .4.2.4.4V4c0 .2-.2.4-.4.4"/><path id="pJ" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="pK" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4"/><path id="ea" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="pL" fill-rule="evenodd" d="M14.2 8.2H.4a.4.4 0 0 1-.4-.4c0-.2.2-.3.4-.3h13.4v-3H4.5a.4.4 0 0 1-.4-.4V.4c0-.2.2-.4.4-.4h3.1c.2 0 .4.2.4.4s-.2.3-.4.3H4.9v3h9.3c.2 0 .3.2.3.4v3.7c0 .3-.1.4-.3.4"/><path id="pM" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="pN" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="pO" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="pP" fill-rule="evenodd" d="M6.2 10.6H.4a.4.4 0 0 1-.4-.3c0-.2.2-.4.4-.4h5.4V.7H4a.4.4 0 0 1-.4-.3c0-.2.2-.4.4-.4h2.3c.2 0 .4.2.4.4v9.9c0 .2-.2.3-.4.3"/><path id="fN" fill-rule="evenodd" d="M7.6.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h7.2c.2 0 .3.2.3.4s-.1.3-.3.3"/><path id="fO" fill-rule="evenodd" d="M2.8 4h-.2L.2 2.3a.4.4 0 0 1 0-.6L2.6.1c.2-.2.4-.1.5 0 .2.2.1.5 0 .6L1 2l2 1.4c.1 0 .2.3 0 .5l-.3.1"/><path id="fP" fill-rule="evenodd" d="M2.8 4h-.2L.2 2.3a.4.4 0 0 1 0-.6L2.6.1c.2-.2.4-.1.5 0 .2.2.1.5 0 .6L1 2l2 1.4c.1 0 .2.3 0 .5l-.3.1"/><path id="qD" fill-rule="evenodd" d="M4.3 2C2.8 2 1.3 1.7.1.8a.4.4 0 0 1 0-.6h.5C1.6.9 3 1.3 4.3 1.3 5.7 1.3 7 1 8.1.1h.5v.6A6.9 6.9 0 0 1 4.2 2"/><path id="lm" fill-rule="evenodd" d="M5.2.7C2.8.7.8 2.7.8 5.1c0 2.4 2 4.4 4.4 4.4 2.5 0 4.5-2 4.5-4.4 0-2.4-2-4.4-4.5-4.4zm0 9.5a5.2 5.2 0 0 1-5.2-5C0 2.1 2.3 0 5.2 0c3 0 5.3 2.3 5.3 5.1S8 10.2 5.2 10.2z"/><path id="qE" fill-rule="evenodd" d="M.4 5.4a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4V5c0 .2-.2.3-.4.3"/><path id="ln" fill-rule="evenodd" d="M.4 3.5H.2a.4.4 0 0 1-.2-.6L1.4.2c0-.2.3-.3.5-.2.2.1.3.4.2.5L.7 3.3l-.3.2"/><path id="lo" fill-rule="evenodd" d="M1.3 5.2h4.6c.4-.5.6-1 .6-1.7C6.5 2 5.2.7 3.6.7A2.8 2.8 0 0 0 .8 3.5c0 .6.1 1.2.5 1.7zm4.8.7h-5l-.3-.1C.3 5 0 4.3 0 3.5 0 1.5 1.6 0 3.6 0s3.6 1.6 3.6 3.5c0 .8-.3 1.6-.8 2.3h-.3z"/><path id="lp" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="lq" fill-rule="evenodd" d="M3.8.7a.4.4 0 0 1-.3-.4c0-.2.3-.3.5-.3s.3.3.2.5a.4.4 0 0 1-.4.2zm-2-.2c0-.2.1-.4.3-.5.2 0 .4 0 .5.3a.4.4 0 0 1-.3.4.4.4 0 0 1-.4-.2zm3.1 1A.4.4 0 0 1 5 1h.6v.6h-.6zm-4.2.1a.4.4 0 0 1 0-.5C.6.9 1 .9 1 1c.2.1.2.4.1.5l-.3.2-.2-.1zm4.7 1.2c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.4-.3.4a.4.4 0 0 1-.4-.4zm-5 .4a.4.4 0 0 1-.4-.4c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4z"/><path id="lr" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="ko" fill-rule="evenodd" d="M.4 9L0 8.7c-.2-.2-.1-.5 0-.6l6.4-3.7L.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0l6.8 4 .2.4c0 .1 0 .2-.2.3l-6.8 4-.2.1"/><path id="kp" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="kq" fill-rule="evenodd" d="M9.7.6c0-.2 0-.4.2-.5.1-.2.4-.1.5 0 .1.3 0 .5-.1.6a.4.4 0 0 1-.6-.1zm-1.3.8c-.2-.2-.1-.4 0-.5.3-.1.5 0 .6.1.1.2 0 .4-.1.5h-.2l-.3-.1zM7 2.2c-.1-.2 0-.4.1-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5H7zM5.6 3c-.1-.1 0-.4.1-.5.2 0 .4 0 .5.2v.5h-.3c-.1 0-.2 0-.3-.2zM4.2 4c-.1-.2 0-.4.1-.5H5c0 .3 0 .5-.2.6h-.2L4.2 4zm-1.4.8l.1-.5c.2-.1.5 0 .6.1 0 .2 0 .4-.2.5h-.2l-.3-.1zm-1.4.8c0-.2 0-.4.2-.5.1-.1.4 0 .5.1.1.2 0 .4-.1.5l-.2.1c-.2 0-.3 0-.4-.2zm-1.3.8c-.2-.1-.1-.4 0-.5.3 0 .5 0 .6.2.1.1 0 .4-.1.5H.4c-.1 0-.3 0-.3-.2z"/><path id="kr" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="ks" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5L.4.7H.2zm1.4.8a.4.4 0 0 1-.2-.5c.1-.2.4-.2.6-.1.1 0 .2.3 0 .5l-.2.2h-.2zm1.3.8a.4.4 0 0 1 0-.5c0-.1.3-.2.4 0 .2 0 .3.2.2.4l-.4.2H3zm1.4.9a.4.4 0 0 1 0-.5c0-.2.2-.3.4-.2.2.1.3.4.2.5-.1.2-.2.2-.4.2h-.2zm1.4.8a.4.4 0 0 1-.1-.5c.1-.2.3-.2.5-.1A.4.4 0 0 1 6 4h-.2zm1.4.8a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5l-.3.2h-.2zm1.4.8a.4.4 0 0 1-.1-.5c0-.1.3-.2.5 0 .2 0 .2.2.1.4a.4.4 0 0 1-.5.1zm1.4.9a.4.4 0 0 1-.2-.5c.1-.2.4-.3.6-.2.1.1.2.4 0 .5 0 .2-.1.2-.2.2h-.2z"/><path id="kt" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="ku" fill-rule="evenodd" d="M12.8 8.2h-.2L.2.6A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0l12.2 7.3L25.1 0c.2-.2.4-.1.5 0 .1.3 0 .5-.1.6L13 8h-.2"/><path id="kv" fill-rule="evenodd" d="M7.2 9L7 8.8.2 4.8a.4.4 0 0 1 0-.7L7 .1c.2-.2.4-.1.6 0 0 .3 0 .5-.2.6L1.1 4.5l6.3 3.7c.2.1.3.4.2.6l-.4.1"/><path id="kw" fill-rule="evenodd" d="M.4 4.8L0 4.7c-.2-.2-.1-.4 0-.6l7-4c.1-.2.3-.1.5 0 0 .3 0 .5-.2.6l-6.8 4-.2.1"/><path id="kx" fill-rule="evenodd" d="M38.1 23.5l-.3-.1c-.1-.2 0-.5.1-.6l12.4-7.3L25.7.8 1 15.5l12.3 7.3c.2.1.3.4.2.6-.1.1-.4.2-.6 0L.2 15.9a.4.4 0 0 1 0-.6L25.5 0c.1-.1.3-.1.4 0l25.3 15a.4.4 0 0 1 0 .7l-12.9 7.7h-.2"/><path id="ky" fill-rule="evenodd" d="M6 4h-.2L.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0L6 3.3 11.4 0c.1-.2.4-.1.5 0 .1.3 0 .5-.1.6L6.2 4H6"/><path id="kz" fill-rule="evenodd" d="M7.2 4.8H7L.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0l6.8 4c.2.2.3.4.2.6l-.4.1"/><path id="kA" fill-rule="evenodd" d="M1.1 4.7l6.5 3.8L14 4.7 7.6.8zm6.5 4.6h-.2L.2 5a.4.4 0 0 1 0-.6L7.4 0c.1-.1.2-.1.4 0L15 4.4l.1.3-.1.3-7.2 4.3h-.2z"/><path id="hz" fill-rule="evenodd" d="M15.1.7C6.7.7.8 2.6.8 4.2S6.7 7.7 15 7.7c8.5 0 14.4-1.9 14.4-3.5S23.6.7 15.1.7zm0 7.7C7.8 8.4 0 7 0 4.2S7.8 0 15.1 0c7.4 0 15.2 1.5 15.2 4.2S22.5 8.4 15 8.4z"/><path id="hA" fill-rule="evenodd" d="M15 4.3C8.3 4.3.9 3 0 .5 0 .3 0 0 .3 0c.2 0 .4 0 .4.3.5 1.5 6.2 3.2 14.4 3.2S28.9 1.8 29.4.3c0-.2.3-.3.5-.3s.3.3.3.5C29.4 3 22 4.3 15 4.3"/><path id="hB" fill-rule="evenodd" d="M.4 36.2a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v35.4c0 .2-.2.4-.4.4"/><path id="hC" fill-rule="evenodd" d="M15 4.3C8.3 4.3.9 3 0 .5 0 .3 0 0 .3 0c.2 0 .4 0 .4.3.5 1.5 6.2 3.2 14.4 3.2S28.9 1.8 29.4.3c0-.2.3-.3.5-.3s.3.3.3.5C29.4 3 22 4.3 15 4.3"/><path id="hD" fill-rule="evenodd" d="M15 4.3C8.3 4.3.9 3 0 .5 0 .3 0 0 .3 0c.2 0 .4 0 .4.3.5 1.5 6.2 3.2 14.4 3.2S28.9 1.8 29.4.3c0-.2.3-.3.5-.3s.3.3.3.5C29.4 3 22 4.3 15 4.3"/><path id="hE" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="hF" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5L.4.7H.2zm27-.1c-.2-.2-.1-.4 0-.5.2-.2.5-.1.6 0 .1.3 0 .5-.1.6h-.2L27 .6zm-25.4.8a.4.4 0 0 1-.2-.4c0-.2.3-.3.5-.3.2.1.3.3.2.5 0 .2-.2.3-.4.3zm23.7-.2c0-.2 0-.4.3-.5.2 0 .4 0 .5.3 0 .2 0 .4-.3.4H26c-.2 0-.3 0-.4-.2zM3.5 2a.4.4 0 0 1-.3-.4c0-.2.3-.3.5-.3s.3.3.3.5a.4.4 0 0 1-.5.2zM24 1.7c0-.2 0-.4.2-.5.2 0 .5 0 .5.3 0 .2 0 .4-.3.4a.4.4 0 0 1-.4-.2zm-18.7.6A.4.4 0 0 1 5 2c0-.2.3-.3.5-.3s.3.2.3.4a.4.4 0 0 1-.5.3zm17-.3c0-.2 0-.4.3-.4.2 0 .4 0 .4.3 0 .2 0 .4-.3.4a.4.4 0 0 1-.4-.3zM7 2.6a.4.4 0 0 1-.4-.4c0-.2.3-.4.5-.3.2 0 .3.2.3.4s-.2.3-.4.3zm13.5-.3c0-.2 0-.4.3-.4.2 0 .4 0 .4.3 0 .2-.1.4-.3.4a.4.4 0 0 1-.4-.3zm-11.8.5a.4.4 0 0 1-.4-.4c0-.2.3-.4.5-.3.2 0 .3.2.3.4s-.2.3-.4.3zm10-.3c0-.2.2-.4.4-.4s.4.1.4.3c0 .2-.1.4-.3.4a.4.4 0 0 1-.5-.3zm-8.3.4a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.3.2.3.4-.1.3-.3.3zm6.6-.3c0-.2.2-.4.4-.4s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.3zm-4.8.4a.4.4 0 0 1-.4-.4c0-.2.2-.3.4-.3s.4.2.4.4-.2.3-.4.3zm3-.3c0-.2.2-.4.4-.4.3 0 .4.1.4.3 0 .2-.1.4-.3.4a.4.4 0 0 1-.4-.3zm-1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="hG" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="hH" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="hI" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm27-.1c-.2-.2-.1-.4 0-.5.2-.2.5-.1.6 0 .1.3 0 .5-.1.6h-.2L27 .6zm-25.4.8a.4.4 0 0 1-.2-.4c0-.2.3-.3.5-.3.2.1.3.3.2.5 0 .2-.2.3-.4.3zm23.7-.2c0-.2 0-.4.3-.5.2 0 .4 0 .5.3a.4.4 0 0 1-.4.5c-.2 0-.3-.1-.4-.3zM3.5 2a.4.4 0 0 1-.3-.4c0-.2.3-.3.5-.3s.3.3.3.5a.4.4 0 0 1-.5.2zM24 1.7c0-.2 0-.4.2-.5.2 0 .5 0 .5.3a.4.4 0 0 1-.4.5.4.4 0 0 1-.3-.3zm-18.7.6A.4.4 0 0 1 5 2c0-.2.3-.3.5-.3s.3.2.3.4a.4.4 0 0 1-.5.3zm17-.3c0-.2 0-.4.3-.4.2 0 .4 0 .4.3a.4.4 0 0 1-.4.4.4.4 0 0 1-.3-.3zM7 2.6a.4.4 0 0 1-.4-.4c0-.2.3-.4.5-.3.2 0 .3.2.3.4s-.2.3-.4.3zm13.5-.3c0-.2 0-.4.3-.4.2 0 .4 0 .4.3 0 .2-.1.4-.3.4a.4.4 0 0 1-.4-.3zm-11.8.5a.4.4 0 0 1-.4-.4c0-.2.3-.4.5-.3.2 0 .3.2.3.4s-.2.3-.4.3zm10-.3c0-.2.2-.4.4-.4s.4 0 .4.3c0 .2-.1.4-.3.4a.4.4 0 0 1-.5-.3zm-8.3.4a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.3.2.3.4-.1.3-.3.3zm6.6-.3c0-.2.2-.4.4-.4s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.3zm-4.8.4a.4.4 0 0 1-.4-.4c0-.2.2-.3.4-.3s.4.2.4.4-.2.3-.4.3zm3-.3c0-.2.2-.4.4-.4.3 0 .4.1.4.3 0 .2-.1.4-.3.4a.4.4 0 0 1-.4-.3zm-1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="hJ" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="hK" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="hL" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5L.4.7H.2zm27-.1c-.2-.2-.1-.4 0-.5.2-.2.5-.1.6 0 .1.3 0 .5-.1.6h-.2L27 .6zm-25.4.8a.4.4 0 0 1-.2-.4c0-.2.3-.3.5-.3.2.1.3.3.2.5a.4.4 0 0 1-.5.2zm23.7-.2c0-.2 0-.4.3-.5.2 0 .4 0 .5.3 0 .2 0 .4-.3.4H26c-.2 0-.3 0-.4-.2zM3.5 2a.4.4 0 0 1-.3-.4c0-.2.3-.3.5-.3s.3.3.3.5a.4.4 0 0 1-.5.2zM24 1.7c0-.2 0-.4.2-.5.2 0 .5 0 .5.3 0 .2 0 .4-.3.4a.4.4 0 0 1-.4-.2zm-18.7.6A.4.4 0 0 1 5 2c0-.2.3-.3.5-.3s.3.2.3.4a.4.4 0 0 1-.5.3zm17-.3c0-.2 0-.4.3-.4.2 0 .4 0 .4.3 0 .2 0 .4-.3.4a.4.4 0 0 1-.4-.3zM7 2.6a.4.4 0 0 1-.4-.4c0-.2.3-.4.5-.3.2 0 .3.2.3.4s-.2.3-.4.3zm13.5-.3c0-.2 0-.4.3-.4.2 0 .4 0 .4.3 0 .2-.1.4-.3.4a.4.4 0 0 1-.4-.3zm-1.8.2c0-.2.2-.4.4-.4s.4.1.4.3c0 .2-.1.4-.3.4a.4.4 0 0 1-.5-.3zm-10 .3a.4.4 0 0 1-.4-.4c0-.2.3-.4.5-.3.2 0 .3.2.3.4s-.2.3-.4.3zm1.7.1a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.3.2.3.4-.1.3-.3.3zm6.6-.3c0-.2.2-.4.4-.4s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.3zm-4.8.4a.4.4 0 0 1-.4-.4c0-.2.2-.3.4-.3s.4.2.4.4-.2.3-.4.3zm3-.3c0-.2.2-.4.4-.4.3 0 .4.1.4.3 0 .2-.1.4-.3.4a.4.4 0 0 1-.4-.3zm-1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="hM" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="hN" fill-rule="evenodd" d="M15 4.3C8.3 4.3.9 3 0 .5 0 .3 0 0 .3 0c.2 0 .4 0 .4.3.5 1.5 6.2 3.2 14.4 3.2S28.9 1.8 29.4.3c0-.2.3-.3.5-.3s.3.3.3.5C29.4 3 22 4.3 15 4.3"/><path id="hs" fill-rule="evenodd" d="M.8 18h20V.6H.8zm20.4.7H.4a.4.4 0 0 1-.4-.4V.3C0 .3.2 0 .4 0h20.8c.2 0 .4.2.4.4v17.9c0 .2-.2.4-.4.4z"/><path id="ht" fill-rule="evenodd" d="M21.2.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h20.8c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="hu" fill-rule="evenodd" d="M1.4.7c0 .4-.3.7-.7.7A.7.7 0 0 1 0 .7C0 .3.3 0 .7 0c.4 0 .7.3.7.7"/><path id="hv" fill-rule="evenodd" d="M1.4.7c0 .4-.3.7-.7.7A.7.7 0 0 1 0 .7C0 .3.3 0 .7 0c.4 0 .7.3.7.7"/><path id="hw" fill-rule="evenodd" d="M4.3 6.1h-.2l-4-2.7A.4.4 0 0 1 0 3c0-.1 0-.3.2-.3L4 0c.2-.2.4-.1.5 0 .2.2.1.5 0 .6L1 3l3.5 2.4c.2 0 .3.3.1.5l-.3.1"/><path id="hx" fill-rule="evenodd" d="M.4 6.1L0 6a.4.4 0 0 1 0-.5L3.8 3 .2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0l4 2.7.1.3s0 .2-.2.3L.6 6H.4"/><path id="hy" fill-rule="evenodd" d="M.4 6.3H.2a.4.4 0 0 1-.2-.6L2.8.2c0-.2.3-.3.5-.2.2.1.3.3.2.5L.7 6.1l-.3.2"/><path id="iZ" fill-rule="evenodd" d="M3.6.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h3.2c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="ja" fill-rule="evenodd" d="M1.7.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h1.3c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="jb" fill-rule="evenodd" d="M1.7.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h1.3c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="jc" fill-rule="evenodd" d="M5.3 6.2a.4.4 0 0 1-.4-.3V.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h4.9c.2 0 .3.2.3.4v5.5c0 .2-.1.3-.3.3"/><path id="hO" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="jd" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.9 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="je" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.6v.3a.4.4 0 0 1-.3.3"/><path id="jf" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="jg" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3z"/><path id="jh" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="ji" fill-rule="evenodd" d="M6.8 6.2H.4A.4.4 0 0 1 0 6c0-.2.2-.4.4-.4h6V.4c0-.2.2-.4.4-.4s.4.2.4.4v5.5c0 .2-.2.3-.4.3"/><path id="jj" fill-rule="evenodd" d="M1.4.7c-.4 0-.6.3-.6.7 0 .3.2.6.6.6.3 0 .6-.3.6-.6C2 1 1.7.7 1.4.7zm0 2C.6 2.7 0 2.1 0 1.4 0 .6.6 0 1.4 0c.8 0 1.4.6 1.4 1.4 0 .7-.6 1.3-1.4 1.3z"/><path id="jk" fill-rule="evenodd" d="M1.4.7c-.4 0-.6.3-.6.7 0 .3.2.6.6.6.3 0 .6-.3.6-.6C2 1 1.7.7 1.4.7zm0 2C.6 2.7 0 2.1 0 1.4 0 .6.6 0 1.4 0c.8 0 1.4.6 1.4 1.4 0 .7-.6 1.3-1.4 1.3z"/><path id="jl" fill-rule="evenodd" d="M6.4.7h-6A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h6c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="jm" fill-rule="evenodd" d="M1.8 2.7l-.2-.1-1.4-1a.4.4 0 0 1 0-.6l1.4-1c.2 0 .4 0 .5.2v.5l-1 .6L2 2v.5l-.3.2"/><path id="jn" fill-rule="evenodd" d="M6.4.7h-6A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h6c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="jo" fill-rule="evenodd" d="M.4 2.7L0 2.5c-.2-.2-.1-.4 0-.5l1-.7-1-.6a.4.4 0 0 1 0-.5C0 0 .4-.1.6 0L2 1l.2.2c0 .2 0 .3-.2.3l-1.4 1H.4"/><path id="jp" fill-rule="evenodd" d="M1.8 2.7l-.2-.1-1.4-1a.4.4 0 0 1 0-.6l1.4-1c.2 0 .4 0 .5.2v.5l-1 .6L2 2v.5l-.3.2"/><path id="jq" fill-rule="evenodd" d="M6.4.7h-6A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h6c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="jr" fill-rule="evenodd" d="M.4 2.7L0 2.5c-.2-.2-.1-.4 0-.5l1-.7-1-.6a.4.4 0 0 1 0-.5C0 0 .4-.1.6 0L2 1l.2.2c0 .2 0 .3-.2.3l-1.4 1H.4"/><path id="fB" fill-rule="evenodd" d="M.4 6a.4.4 0 0 1-.4-.4L.3.4c0-.3.2-.4.4-.4s.3.2.3.4L.8 5.6c0 .2-.2.4-.4.4"/><path id="fC" fill-rule="evenodd" d="M.6 6a.4.4 0 0 1-.3-.4L0 .4C0 .2.2 0 .4 0s.3.2.4.4L1 5.6c0 .2-.1.4-.3.4"/><path id="fD" fill-rule="evenodd" d="M.8 11.7h19V9.4L17.6.8H3.2L.8 9.2zm19.5.7H.3A.4.4 0 0 1 0 12V9.3v-.1l2.5-9L3 0h14.8c.2 0 .4.1.4.3l2.5 9V12c0 .2-.1.4-.3.4z"/><path id="fE" fill-rule="evenodd" d="M4.6.7C2.3.7.8 2.6.8 5.2c0 3 1.8 5.7 3.8 5.7 2 0 3.8-2.7 3.8-5.7C8.4 2.6 6.8.7 4.6.7zm0 11C1.9 11.7 0 8.3 0 5.2 0 2.2 2 0 4.6 0 7.2 0 9 2.2 9 5.2s-1.8 6.5-4.5 6.5z"/><path id="fF" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="fG" fill-rule="evenodd" d="M0 .4C0 .2.1 0 .4 0c.2 0 .3.1.4.3C.8.6.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.3c0-.2.2-.4.4-.4.3 0 .4.1.5.3 0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.3zm.2 1.2c0-.2.1-.3.3-.4.2 0 .4.2.4.4s-.1.4-.3.4a.4.4 0 0 1-.4-.4zm0 1.3c0-.2.2-.4.4-.4s.4.1.4.3c0 .3-.1.4-.3.4a.4.4 0 0 1-.4-.3zm.2 1.3c0-.2.1-.4.3-.4.2 0 .4.1.4.3 0 .2-.1.4-.3.4a.4.4 0 0 1-.4-.3zm0 1.2c0-.2.2-.3.4-.4.2 0 .4.2.4.4S1.1 7 1 7a.4.4 0 0 1-.4-.4z"/><path id="fH" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="fI" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="fJ" fill-rule="evenodd" d="M.8.7A.4.4 0 0 1 .5.3C.5.1.7 0 .9 0s.3.2.3.4S1 .7.8.7zM.8 2a.4.4 0 0 1-.4-.4c0-.2.2-.3.4-.3s.3.2.3.4S1 2 .8 2zM.5 3.3a.4.4 0 0 1-.3-.4c0-.2.2-.4.4-.4s.4.2.3.4c0 .2-.1.4-.3.4zm0 1.2a.4.4 0 0 1-.4-.4c0-.2.2-.3.4-.3s.4.2.3.4c0 .2-.1.3-.3.3zM.3 5.8a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.4.2.4.4-.2.3-.4.3zm0 1.3a.4.4 0 0 1-.4-.4c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4z"/><path id="fK" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="fL" fill-rule="evenodd" d="M.4 3.4H0a.4.4 0 0 1 0-.6L2.2.1c.1 0 .3-.1.4 0l6.2 1.3c.2 0 .3.2.3.4s-.3.4-.5.3L2.6.8l-2 2.5-.2.1"/><path id="fM" fill-rule="evenodd" d="M3.4 3.5H.7a.4.4 0 0 1-.4-.3L0 .4C0 .2.1 0 .3 0c.2 0 .4.1.5.3L1 2.8h2.1L3.4.3c0-.2.2-.3.4-.3s.4.2.3.4l-.3 2.8c0 .2-.2.3-.4.3"/><path id="qF" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="nU" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.3 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.3 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.3 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.3 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="gK" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="gL" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="qG" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="qH" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.3 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.3 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM4 .4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 4 .4zm1.3 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="gM" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="gN" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="qI" fill-rule="evenodd" d="M.4 11.7a.4.4 0 0 1-.4-.4V.3C0 .3.2 0 .4 0s.4.2.4.4v11c0 .1-.2.3-.4.3"/><path id="nV" fill-rule="evenodd" d="M.4 11.5a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v10.8c0 .2-.2.3-.4.3"/><path id="gO" fill-rule="evenodd" d="M.4 4.6a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v3.8c0 .2-.2.4-.4.4"/><path id="gP" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="gQ" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4"/><path id="gR" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="gS" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="gT" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4"/><path id="gU" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="gV" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="gW" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4"/><path id="gX" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="gY" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="gZ" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="ha" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="hb" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4"/><path id="hc" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="hd" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="qJ" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="nW" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.2c0-.3.2-.4.4-.4s.4.1.4.4c0 .2-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="nX" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="qK" fill-rule="evenodd" d="M.4 4.5a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4V4c0 .2-.2.4-.4.4"/><path id="qL" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="qM" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.2c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="qN" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="my" fill-rule="evenodd" d="M1.9.7C1.2.7.8 1.3.8 2.1c0 .9.5 1.8 1 1.8.6 0 1.2-1 1.2-1.8S2.5.7 1.9.7zm0 3.9C.8 4.6 0 3.3 0 2.1S.8 0 1.9 0c1 0 1.8.9 1.8 2C3.7 3.4 3 4.7 2 4.7z"/><path id="nY" fill-rule="evenodd" d="M6.7 6H.4a.4.4 0 0 1-.3-.4L0 3.5C0 1 1.5.3 3 0c.2 0 .4.1.5.3 0 .2-.1.4-.3.4C1.7 1 .8 1.6.8 3.5v1.7h5.5V3.5C6.4 1.6 5.6 1 4 .7a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3 1.5.3 3 1 3 3.5v2.1c0 .2-.2.3-.4.3"/><path id="mA" fill-rule="evenodd" d="M2 1.7c-.7 0-1.4-.4-2-1.1A.4.4 0 0 1 .3 0h.5c.3.5.9.8 1.4.8.5 0 1-.3 1.4-.7.1-.2.4-.2.5-.1.2 0 .2.3.1.5-.5.7-1.2 1-2 1"/><path id="mz" fill-rule="evenodd" d="M6.7 6H.4a.4.4 0 0 1-.3-.4L0 3.5C0 1 1.5.3 3 0c.2 0 .4.1.5.3 0 .2-.1.4-.3.4C1.7 1 .8 1.6.8 3.5v1.7h5.5V3.5C6.4 1.6 5.6 1 4 .7a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3 1.5.3 3 1 3 3.5v2.1c0 .2-.2.3-.4.3"/><path id="he" fill-rule="evenodd" d="M5.8 7.9a5 5 0 0 0-5 4.9 5 5 0 0 0 5 4.9h18.4a5 5 0 0 0 5-5 5 5 0 0 0-5-4.8h-.3a.4.4 0 0 1-.4-.3C22.7 3.6 19 .7 15 .7a8.6 8.6 0 0 0-8.5 6.9c0 .2-.2.3-.4.3h-.3zm18.4 10.5H5.8A5.7 5.7 0 0 1 0 12.8C0 9.6 2.6 7 5.8 7 6.8 3 10.6 0 15 0c4.4 0 8.2 3 9.1 7.1 3.3 0 5.9 2.5 5.9 5.7 0 3-2.6 5.6-5.8 5.6z"/><path id="hf" fill-rule="evenodd" d="M1 1.4l.5.6.6-.6-.6-.5zM1.4 3l-.3-.1-1-1a.4.4 0 0 1 0-.6l1-1.1h.6l1 1a.4.4 0 0 1 0 .6l-1 1.1-.3.1z"/><path id="hg" fill-rule="evenodd" d="M1 1.5l.5.5.6-.5-.6-.6zm.5 1.4l-.3-.1-1-1-.2-.3.1-.3 1.1-1c0-.2.2-.2.3-.2l.3.1 1 1c.2.2.2.5 0 .6l-1 1.1-.3.1z"/><path id="hh" fill-rule="evenodd" d="M1 1.4l.5.6.6-.6-.6-.5zM1.4 3l-.3-.1-1-1a.4.4 0 0 1 0-.6l1-1.1h.6l1 1a.4.4 0 0 1 0 .6l-1 1.1-.3.1z"/><path id="hi" fill-rule="evenodd" d="M7.2 14.3h1v-.4c0-.1.2-.3.4-.3l.6-.1c.1 0 .3 0 .4.2l.2.3 1-.4-.2-.3c0-.2 0-.4.2-.5l.7-.4h.4l.3.3.8-.8-.3-.2a.4.4 0 0 1 0-.5l.3-.5c.1-.1.3-.2.5-.1h.3l.5-.9-.4-.1a.4.4 0 0 1-.2-.5l.2-.7c0-.2.2-.3.4-.3h.3V7h-.3a.4.4 0 0 1-.4-.3l-.1-.6c0-.2 0-.4.2-.4l.3-.2-.4-1-.3.1c-.2.1-.4 0-.5-.1l-.4-.7a.4.4 0 0 1 0-.4L13 3l-.8-.7-.3.2c0 .1-.3.1-.4 0l-.5-.3a.4.4 0 0 1-.2-.5l.1-.3-1-.4-.1.3c-.1.2-.3.2-.5.2l-.7-.2a.4.4 0 0 1-.3-.3V.7H7.1v.4c0 .2-.2.3-.4.3l-.6.2c-.2 0-.3 0-.4-.2L5.6 1l-1 .4.1.4c.1.1 0 .3-.1.4l-.7.4h-.5l-.2-.2-.8.7.3.3v.4l-.4.5c0 .2-.2.2-.4.2l-.4-.1-.4 1h.3c.2.2.3.3.2.5l-.1.8c0 .1-.2.3-.4.3H.8v1H1c.2 0 .4.2.4.4l.1.6c0 .1 0 .3-.2.4l-.3.1.4 1 .3-.1c.2 0 .4 0 .4.2l.5.6v.5l-.3.2.8.8.2-.3H4l.5.4c.2 0 .2.2.2.4l-.1.3 1 .4.1-.3.4-.2.8.2c.2 0 .3.2.3.3zm1.4.7H6.8a.4.4 0 0 1-.4-.3v-.4h-.2l-.2.3c-.1.2-.3.3-.5.2L3.8 14a.4.4 0 0 1-.2-.5l.2-.4-.4.3H3l-1.3-1.3a.4.4 0 0 1 0-.5l.3-.3-.1-.2-.4.1c-.2.1-.4 0-.5-.2L.2 9.5c0-.2 0-.4.2-.5l.4-.2H.4a.4.4 0 0 1-.4-.4V6.6c0-.2.2-.3.4-.3h.4V6l-.3-.2a.4.4 0 0 1-.2-.4L1 3.7l.5-.2.4.2-.3-.4a.4.4 0 0 1 0-.5L3 1.6c.1-.2.4-.2.5 0l.3.2H4l-.1-.5c0-.2 0-.4.2-.4L5.7.2c.2 0 .4 0 .5.2l.1.4.1-.4c0-.2.2-.4.4-.4h1.8c.2 0 .4.2.4.4v.4h.2l.2-.4c.1-.1.3-.2.5-.1l1.7.7c.2 0 .2.2.2.4l-.2.4.4-.2c.1-.2.3-.2.5 0l1.3 1.2v.5l-.3.3.1.2.4-.1c.2 0 .4 0 .5.2l.7 1.7c0 .1 0 .4-.2.4l-.4.2h.4c.2 0 .4.2.4.4v1.8c0 .2-.2.4-.4.4h-.4V9l.3.2c.2 0 .3.3.2.5l-.7 1.6c0 .2-.3.3-.5.2l-.4-.1.3.3v.5l-1.3 1.3H12l-.3-.3-.2.1.1.4c0 .2 0 .4-.2.5l-1.7.6c-.2.1-.4 0-.5-.2l-.2-.3v.4c0 .2-.2.3-.4.3z"/><path id="hj" fill-rule="evenodd" d="M2.9.7a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.4.2.3.4c0 .2-.2.3-.3.3h-.1zM1.1.8C1 .7 1 .4 1.2.3c.2 0 .4 0 .5.2.1.1 0 .4-.1.5h-.2c-.1 0-.3 0-.3-.2zm3 .6a.4.4 0 0 1 0-.5c.2-.2.4-.2.5 0 .2.2.1.4 0 .5l-.3.1-.2-.1zm-3.8.8a.4.4 0 0 1-.3-.5c0-.2.3-.3.5-.2.2 0 .3.3.2.5l-.3.2H.3zm4.2.4c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 3.6c0-.3 0-.5.3-.6.1 0 .4 0 .4.3a.4.4 0 0 1-.3.5c-.2 0-.3-.1-.4-.3zm4.1.8a.4.4 0 0 1 0-.6h.5c.2.1.2.4 0 .5a.4.4 0 0 1-.5 0zm-2.9.5a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1zm1.4 0c0-.2.1-.4.3-.4.2 0 .4 0 .4.3a.4.4 0 0 1-.3.4.4.4 0 0 1-.4-.3z"/><path id="hk" fill-rule="evenodd" d="M1.6.7c-.5 0-.8.4-.8.9s.3.8.8.8.9-.3.9-.8S2 .7 1.6.7zm0 2.5C.7 3.2 0 2.5 0 1.6 0 .7.7 0 1.6 0c1 0 1.7.7 1.7 1.6 0 .9-.8 1.6-1.7 1.6z"/><path id="hl" fill-rule="evenodd" d="M1.2.7c-.3 0-.4.2-.4.4 0 .3.1.4.4.4.2 0 .4-.1.4-.4 0-.2-.2-.4-.4-.4zm0 1.6C.5 2.3 0 1.8 0 1 0 .5.5 0 1.2 0c.6 0 1.1.5 1.1 1.1 0 .7-.5 1.2-1.1 1.2z"/><path id="hm" fill-rule="evenodd" d="M1.2.7c-.3 0-.4.2-.4.4 0 .3.1.4.4.4.2 0 .4-.1.4-.4 0-.2-.2-.4-.4-.4zm0 1.6C.5 2.3 0 1.8 0 1 0 .5.5 0 1.2 0c.6 0 1.1.5 1.1 1.1 0 .7-.5 1.2-1.1 1.2z"/><path id="hn" fill-rule="evenodd" d="M1.2.7c-.3 0-.4.2-.4.4 0 .3.1.4.4.4.2 0 .4-.1.4-.4 0-.2-.2-.4-.4-.4zm0 1.6C.5 2.3 0 1.8 0 1 0 .5.5 0 1.2 0c.6 0 1.1.5 1.1 1.1 0 .7-.5 1.2-1.1 1.2z"/><path id="ho" fill-rule="evenodd" d="M.8.7V1h.1V.7zm0 1l-.6-.3A.8.8 0 0 1 .2.2L.8 0c.3 0 .5 0 .6.2a.8.8 0 0 1 0 1.2c-.1.2-.3.3-.6.3z"/><path id="hp" fill-rule="evenodd" d="M.8.7v.1c0 .1 0 .1.1 0zm0 1l-.6-.3A.8.8 0 0 1 .2.2L.8 0c.3 0 .5 0 .7.2.3.4.3.9 0 1.2-.2.2-.4.3-.7.3z"/><path id="hq" fill-rule="evenodd" d="M.8.7V1h.1V.7zm0 1l-.6-.3A.8.8 0 0 1 .2.2L.8 0c.3 0 .5 0 .6.2a.8.8 0 0 1 0 1.2c-.1.2-.3.3-.6.3z"/><path id="hr" fill-rule="evenodd" d="M.8.7v.1c0 .1 0 .1.1 0zm0 1l-.6-.3A.8.8 0 0 1 .2.2L.8 0c.3 0 .5 0 .6.2.4.4.4.9 0 1.2-.1.2-.3.3-.6.3z"/><path id="jA" fill-rule="evenodd" d="M.4 20.2A.4.4 0 0 1 0 20v-1.4C0 8.3 8.5 0 19 0c5.6 0 11 2.4 14.6 6.7v.5c-.2.2-.5.1-.6 0A18.3 18.3 0 0 0 .8 18.5v1.3c0 .2-.1.4-.3.4"/><path id="jB" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="jC" fill-rule="evenodd" d="M0 .6A.4.4 0 0 1 .3 0c.1-.2.4-.1.5 0C.8.4.7.7.6.8H.4L0 .6zm.8 1V1c.3-.1.5 0 .6.1.1.2 0 .4-.1.5H1l-.3-.1zm.6 1c-.1-.1 0-.4.1-.5.2 0 .5 0 .6.2 0 .2 0 .4-.2.5h-.2c-.1 0-.3 0-.3-.2zm.5 1.1c0-.2 0-.4.2-.5.2 0 .4 0 .5.2a.4.4 0 0 1-.3.6c-.2 0-.3-.1-.4-.3zM2.4 5c0-.2 0-.5.2-.5s.4 0 .5.2c0 .2 0 .4-.2.5h-.2c-.1 0-.3 0-.3-.2zM2.8 6c0-.2 0-.4.2-.5.2 0 .4.1.5.3a.4.4 0 0 1-.4.5.4.4 0 0 1-.3-.3zM3 7.2c0-.2 0-.4.3-.5.2 0 .4.1.4.3 0 .2 0 .4-.3.5a.4.4 0 0 1-.4-.3zm.2 1.2c0-.2.1-.4.3-.4.2 0 .4 0 .5.3a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.3z"/><path id="jD" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="jE" fill-rule="evenodd" d="M21.4 29H7.9a.4.4 0 0 1-.3-.4V19A19 19 0 0 1 0 13.7a.4.4 0 0 1 0-.5c.2-.2.4-.1.6 0 2 2.3 4.5 4.1 7.4 5.2l.2.4v9.5H21v-9.5c0-.2 0-.3.2-.4A18 18 0 0 0 32.8.4c0-.2.2-.4.4-.4s.4.1.4.3a18.2 18.2 0 0 1-3.4 12.1c-2.1 3-5 5.3-8.5 6.6v9.6c0 .3-.1.4-.3.4"/><path id="jF" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="jG" fill-rule="evenodd" d="M0 .4C0 .2.1 0 .3 0c.2 0 .4.1.5.3C.8.5.6.7.4.7A.4.4 0 0 1 0 .4zm.2 1.3c0-.2.1-.4.3-.5.2 0 .4.1.5.3a.4.4 0 0 1-.4.5.4.4 0 0 1-.4-.3zm.4 1.2c-.1-.2 0-.4.2-.4s.4 0 .5.2c0 .2 0 .4-.3.5a.4.4 0 0 1-.4-.3zM1 4.2c-.1-.2 0-.5.2-.5s.4 0 .5.2a.4.4 0 0 1-.4.5c-.1 0-.3 0-.3-.2zm.5 1.1c-.1-.1 0-.4.1-.4.2-.1.5 0 .5.1.1.2 0 .4-.1.5h-.2c-.1 0-.3 0-.3-.2zM2 6.5c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .5-.2.6h-.1c-.2 0-.3 0-.4-.2zm.7 1.1c-.1-.2 0-.4.1-.5.2-.1.4 0 .5.1v.5h-.6zm.7 1a.4.4 0 0 1 .1-.4c.2-.2.4-.1.5 0 .2.2.1.4 0 .6h-.3l-.3-.1z"/><path id="jH" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="jI" fill-rule="evenodd" d="M13.8.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h13.4c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="jJ" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="jK" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.3 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.4 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zM4 .4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 4 .4zm1.4 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.3 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM8 .4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 8 .4zm1.4 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.3 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="jL" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="jM" fill-rule="evenodd" d="M13.8.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h13.4c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="jN" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="jO" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.3 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.4 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zM4 .4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 4 .4zm1.4 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.3 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM8 .4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 8 .4zm1.4 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.3 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="jP" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="jQ" fill-rule="evenodd" d="M3.1 3.4A3 3 0 0 1 0 .4C0 .2.2 0 .4 0s.4.2.4.4a2.3 2.3 0 1 0 4.7 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4a3 3 0 0 1-3.1 3"/><path id="jR" fill-rule="evenodd" d="M14.9.7A14 14 0 0 0 .8 14.6a14 14 0 0 0 14.1 13.8A14 14 0 0 0 29 14.6 14 14 0 0 0 15 .7zm0 28.4C6.7 29.1 0 22.6 0 14.6S6.7 0 14.9 0s14.9 6.5 14.9 14.6c0 8-6.7 14.5-14.9 14.5z"/><path id="jS" fill-rule="evenodd" d="M13 22h-.2L.2 15a.4.4 0 0 1-.2-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v14l12.4 7c.1 0 .2.3.1.5l-.3.1"/><path id="jT" fill-rule="evenodd" d="M7.7 13.1c-.2 0-.3 0-.3-.2L0 .6C-.1.4 0 .2 0 0c.3 0 .5 0 .6.2L8 12.5c.1.2 0 .4-.1.5l-.2.1"/><path id="kh" fill-rule="evenodd" d="M.4 9.1a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v8.4c0 .2-.2.3-.4.3"/><path id="ki" fill-rule="evenodd" d="M.4 13.9a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v13.1c0 .2-.2.4-.4.4"/><path id="kj" fill-rule="evenodd" d="M.4 12.3a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v11.5c0 .2-.2.4-.4.4"/><path id="kk" fill-rule="evenodd" d="M.4 16.2A.4.4 0 0 1 0 16V.4C0 .2.2 0 .4 0s.4.2.4.4v15.5c0 .2-.2.3-.4.3"/><path id="kl" fill-rule="evenodd" d="M.4 17.8a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v17c0 .2-.2.4-.4.4"/><path id="km" fill-rule="evenodd" d="M.4 16.1a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v15.3c0 .2-.2.4-.4.4"/><path id="kn" fill-rule="evenodd" d="M.4 19.5a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v18.8c0 .2-.2.3-.4.3"/><path id="jU" fill-rule="evenodd" d="M2.5.7C1.5.7.8 1.5.8 2.5s.8 1.7 1.7 1.7c1 0 1.8-.8 1.8-1.7 0-1-.8-1.8-1.8-1.8zm0 4.2A2.5 2.5 0 0 1 0 2.5C0 1 1.1 0 2.5 0s2.6 1.1 2.6 2.5c0 1.3-1.2 2.4-2.6 2.4z"/><path id="jV" fill-rule="evenodd" d="M16.9 9.8h-.2L.2.7A.4.4 0 0 1 0 .2C.2 0 .4-.1.6 0L17 9.1c.1.1.2.4.1.5 0 .2-.2.2-.3.2"/><path id="fq" fill-rule="evenodd" d="M12 .7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0H12c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="fr" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="fs" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.3 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.4 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3z"/><path id="ft" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="fu" fill-rule="evenodd" d="M6.6.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h6.2c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="fv" fill-rule="evenodd" d="M12 .7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0H12c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="fw" fill-rule="evenodd" d="M4.3.7h-4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h4c.1 0 .3.2.3.4s-.2.3-.4.3"/><path id="fx" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="fy" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.3 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.3 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3z"/><path id="fz" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="fA" fill-rule="evenodd" d="M2.9.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h2.5c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="jW" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="jX" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm2.2 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm2.2 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3z"/><path id="jY" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="jZ" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="ka" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="kb" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm2.2 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm2.2 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3z"/><path id="kc" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="kd" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="ke" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="kf" fill-rule="evenodd" d="M22.8.7a.4.4 0 0 1-.3-.3c0-.3.2-.4.4-.4s.3.2.3.4-.1.3-.4.3zM20.2.4c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.3.4a.4.4 0 0 1-.4-.4zM25 1a.4.4 0 0 1-.4-.5c0-.2.3-.3.5-.3s.3.3.3.5a.4.4 0 0 1-.4.3zM17.9.7c0-.2.1-.4.3-.4.2 0 .4 0 .5.3a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.3zm9.3.7A.4.4 0 0 1 27 1c0-.2.2-.4.4-.3.2 0 .4.3.3.5l-.4.2zm-11.5-.2c0-.2 0-.4.3-.5.2 0 .4.1.4.3.1.2 0 .4-.2.5H16a.4.4 0 0 1-.4-.3zm13.7.9a.4.4 0 0 1-.2-.5c0-.2.3-.3.4-.2.2 0 .3.3.3.5a.4.4 0 0 1-.5.2zm-15.8-.2c-.1-.1 0-.4.2-.4.2-.1.4 0 .5.2 0 .2 0 .4-.2.5h-.2c-.1 0-.3-.1-.3-.3zm17.8 1V3a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.2.2.1.2.4.1.5a.4.4 0 0 1-.5.2zM11.5 3c0-.2 0-.4.2-.5.2 0 .4 0 .5.2 0 .1 0 .4-.2.5h-.2s-.2 0-.3-.2zm21.8 1.2a.4.4 0 0 1 0-.5c0-.2.3-.2.5-.1.1 0 .2.3 0 .5a.4.4 0 0 1-.5.1zm-23.7 0v-.5h.6a.4.4 0 0 1-.3.6l-.3-.1zm25.6 1.3a.4.4 0 0 1-.1-.5c.1-.2.4-.2.5 0 .2 0 .2.3 0 .4a.4.4 0 0 1-.4.1zm-27.4 0a.4.4 0 0 1 0-.5h.6l-.1.6h-.5zm29 1.5a.4.4 0 0 1 0-.5c.2-.2.4-.2.5 0 .2.1.2.3 0 .5a.4.4 0 0 1-.5 0zm-30.7 0a.4.4 0 0 1 0-.4c.2-.2.4-.2.6 0V7A.4.4 0 0 1 6 7zm32.2 1.6a.4.4 0 0 1 0-.5h.6v.6h-.6zm-33.6.2a.4.4 0 0 1-.1-.5c.1-.2.4-.2.5 0 .2 0 .2.3.1.4l-.3.2-.2-.1zm34.9 1.6c-.1-.2 0-.4.1-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5h-.2l-.3-.1zm-36.2.3a.4.4 0 0 1-.1-.6c0-.1.3-.2.5 0 .2 0 .2.3.1.4a.4.4 0 0 1-.5.2zm37.3 1.6c-.1-.2 0-.4.1-.5.2 0 .5 0 .6.2 0 .2 0 .4-.2.5H41c-.1 0-.3 0-.3-.2zm-38.4.3a.4.4 0 0 1-.2-.5c.1-.2.4-.2.6-.1.1 0 .2.3.1.4 0 .2-.2.3-.3.3h-.2zm39.2 1.7c0-.2 0-.4.3-.5.2 0 .4 0 .5.3a.4.4 0 0 1-.4.5l-.4-.3zm-40 .4a.4.4 0 0 1-.2-.5c0-.2.2-.3.4-.2.2 0 .3.3.3.5a.4.4 0 0 1-.5.2zm40.7 1.7c0-.2 0-.4.3-.4.2 0 .4 0 .4.2s0 .4-.2.5a.4.4 0 0 1-.5-.3zm-41.3.4a.4.4 0 0 1-.3-.4c0-.2.2-.3.5-.3.2 0 .3.3.2.5a.4.4 0 0 1-.4.2zm41.7 1.8c0-.2.1-.4.3-.5.3 0 .4.2.5.4a.4.4 0 0 1-.4.4.4.4 0 0 1-.4-.3zm-42.1.4a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.4.2.3.4c0 .2-.2.3-.3.3H.5zm42.3 1.7c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm-42.4.6a.4.4 0 0 1-.4-.4c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4zm42.7 2a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.3.2.3.4-.2.3-.4.3zM.1 23c0-.2.1-.3.3-.4.2 0 .4.2.4.4s-.1.4-.3.4A.4.4 0 0 1 0 23zm42.7 2.4a.4.4 0 0 1-.3-.4c0-.2.2-.3.4-.3s.4.2.3.4a.4.4 0 0 1-.4.3zM.4 25.3c0-.2 0-.4.3-.4.2 0 .4 0 .4.3 0 .1 0 .3-.3.4a.4.4 0 0 1-.4-.3zm41.8 2.3a.4.4 0 0 1-.3-.5c.1-.2.3-.3.5-.2.2 0 .3.2.3.4a.4.4 0 0 1-.5.3zM.9 27.5c0-.2 0-.4.3-.5.2 0 .4 0 .5.3a.4.4 0 0 1-.4.5.4.4 0 0 1-.4-.3zm40.5 2.2a.4.4 0 0 1-.2-.5c0-.2.3-.3.5-.2.2 0 .3.3.2.5a.4.4 0 0 1-.5.2zm-39.7 0c0-.3 0-.5.2-.6.2 0 .5 0 .5.2.1.2 0 .4-.2.5h-.1c-.2 0-.3 0-.4-.2zm38.7 2a.4.4 0 0 1-.2-.5c.1-.2.4-.3.5-.2.2.1.3.3.2.5l-.3.2h-.2zm-37.6 0c-.1-.2 0-.5.1-.6.2 0 .4 0 .5.2.1.2 0 .4-.1.5H3l-.3-.1zM39 33.5a.4.4 0 0 1 0-.5c0-.1.3-.2.5 0 .1 0 .2.3 0 .4a.4.4 0 0 1-.5.1zM4 33.5a.4.4 0 0 1 0-.5l.6.1v.6h-.3l-.3-.1zm33.7 1.8a.4.4 0 0 1 0-.6h.5c.2.1.2.4 0 .5a.4.4 0 0 1-.5 0zm-32.3 0a.4.4 0 0 1 0-.5H6v.6h-.3-.3zm30.7 1.5a.4.4 0 0 1 0-.5h.5c.2.2.2.4 0 .6h-.5zM7 37a.4.4 0 0 1 0-.6h.5v.5a.4.4 0 0 1-.5 0zm27.2 1.2a.4.4 0 0 1 0-.5c.3-.1.5 0 .6.1v.5h-.6zM9 38.4a.4.4 0 0 1-.1-.5c.1-.2.3-.2.5 0 .2 0 .2.3 0 .4a.4.4 0 0 1-.4.1zm23.5 1c-.1-.1 0-.4.1-.5.2 0 .4 0 .5.2.2.1 0 .4 0 .5h-.3c-.1 0-.2 0-.3-.2zm-21.6.3a.4.4 0 0 1-.1-.6c0-.1.3-.2.5 0 .2 0 .2.2.1.4a.4.4 0 0 1-.5.2zm19.6.7c-.1-.1 0-.4.1-.4.2-.1.5 0 .5.1.1.2 0 .4-.1.5h-.2c-.1 0-.3 0-.3-.2zm-17.5.3c-.2 0-.3-.3-.2-.5 0-.2.3-.3.5-.2.2.1.2.3.2.5a.4.4 0 0 1-.5.2z"/><path id="kg" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="fQ" fill-rule="evenodd" d="M28.8.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h28.4c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="fR" fill-rule="evenodd" d="M28.8.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h28.4c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="fS" fill-rule="evenodd" d="M28.8.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h28.4c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="fT" fill-rule="evenodd" d="M1 34.6h23.3L14.3 18c-.1-.1-.1-.3 0-.4L24.2.7H1l10.1 16.8c.1.1.1.3 0 .4zm24 .8H.4c-.2 0-.3-.1-.3-.2-.1-.1-.1-.3 0-.4l10.3-17.1L0 .6C0 .4 0 .3 0 .2 0 0 .2 0 .4 0H25c.1 0 .2 0 .3.2v.4L15 17.6l10.3 17.2v.4l-.3.2z"/><path id="fU" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="fV" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.8 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zM7 .4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 7 .4zm1.8 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="fW" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="fX" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="fY" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="fZ" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="ga" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="gb" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zM5 .4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 5 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="gc" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="gd" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="ge" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM5 .4c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3A.4.4 0 0 1 5 .4zm1.6 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3z"/><path id="gf" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="gg" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="gh" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3A.4.4 0 0 1 3 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="gi" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.6v.5L.4.7"/><path id="gk" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.9 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3z"/><path id="gl" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="gm" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="gn" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM5 .4c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3A.4.4 0 0 1 5 .4zm1.7 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3z"/><path id="go" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="gp" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="gq" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zM5 .4c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3A.4.4 0 0 1 5 .4zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="gr" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="gs" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="gt" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="gu" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="gv" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="gw" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 2zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7C0 7 .2 7 .4 7s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="gx" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="gy" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="gz" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM7 .4c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3A.4.4 0 0 1 7 .4z"/><path id="gA" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="iL" fill-rule="evenodd" d="M8.2 11.6H.4a.4.4 0 0 1-.4-.3c0-.2.2-.4.4-.4h7.8a5 5 0 0 0 5-4.9v-.4a5 5 0 0 0-5-4.9.4.4 0 0 1-.3-.3c0-.2.1-.4.3-.4C11.4 0 14 2.5 14 5.6V6c0 3.1-2.6 5.6-5.8 5.6"/><path id="gB" fill-rule="evenodd" d="M7.9.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h7.5c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="iM" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="gC" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="gD" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="iN" fill-rule="evenodd" d="M7.7 6.4H.4A.4.4 0 0 1 0 6c0-.2.2-.4.4-.4h7.3a5 5 0 0 0 5-4.9V.4c0-.2.2-.4.4-.4s.4.2.4.4v.3c0 3.1-2.6 5.7-5.8 5.7"/><path id="gE" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="gF" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM7 .4c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3A.4.4 0 0 1 7 .4z"/><path id="gG" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="iO" fill-rule="evenodd" d="M8.2 11.6a.4.4 0 0 1-.3-.3c0-.2.1-.4.3-.4a5 5 0 0 0 5-4.9v-.4a5 5 0 0 0-5-4.9H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h7.8C11.4 0 14 2.5 14 5.6V6c0 3.1-2.6 5.6-5.8 5.6"/><path id="gH" fill-rule="evenodd" d="M7.9.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h7.5c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="iP" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="gI" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="gJ" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="iQ" fill-rule="evenodd" d="M13.1 6.4a.4.4 0 0 1-.4-.4v-.4a5 5 0 0 0-5-4.9H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h7.3c3.2 0 5.8 2.5 5.8 5.6V6c0 .2-.2.4-.4.4"/><path id="iR" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="iS" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.6 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zM3 .4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="iT" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="iU" fill-rule="evenodd" d="M1.8.7a1 1 0 0 0-1 1c0 .7.4 1.1 1 1.1S3 2.4 3 1.8s-.5-1-1-1zm0 2.9C.8 3.6 0 2.8 0 1.8S.8 0 1.8 0s1.9.8 1.9 1.8-.9 1.8-1.9 1.8z"/><path id="iV" fill-rule="evenodd" d="M1.8.7a1 1 0 0 0-1 1c0 .7.4 1.1 1 1.1S3 2.4 3 1.8s-.5-1-1-1zm0 2.9C.8 3.6 0 2.8 0 1.8S.8 0 1.8 0s1.9.8 1.9 1.8-.9 1.8-1.9 1.8z"/><path id="iW" fill-rule="evenodd" d="M1.8.7a1 1 0 0 0-1 1c0 .7.4 1.1 1 1.1S3 2.4 3 1.8s-.5-1-1-1zm0 2.9C.8 3.6 0 2.8 0 1.8S.8 0 1.8 0s1.9.8 1.9 1.8-.9 1.8-1.9 1.8z"/><path id="iX" fill-rule="evenodd" d="M1.8.7a1 1 0 0 0-1 1c0 .7.4 1.1 1 1.1S3 2.4 3 1.8s-.5-1-1-1zm0 2.9C.8 3.6 0 2.8 0 1.8S.8 0 1.8 0s1.9.8 1.9 1.8-.9 1.8-1.9 1.8z"/><path id="iY" fill-rule="evenodd" d="M1.8.7a1 1 0 0 0-1 1c0 .7.4 1.1 1 1.1S3 2.4 3 1.8s-.5-1-1-1zm0 2.9C.8 3.6 0 2.8 0 1.8S.8 0 1.8 0s1.9.8 1.9 1.8-.9 1.8-1.9 1.8z"/><path id="ro" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="rp" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2-.2.4-.1.5 0C.8.5.7.7.6.8H.4L0 .6zm2 3c-.1-.1 0-.3.1-.5.2 0 .4 0 .5.2v.5h-.3L2 3.7zm2 3.1c-.2-.1-.1-.4 0-.5.2 0 .5 0 .6.2 0 .1 0 .4-.2.5h-.2S4 7 4 6.7zm1.9 3.1c-.2-.1 0-.4 0-.5.3 0 .5 0 .6.2.1.1 0 .4-.1.5h-.2c-.1 0-.3 0-.3-.2zM7.8 13c-.1-.1 0-.4.1-.5l.5.1v.6H8c-.1 0-.2 0-.3-.2zm2 3.1c-.2-.2-.1-.4 0-.5l.6.1c0 .2 0 .4-.2.5l-.1.1c-.2 0-.3 0-.4-.2zm1.9 3.1v-.5c.3-.1.5 0 .6.1.1.2 0 .4-.1.5h-.5zm1.9 3.1c-.1-.2 0-.4.1-.5.2-.1.4 0 .5.1.2.2.1.4 0 .5a.4.4 0 0 1-.6 0z"/><path id="rq" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1-.2.6"/><path id="rr" fill-rule="evenodd" d="M13.7.7a.4.4 0 0 1-.1-.5c.1-.2.3-.3.5-.1.2 0 .3.3.1.5l-.3.1h-.2zm-2 3a.4.4 0 0 1 0-.4c0-.2.3-.3.5-.2.2.2.2.4.1.6a.4.4 0 0 1-.5 0zM10 7a.4.4 0 0 1-.2-.5c.1-.2.4-.3.5-.2.2.1.3.4.2.5-.1.2-.2.2-.4.2H10zm-2 3a.4.4 0 0 1-.1-.4c.1-.2.3-.3.5-.2.2.1.2.4.1.5a.4.4 0 0 1-.5.2zm-2 3.2a.4.4 0 0 1 0-.6c0-.1.3-.2.5 0 .2 0 .2.3.1.4a.4.4 0 0 1-.5.2zM4 16a.4.4 0 0 1 0-.5c0-.1.3-.2.4 0 .2 0 .3.2.2.4l-.4.2H4zm-1.9 3.1a.4.4 0 0 1-.1-.5c.1-.1.3-.2.5-.1s.2.3.1.5l-.3.2h-.2zm-2 3.1a.4.4 0 0 1 0-.5c0-.2.3-.2.5-.1s.2.3.1.5a.4.4 0 0 1-.5.1z"/><path id="rs" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="rt" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2-.2.4-.1.5 0C.8.5.7.7.6.8A.4.4 0 0 1 0 .6zm2 3c-.1-.1 0-.3.1-.5.2 0 .4 0 .5.2v.5h-.3L2 3.7zm2 3.1c-.2-.1-.1-.4 0-.5.2 0 .5 0 .6.2 0 .1 0 .4-.2.5h-.2S4 7 4 6.7zm1.9 3.1c-.2-.1 0-.4 0-.5.3 0 .5 0 .6.2.1.1 0 .4-.1.5h-.2c-.1 0-.3 0-.3-.2zM7.8 13c-.1-.1 0-.4.1-.5l.5.1v.6a.4.4 0 0 1-.6-.2zm2 3.1c-.2-.2-.1-.4 0-.5l.6.1c0 .2 0 .4-.2.5l-.1.1c-.2 0-.3 0-.4-.2zm1.9 3.1v-.5c.3-.1.5 0 .6.1.1.2 0 .4-.1.5h-.5zm1.9 3.1c-.1-.2 0-.4.1-.5.2-.1.4 0 .5.1.2.2.1.4 0 .5h-.6z"/><path id="ru" fill-rule="evenodd" d="M13.7.7a.4.4 0 0 1-.1-.5c.1-.2.3-.3.5-.1.2 0 .3.3.1.5a.4.4 0 0 1-.5 0zm-2 3a.4.4 0 0 1 0-.4c0-.2.3-.3.5-.2.2.2.2.4.1.6a.4.4 0 0 1-.5 0zM10 7a.4.4 0 0 1-.2-.5c.1-.2.4-.3.5-.2.2.1.3.4.2.5-.1.2-.2.2-.4.2H10zm-2 3a.4.4 0 0 1-.1-.4c.1-.2.3-.3.5-.2.2.1.2.4.1.5a.4.4 0 0 1-.5.2zm-2 3.2a.4.4 0 0 1 0-.6c0-.1.3-.2.5 0 .2 0 .2.3.1.4l-.3.2H6zM4 16a.4.4 0 0 1 0-.5c0-.1.3-.2.4 0 .2 0 .3.2.2.4l-.4.2H4zm-1.9 3.1a.4.4 0 0 1-.1-.5c.1-.1.3-.2.5 0 .2 0 .2.2.1.4l-.3.2h-.2zm-2 3.1a.4.4 0 0 1 0-.5c0-.2.3-.2.5-.1s.2.3.1.5a.4.4 0 0 1-.5.1z"/><path id="rv" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="rw" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2-.2.4-.1.5 0C.8.5.7.7.6.8H.4L0 .6zm2.2 3.3v-.5l.6.1c.1.2 0 .4-.1.5l-.2.1c-.1 0-.3 0-.3-.2zm2 3.4c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5h-.2l-.3-.1zm2.2 3.4V10c.3 0 .5 0 .6.2.1.1 0 .4-.1.5h-.2l-.3-.1zm2 3.3c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5h-.5zm2.2 3.4c-.1-.2 0-.4.1-.5h.5c.1.3 0 .5-.1.6h-.2l-.3-.1z"/><path id="rx" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="ry" fill-rule="evenodd" d="M10.7.7a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.1.2 0 .2.3.1.5l-.3.1h-.2zM8.6 4a.4.4 0 0 1-.1-.6c0-.1.3-.2.5 0 .2 0 .2.3.1.4a.4.4 0 0 1-.5.2zM6.5 7.4a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5l-.3.2h-.2zm-2.1 3.4a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.2.2.2.2.4.1.6l-.3.1h-.2zM2.3 14a.4.4 0 0 1-.1-.5c0-.1.3-.2.5 0 .2 0 .2.2.1.4a.4.4 0 0 1-.5.1zM.2 17.5A.4.4 0 0 1 0 17c0-.2.3-.2.5-.1.2 0 .2.3.1.5l-.3.2H.2z"/><path id="rz" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="rA" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2-.2.4-.1.5 0C.8.5.7.7.6.8H.4L0 .6zm2.2 3.3c-.2-.1 0-.4 0-.5l.6.1c.1.2 0 .4-.1.6h-.2c-.1 0-.3 0-.3-.2zm2 3.4c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5h-.2l-.3-.1zm2.2 3.4V10c.3 0 .5 0 .6.2.1.1 0 .4-.1.5h-.2l-.3-.1zm2 3.3c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5l-.2.1c-.1 0-.3 0-.3-.2zm2.2 3.4c-.1-.2 0-.4.1-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5h-.2l-.3-.1z"/><path id="rB" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="rC" fill-rule="evenodd" d="M10.7.7a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zM8.6 4a.4.4 0 0 1-.1-.5c0-.1.3-.2.5 0 .2 0 .2.3.1.4a.4.4 0 0 1-.5.1zM6.5 7.4a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1zm-2.1 3.4a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.2.2.1.2.4.1.6l-.3.1h-.2zM2.3 14a.4.4 0 0 1-.1-.5c0-.1.3-.2.5 0 .2 0 .2.2.1.4l-.3.2h-.2zM.2 17.5A.4.4 0 0 1 0 17c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1z"/><path id="rD" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="rE" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2-.2.4-.1.5 0C.8.5.7.7.6.8H.4L0 .6zm2 3.2c0-.2 0-.4.2-.5h.5c.1.3 0 .5-.1.6h-.2L2 3.9zM4 7c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5h-.2L4.1 7zm2 3.2c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5h-.2l-.3-.1zm2 3.2c0-.2 0-.4.2-.5.2-.1.4 0 .5.1v.5H8z"/><path id="rF" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.3a.4.4 0 0 1-.3.3"/><path id="rG" fill-rule="evenodd" d="M8.2.7a.4.4 0 0 1-.1-.5c.1-.2.3-.3.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm-2 3.2a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1zm-2 3.2a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5l-.3.2h-.2zm-2 3.2a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1zm-2 3.2A.4.4 0 0 1 0 13c0-.2.3-.2.5-.1s.2.3.1.5l-.3.2H.2z"/><path id="rH" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="rI" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2-.2.4-.1.5 0C.8.5.7.7.6.8H.4L0 .6zm2 3.2c0-.2 0-.4.2-.5h.5c.1.3 0 .5-.1.6h-.2L2 3.9zM4 7c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5A.4.4 0 0 1 4 7zm2 3.2c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5a.4.4 0 0 1-.5-.1zm2 3.2c0-.2 0-.4.2-.5.2-.1.4 0 .5.1v.5h-.3l-.3-.1z"/><path id="rJ" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="rK" fill-rule="evenodd" d="M8.2.7a.4.4 0 0 1-.1-.5c.1-.2.3-.3.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm-2 3.2a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1a.4.4 0 0 1-.2.7l-.2-.1zm-2 3.2a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5l-.3.2h-.2zm-2 3.2a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1zm-2 3.2A.4.4 0 0 1 0 13c0-.2.3-.2.5-.1s.2.3.1.5a.4.4 0 0 1-.5.1z"/><path id="rL" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="rM" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2-.2.4-.1.5 0C.8.5.7.7.6.8H.4L0 .6zm2 3c-.2-.2-.1-.4 0-.6.2 0 .5 0 .6.2l-.1.5h-.2l-.4-.1zm1.8 3c-.1-.2 0-.4.1-.6.2 0 .4 0 .6.2 0 .1 0 .4-.2.5h-.2l-.3-.1zm1.9 3c-.1-.2 0-.5.1-.6.2 0 .4 0 .5.2.1.1 0 .4-.1.5H6l-.3-.1z"/><path id="rN" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="rO" fill-rule="evenodd" d="M5.8.7a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.1.2 0 .2.3.1.5L6 .7h-.2zm-1.9 3a.4.4 0 0 1-.1-.5c.1-.2.3-.3.5-.2.2.2.3.4.2.6l-.4.1H4zm-1.8 3a.4.4 0 0 1-.2-.5c.1-.2.4-.3.6-.2.1.2.2.4 0 .6l-.2.1H2zm-2 3a.4.4 0 0 1 0-.5c0-.2.3-.3.5-.2.2.1.2.4.1.6a.4.4 0 0 1-.5 0z"/><path id="rP" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="rQ" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2-.2.4-.1.5 0C.8.5.7.7.6.8H.4L0 .6zm2 3c-.2-.2-.1-.4 0-.6.2 0 .5 0 .6.2l-.1.5h-.2l-.4-.1zm1.8 3c-.1-.2 0-.4.1-.6.2 0 .4 0 .6.2 0 .1 0 .4-.2.5h-.2l-.3-.1zm1.9 3c-.1-.2 0-.5.1-.6.2 0 .4 0 .5.2.1.1 0 .4-.1.5H6c-.1 0-.3 0-.3-.2z"/><path id="rR" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.6a.4.4 0 0 1-.3.6"/><path id="rS" fill-rule="evenodd" d="M5.8.7a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.1.2 0 .2.3.1.5L6 .7h-.2zm-1.9 3a.4.4 0 0 1-.1-.5c.1-.2.3-.3.5-.2.2.2.3.4.2.6l-.4.1H4zm-1.8 3a.4.4 0 0 1-.2-.5c.1-.2.4-.3.6-.2.1.2.2.4 0 .6l-.2.1H2zm-2 3a.4.4 0 0 1 0-.5c0-.2.3-.3.5-.2.2.1.2.4.1.6l-.3.1H.2z"/><path id="rT" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="rU" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2-.2.4-.1.5 0C.8.5.7.7.6.8H.4L0 .6zM2.4 4c-.1-.1 0-.4.1-.5l.5.1v.6a.4.4 0 0 1-.6-.2z"/><path id="rV" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="rW" fill-rule="evenodd" d="M2.4.7a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.1.2 0 .2.3.1.5l-.3.1h-.2zM.2 4.3a.4.4 0 0 1-.1-.6c0-.1.3-.2.5 0 .2 0 .2.3.1.4a.4.4 0 0 1-.5.2z"/><path id="rX" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="rY" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2-.2.4-.1.5 0C.8.5.7.7.6.8H.4L0 .6zM2.4 4c-.1-.1 0-.4.1-.5l.5.1v.6a.4.4 0 0 1-.6-.2z"/><path id="rZ" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="sa" fill-rule="evenodd" d="M2.4.7a.4.4 0 0 1-.1-.5c0-.2.3-.3.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zM.2 4.3a.4.4 0 0 1-.1-.6c0-.1.3-.2.5 0 .2 0 .2.3.1.4a.4.4 0 0 1-.5.2z"/><path id="sb" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="sc" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2-.2.4-.1.5 0C.8.5.7.7.6.8H.4L0 .6"/><path id="sd" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="se" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5L.4.7H.2"/><path id="sf" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="sg" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2-.2.4-.1.5 0C.8.5.7.7.6.8H.4L0 .6"/><path id="sh" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="si" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5L.4.7H.2"/><path id="sj" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="sk" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="sl" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="sm" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="eV" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="eW" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="eX" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="sn" fill-rule="evenodd" d="M1.8.7a1 1 0 0 0-1 1c0 .6.4 1 1 1 .5 0 1-.4 1-1 0-.5-.5-1-1-1zm0 2.7C.8 3.4 0 2.7 0 1.7S.8 0 1.8 0s1.7.8 1.7 1.7c0 1-.8 1.7-1.7 1.7z"/><path id="so" fill-rule="evenodd" d="M1.8.7a1 1 0 0 0-1 1c0 .6.4 1 1 1 .5 0 1-.4 1-1 0-.5-.5-1-1-1zm0 2.7C.8 3.4 0 2.7 0 1.7S.8 0 1.8 0s1.7.8 1.7 1.7c0 1-.8 1.7-1.7 1.7z"/><path id="sp" fill-rule="evenodd" d="M1.8.7a1 1 0 0 0-1 1c0 .6.4 1 1 1 .5 0 1-.4 1-1 0-.5-.5-1-1-1zm0 2.7C.8 3.4 0 2.7 0 1.7S.8 0 1.8 0s1.7.8 1.7 1.7c0 1-.8 1.7-1.7 1.7z"/><path id="eY" fill-rule="evenodd" d="M.8 4.8h17.9v-4H.7zm18.3.8H.4a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0H19c.2 0 .3.2.3.4v4.8c0 .2-.1.4-.3.4z"/><path id="eZ" fill-rule="evenodd" d="M1.3.7c-.3 0-.5.3-.5.6 0 .2.2.5.5.5s.5-.3.5-.5c0-.3-.2-.6-.5-.6zm0 1.8C.6 2.5 0 2 0 1.3S.6 0 1.3 0C2 0 2.6.6 2.6 1.3c0 .7-.6 1.2-1.3 1.2z"/><path id="fa" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="fb" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="fc" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="fd" fill-rule="evenodd" d="M.8 4.8h17.9v-4H.7zm18.3.8H.4a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0H19c.2 0 .3.2.3.4v4.8c0 .2-.1.4-.3.4z"/><path id="fe" fill-rule="evenodd" d="M1.3.7c-.3 0-.5.3-.5.6 0 .2.2.5.5.5s.5-.3.5-.5c0-.3-.2-.6-.5-.6zm0 1.8C.6 2.5 0 2 0 1.3S.6 0 1.3 0C2 0 2.6.6 2.6 1.3c0 .7-.6 1.2-1.3 1.2z"/><path id="ff" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="fg" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="fh" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="fi" fill-rule="evenodd" d="M.8 4.8h17.9v-4H.7zm18.3.8H.4a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0H19c.2 0 .3.2.3.4v4.8c0 .2-.1.4-.3.4z"/><path id="fj" fill-rule="evenodd" d="M1.3.7c-.3 0-.5.3-.5.6 0 .2.2.5.5.5s.5-.3.5-.5c0-.3-.2-.6-.5-.6zm0 1.8C.6 2.5 0 2 0 1.3S.6 0 1.3 0C2 0 2.6.6 2.6 1.3c0 .7-.6 1.2-1.3 1.2z"/><path id="fk" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="fl" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="fm" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="fn" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="fo" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="fp" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="kH" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4"/><path id="kB" fill-rule="evenodd" d="M22.5.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h22.1c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="kC" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="kD" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="kE" fill-rule="evenodd" d="M.4 6.3A.4.4 0 0 1 0 6V.4C0 .2.2 0 .4 0s.4.2.4.4V6c0 .2-.2.3-.4.3"/><path id="kF" fill-rule="evenodd" d="M.4 10.8a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v10c0 .3-.2.4-.4.4"/><path id="kG" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="kI" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="kJ" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="kK" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.5c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="kL" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="kM" fill-rule="evenodd" d="M.4 8a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v7.2c0 .3-.2.4-.4.4"/><path id="kN" fill-rule="evenodd" d="M.4 12.3A.4.4 0 0 1 0 12V.4C0 .2.2 0 .4 0s.4.2.4.4V12c0 .2-.2.3-.4.3"/><path id="kO" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="kP" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4"/><path id="kQ" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="kR" fill-rule="evenodd" d="M.4 2.8a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v2c0 .3-.2.4-.4.4"/><path id="kS" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="kT" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="kU" fill-rule="evenodd" d="M.4 12.5a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4V12c0 .2-.2.4-.4.4"/><path id="kV" fill-rule="evenodd" d="M.4 15a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v14.2c0 .2-.2.4-.4.4"/><path id="kW" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="kX" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 2zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="kY" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="kZ" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="la" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.4c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="lb" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="lc" fill-rule="evenodd" d="M.4 16.3a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v15.5c0 .2-.2.4-.4.4"/><path id="ld" fill-rule="evenodd" d="M.4 14.2a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v13.4c0 .2-.2.4-.4.4"/><path id="le" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="lf" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 0 2zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="lg" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="lh" fill-rule="evenodd" d="M.4 5.7a.4.4 0 0 1-.4-.3v-5C0 .2.2 0 .4 0s.4.2.4.4v5c0 .2-.2.3-.4.3"/><path id="li" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="lj" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.5c0-.2.2-.3.4-.3s.4.1.4.3c0 .3-.2.4-.4.4A.4.4 0 0 1 0 2zm0 1.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="pX" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="lk" fill-rule="evenodd" d="M.4 23a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v22.3c0 .2-.2.4-.4.4"/><path id="ll" fill-rule="evenodd" d="M2.3.7C1.4.7.8 1.4.8 2.2s.6 1.5 1.5 1.5c.8 0 1.5-.7 1.5-1.5S3.1.7 2.3.7zm0 3.8C1 4.5 0 3.5 0 2.2 0 1 1 0 2.3 0c1.2 0 2.3 1 2.3 2.2 0 1.3-1 2.3-2.3 2.3z"/><path id="iE" fill-rule="evenodd" d="M1.5.7c-.4 0-.7.4-.7.8s.3.8.7.8c.5 0 .8-.4.8-.8S2 .7 1.5.7zm0 2.3C.7 3 0 2.3 0 1.5S.7 0 1.5 0c.9 0 1.6.7 1.6 1.5S2.4 3 1.5 3z"/><path id="iF" fill-rule="evenodd" d="M1.5.7c-.4 0-.7.4-.7.8s.3.8.7.8c.5 0 .8-.4.8-.8S2 .7 1.5.7zm0 2.3C.7 3 0 2.3 0 1.5S.7 0 1.5 0c.9 0 1.6.7 1.6 1.5S2.4 3 1.5 3z"/><path id="iG" fill-rule="evenodd" d="M1.5.7c-.4 0-.7.4-.7.8s.3.8.7.8c.5 0 .8-.4.8-.8S2 .7 1.5.7zm0 2.3C.7 3 0 2.3 0 1.5S.7 0 1.5 0c.9 0 1.6.7 1.6 1.5S2.4 3 1.5 3z"/><path id="iH" fill-rule="evenodd" d="M1.5.7c-.4 0-.7.4-.7.8s.3.8.7.8c.5 0 .8-.4.8-.8S2 .7 1.5.7zm0 2.3C.7 3 0 2.3 0 1.5S.7 0 1.5 0c.9 0 1.6.7 1.6 1.5S2.4 3 1.5 3z"/><path id="iI" fill-rule="evenodd" d="M1.5.7c-.4 0-.7.4-.7.8s.3.8.7.8c.5 0 .8-.4.8-.8S2 .7 1.5.7zm0 2.3C.7 3 0 2.3 0 1.5S.7 0 1.5 0c.9 0 1.6.7 1.6 1.5S2.4 3 1.5 3z"/><path id="iJ" fill-rule="evenodd" d="M1.5.7c-.4 0-.7.4-.7.8s.3.8.7.8c.5 0 .8-.4.8-.8S2 .7 1.5.7zm0 2.3C.7 3 0 2.3 0 1.5S.7 0 1.5 0c.9 0 1.6.7 1.6 1.5S2.4 3 1.5 3z"/><path id="iK" fill-rule="evenodd" d="M1.5.7c-.4 0-.7.4-.7.8s.3.8.7.8c.5 0 .8-.4.8-.8S2 .7 1.5.7zm0 2.3C.7 3 0 2.3 0 1.5S.7 0 1.5 0c.9 0 1.6.7 1.6 1.5S2.4 3 1.5 3z"/><path id="bA" fill-rule="evenodd" d="M.4 17.2A.4.4 0 0 1 0 17V.4C0 .2.2 0 .4 0s.4.2.4.4v16.5c0 .2-.2.3-.4.3"/><path id="bB" fill-rule="evenodd" d="M14.6 29h-.2L.2 20.8a.4.4 0 0 1-.2-.3V4c0-.2.2-.4.4-.4s.4.2.4.4v16.3l13.8 7.8 13.8-7.8V4.3l-6-3.6a.4.4 0 0 1-.2-.5c.2-.2.4-.3.6-.1L29 3.8l.2.3v16.5l-.2.3-14.2 8h-.2"/><path id="bC" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="bD" fill-rule="evenodd" d="M8.3.6c-.1-.2 0-.4.1-.5.2-.2.4-.1.5 0v.6h-.3L8.3.6zm-1.4.8L7 .9c.2-.1.5 0 .6.1 0 .2 0 .4-.2.5a.4.4 0 0 1-.5-.1zm-1.4.8c0-.2 0-.4.2-.5.2-.1.4 0 .5.1.1.2 0 .4-.1.5a.4.4 0 0 1-.6-.1zM4.2 3c-.1-.2 0-.4.1-.5l.5.1c.1.2 0 .4-.1.5l-.2.1c-.1 0-.3 0-.3-.2zm-1.4.8c-.1-.1 0-.4.1-.5.2 0 .4 0 .5.2.2.1.1.4 0 .5H3C3 4 3 4 2.8 3.8zm-1.4.9c0-.2 0-.4.2-.5.1-.2.4-.1.5 0l-.1.6h-.2l-.4-.1zm-1.3.8C-.1 5.3 0 5 0 5h.6c.1.3 0 .5-.1.6H.4L0 5.6z"/><path id="bE" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.3.7"/><path id="bF" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm1.6 1a.4.4 0 0 1-.1-.6c0-.1.3-.2.5 0 .2 0 .2.2.1.4l-.3.2h-.2zm1.6.9a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5l-.3.2-.2-.1zm1.6 1a.4.4 0 0 1-.1-.6c0-.1.3-.2.5 0 .2 0 .2.3.1.4a.4.4 0 0 1-.5.1z"/><path id="bG" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="bH" fill-rule="evenodd" d="M.4 2.7c-.1 0-.3 0-.3-.2C-.1 2.3 0 2 0 2l3.3-2c.2 0 .4 0 .5.2.1.2 0 .4-.1.5l-3.2 2H.4"/><path id="bI" fill-rule="evenodd" d="M.4 8.7L0 8.6C-.1 8.4 0 8 0 8l14.3-8c.1 0 .4 0 .5.2 0 .2 0 .4-.2.5L.6 8.7H.4"/><path id="bJ" fill-rule="evenodd" d="M14.6 8.8h-.2L.2.6A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0l14.2 8c.2 0 .2.3.1.5l-.3.2"/><path id="bK" fill-rule="evenodd" d="M.4 4.5c-.2 0-.3 0-.3-.2-.2-.2 0-.4 0-.5L6.9 0c.2-.2.4 0 .5 0 .1.3 0 .5-.1.6L.6 4.4H.4"/><path id="bL" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="bM" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2 0 .4 0 .5.2a.4.4 0 0 1-.3.5L0 .6"/><path id="bN" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="bO" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="bP" fill-rule="evenodd" d="M0 .6C0 .4 0 .2.3 0c.2 0 .4 0 .5.2C.8.4.7.6.6.7A.4.4 0 0 1 0 .6"/><path id="bQ" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="bR" fill-rule="evenodd" d="M.4 10.3c-.2 0-.3 0-.3-.2-.2-.2 0-.4 0-.5l17-9.5c.2-.2.5 0 .6 0 0 .3 0 .5-.2.6l-17 9.6H.5"/><path id="bS" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="bT" fill-rule="evenodd" d="M4.8.6c-.1-.2 0-.4.1-.6.2 0 .5 0 .6.2 0 .2 0 .4-.2.5h-.2L4.8.6zm-1.6.9c0-.2 0-.5.2-.6.1 0 .4 0 .5.2 0 .2 0 .4-.2.5h-.2l-.3-.1zm-1.6.8c0-.1 0-.4.2-.5.2 0 .4 0 .5.2.1.1 0 .4-.1.5H2c-.2 0-.3 0-.4-.2zm-1.5 1c-.2-.2 0-.5 0-.6.3 0 .5 0 .6.2.1.1 0 .4-.1.5H.4c-.2 0-.3 0-.3-.2z"/><path id="bU" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.6v.5L.4.7"/><path id="bV" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="bW" fill-rule="evenodd" d="M4.8.6c-.1-.2 0-.4.1-.6.2 0 .5 0 .6.2 0 .2 0 .4-.2.5h-.2L4.8.6zm-1.6.8c0-.1 0-.4.2-.5.1 0 .4 0 .5.2 0 .2 0 .4-.2.5h-.2s-.2 0-.3-.2zm-1.6 1c0-.2 0-.5.2-.6.2 0 .4 0 .5.2a.4.4 0 0 1-.3.5c-.2 0-.3 0-.4-.2zm-1.5.8c-.2-.1 0-.4 0-.5.3 0 .5 0 .6.2a.4.4 0 0 1-.3.5c-.2 0-.3 0-.3-.2z"/><path id="bX" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="bY" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="bZ" fill-rule="evenodd" d="M4.8.6c-.1-.2 0-.4.1-.5.2-.2.5 0 .6 0 0 .3 0 .5-.2.6h-.2L4.8.6zm-1.6.8c0-.1 0-.4.2-.5.1 0 .4 0 .5.2 0 .2 0 .4-.2.5h-.2s-.2 0-.3-.2zm-1.6 1c0-.2 0-.5.2-.6.2 0 .4 0 .5.2.1.2 0 .4-.1.5H2c-.2 0-.3 0-.4-.2zm-1.5.8c-.2-.1 0-.4 0-.5.3 0 .5 0 .6.2.1.1 0 .4-.1.5H.4c-.2 0-.3 0-.3-.2z"/><path id="ca" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="cb" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="cc" fill-rule="evenodd" d="M4.8.6c-.1-.2 0-.4.1-.6.2 0 .5 0 .6.2 0 .2 0 .4-.2.5h-.2L4.8.6zm-1.6.8c0-.1 0-.4.2-.5.1 0 .4 0 .5.2 0 .2 0 .4-.2.5h-.2s-.2 0-.3-.2zm-1.6 1c0-.2 0-.5.2-.6.2 0 .4 0 .5.2.1.1 0 .4-.1.5H2c-.2 0-.3 0-.4-.2zm-1.5.8c-.2-.1 0-.4 0-.5.3 0 .5 0 .6.2.1.1 0 .4-.1.5H.4c-.2 0-.3 0-.3-.2z"/><path id="cd" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="ce" fill-rule="evenodd" d="M2.9.7C1.7.7.8 1.7.8 2.8.8 4 1.8 5 2.8 5 4.2 5 5 4 5 3 5 1.6 4 .6 3 .6zm0 5A2.9 2.9 0 0 1 0 2.8C0 1.3 1.3 0 2.9 0c1.6 0 2.9 1.3 2.9 2.8 0 1.6-1.3 2.9-3 2.9z"/><path id="cf" fill-rule="evenodd" d="M.4 20a.4.4 0 0 1-.4-.5V.4C0 .2.2 0 .4 0s.4.2.4.4v19.1c0 .2-.2.4-.4.4"/><path id="cg" fill-rule="evenodd" d="M.4 24.8a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v24c0 .3-.2.4-.4.4"/><path id="ch" fill-rule="evenodd" d="M.4 30.6a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v29.8c0 .2-.2.4-.4.4"/><path id="ci" fill-rule="evenodd" d="M.4 17.7a.4.4 0 0 1-.4-.4V.3C0 .3.2 0 .4 0s.4.2.4.4v17c0 .1-.2.3-.4.3"/><path id="cj" fill-rule="evenodd" d="M2.6 1.3c0 .7-.6 1.2-1.3 1.2C.6 2.5 0 2 0 1.3S.6 0 1.3 0C2 0 2.6.6 2.6 1.3"/><path id="ck" fill-rule="evenodd" d="M1.7.7c-.5 0-1 .4-1 1 0 .4.5.8 1 .8s.9-.4.9-.9-.4-.9-1-.9zm0 2.6C.7 3.3 0 2.5 0 1.6 0 .7.8 0 1.7 0c.9 0 1.7.7 1.7 1.6 0 1-.8 1.7-1.7 1.7z"/><path id="cl" fill-rule="evenodd" d="M2.6 1.3c0 .7-.6 1.2-1.3 1.2C.6 2.5 0 2 0 1.3S.6 0 1.3 0C2 0 2.6.6 2.6 1.3"/><path id="cm" fill-rule="evenodd" d="M1.7.7a1 1 0 0 0-1 1c0 .4.5.8 1 .8s.9-.4.9-.9a1 1 0 0 0-1-.9zm0 2.6C.7 3.3 0 2.5 0 1.6 0 .7.8 0 1.7 0c.9 0 1.6.7 1.6 1.6 0 1-.7 1.7-1.6 1.7z"/><path id="pQ" fill-rule="evenodd" d="M11.6 14H.4a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v12.9h10.8c.2 0 .4.1.4.4 0 .2-.2.3-.4.3"/><path id="pR" fill-rule="evenodd" d="M.4 5.2a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v4.4c0 .2-.2.4-.4.4"/><path id="pS" fill-rule="evenodd" d="M.4 7.5a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4V7c0 .2-.2.4-.4.4"/><path id="pT" fill-rule="evenodd" d="M.4 5.5a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4V5c0 .2-.2.4-.4.4"/><path id="pU" fill-rule="evenodd" d="M.4 9.8a.4.4 0 0 1-.4-.4v-9C0 .2.2 0 .4 0s.4.2.4.4v9c0 .2-.2.4-.4.4"/><path id="pV" fill-rule="evenodd" d="M.4 13a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v12.3c0 .2-.2.4-.4.4"/><path id="pW" fill-rule="evenodd" d="M1.6.7c-.5 0-.8.4-.8.8 0 .5.3.8.8.8.4 0 .8-.3.8-.8 0-.4-.4-.8-.8-.8zm0 2.4C.7 3 0 2.4 0 1.5 0 .7.7 0 1.6 0 2.4 0 3 .7 3 1.5c0 .9-.7 1.6-1.5 1.6z"/><path id="cn" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="co" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 3c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.3c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.2c0-.2.2-.3.4-.3s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.3c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 8c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 8zm0 1.3c0-.3.2-.4.4-.4s.4.1.4.4c0 .2-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.3c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 13c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="cp" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="cq" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.3a.4.4 0 0 1-.3.3"/><path id="cr" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 3c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.3c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.2c0-.2.2-.3.4-.3s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.3c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 8c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 8zm0 1.3c0-.3.2-.4.4-.4s.4.1.4.4c0 .2-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.2c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.3c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 13c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="cs" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="ct" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="cu" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 3c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.3c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.2c0-.2.2-.3.4-.3s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.3c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 8c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 8zm0 1.3c0-.3.2-.4.4-.4s.4.1.4.4c0 .2-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.3c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 13c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="cv" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="cw" fill-rule="evenodd" d="M.4 25.4H0a.4.4 0 0 1 0-.6l7.2-8.3c.2-.2.4-.2.5-.1L16 21l9.6-13.4c.1-.2.3-.2.5-.1l8.1 5L45.5 0h.6v.5L34.5 13.2H34l-8-4.9-9.7 13.4c0 .2-.3.2-.5.1l-8-4.6-7.1 8.1-.3.1"/><path id="cx" fill-rule="evenodd" d="M45.8.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h45.4c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="cy" fill-rule="evenodd" d="M.4 7.6a.4.4 0 0 1-.4-.3v-7C0 .3.2 0 .4 0s.4.2.4.4v6.9c0 .2-.2.3-.4.3"/><path id="cz" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="cA" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 0 2zm0 1.6c0-.3.2-.4.4-.4s.4.1.4.4c0 .2-.2.3-.4.3a.4.4 0 0 1-.4-.3zM0 5c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="cB" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="cC" fill-rule="evenodd" d="M.4 11.7a.4.4 0 0 1-.4-.4V.3C0 .3.2 0 .4 0s.4.2.4.4v10.9c0 .2-.2.4-.4.4"/><path id="cD" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="cE" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 4c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.8c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="cF" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="cG" fill-rule="evenodd" d="M.4 10.5a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4V10c0 .3-.2.4-.4.4"/><path id="cH" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="cI" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4A.4.4 0 0 1 0 2zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 7zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 12c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 0 12z"/><path id="cJ" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="cK" fill-rule="evenodd" d="M.4 20.8a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v20c0 .2-.2.4-.4.4"/><path id="cL" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="cM" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 2zm0 1.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="cN" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="cO" fill-rule="evenodd" d="M.4 18.1a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v17.3c0 .2-.2.4-.4.4"/><path id="cP" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="cQ" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 2zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 0 7zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="cR" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="cS" fill-rule="evenodd" d="M.4 22.8a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v22c0 .3-.2.4-.4.4"/><path id="cT" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="cU" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 2zm0 1.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 15c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4A.4.4 0 0 1 0 15zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="cV" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="cW" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="cX" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zM5 .4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 5 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3z"/><path id="cY" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="cZ" fill-rule="evenodd" d="M45.8.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h45.4c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="da" fill-rule="evenodd" d="M35.8.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h35.4c.3 0 .4.2.4.4s-.1.3-.4.3"/><path id="db" fill-rule="evenodd" d="M40.6.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h40.2c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="dc" fill-rule="evenodd" d="M32 .7H.5A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0H32c.2 0 .3.2.3.4s-.1.3-.3.3"/><path id="dd" fill-rule="evenodd" d="M26 .7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0H26c.2 0 .3.2.3.4s-.1.3-.3.3"/><path id="de" fill-rule="evenodd" d="M4.8 0L2.4 5 0 0h4.8"/><path id="df" fill-rule="evenodd" d="M8 .7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0H8c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="dg" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="dh" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3z"/><path id="di" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="dj" fill-rule="evenodd" d="M13 .7H.5A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0H13c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="dk" fill-rule="evenodd" d="M3.2.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h2.8c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="dl" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="dm" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3z"/><path id="dn" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="do" fill-rule="evenodd" d="M4.1.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0H4c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="dp" fill-rule="evenodd" d="M13 .7H.5A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0H13c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="js" fill-rule="evenodd" d="M3.7 2.4l-.3-.1L2 .9.6 2.3H.1a.4.4 0 0 1 0-.6L1.8.1h.5L4 1.7v.6h-.3"/><path id="jt" fill-rule="evenodd" d="M3.7 2.4l-.3-.1L2 .9.6 2.3H.1a.4.4 0 0 1 0-.6L1.8.1h.5L4 1.7v.6h-.3"/><path id="ju" fill-rule="evenodd" d="M3.7 2.4l-.3-.1L2 .9.6 2.3H.1a.4.4 0 0 1 0-.6L1.8.1h.5L4 1.7v.6h-.3"/><path id="jv" fill-rule="evenodd" d="M3.7 2.4l-.3-.1L2 .9.6 2.3H.1a.4.4 0 0 1 0-.6L1.8.1h.5L4 1.7v.6h-.3"/><path id="jw" fill-rule="evenodd" d="M3.7 2.4l-.3-.1L2 .9.6 2.3H.1a.4.4 0 0 1 0-.6L1.8.1h.5L4 1.7v.6h-.3"/><path id="jx" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="jy" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 2zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="jz" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="sx" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="sy" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="sz" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="sA" fill-rule="evenodd" d="M.4 35.4A.4.4 0 0 1 0 35V.4C0 .2.2 0 .4 0s.4.2.4.4V35c0 .2-.2.4-.4.4"/><path id="sB" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="sC" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 0 2z"/><path id="sD" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1-.2.6"/><path id="sE" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="sF" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 4c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.8c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="sG" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="sH" fill-rule="evenodd" d="M.4 15a.4.4 0 0 1-.4-.3V.4C0 .2.2 0 .4 0s.4.2.4.4v14.3c0 .2-.2.4-.4.4"/><path id="sI" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="sJ" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.3c0-.2.2-.3.4-.3s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="sK" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="sL" fill-rule="evenodd" d="M10.9 31.2H.4a.4.4 0 0 1-.4-.4c0-.2.2-.3.4-.3h10V.4c0-.2.2-.4.5-.4.2 0 .3.2.3.4v30.4c0 .2-.1.4-.3.4"/><path id="mx" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="sM" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4"/><path id="sN" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="sO" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="sP" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm0 1.8c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="sQ" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="sR" fill-rule="evenodd" d="M.4 20.1a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v19.3c0 .2-.2.4-.4.4"/><path id="sS" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="sT" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 2zM0 4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 0 4z"/><path id="sU" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="sV" fill-rule="evenodd" d="M15 28.4H.4A.4.4 0 0 1 0 28V.4C0 .2.2 0 .4 0s.4.2.4.4v27.2H15c.2 0 .3.2.3.4s-.1.4-.3.4"/><path id="eb" fill-rule="evenodd" d="M.4 5.8a.4.4 0 0 1-.4-.4v-5C0 .2.2 0 .4 0h15.3c.2 0 .4.2.4.4s-.2.3-.4.3H.7v4.7c0 .2-.1.4-.3.4"/><path id="sW" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="sX" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.5 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM3 .4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 3 .4z"/><path id="sY" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="sZ" fill-rule="evenodd" d="M22.3.7H.3A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h22c.1 0 .3.2.3.4s-.2.3-.4.3"/><path id="ta" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="tb" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM5 .4c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 5 .4z"/><path id="tc" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="ec" fill-rule="evenodd" d="M0 4.5V.4C0 .2.2 0 .4 0h25c.3 0 .5.2.5.4s-.2.3-.4.3H.8v3.8c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="ed" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3z"/><path id="ee" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="ef" fill-rule="evenodd" d="M.4 4a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0h8.4c.2 0 .3.2.3.4s-.1.3-.3.3h-8v2.9c0 .2-.2.4-.4.4"/><path id="eg" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 5 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="eh" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="ei" fill-rule="evenodd" d="M6.8 4a.4.4 0 0 1-.4-.4V.7h-6A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h6.4c.2 0 .4.2.4.4v3.2c0 .2-.2.4-.4.4"/><path id="ej" fill-rule="evenodd" d="M2 .7C1.2.7.7 1.3.7 2S1.3 3 1.9 3c.7 0 1.2-.5 1.2-1.1C3 1.3 2.6.7 1.9.7zm0 3C.8 3.7 0 3 0 2S.9 0 2 0c1 0 1.8.8 1.8 1.9 0 1-.8 1.8-1.9 1.8z"/><path id="ek" fill-rule="evenodd" d="M2 .7C1.2.7.7 1.3.7 2S1.3 3 1.9 3c.7 0 1.2-.5 1.2-1.1C3 1.3 2.6.7 1.9.7zm0 3C.8 3.7 0 3 0 2S.9 0 2 0c1 0 1.8.8 1.8 1.9 0 1-.8 1.8-1.9 1.8z"/><path id="td" fill-rule="evenodd" d="M2 .7C1.2.7.7 1.3.7 2S1.3 3 1.9 3c.7 0 1.2-.5 1.2-1.1C3 1.3 2.6.7 1.9.7zm0 3C.8 3.7 0 3 0 2S.9 0 2 0c1 0 1.8.8 1.8 1.9 0 1-.8 1.8-1.9 1.8z"/><path id="te" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2S3.3 2.7 3.3 2 2.7.7 2 .7zM2 4a2 2 0 0 1-2-2C0 .9 1 0 2 0a2 2 0 0 1 2 2c0 1.1-.8 2-2 2z"/><path id="qO" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2.8 0 1.3-.5 1.3-1.2S2.8.7 2 .7zM2 4a2 2 0 0 1-2-2C0 .9 1 0 2 0a2 2 0 0 1 2 2C4 3 3.3 4 2 4z"/><path id="qP" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2.8 0 1.3-.5 1.3-1.2S2.8.7 2 .7zM2 4a2 2 0 0 1-2-2C0 .9 1 0 2 0a2 2 0 0 1 2 2c0 1.1-.8 2-2 2z"/><path id="qQ" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2S3.3 2.7 3.3 2 2.7.7 2 .7zM2 4a2 2 0 0 1-2-2C0 .9 1 0 2 0a2 2 0 0 1 2 2c0 1.1-.8 2-2 2z"/><path id="qR" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2S3.3 2.7 3.3 2 2.7.7 2 .7zM2 4a2 2 0 0 1-2-2C0 .9 1 0 2 0a2 2 0 0 1 2 2C4 3 3.3 4 2 4z"/><path id="qS" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2S3.3 2.7 3.3 2 2.7.7 2 .7zM2 4a2 2 0 0 1-2-2C0 .9 1 0 2 0a2 2 0 0 1 2 2c0 1.1-.8 2-2 2z"/><path id="qV" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2S3.3 2.7 3.3 2 2.7.7 2 .7zM2 4a2 2 0 0 1-2-2C0 .9 1 0 2 0a2 2 0 0 1 2 2c0 1.1-.8 2-2 2z"/><path id="qT" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2S3.3 2.7 3.3 2 2.7.7 2 .7zM2 4a2 2 0 0 1-2-2C0 .9 1 0 2 0a2 2 0 0 1 2 2c0 1.1-.8 2-2 2z"/><path id="qU" fill-rule="evenodd" d="M2 .7C1.3.7.8 1.3.8 2c0 .7.5 1.2 1.2 1.2S3.3 2.7 3.3 2 2.7.7 2 .7zM2 4a2 2 0 0 1-2-2C0 .9 1 0 2 0a2 2 0 0 1 2 2C4 3 3.3 4 2 4z"/><path id="qW" fill-rule="evenodd" d="M.4 5.6L0 5.5a.4.4 0 0 1 0-.6l5-4.8h.6v.5l-5 4.9H.3"/><path id="qX" fill-rule="evenodd" d="M5.4 5.6l-.2-.1L.2.6a.4.4 0 0 1 0-.5c0-.1.3-.1.4 0l5 4.8c.2.2.2.4 0 .6h-.2"/><path id="qZ" fill-rule="evenodd" d="M.4 5.7a.4.4 0 0 1-.4-.4v-5C0 .3.2 0 .4 0s.4.2.4.4v5c0 .1-.2.3-.4.3"/><path id="qY" fill-rule="evenodd" d="M.4 5.6a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v4.8c0 .2-.2.4-.4.4"/><path id="tf" fill-rule="evenodd" d="M33.3 26.3a.4.4 0 0 1-.3-.3c0-.3.1-.4.3-.4 3.8 0 7-3 7-6.7a6.8 6.8 0 0 0-7.2-6.7c-.2 0-.4-.2-.4-.4-.5-6.2-5.8-11-12.2-11-6.4 0-11.8 4.8-12.2 11 0 .2-.2.4-.4.4h-.3c-3.8 0-6.8 3-6.8 6.7s3 6.7 6.8 6.7c.2 0 .4.1.4.4 0 .2-.2.3-.4.3A7.5 7.5 0 0 1 0 19c0-4.1 3.4-7.4 7.5-7.5A13 13 0 0 1 20.5 0a13 13 0 0 1 13 11.4c4 0 7.5 3.4 7.5 7.5 0 4-3.4 7.4-7.7 7.4"/><path id="dq" fill-rule="evenodd" d="M.4 6.4A.4.4 0 0 1 0 6V.4C0 .2.2 0 .4 0s.4.2.4.4V6c0 .2-.2.4-.4.4"/><path id="dr" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="ds" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4A.4.4 0 0 1 0 2z"/><path id="dt" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="tg" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 4c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.8c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="th" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="du" fill-rule="evenodd" d="M6.1 11.6H.4a.4.4 0 0 1-.4-.4c0-.2.2-.4.4-.4h5.4V.4c0-.2.1-.4.3-.4.3 0 .4.2.4.4v10.8c0 .2-.1.4-.4.4"/><path id="dv" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm2 0c0-.2 0-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="ti" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3-.1.2-.3.1"/><path id="tj" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3-.1.2-.3.1"/><path id="dw" fill-rule="evenodd" d="M3.1 13.3H.4a.4.4 0 0 1-.4-.4c0-.2.2-.4.4-.4h2.4V.4c0-.2.1-.4.3-.4.3 0 .4.2.4.4v12.5c0 .2-.1.4-.4.4"/><path id="dx" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="dy" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="dz" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="tk" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="tl" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 4c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.8c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="tm" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="dA" fill-rule="evenodd" d="M6.1 11.6H.4a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v10.4H6c.3 0 .4.2.4.4s-.1.4-.4.4"/><path id="dB" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="dC" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm2 0c0-.2 0-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="dD" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="tn" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="tS" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 2zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zM0 7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3A.4.4 0 0 1 0 7zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.3.2-.4.4-.4s.4.1.4.4c0 .2-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="to" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="dE" fill-rule="evenodd" d="M3.1 13.3H.4a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v12.1H3c.3 0 .4.2.4.4s-.1.4-.4.4"/><path id="dF" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="dG" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="dH" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="tp" fill-rule="evenodd" d="M4.4.7a3.6 3.6 0 0 0 0 7h24.3c2 0 3.6-1.5 3.6-3.4 0-2-1.6-3.6-3.6-3.6zm24.3 7.8H4.4C2 8.5 0 6.6 0 4.3 0 1.9 2 0 4.4 0h24.3C31 0 33 2 33 4.3s-2 4.2-4.3 4.2z"/><path id="tq" fill-rule="evenodd" d="M2 .7C1.2.7.7 1.3.7 2S1.3 3 1.9 3c.7 0 1.2-.5 1.2-1.1C3.1 1.3 2.6.7 2 .7zm0 3C.8 3.8 0 3 0 2A2 2 0 0 1 2 0c1 0 1.9.8 1.9 1.9a2 2 0 0 1-2 1.9z"/><path id="tr" fill-rule="evenodd" d="M2 .7C1.2.7.7 1.3.7 2S1.3 3 1.9 3c.7 0 1.2-.5 1.2-1.1C3.1 1.3 2.6.7 2 .7zm0 3C.8 3.8 0 3 0 2A2 2 0 0 1 2 0c1 0 1.9.8 1.9 1.9a2 2 0 0 1-2 1.9z"/><path id="ts" fill-rule="evenodd" d="M1.9 1c0 .4-.4.8-1 .8A1 1 0 0 1 0 1C0 .4.4 0 1 0c.5 0 .9.4.9 1"/><path id="tt" fill-rule="evenodd" d="M2 .7C1.2.7.7 1.3.7 2S1.3 3 1.9 3c.7 0 1.2-.5 1.2-1.1C3.1 1.3 2.6.7 2 .7zm0 3C.8 3.8 0 3 0 2A2 2 0 0 1 2 0c1 0 1.9.8 1.9 1.9a2 2 0 0 1-2 1.9z"/><path id="tu" fill-rule="evenodd" d="M1.9 1c0 .4-.4.8-1 .8A1 1 0 0 1 0 1C0 .4.4 0 1 0c.5 0 .9.4.9 1"/><path id="tv" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="tw" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.8 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3A.4.4 0 0 1 7 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="tx" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="ty" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="tz" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zM5 .4c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3A.4.4 0 0 1 5 .4zm1.7 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="tA" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="tB" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="tC" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM7 .4c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3A.4.4 0 0 1 7 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="tD" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="tE" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="tF" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM7 .4c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3A.4.4 0 0 1 7 .4zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.8 0c0-.2.1-.4.4-.4.2 0 .3.2.3.4s-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="tG" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="tH" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="tI" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.3-.4.3 0 .4.2.4.4s-.1.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm1.7 0c0-.2.1-.4.3-.4.2 0 .4.2.4.4s-.2.3-.4.3a.4.4 0 0 1-.3-.3zm1.6 0c0-.2.2-.4.4-.4s.3.2.3.4-.1.3-.3.3a.4.4 0 0 1-.4-.3zm1.6 0c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3z"/><path id="tJ" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1-.2.6"/><path id="tK" fill-rule="evenodd" d="M3.1.7C1.8.7.8 1.7.8 3.1c0 1.2 1 2.3 2.3 2.3 1.3 0 2.4-1 2.4-2.3C5.5 1.8 4.5.7 3 .7zm0 5.4a3 3 0 0 1-3.1-3A3 3 0 0 1 3.1 0a3 3 0 0 1 3.1 3 3 3 0 0 1-3 3.1z"/><path id="tL" fill-rule="evenodd" d="M6.5 6H.4a.4.4 0 0 1-.4-.4c0-.2.2-.4.4-.4H6V.4c0-.2.2-.4.4-.4s.4.2.4.4v5.2c0 .2-.2.3-.4.3"/><path id="sv" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="sw" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4"/><path id="tM" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="tN" fill-rule="evenodd" d="M3.1.7C1.8.7.8 1.7.8 3.1c0 1.2 1 2.3 2.3 2.3 1.3 0 2.4-1 2.4-2.3C5.5 1.8 4.5.7 3 .7zm0 5.4a3 3 0 0 1-3.1-3A3 3 0 0 1 3.1 0a3 3 0 0 1 3.1 3 3 3 0 0 1-3 3.1z"/><path id="tO" fill-rule="evenodd" d="M6.5 6H.4a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v4.8h5.7c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="tP" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3a.4.4 0 0 1-.4.3"/><path id="tQ" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4"/><path id="tR" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="dI" fill-rule="evenodd" d="M3.2 1.6c0 .8-.7 1.5-1.6 1.5C.7 3.1 0 2.4 0 1.6 0 .7.7 0 1.6 0c.9 0 1.6.7 1.6 1.6"/><path id="el" fill-rule="evenodd" d="M.8 4.3H11V.7H.8zm10.6.8H.4a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0h11c.2 0 .4.2.4.4v4.3c0 .2-.2.4-.4.4z"/><path id="dJ" fill-rule="evenodd" d="M.8 4.3H11V.7H.8zm10.6.8H.4a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0h11c.2 0 .4.2.4.4v4.3c0 .2-.2.4-.4.4z"/><path id="em" fill-rule="evenodd" d="M7.8.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h7.4c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="dK" fill-rule="evenodd" d="M7.8.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h7.4c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="hP" fill-rule="evenodd" d="M.4 30a.4.4 0 0 1-.4-.4V.4C0 .2.2 0 .4 0s.4.2.4.4v29.2c0 .2-.2.3-.4.3"/><path id="hQ" fill-rule="evenodd" d="M1 20.7L15 29l14.2-8.4L15 1zM15 29.9H15L.2 21a.4.4 0 0 1-.1-.5L14.8.2l.3-.2c.1 0 .2 0 .3.2l14.7 20.4.1.3-.2.2-14.7 8.8h-.2z"/><path id="hR" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="hS" fill-rule="evenodd" d="M6.8.6L7 0c.2-.2.5-.1.6 0 0 .3 0 .5-.2.6a.4.4 0 0 1-.5-.1zm-1.3.8V.9h.6c.1.3 0 .5-.1.6h-.2l-.3-.1zM4 2.2c-.1-.2 0-.4.1-.5h.6c0 .3 0 .5-.2.6h-.2l-.3-.1zM2.8 3v-.5c.3-.1.5 0 .6.1.1.2 0 .4-.1.5H3L2.8 3zm-1.4.8c-.1-.2 0-.4.1-.5.2-.1.4 0 .6.1 0 .2 0 .4-.2.5a.4.4 0 0 1-.5-.1zm-1.3.8c-.2-.2-.1-.4 0-.5.3-.1.5 0 .6.1.1.2 0 .4-.1.5H.4L0 4.7z"/><path id="hT" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="hU" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm1.3.8a.4.4 0 0 1 0-.5c0-.2.3-.2.4-.1.2 0 .3.3.2.5a.4.4 0 0 1-.6.1zm1.4.8a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1a.4.4 0 0 1-.2.7l-.2-.1zm1.3.8a.4.4 0 0 1 0-.5c0-.2.3-.2.4-.1.2 0 .3.3.2.5l-.4.2h-.2zm1.4.8a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1zm1.3.8a.4.4 0 0 1 0-.5c0-.2.3-.2.4-.1.2.1.3.3.2.5l-.4.2H7z"/><path id="hV" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="hW" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="hX" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm1.4.8a.4.4 0 0 1-.2-.5c.1-.2.4-.2.5-.1.2 0 .3.3.2.5a.4.4 0 0 1-.5.1z"/><path id="hY" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="hZ" fill-rule="evenodd" d="M5.9 4h-.2L.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0l5.3 3.1 2-1.2.5.1c.1.2 0 .4-.1.6L6 4h-.2"/><path id="ia" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="ib" fill-rule="evenodd" d="M4.5.6c-.1-.2 0-.4.1-.5.2-.2.4-.1.5 0 .2.3.1.5 0 .6h-.3L4.5.6zM3 1.4l.1-.5c.2 0 .5 0 .6.2 0 .1 0 .4-.2.5h-.2s-.2 0-.3-.2zm-1.5 1c0-.2 0-.5.2-.6l.5.1-.1.6h-.2c-.2 0-.3 0-.4-.2zm-1.4.8c-.2-.2-.1-.4 0-.5.3-.1.5 0 .6.1.1.2 0 .4-.1.5l-.2.1c-.1 0-.3 0-.3-.2z"/><path id="ic" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5l.2.3S.8.6.6.6L.4.7"/><path id="id" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="ie" fill-rule="evenodd" d="M0 .4C0 .2.2 0 .4 0s.4.2.4.4S.6.7.4.7A.4.4 0 0 1 0 .4zM0 2c0-.2.2-.3.4-.3s.4.1.4.3c0 .3-.2.4-.4.4A.4.4 0 0 1 0 2zm0 1.7c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 7zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zm0 1.6c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4A.4.4 0 0 1 0 12zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.3-.4.3a.4.4 0 0 1-.4-.3zM0 17c0-.2.2-.3.4-.3s.4.1.4.3c0 .3-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.3.4-.3s.4.1.4.3c0 .2-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4zm0 1.7c0-.2.2-.4.4-.4s.4.2.4.4-.2.4-.4.4a.4.4 0 0 1-.4-.4z"/><path id="if" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="ig" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="ih" fill-rule="evenodd" d="M13 .7a.4.4 0 0 1-.2-.5c.2-.2.4-.3.6-.1.1 0 .2.3 0 .5a.4.4 0 0 1-.5 0zM12 2a.4.4 0 0 1-.2-.5c.2-.2.4-.2.6 0 .2 0 .2.3 0 .4a.4.4 0 0 1-.5.1zm-1 1.4a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1s.2.3 0 .5a.4.4 0 0 1-.4.1zm-1 1.4a.4.4 0 0 1-.1-.6c.1-.1.3-.2.5 0 .2 0 .2.3.1.5l-.3.1H10zM9 6a.4.4 0 0 1 0-.5c0-.2.3-.2.4 0 .2 0 .2.3.1.4a.4.4 0 0 1-.5.1zM8 7.5A.4.4 0 0 1 8 7c0-.2.3-.2.5-.1.1 0 .2.3 0 .5l-.3.1H8zM7 8.8a.4.4 0 0 1 0-.5c0-.1.3-.2.5 0 .1 0 .2.3 0 .4 0 .2-.1.2-.2.2H7zm-1 1.4a.4.4 0 0 1 0-.5c0-.2.3-.2.5-.1s.2.3 0 .5a.4.4 0 0 1-.4.1zm-1 1.4a.4.4 0 0 1 0-.6c.1-.1.3-.2.5 0 .2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm-1 1.3a.4.4 0 0 1 0-.5c.1-.2.4-.2.5 0 .2 0 .2.3.1.4l-.3.2h-.2zm-.9 1.4a.4.4 0 0 1 0-.5c0-.2.3-.2.4-.1.2 0 .3.3.1.5l-.3.1h-.2zm-1 1.3a.4.4 0 0 1 0-.5c0-.1.3-.2.5 0 .1 0 .2.3 0 .5a.4.4 0 0 1-.5 0zm-1 1.4a.4.4 0 0 1 0-.5c0-.2.3-.2.5-.1s.2.3 0 .5a.4.4 0 0 1-.5.1zm-1 1.4a.4.4 0 0 1 0-.6c0-.1.3-.2.5 0 .2 0 .2.3 0 .5a.4.4 0 0 1-.4 0z"/><path id="ii" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="ij" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.6v.5L.4.7"/><path id="ik" fill-rule="evenodd" d="M0 .6A.4.4 0 0 1 .3 0c.1-.2.4-.1.5 0C.8.4.7.7.6.8H.4L0 .6zm1 1.3a.4.4 0 0 1 .1-.5l.6.1-.1.5-.2.1c-.2 0-.3 0-.4-.2zm1 1.4a.4.4 0 0 1 .1-.5h.6l-.1.6h-.3H2zm1 1.4a.4.4 0 0 1 .1-.6l.5.1c.2.2.1.4 0 .6h-.3L3 4.7zM4 6a.4.4 0 0 1 0-.5c.3-.1.5 0 .6.1v.5H4zm1 1.4a.4.4 0 0 1 0-.5h.6v.6h-.3L5 7.4zm1 1.3a.4.4 0 0 1 0-.5l.6.1c.1.2 0 .4-.1.5l-.2.1C6.2 9 6 9 6 8.7zm1 1.4a.4.4 0 0 1 0-.5h.6l-.1.6H6.9zm1 1.4a.4.4 0 0 1 0-.5c.2-.2.4-.1.5 0 .2.2.1.4 0 .6a.4.4 0 0 1-.6-.1zm.9 1.3a.4.4 0 0 1 .1-.5c.2-.1.4 0 .5.1v.5h-.6zm1 1.4a.4.4 0 0 1 0-.5h.6v.6h-.3l-.3-.1zm1 1.4a.4.4 0 0 1 0-.6l.6.1c.1.2 0 .4-.1.5l-.2.1-.3-.1zm1 1.3a.4.4 0 0 1 0-.5h.6l-.1.6h-.5zm1 1.4a.4.4 0 0 1 0-.5c.2-.2.4-.1.6 0l-.1.6H13l-.3-.1z"/><path id="il" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="im" fill-rule="evenodd" d="M21 13h-.3L.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0l20.3 12.1 8.3-5c.2 0 .4 0 .5.2.2.2.1.4 0 .5l-8.6 5-.2.1"/><path id="in" fill-rule="evenodd" d="M.4.7H0a.4.4 0 0 1 0-.6h.5a.4.4 0 0 1 0 .5L.4.7"/><path id="io" fill-rule="evenodd" d="M3 .6c0-.2 0-.4.2-.5.2-.2.4-.1.5 0 .1.3 0 .5-.1.6h-.2L3 .6zm-1.4.9c-.2-.2-.1-.4 0-.6.3 0 .5 0 .6.2.1.1 0 .4-.1.5h-.2l-.3-.1zM0 2.4c-.2-.2-.1-.5 0-.6.3 0 .5 0 .6.2.1.1 0 .4-.1.5H.4L0 2.4z"/><path id="ip" fill-rule="evenodd" d="M.4.7H0L0 .3.1 0h.5l.2.3S.8.6.6.6L.4.7"/><path id="iq" fill-rule="evenodd" d="M.4 4.4c-.1 0-.3 0-.3-.2-.2-.2-.1-.4 0-.5L6.4 0c.1-.2.4-.1.5 0 .1.3 0 .5-.1.6L.6 4.3H.4"/><path id="ir" fill-rule="evenodd" d="M7.1 4.8H7L.2.6A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0l6.7 4c.2.1.3.3.2.5l-.4.2"/><path id="is" fill-rule="evenodd" d="M.2.7A.4.4 0 0 1 0 .2C0 0 .4-.1.6 0c.2 0 .2.3.1.5a.4.4 0 0 1-.5 0zm1.5.9a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1.2 0 .2.3.1.5a.4.4 0 0 1-.5.1zm1.5 1a.4.4 0 0 1 0-.6c0-.2.3-.2.4-.1.2 0 .3.3.2.5l-.4.2h-.2zm1.6.8a.4.4 0 0 1-.2-.5c.2-.2.4-.2.6-.1.1.1.2.3 0 .5a.4.4 0 0 1-.4.1zm1.5 1a.4.4 0 0 1-.1-.6c0-.1.3-.2.5 0 .2 0 .2.2.1.4a.4.4 0 0 1-.5.1zm1.5.9a.4.4 0 0 1-.1-.6c.1-.1.3-.2.5 0 .2 0 .3.3.1.4 0 .1-.1.2-.3.2h-.2z"/><path id="it" fill-rule="evenodd" d="M.4.7A.4.4 0 0 1 0 .4L.1 0h.6a.4.4 0 0 1 0 .5L.4.7"/><path id="iu" fill-rule="evenodd" d="M10.2 17H10L.2 11.1a.4.4 0 0 1-.1-.5c0-.2.3-.2.5-.1l9.6 5.7L37.3.1c.2-.2.4-.1.6 0 0 .3 0 .5-.2.6L10.4 17h-.2"/><path id="iv" fill-rule="evenodd" d="M2.6 1.3c0 .7-.6 1.3-1.3 1.3C.6 2.6 0 2 0 1.3 0 .6.6 0 1.3 0 2 0 2.6.6 2.6 1.3"/><path id="iw" fill-rule="evenodd" d="M2.6 1.3c0 .7-.6 1.3-1.3 1.3C.6 2.6 0 2 0 1.3 0 .6.6 0 1.3 0 2 0 2.6.6 2.6 1.3"/><path id="ix" fill-rule="evenodd" d="M2.6 1.3c0 .7-.6 1.3-1.3 1.3C.6 2.6 0 2 0 1.3 0 .6.6 0 1.3 0 2 0 2.6.6 2.6 1.3"/><path id="iy" fill-rule="evenodd" d="M2.6 1.3c0 .7-.6 1.3-1.3 1.3C.6 2.6 0 2 0 1.3 0 .6.6 0 1.3 0 2 0 2.6.6 2.6 1.3"/><path id="iz" fill-rule="evenodd" d="M12.2.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h11.8c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="iA" fill-rule="evenodd" d="M12.2.7H.4A.4.4 0 0 1 0 .4C0 .2.2 0 .4 0h11.8c.2 0 .4.2.4.4s-.2.3-.4.3"/><path id="iB" fill-rule="evenodd" d="M1.3.7c-.3 0-.5.3-.5.6s.2.6.5.6.6-.3.6-.6-.3-.6-.6-.6zm0 1.9C.6 2.6 0 2 0 1.3a1.3 1.3 0 0 1 2.7 0c0 .7-.6 1.3-1.4 1.3z"/><path id="iC" fill-rule="evenodd" d="M1.3.7c-.3 0-.5.3-.5.6s.2.6.5.6.6-.3.6-.6-.3-.6-.6-.6zm0 1.9C.6 2.6 0 2 0 1.3a1.3 1.3 0 0 1 2.7 0c0 .7-.6 1.3-1.4 1.3z"/><path id="iD" fill-rule="evenodd" d="M1.9 1c0 .4-.4.9-1 .9a1 1 0 0 1-.9-1C0 .4.4 0 1 0c.5 0 .9.4.9 1"/></defs><use width="100%" height="100%" fill="#fff" transform="translate(.5 7.1)" xlink:href="#y"/><use width="100%" height="100%" fill="#fff" transform="translate(2.2 16.4)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="translate(2.2 23.7)" xlink:href="#t"/><use width="100%" height="100%" fill="#fff" transform="translate(2.2 31)" xlink:href="#d"/><use width="100%" height="100%" fill="#fff" transform="translate(2.6 9.5)" xlink:href="#z"/><use width="100%" height="100%" fill="#fff" transform="translate(324 60.5)" xlink:href="#dL"/><use width="100%" height="100%" fill="#fff" transform="translate(324 64.5)" xlink:href="#dM"/><use width="100%" height="100%" fill="#fff" transform="translate(351.5 61.7)" xlink:href="#dN"/><use width="100%" height="100%" fill="#fff" transform="translate(354.4 61.7)" xlink:href="#dO"/><use width="100%" height="100%" fill="#fff" transform="translate(348.6 61.7)" xlink:href="#dP"/><use width="100%" height="100%" fill="#fff" transform="translate(324 69)" xlink:href="#dQ"/><use width="100%" height="100%" fill="#fff" transform="translate(345 75.5)" xlink:href="#dR"/><use width="100%" height="100%" fill="#fff" transform="translate(345 71)" xlink:href="#dS"/><use width="100%" height="100%" fill="#fff" transform="translate(345 72.5)" xlink:href="#dT"/><use width="100%" height="100%" fill="#fff" transform="translate(345 75.5)" xlink:href="#dU"/><use width="100%" height="100%" fill="#fff" transform="translate(321.7 71)" xlink:href="#dV"/><use width="100%" height="100%" fill="#fff" transform="translate(342.4 71)" xlink:href="#dW"/><use width="100%" height="100%" fill="#fff" transform="translate(340.5 71)" xlink:href="#dX"/><use width="100%" height="100%" fill="#fff" transform="translate(338.5 71)" xlink:href="#dY"/><use width="100%" height="100%" fill="#fff" transform="translate(326 62.6)" xlink:href="#dZ"/><use width="100%" height="100%" fill="#fff" transform="translate(358.5 67.2)" xlink:href="#ea"/><use width="100%" height="100%" fill="#fff" transform="translate(25.8 .5)" xlink:href="#eb"/><use width="100%" height="100%" fill="#fff" transform="translate(31 3)" xlink:href="#ec"/><use width="100%" height="100%" fill="#fff" transform="translate(57.7 3)" xlink:href="#ed"/><use width="100%" height="100%" fill="#fff" transform="translate(56 3)" xlink:href="#ee"/><use width="100%" height="100%" fill="#fff" transform="translate(36 5.5)" xlink:href="#ef"/><use width="100%" height="100%" fill="#fff" transform="translate(46 5.5)" xlink:href="#eg"/><use width="100%" height="100%" fill="#fff" transform="translate(44.3 5.5)" xlink:href="#eh"/><use width="100%" height="100%" fill="#fff" transform="translate(65.1 5.4)" xlink:href="#ei"/><use width="100%" height="100%" fill="#fff" transform="translate(24.2 5.6)" xlink:href="#ej"/><use width="100%" height="100%" fill="#fff" transform="translate(98 8)" xlink:href="#ek"/><use width="100%" height="100%" fill="#fff" transform="translate(9.6 2.5)" xlink:href="#el"/><use width="100%" height="100%" fill="#fff" transform="translate(11.3 4.7)" xlink:href="#em"/><use width="100%" height="100%" fill="#fff" transform="translate(89.3 9.5)" xlink:href="#dx"/><use width="100%" height="100%" fill="#fff" transform="translate(91 9.5)" xlink:href="#dy"/><use width="100%" height="100%" fill="#fff" transform="translate(80.3 9.6)" xlink:href="#dx"/><use width="100%" height="100%" fill="#fff" transform="translate(82 9.6)" xlink:href="#dy"/><use width="100%" height="100%" fill="#fff" transform="translate(71.5 9.6)" xlink:href="#dx"/><use width="100%" height="100%" fill="#fff" transform="translate(73.2 9.6)" xlink:href="#dy"/><use width="100%" height="100%" fill="#fff" transform="translate(73.2 8.3)" xlink:href="#dy"/><use width="100%" height="100%" fill="#fff" transform="translate(73.2 7)" xlink:href="#dy"/><use width="100%" height="100%" fill="#fff" transform="translate(73.2 5.5)" xlink:href="#dy"/><use width="100%" height="100%" fill="#fff" transform="translate(81.4 4.2)" xlink:href="#d"/><use width="100%" height="100%" fill="#fff" transform="translate(93.3 3)" xlink:href="#dy"/><use width="100%" height="100%" fill="#fff" transform="translate(86 3)" xlink:href="#dy"/><use width="100%" height="100%" fill="#fff" transform="translate(78.8 3)" xlink:href="#dy"/><use width="100%" height="100%" fill="#fff" transform="translate(71.6 3)" xlink:href="#dy"/><use width="100%" height="100%" fill="#fff" transform="translate(66.3 3)" xlink:href="#dy"/><use width="100%" height="100%" fill="#fff" transform="translate(61 3)" xlink:href="#dy"/><use width="100%" height="100%" fill="#fff" transform="translate(152.7 .3)" xlink:href="#en"/><use width="100%" height="100%" fill="#fff" transform="translate(161.2 .5)" xlink:href="#eo"/><use width="100%" height="100%" fill="#fff" transform="translate(169.8 .3)" xlink:href="#ep"/><use width="100%" height="100%" fill="#fff" transform="translate(178.3 .3)" xlink:href="#eq"/><use width="100%" height="100%" fill="#fff" transform="translate(184 3.1)" xlink:href="#er"/><use width="100%" height="100%" fill="#fff" transform="translate(185.5 3.1)" xlink:href="#es"/><use width="100%" height="100%" fill="#fff" transform="translate(188.6 3.1)" xlink:href="#et"/><use width="100%" height="100%" fill="#fff" transform="translate(214.6 .2)" xlink:href="#eu"/><use width="100%" height="100%" fill="#fff" transform="translate(162.5 1.6)" xlink:href="#ev"/><use width="100%" height="100%" fill="#fff" transform="translate(2 1.3)" xlink:href="#d"/><use width="100%" height="100%" fill="#fff" transform="translate(36 8.7)" xlink:href="#dq"/><use width="100%" height="100%" fill="#fff" transform="translate(36 8.7)" xlink:href="#dt"/><use width="100%" height="100%" fill="#fff" transform="translate(34.7 14.7)" xlink:href="#dI"/><use width="100%" height="100%" fill="#fff" transform="translate(31 6)" xlink:href="#dq"/><use width="100%" height="100%" fill="#fff" transform="translate(406.6 90.3)" xlink:href="#ew"/><use width="100%" height="100%" fill="#fff" transform="translate(408.5 97)" xlink:href="#ex"/><use width="100%" height="100%" fill="#fff" transform="translate(408.5 92.7)" xlink:href="#ey"/><use width="100%" height="100%" fill="#fff" transform="translate(408.5 94.1)" xlink:href="#ez"/><use width="100%" height="100%" fill="#fff" transform="translate(408.5 97)" xlink:href="#eA"/><use width="100%" height="100%" fill="#fff" transform="translate(408.5 88.8)" xlink:href="#eB"/><use width="100%" height="100%" fill="#fff" transform="translate(410.4 85.3)" xlink:href="#eC"/><use width="100%" height="100%" fill="#fff" transform="translate(412.3 94.7)" xlink:href="#eD"/><use width="100%" height="100%" fill="#fff" transform="translate(412.3 89.9)" xlink:href="#eE"/><use width="100%" height="100%" fill="#fff" transform="translate(412.3 91.5)" xlink:href="#eF"/><use width="100%" height="100%" fill="#fff" transform="translate(412.3 94.7)" xlink:href="#eG"/><use width="100%" height="100%" fill="#fff" transform="translate(412.3 86.7)" xlink:href="#eH"/><use width="100%" height="100%" fill="#fff" transform="translate(414.2 82.8)" xlink:href="#eI"/><use width="100%" height="100%" fill="#fff" transform="translate(412.9 79.2)" xlink:href="#eJ"/><use width="100%" height="100%" fill="#fff" transform="rotate(-90 56.7 14)" xlink:href="#eK"/><use width="100%" height="100%" fill="#fff" transform="rotate(-90 56 -15.9)" xlink:href="#eL"/><use width="100%" height="100%" fill="#fff" transform="rotate(-90 63.1 -8.7)" xlink:href="#eL"/><use width="100%" height="100%" fill="#fff" transform="rotate(-90 49.3 -21.6)" xlink:href="#eM"/><use width="100%" height="100%" fill="#fff" transform="rotate(-90 63.6 -7.2)" xlink:href="#eN"/><use width="100%" height="100%" fill="#fff" transform="rotate(-90 56.4 -14.8)" xlink:href="#eO"/><use width="100%" height="100%" fill="#fff" transform="rotate(-90 56.1 15.6)" xlink:href="#eP"/><use width="100%" height="100%" fill="#fff" transform="rotate(-90 26.5 -14)" xlink:href="#eQ"/><use width="100%" height="100%" fill="#fff" transform="translate(370.5 -4.5)" xlink:href="#eR"/><use width="100%" height="100%" fill="#fff" transform="translate(357.6 6)" xlink:href="#eS"/><use width="100%" height="100%" fill="#fff" transform="translate(359 3.1)" xlink:href="#eT"/><use width="100%" height="100%" fill="#fff" transform="translate(381.7 6)" xlink:href="#eU"/><use width="100%" height="100%" fill="#fff" transform="translate(298.1 100.3)" xlink:href="#eV"/><use width="100%" height="100%" fill="#fff" transform="translate(299.8 100.3)" xlink:href="#eW"/><use width="100%" height="100%" fill="#fff" transform="translate(306.3 100.3)" xlink:href="#eX"/><use width="100%" height="100%" fill="#fff" transform="translate(292 85.8)" xlink:href="#eY"/><use width="100%" height="100%" fill="#fff" transform="translate(294 87.3)" xlink:href="#eZ"/><use width="100%" height="100%" fill="#fff" transform="translate(298 88.2)" xlink:href="#fa"/><use width="100%" height="100%" fill="#fff" transform="translate(299.5 88.2)" xlink:href="#fb"/><use width="100%" height="100%" fill="#fff" transform="translate(302.6 88.2)" xlink:href="#fc"/><use width="100%" height="100%" fill="#fff" transform="translate(292 92.5)" xlink:href="#fd"/><use width="100%" height="100%" fill="#fff" transform="translate(294 94)" xlink:href="#fe"/><use width="100%" height="100%" fill="#fff" transform="translate(298 95)" xlink:href="#ff"/><use width="100%" height="100%" fill="#fff" transform="translate(299.5 95)" xlink:href="#fg"/><use width="100%" height="100%" fill="#fff" transform="translate(302.6 95)" xlink:href="#fh"/><use width="100%" height="100%" fill="#fff" transform="translate(292 103)" xlink:href="#fi"/><use width="100%" height="100%" fill="#fff" transform="translate(294 104.5)" xlink:href="#fj"/><use width="100%" height="100%" fill="#fff" transform="translate(298 105.4)" xlink:href="#fk"/><use width="100%" height="100%" fill="#fff" transform="translate(299.5 105.4)" xlink:href="#fl"/><use width="100%" height="100%" fill="#fff" transform="translate(302.6 105.4)" xlink:href="#fm"/><use width="100%" height="100%" fill="#fff" transform="translate(292 109.8)" xlink:href="#fd"/><use width="100%" height="100%" fill="#fff" transform="translate(294 111.3)" xlink:href="#fe"/><use width="100%" height="100%" fill="#fff" transform="translate(298 112.2)" xlink:href="#fn"/><use width="100%" height="100%" fill="#fff" transform="translate(299.5 112.2)" xlink:href="#fo"/><use width="100%" height="100%" fill="#fff" transform="translate(302.6 112.2)" xlink:href="#fp"/><use width="100%" height="100%" fill="#fff" transform="translate(307.9 68.8)" xlink:href="#fq"/><use width="100%" height="100%" fill="#fff" transform="translate(314.1 71)" xlink:href="#fr"/><use width="100%" height="100%" fill="#fff" transform="translate(315.5 71)" xlink:href="#fs"/><use width="100%" height="100%" fill="#fff" transform="translate(319.5 71)" xlink:href="#ft"/><use width="100%" height="100%" fill="#fff" transform="translate(307.9 71)" xlink:href="#fu"/><use width="100%" height="100%" fill="#fff" transform="translate(307.9 73.3)" xlink:href="#fv"/><use width="100%" height="100%" fill="#fff" transform="translate(302 70.9)" xlink:href="#fw"/><use width="100%" height="100%" fill="#fff" transform="translate(296.8 70.9)" xlink:href="#fx"/><use width="100%" height="100%" fill="#fff" transform="translate(298 70.9)" xlink:href="#fy"/><use width="100%" height="100%" fill="#fff" transform="translate(302 70.9)" xlink:href="#fz"/><use width="100%" height="100%" fill="#fff" transform="translate(294.3 70.9)" xlink:href="#fA"/><g fill="#fff" transform="translate(65.8 -115.1)"><use width="100%" height="100%" transform="translate(269.2 139.7)" xlink:href="#fB"/><use width="100%" height="100%" transform="translate(282 139.7)" xlink:href="#fC"/><use width="100%" height="100%" transform="translate(265.6 133.3)" xlink:href="#fD"/><use width="100%" height="100%" transform="translate(271.2 120.2)" xlink:href="#fE"/><use width="100%" height="100%" transform="translate(276.2 136)" xlink:href="#fF"/><use width="100%" height="100%" transform="translate(276.3 137.3)" xlink:href="#fG"/><use width="100%" height="100%" transform="translate(276.9 145)" xlink:href="#fH"/><use width="100%" height="100%" transform="translate(274 145)" xlink:href="#fI"/><use width="100%" height="100%" transform="translate(274.1 137.3)" xlink:href="#fJ"/><use width="100%" height="100%" transform="translate(274.7 136)" xlink:href="#fK"/><use width="100%" height="100%" transform="translate(271.2 122.8)" xlink:href="#fL"/><use width="100%" height="100%" transform="translate(273.7 133.3)" xlink:href="#fM"/></g><use width="100%" height="100%" fill="#fff" transform="translate(82.3 32.8)" xlink:href="#fB"/><use width="100%" height="100%" fill="#fff" transform="translate(95 32.8)" xlink:href="#fC"/><use width="100%" height="100%" fill="#fff" transform="translate(78.7 26.3)" xlink:href="#fD"/><use width="100%" height="100%" fill="#fff" transform="translate(84.3 13.3)" xlink:href="#fE"/><use width="100%" height="100%" fill="#fff" transform="translate(89.3 29.1)" xlink:href="#fF"/><use width="100%" height="100%" fill="#fff" transform="translate(89.4 30.4)" xlink:href="#fG"/><use width="100%" height="100%" fill="#fff" transform="translate(90 38)" xlink:href="#fH"/><use width="100%" height="100%" fill="#fff" transform="translate(87.1 38)" xlink:href="#fI"/><use width="100%" height="100%" fill="#fff" transform="translate(87.2 30.4)" xlink:href="#fJ"/><use width="100%" height="100%" fill="#fff" transform="translate(87.8 29.1)" xlink:href="#fK"/><use width="100%" height="100%" fill="#fff" transform="translate(84.3 16)" xlink:href="#fL"/><use width="100%" height="100%" fill="#fff" transform="translate(86.8 26.3)" xlink:href="#fM"/><use width="100%" height="100%" fill="#fff" transform="translate(38.9 58.2)" xlink:href="#fN"/><use width="100%" height="100%" fill="#fff" transform="translate(38.9 56.5)" xlink:href="#fO"/><use width="100%" height="100%" fill="#fff" transform="translate(38.9 52.5)" xlink:href="#fN"/><use width="100%" height="100%" fill="#fff" transform="translate(38.9 50.8)" xlink:href="#fP"/><use width="100%" height="100%" fill="#fff" transform="translate(75 42)" xlink:href="#fQ"/><use width="100%" height="100%" fill="#fff" transform="translate(75 81.3)" xlink:href="#fR"/><use width="100%" height="100%" fill="#fff" transform="translate(75 40)" xlink:href="#fS"/><use width="100%" height="100%" fill="#fff" transform="translate(75 83.3)" xlink:href="#fR"/><use width="100%" height="100%" fill="#fff" transform="translate(76.9 44.3)" xlink:href="#fT"/><use width="100%" height="100%" fill="#fff" transform="translate(81.3 51.6)" xlink:href="#fU"/><use width="100%" height="100%" fill="#fff" transform="translate(83 51.6)" xlink:href="#fV"/><use width="100%" height="100%" fill="#fff" transform="translate(97.1 51.6)" xlink:href="#fW"/><use width="100%" height="100%" fill="#fff" transform="translate(82.3 53.3)" xlink:href="#fX"/><use width="100%" height="100%" fill="#fff" transform="translate(84 53.3)" xlink:href="#fY"/><use width="100%" height="100%" fill="#fff" transform="translate(96 53.3)" xlink:href="#fZ"/><use width="100%" height="100%" fill="#fff" transform="translate(83.3 55)" xlink:href="#ga"/><use width="100%" height="100%" fill="#fff" transform="translate(85 55)" xlink:href="#gb"/><use width="100%" height="100%" fill="#fff" transform="translate(95 55)" xlink:href="#gc"/><use width="100%" height="100%" fill="#fff" transform="translate(84.3 56.7)" xlink:href="#gd"/><use width="100%" height="100%" fill="#fff" transform="translate(86 56.7)" xlink:href="#ge"/><use width="100%" height="100%" fill="#fff" transform="translate(94 56.7)" xlink:href="#gf"/><use width="100%" height="100%" fill="#fff" transform="translate(85.3 58.4)" xlink:href="#gg"/><use width="100%" height="100%" fill="#fff" transform="translate(86.9 58.4)" xlink:href="#gh"/><use width="100%" height="100%" fill="#fff" transform="translate(93 58.4)" xlink:href="#gi"/><use width="100%" height="100%" fill="#fff" transform="translate(86.4 60)" xlink:href="#gj"/><use width="100%" height="100%" fill="#fff" transform="translate(88.2 60)" xlink:href="#gk"/><use width="100%" height="100%" fill="#fff" transform="translate(92 60)" xlink:href="#gl"/><use width="100%" height="100%" fill="#fff" transform="translate(80 73.7)" xlink:href="#gm"/><use width="100%" height="100%" fill="#fff" transform="translate(81.7 73.7)" xlink:href="#gn"/><use width="100%" height="100%" fill="#fff" transform="translate(98.3 73.7)" xlink:href="#go"/><use width="100%" height="100%" fill="#fff" transform="translate(79 75.4)" xlink:href="#gp"/><use width="100%" height="100%" fill="#fff" transform="translate(80.7 75.4)" xlink:href="#gq"/><use width="100%" height="100%" fill="#fff" transform="translate(99.4 75.4)" xlink:href="#gr"/><use width="100%" height="100%" fill="#fff" transform="translate(78 77.1)" xlink:href="#gs"/><use width="100%" height="100%" fill="#fff" transform="translate(79.7 77.1)" xlink:href="#gt"/><use width="100%" height="100%" fill="#fff" transform="translate(100.4 77.1)" xlink:href="#gu"/><use width="100%" height="100%" fill="#fff" transform="translate(89.2 61.6)" xlink:href="#gv"/><use width="100%" height="100%" fill="#fff" transform="translate(89.2 63.3)" xlink:href="#gw"/><use width="100%" height="100%" fill="#fff" transform="translate(89.2 72)" xlink:href="#gx"/><use width="100%" height="100%" fill="#fff" transform="translate(106.2 53.8)" xlink:href="#gy"/><use width="100%" height="100%" fill="#fff" transform="translate(97.5 53.8)" xlink:href="#gz"/><use width="100%" height="100%" fill="#fff" transform="translate(95.8 53.8)" xlink:href="#gA"/><use width="100%" height="100%" fill="#fff" transform="translate(93.3 58)" xlink:href="#gB"/><use width="100%" height="100%" fill="#fff" transform="translate(102.5 58)" xlink:href="#gC"/><use width="100%" height="100%" fill="#fff" transform="translate(100.8 58)" xlink:href="#gD"/><use width="100%" height="100%" fill="#fff" transform="translate(106.2 69.5)" xlink:href="#gE"/><use width="100%" height="100%" fill="#fff" transform="translate(97.5 69.5)" xlink:href="#gF"/><use width="100%" height="100%" fill="#fff" transform="translate(95.8 69.5)" xlink:href="#gG"/><use width="100%" height="100%" fill="#fff" transform="translate(93.3 65.4)" xlink:href="#gH"/><use width="100%" height="100%" fill="#fff" transform="translate(102.5 65.4)" xlink:href="#gI"/><use width="100%" height="100%" fill="#fff" transform="translate(100.8 65.4)" xlink:href="#gJ"/><use width="100%" height="100%" fill="#fff" transform="translate(326.8 43.9)" xlink:href="#gK"/><use width="100%" height="100%" fill="#fff" transform="translate(355.6 43.9)" xlink:href="#gL"/><use width="100%" height="100%" fill="#fff" transform="translate(326.9 41)" xlink:href="#gM"/><use width="100%" height="100%" fill="#fff" transform="translate(355.6 41)" xlink:href="#gN"/><use width="100%" height="100%" fill="#fff" transform="translate(334 50.8)" xlink:href="#gO"/><use width="100%" height="100%" fill="#fff" transform="translate(334 47.8)" xlink:href="#gP"/><use width="100%" height="100%" fill="#fff" transform="translate(334 49.3)" xlink:href="#gQ"/><use width="100%" height="100%" fill="#fff" transform="translate(334 50.8)" xlink:href="#gR"/><use width="100%" height="100%" fill="#fff" transform="translate(336.9 50.8)" xlink:href="#gO"/><use width="100%" height="100%" fill="#fff" transform="translate(336.9 47.8)" xlink:href="#gS"/><use width="100%" height="100%" fill="#fff" transform="translate(336.9 49.3)" xlink:href="#gT"/><use width="100%" height="100%" fill="#fff" transform="translate(336.9 50.8)" xlink:href="#gU"/><use width="100%" height="100%" fill="#fff" transform="translate(339.8 50.8)" xlink:href="#gO"/><use width="100%" height="100%" fill="#fff" transform="translate(339.8 47.8)" xlink:href="#gV"/><use width="100%" height="100%" fill="#fff" transform="translate(339.8 49.3)" xlink:href="#gW"/><use width="100%" height="100%" fill="#fff" transform="translate(339.8 50.8)" xlink:href="#gX"/><use width="100%" height="100%" fill="#fff" transform="translate(342.7 50.8)" xlink:href="#gO"/><use width="100%" height="100%" fill="#fff" transform="translate(342.7 47.8)" xlink:href="#gY"/><use width="100%" height="100%" fill="#fff" transform="translate(342.7 49.3)" xlink:href="#gW"/><use width="100%" height="100%" fill="#fff" transform="translate(342.7 50.8)" xlink:href="#gZ"/><use width="100%" height="100%" fill="#fff" transform="translate(345.6 50.8)" xlink:href="#gO"/><use width="100%" height="100%" fill="#fff" transform="translate(345.6 47.8)" xlink:href="#ha"/><use width="100%" height="100%" fill="#fff" transform="translate(345.6 49.3)" xlink:href="#hb"/><use width="100%" height="100%" fill="#fff" transform="translate(345.6 50.8)" xlink:href="#hc"/><use width="100%" height="100%" fill="#fff" transform="translate(348.4 50.8)" xlink:href="#gO"/><use width="100%" height="100%" fill="#fff" transform="translate(348.4 47.8)" xlink:href="#hd"/><use width="100%" height="100%" fill="#fff" transform="translate(348.4 49.3)" xlink:href="#hb"/><use width="100%" height="100%" fill="#fff" transform="translate(348.4 50.8)" xlink:href="#hc"/><use width="100%" height="100%" fill="#fff" transform="translate(326.6 30.1)" xlink:href="#he"/><use width="100%" height="100%" fill="#fff" transform="translate(332.9 54.7)" xlink:href="#hf"/><use width="100%" height="100%" fill="#fff" transform="translate(338.7 54.7)" xlink:href="#hg"/><use width="100%" height="100%" fill="#fff" transform="translate(344.5 54.7)" xlink:href="#hh"/><use width="100%" height="100%" fill="#fff" transform="translate(333.9 31.7)" xlink:href="#hi"/><use width="100%" height="100%" fill="#fff" transform="translate(339 36.7)" xlink:href="#hj"/><use width="100%" height="100%" fill="#fff" transform="translate(340 37.7)" xlink:href="#hk"/><use width="100%" height="100%" fill="#fff" transform="translate(340.4 34)" xlink:href="#hl"/><use width="100%" height="100%" fill="#fff" transform="translate(340.4 42.3)" xlink:href="#hm"/><use width="100%" height="100%" fill="#fff" transform="translate(344.7 38.1)" xlink:href="#hn"/><use width="100%" height="100%" fill="#fff" transform="translate(336.1 38.1)" xlink:href="#hn"/><use width="100%" height="100%" fill="#fff" transform="translate(343.8 35.5)" xlink:href="#ho"/><use width="100%" height="100%" fill="#fff" transform="translate(337.7 41.4)" xlink:href="#hp"/><use width="100%" height="100%" fill="#fff" transform="translate(343.8 41.4)" xlink:href="#hq"/><use width="100%" height="100%" fill="#fff" transform="translate(337.7 35.5)" xlink:href="#hr"/><use width="100%" height="100%" fill="#fff" transform="translate(45.3 47.9)" xlink:href="#hi"/><use width="100%" height="100%" fill="#fff" transform="translate(50.5 52.8)" xlink:href="#hj"/><use width="100%" height="100%" fill="#fff" transform="translate(51.4 53.8)" xlink:href="#hk"/><use width="100%" height="100%" fill="#fff" transform="translate(51.9 50)" xlink:href="#hl"/><use width="100%" height="100%" fill="#fff" transform="translate(51.9 58.5)" xlink:href="#hm"/><use width="100%" height="100%" fill="#fff" transform="translate(56.2 54.3)" xlink:href="#hn"/><use width="100%" height="100%" fill="#fff" transform="translate(47.6 54.3)" xlink:href="#hn"/><use width="100%" height="100%" fill="#fff" transform="translate(55.2 51.6)" xlink:href="#ho"/><use width="100%" height="100%" fill="#fff" transform="translate(49.1 57.5)" xlink:href="#hp"/><use width="100%" height="100%" fill="#fff" transform="translate(55.2 57.5)" xlink:href="#hq"/><use width="100%" height="100%" fill="#fff" transform="translate(49.1 51.6)" xlink:href="#hr"/><use width="100%" height="100%" fill="#fff" transform="translate(16 125.7)" xlink:href="#hi"/><use width="100%" height="100%" fill="#fff" transform="translate(138.5 8.5)" xlink:href="#hs"/><use width="100%" height="100%" fill="#fff" transform="translate(138.5 12.8)" xlink:href="#ht"/><use width="100%" height="100%" fill="#fff" transform="translate(153.4 10.4)" xlink:href="#hu"/><use width="100%" height="100%" fill="#fff" transform="translate(156.6 10.4)" xlink:href="#hu"/><use width="100%" height="100%" fill="#fff" transform="translate(150.3 10.4)" xlink:href="#hv"/><use width="100%" height="100%" fill="#fff" transform="translate(141 16.5)" xlink:href="#hw"/><use width="100%" height="100%" fill="#fff" transform="translate(153 16.5)" xlink:href="#hx"/><use width="100%" height="100%" fill="#fff" transform="translate(147.6 16.5)" xlink:href="#hy"/><use width="100%" height="100%" fill="#fff" transform="translate(2.2 73.5)" xlink:href="#hz"/><use width="100%" height="100%" fill="#fff" transform="translate(2.3 113.1)" xlink:href="#hA"/><use width="100%" height="100%" fill="#fff" transform="translate(2.3 77.7)" xlink:href="#hB"/><use width="100%" height="100%" fill="#fff" transform="translate(31.7 77.7)" xlink:href="#hB"/><use width="100%" height="100%" fill="#fff" transform="translate(2.3 106.6)" xlink:href="#hC"/><use width="100%" height="100%" fill="#fff" transform="translate(2.3 99.3)" xlink:href="#hD"/><use width="100%" height="100%" fill="#fff" transform="translate(31.7 103)" xlink:href="#hE"/><use width="100%" height="100%" fill="#fff" transform="translate(3.5 104.2)" xlink:href="#hF"/><use width="100%" height="100%" fill="#fff" transform="translate(2.3 103)" xlink:href="#hG"/><use width="100%" height="100%" fill="#fff" transform="translate(31.7 88.4)" xlink:href="#hH"/><use width="100%" height="100%" fill="#fff" transform="translate(3.5 89.6)" xlink:href="#hI"/><use width="100%" height="100%" fill="#fff" transform="translate(2.3 88.4)" xlink:href="#hJ"/><use width="100%" height="100%" fill="#fff" transform="translate(31.7 95.7)" xlink:href="#hK"/><use width="100%" height="100%" fill="#fff" transform="translate(3.5 96.9)" xlink:href="#hL"/><use width="100%" height="100%" fill="#fff" transform="translate(2.3 95.7)" xlink:href="#hM"/><use width="100%" height="100%" fill="#fff" transform="translate(2.3 92)" xlink:href="#hN"/><use width="100%" height="100%" fill="#fff" transform="translate(2.3 84.6)" xlink:href="#hD"/><use width="100%" height="100%" fill="#fff" transform="translate(31.7 80.7)" xlink:href="#hO"/><use width="100%" height="100%" fill="#fff" transform="translate(129.4 93.5)" xlink:href="#hP"/><use width="100%" height="100%" fill="#fff" transform="translate(114.7 93.5)" xlink:href="#hQ"/><use width="100%" height="100%" fill="#fff" transform="translate(120 106.6)" xlink:href="#hR"/><use width="100%" height="100%" fill="#fff" transform="translate(121.3 101.8)" xlink:href="#hS"/><use width="100%" height="100%" fill="#fff" transform="translate(129.4 101)" xlink:href="#hT"/><use width="100%" height="100%" fill="#fff" transform="translate(130.7 101.8)" xlink:href="#hU"/><use width="100%" height="100%" fill="#fff" transform="translate(138.9 106.6)" xlink:href="#hV"/><use width="100%" height="100%" fill="#fff" transform="translate(123.9 109.3)" xlink:href="#hW"/><use width="100%" height="100%" fill="#fff" transform="translate(121.2 107.6)" xlink:href="#hX"/><use width="100%" height="100%" fill="#fff" transform="translate(119.8 106.8)" xlink:href="#hY"/><use width="100%" height="100%" fill="#fff" transform="translate(123.9 109.3)" xlink:href="#hZ"/><use width="100%" height="100%" fill="#fff" transform="translate(139 106.8)" xlink:href="#ia"/><use width="100%" height="100%" fill="#fff" transform="translate(133 107.7)" xlink:href="#ib"/><use width="100%" height="100%" fill="#fff" transform="translate(131.6 111.2)" xlink:href="#ic"/><use width="100%" height="100%" fill="#fff" transform="translate(129.4 124.1)" xlink:href="#id"/><use width="100%" height="100%" fill="#fff" transform="translate(129.4 125.8)" xlink:href="#ie"/><use width="100%" height="100%" fill="#fff" transform="translate(129.4 149.3)" xlink:href="#if"/><use width="100%" height="100%" fill="#fff" transform="translate(98.7 136.1)" xlink:href="#ig"/><use width="100%" height="100%" fill="#fff" transform="translate(99.7 117)" xlink:href="#ih"/><use width="100%" height="100%" fill="#fff" transform="translate(113.5 115.7)" xlink:href="#ii"/><use width="100%" height="100%" fill="#fff" transform="translate(160 136.1)" xlink:href="#ij"/><use width="100%" height="100%" fill="#fff" transform="translate(146.3 117)" xlink:href="#ik"/><use width="100%" height="100%" fill="#fff" transform="translate(145.3 115.7)" xlink:href="#il"/><use width="100%" height="100%" fill="#fff" transform="translate(108.8 122.1)" xlink:href="#im"/><use width="100%" height="100%" fill="#fff" transform="translate(143.9 125.8)" xlink:href="#in"/><use width="100%" height="100%" fill="#fff" transform="translate(139.4 126.7)" xlink:href="#io"/><use width="100%" height="100%" fill="#fff" transform="translate(137.9 129.3)" xlink:href="#ip"/><use width="100%" height="100%" fill="#fff" transform="translate(143.9 122.1)" xlink:href="#iq"/><use width="100%" height="100%" fill="#fff" transform="translate(102 131.5)" xlink:href="#ir"/><use width="100%" height="100%" fill="#fff" transform="translate(110.4 136.4)" xlink:href="#is"/><use width="100%" height="100%" fill="#fff" transform="translate(108.8 135.5)" xlink:href="#it"/><use width="100%" height="100%" fill="#fff" transform="translate(119.5 131.5)" xlink:href="#iu"/><use width="100%" height="100%" fill="#fff" transform="translate(128.5 133.4)" xlink:href="#iv"/><use width="100%" height="100%" fill="#fff" transform="translate(128.5 121.6)" xlink:href="#iw"/><use width="100%" height="100%" fill="#fff" transform="translate(101.3 130.8)" xlink:href="#ix"/><use width="100%" height="100%" fill="#fff" transform="translate(155.6 130.8)" xlink:href="#iy"/><use width="100%" height="100%" fill="#fff" transform="translate(116.6 93.6)" xlink:href="#iz"/><use width="100%" height="100%" fill="#fff" transform="translate(130.3 93.6)" xlink:href="#iA"/><use width="100%" height="100%" fill="#fff" transform="translate(114.7 92.6)" xlink:href="#iB"/><use width="100%" height="100%" fill="#fff" transform="translate(142.1 92.6)" xlink:href="#iC"/><use width="100%" height="100%" fill="#fff" transform="translate(128.8 93)" xlink:href="#iD"/><use width="100%" height="100%" fill="#fff" transform="translate(1 119)" xlink:href="#iE"/><use width="100%" height="100%" fill="#fff" transform="translate(1 122.8)" xlink:href="#iF"/><use width="100%" height="100%" fill="#fff" transform="translate(1 126.7)" xlink:href="#iG"/><use width="100%" height="100%" fill="#fff" transform="translate(1 130.5)" xlink:href="#iH"/><use width="100%" height="100%" fill="#fff" transform="translate(1 134.3)" xlink:href="#iG"/><use width="100%" height="100%" fill="#fff" transform="translate(4.8 119)" xlink:href="#iI"/><use width="100%" height="100%" fill="#fff" transform="translate(4.8 122.8)" xlink:href="#iJ"/><use width="100%" height="100%" fill="#fff" transform="translate(4.8 126.7)" xlink:href="#iK"/><use width="100%" height="100%" fill="#fff" transform="translate(8.6 119)" xlink:href="#iE"/><use width="100%" height="100%" fill="#fff" transform="translate(8.6 122.8)" xlink:href="#iF"/><use width="100%" height="100%" fill="#fff" transform="translate(8.6 126.7)" xlink:href="#iG"/><use width="100%" height="100%" fill="#fff" transform="translate(8.6 130.5)" xlink:href="#iH"/><use width="100%" height="100%" fill="#fff" transform="translate(12.4 119)" xlink:href="#iI"/><use width="100%" height="100%" fill="#fff" transform="translate(12.4 122.8)" xlink:href="#iJ"/><use width="100%" height="100%" fill="#fff" transform="translate(12.4 126.7)" xlink:href="#iK"/><use width="100%" height="100%" fill="#fff" transform="translate(16.2 119)" xlink:href="#iE"/><use width="100%" height="100%" fill="#fff" transform="translate(16.2 122.8)" xlink:href="#iF"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 1.1 149)" xlink:href="#iE"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 1.1 145.1)" xlink:href="#iF"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 1.1 141.3)" xlink:href="#iG"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 5 149)" xlink:href="#iI"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 5 145.1)" xlink:href="#iJ"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 5 141.3)" xlink:href="#iK"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 8.7 149)" xlink:href="#iE"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 8.7 145.1)" xlink:href="#iF"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 8.7 141.3)" xlink:href="#iG"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 8.7 137.5)" xlink:href="#iH"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 12.5 149)" xlink:href="#iI"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 12.5 145.1)" xlink:href="#iJ"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 12.5 141.3)" xlink:href="#iK"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 16.3 149)" xlink:href="#iE"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 16.3 145.1)" xlink:href="#iF"/><use width="100%" height="100%" fill="#fff" transform="translate(31.7 87.4)" xlink:href="#gy"/><use width="100%" height="100%" fill="#fff" transform="translate(31.7 76.5)" xlink:href="#iL"/><use width="100%" height="100%" fill="#fff" transform="translate(36.5 91.5)" xlink:href="#iM"/><use width="100%" height="100%" fill="#fff" transform="translate(36.5 85.8)" xlink:href="#iN"/><use width="100%" height="100%" fill="#fff" transform="translate(31.7 103)" xlink:href="#gE"/><use width="100%" height="100%" fill="#fff" transform="translate(31.7 103)" xlink:href="#iO"/><use width="100%" height="100%" fill="#fff" transform="translate(36.5 98.9)" xlink:href="#iP"/><use width="100%" height="100%" fill="#fff" transform="translate(36.5 98.9)" xlink:href="#iQ"/><use width="100%" height="100%" fill="#fff" transform="translate(48.9 95.2)" xlink:href="#iR"/><use width="100%" height="100%" fill="#fff" transform="translate(50.4 95.2)" xlink:href="#iS"/><use width="100%" height="100%" fill="#fff" transform="translate(55.1 95.2)" xlink:href="#iT"/><use width="100%" height="100%" fill="#fff" transform="translate(38 75)" xlink:href="#iU"/><use width="100%" height="100%" fill="#fff" transform="translate(38 112.4)" xlink:href="#iV"/><use width="100%" height="100%" fill="#fff" transform="translate(47.8 84.4)" xlink:href="#iW"/><use width="100%" height="100%" fill="#fff" transform="translate(47.8 103)" xlink:href="#iX"/><use width="100%" height="100%" fill="#fff" transform="translate(56.6 93.7)" xlink:href="#iY"/><use width="100%" height="100%" fill="#fff" transform="translate(107.8 69.5)" xlink:href="#hK"/><use width="100%" height="100%" fill="#fff" transform="translate(111.6 52.8)" xlink:href="#hs"/><use width="100%" height="100%" fill="#fff" transform="translate(111.6 57.2)" xlink:href="#ht"/><use width="100%" height="100%" fill="#fff" transform="translate(105.5 47.3)" xlink:href="#iZ"/><use width="100%" height="100%" fill="#fff" transform="translate(110.8 47.3)" xlink:href="#ja"/><use width="100%" height="100%" fill="#fff" transform="translate(114.1 47.3)" xlink:href="#jb"/><use width="100%" height="100%" fill="#fff" transform="translate(117.4 47.3)" xlink:href="#jc"/><use width="100%" height="100%" fill="#fff" transform="translate(99.8 47.4)" xlink:href="#hO"/><use width="100%" height="100%" fill="#fff" transform="translate(101.7 47.3)" xlink:href="#jd"/><use width="100%" height="100%" fill="#fff" transform="translate(105.5 47.4)" xlink:href="#je"/><use width="100%" height="100%" fill="#fff" transform="translate(115.8 76.2)" xlink:href="#jf"/><use width="100%" height="100%" fill="#fff" transform="translate(107.2 76.2)" xlink:href="#jg"/><use width="100%" height="100%" fill="#fff" transform="translate(105.5 76.2)" xlink:href="#jh"/><use width="100%" height="100%" fill="#fff" transform="translate(115.8 70.7)" xlink:href="#ji"/><use width="100%" height="100%" fill="#fff" transform="translate(108.7 46.3)" xlink:href="#jj"/><use width="100%" height="100%" fill="#fff" transform="translate(112 46.3)" xlink:href="#jk"/><use width="100%" height="100%" fill="#fff" transform="translate(115.4 46.3)" xlink:href="#jj"/><use width="100%" height="100%" fill="#fff" transform="translate(118.7 65.7)" xlink:href="#jl"/><use width="100%" height="100%" fill="#fff" transform="translate(118.7 64.7)" xlink:href="#jm"/><use width="100%" height="100%" fill="#fff" transform="translate(118.7 62)" xlink:href="#jn"/><use width="100%" height="100%" fill="#fff" transform="translate(123.3 61)" xlink:href="#jo"/><use width="100%" height="100%" fill="#fff" transform="translate(134 42.7)" xlink:href="#jn"/><use width="100%" height="100%" fill="#fff" transform="translate(134 41.7)" xlink:href="#jp"/><use width="100%" height="100%" fill="#fff" transform="translate(134 39)" xlink:href="#jq"/><use width="100%" height="100%" fill="#fff" transform="translate(138.5 38)" xlink:href="#jr"/><use width="100%" height="100%" fill="#fff" transform="translate(109.3 69.5)" xlink:href="#hK"/><use width="100%" height="100%" fill="#fff" transform="translate(107.7 53.8)" xlink:href="#hK"/><use width="100%" height="100%" fill="#fff" transform="translate(109.5 53.8)" xlink:href="#hK"/><g fill="#fff" transform="translate(2.7 -49)"><use width="100%" height="100%" transform="translate(58.6 138.8)" xlink:href="#bc"/><use width="100%" height="100%" transform="translate(57.5 142)" xlink:href="#bd"/></g><g fill="#fff" transform="matrix(-1 0 0 1 121.7 -41.4)"><use width="100%" height="100%" transform="translate(58.6 138.8)" xlink:href="#bc"/><use width="100%" height="100%" transform="translate(57.5 142)" xlink:href="#bd"/></g><use width="100%" height="100%" fill="#fff" transform="translate(135.7 56.5)" xlink:href="#js"/><use width="100%" height="100%" fill="#fff" transform="translate(135.7 54)" xlink:href="#jt"/><use width="100%" height="100%" fill="#fff" transform="translate(135.7 51.5)" xlink:href="#ju"/><use width="100%" height="100%" fill="#fff" transform="translate(135.7 49)" xlink:href="#jv"/><use width="100%" height="100%" fill="#fff" transform="translate(135.7 46.4)" xlink:href="#jw"/><use width="100%" height="100%" fill="#fff" transform="translate(135.7 77)" xlink:href="#js"/><use width="100%" height="100%" fill="#fff" transform="translate(135.7 74.6)" xlink:href="#jt"/><use width="100%" height="100%" fill="#fff" transform="translate(135.7 72)" xlink:href="#ju"/><use width="100%" height="100%" fill="#fff" transform="translate(135.7 69.5)" xlink:href="#jv"/><use width="100%" height="100%" fill="#fff" transform="translate(135.7 67)" xlink:href="#jw"/><use width="100%" height="100%" fill="#fff" transform="translate(137.3 59)" xlink:href="#jx"/><use width="100%" height="100%" fill="#fff" transform="translate(137.3 60.6)" xlink:href="#jy"/><use width="100%" height="100%" fill="#fff" transform="translate(137.3 67)" xlink:href="#jz"/><use width="100%" height="100%" fill="#fff" transform="translate(126.3 33.6)" xlink:href="#C"/><use width="100%" height="100%" fill="#fff" transform="translate(118.9 34.4)" xlink:href="#D"/><use width="100%" height="100%" fill="#fff" transform="translate(117.4 38.6)" xlink:href="#E"/><use width="100%" height="100%" fill="#fff" transform="translate(109.9 34.4)" xlink:href="#F"/><use width="100%" height="100%" fill="#fff" transform="translate(108.4 33.6)" xlink:href="#G"/><use width="100%" height="100%" fill="#fff" transform="translate(108.4 25.1)" xlink:href="#H"/><use width="100%" height="100%" fill="#fff" transform="translate(108.4 23.4)" xlink:href="#I"/><use width="100%" height="100%" fill="#fff" transform="translate(109.9 19.2)" xlink:href="#J"/><use width="100%" height="100%" fill="#fff" transform="translate(117.4 18.4)" xlink:href="#E"/><use width="100%" height="100%" fill="#fff" transform="translate(118.9 19.2)" xlink:href="#K"/><use width="100%" height="100%" fill="#fff" transform="translate(126.3 23.4)" xlink:href="#L"/><use width="100%" height="100%" fill="#fff" transform="translate(126.3 25.1)" xlink:href="#M"/><use width="100%" height="100%" fill="#fff" transform="translate(110.7 21)" xlink:href="#N"/><use width="100%" height="100%" fill="#fff" transform="translate(115.7 26.7)" xlink:href="#aq"/><g fill="#fff" transform="translate(-292.3 -67.9)"><use width="100%" height="100%" transform="translate(541.3 148.9)" xlink:href="#jA"/><use width="100%" height="100%" transform="translate(578.4 165.6)" xlink:href="#jB"/><use width="100%" height="100%" transform="translate(575 156.4)" xlink:href="#jC"/><use width="100%" height="100%" transform="translate(574.2 155.5)" xlink:href="#jD"/><use width="100%" height="100%" transform="translate(545.6 165.6)" xlink:href="#jE"/><use width="100%" height="100%" transform="translate(541.3 168.4)" xlink:href="#jF"/><use width="100%" height="100%" transform="translate(541.5 169.6)" xlink:href="#jG"/><use width="100%" height="100%" transform="translate(545.6 178.7)" xlink:href="#jH"/><use width="100%" height="100%" transform="translate(553.2 196.5)" xlink:href="#jI"/><use width="100%" height="100%" transform="translate(553.2 199)" xlink:href="#jJ"/><use width="100%" height="100%" transform="translate(554.5 199)" xlink:href="#jK"/><use width="100%" height="100%" transform="translate(566.6 199)" xlink:href="#jL"/><use width="100%" height="100%" transform="translate(553.2 201.3)" xlink:href="#jM"/><use width="100%" height="100%" transform="translate(553.2 203.6)" xlink:href="#jN"/><use width="100%" height="100%" transform="translate(554.5 203.6)" xlink:href="#jO"/><use width="100%" height="100%" transform="translate(566.6 203.6)" xlink:href="#jP"/><use width="100%" height="100%" transform="translate(557.2 205.7)" xlink:href="#jQ"/><use width="100%" height="100%" transform="translate(545.4 152.7)" xlink:href="#jR"/><use width="100%" height="100%" transform="translate(559.9 152.7)" xlink:href="#jS"/><use width="100%" height="100%" transform="translate(552.6 154.7)" xlink:href="#jT"/><use width="100%" height="100%" transform="translate(565.6 162.5)" xlink:href="#jU"/><use width="100%" height="100%" transform="translate(567.7 164.7)" xlink:href="#jV"/><use width="100%" height="100%" transform="translate(555.6 191.6)" xlink:href="#jW"/><use width="100%" height="100%" transform="translate(557.7 191.6)" xlink:href="#jX"/><use width="100%" height="100%" transform="translate(564.3 191.6)" xlink:href="#jY"/><use width="100%" height="100%" transform="translate(555.6 189.7)" xlink:href="#jZ"/><use width="100%" height="100%" transform="translate(557.7 189.7)" xlink:href="#jX"/><use width="100%" height="100%" transform="translate(564.3 189.7)" xlink:href="#ka"/><use width="100%" height="100%" transform="translate(555.6 187.8)" xlink:href="#jW"/><use width="100%" height="100%" transform="translate(557.7 187.8)" xlink:href="#kb"/><use width="100%" height="100%" transform="translate(564.3 187.8)" xlink:href="#kc"/><use width="100%" height="100%" transform="translate(555.6 185.9)" xlink:href="#jZ"/><use width="100%" height="100%" transform="translate(557.7 185.9)" xlink:href="#jX"/><use width="100%" height="100%" transform="translate(564.3 185.9)" xlink:href="#kd"/><use width="100%" height="100%" transform="translate(553.2 187.1)" xlink:href="#ke"/><use width="100%" height="100%" transform="translate(538.4 146.3)" xlink:href="#kf"/><use width="100%" height="100%" transform="translate(566.6 187)" xlink:href="#kg"/></g><use width="100%" height="100%" fill="#fff" transform="translate(55.4 79.3)" xlink:href="#kh"/><use width="100%" height="100%" fill="#fff" transform="translate(57.9 74.6)" xlink:href="#ki"/><use width="100%" height="100%" fill="#fff" transform="translate(60.3 76.2)" xlink:href="#kj"/><use width="100%" height="100%" fill="#fff" transform="translate(62.8 72.2)" xlink:href="#kk"/><use width="100%" height="100%" fill="#fff" transform="translate(65.3 70.7)" xlink:href="#kl"/><use width="100%" height="100%" fill="#fff" transform="translate(67.8 72.4)" xlink:href="#km"/><use width="100%" height="100%" fill="#fff" transform="translate(70.3 69)" xlink:href="#kn"/><use width="100%" height="100%" fill="#fff" transform="translate(102.6 108.9)" xlink:href="#ko"/><use width="100%" height="100%" fill="#fff" transform="translate(77.7 108.9)" xlink:href="#kp"/><use width="100%" height="100%" fill="#fff" transform="translate(79.1 102.3)" xlink:href="#kq"/><use width="100%" height="100%" fill="#fff" transform="translate(90.2 101.5)" xlink:href="#kr"/><use width="100%" height="100%" fill="#fff" transform="translate(91.6 102.3)" xlink:href="#ks"/><use width="100%" height="100%" fill="#fff" transform="translate(102.6 108.9)" xlink:href="#kt"/><use width="100%" height="100%" fill="#fff" transform="translate(77.7 117)" xlink:href="#ku"/><use width="100%" height="100%" fill="#fff" transform="translate(70.9 108.9)" xlink:href="#kv"/><use width="100%" height="100%" fill="#fff" transform="translate(95.8 108.9)" xlink:href="#kw"/><use width="100%" height="100%" fill="#fff" transform="translate(64.9 86)" xlink:href="#kx"/><use width="100%" height="100%" fill="#fff" transform="translate(84.6 113)" xlink:href="#ky"/><use width="100%" height="100%" fill="#fff" transform="translate(77.7 108.9)" xlink:href="#kz"/><use width="100%" height="100%" fill="#fff" transform="translate(83 97.2)" xlink:href="#kA"/><use width="100%" height="100%" fill="#fff" transform="translate(373.5 28.4)" xlink:href="#kB"/><use width="100%" height="100%" fill="#fff" transform="translate(373.5 20.8)" xlink:href="#kC"/><use width="100%" height="100%" fill="#fff" transform="translate(373.5 19.6)" xlink:href="#gW"/><use width="100%" height="100%" fill="#fff" transform="translate(373.5 18.4)" xlink:href="#kD"/><use width="100%" height="100%" fill="#fff" transform="translate(373.5 20.8)" xlink:href="#kE"/><use width="100%" height="100%" fill="#fff" transform="translate(376.3 13.9)" xlink:href="#kF"/><use width="100%" height="100%" fill="#fff" transform="translate(376.3 26.4)" xlink:href="#kG"/><use width="100%" height="100%" fill="#fff" transform="translate(376.3 25.2)" xlink:href="#kH"/><use width="100%" height="100%" fill="#fff" transform="translate(376.3 24)" xlink:href="#kI"/><use width="100%" height="100%" fill="#fff" transform="translate(379 19.1)" xlink:href="#kJ"/><use width="100%" height="100%" fill="#fff" transform="translate(379 16)" xlink:href="#kK"/><use width="100%" height="100%" fill="#fff" transform="translate(379 14.4)" xlink:href="#kL"/><use width="100%" height="100%" fill="#fff" transform="translate(379 19)" xlink:href="#kM"/><use width="100%" height="100%" fill="#fff" transform="translate(381.8 9.7)" xlink:href="#kN"/><use width="100%" height="100%" fill="#fff" transform="translate(381.8 24.3)" xlink:href="#kO"/><use width="100%" height="100%" fill="#fff" transform="translate(381.8 22.8)" xlink:href="#kP"/><use width="100%" height="100%" fill="#fff" transform="translate(381.8 21.3)" xlink:href="#kQ"/><use width="100%" height="100%" fill="#fff" transform="translate(381.8 24.3)" xlink:href="#kR"/><use width="100%" height="100%" fill="#fff" transform="translate(384.6 14.6)" xlink:href="#kS"/><use width="100%" height="100%" fill="#fff" transform="translate(384.6 12.6)" xlink:href="#dX"/><use width="100%" height="100%" fill="#fff" transform="translate(384.6 10.6)" xlink:href="#kT"/><use width="100%" height="100%" fill="#fff" transform="translate(384.6 14.6)" xlink:href="#kU"/><use width="100%" height="100%" fill="#fff" transform="translate(387.3 4)" xlink:href="#kV"/><use width="100%" height="100%" fill="#fff" transform="translate(387.3 26.4)" xlink:href="#kW"/><use width="100%" height="100%" fill="#fff" transform="translate(387.3 20)" xlink:href="#kX"/><use width="100%" height="100%" fill="#fff" transform="translate(387.3 18.3)" xlink:href="#kY"/><use width="100%" height="100%" fill="#fff" transform="translate(390.1 10.8)" xlink:href="#kZ"/><use width="100%" height="100%" fill="#fff" transform="translate(390.1 7.9)" xlink:href="#la"/><use width="100%" height="100%" fill="#fff" transform="translate(390.1 6.4)" xlink:href="#lb"/><use width="100%" height="100%" fill="#fff" transform="translate(390.1 10.8)" xlink:href="#lc"/><use width="100%" height="100%" fill="#fff" transform="translate(392.9 1.5)" xlink:href="#ld"/><use width="100%" height="100%" fill="#fff" transform="translate(392.9 21.4)" xlink:href="#le"/><use width="100%" height="100%" fill="#fff" transform="translate(392.9 16.6)" xlink:href="#lf"/><use width="100%" height="100%" fill="#fff" transform="translate(392.9 15)" xlink:href="#lg"/><use width="100%" height="100%" fill="#fff" transform="translate(392.9 21.4)" xlink:href="#lh"/><use width="100%" height="100%" fill="#fff" transform="translate(395.6 4)" xlink:href="#li"/><use width="100%" height="100%" fill="#fff" transform="translate(395.6 -.7)" xlink:href="#lj"/><use width="100%" height="100%" fill="#fff" transform="translate(395.6 4)" xlink:href="#lk"/><use width="100%" height="100%" fill="#fff" transform="translate(385.4 2.1)" xlink:href="#ll"/><use width="100%" height="100%" fill="#fff" transform="translate(122.2 36.7)" xlink:href="#lm"/><use width="100%" height="100%" fill="#fff" transform="translate(127 40.7)" xlink:href="#ln"/><use width="100%" height="100%" fill="#fff" transform="translate(123.8 38.3)" xlink:href="#lo"/><use width="100%" height="100%" fill="#fff" transform="translate(124.8 43)" xlink:href="#lp"/><use width="100%" height="100%" fill="#fff" transform="translate(124.4 39)" xlink:href="#lq"/><use width="100%" height="100%" fill="#fff" transform="translate(129.3 43)" xlink:href="#lr"/><use width="100%" height="100%" fill="#fff" transform="translate(145.7 38.7)" xlink:href="#hj"/><use width="100%" height="100%" fill="#fff" transform="translate(146.6 39.8)" xlink:href="#hk"/><use width="100%" height="100%" fill="#fff" transform="translate(147 36)" xlink:href="#hl"/><use width="100%" height="100%" fill="#fff" transform="translate(147 44.4)" xlink:href="#hm"/><use width="100%" height="100%" fill="#fff" transform="translate(151.4 40.2)" xlink:href="#hn"/><use width="100%" height="100%" fill="#fff" transform="translate(142.6 40.3)" xlink:href="#hn"/><use width="100%" height="100%" fill="#fff" transform="translate(150.4 37.5)" xlink:href="#ho"/><use width="100%" height="100%" fill="#fff" transform="translate(144.4 43.5)" xlink:href="#hp"/><use width="100%" height="100%" fill="#fff" transform="translate(150.4 43.5)" xlink:href="#hq"/><use width="100%" height="100%" fill="#fff" transform="translate(144.4 37.5)" xlink:href="#hr"/><use width="100%" height="100%" fill="#fff" transform="translate(294.7 75.7)" xlink:href="#ls"/><use width="100%" height="100%" fill="#fff" transform="translate(296.4 81.9)" xlink:href="#lt"/><use width="100%" height="100%" fill="#fff" transform="translate(296.4 77.7)" xlink:href="#lu"/><use width="100%" height="100%" fill="#fff" transform="translate(296.4 79.1)" xlink:href="#lv"/><use width="100%" height="100%" fill="#fff" transform="translate(296.4 82)" xlink:href="#lw"/><use width="100%" height="100%" fill="#fff" transform="translate(297.9 81.9)" xlink:href="#lx"/><use width="100%" height="100%" fill="#fff" transform="translate(297.9 77.7)" xlink:href="#ly"/><use width="100%" height="100%" fill="#fff" transform="translate(297.9 79.1)" xlink:href="#lz"/><use width="100%" height="100%" fill="#fff" transform="translate(297.9 82)" xlink:href="#lA"/><use width="100%" height="100%" fill="#fff" transform="translate(302.4 75.7)" xlink:href="#lB"/><use width="100%" height="100%" fill="#fff" transform="translate(304 81.9)" xlink:href="#lC"/><use width="100%" height="100%" fill="#fff" transform="translate(304 77.7)" xlink:href="#lD"/><use width="100%" height="100%" fill="#fff" transform="translate(304 79.1)" xlink:href="#lE"/><use width="100%" height="100%" fill="#fff" transform="translate(304 82)" xlink:href="#lF"/><use width="100%" height="100%" fill="#fff" transform="translate(305.6 81.9)" xlink:href="#lx"/><use width="100%" height="100%" fill="#fff" transform="translate(305.6 77.7)" xlink:href="#lG"/><use width="100%" height="100%" fill="#fff" transform="translate(305.6 79.1)" xlink:href="#lz"/><use width="100%" height="100%" fill="#fff" transform="translate(305.6 82)" xlink:href="#lH"/><use width="100%" height="100%" fill="#fff" transform="translate(343.7 92.8)" xlink:href="#p"/><use width="100%" height="100%" fill="#fff" transform="translate(343.7 100)" xlink:href="#q"/><use width="100%" height="100%" fill="#fff" transform="translate(369.4 69.9)" xlink:href="#lI"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 31.3 114)" xlink:href="#j"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 29.5 113.9)" xlink:href="#k"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 25.9 110.2)" xlink:href="#l"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 22.2 106.6)" xlink:href="#m"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 18.2 103)" xlink:href="#n"/><use width="100%" height="100%" fill="#fff" transform="translate(416.6 69.2)" xlink:href="#lJ"/><use width="100%" height="100%" fill="#fff" transform="translate(420 68.3)" xlink:href="#lK"/><use width="100%" height="100%" fill="#fff" transform="translate(420 76)" xlink:href="#lL"/><use width="100%" height="100%" fill="#fff" transform="translate(423.6 72.6)" xlink:href="#lM"/><use width="100%" height="100%" fill="#fff" transform="translate(415.6 72.6)" xlink:href="#lM"/><use width="100%" height="100%" fill="#fff" transform="translate(422.5 69.5)" xlink:href="#lN"/><use width="100%" height="100%" fill="#fff" transform="translate(417 75)" xlink:href="#lO"/><use width="100%" height="100%" fill="#fff" transform="translate(422.5 75)" xlink:href="#lP"/><use width="100%" height="100%" fill="#fff" transform="translate(417 69.5)" xlink:href="#lQ"/><use width="100%" height="100%" fill="#fff" transform="translate(421.4 68.6)" xlink:href="#lR"/><use width="100%" height="100%" fill="#fff" transform="translate(418.4 75.8)" xlink:href="#lS"/><use width="100%" height="100%" fill="#fff" transform="translate(423.3 74)" xlink:href="#lT"/><use width="100%" height="100%" fill="#fff" transform="translate(416 71)" xlink:href="#lU"/><use width="100%" height="100%" fill="#fff" transform="translate(423.3 71)" xlink:href="#lV"/><use width="100%" height="100%" fill="#fff" transform="translate(416 74)" xlink:href="#lW"/><use width="100%" height="100%" fill="#fff" transform="translate(421.4 75.8)" xlink:href="#lX"/><use width="100%" height="100%" fill="#fff" transform="translate(418.3 68.6)" xlink:href="#lY"/><use width="100%" height="100%" fill="#fff" transform="translate(417.8 70.3)" xlink:href="#lZ"/><use width="100%" height="100%" fill="#fff" transform="translate(418.6 71.2)" xlink:href="#ma"/><use width="100%" height="100%" fill="#fff" transform="translate(151.4 81.7)" xlink:href="#mb"/><use width="100%" height="100%" fill="#fff" transform="translate(153.3 83.4)" xlink:href="#mc"/><use width="100%" height="100%" fill="#fff" transform="translate(157.5 75.7)" xlink:href="#md"/><use width="100%" height="100%" fill="#fff" transform="translate(159.4 77.4)" xlink:href="#me"/><use width="100%" height="100%" fill="#fff" transform="translate(163.6 70.5)" xlink:href="#mf"/><use width="100%" height="100%" fill="#fff" transform="translate(165.5 72.2)" xlink:href="#mg"/><use width="100%" height="100%" fill="#fff" transform="translate(169.7 66)" xlink:href="#mh"/><use width="100%" height="100%" fill="#fff" transform="translate(171.6 67.8)" xlink:href="#mi"/><use width="100%" height="100%" fill="#fff" transform="translate(149.8 66)" xlink:href="#mj"/><use width="100%" height="100%" fill="#fff" transform="translate(151.4 64.6)" xlink:href="#mk"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 158.2 70.5)" xlink:href="#ml"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 159.5 71.5)" xlink:href="#mm"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 159.5 72.7)" xlink:href="#mn"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 159.5 73.8)" xlink:href="#mo"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 159.5 71.5)" xlink:href="#mp"/><use width="100%" height="100%" fill="#fff" transform="translate(158.5 96)" xlink:href="#mq"/><use width="100%" height="100%" fill="#fff" transform="translate(159.8 55.7)" xlink:href="#mr"/><use width="100%" height="100%" fill="#fff" transform="translate(147.9 94)" xlink:href="#ms"/><use width="100%" height="100%" fill="#fff" transform="translate(147.9 52.4)" xlink:href="#mt"/><use width="100%" height="100%" fill="#fff" transform="translate(147.9 59)" xlink:href="#mu"/><use width="100%" height="100%" fill="#fff" transform="translate(147.9 94)" xlink:href="#mu"/><use width="100%" height="100%" fill="#fff" transform="translate(177 94)" xlink:href="#gj"/><use width="100%" height="100%" fill="#fff" transform="translate(147.9 59)" xlink:href="#mv"/><use width="100%" height="100%" fill="#fff" transform="translate(160 97.3)" xlink:href="#mw"/><use width="100%" height="100%" fill="#fff" transform="translate(177 59)" xlink:href="#mv"/><g fill="#fff" transform="translate(0 -50.2)"><use width="100%" height="100%" transform="matrix(1 0 0 -1 20.2 199.2)" xlink:href="#iE"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 20.2 195.4)" xlink:href="#iF"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 24 199.2)" xlink:href="#iI"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 24 195.4)" xlink:href="#iJ"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 27.8 199.2)" xlink:href="#iE"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 27.8 195.4)" xlink:href="#iF"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 31.6 199.2)" xlink:href="#iI"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 31.6 195.4)" xlink:href="#iJ"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 35.4 199.2)" xlink:href="#iE"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 35.4 195.4)" xlink:href="#iF"/></g><g fill="#fff" transform="translate(5.7 -49.9)"><use width="100%" height="100%" transform="translate(34.3 174.6)" xlink:href="#aT"/><use width="100%" height="100%" transform="translate(37.6 177.8)" xlink:href="#aU"/><use width="100%" height="100%" transform="translate(38.9 179)" xlink:href="#aV"/><use width="100%" height="100%" transform="translate(40.3 188.6)" xlink:href="#bb"/></g><use width="100%" height="100%" fill="#fff" transform="translate(32 134.4)" xlink:href="#jn"/><use width="100%" height="100%" fill="#fff" transform="translate(32 133.5)" xlink:href="#jp"/><use width="100%" height="100%" fill="#fff" transform="translate(32 130.8)" xlink:href="#jq"/><use width="100%" height="100%" fill="#fff" transform="translate(36.6 129.8)" xlink:href="#jr"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 39.2 149)" xlink:href="#iE"/><g fill="#fff" transform="translate(22.9 -50.2)"><use width="100%" height="100%" transform="matrix(1 0 0 -1 20.2 199.2)" xlink:href="#iE"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 20.2 195.4)" xlink:href="#iF"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 24 199.2)" xlink:href="#iI"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 24 195.4)" xlink:href="#iJ"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 27.8 199.2)" xlink:href="#iE"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 27.8 195.4)" xlink:href="#iF"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 31.6 199.2)" xlink:href="#iI"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 31.6 195.4)" xlink:href="#iJ"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 35.4 199.2)" xlink:href="#iE"/><use width="100%" height="100%" transform="matrix(1 0 0 -1 35.4 195.4)" xlink:href="#iF"/></g><g fill="#fff" transform="rotate(10.4 343.6 168.7)"><use width="100%" height="100%" transform="translate(65 191)" xlink:href="#hj"/><use width="100%" height="100%" transform="translate(66 192)" xlink:href="#hk"/></g><use width="100%" height="100%" fill="#fff" transform="translate(70.3 142.4)" xlink:href="#hn"/><use width="100%" height="100%" fill="#fff" transform="translate(62.4 142.6)" xlink:href="#hn"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 62.2 149)" xlink:href="#iE"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 66 149)" xlink:href="#iI"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 69.8 149)" xlink:href="#iE"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 73.6 149)" xlink:href="#iI"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 73.7 145.2)" xlink:href="#iI"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 -13.3 126.9)" xlink:href="#s"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 -26 115.9)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 -29.6 111.9)" xlink:href="#d"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 -15.5 126.8)" xlink:href="#w"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 -18.7 123.1)" xlink:href="#x"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 -22.4 119.5)" xlink:href="#i"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 -33.7 113.8)" xlink:href="#mx"/><use width="100%" height="100%" fill="#fff" transform="translate(70 134.7)" xlink:href="#dJ"/><use width="100%" height="100%" fill="#fff" transform="translate(71.8 136.9)" xlink:href="#dK"/><use width="100%" height="100%" fill="#fff" transform="translate(70.2 128.6)" xlink:href="#dJ"/><use width="100%" height="100%" fill="#fff" transform="translate(72 130.8)" xlink:href="#dK"/><use width="100%" height="100%" fill="#fff" transform="translate(70.2 122.1)" xlink:href="#dJ"/><use width="100%" height="100%" fill="#fff" transform="translate(72.1 124.3)" xlink:href="#dK"/><use width="100%" height="100%" fill="#fff" transform="translate(90.2 124.5)" xlink:href="#dq"/><use width="100%" height="100%" fill="#fff" transform="translate(90.2 124.5)" xlink:href="#dt"/><use width="100%" height="100%" fill="#fff" transform="translate(89 130.5)" xlink:href="#dI"/><use width="100%" height="100%" fill="#fff" transform="translate(63 110.7)" xlink:href="#fq"/><use width="100%" height="100%" fill="#fff" transform="translate(69.3 113)" xlink:href="#fr"/><use width="100%" height="100%" fill="#fff" transform="translate(63 113)" xlink:href="#fu"/><use width="100%" height="100%" fill="#fff" transform="translate(63 115.2)" xlink:href="#fv"/><use width="100%" height="100%" fill="#fff" transform="translate(70.7 117.4)" xlink:href="#fw"/><use width="100%" height="100%" fill="#fff" transform="translate(65.6 117.4)" xlink:href="#fx"/><use width="100%" height="100%" fill="#fff" transform="translate(66.9 117.4)" xlink:href="#fy"/><use width="100%" height="100%" fill="#fff" transform="translate(70.7 117.4)" xlink:href="#fz"/><use width="100%" height="100%" fill="#fff" transform="translate(63 117.4)" xlink:href="#fA"/><use width="100%" height="100%" fill="#fff" transform="translate(51.5 110.7)" xlink:href="#fq"/><use width="100%" height="100%" fill="#fff" transform="translate(57.7 113)" xlink:href="#fr"/><use width="100%" height="100%" fill="#fff" transform="translate(59 113)" xlink:href="#fs"/><use width="100%" height="100%" fill="#fff" transform="translate(63 113)" xlink:href="#ft"/><use width="100%" height="100%" fill="#fff" transform="translate(51.5 113)" xlink:href="#fu"/><use width="100%" height="100%" fill="#fff" transform="translate(51.5 115.2)" xlink:href="#fv"/><use width="100%" height="100%" fill="#fff" transform="translate(59.1 117.4)" xlink:href="#fw"/><use width="100%" height="100%" fill="#fff" transform="translate(54 117.4)" xlink:href="#fx"/><use width="100%" height="100%" fill="#fff" transform="translate(55.3 117.4)" xlink:href="#fy"/><use width="100%" height="100%" fill="#fff" transform="translate(59.1 117.4)" xlink:href="#fz"/><use width="100%" height="100%" fill="#fff" transform="translate(51.5 117.4)" xlink:href="#fA"/><use width="100%" height="100%" fill="#fff" transform="translate(61.2 129.3)" xlink:href="#my"/><use width="100%" height="100%" fill="#fff" transform="translate(59.5 133)" xlink:href="#mz"/><use width="100%" height="100%" fill="#fff" transform="translate(61 133.4)" xlink:href="#mA"/><use width="100%" height="100%" fill="#fff" transform="translate(210.8 20.3)" xlink:href="#mB"/><use width="100%" height="100%" fill="#fff" transform="translate(215.7 39)" xlink:href="#mC"/><use width="100%" height="100%" fill="#fff" transform="translate(217.5 24.3)" xlink:href="#mD"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 23.2)" xlink:href="#mE"/><use width="100%" height="100%" fill="#fff" transform="translate(244 24.3)" xlink:href="#mF"/><use width="100%" height="100%" fill="#fff" transform="translate(268.6 39)" xlink:href="#mG"/><use width="100%" height="100%" fill="#fff" transform="translate(244 40.1)" xlink:href="#mH"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 54.8)" xlink:href="#mI"/><use width="100%" height="100%" fill="#fff" transform="translate(217.5 40.1)" xlink:href="#mJ"/><use width="100%" height="100%" fill="#fff" transform="translate(220.5 39)" xlink:href="#mK"/><use width="100%" height="100%" fill="#fff" transform="translate(222.4 27.2)" xlink:href="#mL"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 26)" xlink:href="#mM"/><use width="100%" height="100%" fill="#fff" transform="translate(244 27.2)" xlink:href="#mN"/><use width="100%" height="100%" fill="#fff" transform="translate(263.7 39)" xlink:href="#mO"/><use width="100%" height="100%" fill="#fff" transform="translate(244 40.2)" xlink:href="#mP"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 52)" xlink:href="#mQ"/><use width="100%" height="100%" fill="#fff" transform="translate(222.4 40.2)" xlink:href="#mR"/><use width="100%" height="100%" fill="#fff" transform="translate(225.3 39)" xlink:href="#mS"/><use width="100%" height="100%" fill="#fff" transform="translate(227.1 30)" xlink:href="#mT"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 29)" xlink:href="#mU"/><use width="100%" height="100%" fill="#fff" transform="translate(244 30)" xlink:href="#mV"/><use width="100%" height="100%" fill="#fff" transform="translate(259 39)" xlink:href="#mW"/><use width="100%" height="100%" fill="#fff" transform="translate(244 40.1)" xlink:href="#mX"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 49)" xlink:href="#mY"/><use width="100%" height="100%" fill="#fff" transform="translate(227.1 40.1)" xlink:href="#mZ"/><use width="100%" height="100%" fill="#fff" transform="translate(230 39)" xlink:href="#na"/><use width="100%" height="100%" fill="#fff" transform="translate(232 33)" xlink:href="#nb"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 31.8)" xlink:href="#nc"/><use width="100%" height="100%" fill="#fff" transform="translate(244.1 33)" xlink:href="#nd"/><use width="100%" height="100%" fill="#fff" transform="translate(254.1 39)" xlink:href="#ne"/><use width="100%" height="100%" fill="#fff" transform="translate(244.1 40.2)" xlink:href="#nf"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 46.2)" xlink:href="#ng"/><use width="100%" height="100%" fill="#fff" transform="translate(232 40.2)" xlink:href="#nh"/><use width="100%" height="100%" fill="#fff" transform="translate(234.9 39)" xlink:href="#ni"/><use width="100%" height="100%" fill="#fff" transform="translate(236.7 35.8)" xlink:href="#nj"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 34.7)" xlink:href="#nk"/><use width="100%" height="100%" fill="#fff" transform="translate(243.9 35.8)" xlink:href="#nl"/><use width="100%" height="100%" fill="#fff" transform="translate(249.3 39)" xlink:href="#nm"/><use width="100%" height="100%" fill="#fff" transform="translate(243.9 40)" xlink:href="#nn"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 43.3)" xlink:href="#no"/><use width="100%" height="100%" fill="#fff" transform="translate(236.7 40)" xlink:href="#np"/><use width="100%" height="100%" fill="#fff" transform="translate(239.7 39)" xlink:href="#nq"/><use width="100%" height="100%" fill="#fff" transform="translate(240.9 38.3)" xlink:href="#nr"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 37.6)" xlink:href="#ns"/><use width="100%" height="100%" fill="#fff" transform="translate(243.3 38.3)" xlink:href="#nt"/><use width="100%" height="100%" fill="#fff" transform="translate(244.5 39)" xlink:href="#nu"/><use width="100%" height="100%" fill="#fff" transform="translate(243.3 39.7)" xlink:href="#nv"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 40.4)" xlink:href="#nw"/><use width="100%" height="100%" fill="#fff" transform="translate(240.9 39.7)" xlink:href="#nx"/><use width="100%" height="100%" fill="#fff" transform="translate(271 27.8)" xlink:href="#ny"/><use width="100%" height="100%" fill="#fff" transform="translate(271 22.7)" xlink:href="#nz"/><use width="100%" height="100%" fill="#fff" transform="translate(271 24.4)" xlink:href="#nA"/><use width="100%" height="100%" fill="#fff" transform="translate(271 27.8)" xlink:href="#nB"/><use width="100%" height="100%" fill="#fff" transform="translate(268.6 32.4)" xlink:href="#nC"/><use width="100%" height="100%" fill="#fff" transform="translate(224 20.2)" xlink:href="#nD"/><use width="100%" height="100%" fill="#fff" transform="translate(224 15.1)" xlink:href="#nE"/><use width="100%" height="100%" fill="#fff" transform="translate(224 16.8)" xlink:href="#nF"/><use width="100%" height="100%" fill="#fff" transform="translate(224 20.2)" xlink:href="#nG"/><use width="100%" height="100%" fill="#fff" transform="translate(221.6 24.8)" xlink:href="#nH"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 14.7)" xlink:href="#nI"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 9.6)" xlink:href="#nJ"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 11.3)" xlink:href="#nK"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 14.7)" xlink:href="#nL"/><use width="100%" height="100%" fill="#fff" transform="translate(239.7 24.2)" xlink:href="#nH"/><use width="100%" height="100%" fill="#fff" transform="translate(230.1 35.3)" xlink:href="#nM"/><use width="100%" height="100%" fill="#fff" transform="translate(227.7 34.3)" xlink:href="#nN"/><use width="100%" height="100%" fill="#fff" transform="translate(268.6 56.7)" xlink:href="#nM"/><use width="100%" height="100%" fill="#fff" transform="translate(251.7 34.3)" xlink:href="#nO"/><use width="100%" height="100%" fill="#fff" transform="translate(273.4 44.6)" xlink:href="#nP"/><use width="100%" height="100%" fill="#fff" transform="translate(243.6 45.5)" xlink:href="#nQ"/><use width="100%" height="100%" fill="#fff" transform="translate(242.1 63.2)" xlink:href="#no"/><use width="100%" height="100%" fill="#fff" transform="translate(212.3 45.5)" xlink:href="#nR"/><use width="100%" height="100%" fill="#fff" transform="translate(210.8 44.6)" xlink:href="#nS"/><use width="100%" height="100%" fill="#fff" transform="translate(210.8 50)" xlink:href="#nT"/><use width="100%" height="100%" fill="#fff" transform="translate(224 8.3)" xlink:href="#nE"/><use width="100%" height="100%" fill="#fff" transform="translate(224 10)" xlink:href="#nF"/><use width="100%" height="100%" fill="#fff" transform="translate(224 13.4)" xlink:href="#nG"/><use width="100%" height="100%" fill="#fff" transform="translate(224 1.7)" xlink:href="#nE"/><use width="100%" height="100%" fill="#fff" transform="translate(224 3.4)" xlink:href="#nF"/><use width="100%" height="100%" fill="#fff" transform="translate(224 6.8)" xlink:href="#nG"/><use width="100%" height="100%" fill="#fff" transform="translate(224 -.2)" xlink:href="#nE"/><use width="100%" height="100%" fill="#fff" transform="translate(224 -1.8)" xlink:href="#nG"/><use width="100%" height="100%" fill="#fff" transform="translate(283 1.8)" xlink:href="#nU"/><use width="100%" height="100%" fill="#fff" transform="translate(270.9 -.6)" xlink:href="#nV"/><use width="100%" height="100%" fill="#fff" transform="translate(305 5)" xlink:href="#nW"/><use width="100%" height="100%" fill="#fff" transform="translate(305 7.3)" xlink:href="#nX"/><use width="100%" height="100%" fill="#fff" transform="translate(269.4 11.8)" xlink:href="#my"/><use width="100%" height="100%" fill="#fff" transform="translate(267.7 15.5)" xlink:href="#nY"/><use width="100%" height="100%" fill="#fff" transform="translate(269.2 16)" xlink:href="#mA"/><use width="100%" height="100%" fill="#fff" transform="translate(277.8 1.8)" xlink:href="#nU"/><use width="100%" height="100%" fill="#fff" transform="translate(272.6 1.8)" xlink:href="#nU"/><use width="100%" height="100%" fill="#fff" transform="translate(271.3 1.9)" xlink:href="#gK"/><use width="100%" height="100%" fill="#fff" transform="translate(275.5 37)" xlink:href="#az"/><use width="100%" height="100%" fill="#fff" transform="translate(278.1 37)" xlink:href="#aA"/><use width="100%" height="100%" fill="#fff" transform="translate(280.7 37)" xlink:href="#aB"/><use width="100%" height="100%" fill="#fff" transform="translate(268.7 47.2)" xlink:href="#bR"/><use width="100%" height="100%" fill="#fff" transform="translate(254 34.4)" xlink:href="#nM"/><g fill="#fff" transform="translate(-414.8 68.3)"><use width="100%" height="100%" transform="translate(603 -4.6)" xlink:href="#nZ"/><use width="100%" height="100%" transform="translate(618.8 -4.6)" xlink:href="#eR"/><use width="100%" height="100%" transform="translate(603 11)" xlink:href="#oa"/><use width="100%" height="100%" transform="translate(610.3 -4.6)" xlink:href="#ob"/><use width="100%" height="100%" transform="translate(606.8 21)" xlink:href="#eS"/><use width="100%" height="100%" transform="translate(608.2 18.1)" xlink:href="#eT"/><use width="100%" height="100%" transform="translate(630.9 21)" xlink:href="#eU"/><use width="100%" height="100%" transform="translate(631 .9)" xlink:href="#oc"/><use width="100%" height="100%" transform="translate(608.2 1.7)" xlink:href="#od"/><use width="100%" height="100%" transform="translate(606.7 .9)" xlink:href="#oe"/><use width="100%" height="100%" transform="translate(593 -14.3)" xlink:href="#of"/><use width="100%" height="100%" transform="translate(597.4 -10)" xlink:href="#og"/><use width="100%" height="100%" transform="translate(600.9 -6.6)" xlink:href="#oh"/></g><g fill="#fff" transform="rotate(90 220.5 199.8)"><use width="100%" height="100%" transform="translate(163.7 253.2)" xlink:href="#js"/><use width="100%" height="100%" transform="translate(163.7 250.6)" xlink:href="#jt"/><use width="100%" height="100%" transform="translate(163.7 248.1)" xlink:href="#ju"/><use width="100%" height="100%" transform="translate(163.7 245.6)" xlink:href="#jv"/><use width="100%" height="100%" transform="translate(163.7 243)" xlink:href="#jw"/><use width="100%" height="100%" transform="translate(163.7 273.7)" xlink:href="#js"/><use width="100%" height="100%" transform="translate(163.7 271.2)" xlink:href="#jt"/><use width="100%" height="100%" transform="translate(163.7 268.6)" xlink:href="#ju"/><use width="100%" height="100%" transform="translate(163.7 266.1)" xlink:href="#jv"/><use width="100%" height="100%" transform="translate(163.7 263.6)" xlink:href="#jw"/><use width="100%" height="100%" transform="translate(165.3 255.6)" xlink:href="#jx"/><use width="100%" height="100%" transform="translate(165.3 257.2)" xlink:href="#jy"/><use width="100%" height="100%" transform="translate(165.3 263.6)" xlink:href="#jz"/></g><use width="100%" height="100%" fill="#fff" transform="translate(284.3 137.5)" xlink:href="#oi"/><use width="100%" height="100%" fill="#fff" transform="translate(307.4 145.9)" xlink:href="#oj"/><use width="100%" height="100%" fill="#fff" transform="translate(309 145.9)" xlink:href="#ok"/><use width="100%" height="100%" fill="#fff" transform="translate(318.6 145.9)" xlink:href="#ol"/><use width="100%" height="100%" fill="#fff" transform="translate(290.2 145.9)" xlink:href="#om"/><use width="100%" height="100%" fill="#fff" transform="translate(286.8 145.9)" xlink:href="#on"/><use width="100%" height="100%" fill="#fff" transform="translate(288.5 145.9)" xlink:href="#oo"/><use width="100%" height="100%" fill="#fff" transform="translate(290.2 145.9)" xlink:href="#op"/><use width="100%" height="100%" fill="#fff" transform="translate(288.8 143.8)" xlink:href="#oq"/><use width="100%" height="100%" fill="#fff" transform="translate(290.6 143.8)" xlink:href="#or"/><use width="100%" height="100%" fill="#fff" transform="translate(318.6 143.8)" xlink:href="#os"/><use width="100%" height="100%" fill="#fff" transform="translate(286.8 143.8)" xlink:href="#ot"/><use width="100%" height="100%" fill="#fff" transform="translate(304.9 141.7)" xlink:href="#ou"/><use width="100%" height="100%" fill="#fff" transform="translate(306.6 141.7)" xlink:href="#ov"/><use width="100%" height="100%" fill="#fff" transform="translate(318.6 141.7)" xlink:href="#ow"/><use width="100%" height="100%" fill="#fff" transform="translate(302 141.7)" xlink:href="#ox"/><use width="100%" height="100%" fill="#fff" transform="translate(286.8 141.7)" xlink:href="#oy"/><use width="100%" height="100%" fill="#fff" transform="translate(288.5 141.7)" xlink:href="#oz"/><use width="100%" height="100%" fill="#fff" transform="translate(302 141.7)" xlink:href="#oA"/><use width="100%" height="100%" fill="#fff" transform="translate(286.8 139.6)" xlink:href="#oB"/><use width="100%" height="100%" fill="#fff" transform="translate(288.5 139.6)" xlink:href="#oC"/><use width="100%" height="100%" fill="#fff" transform="translate(318.6 139.6)" xlink:href="#oD"/><g fill="#fff"><g transform="translate(.6 -55.4)"><use width="100%" height="100%" transform="translate(315.2 173)" xlink:href="#oE"/><use width="100%" height="100%" transform="translate(318 173)" xlink:href="#oF"/></g><g transform="translate(-9.6 -55.4)"><use width="100%" height="100%" transform="translate(315.2 173)" xlink:href="#oE"/><use width="100%" height="100%" transform="translate(318 173)" xlink:href="#oF"/></g><g transform="translate(-19.9 -55.4)"><use width="100%" height="100%" transform="translate(315.2 173)" xlink:href="#oE"/><use width="100%" height="100%" transform="translate(318 173)" xlink:href="#oF"/></g><g transform="translate(-30.1 -55.4)"><use width="100%" height="100%" transform="translate(315.2 173)" xlink:href="#oE"/><use width="100%" height="100%" transform="translate(318 173)" xlink:href="#oF"/></g></g><g fill="#fff" transform="translate(.1 -50.3)"><use width="100%" height="100%" transform="translate(316.6 179.6)" xlink:href="#d"/><use width="100%" height="100%" transform="translate(306.4 179.6)" xlink:href="#d"/><use width="100%" height="100%" transform="translate(296.1 179.6)" xlink:href="#d"/><use width="100%" height="100%" transform="translate(285.9 179.6)" xlink:href="#d"/></g><use width="100%" height="100%" fill="#fff" transform="matrix(0 1 1 0 360.5 98)" xlink:href="#ew"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 1 1 0 367.1 99.8)" xlink:href="#ex"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 1 1 0 362.9 99.8)" xlink:href="#ey"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 1 1 0 364.3 99.8)" xlink:href="#ez"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 1 1 0 367.2 99.8)" xlink:href="#eA"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 1 1 0 359 99.8)" xlink:href="#eB"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 1 1 0 355.5 101.7)" xlink:href="#eC"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 1 1 0 365 103.6)" xlink:href="#eD"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 1 1 0 360 103.6)" xlink:href="#eE"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 1 1 0 361.7 103.6)" xlink:href="#eF"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 1 1 0 365 103.6)" xlink:href="#eG"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 1 1 0 357 103.6)" xlink:href="#eH"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 1 1 0 353 105.5)" xlink:href="#eI"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 1 1 0 349.4 100.5)" xlink:href="#eJ"/><g fill="#fff" transform="translate(-78.9 -194)"><use width="100%" height="100%" transform="translate(257.4 312.2)" xlink:href="#oG"/><use width="100%" height="100%" transform="translate(257.4 337.2)" xlink:href="#oH"/><use width="100%" height="100%" transform="translate(268.5 329.2)" xlink:href="#oI"/><use width="100%" height="100%" transform="translate(277.7 324.5)" xlink:href="#oJ"/><use width="100%" height="100%" transform="translate(259.6 327)" xlink:href="#oK"/><use width="100%" height="100%" transform="translate(285.7 316.2)" xlink:href="#oL"/><use width="100%" height="100%" transform="translate(280.1 321)" xlink:href="#oM"/><use width="100%" height="100%" transform="translate(280.6 321.7)" xlink:href="#oN"/><use width="100%" height="100%" transform="translate(280.4 317.1)" xlink:href="#oO"/><use width="100%" height="100%" transform="translate(287.2 321.5)" xlink:href="#oP"/><use width="100%" height="100%" transform="translate(283.9 321)" xlink:href="#oQ"/><use width="100%" height="100%" transform="translate(279.6 338.5)" xlink:href="#oR"/><use width="100%" height="100%" transform="translate(268 312.2)" xlink:href="#oS"/><use width="100%" height="100%" transform="translate(268 330.8)" xlink:href="#oT"/><use width="100%" height="100%" transform="translate(266.6 313.9)" xlink:href="#oU"/><use width="100%" height="100%" transform="translate(260.5 313.9)" xlink:href="#oV"/><use width="100%" height="100%" transform="translate(259 313.9)" xlink:href="#oW"/><use width="100%" height="100%" transform="translate(266.6 315.4)" xlink:href="#oX"/><use width="100%" height="100%" transform="translate(260.5 315.4)" xlink:href="#oY"/><use width="100%" height="100%" transform="translate(259 315.4)" xlink:href="#oZ"/><use width="100%" height="100%" transform="translate(266.6 317)" xlink:href="#pa"/><use width="100%" height="100%" transform="translate(260.5 317)" xlink:href="#pb"/><use width="100%" height="100%" transform="translate(259 317)" xlink:href="#pc"/><use width="100%" height="100%" transform="translate(266.6 318.5)" xlink:href="#pd"/><use width="100%" height="100%" transform="translate(260.5 318.5)" xlink:href="#pe"/><use width="100%" height="100%" transform="translate(259 318.5)" xlink:href="#pf"/><use width="100%" height="100%" transform="translate(266.6 320)" xlink:href="#pg"/><use width="100%" height="100%" transform="translate(260.5 320)" xlink:href="#ph"/><use width="100%" height="100%" transform="translate(259 320)" xlink:href="#pi"/><use width="100%" height="100%" transform="translate(266.6 321.6)" xlink:href="#pj"/><use width="100%" height="100%" transform="translate(260.5 321.6)" xlink:href="#pk"/><use width="100%" height="100%" transform="translate(259 321.6)" xlink:href="#pl"/><use width="100%" height="100%" transform="translate(266.6 323.1)" xlink:href="#pm"/><use width="100%" height="100%" transform="translate(260.5 323.1)" xlink:href="#pn"/><use width="100%" height="100%" transform="translate(259 323.1)" xlink:href="#po"/><use width="100%" height="100%" transform="translate(266.6 324.6)" xlink:href="#pp"/><use width="100%" height="100%" transform="translate(260.5 324.6)" xlink:href="#pq"/><use width="100%" height="100%" transform="translate(259 324.6)" xlink:href="#pr"/><use width="100%" height="100%" transform="translate(266.6 326.2)" xlink:href="#ps"/><use width="100%" height="100%" transform="translate(260.5 326.2)" xlink:href="#pt"/><use width="100%" height="100%" transform="translate(259 326.2)" xlink:href="#oZ"/><use width="100%" height="100%" transform="translate(263.6 327.7)" xlink:href="#pu"/><use width="100%" height="100%" transform="translate(260.5 327.7)" xlink:href="#pv"/><use width="100%" height="100%" transform="translate(259 327.7)" xlink:href="#pw"/><use width="100%" height="100%" transform="translate(262 329.3)" xlink:href="#px"/><use width="100%" height="100%" transform="translate(260.5 329.2)" xlink:href="#py"/><use width="100%" height="100%" transform="translate(259 329.3)" xlink:href="#pz"/><use width="100%" height="100%" transform="translate(260.5 330.8)" xlink:href="#pA"/><use width="100%" height="100%" transform="translate(259 330.8)" xlink:href="#pB"/><use width="100%" height="100%" transform="translate(293.6 327)" xlink:href="#pC"/><use width="100%" height="100%" transform="translate(294.5 328.3)" xlink:href="#pD"/><use width="100%" height="100%" transform="translate(301 330.3)" xlink:href="#pE"/><use width="100%" height="100%" transform="translate(299.1 330.6)" xlink:href="#pF"/><use width="100%" height="100%" transform="translate(297.3 331)" xlink:href="#pG"/><use width="100%" height="100%" transform="translate(274.1 326.1)" xlink:href="#pH"/><use width="100%" height="100%" transform="translate(275.3 327.4)" xlink:href="#pI"/></g><use width="100%" height="100%" fill="#fff" transform="translate(226.7 117.8)" xlink:href="#jR"/><use width="100%" height="100%" fill="#fff" transform="translate(241.2 117.8)" xlink:href="#jS"/><use width="100%" height="100%" fill="#fff" transform="translate(233.9 119.7)" xlink:href="#jT"/><use width="100%" height="100%" fill="#fff" transform="translate(204.4 107.2)" xlink:href="#jV"/><use width="100%" height="100%" fill="#fff" transform="translate(221.2 109.7)" xlink:href="#fq"/><use width="100%" height="100%" fill="#fff" transform="translate(227.4 112)" xlink:href="#fr"/><use width="100%" height="100%" fill="#fff" transform="translate(228.8 111.9)" xlink:href="#fs"/><use width="100%" height="100%" fill="#fff" transform="translate(232.8 112)" xlink:href="#ft"/><use width="100%" height="100%" fill="#fff" transform="translate(221.2 111.9)" xlink:href="#fu"/><use width="100%" height="100%" fill="#fff" transform="translate(221.2 114.1)" xlink:href="#fv"/><use width="100%" height="100%" fill="#fff" transform="translate(228.9 116.4)" xlink:href="#fw"/><use width="100%" height="100%" fill="#fff" transform="translate(223.7 116.4)" xlink:href="#fx"/><use width="100%" height="100%" fill="#fff" transform="translate(225 116.4)" xlink:href="#fy"/><use width="100%" height="100%" fill="#fff" transform="translate(228.9 116.4)" xlink:href="#fz"/><use width="100%" height="100%" fill="#fff" transform="translate(221.2 116.4)" xlink:href="#fA"/><g fill="#fff" transform="matrix(-1 0 0 1 454.5 -41.2)"><use width="100%" height="100%" transform="translate(234 153.1)" xlink:href="#cb"/><use width="100%" height="100%" transform="translate(235.6 149.6)" xlink:href="#cc"/><use width="100%" height="100%" transform="translate(242 148.7)" xlink:href="#cd"/></g><g fill="#fff" transform="matrix(-1 0 0 1 454.5 -43.7)"><use width="100%" height="100%" transform="translate(234 153.1)" xlink:href="#cb"/><use width="100%" height="100%" transform="translate(235.6 149.6)" xlink:href="#cc"/><use width="100%" height="100%" transform="translate(242 148.7)" xlink:href="#cd"/></g><g fill="#fff" transform="matrix(-1 0 0 1 477 -36.5)"><use width="100%" height="100%" transform="translate(234 153.1)" xlink:href="#cb"/><use width="100%" height="100%" transform="translate(235.6 149.6)" xlink:href="#cc"/><use width="100%" height="100%" transform="translate(242 148.7)" xlink:href="#cd"/></g><g fill="#fff" transform="matrix(-1 0 0 1 476.8 -38.9)"><use width="100%" height="100%" transform="translate(234 153.1)" xlink:href="#cb"/><use width="100%" height="100%" transform="translate(235.6 149.6)" xlink:href="#cc"/><use width="100%" height="100%" transform="translate(242 148.7)" xlink:href="#cd"/></g><use width="100%" height="100%" fill="#fff" transform="translate(228 98.8)" xlink:href="#my"/><use width="100%" height="100%" fill="#fff" transform="translate(226.4 102.5)" xlink:href="#mz"/><use width="100%" height="100%" fill="#fff" transform="translate(227.8 102.9)" xlink:href="#mA"/><use width="100%" height="100%" fill="#fff" transform="translate(154.7 101.3)" xlink:href="#bd"/><use width="100%" height="100%" fill="#fff" transform="translate(153.6 114.5)" xlink:href="#fN"/><use width="100%" height="100%" fill="#fff" transform="translate(153.6 112.8)" xlink:href="#fO"/><use width="100%" height="100%" fill="#fff" transform="translate(153.6 108.7)" xlink:href="#fN"/><use width="100%" height="100%" fill="#fff" transform="translate(153.6 107)" xlink:href="#fP"/><use width="100%" height="100%" fill="#fff" transform="translate(160 104.1)" xlink:href="#hi"/><use width="100%" height="100%" fill="#fff" transform="translate(165.2 109)" xlink:href="#hj"/><use width="100%" height="100%" fill="#fff" transform="translate(166.1 110)" xlink:href="#hk"/><use width="100%" height="100%" fill="#fff" transform="translate(166.6 106.3)" xlink:href="#hl"/><use width="100%" height="100%" fill="#fff" transform="translate(166.6 114.7)" xlink:href="#hm"/><use width="100%" height="100%" fill="#fff" transform="translate(170.9 110.5)" xlink:href="#hn"/><use width="100%" height="100%" fill="#fff" transform="translate(162.3 110.5)" xlink:href="#hn"/><use width="100%" height="100%" fill="#fff" transform="translate(170 107.9)" xlink:href="#ho"/><use width="100%" height="100%" fill="#fff" transform="translate(163.9 113.8)" xlink:href="#hp"/><use width="100%" height="100%" fill="#fff" transform="translate(170 113.8)" xlink:href="#hq"/><use width="100%" height="100%" fill="#fff" transform="translate(163.9 107.9)" xlink:href="#hr"/><use width="100%" height="100%" fill="#fff" transform="translate(157.4 131.7)" xlink:href="#iR"/><use width="100%" height="100%" fill="#fff" transform="translate(159 131.7)" xlink:href="#iS"/><use width="100%" height="100%" fill="#fff" transform="translate(163.7 131.7)" xlink:href="#iT"/><use width="100%" height="100%" fill="#fff" transform="translate(165.1 130.3)" xlink:href="#iY"/><use width="100%" height="100%" fill="#fff" transform="translate(169.5 131.7)" xlink:href="#iR"/><use width="100%" height="100%" fill="#fff" transform="translate(171 131.7)" xlink:href="#iS"/><use width="100%" height="100%" fill="#fff" transform="translate(175.8 131.7)" xlink:href="#iT"/><use width="100%" height="100%" fill="#fff" transform="translate(177.3 131.8)" xlink:href="#iT"/><use width="100%" height="100%" fill="#fff" transform="translate(164.1 123)" xlink:href="#de"/><use width="100%" height="100%" fill="#fff" transform="translate(357.6 23)" xlink:href="#aC"/><use width="100%" height="100%" fill="#fff" transform="translate(361.4 21.8)" xlink:href="#aD"/><use width="100%" height="100%" fill="#fff" transform="translate(361.4 30.5)" xlink:href="#aD"/><use width="100%" height="100%" fill="#fff" transform="translate(365.3 26.7)" xlink:href="#aE"/><use width="100%" height="100%" fill="#fff" transform="translate(356.5 26.7)" xlink:href="#aE"/><use width="100%" height="100%" fill="#fff" transform="translate(364.2 23.3)" xlink:href="#aF"/><use width="100%" height="100%" fill="#fff" transform="translate(358 29.3)" xlink:href="#aG"/><use width="100%" height="100%" fill="#fff" transform="translate(364.2 29.3)" xlink:href="#aH"/><use width="100%" height="100%" fill="#fff" transform="translate(358 23.3)" xlink:href="#aI"/><use width="100%" height="100%" fill="#fff" transform="translate(362.9 22.2)" xlink:href="#aJ"/><use width="100%" height="100%" fill="#fff" transform="translate(359.6 30.2)" xlink:href="#aK"/><use width="100%" height="100%" fill="#fff" transform="translate(365 28.1)" xlink:href="#aL"/><use width="100%" height="100%" fill="#fff" transform="translate(356.8 24.9)" xlink:href="#aM"/><use width="100%" height="100%" fill="#fff" transform="translate(365 24.8)" xlink:href="#aN"/><use width="100%" height="100%" fill="#fff" transform="translate(356.9 28.2)" xlink:href="#aO"/><use width="100%" height="100%" fill="#fff" transform="translate(363 30.2)" xlink:href="#aP"/><use width="100%" height="100%" fill="#fff" transform="translate(359.5 22.2)" xlink:href="#aQ"/><use width="100%" height="100%" fill="#fff" transform="translate(358.7 24.1)" xlink:href="#aR"/><use width="100%" height="100%" fill="#fff" transform="translate(359.8 25.1)" xlink:href="#aS"/><use width="100%" height="100%" fill="#fff" transform="translate(239.6 1.8)" xlink:href="#en"/><use width="100%" height="100%" fill="#fff" transform="translate(282.2 64.8)" xlink:href="#y"/><use width="100%" height="100%" fill="#fff" transform="translate(283.9 74.1)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="translate(284.3 67.2)" xlink:href="#z"/><use width="100%" height="100%" fill="#fff" transform="translate(181.3 108.6)" xlink:href="#lB"/><use width="100%" height="100%" fill="#fff" transform="translate(183 114.8)" xlink:href="#lC"/><use width="100%" height="100%" fill="#fff" transform="translate(183 110.6)" xlink:href="#lD"/><use width="100%" height="100%" fill="#fff" transform="translate(183 112)" xlink:href="#lE"/><use width="100%" height="100%" fill="#fff" transform="translate(183 114.8)" xlink:href="#lF"/><use width="100%" height="100%" fill="#fff" transform="translate(184.5 114.8)" xlink:href="#lx"/><use width="100%" height="100%" fill="#fff" transform="translate(184.5 110.6)" xlink:href="#lG"/><use width="100%" height="100%" fill="#fff" transform="translate(184.5 112)" xlink:href="#lz"/><use width="100%" height="100%" fill="#fff" transform="translate(184.5 114.8)" xlink:href="#lH"/><g fill="#fff" transform="translate(222.5 -1.2)"><use width="100%" height="100%" transform="translate(35.8 1.6)" xlink:href="#lB"/><use width="100%" height="100%" transform="translate(37.5 7.8)" xlink:href="#lC"/><use width="100%" height="100%" transform="translate(37.5 3.6)" xlink:href="#lD"/><use width="100%" height="100%" transform="translate(37.5 5)" xlink:href="#lE"/><use width="100%" height="100%" transform="translate(37.5 7.8)" xlink:href="#lF"/><use width="100%" height="100%" transform="translate(39 7.8)" xlink:href="#lx"/><use width="100%" height="100%" transform="translate(39 3.6)" xlink:href="#lG"/><use width="100%" height="100%" transform="translate(39 5)" xlink:href="#lz"/><use width="100%" height="100%" transform="translate(39 7.8)" xlink:href="#lH"/></g><g fill="#fff" transform="matrix(1 0 0 -1 222.5 21.6)"><use width="100%" height="100%" transform="translate(35.8 1.6)" xlink:href="#lB"/><use width="100%" height="100%" transform="translate(37.5 7.8)" xlink:href="#lC"/><use width="100%" height="100%" transform="translate(37.5 3.6)" xlink:href="#lD"/><use width="100%" height="100%" transform="translate(37.5 5)" xlink:href="#lE"/><use width="100%" height="100%" transform="translate(37.5 7.8)" xlink:href="#lF"/><use width="100%" height="100%" transform="translate(39 7.8)" xlink:href="#lx"/><use width="100%" height="100%" transform="translate(39 3.6)" xlink:href="#lG"/><use width="100%" height="100%" transform="translate(39 5)" xlink:href="#lz"/><use width="100%" height="100%" transform="translate(39 7.8)" xlink:href="#lH"/></g><use width="100%" height="100%" fill="#fff" transform="translate(235.7 79.4)" xlink:href="#pJ"/><use width="100%" height="100%" fill="#fff" transform="translate(234.2 79.4)" xlink:href="#pK"/><use width="100%" height="100%" fill="#fff" transform="translate(232.6 79.4)" xlink:href="#ea"/><use width="100%" height="100%" fill="#fff" transform="translate(235.7 71.9)" xlink:href="#pL"/><use width="100%" height="100%" fill="#fff" transform="translate(249.6 72)" xlink:href="#pM"/><use width="100%" height="100%" fill="#fff" transform="translate(244.6 71.9)" xlink:href="#pN"/><use width="100%" height="100%" fill="#fff" transform="translate(243 72)" xlink:href="#pO"/><use width="100%" height="100%" fill="#fff" transform="translate(249.6 62)" xlink:href="#pP"/><use width="100%" height="100%" fill="#fff" transform="translate(231 79.4)" xlink:href="#ea"/><use width="100%" height="100%" fill="#fff" transform="translate(277.2 14)" xlink:href="#d"/><use width="100%" height="100%" fill="#fff" transform="translate(277.4 21.3)" xlink:href="#u"/><use width="100%" height="100%" fill="#fff" transform="translate(277.2 28.5)" xlink:href="#v"/><use width="100%" height="100%" fill="#fff" transform="translate(277.3 5.5)" xlink:href="#d"/><g fill="#fff"><g transform="translate(.5 34)"><use width="100%" height="100%" transform="rotate(90 123 97)" xlink:href="#mb"/><use width="100%" height="100%" transform="rotate(90 121.2 97)" xlink:href="#mc"/></g><g transform="translate(.2 34)"><use width="100%" height="100%" transform="rotate(90 119.8 100.4)" xlink:href="#mb"/><use width="100%" height="100%" transform="rotate(90 118 100.5)" xlink:href="#mc"/></g></g><use width="100%" height="100%" fill="#fff" transform="rotate(90 252 346)" xlink:href="#pQ"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 246.5 342.7)" xlink:href="#pR"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 246.8 344.7)" xlink:href="#pS"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 244.8 344.7)" xlink:href="#pT"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 246 347.7)" xlink:href="#pU"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 246.8 350.3)" xlink:href="#pV"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 248.5 345.3)" xlink:href="#pW"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 232.6 337.2)" xlink:href="#nZ"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 224.6 345.1)" xlink:href="#eR"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 224.8 329.4)" xlink:href="#oa"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 229 340.8)" xlink:href="#ob"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 217.8 326.3)" xlink:href="#eS"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 218.6 328.5)" xlink:href="#eT"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 205.8 338.3)" xlink:href="#eU"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 215.8 348.4)" xlink:href="#oc"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 226.8 336.7)" xlink:href="#od"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 228 336.3)" xlink:href="#oe"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 202 337.5)" xlink:href="#kT"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 199.2 340.1)" xlink:href="#kZ"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 200.7 341.6)" xlink:href="#la"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 201.4 342.3)" xlink:href="#lb"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 200 345.4)" xlink:href="#li"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 202.4 347.7)" xlink:href="#lj"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 203.2 348.5)" xlink:href="#pX"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 205.9 342.1)" xlink:href="#ll"/><use width="100%" height="100%" fill="#fff" transform="matrix(-1 0 0 1 589.2 141.9)" xlink:href="#en"/><use width="100%" height="100%" fill="#fff" transform="matrix(-1 0 0 1 580.7 142)" xlink:href="#eo"/><use width="100%" height="100%" fill="#fff" transform="matrix(-1 0 0 1 572.1 141.9)" xlink:href="#ep"/><use width="100%" height="100%" fill="#fff" transform="matrix(-1 0 0 1 563.6 141.9)" xlink:href="#eq"/><use width="100%" height="100%" fill="#fff" transform="matrix(-1 0 0 1 589.2 134.3)" xlink:href="#pY"/><use width="100%" height="100%" fill="#fff" transform="matrix(-1 0 0 1 587.7 135.5)" xlink:href="#pZ"/><use width="100%" height="100%" fill="#fff" transform="matrix(-1 0 0 1 580.7 134.3)" xlink:href="#pY"/><use width="100%" height="100%" fill="#fff" transform="matrix(-1 0 0 1 572.1 134.4)" xlink:href="#qa"/><use width="100%" height="100%" fill="#fff" transform="matrix(-1 0 0 1 558 144.7)" xlink:href="#er"/><use width="100%" height="100%" fill="#fff" transform="matrix(-1 0 0 1 579.4 143)" xlink:href="#ev"/><use width="100%" height="100%" fill="#fff" transform="translate(591 133.3)" xlink:href="#y"/><use width="100%" height="100%" fill="#fff" transform="translate(592.8 142.6)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="translate(593.2 135.7)" xlink:href="#z"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 -1 -1 0 580.8 132)" xlink:href="#en"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 -1 -1 0 580.7 123.5)" xlink:href="#eo"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 -1 -1 0 580.8 115)" xlink:href="#ep"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 -1 -1 0 580.8 106.5)" xlink:href="#eq"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 -1 -1 0 588.4 132)" xlink:href="#pY"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 -1 -1 0 587.2 130.6)" xlink:href="#pZ"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 -1 -1 0 588.4 123.5)" xlink:href="#pY"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 -1 -1 0 588.3 115)" xlink:href="#qa"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 -1 -1 0 578 100.8)" xlink:href="#er"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 -1 -1 0 579.6 122.3)" xlink:href="#ev"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 -1 -1 0 594.9 130.8)" xlink:href="#qb"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 -1 -1 0 594.5 122)" xlink:href="#qb"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 -1 -1 0 594.5 113.4)" xlink:href="#qb"/><use width="100%" height="100%" fill="#fff" transform="rotate(180 298.4 65)" xlink:href="#pV"/><use width="100%" height="100%" fill="#fff" transform="rotate(180 298.4 61.7)" xlink:href="#pV"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 242.5 334)" xlink:href="#jn"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 243 334.4)" xlink:href="#jp"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 244.3 335.8)" xlink:href="#jq"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 242.5 338.6)" xlink:href="#jr"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 289.7 300.7)" xlink:href="#qc"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 288.9 299.8)" xlink:href="#qd"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 243.3 297.8)" xlink:href="#cj"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 246.6 294.5)" xlink:href="#cl"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 246.6 297.5)" xlink:href="#cm"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 252 312.3)" xlink:href="#qe"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 248.7 312.3)" xlink:href="#qf"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 247.4 312.4)" xlink:href="#qg"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 245.3 312.4)" xlink:href="#qh"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 255.5 304)" xlink:href="#lJ"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 254.3 306.3)" xlink:href="#lK"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 250.4 302.4)" xlink:href="#lL"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 250.3 305.9)" xlink:href="#lM"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 254.3 301.9)" xlink:href="#lM"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 252.4 306.9)" xlink:href="#lN"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 252.5 301.3)" xlink:href="#lO"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 249.6 304.1)" xlink:href="#lP"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 255.2 304)" xlink:href="#lQ"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 253.5 306.8)" xlink:href="#lR"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 251.3 301.7)" xlink:href="#lS"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 249.8 305)" xlink:href="#lT"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 255 302.9)" xlink:href="#lU"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 251.3 306.6)" xlink:href="#lV"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 253.5 301.4)" xlink:href="#lW"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 249.8 303.2)" xlink:href="#lX"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 255 305.3)" xlink:href="#lY"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 254.4 304.1)" xlink:href="#lZ"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 253.5 304.1)" xlink:href="#ma"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 251 306.3)" xlink:href="#qi"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 241.8 315.4)" xlink:href="#qj"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 239.8 310.7)" xlink:href="#qk"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 242.8 307.7)" xlink:href="#ql"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 257.5 299.8)" xlink:href="#qm"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 243.5 323.4)" xlink:href="#ls"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 239.5 321.1)" xlink:href="#lt"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 241.6 323.2)" xlink:href="#lu"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 241 322.5)" xlink:href="#lv"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 239.5 321.1)" xlink:href="#lw"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 238.8 321.9)" xlink:href="#lx"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 240.9 324)" xlink:href="#ly"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 240.2 323.3)" xlink:href="#lz"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 238.8 321.9)" xlink:href="#lA"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 239.6 327.2)" xlink:href="#lB"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 235.7 325)" xlink:href="#lC"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 237.8 327)" xlink:href="#lD"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 237 326.3)" xlink:href="#lE"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 235.7 325)" xlink:href="#lF"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 235 325.7)" xlink:href="#lx"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 237 327.8)" xlink:href="#lG"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 236.3 327.1)" xlink:href="#lz"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 235 325.7)" xlink:href="#lH"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 238.5 316.9)" xlink:href="#qn"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 237 316.9)" xlink:href="#qo"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 248 305.5)" xlink:href="#qp"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 258.5 302.9)" xlink:href="#qq"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 262.2 306.6)" xlink:href="#qr"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 254.7 314)" xlink:href="#qs"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 257.5 304)" xlink:href="#qt"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 260 306.6)" xlink:href="#qu"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 253.6 313)" xlink:href="#qv"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 257 313.5)" xlink:href="#qw"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 256.3 314.2)" xlink:href="#qx"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 252 298.5)" xlink:href="#qy"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 229.8 320.7)" xlink:href="#qz"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 260.9 303.5)" xlink:href="#qA"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 260.2 302.7)" xlink:href="#qB"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 229.5 326.4)" xlink:href="#qC"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 249 319.1)" xlink:href="#qD"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 254.2 323.5)" xlink:href="#lm"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 246.3 320.4)" xlink:href="#qE"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 249.8 324)" xlink:href="#ln"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 252.6 323.5)" xlink:href="#lo"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 249.8 321.7)" xlink:href="#lp"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 252 323.5)" xlink:href="#lq"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 247.6 324)" xlink:href="#lr"/><use width="100%" height="100%" fill="#fff" transform="rotate(180 277 52.4)" xlink:href="#kE"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 257.7 330.3)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 254.2 333.7)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 250.8 337.2)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="matrix(0 -1 -1 0 580.7 88)" xlink:href="#eq"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 264 286.6)" xlink:href="#qF"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 257.4 293.2)" xlink:href="#nU"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 254.1 296.5)" xlink:href="#gK"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 261.3 296)" xlink:href="#qG"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 260.7 296.5)" xlink:href="#qH"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 257.4 299.8)" xlink:href="#gM"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 266.7 301.4)" xlink:href="#qI"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 264.6 285.9)" xlink:href="#nV"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 245.3 300.8)" xlink:href="#qJ"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 244.7 300.2)" xlink:href="#nW"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 243.5 299)" xlink:href="#nX"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 247.2 302.7)" xlink:href="#qK"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 262.8 301.7)" xlink:href="#qL"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 264 303)" xlink:href="#qM"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 264.6 303.5)" xlink:href="#qN"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 262.8 301.7)" xlink:href="#qK"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 259.1 279)" xlink:href="#my"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 257.2 276.8)" xlink:href="#mA"/><g fill="#fff" transform="rotate(90 619.8 188)"><use width="100%" height="100%" transform="translate(465.2 228.8)" xlink:href="#my"/><use width="100%" height="100%" transform="translate(463.5 232.5)" xlink:href="#mz"/><use width="100%" height="100%" transform="translate(465 233)" xlink:href="#mA"/></g><use width="100%" height="100%" fill="#fff" transform="translate(553.2 12.4)" xlink:href="#ch"/><use width="100%" height="100%" fill="#fff" transform="translate(551.9 9.7)" xlink:href="#cm"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 260 290.6)" xlink:href="#nU"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 262.6 288)" xlink:href="#nU"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 263.2 287.3)" xlink:href="#gK"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 238.6 289.4)" xlink:href="#en"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 295.8 302.1)" xlink:href="#eo"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 291.6 306.4)" xlink:href="#ep"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 287.3 310.7)" xlink:href="#eq"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 283 312.2)" xlink:href="#er"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 294.6 302.2)" xlink:href="#ev"/><g fill="#fff" transform="rotate(90 313 279.5)"><use width="100%" height="100%" transform="translate(35.8 1.6)" xlink:href="#lB"/><use width="100%" height="100%" transform="translate(37.5 7.8)" xlink:href="#lC"/><use width="100%" height="100%" transform="translate(37.5 3.6)" xlink:href="#lD"/><use width="100%" height="100%" transform="translate(37.5 5)" xlink:href="#lE"/><use width="100%" height="100%" transform="translate(37.5 7.8)" xlink:href="#lF"/><use width="100%" height="100%" transform="translate(39 7.8)" xlink:href="#lx"/><use width="100%" height="100%" transform="translate(39 3.6)" xlink:href="#lG"/><use width="100%" height="100%" transform="translate(39 5)" xlink:href="#lz"/><use width="100%" height="100%" transform="translate(39 7.8)" xlink:href="#lH"/></g><g fill="#fff" transform="matrix(0 1 1 0 572 -33.5)"><use width="100%" height="100%" transform="translate(35.8 1.6)" xlink:href="#lB"/><use width="100%" height="100%" transform="translate(37.5 7.8)" xlink:href="#lC"/><use width="100%" height="100%" transform="translate(37.5 3.6)" xlink:href="#lD"/><use width="100%" height="100%" transform="translate(37.5 5)" xlink:href="#lE"/><use width="100%" height="100%" transform="translate(37.5 7.8)" xlink:href="#lF"/><use width="100%" height="100%" transform="translate(39 7.8)" xlink:href="#lx"/><use width="100%" height="100%" transform="translate(39 3.6)" xlink:href="#lG"/><use width="100%" height="100%" transform="translate(39 5)" xlink:href="#lz"/><use width="100%" height="100%" transform="translate(39 7.8)" xlink:href="#lH"/></g><use width="100%" height="100%" fill="#fff" transform="rotate(90 258.3 286)" xlink:href="#d"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 259.8 322.3)" xlink:href="#nD"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 262.4 324.8)" xlink:href="#nE"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 261.5 324)" xlink:href="#nF"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 259.8 322.3)" xlink:href="#nG"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 258.7 318.8)" xlink:href="#nH"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 263.5 318.6)" xlink:href="#nD"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 266 321.1)" xlink:href="#nE"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 265.1 320.3)" xlink:href="#nF"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 263.5 318.6)" xlink:href="#nG"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 262.3 315)" xlink:href="#nH"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 267.2 315)" xlink:href="#nD"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 269.7 317.5)" xlink:href="#nE"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 268.8 316.6)" xlink:href="#nF"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 267.2 315)" xlink:href="#nG"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 266 311.4)" xlink:href="#nH"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 275.7 310.4)" xlink:href="#gO"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 275 323)" xlink:href="#gP"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 274.2 322.2)" xlink:href="#gQ"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 275.7 310.4)" xlink:href="#gR"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 272 323)" xlink:href="#gO"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 273.5 324.4)" xlink:href="#gS"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 272.7 323.7)" xlink:href="#gT"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 272 323)" xlink:href="#gU"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 270.5 324.4)" xlink:href="#gO"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 272 325.9)" xlink:href="#gV"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 271.3 325.1)" xlink:href="#gW"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 270.5 324.4)" xlink:href="#gX"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 269 325.8)" xlink:href="#gO"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 270.6 327.3)" xlink:href="#gY"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 269.9 326.6)" xlink:href="#gW"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 269 325.8)" xlink:href="#gZ"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 267.6 327.2)" xlink:href="#gO"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 269.2 328.8)" xlink:href="#ha"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 268.4 328)" xlink:href="#hb"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 267.6 327.2)" xlink:href="#hc"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 266.2 328.7)" xlink:href="#gO"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 267.7 330.2)" xlink:href="#hd"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 267 329.5)" xlink:href="#hb"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 266.2 328.7)" xlink:href="#hc"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 274.4 308)" xlink:href="#hf"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 269.1 321.9)" xlink:href="#hg"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 266.3 324.8)" xlink:href="#hh"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 261.5 334)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 258.1 337.4)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 254.7 340.8)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 261 326.8)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 265 330.6)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 267.7 330.2)" xlink:href="#gP"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 266.3 331.7)" xlink:href="#gS"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 264.9 333.1)" xlink:href="#gV"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 263.4 334.5)" xlink:href="#gY"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 262 336)" xlink:href="#ha"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 260.5 337.4)" xlink:href="#hd"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 260.5 337.4)" xlink:href="#gP"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 259 338.9)" xlink:href="#gS"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 257.6 340.3)" xlink:href="#gV"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 256.2 341.7)" xlink:href="#gY"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 254.8 343.2)" xlink:href="#ha"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 282.2 315.8)" xlink:href="#gP"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 280.7 317.2)" xlink:href="#gS"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 279.3 318.7)" xlink:href="#gV"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 277.8 320.1)" xlink:href="#gY"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 276.4 321.6)" xlink:href="#ha"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 275 323)" xlink:href="#hd"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 276.9 310.2)" xlink:href="#gP"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 275.5 311.7)" xlink:href="#gS"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 274 313.1)" xlink:href="#gV"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 272.6 314.6)" xlink:href="#gY"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 271.1 316)" xlink:href="#ha"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 269.7 317.5)" xlink:href="#hd"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 275.2 308.5)" xlink:href="#gP"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 273.8 310)" xlink:href="#gS"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 272.3 311.4)" xlink:href="#gV"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 270.9 312.9)" xlink:href="#gY"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 269.4 314.3)" xlink:href="#ha"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 268 315.8)" xlink:href="#hd"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 275.6 289)" xlink:href="#qO"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 273.2 286.6)" xlink:href="#qP"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 275.6 294)" xlink:href="#qQ"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 273.1 291.6)" xlink:href="#qR"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 270.6 289.1)" xlink:href="#qS"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 273 296.6)" xlink:href="#qT"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 270.6 294.1)" xlink:href="#qU"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 268.1 291.6)" xlink:href="#qV"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 274 289)" xlink:href="#qW"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 271.4 291.6)" xlink:href="#qX"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 274 289)" xlink:href="#qY"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 267.9 296.7)" xlink:href="#qT"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 265.4 294.2)" xlink:href="#qU"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 266.3 296.7)" xlink:href="#qZ"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 280.7 294.1)" xlink:href="#qT"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 278.2 291.6)" xlink:href="#qU"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 279.1 294.1)" xlink:href="#qZ"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 277.2 316)" xlink:href="#hj"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 274.6 318.6)" xlink:href="#hj"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 279.8 313.4)" xlink:href="#hj"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 274.1 322.2)" xlink:href="#gP"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 281.3 315)" xlink:href="#gP"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 280 316.4)" xlink:href="#gS"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 278.5 317.9)" xlink:href="#gV"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 277 319.3)" xlink:href="#gY"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 275.6 320.8)" xlink:href="#ha"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 274.1 322.2)" xlink:href="#hd"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 273.4 321.4)" xlink:href="#gP"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 280.6 314.2)" xlink:href="#gP"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 279.1 315.6)" xlink:href="#gS"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 277.7 317)" xlink:href="#gV"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 276.3 318.5)" xlink:href="#gY"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 274.8 320)" xlink:href="#ha"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 273.4 321.4)" xlink:href="#hd"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 286.6 302.1)" xlink:href="#mb"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 284.7 302.2)" xlink:href="#mc"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 282.3 306.6)" xlink:href="#mb"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 280.5 306.7)" xlink:href="#mc"/><use width="100%" height="100%" fill="#fff" transform="translate(423.4 109.3)" xlink:href="#qe"/><use width="100%" height="100%" fill="#fff" transform="translate(426.7 112.5)" xlink:href="#qf"/><use width="100%" height="100%" fill="#fff" transform="translate(428 113.8)" xlink:href="#qg"/><use width="100%" height="100%" fill="#fff" transform="translate(430.2 116)" xlink:href="#qh"/><use width="100%" height="100%" fill="#fff" transform="translate(411.6 114)" xlink:href="#lJ"/><use width="100%" height="100%" fill="#fff" transform="translate(415.1 113)" xlink:href="#lK"/><use width="100%" height="100%" fill="#fff" transform="translate(415.1 120.8)" xlink:href="#lL"/><use width="100%" height="100%" fill="#fff" transform="translate(418.6 117.4)" xlink:href="#lM"/><use width="100%" height="100%" fill="#fff" transform="translate(410.6 117.4)" xlink:href="#lM"/><use width="100%" height="100%" fill="#fff" transform="translate(417.6 114.3)" xlink:href="#lN"/><use width="100%" height="100%" fill="#fff" transform="translate(412 119.8)" xlink:href="#lO"/><use width="100%" height="100%" fill="#fff" transform="translate(417.6 119.8)" xlink:href="#lP"/><use width="100%" height="100%" fill="#fff" transform="translate(412 114.3)" xlink:href="#lQ"/><use width="100%" height="100%" fill="#fff" transform="translate(416.4 113.4)" xlink:href="#lR"/><use width="100%" height="100%" fill="#fff" transform="translate(413.4 120.6)" xlink:href="#lS"/><use width="100%" height="100%" fill="#fff" transform="translate(418.3 118.7)" xlink:href="#lT"/><use width="100%" height="100%" fill="#fff" transform="translate(411 115.8)" xlink:href="#lU"/><use width="100%" height="100%" fill="#fff" transform="translate(418.3 115.7)" xlink:href="#lV"/><use width="100%" height="100%" fill="#fff" transform="translate(411 118.8)" xlink:href="#lW"/><use width="100%" height="100%" fill="#fff" transform="translate(416.5 120.6)" xlink:href="#lX"/><use width="100%" height="100%" fill="#fff" transform="translate(413.4 113.4)" xlink:href="#lY"/><use width="100%" height="100%" fill="#fff" transform="translate(412.8 115)" xlink:href="#lZ"/><use width="100%" height="100%" fill="#fff" transform="translate(413.7 116)" xlink:href="#ma"/><use width="100%" height="100%" fill="#fff" transform="translate(418.4 116.4)" xlink:href="#qi"/><use width="100%" height="100%" fill="#fff" transform="translate(436.7 116.4)" xlink:href="#qj"/><use width="100%" height="100%" fill="#fff" transform="translate(434 123.1)" xlink:href="#qk"/><use width="100%" height="100%" fill="#fff" transform="translate(428 123.1)" xlink:href="#ql"/><use width="100%" height="100%" fill="#fff" transform="translate(405.4 116.4)" xlink:href="#qm"/><use width="100%" height="100%" fill="#fff" transform="translate(443 106.8)" xlink:href="#ls"/><use width="100%" height="100%" fill="#fff" transform="translate(444.6 113)" xlink:href="#lt"/><use width="100%" height="100%" fill="#fff" transform="translate(444.6 108.8)" xlink:href="#lu"/><use width="100%" height="100%" fill="#fff" transform="translate(444.6 110.2)" xlink:href="#lv"/><use width="100%" height="100%" fill="#fff" transform="translate(444.6 113)" xlink:href="#lw"/><use width="100%" height="100%" fill="#fff" transform="translate(446.2 113)" xlink:href="#lx"/><use width="100%" height="100%" fill="#fff" transform="translate(446.2 108.8)" xlink:href="#ly"/><use width="100%" height="100%" fill="#fff" transform="translate(446.2 110.2)" xlink:href="#lz"/><use width="100%" height="100%" fill="#fff" transform="translate(446.2 113)" xlink:href="#lA"/><use width="100%" height="100%" fill="#fff" transform="translate(450.7 106.8)" xlink:href="#lB"/><use width="100%" height="100%" fill="#fff" transform="translate(452.3 113)" xlink:href="#lC"/><use width="100%" height="100%" fill="#fff" transform="translate(452.3 108.8)" xlink:href="#lD"/><use width="100%" height="100%" fill="#fff" transform="translate(452.3 110.2)" xlink:href="#lE"/><use width="100%" height="100%" fill="#fff" transform="translate(452.3 113)" xlink:href="#lF"/><use width="100%" height="100%" fill="#fff" transform="translate(453.9 113)" xlink:href="#lx"/><use width="100%" height="100%" fill="#fff" transform="translate(453.9 108.8)" xlink:href="#lG"/><use width="100%" height="100%" fill="#fff" transform="translate(453.9 110.2)" xlink:href="#lz"/><use width="100%" height="100%" fill="#fff" transform="translate(453.9 113)" xlink:href="#lH"/><use width="100%" height="100%" fill="#fff" transform="translate(441.5 118.2)" xlink:href="#qn"/><use width="100%" height="100%" fill="#fff" transform="translate(443 119.7)" xlink:href="#qo"/><use width="100%" height="100%" fill="#fff" transform="translate(420.6 120.2)" xlink:href="#qp"/><use width="100%" height="100%" fill="#fff" transform="translate(407.4 112.2)" xlink:href="#qq"/><use width="100%" height="100%" fill="#fff" transform="translate(407.4 104.9)" xlink:href="#qr"/><use width="100%" height="100%" fill="#fff" transform="translate(422.5 104.9)" xlink:href="#qs"/><use width="100%" height="100%" fill="#fff" transform="translate(409.6 112.2)" xlink:href="#qt"/><use width="100%" height="100%" fill="#fff" transform="translate(409.6 107)" xlink:href="#qu"/><use width="100%" height="100%" fill="#fff" transform="translate(422.5 107)" xlink:href="#qv"/><use width="100%" height="100%" fill="#fff" transform="translate(419.5 103.1)" xlink:href="#qw"/><use width="100%" height="100%" fill="#fff" transform="translate(421 103.1)" xlink:href="#qx"/><use width="100%" height="100%" fill="#fff" transform="translate(409.7 123.1)" xlink:href="#qy"/><use width="100%" height="100%" fill="#fff" transform="translate(453.9 123.1)" xlink:href="#qz"/><use width="100%" height="100%" fill="#fff" transform="translate(405.7 109.3)" xlink:href="#qA"/><use width="100%" height="100%" fill="#fff" transform="translate(405.7 110.7)" xlink:href="#qB"/><use width="100%" height="100%" fill="#fff" transform="translate(459.9 117.7)" xlink:href="#qC"/><use width="100%" height="100%" fill="#fff" transform="translate(399 123)" xlink:href="#nU"/><use width="100%" height="100%" fill="#fff" transform="translate(405.4 123)" xlink:href="#gK"/><use width="100%" height="100%" fill="#fff" transform="translate(398.9 116.4)" xlink:href="#qH"/><use width="100%" height="100%" fill="#fff" transform="translate(405.4 116.4)" xlink:href="#gM"/><use width="100%" height="100%" fill="#fff" transform="translate(411.1 130.4)" xlink:href="#E"/><use width="100%" height="100%" fill="#fff" transform="translate(391.3 128.1)" xlink:href="#P"/><use width="100%" height="100%" fill="#fff" transform="translate(394.8 141.4)" xlink:href="#ae"/><use width="100%" height="100%" fill="#fff" transform="translate(394.8 136.7)" xlink:href="#af"/><use width="100%" height="100%" fill="#fff" transform="translate(394.8 135.2)" xlink:href="#ag"/><use width="100%" height="100%" fill="#fff" transform="translate(396.1 132.9)" xlink:href="#ah"/><use width="100%" height="100%" fill="#fff" transform="translate(400.2 132.1)" xlink:href="#ai"/><use width="100%" height="100%" fill="#fff" transform="translate(401.6 132.9)" xlink:href="#aj"/><use width="100%" height="100%" fill="#fff" transform="translate(405.7 135.2)" xlink:href="#ak"/><use width="100%" height="100%" fill="#fff" transform="translate(405.7 136.7)" xlink:href="#al"/><use width="100%" height="100%" fill="#fff" transform="translate(405.7 141.4)" xlink:href="#am"/><use width="100%" height="100%" fill="#fff" transform="translate(401.6 142.1)" xlink:href="#an"/><use width="100%" height="100%" fill="#fff" transform="translate(400.2 144.5)" xlink:href="#ao"/><use width="100%" height="100%" fill="#fff" transform="translate(396.1 142.1)" xlink:href="#ap"/><use width="100%" height="100%" fill="#fff" transform="translate(508.7 8.7)" xlink:href="#qc"/><use width="100%" height="100%" fill="#fff" transform="translate(508.7 10.4)" xlink:href="#qd"/><use width="100%" height="100%" fill="#fff" transform="translate(439.1 61.4)" xlink:href="#cL"/><use width="100%" height="100%" fill="#fff" transform="translate(453.8 55)" xlink:href="#cT"/><use width="100%" height="100%" fill="#fff" transform="translate(410.9 61.8)" xlink:href="#dj"/><use width="100%" height="100%" fill="#fff" transform="translate(410.9 59.5)" xlink:href="#dk"/><use width="100%" height="100%" fill="#fff" transform="translate(419.8 59.5)" xlink:href="#dl"/><use width="100%" height="100%" fill="#fff" transform="translate(415.2 59.5)" xlink:href="#dm"/><use width="100%" height="100%" fill="#fff" transform="translate(413.7 59.5)" xlink:href="#dn"/><use width="100%" height="100%" fill="#fff" transform="translate(419.8 59.5)" xlink:href="#do"/><use width="100%" height="100%" fill="#fff" transform="translate(410.9 57.2)" xlink:href="#dp"/><use width="100%" height="100%" fill="#fff" transform="translate(410.5 3.6)" xlink:href="#ra"/><use width="100%" height="100%" fill="#fff" transform="translate(420.2 13.1)" xlink:href="#rb"/><use width="100%" height="100%" fill="#fff" transform="translate(422.3 15.1)" xlink:href="#rc"/><use width="100%" height="100%" fill="#fff" transform="translate(423.2 7.8)" xlink:href="#rd"/><use width="100%" height="100%" fill="#fff" transform="translate(423.2 24.2)" xlink:href="#rd"/><use width="100%" height="100%" fill="#fff" transform="translate(414.8 16)" xlink:href="#re"/><use width="100%" height="100%" fill="#fff" transform="translate(429.7 10.8)" xlink:href="#rf"/><use width="100%" height="100%" fill="#fff" transform="translate(417.8 22.4)" xlink:href="#rg"/><use width="100%" height="100%" fill="#fff" transform="translate(429.7 22.4)" xlink:href="#rh"/><use width="100%" height="100%" fill="#fff" transform="translate(417.8 10.8)" xlink:href="#ri"/><use width="100%" height="100%" fill="#fff" transform="translate(427.7 35)" xlink:href="#rj"/><use width="100%" height="100%" fill="#fff" transform="translate(406.6 -.2)" xlink:href="#rk"/><use width="100%" height="100%" fill="#fff" transform="translate(434.2 22.7)" xlink:href="#mb"/><use width="100%" height="100%" fill="#fff" transform="translate(436.1 24.5)" xlink:href="#mc"/><use width="100%" height="100%" fill="#fff" transform="translate(440.3 16.7)" xlink:href="#md"/><use width="100%" height="100%" fill="#fff" transform="translate(442.2 18.4)" xlink:href="#me"/><use width="100%" height="100%" fill="#fff" transform="translate(446.4 11.5)" xlink:href="#mf"/><use width="100%" height="100%" fill="#fff" transform="translate(448.3 13.2)" xlink:href="#mg"/><use width="100%" height="100%" fill="#fff" transform="translate(452.4 7)" xlink:href="#mh"/><use width="100%" height="100%" fill="#fff" transform="translate(454.4 8.8)" xlink:href="#mi"/><use width="100%" height="100%" fill="#fff" transform="translate(432.6 7)" xlink:href="#mj"/><use width="100%" height="100%" fill="#fff" transform="translate(434.2 5.6)" xlink:href="#mk"/><use width="100%" height="100%" fill="#fff" transform="translate(441 12.4)" xlink:href="#ml"/><use width="100%" height="100%" fill="#fff" transform="translate(442.3 11.4)" xlink:href="#mm"/><use width="100%" height="100%" fill="#fff" transform="translate(442.3 10.2)" xlink:href="#mn"/><use width="100%" height="100%" fill="#fff" transform="translate(442.3 9.1)" xlink:href="#mo"/><use width="100%" height="100%" fill="#fff" transform="translate(442.3 11.4)" xlink:href="#mp"/><use width="100%" height="100%" fill="#fff" transform="translate(441.2 37)" xlink:href="#mq"/><use width="100%" height="100%" fill="#fff" transform="translate(430.7 35)" xlink:href="#ms"/><use width="100%" height="100%" fill="#fff" transform="translate(430.7 35)" xlink:href="#mu"/><use width="100%" height="100%" fill="#fff" transform="translate(459.8 1.7)" xlink:href="#qd"/><use width="100%" height="100%" fill="#fff" transform="translate(459.8 35)" xlink:href="#gj"/><use width="100%" height="100%" fill="#fff" transform="translate(430.7)" xlink:href="#mv"/><use width="100%" height="100%" fill="#fff" transform="translate(442.7 38.3)" xlink:href="#mw"/><use width="100%" height="100%" fill="#fff" transform="translate(401 48.4)" xlink:href="#en"/><use width="100%" height="100%" fill="#fff" transform="translate(409.4 48.5)" xlink:href="#eo"/><use width="100%" height="100%" fill="#fff" transform="translate(418 48.4)" xlink:href="#ep"/><use width="100%" height="100%" fill="#fff" transform="translate(426.5 48.4)" xlink:href="#eq"/><use width="100%" height="100%" fill="#fff" transform="translate(401 40.8)" xlink:href="#pY"/><use width="100%" height="100%" fill="#fff" transform="translate(402.4 42)" xlink:href="#pZ"/><use width="100%" height="100%" fill="#fff" transform="translate(409.4 40.8)" xlink:href="#pY"/><use width="100%" height="100%" fill="#fff" transform="translate(418 40.9)" xlink:href="#qa"/><use width="100%" height="100%" fill="#fff" transform="translate(436.8 41.6)" xlink:href="#rl"/><use width="100%" height="100%" fill="#fff" transform="translate(432.2 51.2)" xlink:href="#er"/><use width="100%" height="100%" fill="#fff" transform="translate(433.7 51.2)" xlink:href="#es"/><use width="100%" height="100%" fill="#fff" transform="translate(436.8 51.2)" xlink:href="#et"/><use width="100%" height="100%" fill="#fff" transform="translate(443 44.3)" xlink:href="#rm"/><use width="100%" height="100%" fill="#fff" transform="translate(453.3 44.3)" xlink:href="#eu"/><use width="100%" height="100%" fill="#fff" transform="translate(451.1 44.3)" xlink:href="#rn"/><use width="100%" height="100%" fill="#fff" transform="translate(410.7 49.6)" xlink:href="#ev"/><use width="100%" height="100%" fill="#fff" transform="translate(402.2 34.3)" xlink:href="#qb"/><use width="100%" height="100%" fill="#fff" transform="translate(399 13.4)" xlink:href="#eI"/><use width="100%" height="100%" fill="#fff" transform="translate(463.6 1.6)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="translate(463.8 9)" xlink:href="#c"/><use width="100%" height="100%" fill="#fff" transform="translate(463.6 16.2)" xlink:href="#d"/><use width="100%" height="100%" fill="#fff" transform="translate(463.6 23.5)" xlink:href="#e"/><use width="100%" height="100%" fill="#fff" transform="translate(463.8 30.8)" xlink:href="#f"/><use width="100%" height="100%" fill="#fff" transform="translate(401.6 58.4)" xlink:href="#hu"/><use width="100%" height="100%" fill="#fff" transform="translate(404.8 58.4)" xlink:href="#hu"/><use width="100%" height="100%" fill="#fff" transform="translate(398.5 58.4)" xlink:href="#hv"/><g fill="#fff" transform="translate(410.4 -135.5)"><use width="100%" height="100%" transform="translate(80 194.4)" xlink:href="#ro"/><use width="100%" height="100%" transform="translate(64.5 169.6)" xlink:href="#rp"/><use width="100%" height="100%" transform="translate(62.5 166.5)" xlink:href="#rq"/><use width="100%" height="100%" transform="translate(64.5 141.8)" xlink:href="#rr"/><use width="100%" height="100%" transform="translate(80 138.7)" xlink:href="#rs"/><use width="100%" height="100%" transform="translate(81.9 141.8)" xlink:href="#rt"/><use width="100%" height="100%" transform="translate(81.9 169.6)" xlink:href="#ru"/><use width="100%" height="100%" transform="translate(80 190)" xlink:href="#rv"/><use width="100%" height="100%" transform="translate(67.3 169.9)" xlink:href="#rw"/><use width="100%" height="100%" transform="translate(65.2 166.5)" xlink:href="#rx"/><use width="100%" height="100%" transform="translate(67.3 146.4)" xlink:href="#ry"/><use width="100%" height="100%" transform="translate(80 143)" xlink:href="#rz"/><use width="100%" height="100%" transform="translate(82 146.4)" xlink:href="#rA"/><use width="100%" height="100%" transform="translate(94.7 166.5)" xlink:href="#rB"/><use width="100%" height="100%" transform="translate(82 169.9)" xlink:href="#rC"/><use width="100%" height="100%" transform="translate(80 185.8)" xlink:href="#rD"/><use width="100%" height="100%" transform="translate(70 169.7)" xlink:href="#rE"/><use width="100%" height="100%" transform="translate(68 166.5)" xlink:href="#rF"/><use width="100%" height="100%" transform="translate(70 150.5)" xlink:href="#rG"/><use width="100%" height="100%" transform="translate(80 147.3)" xlink:href="#rH"/><use width="100%" height="100%" transform="translate(82 150.5)" xlink:href="#rI"/><use width="100%" height="100%" transform="translate(92 166.5)" xlink:href="#rJ"/><use width="100%" height="100%" transform="translate(82 169.8)" xlink:href="#rK"/><use width="100%" height="100%" transform="translate(80 181.5)" xlink:href="#rL"/><use width="100%" height="100%" transform="translate(72.5 169.5)" xlink:href="#rM"/><use width="100%" height="100%" transform="translate(70.6 166.5)" xlink:href="#rN"/><use width="100%" height="100%" transform="translate(72.5 154.6)" xlink:href="#rO"/><use width="100%" height="100%" transform="translate(80 151.6)" xlink:href="#rP"/><use width="100%" height="100%" transform="translate(81.8 154.6)" xlink:href="#rQ"/><use width="100%" height="100%" transform="translate(89.3 166.5)" xlink:href="#rR"/><use width="100%" height="100%" transform="translate(81.8 169.5)" xlink:href="#rS"/><use width="100%" height="100%" transform="translate(80 177.2)" xlink:href="#rT"/><use width="100%" height="100%" transform="translate(75.5 170.1)" xlink:href="#rU"/><use width="100%" height="100%" transform="translate(73.3 166.5)" xlink:href="#rV"/><use width="100%" height="100%" transform="translate(75.5 159.4)" xlink:href="#rW"/><use width="100%" height="100%" transform="translate(80 155.9)" xlink:href="#rX"/><use width="100%" height="100%" transform="translate(82.2 159.4)" xlink:href="#rY"/><use width="100%" height="100%" transform="translate(86.6 166.5)" xlink:href="#rZ"/><use width="100%" height="100%" transform="translate(82.2 170.1)" xlink:href="#sa"/><use width="100%" height="100%" transform="translate(80 173)" xlink:href="#sb"/><use width="100%" height="100%" transform="translate(78 169.7)" xlink:href="#sc"/><use width="100%" height="100%" transform="translate(76 166.5)" xlink:href="#sd"/><use width="100%" height="100%" transform="translate(78 163.3)" xlink:href="#se"/><use width="100%" height="100%" transform="translate(80 160.1)" xlink:href="#sf"/><use width="100%" height="100%" transform="translate(82 163.3)" xlink:href="#sg"/><use width="100%" height="100%" transform="translate(84 166.5)" xlink:href="#sh"/><use width="100%" height="100%" transform="translate(82 169.7)" xlink:href="#si"/><use width="100%" height="100%" transform="translate(80 168.7)" xlink:href="#sj"/><use width="100%" height="100%" transform="translate(78.6 166.5)" xlink:href="#sk"/><use width="100%" height="100%" transform="translate(80 164.4)" xlink:href="#sl"/><use width="100%" height="100%" transform="translate(81.3 166.5)" xlink:href="#sm"/><use width="100%" height="100%" transform="translate(68.8 177.6)" xlink:href="#sn"/><use width="100%" height="100%" transform="translate(78.6 137.3)" xlink:href="#so"/><use width="100%" height="100%" transform="translate(86.1 162.3)" xlink:href="#sp"/></g><use width="100%" height="100%" fill="#fff" transform="translate(471.1 1.6)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="translate(479.2 1.4)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="translate(471.6 9)" xlink:href="#c"/><use width="100%" height="100%" fill="#fff" transform="translate(470.6 20.8)" xlink:href="#jn"/><use width="100%" height="100%" fill="#fff" transform="translate(470.6 19.8)" xlink:href="#jp"/><use width="100%" height="100%" fill="#fff" transform="translate(470.6 17.2)" xlink:href="#jq"/><use width="100%" height="100%" fill="#fff" transform="translate(475.2 16.2)" xlink:href="#jr"/><use width="100%" height="100%" fill="#fff" transform="translate(463.8 38)" xlink:href="#qT"/><use width="100%" height="100%" fill="#fff" transform="translate(463.8 43)" xlink:href="#qU"/><use width="100%" height="100%" fill="#fff" transform="translate(465.4 39.6)" xlink:href="#qZ"/><use width="100%" height="100%" fill="#fff" transform="translate(490.3 58.8)" xlink:href="#nJ"/><use width="100%" height="100%" fill="#fff" transform="translate(490.3 60.5)" xlink:href="#nK"/><use width="100%" height="100%" fill="#fff" transform="translate(472.2 57.5)" xlink:href="#nE"/><use width="100%" height="100%" fill="#fff" transform="translate(472.2 59.2)" xlink:href="#nF"/><use width="100%" height="100%" fill="#fff" transform="translate(472.2 62.6)" xlink:href="#nG"/><use width="100%" height="100%" fill="#fff" transform="translate(472.2 51)" xlink:href="#nE"/><use width="100%" height="100%" fill="#fff" transform="translate(472.2 52.6)" xlink:href="#nF"/><use width="100%" height="100%" fill="#fff" transform="translate(472.2 56)" xlink:href="#nG"/><use width="100%" height="100%" fill="#fff" transform="translate(472.2 49)" xlink:href="#nE"/><use width="100%" height="100%" fill="#fff" transform="translate(472.2 42.3)" xlink:href="#nE"/><use width="100%" height="100%" fill="#fff" transform="translate(472.2 44)" xlink:href="#nF"/><use width="100%" height="100%" fill="#fff" transform="translate(472.2 47.4)" xlink:href="#nG"/><use width="100%" height="100%" fill="#fff" transform="translate(520.5 48.5)" xlink:href="#qF"/><use width="100%" height="100%" fill="#fff" transform="translate(519 48.6)" xlink:href="#nV"/><use width="100%" height="100%" fill="#fff" transform="rotate(-90 277.3 -230.1)" xlink:href="#cm"/><use width="100%" height="100%" fill="#fff" transform="translate(523.2 48.5)" xlink:href="#nU"/><use width="100%" height="100%" fill="#fff" transform="translate(521.9 48.5)" xlink:href="#gK"/><use width="100%" height="100%" fill="#fff" transform="translate(495.6 1)" xlink:href="#en"/><use width="100%" height="100%" fill="#fff" transform="translate(504 1.2)" xlink:href="#eo"/><use width="100%" height="100%" fill="#fff" transform="translate(512.6 1)" xlink:href="#ep"/><use width="100%" height="100%" fill="#fff" transform="translate(521.1 1)" xlink:href="#eq"/><use width="100%" height="100%" fill="#fff" transform="translate(526.8 3.8)" xlink:href="#er"/><use width="100%" height="100%" fill="#fff" transform="translate(505.3 2.3)" xlink:href="#ev"/><g fill="#fff" transform="translate(470.7 48)"><use width="100%" height="100%" transform="translate(35.8 1.6)" xlink:href="#lB"/><use width="100%" height="100%" transform="translate(37.5 7.8)" xlink:href="#lC"/><use width="100%" height="100%" transform="translate(37.5 3.6)" xlink:href="#lD"/><use width="100%" height="100%" transform="translate(37.5 5)" xlink:href="#lE"/><use width="100%" height="100%" transform="translate(37.5 7.8)" xlink:href="#lF"/><use width="100%" height="100%" transform="translate(39 7.8)" xlink:href="#lx"/><use width="100%" height="100%" transform="translate(39 3.6)" xlink:href="#lG"/><use width="100%" height="100%" transform="translate(39 5)" xlink:href="#lz"/><use width="100%" height="100%" transform="translate(39 7.8)" xlink:href="#lH"/></g><use width="100%" height="100%" fill="#fff" transform="translate(511.2 34.4)" xlink:href="#qO"/><use width="100%" height="100%" fill="#fff" transform="translate(511.2 39.3)" xlink:href="#qP"/><use width="100%" height="100%" fill="#fff" transform="translate(516.2 29.5)" xlink:href="#qQ"/><use width="100%" height="100%" fill="#fff" transform="translate(516.2 34.4)" xlink:href="#qR"/><use width="100%" height="100%" fill="#fff" transform="translate(516.2 39.3)" xlink:href="#qS"/><use width="100%" height="100%" fill="#fff" transform="translate(521.3 29.5)" xlink:href="#qT"/><use width="100%" height="100%" fill="#fff" transform="translate(521.3 34.4)" xlink:href="#qU"/><use width="100%" height="100%" fill="#fff" transform="translate(521.3 39.3)" xlink:href="#qV"/><use width="100%" height="100%" fill="#fff" transform="translate(512.9 36)" xlink:href="#qW"/><use width="100%" height="100%" fill="#fff" transform="translate(518 36)" xlink:href="#qX"/><use width="100%" height="100%" fill="#fff" transform="translate(512.9 36)" xlink:href="#qY"/><use width="100%" height="100%" fill="#fff" transform="translate(529.7 40.8)" xlink:href="#qZ"/><use width="100%" height="100%" fill="#fff" transform="translate(511.2 24.3)" xlink:href="#qT"/><use width="100%" height="100%" fill="#fff" transform="translate(511.2 29.2)" xlink:href="#qU"/><use width="100%" height="100%" fill="#fff" transform="translate(512.7 25.8)" xlink:href="#qZ"/><use width="100%" height="100%" fill="#fff" transform="translate(513.3 10.4)" xlink:href="#mb"/><use width="100%" height="100%" fill="#fff" transform="translate(515.2 12.1)" xlink:href="#mc"/><use width="100%" height="100%" fill="#fff" transform="translate(522 10.1)" xlink:href="#mb"/><use width="100%" height="100%" fill="#fff" transform="translate(524 11.9)" xlink:href="#mc"/><use width="100%" height="100%" fill="#fff" transform="translate(529.7 48.3)" xlink:href="#nV"/><use width="100%" height="100%" fill="#fff" transform="translate(520.5 59)" xlink:href="#qF"/><use width="100%" height="100%" fill="#fff" transform="translate(523.2 59)" xlink:href="#nU"/><use width="100%" height="100%" fill="#fff" transform="translate(521.9 59)" xlink:href="#gK"/><use width="100%" height="100%" fill="#fff" transform="translate(531.7 40.8)" xlink:href="#qZ"/><use width="100%" height="100%" fill="#fff" transform="translate(533.6 40.8)" xlink:href="#qZ"/><use width="100%" height="100%" fill="#fff" transform="translate(535.5 40.8)" xlink:href="#qZ"/><use width="100%" height="100%" fill="#fff" transform="translate(537.4 40.8)" xlink:href="#qZ"/><use width="100%" height="100%" fill="#fff" transform="translate(539.4 40.8)" xlink:href="#qZ"/><use width="100%" height="100%" fill="#fff" transform="translate(522 102.8)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="translate(522.2 110.1)" xlink:href="#c"/><use width="100%" height="100%" fill="#fff" transform="translate(522 117.4)" xlink:href="#d"/><use width="100%" height="100%" fill="#fff" transform="translate(522 124.7)" xlink:href="#e"/><use width="100%" height="100%" fill="#fff" transform="translate(522.2 132)" xlink:href="#f"/><use width="100%" height="100%" fill="#fff" transform="translate(529.6 102.8)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="translate(537.6 102.6)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="translate(530 110)" xlink:href="#c"/><use width="100%" height="100%" fill="#fff" transform="translate(529 122)" xlink:href="#jn"/><use width="100%" height="100%" fill="#fff" transform="translate(529 121)" xlink:href="#jp"/><use width="100%" height="100%" fill="#fff" transform="translate(529 118.3)" xlink:href="#jq"/><use width="100%" height="100%" fill="#fff" transform="translate(533.6 117.4)" xlink:href="#jr"/><use width="100%" height="100%" fill="#fff" transform="translate(522.2 139.2)" xlink:href="#qT"/><use width="100%" height="100%" fill="#fff" transform="translate(522.2 144)" xlink:href="#qU"/><use width="100%" height="100%" fill="#fff" transform="translate(523.9 140.8)" xlink:href="#qZ"/><use width="100%" height="100%" fill="#fff" transform="translate(530.6 143.5)" xlink:href="#nE"/><use width="100%" height="100%" fill="#fff" transform="translate(530.6 145.2)" xlink:href="#nF"/><use width="100%" height="100%" fill="#fff" transform="translate(468 63.8)" xlink:href="#ra"/><use width="100%" height="100%" fill="#fff" transform="translate(477.9 73.3)" xlink:href="#rb"/><use width="100%" height="100%" fill="#fff" transform="translate(479.9 75.3)" xlink:href="#rc"/><use width="100%" height="100%" fill="#fff" transform="translate(480.8 68)" xlink:href="#rd"/><use width="100%" height="100%" fill="#fff" transform="translate(480.8 84.3)" xlink:href="#rd"/><use width="100%" height="100%" fill="#fff" transform="translate(472.4 76.2)" xlink:href="#re"/><use width="100%" height="100%" fill="#fff" transform="translate(487.3 71)" xlink:href="#rf"/><use width="100%" height="100%" fill="#fff" transform="translate(475.5 82.5)" xlink:href="#rg"/><use width="100%" height="100%" fill="#fff" transform="translate(487.3 82.5)" xlink:href="#rh"/><use width="100%" height="100%" fill="#fff" transform="translate(475.5 71)" xlink:href="#ri"/><use width="100%" height="100%" fill="#fff" transform="translate(485.4 95)" xlink:href="#rj"/><use width="100%" height="100%" fill="#fff" transform="translate(464.2 60)" xlink:href="#rk"/><use width="100%" height="100%" fill="#fff" transform="translate(491.8 82.9)" xlink:href="#mb"/><use width="100%" height="100%" fill="#fff" transform="translate(493.7 84.6)" xlink:href="#mc"/><use width="100%" height="100%" fill="#fff" transform="translate(497.9 76.9)" xlink:href="#md"/><use width="100%" height="100%" fill="#fff" transform="translate(499.8 78.6)" xlink:href="#me"/><use width="100%" height="100%" fill="#fff" transform="translate(504 71.7)" xlink:href="#mf"/><use width="100%" height="100%" fill="#fff" transform="translate(506 73.4)" xlink:href="#mg"/><use width="100%" height="100%" fill="#fff" transform="translate(510 67.2)" xlink:href="#mh"/><use width="100%" height="100%" fill="#fff" transform="translate(512 69)" xlink:href="#mi"/><use width="100%" height="100%" fill="#fff" transform="translate(490.2 67.2)" xlink:href="#mj"/><use width="100%" height="100%" fill="#fff" transform="translate(491.8 65.8)" xlink:href="#mk"/><use width="100%" height="100%" fill="#fff" transform="translate(498.6 72.5)" xlink:href="#ml"/><use width="100%" height="100%" fill="#fff" transform="translate(499.9 71.5)" xlink:href="#mm"/><use width="100%" height="100%" fill="#fff" transform="translate(499.9 70.4)" xlink:href="#mn"/><use width="100%" height="100%" fill="#fff" transform="translate(499.9 69.3)" xlink:href="#mo"/><use width="100%" height="100%" fill="#fff" transform="translate(499.9 71.5)" xlink:href="#mp"/><use width="100%" height="100%" fill="#fff" transform="translate(498.9 97.2)" xlink:href="#mq"/><use width="100%" height="100%" fill="#fff" transform="translate(488.3 95.2)" xlink:href="#ms"/><use width="100%" height="100%" fill="#fff" transform="translate(488.3 95.2)" xlink:href="#mu"/><use width="100%" height="100%" fill="#fff" transform="translate(517.4 61.8)" xlink:href="#qd"/><use width="100%" height="100%" fill="#fff" transform="translate(517.4 95.2)" xlink:href="#gj"/><use width="100%" height="100%" fill="#fff" transform="translate(488.3 60.1)" xlink:href="#mv"/><use width="100%" height="100%" fill="#fff" transform="translate(500.3 98.4)" xlink:href="#mw"/><use width="100%" height="100%" fill="#fff" transform="translate(458.5 108.5)" xlink:href="#en"/><use width="100%" height="100%" fill="#fff" transform="translate(467 108.7)" xlink:href="#eo"/><use width="100%" height="100%" fill="#fff" transform="translate(484.1 108.5)" xlink:href="#eq"/><use width="100%" height="100%" fill="#fff" transform="translate(458.5 101)" xlink:href="#pY"/><use width="100%" height="100%" fill="#fff" transform="translate(460 102.1)" xlink:href="#pZ"/><use width="100%" height="100%" fill="#fff" transform="translate(467 101)" xlink:href="#pY"/><use width="100%" height="100%" fill="#fff" transform="translate(475.6 101)" xlink:href="#qa"/><use width="100%" height="100%" fill="#fff" transform="translate(494.5 101.7)" xlink:href="#rl"/><use width="100%" height="100%" fill="#fff" transform="translate(489.8 111.3)" xlink:href="#er"/><use width="100%" height="100%" fill="#fff" transform="translate(491.3 111.3)" xlink:href="#es"/><use width="100%" height="100%" fill="#fff" transform="translate(494.5 111.3)" xlink:href="#et"/><use width="100%" height="100%" fill="#fff" transform="translate(500.6 104.4)" xlink:href="#rm"/><use width="100%" height="100%" fill="#fff" transform="translate(510.9 104.4)" xlink:href="#eu"/><use width="100%" height="100%" fill="#fff" transform="translate(508.7 104.4)" xlink:href="#rn"/><use width="100%" height="100%" fill="#fff" transform="translate(468.3 109.7)" xlink:href="#ev"/><use width="100%" height="100%" fill="#fff" transform="translate(459.8 94.4)" xlink:href="#qb"/><use width="100%" height="100%" fill="#fff" transform="translate(454.8 85.4)" xlink:href="#eD"/><use width="100%" height="100%" fill="#fff" transform="translate(454.8 80.6)" xlink:href="#eE"/><use width="100%" height="100%" fill="#fff" transform="translate(454.8 82.2)" xlink:href="#eF"/><use width="100%" height="100%" fill="#fff" transform="translate(454.8 85.4)" xlink:href="#eG"/><use width="100%" height="100%" fill="#fff" transform="translate(454.8 77.5)" xlink:href="#eH"/><use width="100%" height="100%" fill="#fff" transform="translate(456.7 73.5)" xlink:href="#eI"/><use width="100%" height="100%" fill="#fff" transform="translate(455.3 70)" xlink:href="#eJ"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 152.4 293)" xlink:href="#s"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 139.6 282)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 150.2 293)" xlink:href="#w"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 147 289.3)" xlink:href="#x"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 143.3 285.7)" xlink:href="#i"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 154 284.8)" xlink:href="#A"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 152.1 284.6)" xlink:href="#b"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 148.5 281)" xlink:href="#t"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 144.8 277.3)" xlink:href="#d"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 163 295.5)" xlink:href="#g"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 159.3 292)" xlink:href="#B"/><use width="100%" height="100%" fill="#fff" transform="rotate(90 155.8 288.3)" xlink:href="#i"/><use width="100%" height="100%" fill="#fff" transform="rotate(180 232.3 74.5)" xlink:href="#x"/><use width="100%" height="100%" fill="#fff" transform="rotate(180 232.3 71.3)" xlink:href="#qV"/><use width="100%" height="100%" fill="#fff" transform="rotate(180 232.3 68.5)" xlink:href="#qT"/><use width="100%" height="100%" fill="#fff" transform="rotate(180 232.3 66)" xlink:href="#qU"/><use width="100%" height="100%" fill="#fff" transform="rotate(180 231.4 67.7)" xlink:href="#qZ"/><use width="100%" height="100%" fill="#fff" transform="translate(532.1 78.8)" xlink:href="#sq"/><use width="100%" height="100%" fill="#fff" transform="translate(523.1 78.8)" xlink:href="#sr"/><use width="100%" height="100%" fill="#fff" transform="translate(523.1 91.3)" xlink:href="#ss"/><use width="100%" height="100%" fill="#fff" transform="translate(524.1 80.2)" xlink:href="#st"/><use width="100%" height="100%" fill="#fff" transform="translate(532.1 78.8)" xlink:href="#su"/><use width="100%" height="100%" fill="#fff" transform="translate(547.2 75.3)" xlink:href="#sv"/><use width="100%" height="100%" fill="#fff" transform="translate(548.6 75.3)" xlink:href="#sw"/><use width="100%" height="100%" fill="#fff" transform="translate(441.8 90.7)" xlink:href="#sx"/><use width="100%" height="100%" fill="#fff" transform="translate(441.8 92.5)" xlink:href="#sy"/><use width="100%" height="100%" fill="#fff" transform="translate(441.8 96)" xlink:href="#sz"/><use width="100%" height="100%" fill="#fff" transform="translate(441.8 56)" xlink:href="#sA"/><use width="100%" height="100%" fill="#fff" transform="translate(441.8 51.3)" xlink:href="#sB"/><use width="100%" height="100%" fill="#fff" transform="translate(441.8 52.9)" xlink:href="#sC"/><use width="100%" height="100%" fill="#fff" transform="translate(441.8 56)" xlink:href="#sD"/><use width="100%" height="100%" fill="#fff" transform="translate(432 81.7)" xlink:href="#sE"/><use width="100%" height="100%" fill="#fff" transform="translate(432 72.9)" xlink:href="#sF"/><use width="100%" height="100%" fill="#fff" transform="translate(410.6 81.5)" xlink:href="#sG"/><use width="100%" height="100%" fill="#fff" transform="translate(432 81.7)" xlink:href="#sH"/><use width="100%" height="100%" fill="#fff" transform="translate(437 65.5)" xlink:href="#sI"/><use width="100%" height="100%" fill="#fff" transform="translate(437 62.8)" xlink:href="#sJ"/><use width="100%" height="100%" fill="#fff" transform="translate(437 61.4)" xlink:href="#sK"/><use width="100%" height="100%" fill="#fff" transform="translate(426.5 65.5)" xlink:href="#sL"/><use width="100%" height="100%" fill="#fff" transform="translate(422.4 96)" xlink:href="#mx"/><use width="100%" height="100%" fill="#fff" transform="translate(424.4 96)" xlink:href="#sM"/><use width="100%" height="100%" fill="#fff" transform="translate(426.5 96)" xlink:href="#sN"/><use width="100%" height="100%" fill="#fff" transform="translate(451.9 76.6)" xlink:href="#sO"/><use width="100%" height="100%" fill="#fff" transform="translate(451.9 73)" xlink:href="#sP"/><use width="100%" height="100%" fill="#fff" transform="translate(451.9 71.1)" xlink:href="#sQ"/><use width="100%" height="100%" fill="#fff" transform="translate(451.9 76.6)" xlink:href="#sR"/><use width="100%" height="100%" fill="#fff" transform="translate(446.8 68.4)" xlink:href="#sS"/><use width="100%" height="100%" fill="#fff" transform="translate(446.8 63.1)" xlink:href="#sT"/><use width="100%" height="100%" fill="#fff" transform="translate(446.8 61.4)" xlink:href="#sU"/><use width="100%" height="100%" fill="#fff" transform="translate(446.8 68.4)" xlink:href="#sV"/><use width="100%" height="100%" fill="#fff" transform="translate(435 99.2)" xlink:href="#sW"/><use width="100%" height="100%" fill="#fff" transform="translate(430.5 99.2)" xlink:href="#sX"/><use width="100%" height="100%" fill="#fff" transform="translate(429 99.2)" xlink:href="#sY"/><use width="100%" height="100%" fill="#fff" transform="translate(435 99.2)" xlink:href="#sZ"/><use width="100%" height="100%" fill="#fff" transform="translate(465.4 99.2)" xlink:href="#ta"/><use width="100%" height="100%" fill="#fff" transform="translate(458.7 99.2)" xlink:href="#tb"/><use width="100%" height="100%" fill="#fff" transform="translate(457 99.2)" xlink:href="#tc"/><use width="100%" height="100%" fill="#fff" transform="translate(450.3 66.4)" xlink:href="#td"/><use width="100%" height="100%" fill="#fff" transform="translate(522.6 73.5)" xlink:href="#te"/><use width="100%" height="100%" fill="#fff" transform="translate(527.6 68.6)" xlink:href="#qO"/><use width="100%" height="100%" fill="#fff" transform="translate(527.6 73.5)" xlink:href="#qP"/><use width="100%" height="100%" fill="#fff" transform="translate(532.6 63.7)" xlink:href="#qQ"/><use width="100%" height="100%" fill="#fff" transform="translate(532.6 68.6)" xlink:href="#qR"/><use width="100%" height="100%" fill="#fff" transform="translate(532.6 73.5)" xlink:href="#qS"/><use width="100%" height="100%" fill="#fff" transform="translate(537.6 58.7)" xlink:href="#qV"/><use width="100%" height="100%" fill="#fff" transform="translate(537.6 63.7)" xlink:href="#qT"/><use width="100%" height="100%" fill="#fff" transform="translate(537.6 68.6)" xlink:href="#qU"/><use width="100%" height="100%" fill="#fff" transform="translate(537.6 73.5)" xlink:href="#qV"/><use width="100%" height="100%" fill="#fff" transform="translate(529.2 70.3)" xlink:href="#qW"/><use width="100%" height="100%" fill="#fff" transform="translate(534.3 70.3)" xlink:href="#qX"/><use width="100%" height="100%" fill="#fff" transform="translate(539.3 65.3)" xlink:href="#qZ"/><use width="100%" height="100%" fill="#fff" transform="translate(529.2 70.3)" xlink:href="#qY"/><use width="100%" height="100%" fill="#fff" transform="translate(543.3 75.3)" xlink:href="#sv"/><use width="100%" height="100%" fill="#fff" transform="translate(544.7 75.3)" xlink:href="#sw"/><g fill="#fff" transform="translate(365.3 62)"><use width="100%" height="100%" transform="translate(35.8 1.6)" xlink:href="#lB"/><use width="100%" height="100%" transform="translate(37.5 7.8)" xlink:href="#lC"/><use width="100%" height="100%" transform="translate(37.5 3.6)" xlink:href="#lD"/><use width="100%" height="100%" transform="translate(37.5 5)" xlink:href="#lE"/><use width="100%" height="100%" transform="translate(37.5 7.8)" xlink:href="#lF"/><use width="100%" height="100%" transform="translate(39 7.8)" xlink:href="#lx"/><use width="100%" height="100%" transform="translate(39 3.6)" xlink:href="#lG"/><use width="100%" height="100%" transform="translate(39 5)" xlink:href="#lz"/><use width="100%" height="100%" transform="translate(39 7.8)" xlink:href="#lH"/></g><g fill="#fff" transform="matrix(1 0 0 -1 365.3 82.4)"><use width="100%" height="100%" transform="translate(35.8 1.6)" xlink:href="#lB"/><use width="100%" height="100%" transform="translate(37.5 7.8)" xlink:href="#lC"/><use width="100%" height="100%" transform="translate(37.5 3.6)" xlink:href="#lD"/><use width="100%" height="100%" transform="translate(37.5 5)" xlink:href="#lE"/><use width="100%" height="100%" transform="translate(37.5 7.8)" xlink:href="#lF"/><use width="100%" height="100%" transform="translate(39 7.8)" xlink:href="#lx"/><use width="100%" height="100%" transform="translate(39 3.6)" xlink:href="#lG"/><use width="100%" height="100%" transform="translate(39 5)" xlink:href="#lz"/><use width="100%" height="100%" transform="translate(39 7.8)" xlink:href="#lH"/></g><use width="100%" height="100%" fill="#fff" transform="translate(424.6 94.2)" xlink:href="#sE"/><use width="100%" height="100%" fill="#fff" transform="translate(424.6 85.4)" xlink:href="#sF"/><use width="100%" height="100%" fill="#fff" transform="translate(424.6 83.7)" xlink:href="#sG"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 479.2 146.2)" xlink:href="#tf"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 491.5 118.9)" xlink:href="#tg"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 491.5 120.7)" xlink:href="#th"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 495.5 119)" xlink:href="#ti"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 495.5 120.7)" xlink:href="#tj"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 499.3 113.6)" xlink:href="#tk"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 495.5 119)" xlink:href="#tl"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 507.2 120.7)" xlink:href="#tm"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 503.2 105.8)" xlink:href="#tn"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 503.2 120.7)" xlink:href="#to"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 483.2 131.6)" xlink:href="#tp"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 485.8 129.2)" xlink:href="#tq"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 509.8 129.2)" xlink:href="#tr"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 492.8 128.3)" xlink:href="#ts"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 497.8 129.2)" xlink:href="#tt"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 504.8 128.3)" xlink:href="#tu"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 488.7 134.8)" xlink:href="#tv"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 490.5 134.8)" xlink:href="#tw"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 510 134.8)" xlink:href="#tx"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 489.2 136.4)" xlink:href="#ty"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 491 136.4)" xlink:href="#tz"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 509.5 136.4)" xlink:href="#tA"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 489.8 138)" xlink:href="#tB"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 491.5 138)" xlink:href="#tC"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 509 138)" xlink:href="#tD"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 490.7 139.7)" xlink:href="#tE"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 492.4 139.7)" xlink:href="#tF"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 508 139.7)" xlink:href="#tG"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 492 141.3)" xlink:href="#tH"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 493.6 141.3)" xlink:href="#tI"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 506.7 141.3)" xlink:href="#tJ"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 476 114.5)" xlink:href="#tK"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 481.4 117)" xlink:href="#tL"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 481.4 111.8)" xlink:href="#tM"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 515.8 115.5)" xlink:href="#tN"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 510.5 118)" xlink:href="#tO"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 519.4 112.9)" xlink:href="#tP"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 518 112.9)" xlink:href="#tQ"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 516.6 112.9)" xlink:href="#tR"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 507.2 120.7)" xlink:href="#tS"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 503.2 119)" xlink:href="#tl"/><use width="100%" height="100%" fill="#fff" transform="matrix(1 0 0 -1 499.3 120.7)" xlink:href="#tl"/><use width="100%" height="100%" fill="#fff" transform="translate(88 4.3)" xlink:href="#t"/><use width="100%" height="100%" fill="#fff" transform="translate(460 53.3)" xlink:href="#aC"/><use width="100%" height="100%" fill="#fff" transform="translate(464 52.3)" xlink:href="#aD"/><use width="100%" height="100%" fill="#fff" transform="translate(464 60.9)" xlink:href="#aD"/><use width="100%" height="100%" fill="#fff" transform="translate(467.8 57.1)" xlink:href="#aE"/><use width="100%" height="100%" fill="#fff" transform="translate(459 57.1)" xlink:href="#aE"/><use width="100%" height="100%" fill="#fff" transform="translate(466.6 53.7)" xlink:href="#aF"/><use width="100%" height="100%" fill="#fff" transform="translate(460.4 59.8)" xlink:href="#aG"/><use width="100%" height="100%" fill="#fff" transform="translate(466.6 59.8)" xlink:href="#aH"/><use width="100%" height="100%" fill="#fff" transform="translate(460.4 53.7)" xlink:href="#aI"/><use width="100%" height="100%" fill="#fff" transform="translate(465.4 52.6)" xlink:href="#aJ"/><use width="100%" height="100%" fill="#fff" transform="translate(462 60.6)" xlink:href="#aK"/><use width="100%" height="100%" fill="#fff" transform="translate(467.5 58.5)" xlink:href="#aL"/><use width="100%" height="100%" fill="#fff" transform="translate(459.3 55.3)" xlink:href="#aM"/><use width="100%" height="100%" fill="#fff" transform="translate(467.5 55.2)" xlink:href="#aN"/><use width="100%" height="100%" fill="#fff" transform="translate(459.3 58.6)" xlink:href="#aO"/><use width="100%" height="100%" fill="#fff" transform="translate(465.4 60.6)" xlink:href="#aP"/><use width="100%" height="100%" fill="#fff" transform="translate(462 52.6)" xlink:href="#aQ"/><use width="100%" height="100%" fill="#fff" transform="translate(461.2 54.6)" xlink:href="#aR"/><use width="100%" height="100%" fill="#fff" transform="translate(462.3 55.5)" xlink:href="#aS"/><use width="100%" height="100%" fill="#fff" transform="translate(467.8 145.9)" xlink:href="#js"/><use width="100%" height="100%" fill="#fff" transform="translate(467.8 143.4)" xlink:href="#jt"/><use width="100%" height="100%" fill="#fff" transform="translate(467.8 140.9)" xlink:href="#ju"/><use width="100%" height="100%" fill="#fff" transform="translate(467.8 138.3)" xlink:href="#jv"/><use width="100%" height="100%" fill="#fff" transform="translate(467.8 135.8)" xlink:href="#jw"/><use width="100%" height="100%" fill="#fff" transform="translate(471.3 146)" xlink:href="#js"/><use width="100%" height="100%" fill="#fff" transform="translate(471.3 143.4)" xlink:href="#jt"/><use width="100%" height="100%" fill="#fff" transform="translate(471.3 140.9)" xlink:href="#ju"/><use width="100%" height="100%" fill="#fff" transform="translate(471.3 138.4)" xlink:href="#jv"/><use width="100%" height="100%" fill="#fff" transform="translate(471.3 135.8)" xlink:href="#jw"/><use width="100%" height="100%" fill="#fff" transform="translate(474.7 145.9)" xlink:href="#js"/><use width="100%" height="100%" fill="#fff" transform="translate(474.7 143.4)" xlink:href="#jt"/><use width="100%" height="100%" fill="#fff" transform="translate(474.7 140.9)" xlink:href="#ju"/><use width="100%" height="100%" fill="#fff" transform="translate(474.7 138.3)" xlink:href="#jv"/><use width="100%" height="100%" fill="#fff" transform="translate(474.7 135.8)" xlink:href="#jw"/><use width="100%" height="100%" fill="#fff" transform="translate(478.3 145.9)" xlink:href="#js"/><use width="100%" height="100%" fill="#fff" transform="translate(478.3 143.3)" xlink:href="#jt"/><use width="100%" height="100%" fill="#fff" transform="translate(478.3 140.8)" xlink:href="#ju"/><use width="100%" height="100%" fill="#fff" transform="translate(478.3 138.3)" xlink:href="#jv"/><use width="100%" height="100%" fill="#fff" transform="translate(478.3 135.8)" xlink:href="#jw"/><g fill="#fff" transform="matrix(1 0 0 -1 84.2 213)"><use width="100%" height="100%" transform="matrix(0 1 1 0 457 193)" xlink:href="#ew"/><use width="100%" height="100%" transform="matrix(0 1 1 0 463.6 195)" xlink:href="#ex"/><use width="100%" height="100%" transform="matrix(0 1 1 0 459.4 195)" xlink:href="#ey"/><use width="100%" height="100%" transform="matrix(0 1 1 0 460.8 195)" xlink:href="#ez"/><use width="100%" height="100%" transform="matrix(0 1 1 0 463.6 195)" xlink:href="#eA"/><use width="100%" height="100%" transform="matrix(0 1 1 0 455.5 195)" xlink:href="#eB"/><use width="100%" height="100%" transform="matrix(0 1 1 0 452 196.8)" xlink:href="#eC"/><use width="100%" height="100%" transform="matrix(0 1 1 0 461.4 198.7)" xlink:href="#eD"/><use width="100%" height="100%" transform="matrix(0 1 1 0 456.6 198.7)" xlink:href="#eE"/><use width="100%" height="100%" transform="matrix(0 1 1 0 458.2 198.7)" xlink:href="#eF"/><use width="100%" height="100%" transform="matrix(0 1 1 0 461.4 198.7)" xlink:href="#eG"/><use width="100%" height="100%" transform="matrix(0 1 1 0 453.4 198.7)" xlink:href="#eH"/><use width="100%" height="100%" transform="matrix(0 1 1 0 449.5 200.6)" xlink:href="#eI"/></g><g fill="#fff" transform="rotate(90 317.1 13.2)"><use width="100%" height="100%" transform="translate(325.7 18.5)" xlink:href="#oj"/><use width="100%" height="100%" transform="translate(327.3 18.5)" xlink:href="#ok"/><use width="100%" height="100%" transform="translate(336.9 18.5)" xlink:href="#ol"/><use width="100%" height="100%" transform="translate(308.5 18.5)" xlink:href="#om"/><use width="100%" height="100%" transform="translate(310.7 16.4)" xlink:href="#or"/><use width="100%" height="100%" transform="translate(338.8 16.4)" xlink:href="#os"/><use width="100%" height="100%" transform="translate(323.2 14.3)" xlink:href="#ou"/><use width="100%" height="100%" transform="translate(326.7 14.3)" xlink:href="#ov"/><use width="100%" height="100%" transform="translate(338.8 14.3)" xlink:href="#ow"/><use width="100%" height="100%" transform="translate(322.1 14.3)" xlink:href="#ox"/><use width="100%" height="100%" transform="translate(308.6 14.3)" xlink:href="#oz"/><use width="100%" height="100%" transform="translate(320.2 14.3)" xlink:href="#oA"/><use width="100%" height="100%" transform="translate(306.7 12.2)" xlink:href="#oC"/><use width="100%" height="100%" transform="translate(336.9 12.2)" xlink:href="#oD"/></g><g fill="#fff"><g transform="translate(245.4 -172.6)"><use width="100%" height="100%" transform="translate(315.2 173)" xlink:href="#oE"/><use width="100%" height="100%" transform="translate(318 173)" xlink:href="#oF"/></g><g transform="translate(235.1 -172.6)"><use width="100%" height="100%" transform="translate(315.2 173)" xlink:href="#oE"/><use width="100%" height="100%" transform="translate(318 173)" xlink:href="#oF"/></g><g transform="translate(225 -172.6)"><use width="100%" height="100%" transform="translate(315.2 173)" xlink:href="#oE"/><use width="100%" height="100%" transform="translate(318 173)" xlink:href="#oF"/></g><g transform="translate(214.7 -172.6)"><use width="100%" height="100%" transform="translate(315.2 173)" xlink:href="#oE"/><use width="100%" height="100%" transform="translate(318 173)" xlink:href="#oF"/></g></g></svg> \ No newline at end of file