summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-05-06 21:31:56 +0100
committerChristopher Baines <mail@cbaines.net>2015-06-10 18:14:55 +0100
commit151e1e5ac01a3c2b06e5aa75b28168e8a35463d8 (patch)
tree49d2c335aaf08d4c83620fbb74a24c22b7fb44e3
downloadosm-intro-151e1e5ac01a3c2b06e5aa75b28168e8a35463d8.tar
osm-intro-151e1e5ac01a3c2b06e5aa75b28168e8a35463d8.tar.gz
-rw-r--r--.gitmodules6
-rw-r--r--demo1.html32
-rw-r--r--images/Binary-File-Plain.svg732
-rw-r--r--images/JOSM_Logo_2014.svg318
-rw-r--r--images/Osmdbstats1_users.pngbin0 -> 196820 bytes
-rw-r--r--images/Osmdbstats2.pngbin0 -> 139933 bytes
-rw-r--r--images/Public-images-osm_logo.svg3374
-rw-r--r--images/background.pngbin0 -> 1541187 bytes
-rw-r--r--images/data-center.jpgbin0 -> 1744350 bytes
-rw-r--r--images/id-logo.svg1205
-rw-r--r--images/id-screenshot.pngbin0 -> 3731798 bytes
-rw-r--r--images/josm-screenshot.pngbin0 -> 1164595 bytes
-rw-r--r--images/osmand.pngbin0 -> 712606 bytes
-rw-r--r--index.html318
m---------leaflet0
l---------project-haiti.mp41
m---------reveal.js0
-rw-r--r--styleC.html32
-rw-r--r--styleH.html32
-rw-r--r--styleS.html32
-rw-r--r--styleT.html32
21 files changed, 6114 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..1a24819
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "reveal.js"]
+ path = reveal.js
+ url = https://github.com/hakimel/reveal.js.git
+[submodule "leaflet"]
+ path = leaflet
+ url = git@github.com:Leaflet/Leaflet.git
diff --git a/demo1.html b/demo1.html
new file mode 100644
index 0000000..1375217
--- /dev/null
+++ b/demo1.html
@@ -0,0 +1,32 @@
+<html>
+ <head>
+ <link rel="stylesheet" href="leaflet/dist/leaflet.css" />
+ <script src="leaflet/dist/leaflet-src.js"></script>
+
+ <style>
+ body {
+ padding: 0;
+ margin: 0;
+ }
+
+ html, body, #map {
+ height: 100%;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="map">
+ </div>
+
+ <script>
+ var map = L.map('map', {
+ center: [50.9087036, -1.4045204], // The Art House Cafe
+ zoom: 13
+ });
+
+ L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
+ attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
+ }).addTo(map);
+ </script>
+ </body>
+</html>
diff --git a/images/Binary-File-Plain.svg b/images/Binary-File-Plain.svg
new file mode 100644
index 0000000..0d064c0
--- /dev/null
+++ b/images/Binary-File-Plain.svg
@@ -0,0 +1,732 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ id="svg1"
+ sodipodi:docname="_svgclean2.svg"
+ viewBox="0 0 137.48 150.32"
+ sodipodi:version="0.32"
+ version="1.1"
+ inkscape:version="0.48.3.1 r9886"
+ >
+ <defs
+ id="defs3"
+ >
+ <linearGradient
+ id="linearGradient1492"
+ >
+ <stop
+ id="stop1493"
+ style="stop-color:#dadada"
+ offset="0"
+ />
+ <stop
+ id="stop1496"
+ style="stop-color:#f1f1f1"
+ offset=".34923"
+ />
+ <stop
+ id="stop1494"
+ style="stop-color:#f0f0f0"
+ offset="1"
+ />
+ </linearGradient
+ >
+ <linearGradient
+ id="linearGradient1495"
+ y2="689.86"
+ xlink:href="#linearGradient1492"
+ gradientUnits="userSpaceOnUse"
+ y1="230.07"
+ gradientTransform="matrix(.28346 0 0 .31053 -85.252 -40.356)"
+ x2="351.71"
+ x1="728.96"
+ />
+ <linearGradient
+ id="linearGradient1497"
+ y2="287.73"
+ xlink:href="#linearGradient1492"
+ gradientUnits="userSpaceOnUse"
+ y1="169.44"
+ gradientTransform="matrix(.28342 0 0 .31058 -85.252 -40.356)"
+ x2="622.35"
+ x1="741.65"
+ />
+ <linearGradient
+ id="linearGradient1499"
+ y2="418.54"
+ gradientUnits="userSpaceOnUse"
+ x2="330.88"
+ gradientTransform="matrix(.29343 0 0 .29999 -85.252 -40.356)"
+ y1="236.13"
+ x1="687.96"
+ >
+ <stop
+ id="stop1502"
+ style="stop-color:#ffffff"
+ offset="0"
+ />
+ <stop
+ id="stop1504"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1"
+ />
+ </linearGradient
+ >
+ <linearGradient
+ id="linearGradient1506"
+ y1=".97656"
+ x2=".78261"
+ x1=".052174"
+ y2=".0078125"
+ >
+ <stop
+ id="stop1508"
+ style="stop-color:#000000;stop-opacity:.095506"
+ offset="0"
+ />
+ <stop
+ id="stop1510"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1"
+ />
+ </linearGradient
+ >
+ <linearGradient
+ id="linearGradient3070"
+ y2="138.9"
+ gradientUnits="userSpaceOnUse"
+ y1="60.283"
+ x2="37.199"
+ x1="127.7"
+ inkscape:collect="always"
+ >
+ <stop
+ id="stop2891"
+ style="stop-color:#000000"
+ offset="0"
+ />
+ <stop
+ id="stop2897"
+ style="stop-color:#000000;stop-opacity:.27559"
+ offset=".31508"
+ />
+ <stop
+ id="stop2893"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1"
+ />
+ </linearGradient
+ >
+ <linearGradient
+ id="linearGradient3078"
+ y2="389.18"
+ xlink:href="#linearGradient1506"
+ gradientUnits="userSpaceOnUse"
+ x2="544.79"
+ gradientTransform="scale(.94318 1.0602)"
+ y1="836.03"
+ x1="207.87"
+ inkscape:collect="always"
+ />
+ <linearGradient
+ id="linearGradient3080"
+ y2="386.48"
+ xlink:href="#linearGradient1506"
+ gradientUnits="userSpaceOnUse"
+ x2="546.29"
+ gradientTransform="scale(.94395 1.0594)"
+ y1="839.62"
+ x1="204.63"
+ inkscape:collect="always"
+ />
+ <linearGradient
+ id="linearGradient3082"
+ y2="383.76"
+ xlink:href="#linearGradient1506"
+ gradientUnits="userSpaceOnUse"
+ x2="547.81"
+ gradientTransform="scale(.94469 1.0585)"
+ y1="843.2"
+ x1="201.39"
+ inkscape:collect="always"
+ />
+ <linearGradient
+ id="linearGradient3086"
+ y2="138.9"
+ xlink:href="#linearGradient3070"
+ gradientUnits="userSpaceOnUse"
+ x2="37.199"
+ y1="60.283"
+ x1="127.7"
+ inkscape:collect="always"
+ />
+ </defs
+ >
+ <sodipodi:namedview
+ id="base"
+ bordercolor="#666666"
+ inkscape:pageshadow="2"
+ inkscape:window-y="0"
+ snaptoguides="true"
+ pagecolor="#ffffff"
+ snaptogrid="true"
+ inkscape:window-width="674"
+ inkscape:window-maximized="0"
+ inkscape:window-x="0"
+ showgrid="false"
+ borderopacity="1.0"
+ inkscape:current-layer="svg1"
+ inkscape:cx="-100.58424"
+ inkscape:cy="-861.49241"
+ inkscape:zoom="1.9655569"
+ inkscape:window-height="645"
+ showborder="true"
+ inkscape:pageopacity="0.0"
+ showguides="true"
+ />
+ <path
+ id="path930"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccc"
+ style="fill-rule:evenodd;stroke-width:.42649;stroke-opacity:.36478;fill:#ffffff"
+ d="m3.1031 0.031155v146.96h134.11v-110.22l-33.53-36.74-33.525 0.0003h-67.053z"
+ />
+ <g
+ id="g1552"
+ style="fill:url(#linearGradient3082)"
+ transform="matrix(.30417 0 0 .29757 -50.76 -118.79)"
+ >
+ <path
+ id="path1505"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccc"
+ style="fill-rule:evenodd;stroke-width:.95407pt;fill:url(#linearGradient3078);fill-opacity:.75"
+ d="m173.36 408.81v489.05h435.05v-366.79l-108.76-122.26h-326.29z"
+ />
+ <path
+ id="path1538"
+ style="fill-rule:evenodd;stroke-width:.95407pt;fill:url(#linearGradient3080);fill-opacity:.75"
+ inkscape:connector-curvature="0"
+ d="m170.12 407.19v493.9h441.54v-371.28c-36.85-41.42-73.68-82.86-110.57-124.25h-330.97v1.63z"
+ />
+ <path
+ id="path1543"
+ style="fill-rule:evenodd;stroke-width:.95407pt;fill:url(#linearGradient3082);fill-opacity:.75"
+ inkscape:connector-curvature="0"
+ d="m166.88 403.94v500.4h448.03v-375.78c-37.45-42.09-74.89-84.19-112.38-126.25h-335.65v1.63z"
+ />
+ </g
+ >
+ <path
+ id="rect900"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccc"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:.42649;stroke-opacity:.36478;fill:url(#linearGradient1495)"
+ d="m3.1588 0.21325v146.96h134.11v-110.22l-33.53-36.737h-100.58z"
+ />
+ <path
+ id="path1500"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccczc"
+ style="fill-rule:evenodd;stroke-width:1pt;fill:url(#linearGradient1499)"
+ d="m4.1438 11.538-0.6053 134.69h131.68l0.0742-33.295c-2.94 1.13-32.69-41.002-70.141-39.189-37.484 1.813-27.785-56.778-61.005-62.213z"
+ />
+ <path
+ id="path906"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ style="fill-rule:evenodd;stroke-width:.95407pt;fill:url(#linearGradient1497)"
+ d="m137.27 36.952c-10.11-2.99-23.21-2.566-33.1-0.86 1.71-10.963 1.92-24.702-0.43-35.879l33.53 36.739z"
+ />
+ <rect
+ id="rect1534"
+ style="fill-rule:evenodd;stroke-width:1pt;fill:#7b7b7b;fill-opacity:.43396"
+ height="20.954"
+ width="74.377"
+ y="11.97"
+ x="17.866"
+ />
+ <g
+ id="flowRoot2881"
+ style="fill:url(#linearGradient3086)"
+ transform="translate(-19.333 -6.8069)"
+ >
+ <path
+ id="path2930"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m40.517 59.169c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2932"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m48.772 59.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path2934"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m56.103 59.169c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2936"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m64.358 59.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path2938"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m72.151 59.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path2940"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m79.944 59.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path2942"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m87.275 59.169c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2944"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m95.53 59.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path2946"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m102.86 59.169c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2948"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m111.12 59.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path2950"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m118.45 59.169c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2952"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m126.24 59.169c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.70001 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2954"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m134.49 59.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.39199"
+ />
+ <path
+ id="path2956"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m141.83 59.169c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.71401-4.214 2.002-4.214"
+ />
+ <path
+ id="path2958"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m40.979 76.669-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path2960"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m48.31 76.669c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2962"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m56.103 76.669c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2964"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m63.896 76.669c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2966"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m72.151 76.669-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path2968"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m79.482 76.669c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2970"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m87.737 76.669-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path2972"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m95.068 76.669c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2974"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m103.32 76.669-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path2976"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m111.12 76.669-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path2978"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m118.45 76.669c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2980"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m126.7 76.669-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.39"
+ />
+ <path
+ id="path2982"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m134.03 76.669c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.71401-4.214 2.002-4.214"
+ />
+ <path
+ id="path2984"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m142.29 76.669-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path2986"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m40.517 94.169c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2988"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m48.772 94.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path2990"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m56.103 94.169c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2992"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m64.358 94.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path2994"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m71.689 94.169c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2996"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m79.482 94.169c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path2998"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m87.737 94.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path3000"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m95.068 94.169c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3002"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m103.32 94.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path3004"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m110.65 94.169c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3006"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m118.91 94.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path3008"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m126.7 94.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.691h-0.39"
+ />
+ <path
+ id="path3010"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m134.49 94.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.39199"
+ />
+ <path
+ id="path3012"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m142.29 94.169-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path3014"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m40.517 111.67c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3016"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m48.772 111.67-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path3018"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m56.103 111.67c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3020"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m64.358 111.67-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path3022"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m71.689 111.67c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3024"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m79.482 111.67c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3026"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m87.737 111.67-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path3028"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m95.068 111.67c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3030"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m102.86 111.67c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3032"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m111.12 111.67-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path3034"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m118.45 111.67c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3036"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m126.7 111.67-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.69h-0.39"
+ />
+ <path
+ id="path3038"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m134.03 111.67c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.71401-4.214 2.002-4.214"
+ />
+ <path
+ id="path3040"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m141.83 111.67c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.71401-4.214 2.002-4.214"
+ />
+ <path
+ id="path3042"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m40.517 129.17c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3044"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m48.772 129.17-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path3046"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m56.565 129.17-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path3048"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m63.896 129.17c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3050"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m72.151 129.17-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path3052"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m79.482 129.17c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3054"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m87.737 129.17-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path3056"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m95.068 129.17c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3058"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m102.86 129.17c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3060"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m111.12 129.17-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ <path
+ id="path3062"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m118.45 129.17c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.714-4.214 2.002-4.214"
+ />
+ <path
+ id="path3064"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m126.7 129.17-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.69h-0.39"
+ />
+ <path
+ id="path3066"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m134.03 129.17c-2.002 0-3.318 1.764-3.318 4.858s1.316 4.872 3.318 4.872 3.318-1.778 3.318-4.872-1.316-4.858-3.318-4.858m0 0.658c1.288 0 1.988 1.428 1.988 4.2s-0.7 4.2-1.988 4.2-2.002-1.414-2.002-4.186c0-2.786 0.71401-4.214 2.002-4.214"
+ />
+ <path
+ id="path3068"
+ style="fill:url(#linearGradient3086)"
+ inkscape:connector-curvature="0"
+ d="m142.29 129.17-3.038 0.91v0.588l2.198-0.392v7.532l-0.168 0.238-1.61 0.084v0.602h4.69v-0.588l-1.512-0.07-0.168-0.21v-8.694h-0.392"
+ />
+ </g
+ >
+ <metadata
+ id="metadata101"
+ >
+ <rdf:RDF
+ >
+ <cc:Work
+ >
+ <dc:format
+ >image/svg+xml</dc:format
+ >
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage"
+ />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/publicdomain/"
+ />
+ <dc:publisher
+ >
+ <cc:Agent
+ rdf:about="http://openclipart.org/"
+ >
+ <dc:title
+ >Openclipart</dc:title
+ >
+ </cc:Agent
+ >
+ </dc:publisher
+ >
+ </cc:Work
+ >
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/publicdomain/"
+ >
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction"
+ />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution"
+ />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks"
+ />
+ </cc:License
+ >
+ </rdf:RDF
+ >
+ </metadata
+ >
+</svg
+>
diff --git a/images/JOSM_Logo_2014.svg b/images/JOSM_Logo_2014.svg
new file mode 100644
index 0000000..0d760ee
--- /dev/null
+++ b/images/JOSM_Logo_2014.svg
@@ -0,0 +1,318 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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:cc="http://creativecommons.org/ns#" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" width="100%" height="100%" viewBox="0 0 1000 1000">
+ <metadata id="metadata497"/>
+ <defs id="defs4">
+ <filter color-interpolation-filters="sRGB" id="A">
+ <feGaussianBlur id="feGaussianBlur7" stdDeviation=".5"/>
+ </filter>
+ <filter color-interpolation-filters="sRGB" id="filter9">
+ <feGaussianBlur id="feGaussianBlur11" stdDeviation="1 1"/>
+ </filter>
+ <filter color-interpolation-filters="sRGB" id="3">
+ <feGaussianBlur id="feGaussianBlur14" stdDeviation="10"/>
+ </filter>
+ <filter x="-.033" y="-.309" width="1.066" height="1.618" color-interpolation-filters="sRGB" id="5">
+ <feGaussianBlur id="feGaussianBlur17" stdDeviation="11.58046"/>
+ </filter>
+ <filter color-interpolation-filters="sRGB" id="filter19">
+ <feGaussianBlur id="feGaussianBlur21" stdDeviation="5"/>
+ </filter>
+ <linearGradient y1="860" x2="0" y2="140" id="linearGradient23" gradientUnits="userSpaceOnUse">
+ <stop id="stop25" stop-color="#fff6ca"/>
+ <stop id="stop27" offset="1" stop-color="#fff9db"/>
+ </linearGradient>
+ <linearGradient x1="470" y1="540" x2="570" y2="600" id="L" gradientUnits="userSpaceOnUse">
+ <stop id="stop30" stop-color="#ddc2b6"/>
+ <stop id="stop32" offset="1" stop-color="#c19886"/>
+ </linearGradient>
+ <linearGradient x1="49.19" y1="1066.23" x2="49.12" y2="1031.68" id="linearGradient34" gradientUnits="userSpaceOnUse">
+ <stop id="stop36"/>
+ <stop id="stop38" offset="1" stop-opacity="0"/>
+ </linearGradient>
+ <linearGradient x1="470" y1="540" x2="570" y2="600" id="linearGradient40" gradientUnits="userSpaceOnUse">
+ <stop id="stop42" stop-color="#fff4ac"/>
+ <stop id="stop44" offset="1" stop-color="#ffe19c"/>
+ </linearGradient>
+ <linearGradient y1="860" x2="0" y2="140" id="K" gradientUnits="userSpaceOnUse">
+ <stop id="stop47" stop-color="#ffe289"/>
+ <stop id="stop49" offset="1" stop-color="#fff4d1"/>
+ </linearGradient>
+ <linearGradient x1="215.46" y1="753.18" x2="280.41" y2="715.68" id="C" gradientUnits="userSpaceOnUse">
+ <stop id="stop52" stop-color="#e6b636"/>
+ <stop id="stop54" offset=".5" stop-color="#f1cf09"/>
+ <stop id="stop56" offset=".563" stop-color="#f0d609"/>
+ <stop id="stop58" offset=".625" stop-color="#f0b10a"/>
+ <stop id="stop60" offset=".688" stop-color="#f0ce0b"/>
+ <stop id="stop62" offset=".75" stop-color="#f0aa0c"/>
+ <stop id="stop64" offset="1" stop-color="#ffd900"/>
+ </linearGradient>
+ <linearGradient id="0">
+ <stop id="stop67"/>
+ <stop id="stop69" offset="1" stop-color="#3c3c3c" stop-opacity="0"/>
+ </linearGradient>
+ <linearGradient x1="470" y1="540" x2="570" y2="600" id="linearGradient71" gradientUnits="userSpaceOnUse">
+ <stop id="stop73" stop-color="#ffda66"/>
+ <stop id="stop75" offset="1" stop-color="#c38d24"/>
+ </linearGradient>
+ <linearGradient x1="455" y1="690" x2="495" y2="670" id="4" xlink:href="#0" gradientUnits="userSpaceOnUse"/>
+ <linearGradient y1="860" x2="0" y2="140" id="6" gradientUnits="userSpaceOnUse">
+ <stop id="stop79" stop-color="#3172e1"/>
+ <stop id="stop81" offset="1" stop-color="#5191ff"/>
+ </linearGradient>
+ <linearGradient y1="860" x2="0" y2="140" id="linearGradient83" gradientUnits="userSpaceOnUse">
+ <stop id="stop85" stop-color="#d2d2d2"/>
+ <stop id="stop87" offset="1" stop-color="#e8e8e8"/>
+ </linearGradient>
+ <linearGradient y1="320" x2="0" y2="120" id="7" gradientUnits="userSpaceOnUse">
+ <stop id="stop90" stop-color="#009600"/>
+ <stop id="stop92" offset="1" stop-color="#15bc15"/>
+ </linearGradient>
+ <linearGradient x1="716.07" y1="454.99" x2="938.57" y2="306.71" id="2" xlink:href="#0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0.98704,0.23824,-0.9468,1.3017,203.99,-122.85)"/>
+ <linearGradient x1="455" y1="655" x2="480" y2="670" id="1" gradientUnits="userSpaceOnUse">
+ <stop id="stop96" stop-color="#969696"/>
+ <stop id="stop98" offset="1" stop-color="#3c3c3c"/>
+ </linearGradient>
+ <mask id="I">
+ <path d="m 80,60 v 800 l 280,80 280,-80 280,80 V 140 L 640,60 360,140 z" id="path101" fill="#ffffff"/>
+ </mask>
+ <mask id="M">
+ <path d="m 800,210 v 90 l 85,25 v -90 z" id="path104" fill="#ffffff"/>
+ </mask>
+ <mask id="H">
+ <path d="m 80,60 v 800 l 280,80 280,-80 280,80 V 140 L 640,60 360,140 z" id="path107" fill="#ffffff"/>
+ </mask>
+ <mask id="J">
+ <path d="m 80,60 v 800 l 280,80 280,-80 280,80 V 140 L 640,60 360,140 z" id="path110" fill="#ffffff"/>
+ </mask>
+ <mask id="F">
+ <path d="m 80,60 v 800 l 280,80 280,-80 280,80 V 140 L 640,60 360,140 z" id="path113" fill="#ffffff"/>
+ </mask>
+ <mask id="mask115">
+ <path d="m 25.619,-1.2 c -15,10 5,15 0,25 15,-10 -5,-15 0,-25 m -15,10 c -15,10 5,15 0,25 15,-10 -5,-15 0,-25 m 35,0 c -15,10 5,15 0,25 15,-10 -5,-15 0,-25 m -60,30 c -5,0 -5,5 0,5 h 10 v 40 c 0,7 -10,7 -10,0 v -5 c 0,-5 -5,-5 -5,0 v 5 c 0,13.313 20,13.313 20,0 v -40 h 70 c 5,0 5,-5 0,-5 z m 25,10 c -2,0 -5,3 -5,5 v 35 c 0,2 3,5 5,5 h 10 c 2,0 5,-3 5,-5 v -35 c 0,-2 -3,-5 -5,-5 z m 25,0 c -2,0 -5,3 -5,5 v 20 h 15 v 15 h -10 v -5 h -5 v 5 c 0,2 3,5 5,5 h 10 c 2,0 5,-3 5,-5 v -20 h -15 v -15 h 10 v 5 h 5 v -5 c 0,-2 -3,-5 -5,-5 z m 20,0 v 45 h 5 v -26 l 5,11 5,-11 v 26 h 5 v -45 l -10,20 z m -45,5 h 10 v 35 h -10 z" id="path117" fill="#45a5ec"/>
+ </mask>
+ <mask id="8">
+ <path d="m 80,60 v 800 l 280,80 280,-80 280,80 V 140 L 640,60 360,140 z" id="path120" fill="#ffffff"/>
+ </mask>
+ <mask id="G">
+ <path d="m 80,60 v 800 l 280,80 280,-80 280,80 V 140 L 640,60 360,140 z" id="path123" fill="#ffffff"/>
+ </mask>
+ <mask id="B">
+ <path d="m 80,60 v 800 l 280,80 280,-80 280,80 V 140 L 640,60 360,140 z" id="path126" fill="#ffffff"/>
+ </mask>
+ <mask id="E">
+ <path d="m 80,60 v 800 l 280,80 280,-80 280,80 V 140 L 640,60 360,140 z" id="path129" fill="#ffffff"/>
+ </mask>
+ <mask id="9">
+ <path d="m 80,60 v 800 l 280,80 280,-80 280,80 V 140 L 640,60 360,140 z" id="path132" fill="#ffffff"/>
+ </mask>
+ <mask maskUnits="userSpaceOnUse" id="mask4400">
+ <g transform="matrix(0.49999801,-0.86602655,0.86602655,0.49999801,0,0)" id="g4402" fill="#ffffff">
+ <path d="m 218.31136,719.80767 c -0.79059,0 -1.41176,0.62118 -1.41176,1.41177 l 0,18.35294 c 0,3.10588 -2.54118,5.64706 -5.64706,5.64706 l -1.41177,0 c -0.79059,0 -1.41176,0.62118 -1.41176,1.41176 0,0.79059 0.62117,1.41177 1.41176,1.41177 l 1.41177,0 c 4.68706,0 8.47058,-3.78353 8.47058,-8.47059 l 0,-18.35294 c 0,-0.79059 -0.62117,-1.41177 -1.41176,-1.41177 z" id="path4404" inkscape:connector-curvature="0"/>
+ <path d="m 233.31026,718.96062 c -4.68706,0 -8.47059,3.78353 -8.47059,8.47058 l 0,12.98824 c 0,4.68706 3.78353,8.47059 8.47059,8.47059 4.68706,0 8.47059,-3.78353 8.47059,-8.47059 l 0,-12.98824 c 0,-4.68705 -3.78353,-8.47058 -8.47059,-8.47058 z m 0,2.82353 c 3.10588,0 5.64706,2.54117 5.64706,5.64705 l 0,12.98824 c 0,3.10588 -2.54118,5.64706 -5.64706,5.64706 -3.10589,0 -5.64706,-2.54118 -5.64706,-5.64706 l 0,-12.98824 c 0,-3.10588 2.54117,-5.64705 5.64706,-5.64705 z" id="path4406" inkscape:connector-curvature="0"/>
+ <path d="m 255.05915,718.96062 c -6.01411,0 -8.47058,3.81176 -8.47058,7.05882 0,2.96471 2.03294,5.30823 3.4447,6.26823 l 8.47059,5.64706 c 1.21412,0.79059 2.20235,2.20236 2.20235,3.89647 0,2.3153 -1.89176,4.2353 -5.64706,4.2353 -2.4847,0 -4.29176,-0.81883 -6.38117,-2.08941 -0.19765,-0.11294 -0.45177,-0.16942 -0.67765,-0.16942 -0.79059,0 -1.41176,0.62118 -1.41176,1.41177 0,0.45176 0.19764,0.84706 0.5647,1.12941 1.77883,1.41177 4.68706,2.54118 7.90588,2.54118 6.01412,0 8.47059,-3.81177 8.47059,-7.05883 0,-2.9647 -2.03294,-5.30823 -3.4447,-6.26823 l -8.47059,-5.64706 c -1.21412,-0.79059 -2.20235,-2.20235 -2.20235,-3.89647 0,-2.31529 1.89176,-4.23529 5.64705,-4.23529 2.48471,0 4.29177,0.81882 6.38118,2.08941 0.19765,0.11294 0.45177,0.16941 0.67765,0.16941 0.79059,0 1.41176,-0.62118 1.41176,-1.41177 0,-0.45176 -0.19764,-0.84705 -0.5647,-1.12941 -1.77883,-1.41176 -4.68706,-2.54117 -7.90589,-2.54117 z" id="path4408" inkscape:connector-curvature="0"/>
+ <path d="m 288.38673,721.30415 0,-0.0565 c 0,-0.67764 -0.53647,-1.44 -1.3553,-1.44 -0.67764,0 -1.0447,0.36706 -1.32706,0.81883 l -7.2,11.97176 -7.2,-11.97176 c -0.28235,-0.45177 -0.64941,-0.81883 -1.32705,-0.81883 -0.84706,0 -1.3553,0.76236 -1.3553,1.49648 l 0,25.32705 c 0,0.79059 0.62118,1.41177 1.41177,1.41177 0.79058,0 1.41176,-0.62118 1.41176,-1.41177 l 0,-20.30117 5.78824,9.62823 c 0.22588,0.3953 0.67764,0.81883 1.27058,0.81883 0.53648,0 1.04471,-0.33883 1.27059,-0.79059 l 5.78824,-9.65647 0,20.30117 c 0,0.79059 0.62117,1.41177 1.41176,1.41177 0.79059,0 1.41177,-0.62118 1.41177,-1.41177 l 0,-25.32705 z" id="path4410" inkscape:connector-curvature="0"/>
+ </g>
+ </mask>
+ </defs>
+ <path d="m 80,840 340,80 220,-50 220,50 -40,-100 H 120 z" id="path139" filter="url(#5)"/>
+ <path d="m 80,60 v 800 l 280,80 280,-80 280,80 V 140 L 640,60 360,140 z" id="path141" fill="url(#K)"/>
+ <path d="m 605,60 -85,25 c -38,35 -60,65 -60,125 0,65 26.398,78.74 35,110 16.336,59.37 22.63,101.19 42.16,150 26.875,67.19 4.215,173.2 32.844,240 16.332,38.11 25,45 70,65 10,10 25,30 30,40 13.945,27.889 5.352,50.35 25,70 l 235,65 -10,-60 C 900.004,700 769.824,670.91 715.724,625.72 655.01,575.006 693.835,526.49 670.005,455 c -5.665,-16.995 -20,-75 -30,-85 -45,-30 -70,-60 -85,-110 -33.17,-110.57 80,-165 50,-200 z M 260,805 c -41.743,7.657 -40,55 -80,45 -24.21,-6.05 -59.07,5.48 -75,30 l 255,70 160,-45 C 498.064,858.9 385,775 360,820 325,835 296.61,798.284 260,805 z" mask="url(#9)" id="path143" fill="url(#6)" stroke="#0044c1"/>
+ <path d="m 315,115 c -20.311,2.121 -27.14,31.06 -27.14,48.571 0,15 7.799,31.04 4.286,45.714 -12.143,50.714 -34.27,74.28 -50,82.14 -11.523,5.762 -27.28,4.857 -39.29,7.857 -12.712,3.178 -22.05,16.09 -35.714,17.857 -22.14,2.857 -35.433,-2.143 -57.14,-2.143 -10,0 -39.712,16.15 -40,15 v -280 z" mask="url(#8)" id="path145" fill="url(#7)" stroke="#005000"/>
+ <path d="m 495,385 -10,-40 -55,45 10,40 z" id="path147" fill="#ceeba8" stroke="#aadd6b"/>
+ <path d="m 220,730 140,-10 65,-40 v -95 l -65,40 -140,15 z" id="path149" fill="#5c8b9f" stroke="#002f42"/>
+ <path d="M 415,505 400,431 360,460 300,475 275,350 170,375 210,587.5 360,550 z" id="path151" fill="#de8f8f" stroke="#420000"/>
+ <path d="m 800,210 v 90 l 85,25 v -90 z" id="path153" fill="#ff2828" stroke="#b50000" fill-opacity=".235"/>
+ <path d="m 360,180 125,-40 v 40 l -30,10 v 13.283 L 360,235 345,230 v -55 z" id="path155" fill="#40bfc0" stroke="#002828"/>
+ <path d="M 155,635 150,745 90,730 95,620 z" id="path157" stroke-dasharray="2 2" fill="none" stroke="#000000" stroke-width="2"/>
+ <g id="g159" fill="#efca00" stroke="#282400">
+ <path d="m 735,515 85,55 30,-40 -85,-55 z" id="path161"/>
+ <path d="m 775,460 85,55 30,-40 -85,-55 z" id="path163"/>
+ <path d="m 815,405 85,55 30,-40 -85,-55 z" mask="url(#I)" id="path165"/>
+ </g>
+ <g id="g167" stroke="#000000">
+ <path d="M 145,580 120,430 H 70 v 150 z" mask="url(#J)" id="path169" stroke-dasharray="2 2" fill="none" stroke-width="2"/>
+ <path d="m 775,650 15,-15 -10,-10 -15,15 z" id="path171" fill="#c0aeaf"/>
+ </g>
+ <g id="g173" fill="none">
+ <path d="m 825,215 -30,30 30,-30 z m 25,0 -55,55 55,-55 z m 25,0 -80,80 80,-80 z m 25,0 -105,105 105,-105 z m 0,25 -90,90 90,-90 z m 0,25 -65,65 65,-65 z m 0,25 -40,40 40,-40 z" mask="url(#M)" id="path175" stroke="#f50000" stroke-linejoin="round" stroke-linecap="round"/>
+ <g mask="url(#H)" id="g177" stroke="#820082">
+ <path d="m -185,275 h 80 l 160,-40 25,130 40,-10 130,-105 10,40" transform="translate(240,80)" id="path179"/>
+ <path d="m 646,48 -11,32 25,75 v 100 l -70,20 -45,65 -60,25 h -55" transform="translate(240,80)" id="path181"/>
+ </g>
+ <path d="m 180,620 180,-45 45,-35 -13,-16" id="path183" stroke-dasharray="8 8" stroke="#906b00"/>
+ <path d="m 461,188 c 2,-15 4,-29 12,-44" id="path185" stroke-dasharray="4 1" stroke="#ff0000"/>
+ </g>
+ <path d="m 460,163 h 3 l 2,2 2,-2 h 3 l -3,3 3,3 h -3 l -2,-2 -2,2 h -3 l 3,-3 z" id="path187" fill="#ff0101" stroke="#a00000" stroke-linecap="round"/>
+ <path d="m 322,445 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2" id="path189"/>
+ <path d="m 297,315 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2" id="path191"/>
+ <path d="m 137,355 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2" id="path193"/>
+ <path d="m 492,330 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2" id="path195"/>
+ <path d="m 502,370 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2" id="path197"/>
+ <path d="m 672,445 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2" id="path199"/>
+ <path d="m 727,445 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2" id="path201"/>
+ <path d="m 787,420 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2" id="path203"/>
+ <path d="m 832,355 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2" id="path205"/>
+ <path d="m 902,335 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2" id="path207"/>
+ <path d="m 902,235 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2" id="path209"/>
+ <path d="m 877,160 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2" id="path211"/>
+ <g id="g213" stroke="#000000" stroke-width="4">
+ <path d="m 402,431 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path215"/>
+ <path d="m 302,475 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path217"/>
+ <path d="m 277,350 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path219"/>
+ <path d="m 172,375 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path221"/>
+ <path d="m 212,585 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path223"/>
+ <path d="m 417,505 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path225"/>
+ <path d="m 222,640 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path227"/>
+ <path d="m 427,585 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path229"/>
+ <path d="m 427,680 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path231"/>
+ <path d="m 222,730 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path233"/>
+ <path d="m 347,175 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path235"/>
+ <path d="m 487,140 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path237"/>
+ <path d="m 487,180 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path239"/>
+ <path d="m 457,190 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path241"/>
+ </g>
+ <path d="m 457,203.28 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2" id="path243"/>
+ <g id="g245" stroke="#000000">
+ <g id="g247" stroke-width="4">
+ <path d="m 457,203.28 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path249"/>
+ <path d="m 347,229.97 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path251"/>
+ <path d="m 887,325 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path253"/>
+ <path d="m 887,235 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path255"/>
+ <path d="m 802,300 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path257"/>
+ <path d="m 802,210 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path259"/>
+ </g>
+ <g id="g261" fill="#ffffff">
+ <path d="m 97,620 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path263"/>
+ <path d="m 157,635 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path265"/>
+ <path d="m 152,745 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path267"/>
+ <path d="m 92,730 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path269"/>
+ </g>
+ </g>
+ <path d="m 407,540 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2" id="path271"/>
+ <g id="g273" stroke="#000000">
+ <g id="g275" stroke-width="4">
+ <path d="m 767,475 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path277"/>
+ <path d="m 737,515 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path279"/>
+ <path d="m 852,530 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path281"/>
+ <path d="m 822,570 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path283"/>
+ <path d="m 807,420 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path285"/>
+ <path d="m 777,460 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path287"/>
+ <path d="m 892,475 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path289"/>
+ <path d="m 862,515 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path291"/>
+ <path d="m 847,365 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path293"/>
+ <path d="m 817,405 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path295"/>
+ <path d="m 902,460 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path297"/>
+ </g>
+ <g id="g299" fill="#ffffff">
+ <path d="m 147,580 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path301"/>
+ <path d="m 122,430 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" id="path303"/>
+ </g>
+ <g id="g305" stroke-width="4">
+ <path d="m 819,570 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" transform="translate(-37,55)" id="path307"/>
+ <path d="m 819,575 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" transform="translate(-27,60)" id="path309"/>
+ <path d="m 829,568 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" transform="translate(-52,82)" id="path311"/>
+ <path d="m 825,570 c 0,1.105 -0.895,2 -2,2 -1.105,0 -2,-0.895 -2,-2 0,-1.105 0.895,-2 2,-2 1.105,0 2,0.895 2,2 z" transform="translate(-58,70)" id="path313"/>
+ </g>
+ <g id="g315" fill="#646464">
+ <path d="m 65,825 100,-70 20,-3 175,-12 85,-55 5,25 -90,55 -180,12 -10,3 -100,70 z" mask="url(#G)" id="path317"/>
+ <path d="m 167,765 17,-1 5,-173 -36,-199 -15,5 34,195 z" id="path319"/>
+ </g>
+ <g id="g321" stroke-dasharray="2 4" fill="none" stroke-width="2">
+ <path d="M 455,685 555,670" id="path323"/>
+ <path d="M 460,705 560,690" id="path325"/>
+ </g>
+ </g>
+ <g id="g327" stroke="#ffffff" stroke-linejoin="round" stroke-linecap="round" stroke-width="8">
+ <path d="m 189,765.5 c 0,7.456 -6.04,13.5 -13.5,13.5 -7.456,0 -13.5,-6.04 -13.5,-13.5 0,-7.456 6.04,-13.5 13.5,-13.5 7.456,0 13.5,6.04 13.5,13.5 z" id="path329"/>
+ <path d="m 463.5,695.5 c 0,7.456 -6.04,13.5 -13.5,13.5 -7.456,0 -13.5,-6.04 -13.5,-13.5 0,-7.456 6.04,-13.5 13.5,-13.5 7.456,0 13.5,6.04 13.5,13.5 z" id="path331"/>
+ <path d="m 158.5,395.5 c 0,7.456 -6.04,13.5 -13.5,13.5 -7.456,0 -13.5,-6.04 -13.5,-13.5 0,-7.456 6.04,-13.5 13.5,-13.5 7.456,0 13.5,6.04 13.5,13.5 z" id="path333"/>
+ <path d="m 193.5,591.5 c 0,7.456 -6.04,13.5 -13.5,13.5 -7.456,0 -13.5,-6.04 -13.5,-13.5 0,-7.456 6.04,-13.5 13.5,-13.5 7.456,0 13.5,6.04 13.5,13.5 z" id="path335"/>
+ </g>
+ <g mask="url(#B)" id="g337">
+ <g id="g339" fill="none">
+ <path d="M 650,800 779.89,660.12" id="path341" stroke="#ffffff" stroke-width="8"/>
+ <g id="g343" stroke="#000000">
+ <path d="M 653.1,802.89 783,663" id="path345"/>
+ <path d="M 776.78,657.23 646.89,797.11" id="path347"/>
+ </g>
+ <path d="m 35,780 50,10 h 100 195 l 50,10 40,30 50,10 h 50 l 60,-20 20,-20 130,-140 55,-55 35,-20 40,-10 h 50" id="path349" stroke="#565656" stroke-width="5"/>
+ <path d="m 35,780 50,10 h 100 195 l 50,10 40,30 50,10 h 50 l 60,-20 20,-20 130,-140 55,-55 35,-20 40,-10 h 50" id="path351" stroke-dasharray="12 12" stroke="#c8c8c8" stroke-width="3"/>
+ </g>
+ <path d="m 124.71875,777.46875 a 2.50025,2.50025 0 0 0 -1.5,4.3125 L 131.44,790 l -8.219,8.219 a 2.519068,2.519068 0 0 0 3.5625,3.5625 L 135,793.56 l 8.219,8.219 a 2.519068,2.519068 0 0 0 3.5625,-3.5625 L 138.56,790 l 8.219,-8.219 a 2.50025,2.50025 0 0 0 -1.84375,-4.3125 2.50025,2.50025 0 0 0 -1.71875,0.75 L 135,786.44 l -8.219,-8.219 a 2.50025,2.50025 0 0 0 -1.8125,-0.75 2.50025,2.50025 0 0 0 -0.25,0 z" id="path353" stroke="#ffffff" color="#000000" stroke-width="2"/>
+ </g>
+ <g mask="url(#F)" id="g355" fill="none" stroke="#000000" stroke-linecap="round">
+ <path d="m 90,835 v 34" id="path357"/>
+ <path d="m 105,850 v 23" id="path359"/>
+ <path d="m 120,854.24 v 23.542" id="path361"/>
+ <path d="m 135,858.57 v 23.542" id="path363"/>
+ <path d="m 150,863 v 23.542" id="path365"/>
+ <path d="m 180,871.34 v 23.542" id="path367"/>
+ <path d="m 195,875.62 v 23.542" id="path369"/>
+ <path d="m 210,879.96 v 23.542" id="path371"/>
+ <path d="m 225,884.2 v 23.542" id="path373"/>
+ <path d="m 255,892.96 v 23.542" id="path375"/>
+ <path d="m 270,896.96 v 23.542" id="path377"/>
+ <path d="m 285,901.52 v 23.542" id="path379"/>
+ <path d="m 300,905.66 v 23.542" id="path381"/>
+ <path d="m 330,914.37 v 23.542" id="path383"/>
+ <path d="m 345,918.54 v 23.542" id="path385"/>
+ <path d="m 360,922.96 v 23.542" id="path387"/>
+ <path d="m 375,918.57 v 23.542" id="path389"/>
+ <path d="m 405,909.96 v 23.542" id="path391"/>
+ <path d="m 420,905.66 v 23.542" id="path393"/>
+ <path d="m 435,901.43 v 23.542" id="path395"/>
+ <path d="m 450,897.01 v 23.542" id="path397"/>
+ <path d="m 480,888.59 v 23.542" id="path399"/>
+ <path d="m 495,884.3 v 23.542" id="path401"/>
+ <path d="m 510,879.96 v 23.542" id="path403"/>
+ <path d="m 525,875.64 v 23.542" id="path405"/>
+ <path d="m 555,867.23 v 23.542" id="path407"/>
+ <path d="m 570,862.96 v 23.542" id="path409"/>
+ <path d="m 585,858.48 v 23.542" id="path411"/>
+ <path d="m 600,854.2 v 23.542" id="path413"/>
+ <path d="m 630,845.71 v 23.542" id="path415"/>
+ <path d="m 645,844.37 v 23.542" id="path417"/>
+ <path d="m 660,848.48 v 23.542" id="path419"/>
+ <path d="m 675,852.96 v 23.542" id="path421"/>
+ <path d="m 705,861.34 v 23.542" id="path423"/>
+ <path d="m 720,865.71 v 23.542" id="path425"/>
+ <path d="m 735,869.96 v 23.542" id="path427"/>
+ <path d="m 750,874.29 v 23.542" id="path429"/>
+ <path d="m 780,882.96 v 23.542" id="path431"/>
+ <path d="m 795,887.15 v 23.542" id="path433"/>
+ <path d="m 810,891.52 v 23.542" id="path435"/>
+ <path d="m 825,895.69 v 23.542" id="path437"/>
+ <path d="m 855,904.37 v 23.542" id="path439"/>
+ <path d="m 870,908.48 v 23.542" id="path441"/>
+ <path d="m 885,912.96 v 23.542" id="path443"/>
+ <path d="m 900,917.14 v 23.542" id="path445"/>
+ <path d="m 165,856.13 v 34.375" id="path447"/>
+ <path d="m 240,877.68 v 34.375" id="path449"/>
+ <path d="m 315,899.09 v 34.375" id="path451"/>
+ <path d="m 390,903.48 v 34.375" id="path453"/>
+ <path d="m 465,882.13 v 34.375" id="path455"/>
+ <path d="m 540,860.71 v 34.375" id="path457"/>
+ <path d="m 615,839.13 v 34.375" id="path459"/>
+ <path d="m 690,846.34 v 34.375" id="path461"/>
+ <path d="m 765,867.73 v 34.375" id="path463"/>
+ <path d="m 840,889.13 v 34.375" id="path465"/>
+ <path d="m 915,910.62 v 34.375" id="path467"/>
+ </g>
+ <path d="M 60,40 V 960 H 360 V 40 H 60 m 580,0 V 960 H 940 V 40 H 640" mask="url(#E)" id="path469" fill="#ffffff" fill-opacity=".314"/>
+ <path d="M 560,540 450,695 600,620 640,570 890,510 850,380 640,440 z" id="path471" fill="url(#2)" filter="url(#3)"/>
+ <path d="M 450,695 630,615 700,575 575,495 z" id="path473" fill="url(#4)"/>
+ <path d="M 460,525 450,695 590,595 880,85 V 60 L 860,30 810,10 765,15 735,35 z" id="path475" fill="url(#L)"/>
+ <path d="m 450,695 3,-52 2,10 5,-4 1,2 2,-1 2,8 3,-2 1,1 5,-3 2,9 4,-2 1,2 1,1 v 3 l 3,-1 v 2 l 6,-2 z" id="path477" fill="url(#1)"/>
+ <path d="M 460,525 735,35 765,15 480,520 l -5,6 -2,-5 -6,9 1,-8 -3,4 -1,-5 z" id="path479" fill="#b25c28"/>
+ <path d="m 765,15 45,-5 -303.68,525 -4.325,-7 -8,7 -1,-11 -4,3 1,-12 -10,5 z" id="path481" fill="#974613"/>
+ <path d="m 810,10 50,20 -306.56,530 -3.438,3 2,-20 -10,7 -1,-3 -5,5 -1,-12 -4,5 -1,-10 -8,4 -1,-10 -15,10 v -4 z" id="path483" fill="#853909"/>
+ <path d="m 860,30 20,30 -300.79,520 -0.212,-6 -5,4 1,-11 -8,7 -1,-5 -5,3 1,-9 -4,2 -1,-8 -4,3 z" id="path485" fill="#642b06"/>
+ <path d="M 880,60 V 85 L 590,595 v -5 l -4,1 2,-7 -6,3 v -3 l -4,3 1,-7 z" id="path487" fill="#4d2105"/>
+ <g transform="matrix(0.5,-0.86603,0.86603,0.5,0,0)" id="text489" stroke-opacity=".134" fill="url(#C)" stroke="#000000" stroke-width=".5">
+ <path d="m 218.31037,719.80468 c -0.79059,0 -1.41177,0.62118 -1.41177,1.41177 l 0,18.35294 c 0,3.10588 -2.54117,5.64706 -5.64706,5.64706 l -1.41176,0 c -0.79059,0 -1.41176,0.62118 -1.41176,1.41176 0,0.79059 0.62117,1.41177 1.41176,1.41177 l 1.41176,0 c 4.68706,0 8.47059,-3.78353 8.47059,-8.47059 l 0,-18.35294 c 0,-0.79059 -0.62117,-1.41177 -1.41176,-1.41177 z" id="path4424" stroke-opacity=".134" stroke-width=".5"/>
+ <path d="m 233.30927,718.95763 c -4.68706,0 -8.47059,3.78352 -8.47059,8.47058 l 0,12.98824 c 0,4.68706 3.78353,8.47059 8.47059,8.47059 4.68705,0 8.47058,-3.78353 8.47058,-8.47059 l 0,-12.98824 c 0,-4.68706 -3.78353,-8.47058 -8.47058,-8.47058 z m 0,2.82352 c 3.10588,0 5.64705,2.54118 5.64705,5.64706 l 0,12.98824 c 0,3.10588 -2.54117,5.64706 -5.64705,5.64706 -3.10589,0 -5.64706,-2.54118 -5.64706,-5.64706 l 0,-12.98824 c 0,-3.10588 2.54117,-5.64706 5.64706,-5.64706 z" id="path4426" stroke-opacity=".134" stroke-width=".5"/>
+ <path d="m 255.05816,718.95763 c -6.01412,0 -8.47059,3.81176 -8.47059,7.05882 0,2.9647 2.03295,5.30823 3.44471,6.26823 l 8.47059,5.64706 c 1.21412,0.79059 2.20235,2.20236 2.20235,3.89647 0,2.3153 -1.89176,4.2353 -5.64706,4.2353 -2.4847,0 -4.29176,-0.81883 -6.38117,-2.08941 -0.19765,-0.11295 -0.45177,-0.16942 -0.67765,-0.16942 -0.79059,0 -1.41177,0.62118 -1.41177,1.41177 0,0.45176 0.19765,0.84706 0.56471,1.12941 1.77882,1.41177 4.68706,2.54118 7.90588,2.54118 6.01412,0 8.47059,-3.81177 8.47059,-7.05883 0,-2.9647 -2.03294,-5.30823 -3.44471,-6.26823 l -8.47058,-5.64706 c -1.21412,-0.79059 -2.20236,-2.20235 -2.20236,-3.89647 0,-2.3153 1.89177,-4.2353 5.64706,-4.2353 2.48471,0 4.29177,0.81883 6.38118,2.08942 0.19765,0.11294 0.45176,0.16941 0.67765,0.16941 0.79058,0 1.41176,-0.62118 1.41176,-1.41177 0,-0.45176 -0.19765,-0.84706 -0.56471,-1.12941 -1.77882,-1.41176 -4.68705,-2.54117 -7.90588,-2.54117 z" id="path4428" stroke-opacity=".134" stroke-width=".5"/>
+ <path d="m 288.38574,721.30115 0,-0.0565 c 0,-0.67764 -0.53647,-1.44 -1.3553,-1.44 -0.67765,0 -1.0447,0.36706 -1.32706,0.81883 l -7.2,11.97176 -7.2,-11.97176 c -0.28235,-0.45177 -0.64941,-0.81883 -1.32706,-0.81883 -0.84705,0 -1.35529,0.76236 -1.35529,1.49647 l 0,25.32706 c 0,0.79059 0.62118,1.41177 1.41176,1.41177 0.79059,0 1.41177,-0.62118 1.41177,-1.41177 l 0,-20.30117 5.78823,9.62823 c 0.22589,0.3953 0.67765,0.81883 1.27059,0.81883 0.53647,0 1.04471,-0.33883 1.27059,-0.79059 l 5.78824,-9.65647 0,20.30117 c 0,0.79059 0.62117,1.41177 1.41176,1.41177 0.79059,0 1.41177,-0.62118 1.41177,-1.41177 l 0,-25.32706 z" id="path4430" stroke-opacity=".134" stroke-width=".5"/>
+ </g>
+ <path d="m 720.22,98.54 v 110 h 90 v -110 h -90 m 47.563,13.219 c 0.375,-0.063 0.72,-0.017 1.031,0.156 l 0.031,0.031 21.938,12.656 c 0.346,0.211 0.591,0.515 0.688,0.875 0.096,0.36 0.038,0.707 -0.156,1.063 -0.211,0.346 -0.484,0.56 -0.844,0.656 -0.36,0.097 -0.739,0.038 -1.094,-0.156 l -17.563,-10.125 5.469,9.844 c 0.141,0.218 0.206,0.449 0.219,0.719 0.013,0.27 -0.055,0.511 -0.188,0.75 -0.157,0.254 -0.343,0.457 -0.594,0.563 -0.251,0.106 -0.513,0.16 -0.75,0.156 l -11.219,0.188 17.563,10.156 c 0.346,0.211 0.591,0.484 0.688,0.844 0.096,0.36 0.038,0.707 -0.156,1.063 -0.211,0.346 -0.515,0.591 -0.875,0.688 -0.36,0.096 -0.707,0.038 -1.063,-0.156 L 758.97,129.074 c -0.33,-0.195 -0.547,-0.49 -0.688,-0.844 -0.141,-0.354 -0.137,-0.716 0.063,-1.094 0.172,-0.286 0.388,-0.46 0.625,-0.563 0.237,-0.102 0.481,-0.154 0.75,-0.156 l 13.969,-0.25 -6.75,-12.219 c -0.132,-0.234 -0.22,-0.494 -0.25,-0.75 -0.03,-0.256 0.025,-0.52 0.188,-0.813 0.223,-0.35 0.532,-0.562 0.906,-0.625 m -10.812,22.19 c 0.21,0.013 0.424,0.074 0.625,0.188 0.346,0.211 0.56,0.484 0.656,0.844 0.096,0.36 0.038,0.739 -0.156,1.094 -0.12,0.208 -0.265,0.373 -0.469,0.5 -1.069,0.566 -2.02,1.192 -2.844,1.875 -0.823,0.684 -1.538,1.539 -2.156,2.594 -0.912,1.643 -1.285,3.095 -1.063,4.313 0.222,1.217 0.876,2.124 1.906,2.719 0.748,0.413 1.493,0.586 2.281,0.563 0.788,-0.024 1.528,-0.193 2.188,-0.531 l 9.125,-4.531 c 0.81,-0.411 1.871,-0.655 3.188,-0.75 1.316,-0.095 2.644,0.205 3.969,0.906 1.496,0.838 2.541,2.206 3.125,4.094 0.584,1.888 0.163,4.151 -1.25,6.781 -0.829,1.4 -1.809,2.584 -2.906,3.531 -1.097,0.947 -2.17,1.608 -3.25,2.031 -0.439,0.176 -0.88,0.164 -1.281,-0.063 -0.346,-0.21 -0.56,-0.484 -0.656,-0.844 -0.096,-0.36 -0.038,-0.739 0.156,-1.094 0.12,-0.208 0.265,-0.373 0.469,-0.5 1.069,-0.566 2.02,-1.191 2.844,-1.875 0.823,-0.683 1.538,-1.539 2.156,-2.594 0.912,-1.642 1.285,-3.064 1.063,-4.281 -0.222,-1.217 -0.876,-2.124 -1.906,-2.719 -0.748,-0.413 -1.493,-0.618 -2.281,-0.594 -0.788,0.024 -1.528,0.193 -2.188,0.531 l -9.125,4.531 c -0.81,0.411 -1.871,0.655 -3.188,0.75 -1.316,0.095 -2.644,-0.205 -3.969,-0.906 -1.496,-0.837 -2.509,-2.206 -3.094,-4.094 -0.584,-1.888 -0.194,-4.151 1.219,-6.781 0.829,-1.4 1.809,-2.584 2.906,-3.531 1.097,-0.947 2.17,-1.608 3.25,-2.031 0.219,-0.088 0.446,-0.138 0.656,-0.125 m -10.09,20.281 c 1.344,0.042 2.68,0.438 4,1.156 l 11.25,6.469 c 2.052,1.254 3.355,2.982 3.938,5.156 0.583,2.174 0.306,4.326 -0.844,6.438 -1.254,2.052 -2.982,3.355 -5.156,3.938 -2.174,0.583 -4.326,0.306 -6.438,-0.844 l -11.219,-6.5 c -2.052,-1.254 -3.386,-2.951 -3.969,-5.125 -0.583,-2.174 -0.306,-4.326 0.844,-6.438 1.254,-2.052 2.982,-3.386 5.156,-3.969 0.815,-0.218 1.631,-0.306 2.438,-0.281 m -0.625,2.844 c -0.36,0.025 -0.73,0.09 -1.094,0.188 -1.454,0.39 -2.574,1.265 -3.406,2.625 -0.761,1.401 -0.952,2.827 -0.563,4.281 0.39,1.454 1.265,2.605 2.625,3.438 l 11.25,6.5 c 1.401,0.761 2.827,0.952 4.281,0.563 1.454,-0.39 2.605,-1.265 3.438,-2.625 0.761,-1.401 0.921,-2.858 0.531,-4.313 -0.39,-1.454 -1.265,-2.574 -2.625,-3.406 l -11.25,-6.5 c -1.051,-0.571 -2.107,-0.826 -3.188,-0.75 m -12.594,14.09 c 0.269,-0.018 0.546,0.073 0.813,0.219 l 15.875,9.156 c 2.052,1.254 3.386,2.982 3.969,5.156 0.583,2.174 0.275,4.295 -0.875,6.406 l -0.688,1.25 c -0.211,0.346 -0.515,0.56 -0.875,0.656 -0.36,0.096 -0.707,0.038 -1.063,-0.156 -0.346,-0.21 -0.56,-0.484 -0.656,-0.844 -0.096,-0.36 -0.038,-0.739 0.156,-1.094 l 0.688,-1.219 c 0.761,-1.401 0.952,-2.827 0.563,-4.281 -0.39,-1.454 -1.265,-2.605 -2.625,-3.438 l -15.906,-9.156 c -0.346,-0.21 -0.56,-0.515 -0.656,-0.875 -0.096,-0.36 -0.038,-0.707 0.156,-1.063 0.211,-0.346 0.484,-0.56 0.844,-0.656 0.09,-0.024 0.192,-0.056 0.281,-0.063" mask="url(#mask4400)" id="path493" filter="url(#A)"/>
+</svg>
diff --git a/images/Osmdbstats1_users.png b/images/Osmdbstats1_users.png
new file mode 100644
index 0000000..f9907fc
--- /dev/null
+++ b/images/Osmdbstats1_users.png
Binary files differ
diff --git a/images/Osmdbstats2.png b/images/Osmdbstats2.png
new file mode 100644
index 0000000..c82a575
--- /dev/null
+++ b/images/Osmdbstats2.png
Binary files differ
diff --git a/images/Public-images-osm_logo.svg b/images/Public-images-osm_logo.svg
new file mode 100644
index 0000000..61e8d35
--- /dev/null
+++ b/images/Public-images-osm_logo.svg
@@ -0,0 +1,3374 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="256"
+ height="256"
+ id="svg3038"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="Public-images-osm_logo.svg"
+ inkscape:export-filename="/home/fred/bla.png"
+ inkscape:export-xdpi="180"
+ inkscape:export-ydpi="180"
+ sodipodi:version="0.32"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <title
+ id="title3594">OpenStreetMap logo 2011</title>
+ <defs
+ id="defs3040">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient8729">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8731" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8733" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6846">
+ <stop
+ id="stop6848"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.93050194;"
+ offset="0.5"
+ id="stop6852" />
+ <stop
+ id="stop6850"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6589">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop6591" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6593" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5862">
+ <stop
+ style="stop-color:#f9e295;stop-opacity:1;"
+ offset="0"
+ id="stop5864" />
+ <stop
+ id="stop5876"
+ offset="0.125"
+ style="stop-color:#f7dd84;stop-opacity:1;" />
+ <stop
+ id="stop5874"
+ offset="0.20580582"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5870"
+ offset="0.30112621"
+ style="stop-color:#f4ce51;stop-opacity:1;" />
+ <stop
+ style="stop-color:#f9e7aa;stop-opacity:1;"
+ offset="0.3412039"
+ id="stop5872" />
+ <stop
+ style="stop-color:#efbb0e;stop-opacity:1;"
+ offset="1"
+ id="stop5866" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5762">
+ <stop
+ style="stop-color:#2d3335;stop-opacity:1;"
+ offset="0"
+ id="stop5764" />
+ <stop
+ id="stop5770"
+ offset="0.5"
+ style="stop-color:#4c464a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#384042;stop-opacity:1;"
+ offset="1"
+ id="stop5766" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5745">
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:0;"
+ offset="0"
+ id="stop5747" />
+ <stop
+ id="stop5753"
+ offset="0.83932751"
+ style="stop-color:#d0e9f2;stop-opacity:0;" />
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:0.28185329;"
+ offset="0.94308507"
+ id="stop5755" />
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:1;"
+ offset="1"
+ id="stop5749" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4680">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684" />
+ </linearGradient>
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 32 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="64 : 32 : 1"
+ inkscape:persp3d-origin="32 : 21.333333 : 1"
+ id="perspective3046" />
+ <inkscape:perspective
+ id="perspective3056"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3844"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3871"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3897"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3926"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3953"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3979"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4005"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4028"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4054"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4083"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4132"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4158"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4184"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4219"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4276"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4302"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4328"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4354"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4386"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4413"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4439"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4465"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4497"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4523"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4549"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4575"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4601"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4627"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4653"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4837"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7"
+ id="linearGradient4686-3"
+ x1="94.25"
+ y1="-94.671967"
+ x2="9"
+ y2="-179.96893"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4680-7">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682-2" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7"
+ id="linearGradient4742-3"
+ x1="50.75"
+ y1="-114.4375"
+ x2="35.75"
+ y2="-30.4375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4846">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4848" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4850" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7"
+ id="linearGradient4734-3"
+ x1="77.625"
+ y1="-163.125"
+ x2="115.25"
+ y2="-74.625"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4853">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4855" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4857" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7"
+ id="linearGradient4726-9"
+ x1="56.5"
+ y1="-50.4375"
+ x2="125.71875"
+ y2="7.0625"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4860">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4862" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4864" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7"
+ id="linearGradient4710-2"
+ x1="35"
+ y1="-163.29688"
+ x2="180.75"
+ y2="-146.79688"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4867">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4869" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4871" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7"
+ id="linearGradient4718-4"
+ x1="57.000099"
+ y1="-141.10941"
+ x2="179"
+ y2="-41.609402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4874">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4876" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4878" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7"
+ id="linearGradient4694-4"
+ x1="156"
+ y1="-26.5"
+ x2="208.25"
+ y2="39.75"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4881">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4883" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4885" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7"
+ id="linearGradient4702-4"
+ x1="142.75"
+ y1="-169.29688"
+ x2="235"
+ y2="-77.296875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4888">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4890" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4892" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9"
+ id="linearGradient4806-9"
+ x1="214.25"
+ y1="-161.35938"
+ x2="166.5"
+ y2="-113.71875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4744-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4746-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4748-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9"
+ id="linearGradient4790-3"
+ x1="53.25"
+ y1="-126.5"
+ x2="57.65625"
+ y2="-62.46875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9"
+ id="linearGradient4758-2"
+ x1="39.5"
+ y1="6.6250248"
+ x2="75.71875"
+ y2="-17.124975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9"
+ id="linearGradient4750-9"
+ x1="102"
+ y1="-162.34375"
+ x2="85.3125"
+ y2="-121.4375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9"
+ id="linearGradient4782-5"
+ x1="117.75"
+ y1="-78.09375"
+ x2="63.5"
+ y2="-14.75"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9"
+ id="linearGradient4798-4"
+ x1="180.68745"
+ y1="-125.125"
+ x2="133.93745"
+ y2="-60.74995"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9"
+ id="linearGradient4766-3"
+ x1="170.75"
+ y1="-23.5"
+ x2="130.21875"
+ y2="33.375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9"
+ id="linearGradient4774-9"
+ x1="213.5"
+ y1="-76"
+ x2="181.75005"
+ y2="-5.6563001"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ y2="-5.6563001"
+ x2="181.75005"
+ y1="-76"
+ x1="213.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4965"
+ xlink:href="#linearGradient4744-9"
+ inkscape:collect="always" />
+ <inkscape:perspective
+ id="perspective5148"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680"
+ id="linearGradient5168"
+ x1="210.17188"
+ y1="72.064125"
+ x2="9"
+ y2="-213.25346"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-10)" />
+ <inkscape:perspective
+ id="perspective5179"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5201"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5201-7"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5201-72"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5201-0"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5260"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5296"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5339"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath5383">
+ <path
+ style="fill:#ceeeab;fill-opacity:1;stroke:none"
+ d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
+ id="path5385" />
+ </clipPath>
+ <inkscape:perspective
+ id="perspective5412"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath5426">
+ <path
+ style="fill:#ceeeab;fill-opacity:1;stroke:none"
+ d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
+ id="path5428" />
+ </clipPath>
+ <inkscape:perspective
+ id="perspective5452"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath5466">
+ <path
+ style="fill:#ceeeab;fill-opacity:1;stroke:none"
+ d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
+ id="path5468" />
+ </clipPath>
+ <inkscape:perspective
+ id="perspective5614"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5638"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5638-1"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5638-3"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5679"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5701"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5723"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5745"
+ id="radialGradient5751"
+ cx="128"
+ cy="86"
+ fx="128"
+ fy="86"
+ r="47"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0212766,0,0,-1.0212766,-212.7234,173.82979)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5762"
+ id="linearGradient5768"
+ x1="123"
+ y1="150.375"
+ x2="133"
+ y2="150.375"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,46,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5762"
+ id="linearGradient5778"
+ x1="128"
+ y1="134.35938"
+ x2="130.875"
+ y2="143.35938"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-210,0)" />
+ <inkscape:perspective
+ id="perspective5788"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5762-9"
+ id="linearGradient5768-1"
+ x1="123"
+ y1="150.375"
+ x2="133"
+ y2="150.375"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,256,0)" />
+ <linearGradient
+ id="linearGradient5762-9">
+ <stop
+ style="stop-color:#2d3335;stop-opacity:1;"
+ offset="0"
+ id="stop5764-6" />
+ <stop
+ id="stop5770-3"
+ offset="0.5"
+ style="stop-color:#4c464a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#384042;stop-opacity:1;"
+ offset="1"
+ id="stop5766-6" />
+ </linearGradient>
+ <linearGradient
+ y2="150.375"
+ x2="133"
+ y1="150.375"
+ x1="123"
+ gradientTransform="matrix(-2,0,0,1.7699115,174,-86.65044)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5798"
+ xlink:href="#linearGradient5762-9"
+ inkscape:collect="always" />
+ <inkscape:perspective
+ id="perspective5829"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ y2="150.375"
+ x2="133"
+ y1="150.375"
+ x1="123"
+ gradientTransform="matrix(-2,0,0,1.7699115,384,-86.65044)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5798-4"
+ xlink:href="#linearGradient5762-9-6"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5762-9-6">
+ <stop
+ style="stop-color:#2d3335;stop-opacity:1;"
+ offset="0"
+ id="stop5764-6-6" />
+ <stop
+ id="stop5770-3-7"
+ offset="0.5"
+ style="stop-color:#4c464a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#384042;stop-opacity:1;"
+ offset="1"
+ id="stop5766-6-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5862"
+ id="linearGradient5868"
+ x1="120"
+ y1="186.5"
+ x2="136"
+ y2="186.5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-210,0)" />
+ <inkscape:perspective
+ id="perspective5886"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5862-1"
+ id="linearGradient5868-4"
+ x1="120"
+ y1="186.5"
+ x2="136"
+ y2="186.5"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient5862-1">
+ <stop
+ style="stop-color:#f9e295;stop-opacity:1;"
+ offset="0"
+ id="stop5864-0" />
+ <stop
+ id="stop5876-0"
+ offset="0.125"
+ style="stop-color:#f7dd84;stop-opacity:1;" />
+ <stop
+ id="stop5874-6"
+ offset="0.20580582"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5870-4"
+ offset="0.30112621"
+ style="stop-color:#f4ce51;stop-opacity:1;" />
+ <stop
+ style="stop-color:#f9e7aa;stop-opacity:1;"
+ offset="0.3412039"
+ id="stop5872-4" />
+ <stop
+ style="stop-color:#efbb0e;stop-opacity:1;"
+ offset="1"
+ id="stop5866-3" />
+ </linearGradient>
+ <linearGradient
+ y2="186.5"
+ x2="136"
+ y1="186.5"
+ x1="120"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5899"
+ xlink:href="#linearGradient5862-1"
+ inkscape:collect="always"
+ gradientTransform="translate(-210,67)" />
+ <inkscape:perspective
+ id="perspective5936"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ y2="186.5"
+ x2="136"
+ y1="186.5"
+ x1="120"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5899-3"
+ xlink:href="#linearGradient5862-1-4"
+ inkscape:collect="always"
+ gradientTransform="translate(0,69)" />
+ <linearGradient
+ id="linearGradient5862-1-4">
+ <stop
+ style="stop-color:#f9e295;stop-opacity:1;"
+ offset="0"
+ id="stop5864-0-7" />
+ <stop
+ id="stop5876-0-2"
+ offset="0.125"
+ style="stop-color:#f7dd84;stop-opacity:1;" />
+ <stop
+ id="stop5874-6-1"
+ offset="0.20580582"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5870-4-7"
+ offset="0.30112621"
+ style="stop-color:#f4ce51;stop-opacity:1;" />
+ <stop
+ style="stop-color:#f9e7aa;stop-opacity:1;"
+ offset="0.3412039"
+ id="stop5872-4-9" />
+ <stop
+ style="stop-color:#efbb0e;stop-opacity:1;"
+ offset="1"
+ id="stop5866-3-5" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective5936-8"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ y2="186.5"
+ x2="136"
+ y1="186.5"
+ x1="120"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5899-9"
+ xlink:href="#linearGradient5862-1-5"
+ inkscape:collect="always"
+ gradientTransform="translate(0,69)" />
+ <linearGradient
+ id="linearGradient5862-1-5">
+ <stop
+ style="stop-color:#f9e295;stop-opacity:1;"
+ offset="0"
+ id="stop5864-0-5" />
+ <stop
+ id="stop5876-0-21"
+ offset="0.125"
+ style="stop-color:#f7dd84;stop-opacity:1;" />
+ <stop
+ id="stop5874-6-5"
+ offset="0.20580582"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5870-4-9"
+ offset="0.30112621"
+ style="stop-color:#f4ce51;stop-opacity:1;" />
+ <stop
+ style="stop-color:#f9e7aa;stop-opacity:1;"
+ offset="0.3412039"
+ id="stop5872-4-91" />
+ <stop
+ style="stop-color:#efbb0e;stop-opacity:1;"
+ offset="1"
+ id="stop5866-3-6" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective6014"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ y2="186.5"
+ x2="136"
+ y1="186.5"
+ x1="120"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient5899-0"
+ xlink:href="#linearGradient5862-1-53"
+ inkscape:collect="always"
+ gradientTransform="translate(0,67)" />
+ <linearGradient
+ id="linearGradient5862-1-53">
+ <stop
+ style="stop-color:#f9e295;stop-opacity:1;"
+ offset="0"
+ id="stop5864-0-2" />
+ <stop
+ id="stop5876-0-1"
+ offset="0.125"
+ style="stop-color:#f7dd84;stop-opacity:1;" />
+ <stop
+ id="stop5874-6-9"
+ offset="0.20580582"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5870-4-76"
+ offset="0.30112621"
+ style="stop-color:#f4ce51;stop-opacity:1;" />
+ <stop
+ style="stop-color:#f9e7aa;stop-opacity:1;"
+ offset="0.3412039"
+ id="stop5872-4-8" />
+ <stop
+ style="stop-color:#efbb0e;stop-opacity:1;"
+ offset="1"
+ id="stop5866-3-2" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective6080"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ id="linearGradient5745-3">
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:0;"
+ offset="0"
+ id="stop5747-3" />
+ <stop
+ id="stop5753-6"
+ offset="0.83932751"
+ style="stop-color:#d0e9f2;stop-opacity:0;" />
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:0.28185329;"
+ offset="0.94308507"
+ id="stop5755-9" />
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:1;"
+ offset="1"
+ id="stop5749-0" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5762-8">
+ <stop
+ style="stop-color:#2d3335;stop-opacity:1;"
+ offset="0"
+ id="stop5764-5" />
+ <stop
+ id="stop5770-1"
+ offset="0.5"
+ style="stop-color:#4c464a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#384042;stop-opacity:1;"
+ offset="1"
+ id="stop5766-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6096">
+ <stop
+ style="stop-color:#2d3335;stop-opacity:1;"
+ offset="0"
+ id="stop6098" />
+ <stop
+ id="stop6100"
+ offset="0.5"
+ style="stop-color:#4c464a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#384042;stop-opacity:1;"
+ offset="1"
+ id="stop6102" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5862-3">
+ <stop
+ style="stop-color:#f9e295;stop-opacity:1;"
+ offset="0"
+ id="stop5864-8" />
+ <stop
+ id="stop5876-09"
+ offset="0.125"
+ style="stop-color:#f7dd84;stop-opacity:1;" />
+ <stop
+ id="stop5874-2"
+ offset="0.20580582"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5870-3"
+ offset="0.30112621"
+ style="stop-color:#f4ce51;stop-opacity:1;" />
+ <stop
+ style="stop-color:#f9e7aa;stop-opacity:1;"
+ offset="0.3412039"
+ id="stop5872-1" />
+ <stop
+ style="stop-color:#efbb0e;stop-opacity:1;"
+ offset="1"
+ id="stop5866-8" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5762-9-4">
+ <stop
+ style="stop-color:#2d3335;stop-opacity:1;"
+ offset="0"
+ id="stop5764-6-1" />
+ <stop
+ id="stop5770-3-6"
+ offset="0.5"
+ style="stop-color:#4c464a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#384042;stop-opacity:1;"
+ offset="1"
+ id="stop5766-6-3" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5862-1-55">
+ <stop
+ style="stop-color:#f9e295;stop-opacity:1;"
+ offset="0"
+ id="stop5864-0-0" />
+ <stop
+ id="stop5876-0-12"
+ offset="0.125"
+ style="stop-color:#f7dd84;stop-opacity:1;" />
+ <stop
+ id="stop5874-6-6"
+ offset="0.20580582"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5870-4-4"
+ offset="0.30112621"
+ style="stop-color:#f4ce51;stop-opacity:1;" />
+ <stop
+ style="stop-color:#f9e7aa;stop-opacity:1;"
+ offset="0.3412039"
+ id="stop5872-4-85" />
+ <stop
+ style="stop-color:#efbb0e;stop-opacity:1;"
+ offset="1"
+ id="stop5866-3-62" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5862-1-55"
+ id="linearGradient6241"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.9842718,0.9842718,-0.9842718,0.9842718,66.992154,-59.215687)"
+ x1="120"
+ y1="186.5"
+ x2="136"
+ y2="186.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5762-9-4"
+ id="linearGradient6244"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.9685436,-1.9685436,-1.742074,1.742074,596.18632,167.51089)"
+ x1="123"
+ y1="150.375"
+ x2="133"
+ y2="150.375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5862-3"
+ id="linearGradient6247"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98427179,0.98427179,-0.98427179,0.98427179,132.93836,-125.1619)"
+ x1="120"
+ y1="186.5"
+ x2="136"
+ y2="186.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5762-8"
+ id="linearGradient6250"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.98427179,-0.98427179,-0.98427179,0.98427179,384.91194,126.81168)"
+ x1="123"
+ y1="150.375"
+ x2="133"
+ y2="150.375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5762-8"
+ id="linearGradient6253"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98427179,0.98427179,-0.98427179,0.98427179,132.93836,-125.1619)"
+ x1="128"
+ y1="134.35938"
+ x2="130.875"
+ y2="143.35938" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5745-3"
+ id="radialGradient6256"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0052137,1.0052137,1.0052137,-1.0052137,-40.83796,43.253296)"
+ cx="128"
+ cy="86"
+ fx="128"
+ fy="86"
+ r="47" />
+ <inkscape:perspective
+ id="perspective6269"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5762-9-4-6"
+ id="linearGradient6244-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1.9685436,-1.9685436,-1.742074,1.742074,596.18632,177.51089)"
+ x1="123"
+ y1="150.375"
+ x2="133"
+ y2="150.375" />
+ <linearGradient
+ id="linearGradient5762-9-4-6">
+ <stop
+ style="stop-color:#2d3335;stop-opacity:1;"
+ offset="0"
+ id="stop5764-6-1-0" />
+ <stop
+ id="stop5770-3-6-7"
+ offset="0.5"
+ style="stop-color:#4c464a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#384042;stop-opacity:1;"
+ offset="1"
+ id="stop5766-6-3-4" />
+ </linearGradient>
+ <linearGradient
+ y2="150.375"
+ x2="133"
+ y1="167.7272"
+ x1="108.00327"
+ gradientTransform="matrix(-1.9685436,-1.9685436,-1.742074,1.742074,596.18632,167.51089)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6279"
+ xlink:href="#linearGradient4680"
+ inkscape:collect="always" />
+ <inkscape:perspective
+ id="perspective6314"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6846"
+ id="radialGradient6427"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-46.348455,24.528408)"
+ gradientUnits="userSpaceOnUse" />
+ <inkscape:perspective
+ id="perspective6437"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-9"
+ id="radialGradient6427-8"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1,0,0,0.69209216,-1.4142136,17.754313)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4744-9-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4746-3-8" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4748-8-3" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-9"
+ id="radialGradient6445"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1,0,0,0.69209216,-1.4142136,17.754313)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-9"
+ id="radialGradient6453"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1,0,0,0.69209216,-1.4142136,17.754313)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-9"
+ id="radialGradient6461"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1,0,0,0.69209216,-1.4142136,17.754313)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-9"
+ id="radialGradient6469"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1,0,0,0.69209216,-1.4142136,17.754313)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ r="38.416904"
+ fy="72.588303"
+ fx="159.61317"
+ cy="72.588303"
+ cx="159.61317"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-45.919787,25.814437)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient6482"
+ xlink:href="#linearGradient4744-9-9"
+ inkscape:collect="always" />
+ <inkscape:perspective
+ id="perspective6551"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5745-3-3"
+ id="radialGradient6256-6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0052137,1.0052137,1.0052137,-1.0052137,-40.83796,53.253296)"
+ cx="128"
+ cy="86"
+ fx="128"
+ fy="86"
+ r="47" />
+ <linearGradient
+ id="linearGradient5745-3-3">
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:0;"
+ offset="0"
+ id="stop5747-3-0" />
+ <stop
+ id="stop5753-6-1"
+ offset="0.83932751"
+ style="stop-color:#d0e9f2;stop-opacity:0;" />
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:0.28185329;"
+ offset="0.94308507"
+ id="stop5755-9-4" />
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:1;"
+ offset="1"
+ id="stop5749-0-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6589"
+ id="linearGradient6595"
+ x1="126.64295"
+ y1="29.814894"
+ x2="179.96115"
+ y2="137.19565"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-10)" />
+ <inkscape:perspective
+ id="perspective6605"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6589-6"
+ id="linearGradient6595-6"
+ x1="126.64295"
+ y1="29.814894"
+ x2="179.96115"
+ y2="137.19565"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient6589-6">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop6591-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6593-1" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="matrix(-0.50295302,0.19839946,0.19720153,-0.43253662,276.15635,123.41729)"
+ y2="137.19565"
+ x2="179.96115"
+ y1="29.814894"
+ x1="126.64295"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6614"
+ xlink:href="#linearGradient6589-6"
+ inkscape:collect="always" />
+ <inkscape:perspective
+ id="perspective6643"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6589-2"
+ id="linearGradient6595-8"
+ x1="126.64295"
+ y1="29.814894"
+ x2="179.96115"
+ y2="137.19565"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6589-2">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop6591-9" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6593-6" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective6681"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-4"
+ id="radialGradient6427-9"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.895494,34.408017)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4744-9-4">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4746-3-3" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4748-8-7" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-4"
+ id="radialGradient6689"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.895494,34.408017)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-4"
+ id="radialGradient6697"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.895494,34.408017)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-4"
+ id="radialGradient6705"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.895494,34.408017)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-4"
+ id="radialGradient6713"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.895494,34.408017)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ r="38.416904"
+ fy="72.588303"
+ fx="159.61317"
+ cy="72.588303"
+ cx="159.61317"
+ gradientTransform="matrix(1.2124778,0,0,0.83914634,-47.895492,34.408018)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient6726"
+ xlink:href="#linearGradient4744-9-4"
+ inkscape:collect="always" />
+ <inkscape:perspective
+ id="perspective6681-6"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-49"
+ id="radialGradient6427-0"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.895494,34.408017)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4744-9-49">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4746-3-1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4748-8-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-49"
+ id="radialGradient6689-2"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.895494,34.408017)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-49"
+ id="radialGradient6697-2"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.895494,34.408017)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-49"
+ id="radialGradient6705-4"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.895494,34.408017)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-49"
+ id="radialGradient6713-6"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.895494,34.408017)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ r="38.416904"
+ fy="72.588303"
+ fx="159.61317"
+ cy="72.588303"
+ cx="159.61317"
+ gradientTransform="matrix(1.2124778,0,0,0.83914634,-47.895492,34.408018)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient6726-0"
+ xlink:href="#linearGradient4744-9-49"
+ inkscape:collect="always" />
+ <inkscape:perspective
+ id="perspective6863"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ id="linearGradient6589-6-9">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop6591-6-7" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6593-1-2" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6846-8"
+ id="radialGradient6427-6"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914634,-47.895493,34.408019)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient6846-8">
+ <stop
+ id="stop6848-8"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.93050194;"
+ offset="0.5"
+ id="stop6852-9" />
+ <stop
+ id="stop6850-8"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6846-8"
+ id="radialGradient6876"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.895494,34.408017)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient6878">
+ <stop
+ id="stop6880"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.93050194;"
+ offset="0.5"
+ id="stop6882" />
+ <stop
+ id="stop6884"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6846-8"
+ id="radialGradient6886"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.895494,34.408017)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient6888">
+ <stop
+ id="stop6890"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.93050194;"
+ offset="0.5"
+ id="stop6892" />
+ <stop
+ id="stop6894"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6846-8"
+ id="radialGradient6896"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.895494,34.408017)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient6898">
+ <stop
+ id="stop6900"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.93050194;"
+ offset="0.5"
+ id="stop6902" />
+ <stop
+ id="stop6904"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6846-8"
+ id="radialGradient6906"
+ cx="159.61317"
+ cy="72.588303"
+ fx="159.61317"
+ fy="72.588303"
+ r="38.416904"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.895494,34.408017)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient6908">
+ <stop
+ id="stop6910"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0.93050194;"
+ offset="0.5"
+ id="stop6912" />
+ <stop
+ id="stop6914"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ r="38.416904"
+ fy="72.588303"
+ fx="159.61317"
+ cy="72.588303"
+ cx="159.61317"
+ gradientTransform="matrix(1.2124778,0,0,0.83914634,-47.466825,35.694048)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient6482-8"
+ xlink:href="#linearGradient4744-9-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4744-9-9-1">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4746-3-8-6" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4748-8-3-8" />
+ </linearGradient>
+ <radialGradient
+ r="38.416904"
+ fy="72.588303"
+ fx="159.61317"
+ cy="72.588303"
+ cx="159.61317"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.466826,35.694046)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient6920"
+ xlink:href="#linearGradient4744-9-9-1"
+ inkscape:collect="always" />
+ <radialGradient
+ r="38.416904"
+ fy="72.588303"
+ fx="159.61317"
+ cy="72.588303"
+ cx="159.61317"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.466826,35.694046)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient6928"
+ xlink:href="#linearGradient4744-9-9-1"
+ inkscape:collect="always" />
+ <radialGradient
+ r="38.416904"
+ fy="72.588303"
+ fx="159.61317"
+ cy="72.588303"
+ cx="159.61317"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.466826,35.694046)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient6936"
+ xlink:href="#linearGradient4744-9-9-1"
+ inkscape:collect="always" />
+ <radialGradient
+ r="38.416904"
+ fy="72.588303"
+ fx="159.61317"
+ cy="72.588303"
+ cx="159.61317"
+ gradientTransform="matrix(1.2124778,0,0,0.83914635,-47.466826,35.694046)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient6944"
+ xlink:href="#linearGradient4744-9-9-1"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient5862-1-55-2">
+ <stop
+ style="stop-color:#f9e295;stop-opacity:1;"
+ offset="0"
+ id="stop5864-0-0-9" />
+ <stop
+ id="stop5876-0-12-6"
+ offset="0.125"
+ style="stop-color:#f7dd84;stop-opacity:1;" />
+ <stop
+ id="stop5874-6-6-4"
+ offset="0.20580582"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5870-4-4-5"
+ offset="0.30112621"
+ style="stop-color:#f4ce51;stop-opacity:1;" />
+ <stop
+ style="stop-color:#f9e7aa;stop-opacity:1;"
+ offset="0.3412039"
+ id="stop5872-4-85-5" />
+ <stop
+ style="stop-color:#efbb0e;stop-opacity:1;"
+ offset="1"
+ id="stop5866-3-62-4" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4680-0">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682-5" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684-76" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5762-9-4-5">
+ <stop
+ style="stop-color:#2d3335;stop-opacity:1;"
+ offset="0"
+ id="stop5764-6-1-3" />
+ <stop
+ id="stop5770-3-6-73"
+ offset="0.5"
+ style="stop-color:#4c464a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#384042;stop-opacity:1;"
+ offset="1"
+ id="stop5766-6-3-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5862-3-3">
+ <stop
+ style="stop-color:#f9e295;stop-opacity:1;"
+ offset="0"
+ id="stop5864-8-0" />
+ <stop
+ id="stop5876-09-8"
+ offset="0.125"
+ style="stop-color:#f7dd84;stop-opacity:1;" />
+ <stop
+ id="stop5874-2-6"
+ offset="0.20580582"
+ style="stop-color:#ffffff;stop-opacity:1;" />
+ <stop
+ id="stop5870-3-6"
+ offset="0.30112621"
+ style="stop-color:#f4ce51;stop-opacity:1;" />
+ <stop
+ style="stop-color:#f9e7aa;stop-opacity:1;"
+ offset="0.3412039"
+ id="stop5872-1-9" />
+ <stop
+ style="stop-color:#efbb0e;stop-opacity:1;"
+ offset="1"
+ id="stop5866-8-7" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5762-8-9">
+ <stop
+ style="stop-color:#2d3335;stop-opacity:1;"
+ offset="0"
+ id="stop5764-5-3" />
+ <stop
+ id="stop5770-1-7"
+ offset="0.5"
+ style="stop-color:#4c464a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#384042;stop-opacity:1;"
+ offset="1"
+ id="stop5766-2-1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6987">
+ <stop
+ style="stop-color:#2d3335;stop-opacity:1;"
+ offset="0"
+ id="stop6989" />
+ <stop
+ id="stop6991"
+ offset="0.5"
+ style="stop-color:#4c464a;stop-opacity:1;" />
+ <stop
+ style="stop-color:#384042;stop-opacity:1;"
+ offset="1"
+ id="stop6993" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5745-3-5">
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:0;"
+ offset="0"
+ id="stop5747-3-7" />
+ <stop
+ id="stop5753-6-0"
+ offset="0.83932751"
+ style="stop-color:#d0e9f2;stop-opacity:0;" />
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:0.28185329;"
+ offset="0.94308507"
+ id="stop5755-9-2" />
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:1;"
+ offset="1"
+ id="stop5749-0-6" />
+ </linearGradient>
+ <filter
+ inkscape:collect="always"
+ id="filter7286">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="4.2868936"
+ id="feGaussianBlur7288" />
+ </filter>
+ <inkscape:perspective
+ id="perspective7298"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-6"
+ id="linearGradient5168-6"
+ x1="210.17188"
+ y1="72.064125"
+ x2="9"
+ y2="-213.25346"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4680-6">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682-3" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684-2" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective7298-3"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-4"
+ id="linearGradient5168-60"
+ x1="210.17188"
+ y1="72.064125"
+ x2="9"
+ y2="-213.25346"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4680-4">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682-36" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684-3" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective7298-9"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-2"
+ id="linearGradient5168-4"
+ x1="210.17188"
+ y1="72.064125"
+ x2="9"
+ y2="-213.25346"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4680-2">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682-9" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684-38" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-2"
+ id="linearGradient7376"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,-0.08087767,0,1,0,203.0563)"
+ x1="210.17188"
+ y1="72.064125"
+ x2="9"
+ y2="-213.25346" />
+ <inkscape:perspective
+ id="perspective7716"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ id="linearGradient4680-7-3">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682-2-2" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684-7-2" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7725">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop7727" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop7729" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7732">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop7734" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop7736" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7739">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop7741" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop7743" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7746">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop7748" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop7750" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7753">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop7755" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop7757" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7760">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop7762" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop7764" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7767">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop7769" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop7771" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4680-22">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682-27" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684-36" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath5426-1">
+ <path
+ style="fill:#ceeeab;fill-opacity:1;stroke:none"
+ d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
+ id="path5428-0" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath5383-0">
+ <path
+ style="fill:#ceeeab;fill-opacity:1;stroke:none"
+ d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
+ id="path5385-7" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath5466-2">
+ <path
+ style="fill:#ceeeab;fill-opacity:1;stroke:none"
+ d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
+ id="path5468-3" />
+ </clipPath>
+ <inkscape:perspective
+ id="perspective8183"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath5466-2-3">
+ <path
+ style="fill:#ceeeab;fill-opacity:1;stroke:none"
+ d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
+ id="path5468-3-2" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath5383-0-0">
+ <path
+ style="fill:#ceeeab;fill-opacity:1;stroke:none"
+ d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
+ id="path5385-7-8" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath5426-1-6">
+ <path
+ style="fill:#ceeeab;fill-opacity:1;stroke:none"
+ d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
+ id="path5428-0-9" />
+ </clipPath>
+ <linearGradient
+ gradientTransform="translate(0,192)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-22-2"
+ id="linearGradient5168-2-9"
+ x1="210.17188"
+ y1="72.064125"
+ x2="9"
+ y2="-213.25346"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4680-22-2">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682-27-3" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684-36-5" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-7-8"
+ id="linearGradient4806-9-8-4"
+ x1="214.25"
+ y1="-161.35938"
+ x2="166.5"
+ y2="-113.71875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4744-9-7-8">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4746-3-0-1" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4748-8-4-0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-7-8"
+ id="linearGradient4790-3-9-7"
+ x1="53.25"
+ y1="-126.5"
+ x2="57.65625"
+ y2="-62.46875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-7-8"
+ id="linearGradient4758-2-6-2"
+ x1="39.5"
+ y1="6.6250248"
+ x2="75.71875"
+ y2="-17.124975"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-7-8"
+ id="linearGradient4750-9-9-4"
+ x1="102"
+ y1="-162.34375"
+ x2="85.3125"
+ y2="-121.4375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-7-8"
+ id="linearGradient4782-5-5-9"
+ x1="117.75"
+ y1="-78.09375"
+ x2="63.5"
+ y2="-14.75"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-7-8"
+ id="linearGradient4798-4-1-9"
+ x1="180.68745"
+ y1="-125.125"
+ x2="133.93745"
+ y2="-60.74995"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4744-9-7-8"
+ id="linearGradient4766-3-6-2"
+ x1="170.75"
+ y1="-23.5"
+ x2="130.21875"
+ y2="33.375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ y2="-5.6563001"
+ x2="181.75005"
+ y1="-76"
+ x1="213.5"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4965-0-3"
+ xlink:href="#linearGradient4744-9-7-8"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7-3-6"
+ id="linearGradient4686-3-4-6"
+ x1="94.25"
+ y1="-94.671967"
+ x2="9"
+ y2="-179.96893"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4680-7-3-6">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682-2-2-7" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684-7-2-7" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7-3-6"
+ id="linearGradient4742-3-4-4"
+ x1="50.75"
+ y1="-114.4375"
+ x2="35.75"
+ y2="-30.4375"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient8255">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8257" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8259" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7-3-6"
+ id="linearGradient4734-3-7-6"
+ x1="77.625"
+ y1="-163.125"
+ x2="115.25"
+ y2="-74.625"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient8262">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8264" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8266" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7-3-6"
+ id="linearGradient4726-9-4-9"
+ x1="56.5"
+ y1="-50.4375"
+ x2="125.71875"
+ y2="7.0625"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient8269">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8271" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8273" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7-3-6"
+ id="linearGradient4710-2-1-6"
+ x1="35"
+ y1="-163.29688"
+ x2="180.75"
+ y2="-146.79688"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient8276">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8278" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8280" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7-3-6"
+ id="linearGradient4718-4-6-0"
+ x1="57.000099"
+ y1="-141.10941"
+ x2="179"
+ y2="-41.609402"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient8283">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8285" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8287" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7-3-6"
+ id="linearGradient4694-4-1-9"
+ x1="156"
+ y1="-26.5"
+ x2="208.25"
+ y2="39.75"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient8290">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8292" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8294" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-7-3-6"
+ id="linearGradient4702-4-6-9"
+ x1="142.75"
+ y1="-169.29688"
+ x2="235"
+ y2="-77.296875"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient8297">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop8299" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop8301" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective8581"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5745-3-1"
+ id="radialGradient6256-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0052137,1.0052137,1.0052137,-1.0052137,-40.83796,53.253296)"
+ cx="128"
+ cy="86"
+ fx="128"
+ fy="86"
+ r="47" />
+ <linearGradient
+ id="linearGradient5745-3-1">
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:0;"
+ offset="0"
+ id="stop5747-3-73" />
+ <stop
+ id="stop5753-6-08"
+ offset="0.83932751"
+ style="stop-color:#d0e9f2;stop-opacity:0;" />
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:0.28185329;"
+ offset="0.94308507"
+ id="stop5755-9-5" />
+ <stop
+ style="stop-color:#d0e9f2;stop-opacity:1;"
+ offset="1"
+ id="stop5749-0-4" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath8617">
+ <path
+ style="fill:url(#radialGradient8621);fill-opacity:1;stroke:none"
+ d="m 123.62289,141.06193 c 20.83191,20.24317 54.6071,19.28863 75.439,-2.132 20.8319,-21.42064 20.8319,-55.195816 0,-75.438984 -20.83191,-20.243167 -54.60709,-19.288643 -75.439,2.131999 -20.83189,21.42063 -20.8319,55.195815 0,75.438985 z"
+ id="path8619"
+ sodipodi:nodetypes="csssc" />
+ </clipPath>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5745-3-1"
+ id="radialGradient8621"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.80254238,0.77986154,0.80254238,-0.82522321,-10.401684,73.423363)"
+ cx="128"
+ cy="86"
+ fx="128"
+ fy="86"
+ r="47" />
+ <inkscape:perspective
+ id="perspective8631"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <filter
+ inkscape:collect="always"
+ id="filter8661">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="6.3109704"
+ id="feGaussianBlur8663" />
+ </filter>
+ <inkscape:perspective
+ id="perspective8673"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-62"
+ id="linearGradient5168-8"
+ x1="210.17188"
+ y1="72.064125"
+ x2="9"
+ y2="-213.25346"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient4680-62">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop4682-7" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop4684-0" />
+ </linearGradient>
+ <inkscape:perspective
+ id="perspective8711"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <filter
+ inkscape:collect="always"
+ id="filter8725">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="4.4575"
+ id="feGaussianBlur8727" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8729"
+ id="linearGradient8735"
+ x1="122"
+ y1="245.448"
+ x2="122"
+ y2="4.302"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-2"
+ id="linearGradient8742"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,181.99999)"
+ x1="210.17188"
+ y1="72.064125"
+ x2="9"
+ y2="-213.25346" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath8750">
+ <path
+ id="path8752"
+ d="m 9,22.578406 c 0,0 7.5,12.393417 11.75,26.799687 C 25,63.784363 27,74.372608 27,74.372608 c 0,0 -5.5,13.194827 -8.25,25.417241 C 16,112.01226 13,123.2549 13,123.2549 c 0,0 5.75,15.53495 9.25,29.25188 3.5,13.71692 3.75,23.94671 3.75,23.94671 0,0 -4,10.57351 -7.5,24.85658 -3.5,14.28307 -5,31.15439 -5,31.15439 0,0 9.25,-2.74812 28.5,-1.05502 19.25,1.69311 32.25,3.3917 32.25,3.3917 0,0 12.75,-3.78119 24,-8.19107 11.25,-4.40987 16.25,-7.81426 16.25,-7.81426 0,0 5.5,0.0552 22.5,4.43025 17,4.37508 29.25,6.13433 29.25,6.13433 0,0 13,-3.80141 26,-7.85282 13,-4.05141 26.5,-10.14326 26.5,-10.14326 0,0 -0.75,-4.93934 4.25,-24.84373 5,-19.90438 8.75,-28.70768 8.75,-28.70768 0,0 -0.5145,-4.4553 -3.75,-19.4467 -1.75,-8.10847 -2.25,-4.06803 -2.25,-4.06803 0,0 16.264,-26.15535 16.5,-40.334481 C 242.5,78.94347 235,57.550053 235,57.550053 c 0,0 -4.75,-14.865832 -7.5,-29.143418 -2.75,-14.277586 -8.25,-25.0827591 -8.25,-25.0827591 0,0 -24.25,10.9612831 -31.75,13.0678661 -7.5,2.106582 -21,6.948431 -21,6.948431 0,0 -9.75,-3.461443 -22,-6.720691 -12.25,-3.259249 -29.75,-3.09389 -29.75,-3.09389 0,0 -3.25,3.762853 -22,9.779309 -18.75,6.016456 -27.5,7.974136 -27.5,7.974136 0,0 -18.5,-7.503763 -31.5,-8.952353 -13,-1.448591 -24,-0.05894 -24.75,0.251722 z"
+ style="opacity:0.03913042;fill:url(#linearGradient8754);fill-opacity:1;stroke:none"
+ sodipodi:nodetypes="cscscscscscscscscscscscscscscscsc" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4680-2"
+ id="linearGradient8754"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,-0.08087767,0,1,0,203.05629)"
+ x1="210.17188"
+ y1="72.064125"
+ x2="9"
+ y2="-213.25346" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1.8066556"
+ inkscape:cx="-64.277238"
+ inkscape:cy="49.616655"
+ inkscape:current-layer="layer5"
+ showgrid="true"
+ inkscape:document-units="px"
+ inkscape:grid-bbox="true"
+ inkscape:window-width="1024"
+ inkscape:window-height="689"
+ inkscape:window-x="0"
+ inkscape:window-y="27"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata3043">
+ <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>OpenStreetMap logo 2011</dc:title>
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>Ken Vermette</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+ <dc:date>April 2011</dc:date>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title>OpenStreetMap.org</dc:title>
+ </cc:Agent>
+ </dc:publisher>
+ <dc:description>Replacement logo for OpenStreetMap Foundation</dc:description>
+ <dc:subject>
+ <rdf:Bag>
+ <rdf:li>OSM openstreetmap logo</rdf:li>
+ </rdf:Bag>
+ </dc:subject>
+ <dc:source>http://wiki.openstreetmap.org/wiki/File:Public-images-osm_logo.svg</dc:source>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer8"
+ inkscape:label="map_shadow"
+ style="display:inline">
+ <g
+ id="g8737"
+ transform="translate(0,-10)">
+ <path
+ clip-path="none"
+ transform="matrix(1,6.864071e-2,0,0.848698,-6.6011175e-8,36.913089)"
+ id="path5604-26-0-3"
+ d="M 174.28125,35.875 C 156.6825,35.875 139.08909,42.514475 125.5625,55.78125 C 125.39528,55.944528 125.22813,56.084367 125.0625,56.25 C 103.00655,78.305948 98.853795,111.50122 112.59375,137.75 L 110.3125,139.375 C 112.56129,143.61488 115.25415,147.6818 118.40625,151.5 L 105.09375,164.84375 C 103.75238,164.258 102.30517,163.81044 100.53125,163.46875 L 97.6875,166.3125 C 96.578031,165.82863 95.549481,165.49662 94.625,165.4375 L 30.5,229.5625 C 30.46313,230.66337 30.72615,231.74988 31.15625,232.84375 L 30.625,233.375 L 29.53125,234.46875 C 30.246688,238.20655 31.541682,241.29169 35,244.75 C 38.458318,248.20832 41.420414,249.38027 45.28125,250.21875 L 46.375,249.125 L 47.09375,248.40625 C 48.181953,248.8685 49.223649,249.19242 50.1875,249.25 L 114.3125,185.125 C 114.06964,184.15025 113.69207,183.18954 113.28125,182.21875 L 116.28125,179.21875 C 116.03142,177.48677 115.60454,176.02072 114.96875,174.625 L 128.25,161.34375 C 132.0682,164.49585 136.13512,167.18872 140.375,169.4375 L 142,167.15625 C 168.24878,180.8962 201.44405,176.74344 223.5,154.6875 C 223.66563,154.52186 223.80547,154.35472 223.96875,154.1875 C 250.66292,126.97054 250.51736,83.267352 223.5,56.25 C 209.91004,42.660041 192.09307,35.875 174.28125,35.875 z M 173.78125,39.15625 C 173.88592,39.15775 173.98908,39.15425 174.09375,39.15625 C 175.04294,39.17465 175.98913,39.22152 176.9375,39.28125 C 177.89594,39.34161 178.8563,39.428763 179.8125,39.53125 C 179.9062,39.5413 180.00004,39.55205 180.09375,39.5625 C 180.18775,39.57298 180.28105,39.58287 180.375,39.59375 C 180.5207,39.61063 180.66687,39.63839 180.8125,39.65625 C 181.7087,39.766152 182.60741,39.884369 183.5,40.03125 C 184.11909,40.133124 184.72687,40.255367 185.34375,40.375 C 185.6867,40.44144 186.03282,40.49058 186.375,40.5625 C 187.0987,40.714611 187.81147,40.885892 188.53125,41.0625 C 188.8443,41.13931 189.15653,41.199811 189.46875,41.28125 C 189.54185,41.30031 189.61445,41.32444 189.6875,41.34375 C 190.6434,41.596587 191.58423,41.860044 192.53125,42.15625 C 192.60365,42.17886 192.67766,42.19588 192.75,42.21875 C 193.69741,42.518592 194.65684,42.844291 195.59375,43.1875 C 195.64685,43.20695 195.69698,43.23041 195.75,43.25 C 196.70458,43.602395 197.65174,43.977633 198.59375,44.375 C 198.64525,44.39672 198.69853,44.41564 198.75,44.4375 C 199.69184,44.837551 200.63491,45.273781 201.5625,45.71875 C 201.6045,45.73891 201.6455,45.761 201.6875,45.78125 C 202.62288,46.232337 203.54958,46.690779 204.46875,47.1875 C 204.50185,47.20538 204.52945,47.23206 204.56245,47.25 C 205.48926,47.752833 206.40387,48.263321 207.31245,48.8125 C 207.34455,48.83189 207.37415,48.85555 207.40615,48.875 C 208.31425,49.425934 209.20552,49.996562 210.09365,50.59375 C 210.6426,50.962824 211.17785,51.36329 211.71865,51.75 C 212.08335,52.010827 212.45156,52.262412 212.8124,52.53125 C 212.8309,52.54506 212.8564,52.54867 212.8749,52.5625 C 213.75254,53.217706 214.61511,53.922431 215.46865,54.625 C 217.21133,56.059371 218.90007,57.587673 220.53115,59.21875 C 222.15163,60.83923 223.66733,62.519314 225.09365,64.25 C 225.10265,64.26124 225.11565,64.27 225.12485,64.28125 C 225.82806,65.135607 226.53159,65.996485 227.18735,66.875 C 227.47012,67.253769 227.72592,67.648223 227.99985,68.03125 C 228.36958,68.548307 228.73999,69.069236 229.0936,69.59375 C 229.1098,69.61774 229.14,69.63224 229.1561,69.65625 C 229.75422,70.545876 230.32314,71.434083 230.87485,72.34375 C 230.89435,72.37582 230.91795,72.40541 230.93735,72.4375 C 231.48294,73.340419 232.00002,74.266573 232.49985,75.1875 C 232.51775,75.22044 232.54455,75.24829 232.56235,75.28125 C 233.06035,76.202462 233.51643,77.124994 233.9686,78.0625 C 233.9888,78.10444 234.011,78.14552 234.0311,78.1875 C 234.47721,79.117367 234.91137,80.055804 235.31235,81 C 235.33415,81.05123 235.35325,81.104977 235.37485,81.15625 C 235.76965,82.092372 236.14946,83.051461 236.49985,84 C 236.51925,84.05253 236.54305,84.103686 236.56235,84.15625 C 236.90996,85.10461 237.22793,86.040882 237.5311,87 C 237.5538,87.07167 237.5712,87.147026 237.5936,87.21875 C 237.88758,88.159922 238.15494,89.112572 238.4061,90.0625 C 238.4256,90.13603 238.4494,90.207672 238.4686,90.28125 C 238.5493,90.590804 238.61118,90.908382 238.68735,91.21875 C 238.86396,91.938529 239.03524,92.651296 239.18735,93.375 C 239.25925,93.717177 239.30841,94.063299 239.37485,94.40625 C 239.49448,95.023132 239.61673,95.630911 239.7186,96.25 C 239.86548,97.142594 239.9837,98.041302 240.0936,98.9375 C 240.1115,99.083459 240.1392,99.228963 240.1561,99.375 C 240.1669,99.46829 240.1769,99.562929 240.1873,99.65625 C 240.1978,99.75023 240.2085,99.843493 240.2185,99.9375 C 240.32099,100.8937 240.40814,101.85406 240.4685,102.8125 C 240.5277,103.75494 240.57511,104.71299 240.5935,105.65625 C 240.5955,105.76038 240.5915,105.86462 240.5935,105.96875 C 240.6089,107.02208 240.5975,108.0726 240.5623,109.125 C 240.5307,110.05556 240.4776,110.97779 240.40605,111.90625 C 240.39605,112.03118 240.38515,112.15637 240.37485,112.28125 C 240.29875,113.19932 240.20894,114.11665 240.0936,115.03125 C 239.973,115.98751 239.81965,116.95518 239.6561,117.90625 C 239.6419,117.98865 239.6393,118.07392 239.6249,118.15625 C 239.6029,118.2811 239.5852,118.40651 239.5624,118.53125 C 239.39714,119.43903 239.2045,120.34852 238.9999,121.25 C 238.9693,121.38463 238.9376,121.52178 238.9062,121.65625 C 238.69845,122.54491 238.46486,123.43135 238.2187,124.3125 C 238.05479,124.89922 237.86842,125.47955 237.68745,126.0625 C 237.51204,126.62662 237.34761,127.18974 237.1562,127.75 C 236.86153,128.61381 236.55145,129.45882 236.2187,130.3125 C 236.1581,130.46799 236.09304,130.62612 236.0312,130.78125 C 235.9863,130.89371 235.9517,131.01273 235.9062,131.125 C 235.5501,132.00362 235.17807,132.8526 234.7812,133.71875 C 234.40422,134.54222 234.0076,135.34519 233.5937,136.15625 C 233.5132,136.31403 233.42563,136.46772 233.3437,136.625 C 232.92842,137.4224 232.51372,138.21595 232.06245,139 C 231.96725,139.16556 231.87805,139.33506 231.7812,139.5 C 231.58213,139.83885 231.36205,140.16384 231.1562,140.5 C 230.79455,141.09093 230.41383,141.66777 230.0312,142.25 C 230.0262,142.257 230.0362,142.2738 230.0312,142.2812 C 229.54039,143.02694 229.02527,143.76939 228.49995,144.49995 C 228.04268,145.13587 227.54591,145.75123 227.06245,146.37495 C 226.86549,146.62904 226.70126,146.90421 226.49995,147.1562 C 226.36593,147.32399 226.22965,147.48935 226.0937,147.6562 C 225.93019,147.85684 225.76,148.05071 225.5937,148.24995 C 225.03708,148.917 224.46291,149.5678 223.87495,150.2187 C 223.26864,150.88974 222.63964,151.56575 221.99995,152.2187 C 221.83899,152.38296 221.69428,152.55562 221.5312,152.7187 C 200.40085,173.84905 169.27251,177.21358 144.3437,163.87495 L 144.4687,163.68745 C 140.76453,161.79084 137.20703,159.54699 133.8437,156.9062 C 133.30478,156.48305 132.77833,156.03638 132.24995,155.5937 C 131.73554,155.16273 131.22265,154.7308 130.7187,154.2812 C 130.6258,154.1976 130.52998,154.1154 130.43745,154.0312 C 129.61572,153.28344 128.82556,152.51306 128.0312,151.7187 C 127.23684,150.92434 126.46647,150.13418 125.7187,149.31245 C 125.6345,149.21995 125.55231,149.12407 125.4687,149.0312 C 125.0191,148.52725 124.58717,148.01436 124.1562,147.49995 C 123.71352,146.97157 123.26685,146.44512 122.8437,145.9062 C 120.20291,142.54287 117.95906,138.98536 116.06245,135.2812 L 115.87495,135.4062 C 102.53632,110.47739 105.90085,79.349046 127.0312,58.2187 C 127.19428,58.05562 127.36694,57.910915 127.5312,57.74995 C 128.18415,57.110265 128.86016,56.481261 129.5312,55.87495 C 130.1821,55.286994 130.8329,54.712816 131.49995,54.1562 C 131.77209,53.929114 132.03772,53.690576 132.31245,53.4687 C 132.65592,53.191271 133.02754,52.956742 133.37495,52.68745 C 133.99867,52.203987 134.61403,51.707219 135.24995,51.24995 C 135.98748,50.719619 136.74695,50.21386 137.49995,49.7187 C 138.08218,49.336066 138.65902,48.955346 139.24995,48.5937 C 139.69662,48.32034 140.1423,48.042584 140.5937,47.7812 C 141.27515,47.386414 141.96454,47.023727 142.6562,46.6562 C 142.83226,46.56265 143.01076,46.46674 143.18745,46.37495 C 144.1327,45.883975 145.06888,45.40925 146.0312,44.9687 C 146.89735,44.571825 147.74633,44.1998 148.62495,43.8437 C 148.77776,43.78177 148.94054,43.74815 149.0937,43.68745 C 150.06209,43.303428 151.01838,42.928541 151.99995,42.5937 C 152.56021,42.402293 153.12333,42.237857 153.68745,42.06245 C 154.2704,41.881482 154.85073,41.695111 155.43745,41.5312 C 156.3186,41.285037 157.20504,41.051454 158.0937,40.8437 C 158.1648,40.82706 158.24127,40.82884 158.31245,40.81245 C 158.72838,40.71671 159.14509,40.618551 159.56245,40.5312 C 160.23458,40.390375 160.91827,40.244039 161.5937,40.12495 C 161.676,40.11046 161.76133,40.10786 161.8437,40.0937 C 162.79477,39.930149 163.76244,39.776798 164.7187,39.6562 C 166.68235,39.408555 168.64857,39.254564 170.62495,39.18745 C 171.67735,39.15181 172.72787,39.14082 173.7812,39.1562 L 173.78125,39.15625 z"
+ style="opacity:0.7;fill:#2d3335;fill-opacity:1;stroke:none;filter:url(#filter8661)" />
+ <path
+ transform="matrix(1,0,0,0.846566,0,37.660073)"
+ sodipodi:nodetypes="cscscscscscscscscscscscscscscscsc"
+ id="path3834-49-7"
+ d="M 9,17.25 C 9,17.25 16.5,28.25 20.75,43 C 25,57.75 27,68.5 27,68.5 C 27,68.5 21.5,81.25 18.75,93.25 C 16,105.25 13,118.25 13,118.25 C 13,118.25 18.75,134.25 22.25,148.25 C 25.75,162.25 26,170.5 26,170.5 C 26,170.5 22,180.75 18.5,194.75 C 15,208.75 13.5,225.5 13.5,225.5 C 13.5,225.5 22.75,223.5 42,226.75 C 61.25,230 74.25,232.75 74.25,232.75 C 74.25,232.75 87,230 98.25,226.5 C 109.5,223 114.5,220 114.5,220 C 114.5,220 120,220.5 137,226.25 C 154,232 166.25,234.75 166.25,234.75 C 166.25,234.75 179.25,232 192.25,229 C 205.25,226 218.75,221 218.75,221 C 218.75,221 218,216 223,196.5 C 228,177 231.75,168.5 231.75,168.5 C 231.75,168.5 231.25,166 228,150.75 C 224.75,135.5 218,121 218,121 C 218,121 219.75,108.5 224.75,95.25 C 229.75,82 235,68.5 235,68.5 C 235,68.5 230.25,53.25 227.5,38.75 C 224.75,24.25 219.25,15 219.25,15 C 219.25,15 195,24 187.5,25.5 C 180,27 166.5,30.75 166.5,30.75 C 166.5,30.75 156.75,26.5 144.5,22.25 C 132.25,18 114.75,16.75 114.75,16.75 C 114.75,16.75 111.5,20.25 92.75,24.75 C 74,29.25 65.25,30.5 65.25,30.5 C 65.25,30.5 46.75,21.5 33.75,19 C 20.75,16.5 9.75,17 9,17.25 z"
+ style="opacity:0.5;fill:url(#linearGradient8735);fill-opacity:1;stroke:none;filter:url(#filter8725)" />
+ </g>
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer4"
+ inkscape:label="map_details"
+ sodipodi:insensitive="true"
+ style="display:inline">
+ <path
+ style="fill:#ceeeab;fill-opacity:1;stroke:none"
+ d="M 9,2.25 C 9,2.25 16.5,15.25 20.75,30 C 25,44.75 27,55.5 27,55.5 C 27,55.5 21.5,68.25 18.75,80.25 C 16,92.25 13,103.25 13,103.25 C 13,103.25 18.75,119.25 22.25,133.25 C 25.75,147.25 26,157.5 26,157.5 C 26,157.5 22,167.75 18.5,181.75 C 15,195.75 13.5,212.5 13.5,212.5 C 13.5,212.5 22.75,210.5 42,213.75 C 61.25,217 74.25,219.75 74.25,219.75 C 74.25,219.75 87,217 98.25,213.5 C 109.5,210 114.5,207 114.5,207 C 114.5,207 120,207.5 137,213.25 C 154,219 166.25,221.75 166.25,221.75 C 166.25,221.75 179.25,219 192.25,216 C 205.25,213 218.75,208 218.75,208 C 218.75,208 218,203 223,183.5 C 228,164 231.75,155.5 231.75,155.5 C 231.75,155.5 231.25,151 228,135.75 C 224.75,120.5 218,106 218,106 C 218,106 219.75,95.5 224.75,82.25 C 229.75,69 235,55.5 235,55.5 C 235,55.5 230.25,40.25 227.5,25.75 C 224.75,11.25 219.25,0 219.25,0 C 219.25,0 195,9 187.5,10.5 C 180,12 166.5,15.75 166.5,15.75 C 166.5,15.75 156.75,11.5 144.5,7.25 C 132.25,3 114.75,1.75 114.75,1.75 C 114.75,1.75 111.5,5.25 92.75,9.75 C 74,14.25 65.25,15.5 65.25,15.5 C 65.25,15.5 46.75,6.5 33.75,4 C 20.75,1.5 9.75,2 9,2.25 z"
+ id="path3834-9" />
+ <g
+ id="g5438"
+ clip-path="url(#clipPath5466)"
+ transform="translate(0,-10)">
+ <path
+ style="fill:#a6dd8b;fill-opacity:1;stroke:none"
+ d="M 110.75,5.5 L 106.5,12.5 C 105.75,21.5 104.25,26.25 98,29 C 91.75,31.75 85.75,32.5 87,36.5 C 88.25,40.5 100,45.75 101.25,49.5 C 102.5,53.25 109.5,51.25 112.25,56.5 C 115,61.75 114.25,71.75 108.5,73.75 C 102.75,75.75 91,74.25 88.25,83.25 C 85.5,92.25 83.5,93.75 79.25,96 C 75,98.25 72,106.5 75.75,112.5 C 79.5,118.5 88,111.25 90.75,106 C 93.5,100.75 98,97.25 98,97.25 L 121.75,97.25 L 180.75,95.5 L 184,91.75 C 184,91.75 187.25,95.75 186.75,100.5 C 186.25,105.25 183,115.25 187,117.75 C 191,120.25 206.5,115.75 211,110.75 C 215.5,105.75 206.25,82.5 200.5,81.25 C 194.75,80 182,79.5 183.5,74.25 C 185,69 195.25,78.75 200.75,77.5 C 206.25,76.25 217.5,56.5 212.75,52.25 C 208,48 188.5,47 187,44.25 C 185.5,41.5 208,36.25 209.25,33.25 C 210.5,30.25 206.75,26 203,24.75 C 199.25,23.5 189,41 182,40.5 C 175,40 162,46.25 164.75,52 C 167.5,57.75 158.75,63 150.25,58.5 C 141.75,54 125.5,45.5 128.5,34.5 C 131.5,23.5 150,15.75 150,15.75 L 110.75,5.5 z M 97.1875,112.71875 C 95.592651,112.86523 92.71875,117.40625 92.25,119.75 C 91.75,122.25 89,126.5 88.75,132 C 88.5,137.5 93.5,138.75 97.5,138.5 C 101.5,138.25 100.25,131.75 99.5,123.5 C 99.25,123.5 99,113.25 97.5,112.75 C 97.40625,112.7188 97.293823,112.709 97.1875,112.7188 L 97.1875,112.71875 z M 189.90625,164.375 C 183.5708,164.67041 183.28125,171.84375 182.5,173.25 C 181.25,175.5 184.75,187 184.5,191.25 C 184.25,195.5 179.75,196.5 175,201 C 170.25,205.5 175.5,217 186.25,232 L 231,233.25 L 230,198.25 C 230,198.25 234.75,194 209.25,174 C 199.6875,166.5 193.70752,164.19775 189.90625,164.375 z M 39.9375,180.90625 C 35.908264,180.80371 31.65625,186.625 30.25,188.5 C 28.75,190.5 24,193.5 13.25,198 L -1.25,232.25 L 51.75,236.5 C 51.75,236.5 53.5,225.5 47.5,220.75 C 41.5,216 30.25,215 29.25,207.5 C 28.25,200 38.5,197.5 43,193.25 C 47.5,189 45,182 40.75,181 C 40.484375,180.9375 40.206116,180.9131 39.9375,180.9063 L 39.9375,180.90625 z"
+ id="path5436" />
+ </g>
+ <path
+ style="fill:#aac3e7;fill-opacity:1;stroke:none"
+ d="M 158.53125,75.34375 C 153.77142,75.329407 149.5,76.3125 147,78.5 C 139,85.5 112,79.25 98.5,85.5 C 85,91.75 85.25,123.5 83.75,130 C 82.25,136.5 66.25,150.75 63.75,153.5 C 61.25,156.25 50.5,160.75 44.25,162 C 38,163.25 31.5,169.25 28.75,173 C 26.728876,175.75608 21.343981,179.45031 18.625,181.21875 C 18.5792,181.40003 18.54564,181.56743 18.5,181.75 C 18.366311,182.28475 18.25288,182.83331 18.125,183.375 C 23.104513,181.77018 29.304508,175.19549 34.75,169.75 C 41,163.5 54.75,162 62.5,158.25 C 70.25,154.5 76.75,138.5 89,134.5 C 101.25,130.5 110.25,146.25 113.25,153 C 116.25,159.75 115,165.75 117,170 C 119,174.25 128,181.75 128.5,183.5 C 129,185.25 123.5,190 122.25,192 C 121,194 111.75,199 110.5,200.75 C 109.53432,202.10195 108.57684,207.52314 108.1875,209.96875 C 108.60053,209.79955 108.94168,209.65822 109.3125,209.5 C 109.7965,206.97067 110.82799,202.42201 112.25,201 C 114.25,199 123.5,196.5 124.75,192.5 C 126,188.5 131.75,186 131.75,186 C 131.75,186 134.5,190 147.75,200 C 156.58333,206.66667 160.5081,215.53356 162.15625,220.71875 C 162.82985,220.8894 163.6892,221.12815 164.1875,221.25 C 162.96635,216.93129 159.35104,205.01115 155.25,200.5 C 150.25,195 136.75,189.75 132.5,178.5 C 128.25,167.25 108,144.25 115,138.25 C 122,132.25 131.5,134.25 143.5,145.75 C 155.5,157.25 189.75,151.5 201.25,149.5 C 211.20453,147.76878 222.08445,164.38321 225.15625,175.53125 C 225.74525,173.43558 226.28288,171.52906 226.8125,169.78125 C 225.07444,167.85545 223.11528,165.16129 221.5,161.5 C 217.75,153 209.5,148.25 209.5,148.25 C 209.5,148.25 218.25,143.25 224.25,140.5 C 225.86703,139.75886 227.25627,138.82287 228.4375,137.84375 C 228.27516,137.06972 228.17857,136.5879 228,135.75 C 227.9689,135.60389 227.938,135.45846 227.9063,135.3125 C 223.14065,140.8749 208.67404,144.92782 206.25005,146.25 C 203.50005,147.75 188.00005,149.25 170.50005,150.75 C 153.00005,152.25 143.75005,143.25 136.25005,136 C 128.75005,128.75 123.25005,100 133.25005,98 C 143.25005,96 153.25005,111.75 163.25005,115 C 173.25005,118.25 184.75005,99.25 183.00005,88 C 181.79693,80.265625 169.00292,75.375305 158.5313,75.34375 L 158.53125,75.34375 z M 105.1875,88.625 C 106.46283,88.6265 111.04688,90.21875 111.75,91 C 114,93.5 113.75,98.25 111.75,99 C 109.75,99.75 99,107 101.25,113.25 C 103.5,119.5 103,131.25 97.75,131.25 C 92.5,131.25 89.75,131.25 87.75,128.75 C 85.75,126.25 85.75,116.75 87.75,109 C 89.75,101.25 91.25,94 95.75,90.75 C 98.84375,88.51562 102.38177,88.621643 105.1875,88.625 L 105.1875,88.625 z M 118.78125,161.71875 C 118.9845,161.73245 120.6875,165.23438 123.5,168.75 C 126.5,172.5 126.75,177 126.75,177 C 126.75,177 122.5,172.25 120.75,169 C 119,165.75 118.75,161.75 118.75,161.75 C 118.75,161.7188 118.7678,161.7177 118.7812,161.7188 L 118.78125,161.71875 z"
+ id="path5280" />
+ <path
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 122.75,62.25 C 129,62.75 135,60 133.5,55.75 C 132,51.5 121,48.5 120.25,52.75 C 119.5,57 122.25,63.25 122.75,62.25 z"
+ id="path5319" />
+ <path
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 108.75,46.75 C 100.25,41.25 100.25,39.5 101.75,38.75 C 103.25,38 112,43.75 114.5,46.75 C 117,49.75 112.25,48.75 108.75,46.75 z"
+ id="path5321" />
+ <g
+ id="g5373"
+ clip-path="url(#clipPath5383)"
+ transform="translate(0,-10)">
+ <path
+ id="path5323"
+ d="M 15.75,151.25 C 48.75,148.75 54,147.75 52,141 C 50,134.25 43.25,117.5 29,118.5 C 14.75,119.5 6.25,111.75 6.25,111.75"
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ id="path5311"
+ d="M 17.5,177.25 C 35.75,167.25 46.25,168.75 52.5,165.75 C 58.75,162.75 65.75,160 68.25,156.25 C 70.75,152.5 74,144.75 74,138.25 C 74,131.75 70.5,102.25 77.25,94.75 C 84,87.25 94.5,68.75 103.25,71.5 C 112,74.25 115.5,81.25 125.25,81 C 135,80.75 147,77 149.5,68.75 C 152,60.5 133.75,52.75 133.5,45.75 C 133.25,38.75 139,31.5 153.75,28.75 C 168.5,26 177.25,17.25 177.25,17.25"
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-opacity:1" />
+ <path
+ id="path5313"
+ d="M 14.5,161 C 29.75,159.5 36.75,164.5 46,162.75 C 55.25,161 59.25,159.75 63.75,157 C 68.25,154.25 69.75,153.25 70,150.5 C 70.25,147.75 71,138 67,128.5 C 63,119 54.5,97 58.75,89.75 C 63,82.5 64,68.25 74.5,65.25 C 85,62.25 95.5,59 102.25,64 C 109,69 115,78.25 122.25,78.5 C 129.5,78.75 134,77 136.75,74 C 139.5,71 141.25,63.75 138.5,60.25 C 135.75,56.75 123,54.75 121.25,50.75 C 119.5,46.75 110.5,33.75 121,24 C 131.5,14.25 157.25,15.75 157.25,15.75"
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ id="path5315"
+ d="M 21.25,159 C 35,160 42.75,163.25 54.75,158.5 C 66.75,153.75 68.25,153.25 68.5,149.75 C 68.75,146.25 68.25,134 65.5,129.75 C 62.75,125.5 52.5,116 49.75,105.5 C 47,95 50,64.5 58.25,57.25 C 66.5,50 90.25,50 95.75,46.75 C 101.25,43.5 101,30 108.75,22.25 C 116.5,14.5 135.75,9.9999997 135.75,9.9999997"
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ id="path5317"
+ d="M 190,18.5 C 201.75,23.5 229,28.25 237.25,58.75"
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ id="path5325"
+ d="M 9.75,214 C 28.75,201.5 45.75,212.75 58.75,210 C 71.75,207.25 97,172.75 104.75,173 C 112.5,173.25 110.25,161.25 113.25,159.75 C 116.25,158.25 118.75,165.75 125,167.75 C 131.25,169.75 149.5,165 148.5,162 C 147.5,159 141.5,154.25 143,153.5 C 144.5,152.75 151.5,158.5 155.75,157 C 160,155.5 199.5,156 204.25,143.5 C 209,131 225.75,130 225.75,130"
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ sodipodi:nodetypes="csssssssc"
+ id="path5327"
+ d="M 77.5,233.5 C 91,222 100.75,208.5 106,206.5 C 111.25,204.5 118.75,202.75 121.75,198.5 C 124.75,194.25 124.25,187.75 127,186.5 C 129.75,185.25 130.75,192.25 135.75,192.5 C 140.75,192.75 172.5,187.5 178.5,180.75 C 184.5,174 210.75,168.25 211,166.25 C 211.25,164.25 210,161.5 211.25,160.75 C 212.5,160 236,154.75 236,154.75"
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ id="path5329"
+ d="M 168.75,236 C 177.75,222.25 189.25,195 198.25,194 C 207.25,193 208.5,191.5 210.75,189.75 C 213,188 227.75,192 227.75,192"
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </g>
+ <g
+ id="g5400"
+ clip-path="url(#clipPath5426)"
+ transform="translate(0,-10)">
+ <path
+ id="path5387"
+ d="M 57.75,20 L 49.25,48.25 L 67.25,54.5 L 75,90.75 L 54,113 L 63,123.5 L 51,135 L 51.5,139.5 L 71.75,164 L 85.75,157.25 L 106.25,175.75 L 95.75,204 L 106,212.5 L 103.25,225.5"
+ style="fill:none;stroke:#d38484;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ id="path5389"
+ d="M 105.75,212.25 L 118.25,184.5 L 129.25,177.5 L 156.75,193.25 L 177.25,189.5 L 177,173.75 L 166.75,167.75 L 179.5,141.5 L 185.25,137.75 L 224,127.75"
+ style="fill:none;stroke:#d38484;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </g>
+ </g>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ transform="translate(0,192)"
+ sodipodi:insensitive="true"
+ style="display:inline">
+ <g
+ id="g4199"
+ transform="translate(0,320)"
+ style="opacity:0.5043478">
+ <path
+ sodipodi:nodetypes="cscscscscscccccsc"
+ id="path3834-4"
+ transform="translate(0,-192)"
+ d="M 219.25,10 C 219.25,10 195,19 187.5,20.5 C 180,22 166.5,25.75 166.5,25.75 C 166.5,25.75 156.75,21.5 144.5,17.25 C 132.25,13 114.75,11.75 114.75,11.75 C 114.75,11.75 111.5,15.25 92.75,19.75 C 74.000003,24.25 65.25,25.5 65.25,25.5 C 65.25,25.5 46.75,16.5 33.75,14 C 20.75,11.5 9.75,12 9,12.25 C 9,12.25 16.5,25.25 20.75,40 C 25,54.75 27,65.5 27,65.5 L 78.46875,70.625 L 127.4375,66.625 L 179.6875,78.65625 C 190.07319,74.238496 231.80421,73.755785 235,65.5 C 235,65.5 230.25,50.25 227.5,35.75 C 224.75,21.25 219.25,10 219.25,10 z"
+ style="fill:#b1e479;fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cscccccsccccc"
+ id="path3834-7-2"
+ transform="translate(0,-192)"
+ d="M 27,65.5 C 27,65.5 21.5,78.25 18.75,90.25 C 16,102.25 13,113.25 13,113.25 L 63.96875,129.625 L 117.6875,113.875 L 169.9375,131.40625 C 186.30214,127.14964 202.33444,122.28803 218,116 C 218,116 219.75,105.5 224.75,92.25 C 229.75,79 235,65.5 235,65.5 C 231.80421,73.75579 190.07319,74.2385 179.6875,78.65625 L 127.4375,66.625 L 79.46875,70.625 L 27,65.5 z"
+ style="fill:#87d531;fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-7-26"
+ transform="translate(0,-192)"
+ d="M 231.75,165.5 C 213.85059,173.17118 195.80681,180.40405 177.4375,186.90625 L 125.1875,168.375 L 74.96875,177.375 L 26,167.5 C 26,167.5 22,177.75 18.5,191.75 C 15,205.75 13.5,222.5 13.5,222.5 C 13.5,222.5 22.75,220.5 42,223.75 C 61.25,227 74.25,229.75 74.25,229.75 C 74.25,229.75 87.000003,227 98.25,223.5 C 109.5,220 114.5,217 114.5,217 C 114.5,217 120,217.5 137,223.25 C 154,229 166.25,231.75 166.25,231.75 C 166.25,231.75 179.25,229 192.25,226 C 205.25,223 218.75,218 218.75,218 C 218.75,218 218,213 223,193.5 C 228,174 231.75,165.5 231.75,165.5 z"
+ style="fill:#ceeeab;fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cscccccsccccc"
+ id="path3834-7-26-0"
+ transform="translate(0,-192)"
+ d="M 13,113.25 C 13,113.25 18.75,129.25 22.25,143.25 C 25.75,157.25 26,167.5 26,167.5 L 74.96875,177.375 L 125.1875,168.375 L 177.4375,186.90625 C 195.80681,180.40405 213.85059,173.17118 231.75,165.5 C 231.75,165.5 231.25,161 228,145.75 C 224.75,130.5 218,116 218,116 C 202.33444,122.28803 186.30214,127.14964 169.9375,131.40625 L 117.6875,113.875 L 63.96875,129.625 L 13,113.25 z"
+ style="fill:#b9e787;fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ id="g4205"
+ style="opacity:0.52173911"
+ transform="translate(0,140)">
+ <path
+ sodipodi:nodetypes="ccscscscscscccccsc"
+ id="path3834-2"
+ d="M 13.71875,0.03125 C 10.989746,0.02425 9.28125,0.15625 9,0.25 C 9,0.25 16.5,13.25 20.75,28 C 25,42.75 27,53.5 27,53.5 C 27,53.5 21.5,66.25 18.75,78.25 C 16,90.25 13,101.25 13,101.25 C 13,101.25 18.75,117.25 22.25,131.25 C 25.75,145.25 26,155.5 26,155.5 C 26,155.5 22,165.75 18.5,179.75 C 15,193.75 13.5,210.5 13.5,210.5 C 13.5,210.5 22.75,208.5 42,211.75 C 61.25,215 74.25,217.75 74.25,217.75 L 75.75,164.5 L 63.5,118 L 79.5,58.25 C 77.279793,42.77003 70.432295,28.20354 65.25,13.5 C 65.25,13.5 46.75,4.5 33.75,2 C 25.625,0.4375 18.26709,0.04346 13.71875,0.03125 z"
+ style="fill:#83d32b;fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cscccccsccccc"
+ id="path3834-6-2"
+ d="M 114.75,-0.25 C 114.75,-0.25 111.5,3.25 92.75,7.75 C 74,12.25 65.25,13.5 65.25,13.5 C 70.432295,28.20354 77.279793,42.77003 79.5,58.25 L 63.5,118 L 75.75,164.5 L 74.25,217.75 C 74.25,217.75 87,215 98.25,211.5 C 109.5,208 114.5,205 114.5,205 L 125.75,156.5 L 117.5,102.25 L 129.25,57.25 C 125.81031,47.52322 121.18553,0.32024 114.75,-0.25 z"
+ style="fill:#b1e479;fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-6-6"
+ d="M 219.25,-2 C 219.25,-2 195,7 187.5,8.5 C 180,10 166.5,13.75 166.5,13.75 C 171.42395,12.39167 177.93679,59.14247 180.75,66 L 169.5,119.25 L 179,174.25 L 166.25,219.75 C 166.25,219.75 179.25,217 192.25,214 C 205.25,211 218.75,206 218.75,206 C 218.75,206 218,201 223,181.5 C 228,162 231.75,153.5 231.75,153.5 C 231.75,153.5 231.25,149 228,133.75 C 224.75,118.5 218,104 218,104 C 218,104 219.75,93.5 224.75,80.25 C 229.75,67 235,53.5 235,53.5 C 235,53.5 230.25,38.25 227.5,23.75 C 224.75,9.25 219.25,-2 219.25,-2 z"
+ style="fill:#a4df62;fill-opacity:1;stroke:none"
+ sodipodi:nodetypes="cscccccscscscscsc" />
+ <path
+ sodipodi:nodetypes="cccccscccccsc"
+ id="path3834-6-6-9"
+ d="M 114.75,-0.25 C 121.18553,0.32024 125.81031,47.52322 129.25,57.25 L 117.5,102.25 L 125.75,155.5 L 114.5,205 C 114.5,205 120,205.5 137,211.25 C 154,217 166.25,219.75 166.25,219.75 L 179,174.25 L 169.5,119.25 L 180.75,66 C 177.93679,59.14247 171.42395,12.39167 166.5,13.75 C 166.5,13.75 156.75,9.5 144.5,5.25 C 132.25,1 114.75,-0.25 114.75,-0.25 z"
+ style="fill:#ceeeab;fill-opacity:1;stroke:none" />
+ </g>
+ <path
+ style="opacity:0.03913042;fill:url(#linearGradient5168);fill-opacity:1;stroke:none"
+ d="M 9,-189.75 C 9,-189.75 16.5,-176.75 20.75,-162 C 25,-147.25 27,-136.5 27,-136.5 C 27,-136.5 21.5,-123.75 18.75,-111.75 C 16,-99.75 13,-88.75 13,-88.75 C 13,-88.75 18.75,-72.75 22.25,-58.75 C 25.75,-44.75 26,-34.5 26,-34.5 C 26,-34.5 22,-24.25 18.5,-10.25 C 15,3.75 13.5,20.5 13.5,20.5 C 13.5,20.5 22.75,18.5 42,21.75 C 61.25,25 74.25,27.75 74.25,27.75 C 74.25,27.75 87,25 98.25,21.5 C 109.5,18 114.5,15 114.5,15 C 114.5,15 120,15.5 137,21.25 C 154,27 166.25,29.75 166.25,29.75 C 166.25,29.75 179.25,27 192.25,24 C 205.25,21 218.75,16 218.75,16 C 218.75,16 218,11 223,-8.5 C 228,-28 231.75,-36.5 231.75,-36.5 C 231.75,-36.5 231.25,-41 228,-56.25 C 224.75,-71.5 218,-86 218,-86 C 218,-86 219.75,-96.5 224.75,-109.75 C 229.75,-123 235,-136.5 235,-136.5 C 235,-136.5 230.25,-151.75 227.5,-166.25 C 224.75,-180.75 219.25,-192 219.25,-192 C 219.25,-192 195,-183 187.5,-181.5 C 180,-180 166.5,-176.25 166.5,-176.25 C 166.5,-176.25 156.75,-180.5 144.5,-184.75 C 132.25,-189 114.75,-190.25 114.75,-190.25 C 114.75,-190.25 111.5,-186.75 92.75,-182.25 C 74,-177.75 65.25,-176.5 65.25,-176.5 C 65.25,-176.5 46.75,-185.5 33.75,-188 C 20.75,-190.5 9.75,-190 9,-189.75 z"
+ id="path3834-49" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="grid_shade"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <g
+ transform="translate(0,182)"
+ id="g4808"
+ style="opacity:0.2695656">
+ <path
+ id="path3834-4-9"
+ d="M 219.25,-182 C 219.25,-182 195,-173 187.5,-171.5 C 180,-170 166.5,-166.25 166.5,-166.25 C 171.42395,-167.60833 177.93679,-120.85753 180.75,-114 L 180.6875,-113.71875 C 192.49544,-117.79254 231.89797,-118.48643 235,-126.5 C 235,-126.5 230.25,-141.75 227.5,-156.25 C 224.75,-170.75 219.25,-182 219.25,-182 z"
+ style="fill:url(#linearGradient4806-9);fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-7-2-4-9"
+ d="M 27,-126.5 C 27,-126.5 21.5,-113.75 18.75,-101.75 C 16,-89.75 13,-78.75 13,-78.75 L 63.625,-62.46875 L 79.40625,-121.375 L 27,-126.5 z"
+ style="fill:url(#linearGradient4790-3);fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-7-26-9-7"
+ d="M 26,-24.5 C 26,-24.5 22,-14.25 18.5,-0.25 C 15,13.75 13.5,30.5 13.5,30.5 C 13.5,30.5 13.646973,30.4546 13.9375,30.4063 C 15.971191,30.06792 25.15625,28.9063 42,31.75005 C 61.25,35.00005 74.25,37.75005 74.25,37.75005 L 75.71875,-14.74995 L 74.96875,-14.62495 L 26,-24.5 z"
+ style="fill:url(#linearGradient4758-2);fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-4-9-6"
+ d="M 114.75,-180.25 C 114.75,-180.25 111.5,-176.75 92.75,-172.25 C 74.000003,-167.75 65.25,-166.5 65.25,-166.5 C 70.432295,-151.79646 77.279793,-137.22997 79.5,-121.75 L 79.40625,-121.4375 L 127.4375,-125.375 L 128.5625,-125.125 C 125.20002,-138.4478 120.76647,-179.71689 114.75,-180.25 z"
+ style="fill:url(#linearGradient4750-9);fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-7-26-0-0-9"
+ d="M 117.59375,-78.09375 L 63.96875,-62.375 L 63.625,-62.46875 L 63.5,-62 L 75.75,-15.5 L 75.71875,-14.75 L 125.1875,-23.625 L 125.71875,-23.4375 L 125.74995,-23.5 L 117.49995,-77.75 L 117.59365,-78.09375 L 117.59375,-78.09375 z"
+ style="fill:url(#linearGradient4782-5);fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-7-2-4-3"
+ d="M 128.5625,-125.125 C 128.7967,-124.19705 129.02602,-123.38337 129.25,-122.75 L 117.59375,-78.09375 L 117.68745,-78.12495 L 169.49995,-60.74995 L 180.68745,-113.7187 C 180.33054,-113.59556 179.99216,-113.47332 179.68745,-113.3437 L 128.56245,-125.12495 L 128.5625,-125.125 z"
+ style="fill:url(#linearGradient4798-4);fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-7-26-9-85"
+ d="M 125.53125,-23.5 L 114.5,25 C 114.5,25 120,25.5 137,31.25 C 139.125,31.96875 141.16309,32.65576 143.125,33.28125 C 145.08691,33.90674 146.98047,34.4668 148.75,35 C 159.36719,38.19922 166.25,39.75 166.25,39.75 L 178.96875,-5.65625 C 178.45649,-5.47361 177.95026,-5.27525 177.4375,-5.09375 L 125.53125,-23.5 z"
+ style="fill:url(#linearGradient4766-3);fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-7-26-0-0-3"
+ d="M 218,-76 C 202.33444,-69.71197 186.30214,-64.85036 169.9375,-60.59375 L 169.5,-60.75 L 179,-5.75 L 178.9688,-5.6563 C 196.80782,-12.01643 214.35028,-19.043 231.75005,-26.50005 C 231.75005,-26.50005 231.25005,-31.00005 228.00005,-46.25005 C 224.75,-61.5 218,-76 218,-76 z"
+ style="fill:url(#linearGradient4965);fill-opacity:1;stroke:none" />
+ </g>
+ <g
+ transform="translate(0,182)"
+ id="g4818"
+ style="opacity:0.04347827">
+ <path
+ id="path3834-4-9-1"
+ d="M 13.71875,-179.96875 C 12.61251,-179.97175 11.746535,-179.93665 11,-179.90625 C 10.55476,-179.88815 10.144586,-179.86725 9.84375,-179.84375 C 9.81446,-179.84175 9.7778,-179.84575 9.75,-179.84375 C 9.352051,-179.81105 9.09375,-179.78125 9,-179.75005 C 9,-179.75005 16.5,-166.75005 20.75,-152.00005 C 25,-137.25 27,-126.5 27,-126.5 L 78.46875,-121.375 L 79.40625,-121.4375 L 79.5,-121.75 C 77.279793,-137.22997 70.432295,-151.79646 65.25,-166.5 C 65.25,-166.5 46.75,-175.5 33.75,-178 C 32.731734,-178.19582 31.73976,-178.37068 30.75,-178.53125 C 30.154387,-178.62795 29.583119,-178.72763 29,-178.8125 C 28.763416,-178.8469 28.546809,-178.8737 28.3125,-178.9062 C 27.006022,-179.08805 25.724495,-179.24659 24.5,-179.37495 C 23.765447,-179.45195 23.105404,-179.50254 22.40625,-179.56245 C 21.721361,-179.62155 21.053311,-179.67434 20.40625,-179.7187 C 19.414378,-179.7865 18.515844,-179.83704 17.625,-179.87495 C 16.168632,-179.93805 14.855835,-179.96565 13.71875,-179.96865 L 13.71875,-179.96875 z"
+ style="fill:url(#linearGradient4686-3);fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-7-26-0-0-7"
+ d="M 13,-78.75 C 13,-78.75 18.75,-62.75 22.25,-48.75 C 25.75,-34.75 26,-24.5 26,-24.5 L 74.96875,-14.625 L 75.71875,-14.75 L 75.75,-15.5 L 63.5,-62 L 63.625,-62.46875 L 13,-78.75 z"
+ style="fill:url(#linearGradient4742-3);fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-7-2-4-6"
+ d="M 127.4375,-125.375 L 79.46875,-121.375 L 79.40625,-121.375 L 63.625,-62.46875 L 63.96875,-62.375 L 117.59375,-78.09375 L 129.25,-122.75 C 129.02602,-123.38337 128.7967,-124.19705 128.5625,-125.125 L 127.4375,-125.375 L 127.4375,-125.375 z"
+ style="fill:url(#linearGradient4734-3);fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-7-26-9-8"
+ d="M 125.1875,-23.625 L 75.71875,-14.75 L 74.25,37.75 C 74.25,37.75 87.000003,35 98.25,31.5 C 109.5,28 114.5,25 114.5,25 L 125.71875,-23.4375 L 125.1875,-23.625 z"
+ style="fill:url(#linearGradient4726-9);fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-4-9-2"
+ d="M 114.75,-180.25 C 120.76647,-179.71689 125.20002,-138.4478 128.5625,-125.125 L 179.6875,-113.34375 C 179.99221,-113.47337 180.33059,-113.59561 180.6875,-113.71875 L 180.75,-114 C 177.93679,-120.85753 171.42395,-167.60833 166.5,-166.25 C 166.5,-166.25 165.88672,-166.50391 164.78125,-166.96875 C 161.46484,-168.36328 153.6875,-171.5625 144.5,-174.75 C 132.25,-179 114.75,-180.25 114.75,-180.25 z"
+ style="fill:url(#linearGradient4710-2);fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-7-26-0-0-0"
+ d="M 117.6875,-78.125 L 117.5938,-78.0938 L 117.5001,-77.75005 L 125.7501,-24.50005 L 125.53135,-23.50005 L 177.4376,-5.0938 C 177.95036,-5.2753 178.45659,-5.47366 178.96885,-5.6563 L 179,-5.75 L 169.5,-60.75 L 117.6875,-78.125 L 117.6875,-78.125 z"
+ style="fill:url(#linearGradient4718-4);fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-7-26-9-9"
+ d="M 231.75,-26.5 C 214.35023,-19.04295 196.80777,-12.01638 178.96875,-5.65625 L 166.25,39.75 C 166.25,39.75 179.25,37 192.25,34 C 205.25,31 218.75,26 218.75,26 C 218.75,26 218,21 223,1.5 C 228,-18 231.75,-26.5 231.75,-26.5 z"
+ style="fill:url(#linearGradient4694-4);fill-opacity:1;stroke:none" />
+ <path
+ id="path3834-7-2-4-5"
+ d="M 235,-126.5 C 231.89797,-118.48643 192.49544,-117.79254 180.6875,-113.71875 L 169.5,-60.75 L 169.9375,-60.59375 C 186.30214,-64.85036 202.33444,-69.71197 218,-76 C 218,-76 219.75,-86.5 224.75,-99.75 C 229.75,-113 235,-126.5 235,-126.5 z"
+ style="fill:url(#linearGradient4702-4);fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer7"
+ inkscape:label="mag_zoom"
+ sodipodi:insensitive="true"
+ style="display:inline">
+ <g
+ style="display:inline"
+ id="g8102"
+ transform="matrix(1.2525366,3.539823e-2,0,1.2525366,-27.80947,-48.34395)"
+ clip-path="url(#clipPath8617)">
+ <path
+ id="path3834-9-1"
+ d="M 9,12.25 C 9,12.25 16.5,25.25 20.75,40 C 25,54.75 27,65.5 27,65.5 C 27,65.5 21.5,78.25 18.75,90.25 C 16,102.25 13,113.25 13,113.25 C 13,113.25 18.75,129.25 22.25,143.25 C 25.75,157.25 26,167.5 26,167.5 C 26,167.5 22,177.75 18.5,191.75 C 15,205.75 13.5,222.5 13.5,222.5 C 13.5,222.5 22.75,220.5 42,223.75 C 61.25,227 74.25,229.75 74.25,229.75 C 74.25,229.75 87,227 98.25,223.5 C 109.5,220 114.5,217 114.5,217 C 114.5,217 120,217.5 137,223.25 C 154,229 166.25,231.75 166.25,231.75 C 166.25,231.75 179.25,229 192.25,226 C 205.25,223 218.75,218 218.75,218 C 218.75,218 218,213 223,193.5 C 228,174 231.75,165.5 231.75,165.5 C 231.75,165.5 231.25,161 228,145.75 C 224.75,130.5 218,116 218,116 C 218,116 219.75,105.5 224.75,92.25 C 229.75,79 235,65.5 235,65.5 C 235,65.5 230.25,50.25 227.5,35.75 C 224.75,21.25 219.25,10 219.25,10 C 219.25,10 195,19 187.5,20.5 C 180,22 166.5,25.75 166.5,25.75 C 166.5,25.75 156.75,21.5 144.5,17.25 C 132.25,13 114.75,11.75 114.75,11.75 C 114.75,11.75 111.5,15.25 92.75,19.75 C 74,24.25 65.25,25.5 65.25,25.5 C 65.25,25.5 46.75,16.5 33.75,14 C 20.75,11.5 9.75,12 9,12.25 z"
+ style="fill:#ceeeab;fill-opacity:1;stroke:none" />
+ <g
+ clip-path="url(#clipPath5466-2-3)"
+ id="g5438-0">
+ <path
+ id="path5436-7"
+ d="M 110.75,5.5 L 106.5,12.5 C 105.75,21.5 104.25,26.25 98,29 C 91.75,31.75 85.75,32.5 87,36.5 C 88.25,40.5 100,45.75 101.25,49.5 C 102.5,53.25 109.5,51.25 112.25,56.5 C 115,61.75 114.25,71.75 108.5,73.75 C 102.75,75.75 91,74.25 88.25,83.25 C 85.5,92.25 83.5,93.75 79.25,96 C 75,98.25 72,106.5 75.75,112.5 C 79.5,118.5 88,111.25 90.75,106 C 93.5,100.75 98,97.25 98,97.25 L 121.75,97.25 L 180.75,95.5 L 184,91.75 C 184,91.75 187.25,95.75 186.75,100.5 C 186.25,105.25 183,115.25 187,117.75 C 191,120.25 206.5,115.75 211,110.75 C 215.5,105.75 206.25,82.5 200.5,81.25 C 194.75,80 182,79.5 183.5,74.25 C 185,69 195.25,78.75 200.75,77.5 C 206.25,76.25 217.5,56.5 212.75,52.25 C 208,48 188.5,47 187,44.25 C 185.5,41.5 208,36.25 209.25,33.25 C 210.5,30.25 206.75,26 203,24.75 C 199.25,23.5 189,41 182,40.5 C 175,40 162,46.25 164.75,52 C 167.5,57.75 158.75,63 150.25,58.5 C 141.75,54 125.5,45.5 128.5,34.5 C 131.5,23.5 150,15.75 150,15.75 L 110.75,5.5 z M 97.1875,112.71875 C 95.592651,112.86523 92.71875,117.40625 92.25,119.75 C 91.75,122.25 89,126.5 88.75,132 C 88.5,137.5 93.5,138.75 97.5,138.5 C 101.5,138.25 100.25,131.75 99.5,123.5 C 99.25,123.5 99,113.25 97.5,112.75 C 97.40625,112.7188 97.293823,112.709 97.1875,112.7188 L 97.1875,112.71875 z M 189.90625,164.375 C 183.5708,164.67041 183.28125,171.84375 182.5,173.25 C 181.25,175.5 184.75,187 184.5,191.25 C 184.25,195.5 179.75,196.5 175,201 C 170.25,205.5 175.5,217 186.25,232 L 231,233.25 L 230,198.25 C 230,198.25 234.75,194 209.25,174 C 199.6875,166.5 193.70752,164.19775 189.90625,164.375 z M 39.9375,180.90625 C 35.908264,180.80371 31.65625,186.625 30.25,188.5 C 28.75,190.5 24,193.5 13.25,198 L -1.25,232.25 L 51.75,236.5 C 51.75,236.5 53.5,225.5 47.5,220.75 C 41.5,216 30.25,215 29.25,207.5 C 28.25,200 38.5,197.5 43,193.25 C 47.5,189 45,182 40.75,181 C 40.484375,180.9375 40.206116,180.9131 39.9375,180.9063 L 39.9375,180.90625 z"
+ style="fill:#a6dd8b;fill-opacity:1;stroke:none" />
+ </g>
+ <path
+ id="path5280-4"
+ d="M 158.53125,85.34375 C 153.77142,85.329407 149.5,86.3125 147,88.5 C 139,95.5 112,89.25 98.5,95.5 C 85,101.75 85.25,133.5 83.75,140 C 82.25,146.5 66.25,160.75 63.75,163.5 C 61.25,166.25 50.5,170.75 44.25,172 C 38,173.25 31.5,179.25 28.75,183 C 26.728876,185.75608 21.343981,189.45031 18.625,191.21875 C 18.5792,191.40003 18.54564,191.56743 18.5,191.75 C 18.366311,192.28475 18.25288,192.83331 18.125,193.375 C 23.104513,191.77018 29.304508,185.19549 34.75,179.75 C 41,173.5 54.75,172 62.5,168.25 C 70.25,164.5 76.75,148.5 89,144.5 C 101.25,140.5 110.25,156.25 113.25,163 C 116.25,169.75 115,175.75 117,180 C 119,184.25 128,191.75 128.5,193.5 C 129,195.25 123.5,200 122.25,202 C 121,204 111.75,209 110.5,210.75 C 109.53432,212.10195 108.57684,217.52314 108.1875,219.96875 C 108.60053,219.79955 108.94168,219.65822 109.3125,219.5 C 109.7965,216.97067 110.82799,212.42201 112.25,211 C 114.25,209 123.5,206.5 124.75,202.5 C 126,198.5 131.75,196 131.75,196 C 131.75,196 134.5,200 147.75,210 C 156.58333,216.66667 160.5081,225.53356 162.15625,230.71875 C 162.82985,230.8894 163.6892,231.12815 164.1875,231.25 C 162.96635,226.93129 159.35104,215.01115 155.25,210.5 C 150.25,205 136.75,199.75 132.5,188.5 C 128.25,177.25 108,154.25 115,148.25 C 122,142.25 131.5,144.25 143.5,155.75 C 155.5,167.25 189.75,161.5 201.25,159.5 C 211.20453,157.76878 222.08445,174.38321 225.15625,185.53125 C 225.74525,183.43558 226.28288,181.52906 226.8125,179.78125 C 225.07444,177.85545 223.11528,175.16129 221.5,171.5 C 217.75,163 209.5,158.25 209.5,158.25 C 209.5,158.25 218.25,153.25 224.25,150.5 C 225.86703,149.75886 227.25627,148.82287 228.4375,147.84375 C 228.27516,147.06972 228.17857,146.5879 228,145.75 C 227.9689,145.60389 227.938,145.45846 227.9063,145.3125 C 223.14065,150.8749 208.67404,154.92782 206.25005,156.25 C 203.50005,157.75 188.00005,159.25 170.50005,160.75 C 153.00005,162.25 143.75005,153.25 136.25005,146 C 128.75005,138.75 123.25005,110 133.25005,108 C 143.25005,106 153.25005,121.75 163.25005,125 C 173.25005,128.25 184.75005,109.25 183.00005,98 C 181.79693,90.265625 169.00292,85.375305 158.5313,85.34375 L 158.53125,85.34375 z M 105.1875,98.625 C 106.46283,98.6265 111.04688,100.21875 111.75,101 C 114,103.5 113.75,108.25 111.75,109 C 109.75,109.75 99,117 101.25,123.25 C 103.5,129.5 103,141.25 97.75,141.25 C 92.5,141.25 89.75,141.25 87.75,138.75 C 85.75,136.25 85.75,126.75 87.75,119 C 89.75,111.25 91.25,104 95.75,100.75 C 98.84375,98.51562 102.38177,98.621643 105.1875,98.625 L 105.1875,98.625 z M 118.78125,171.71875 C 118.9845,171.73245 120.6875,175.23438 123.5,178.75 C 126.5,182.5 126.75,187 126.75,187 C 126.75,187 122.5,182.25 120.75,179 C 119,175.75 118.75,171.75 118.75,171.75 C 118.75,171.7188 118.7678,171.7177 118.7812,171.7188 L 118.78125,171.71875 z"
+ style="fill:#aac3e7;fill-opacity:1;stroke:none" />
+ <path
+ id="path5319-8"
+ d="M 122.75,72.25 C 129,72.75 135,70 133.5,65.75 C 132,61.5 121,58.5 120.25,62.75 C 119.5,67 122.25,73.25 122.75,72.25 z"
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <path
+ id="path5321-0"
+ d="M 108.75,56.75 C 100.25,51.25 100.25,49.5 101.75,48.75 C 103.25,48 112,53.75 114.5,56.75 C 117,59.75 112.25,58.75 108.75,56.75 z"
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <g
+ clip-path="url(#clipPath5383-0-0)"
+ id="g5373-1">
+ <path
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 15.75,151.25 C 48.75,148.75 54,147.75 52,141 C 50,134.25 43.25,117.5 29,118.5 C 14.75,119.5 6.25,111.75 6.25,111.75"
+ id="path5323-8" />
+ <path
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-opacity:1"
+ d="M 17.5,177.25 C 35.75,167.25 46.25,168.75 52.5,165.75 C 58.75,162.75 65.75,160 68.25,156.25 C 70.75,152.5 74,144.75 74,138.25 C 74,131.75 70.5,102.25 77.25,94.75 C 84,87.25 94.5,68.75 103.25,71.5 C 112,74.25 115.5,81.25 125.25,81 C 135,80.75 147,77 149.5,68.75 C 152,60.5 133.75,52.75 133.5,45.75 C 133.25,38.75 139,31.5 153.75,28.75 C 168.5,26 177.25,17.25 177.25,17.25"
+ id="path5311-7" />
+ <path
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 14.5,161 C 29.75,159.5 36.75,164.5 46,162.75 C 55.25,161 59.25,159.75 63.75,157 C 68.25,154.25 69.75,153.25 70,150.5 C 70.25,147.75 71,138 67,128.5 C 63,119 54.5,97 58.75,89.75 C 63,82.5 64,68.25 74.5,65.25 C 85,62.25 95.5,59 102.25,64 C 109,69 115,78.25 122.25,78.5 C 129.5,78.75 134,77 136.75,74 C 139.5,71 141.25,63.75 138.5,60.25 C 135.75,56.75 123,54.75 121.25,50.75 C 119.5,46.75 110.5,33.75 121,24 C 131.5,14.25 157.25,15.75 157.25,15.75"
+ id="path5313-3" />
+ <path
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 21.25,159 C 35,160 42.75,163.25 54.75,158.5 C 66.75,153.75 68.25,153.25 68.5,149.75 C 68.75,146.25 68.25,134 65.5,129.75 C 62.75,125.5 52.5,116 49.75,105.5 C 47,95 50,64.5 58.25,57.25 C 66.5,50 90.25,50 95.75,46.75 C 101.25,43.5 101,30 108.75,22.25 C 116.5,14.5 135.75,9.9999997 135.75,9.9999997"
+ id="path5315-4" />
+ <path
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 190,18.5 C 201.75,23.5 229,28.25 237.25,58.75"
+ id="path5317-7" />
+ <path
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 9.75,214 C 28.75,201.5 45.75,212.75 58.75,210 C 71.75,207.25 97,172.75 104.75,173 C 112.5,173.25 110.25,161.25 113.25,159.75 C 116.25,158.25 118.75,165.75 125,167.75 C 131.25,169.75 149.5,165 148.5,162 C 147.5,159 141.5,154.25 143,153.5 C 144.5,152.75 151.5,158.5 155.75,157 C 160,155.5 199.5,156 204.25,143.5 C 209,131 225.75,130 225.75,130"
+ id="path5325-1" />
+ <path
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 77.5,233.5 C 91,222 100.75,208.5 106,206.5 C 111.25,204.5 118.75,202.75 121.75,198.5 C 124.75,194.25 124.25,187.75 127,186.5 C 129.75,185.25 130.75,192.25 135.75,192.5 C 140.75,192.75 172.5,187.5 178.5,180.75 C 184.5,174 210.75,168.25 211,166.25 C 211.25,164.25 210,161.5 211.25,160.75 C 212.5,160 236,154.75 236,154.75"
+ id="path5327-3"
+ sodipodi:nodetypes="csssssssc" />
+ <path
+ style="opacity:0.38695655;fill:none;stroke:#6d7f42;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 168.75,236 C 177.75,222.25 189.25,195 198.25,194 C 207.25,193 208.5,191.5 210.75,189.75 C 213,188 227.75,192 227.75,192"
+ id="path5329-4" />
+ </g>
+ <g
+ clip-path="url(#clipPath5426-1-6)"
+ id="g5400-4">
+ <path
+ style="fill:none;stroke:#d38484;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 57.75,20 L 49.25,48.25 L 67.25,54.5 L 75,90.75 L 54,113 L 63,123.5 L 51,135 L 51.5,139.5 L 71.75,164 L 85.75,157.25 L 106.25,175.75 L 95.75,204 L 106,212.5 L 103.25,225.5"
+ id="path5387-2" />
+ <path
+ style="fill:none;stroke:#d38484;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 105.75,212.25 L 118.25,184.5 L 129.25,177.5 L 156.75,193.25 L 177.25,189.5 L 177,173.75 L 166.75,167.75 L 179.5,141.5 L 185.25,137.75 L 224,127.75"
+ id="path5389-4" />
+ </g>
+ <path
+ id="path3834-49-6"
+ d="M 9,12.25 C 9,12.25 16.5,25.25 20.75,40 C 25,54.75 27,65.5 27,65.5 C 27,65.5 21.5,78.25 18.75,90.25 C 16,102.25 13,113.25 13,113.25 C 13,113.25 18.75,129.25 22.25,143.25 C 25.75,157.25 26,167.5 26,167.5 C 26,167.5 22,177.75 18.5,191.75 C 15,205.75 13.5,222.5 13.5,222.5 C 13.5,222.5 22.75,220.5 42,223.75 C 61.25,227 74.25,229.75 74.25,229.75 C 74.25,229.75 87,227 98.25,223.5 C 109.5,220 114.5,217 114.5,217 C 114.5,217 120,217.5 137,223.25 C 154,229 166.25,231.75 166.25,231.75 C 166.25,231.75 179.25,229 192.25,226 C 205.25,223 218.75,218 218.75,218 C 218.75,218 218,213 223,193.5 C 228,174 231.75,165.5 231.75,165.5 C 231.75,165.5 231.25,161 228,145.75 C 224.75,130.5 218,116 218,116 C 218,116 219.75,105.5 224.75,92.25 C 229.75,79 235,65.5 235,65.5 C 235,65.5 230.25,50.25 227.5,35.75 C 224.75,21.25 219.25,10 219.25,10 C 219.25,10 195,19 187.5,20.5 C 180,22 166.5,25.75 166.5,25.75 C 166.5,25.75 156.75,21.5 144.5,17.25 C 132.25,13 114.75,11.75 114.75,11.75 C 114.75,11.75 111.5,15.25 92.75,19.75 C 74,24.25 65.25,25.5 65.25,25.5 C 65.25,25.5 46.75,16.5 33.75,14 C 20.75,11.5 9.75,12 9,12.25 z"
+ style="opacity:0.03913042;fill:url(#linearGradient5168-2-9);fill-opacity:1;stroke:none" />
+ <g
+ style="opacity:0.2695656;display:inline"
+ id="g4808-4"
+ transform="translate(0,192)">
+ <path
+ style="fill:url(#linearGradient4806-9-8-4);fill-opacity:1;stroke:none"
+ d="M 219.25,-182 C 219.25,-182 195,-173 187.5,-171.5 C 180,-170 166.5,-166.25 166.5,-166.25 C 171.42395,-167.60833 177.93679,-120.85753 180.75,-114 L 180.6875,-113.71875 C 192.49544,-117.79254 231.89797,-118.48643 235,-126.5 C 235,-126.5 230.25,-141.75 227.5,-156.25 C 224.75,-170.75 219.25,-182 219.25,-182 z"
+ id="path3834-4-9-9" />
+ <path
+ style="fill:url(#linearGradient4790-3-9-7);fill-opacity:1;stroke:none"
+ d="M 27,-126.5 C 27,-126.5 21.5,-113.75 18.75,-101.75 C 16,-89.75 13,-78.75 13,-78.75 L 63.625,-62.46875 L 79.40625,-121.375 L 27,-126.5 z"
+ id="path3834-7-2-4-9-8" />
+ <path
+ style="fill:url(#linearGradient4758-2-6-2);fill-opacity:1;stroke:none"
+ d="M 26,-24.5 C 26,-24.5 22,-14.25 18.5,-0.25 C 15,13.75 13.5,30.5 13.5,30.5 C 13.5,30.5 13.646973,30.4546 13.9375,30.4063 C 15.971191,30.06792 25.15625,28.9063 42,31.75005 C 61.25,35.00005 74.25,37.75005 74.25,37.75005 L 75.71875,-14.74995 L 74.96875,-14.62495 L 26,-24.5 z"
+ id="path3834-7-26-9-7-4" />
+ <path
+ style="fill:url(#linearGradient4750-9-9-4);fill-opacity:1;stroke:none"
+ d="M 114.75,-180.25 C 114.75,-180.25 111.5,-176.75 92.75,-172.25 C 74.000003,-167.75 65.25,-166.5 65.25,-166.5 C 70.432295,-151.79646 77.279793,-137.22997 79.5,-121.75 L 79.40625,-121.4375 L 127.4375,-125.375 L 128.5625,-125.125 C 125.20002,-138.4478 120.76647,-179.71689 114.75,-180.25 z"
+ id="path3834-4-9-6-2" />
+ <path
+ style="fill:url(#linearGradient4782-5-5-9);fill-opacity:1;stroke:none"
+ d="M 117.59375,-78.09375 L 63.96875,-62.375 L 63.625,-62.46875 L 63.5,-62 L 75.75,-15.5 L 75.71875,-14.75 L 125.1875,-23.625 L 125.71875,-23.4375 L 125.74995,-23.5 L 117.49995,-77.75 L 117.59365,-78.09375 L 117.59375,-78.09375 z"
+ id="path3834-7-26-0-0-9-5" />
+ <path
+ style="fill:url(#linearGradient4798-4-1-9);fill-opacity:1;stroke:none"
+ d="M 128.5625,-125.125 C 128.7967,-124.19705 129.02602,-123.38337 129.25,-122.75 L 117.59375,-78.09375 L 117.68745,-78.12495 L 169.49995,-60.74995 L 180.68745,-113.7187 C 180.33054,-113.59556 179.99216,-113.47332 179.68745,-113.3437 L 128.56245,-125.12495 L 128.5625,-125.125 z"
+ id="path3834-7-2-4-3-7" />
+ <path
+ style="fill:url(#linearGradient4766-3-6-2);fill-opacity:1;stroke:none"
+ d="M 125.53125,-23.5 L 114.5,25 C 114.5,25 120,25.5 137,31.25 C 139.125,31.96875 141.16309,32.65576 143.125,33.28125 C 145.08691,33.90674 146.98047,34.4668 148.75,35 C 159.36719,38.19922 166.25,39.75 166.25,39.75 L 178.96875,-5.65625 C 178.45649,-5.47361 177.95026,-5.27525 177.4375,-5.09375 L 125.53125,-23.5 z"
+ id="path3834-7-26-9-85-2" />
+ <path
+ style="fill:url(#linearGradient4965-0-3);fill-opacity:1;stroke:none"
+ d="M 218,-76 C 202.33444,-69.71197 186.30214,-64.85036 169.9375,-60.59375 L 169.5,-60.75 L 179,-5.75 L 178.9688,-5.6563 C 196.80782,-12.01643 214.35028,-19.043 231.75005,-26.50005 C 231.75005,-26.50005 231.25005,-31.00005 228.00005,-46.25005 C 224.75,-61.5 218,-76 218,-76 z"
+ id="path3834-7-26-0-0-3-7" />
+ </g>
+ <g
+ style="opacity:0.04347827;display:inline"
+ id="g4818-4"
+ transform="translate(0,192)">
+ <path
+ style="fill:url(#linearGradient4686-3-4-6);fill-opacity:1;stroke:none"
+ d="M 13.71875,-179.96875 C 12.61251,-179.97175 11.746535,-179.93665 11,-179.90625 C 10.55476,-179.88815 10.144586,-179.86725 9.84375,-179.84375 C 9.81446,-179.84175 9.7778,-179.84575 9.75,-179.84375 C 9.352051,-179.81105 9.09375,-179.78125 9,-179.75005 C 9,-179.75005 16.5,-166.75005 20.75,-152.00005 C 25,-137.25 27,-126.5 27,-126.5 L 78.46875,-121.375 L 79.40625,-121.4375 L 79.5,-121.75 C 77.279793,-137.22997 70.432295,-151.79646 65.25,-166.5 C 65.25,-166.5 46.75,-175.5 33.75,-178 C 32.731734,-178.19582 31.73976,-178.37068 30.75,-178.53125 C 30.154387,-178.62795 29.583119,-178.72763 29,-178.8125 C 28.763416,-178.8469 28.546809,-178.8737 28.3125,-178.9062 C 27.006022,-179.08805 25.724495,-179.24659 24.5,-179.37495 C 23.765447,-179.45195 23.105404,-179.50254 22.40625,-179.56245 C 21.721361,-179.62155 21.053311,-179.67434 20.40625,-179.7187 C 19.414378,-179.7865 18.515844,-179.83704 17.625,-179.87495 C 16.168632,-179.93805 14.855835,-179.96565 13.71875,-179.96865 L 13.71875,-179.96875 z"
+ id="path3834-4-9-1-4" />
+ <path
+ style="fill:url(#linearGradient4742-3-4-4);fill-opacity:1;stroke:none"
+ d="M 13,-78.75 C 13,-78.75 18.75,-62.75 22.25,-48.75 C 25.75,-34.75 26,-24.5 26,-24.5 L 74.96875,-14.625 L 75.71875,-14.75 L 75.75,-15.5 L 63.5,-62 L 63.625,-62.46875 L 13,-78.75 z"
+ id="path3834-7-26-0-0-7-0" />
+ <path
+ style="fill:url(#linearGradient4734-3-7-6);fill-opacity:1;stroke:none"
+ d="M 127.4375,-125.375 L 79.46875,-121.375 L 79.40625,-121.375 L 63.625,-62.46875 L 63.96875,-62.375 L 117.59375,-78.09375 L 129.25,-122.75 C 129.02602,-123.38337 128.7967,-124.19705 128.5625,-125.125 L 127.4375,-125.375 L 127.4375,-125.375 z"
+ id="path3834-7-2-4-6-5" />
+ <path
+ style="fill:url(#linearGradient4726-9-4-9);fill-opacity:1;stroke:none"
+ d="M 125.1875,-23.625 L 75.71875,-14.75 L 74.25,37.75 C 74.25,37.75 87.000003,35 98.25,31.5 C 109.5,28 114.5,25 114.5,25 L 125.71875,-23.4375 L 125.1875,-23.625 z"
+ id="path3834-7-26-9-8-6" />
+ <path
+ style="fill:url(#linearGradient4710-2-1-6);fill-opacity:1;stroke:none"
+ d="M 114.75,-180.25 C 120.76647,-179.71689 125.20002,-138.4478 128.5625,-125.125 L 179.6875,-113.34375 C 179.99221,-113.47337 180.33059,-113.59561 180.6875,-113.71875 L 180.75,-114 C 177.93679,-120.85753 171.42395,-167.60833 166.5,-166.25 C 166.5,-166.25 165.88672,-166.50391 164.78125,-166.96875 C 161.46484,-168.36328 153.6875,-171.5625 144.5,-174.75 C 132.25,-179 114.75,-180.25 114.75,-180.25 z"
+ id="path3834-4-9-2-0" />
+ <path
+ style="fill:url(#linearGradient4718-4-6-0);fill-opacity:1;stroke:none"
+ d="M 117.6875,-78.125 L 117.5938,-78.0938 L 117.5001,-77.75005 L 125.7501,-24.50005 L 125.53135,-23.50005 L 177.4376,-5.0938 C 177.95036,-5.2753 178.45659,-5.47366 178.96885,-5.6563 L 179,-5.75 L 169.5,-60.75 L 117.6875,-78.125 L 117.6875,-78.125 z"
+ id="path3834-7-26-0-0-0-0" />
+ <path
+ style="fill:url(#linearGradient4694-4-1-9);fill-opacity:1;stroke:none"
+ d="M 231.75,-26.5 C 214.35023,-19.04295 196.80777,-12.01638 178.96875,-5.65625 L 166.25,39.75 C 166.25,39.75 179.25,37 192.25,34 C 205.25,31 218.75,26 218.75,26 C 218.75,26 218,21 223,1.5 C 228,-18 231.75,-26.5 231.75,-26.5 z"
+ id="path3834-7-26-9-9-4" />
+ <path
+ style="fill:url(#linearGradient4702-4-6-9);fill-opacity:1;stroke:none"
+ d="M 235,-126.5 C 231.89797,-118.48643 192.49544,-117.79254 180.6875,-113.71875 L 169.5,-60.75 L 169.9375,-60.59375 C 186.30214,-64.85036 202.33444,-69.71197 218,-76 C 218,-76 219.75,-86.5 224.75,-99.75 C 229.75,-113 235,-126.5 235,-126.5 z"
+ id="path3834-7-2-4-5-0" />
+ </g>
+ </g>
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer6"
+ inkscape:label="Mag Shadow"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <path
+ style="fill:#2d3335;fill-opacity:1;stroke:none;filter:url(#filter7286)"
+ d="M 174.28125,35.875 C 156.6825,35.875 139.08909,42.514475 125.5625,55.78125 C 125.39528,55.944528 125.22813,56.084367 125.0625,56.25 C 103.00655,78.305948 98.853795,111.50122 112.59375,137.75 L 110.3125,139.375 C 112.56129,143.61488 115.25415,147.6818 118.40625,151.5 L 105.09375,164.84375 C 103.75238,164.258 102.30517,163.81044 100.53125,163.46875 L 97.6875,166.3125 C 96.578031,165.82863 95.549481,165.49662 94.625,165.4375 L 30.5,229.5625 C 30.46313,230.66337 30.72615,231.74988 31.15625,232.84375 L 30.625,233.375 L 29.53125,234.46875 C 30.246688,238.20655 31.541682,241.29169 35,244.75 C 38.458318,248.20832 41.420414,249.38027 45.28125,250.21875 L 46.375,249.125 L 47.09375,248.40625 C 48.181953,248.8685 49.223649,249.19242 50.1875,249.25 L 114.3125,185.125 C 114.06964,184.15025 113.69207,183.18954 113.28125,182.21875 L 116.28125,179.21875 C 116.03142,177.48677 115.60454,176.02072 114.96875,174.625 L 128.25,161.34375 C 132.0682,164.49585 136.13512,167.18872 140.375,169.4375 L 142,167.15625 C 168.24878,180.8962 201.44405,176.74344 223.5,154.6875 C 223.66563,154.52186 223.80547,154.35472 223.96875,154.1875 C 250.66292,126.97054 250.51736,83.267352 223.5,56.25 C 209.91004,42.660041 192.09307,35.875 174.28125,35.875 z M 173.78125,39.15625 C 173.88592,39.15775 173.98908,39.15425 174.09375,39.15625 C 175.04294,39.17465 175.98913,39.22152 176.9375,39.28125 C 177.89594,39.34161 178.8563,39.428763 179.8125,39.53125 C 179.9062,39.5413 180.00004,39.55205 180.09375,39.5625 C 180.18775,39.57298 180.28105,39.58287 180.375,39.59375 C 180.5207,39.61063 180.66687,39.63839 180.8125,39.65625 C 181.7087,39.766152 182.60741,39.884369 183.5,40.03125 C 184.11909,40.133124 184.72687,40.255367 185.34375,40.375 C 185.6867,40.44144 186.03282,40.49058 186.375,40.5625 C 187.0987,40.714611 187.81147,40.885892 188.53125,41.0625 C 188.8443,41.13931 189.15653,41.199811 189.46875,41.28125 C 189.54185,41.30031 189.61445,41.32444 189.6875,41.34375 C 190.6434,41.596587 191.58423,41.860044 192.53125,42.15625 C 192.60365,42.17886 192.67766,42.19588 192.75,42.21875 C 193.69741,42.518592 194.65684,42.844291 195.59375,43.1875 C 195.64685,43.20695 195.69698,43.23041 195.75,43.25 C 196.70458,43.602395 197.65174,43.977633 198.59375,44.375 C 198.64525,44.39672 198.69853,44.41564 198.75,44.4375 C 199.69184,44.837551 200.63491,45.273781 201.5625,45.71875 C 201.6045,45.73891 201.6455,45.761 201.6875,45.78125 C 202.62288,46.232337 203.54958,46.690779 204.46875,47.1875 C 204.50185,47.20538 204.52945,47.23206 204.56245,47.25 C 205.48926,47.752833 206.40387,48.263321 207.31245,48.8125 C 207.34455,48.83189 207.37415,48.85555 207.40615,48.875 C 208.31425,49.425934 209.20552,49.996562 210.09365,50.59375 C 210.6426,50.962824 211.17785,51.36329 211.71865,51.75 C 212.08335,52.010827 212.45156,52.262412 212.8124,52.53125 C 212.8309,52.54506 212.8564,52.54867 212.8749,52.5625 C 213.75254,53.217706 214.61511,53.922431 215.46865,54.625 C 217.21133,56.059371 218.90007,57.587673 220.53115,59.21875 C 222.15163,60.83923 223.66733,62.519314 225.09365,64.25 C 225.10265,64.26124 225.11565,64.27 225.12485,64.28125 C 225.82806,65.135607 226.53159,65.996485 227.18735,66.875 C 227.47012,67.253769 227.72592,67.648223 227.99985,68.03125 C 228.36958,68.548307 228.73999,69.069236 229.0936,69.59375 C 229.1098,69.61774 229.14,69.63224 229.1561,69.65625 C 229.75422,70.545876 230.32314,71.434083 230.87485,72.34375 C 230.89435,72.37582 230.91795,72.40541 230.93735,72.4375 C 231.48294,73.340419 232.00002,74.266573 232.49985,75.1875 C 232.51775,75.22044 232.54455,75.24829 232.56235,75.28125 C 233.06035,76.202462 233.51643,77.124994 233.9686,78.0625 C 233.9888,78.10444 234.011,78.14552 234.0311,78.1875 C 234.47721,79.117367 234.91137,80.055804 235.31235,81 C 235.33415,81.05123 235.35325,81.104977 235.37485,81.15625 C 235.76965,82.092372 236.14946,83.051461 236.49985,84 C 236.51925,84.05253 236.54305,84.103686 236.56235,84.15625 C 236.90996,85.10461 237.22793,86.040882 237.5311,87 C 237.5538,87.07167 237.5712,87.147026 237.5936,87.21875 C 237.88758,88.159922 238.15494,89.112572 238.4061,90.0625 C 238.4256,90.13603 238.4494,90.207672 238.4686,90.28125 C 238.5493,90.590804 238.61118,90.908382 238.68735,91.21875 C 238.86396,91.938529 239.03524,92.651296 239.18735,93.375 C 239.25925,93.717177 239.30841,94.063299 239.37485,94.40625 C 239.49448,95.023132 239.61673,95.630911 239.7186,96.25 C 239.86548,97.142594 239.9837,98.041302 240.0936,98.9375 C 240.1115,99.083459 240.1392,99.228963 240.1561,99.375 C 240.1669,99.46829 240.1769,99.562929 240.1873,99.65625 C 240.1978,99.75023 240.2085,99.843493 240.2185,99.9375 C 240.32099,100.8937 240.40814,101.85406 240.4685,102.8125 C 240.5277,103.75494 240.57511,104.71299 240.5935,105.65625 C 240.5955,105.76038 240.5915,105.86462 240.5935,105.96875 C 240.6089,107.02208 240.5975,108.0726 240.5623,109.125 C 240.5307,110.05556 240.4776,110.97779 240.40605,111.90625 C 240.39605,112.03118 240.38515,112.15637 240.37485,112.28125 C 240.29875,113.19932 240.20894,114.11665 240.0936,115.03125 C 239.973,115.98751 239.81965,116.95518 239.6561,117.90625 C 239.6419,117.98865 239.6393,118.07392 239.6249,118.15625 C 239.6029,118.2811 239.5852,118.40651 239.5624,118.53125 C 239.39714,119.43903 239.2045,120.34852 238.9999,121.25 C 238.9693,121.38463 238.9376,121.52178 238.9062,121.65625 C 238.69845,122.54491 238.46486,123.43135 238.2187,124.3125 C 238.05479,124.89922 237.86842,125.47955 237.68745,126.0625 C 237.51204,126.62662 237.34761,127.18974 237.1562,127.75 C 236.86153,128.61381 236.55145,129.45882 236.2187,130.3125 C 236.1581,130.46799 236.09304,130.62612 236.0312,130.78125 C 235.9863,130.89371 235.9517,131.01273 235.9062,131.125 C 235.5501,132.00362 235.17807,132.8526 234.7812,133.71875 C 234.40422,134.54222 234.0076,135.34519 233.5937,136.15625 C 233.5132,136.31403 233.42563,136.46772 233.3437,136.625 C 232.92842,137.4224 232.51372,138.21595 232.06245,139 C 231.96725,139.16556 231.87805,139.33506 231.7812,139.5 C 231.58213,139.83885 231.36205,140.16384 231.1562,140.5 C 230.79455,141.09093 230.41383,141.66777 230.0312,142.25 C 230.0262,142.257 230.0362,142.2738 230.0312,142.2812 C 229.54039,143.02694 229.02527,143.76939 228.49995,144.49995 C 228.04268,145.13587 227.54591,145.75123 227.06245,146.37495 C 226.86549,146.62904 226.70126,146.90421 226.49995,147.1562 C 226.36593,147.32399 226.22965,147.48935 226.0937,147.6562 C 225.93019,147.85684 225.76,148.05071 225.5937,148.24995 C 225.03708,148.917 224.46291,149.5678 223.87495,150.2187 C 223.26864,150.88974 222.63964,151.56575 221.99995,152.2187 C 221.83899,152.38296 221.69428,152.55562 221.5312,152.7187 C 200.40085,173.84905 169.27251,177.21358 144.3437,163.87495 L 144.4687,163.68745 C 140.76453,161.79084 137.20703,159.54699 133.8437,156.9062 C 133.30478,156.48305 132.77833,156.03638 132.24995,155.5937 C 131.73554,155.16273 131.22265,154.7308 130.7187,154.2812 C 130.6258,154.1976 130.52998,154.1154 130.43745,154.0312 C 129.61572,153.28344 128.82556,152.51306 128.0312,151.7187 C 127.23684,150.92434 126.46647,150.13418 125.7187,149.31245 C 125.6345,149.21995 125.55231,149.12407 125.4687,149.0312 C 125.0191,148.52725 124.58717,148.01436 124.1562,147.49995 C 123.71352,146.97157 123.26685,146.44512 122.8437,145.9062 C 120.20291,142.54287 117.95906,138.98536 116.06245,135.2812 L 115.87495,135.4062 C 102.53632,110.47739 105.90085,79.349046 127.0312,58.2187 C 127.19428,58.05562 127.36694,57.910915 127.5312,57.74995 C 128.18415,57.110265 128.86016,56.481261 129.5312,55.87495 C 130.1821,55.286994 130.8329,54.712816 131.49995,54.1562 C 131.77209,53.929114 132.03772,53.690576 132.31245,53.4687 C 132.65592,53.191271 133.02754,52.956742 133.37495,52.68745 C 133.99867,52.203987 134.61403,51.707219 135.24995,51.24995 C 135.98748,50.719619 136.74695,50.21386 137.49995,49.7187 C 138.08218,49.336066 138.65902,48.955346 139.24995,48.5937 C 139.69662,48.32034 140.1423,48.042584 140.5937,47.7812 C 141.27515,47.386414 141.96454,47.023727 142.6562,46.6562 C 142.83226,46.56265 143.01076,46.46674 143.18745,46.37495 C 144.1327,45.883975 145.06888,45.40925 146.0312,44.9687 C 146.89735,44.571825 147.74633,44.1998 148.62495,43.8437 C 148.77776,43.78177 148.94054,43.74815 149.0937,43.68745 C 150.06209,43.303428 151.01838,42.928541 151.99995,42.5937 C 152.56021,42.402293 153.12333,42.237857 153.68745,42.06245 C 154.2704,41.881482 154.85073,41.695111 155.43745,41.5312 C 156.3186,41.285037 157.20504,41.051454 158.0937,40.8437 C 158.1648,40.82706 158.24127,40.82884 158.31245,40.81245 C 158.72838,40.71671 159.14509,40.618551 159.56245,40.5312 C 160.23458,40.390375 160.91827,40.244039 161.5937,40.12495 C 161.676,40.11046 161.76133,40.10786 161.8437,40.0937 C 162.79477,39.930149 163.76244,39.776798 164.7187,39.6562 C 166.68235,39.408555 168.64857,39.254564 170.62495,39.18745 C 171.67735,39.15181 172.72787,39.14082 173.7812,39.1562 L 173.78125,39.15625 z"
+ id="path5604-26-0"
+ transform="matrix(1,8.087767e-2,0,1,0,-21.056305)"
+ clip-path="url(#clipPath8750)" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer5"
+ inkscape:label="Magnifying Galss"
+ style="display:inline">
+ <path
+ style="fill:url(#linearGradient6241);fill-opacity:1;stroke:none"
+ d="M 48.010249,227.45683 L 43.202749,232.01466 C 38.19646,226.69951 32.962779,221.30836 28.123445,215.88155 L 32.613667,211.80898 C 39.442824,218.34324 41.486314,220.33887 48.010249,227.45683 z"
+ id="rect5757-8-7-7-9"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:#d0e9f2;fill-opacity:0.47593581;stroke:none"
+ d="M -95.5,225 C -66.78119,225 -43.5,248.28119 -43.5,277 C -43.5,305.71881 -66.78119,329 -95.5,329 C -124.21881,329 -147.5,305.71881 -147.5,277 C -147.5,248.28119 -124.21881,225 -95.5,225 z"
+ id="path5604-9-1-8"
+ sodipodi:nodetypes="csssc" />
+ <g
+ id="g6060">
+ <path
+ sodipodi:nodetypes="csssccsssc"
+ id="path5604"
+ d="M -82,136 C -109.61424,136 -132,113.61424 -132,86 C -132,58.38576 -109.61424,36 -82,36 C -54.38576,36 -32,58.38576 -32,86 C -32,113.61424 -54.38576,136 -82,136 z M -82,133 C -55.49033,133 -34,112.50967 -34,86 C -34,59.49033 -55.49033,39 -82,39 C -108.50967,39 -130,59.49033 -130,86 C -130,112.50967 -108.50967,133 -82,133 z"
+ style="fill:#2d3335;fill-opacity:1;stroke:none" />
+ <path
+ id="path5604-2"
+ d="M -82.00007,136 C -109.61431,136 -132.00007,113.61424 -132.00007,86 C -132.00007,85.831721 -132.00207,85.667887 -132.00007,85.5 C -131.72953,112.88199 -109.44603,135 -82.00007,135 C -54.55411,135 -32.27061,112.88199 -32.00007,85.5 C -31.99807,85.667887 -32.00007,85.831721 -32.00007,86 C -32.00007,113.61424 -54.38583,136 -82.00007,136 z M -130.00007,85.5 C -130.00207,85.33281 -130.00007,85.167675 -130.00007,85 C -130.00007,58.49033 -108.50974,38 -82.00007,38 C -55.4904,38 -34.00007,58.49033 -34.00007,85 C -34.00007,85.167675 -33.99807,85.33281 -34.00007,85.5 C -34.26955,59.23424 -55.65808,39 -82.00007,39 C -108.34206,39 -129.73058,59.23424 -130.00007,85.5 z"
+ style="fill:#9eaaac;fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="csssc"
+ id="path5604-9"
+ d="M -82,134 C -55.49033,134 -34,112.50967 -34,86 C -34,59.49033 -55.49033,38 -82,38 C -108.50967,38 -130,59.49033 -130,86 C -130,112.50967 -108.50967,134 -82,134 z"
+ style="fill:#d0e9f2;fill-opacity:0.47593581;stroke:none" />
+ <path
+ sodipodi:nodetypes="csssc"
+ id="path5604-9-1"
+ d="M -82,134 C -55.49033,134 -34,112.50966 -34,86 C -34,59.490325 -55.49033,38 -82,38 C -108.50967,38 -130,59.490325 -130,86 C -130,112.50966 -108.50967,134 -82,134 z"
+ style="fill:url(#radialGradient5751);fill-opacity:1;stroke:none" />
+ <path
+ id="path5604-9-1-8-8"
+ d="M -96.4375,130.71875 L -97.28125,135.71875 C -92.45117,137.2009 -87.31584,138 -82,138 C -76.68416,138 -71.54883,137.2009 -66.71875,135.71875 L -67.5625,130.71875 C -72.11472,132.1879 -76.95892,133 -82,133 C -87.04108,133 -91.88528,132.1879 -96.4375,130.71875 L -96.4375,130.71875 z"
+ style="fill:url(#linearGradient5778);fill-opacity:1;stroke:none" />
+ <path
+ id="rect5757"
+ d="M -82,136.25 C -80.24321,136.25 -78.5686,136.54816 -77,137.0625 L -77,163.6875 C -78.5686,164.20184 -80.24321,164.5 -82,164.5 C -83.75679,164.5 -85.4314,164.20184 -87,163.6875 L -87,137.0625 C -85.4314,136.54816 -83.75679,136.25 -82,136.25 z"
+ style="fill:url(#linearGradient5768);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccsccc"
+ id="rect5757-8-7"
+ d="M -82,150.5 C -78.48642,150.5 -76.3872,151.15272 -74,152.93805 L -74,220.06195 C -77.1372,220.97228 -78.48642,221.5 -82,221.5 C -85.51358,221.5 -86.8628,220.97228 -90,220.06195 L -90,152.93805 C -87.3628,151.15272 -85.51358,150.5 -82,150.5 z"
+ style="fill:url(#linearGradient5868);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccsccc"
+ id="rect5757-8"
+ d="M -82,154.5 C -78.48642,154.5 -74.7622,155.27772 -72,156.93805 L -72,222.06195 C -74.0122,223.84728 -78.48642,224.5 -82,224.5 C -85.51358,224.5 -89.8628,224.34728 -92,222.06195 L -92,156.93805 C -90.1128,155.27772 -85.51358,154.5 -82,154.5 z"
+ style="fill:url(#linearGradient5798);fill-opacity:1;stroke:none" />
+ <path
+ sodipodi:nodetypes="cccsccc"
+ id="rect5757-8-7-7"
+ d="M -82,217.5 C -78.48642,217.5 -76.1372,218.27772 -74,219.93805 L -74,225.06195 C -76.3872,226.59728 -78.48642,227.5 -82,227.5 C -85.51358,227.5 -87.7378,226.59728 -90,225.06195 L -90,219.93805 C -87.6128,218.02772 -85.51358,217.5 -82,217.5 z"
+ style="fill:url(#linearGradient5899);fill-opacity:1;stroke:none" />
+ <path
+ id="rect5757-8-7-7-0"
+ d="M -82,221.5 C -85.51358,221.5 -87.6128,221.77717 -90,223.9375 L -90,225.0625 C -87.7378,226.59783 -85.51358,227.5 -82,227.5 C -78.48642,227.5 -76.3872,226.59783 -74,225.0625 L -74,223.9375 C -76.5122,221.90217 -78.48642,221.5 -82,221.5 z"
+ style="fill:#e0bb41;fill-opacity:1;stroke:none" />
+ </g>
+ <path
+ style="fill:#2d3335;fill-opacity:1;stroke:none"
+ d="M 125.06419,134.68586 C 97.884272,107.50594 97.884272,63.438594 125.06419,36.258677 C 152.24411,9.078759 196.31145,9.078759 223.49137,36.258677 C 250.67129,63.438594 250.67129,107.50594 223.49137,134.68586 C 196.31145,161.86577 152.24411,161.86577 125.06419,134.68586 z M 128.01701,131.73304 C 154.10973,157.82576 195.4301,158.81003 221.52283,132.71731 C 247.61555,106.62459 246.63127,65.304212 220.53855,39.211492 C 194.44583,13.118772 153.12545,12.1345 127.03273,38.22722 C 100.94001,64.319941 101.92428,105.64032 128.01701,131.73304 L 128.01701,131.73304 z"
+ id="path5604-26"
+ sodipodi:nodetypes="csssccsssc" />
+ <path
+ style="fill:#9eaaac;fill-opacity:1;stroke:none"
+ d="M 125.06412,134.68579 C 97.884203,107.50587 97.884203,63.438525 125.06412,36.258608 C 125.22975,36.092975 125.38904,35.92975 125.55626,35.766472 C 98.871221,62.984077 99.034108,106.68723 126.04839,133.70151 C 153.06268,160.7158 196.76583,160.87869 223.98344,134.19365 C 223.82016,134.36087 223.65693,134.52015 223.4913,134.68579 C 196.31138,161.8657 152.24404,161.8657 125.06412,134.68579 z M 127.5248,37.735015 C 127.68739,37.568487 127.8519,37.407917 128.01694,37.24288 C 154.10966,11.150159 195.43004,12.134431 221.52276,38.227151 C 247.61548,64.319872 248.59975,105.64025 222.50703,131.73297 C 222.34199,131.89801 222.18142,132.06252 222.01489,132.22511 C 247.6023,106.10722 246.46616,65.139101 220.53848,39.211423 C 194.61081,13.283745 153.6427,12.14762 127.5248,37.735015 L 127.5248,37.735015 z"
+ id="path5604-2-9" />
+ <path
+ style="fill:#d0e9f2;fill-opacity:0.47593581;stroke:none"
+ d="M 127.03273,132.71731 C 153.12545,158.81003 195.4301,158.81003 221.52283,132.71731 C 247.61555,106.62459 247.61555,64.319941 221.52283,38.22722 C 195.4301,12.1345 153.12545,12.1345 127.03273,38.22722 C 100.94001,64.319941 100.94001,106.62459 127.03273,132.71731 z"
+ id="path5604-9-13"
+ sodipodi:nodetypes="csssc" />
+ <path
+ style="fill:url(#radialGradient6256);fill-opacity:1;stroke:none"
+ d="M 127.03273,132.71731 C 153.12545,158.81003 195.43011,158.81002 221.52283,132.71731 C 247.61555,106.62459 247.61555,64.319941 221.52283,38.22722 C 195.4301,12.1345 153.12546,12.134495 127.03273,38.22722 C 100.94002,64.319931 100.94001,106.62459 127.03273,132.71731 z"
+ id="path5604-9-1-3"
+ sodipodi:nodetypes="csssc" />
+ <path
+ style="fill:url(#linearGradient6253);fill-opacity:1;stroke:none"
+ d="M 116.05195,115.27725 L 110.30011,119.36813 C 113.59539,125.58108 117.86341,131.42217 123.09565,136.6544 C 128.32788,141.88663 134.16897,146.15466 140.38192,149.44993 L 144.4728,143.69809 C 138.54613,140.66352 132.9788,136.69483 128.01701,131.73304 C 123.05521,126.77125 119.08653,121.20391 116.05195,115.27725 L 116.05195,115.27725 z"
+ id="path5604-9-1-8-8-1" />
+ <path
+ style="fill:url(#linearGradient6250);fill-opacity:1;stroke:none"
+ d="M 124.81812,134.93192 C 126.54728,136.66108 127.90208,138.60282 128.93976,140.653 L 102.73352,166.85924 C 100.68334,165.82156 98.741603,164.46676 97.012444,162.7376 C 95.283285,161.00844 93.928484,159.0667 92.890806,157.01652 L 119.09704,130.81029 C 121.14722,131.84796 123.08896,133.20276 124.81812,134.93192 z"
+ id="rect5757-5" />
+ <path
+ style="fill:url(#linearGradient6247);fill-opacity:1;stroke:none"
+ d="M 116.26672,159.23167 L 50.198558,225.29984 C 46.214689,223.10799 44.367269,222.29941 40.908952,218.84109 C 37.450634,215.38278 36.642055,213.53536 34.450209,209.55149 L 100.51837,143.48333 C 105.58172,147.23135 112.63531,153.88125 116.26672,159.23167 z"
+ id="rect5757-8-7-2"
+ sodipodi:nodetypes="ccsccc" />
+ <path
+ style="fill:url(#linearGradient6244);fill-opacity:1;stroke:none"
+ d="M 105.77884,154.11797 C 109.23716,157.57629 113.21364,160.78433 114.29818,165.13731 L 50.198558,229.23692 C 43.682447,224.0819 35.643787,216.44629 30.513122,209.55149 L 94.61274,145.45187 C 98.104474,145.67517 102.27159,150.61074 105.72991,154.06905 L 105.77884,154.11797 z"
+ id="rect5757-8-6"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ style="opacity:0.59565214;fill:url(#linearGradient6279);fill-opacity:1;stroke:none"
+ d="M 105.53422,154.36259 C 108.99254,157.82091 113.21364,160.78433 114.29818,165.13731 L 50.198558,229.23692 C 42.321633,222.32946 38.401371,218.6125 30.513122,209.55149 L 94.61274,145.45187 C 98.104474,145.67517 102.02698,150.90428 105.4853,154.36259 L 105.53422,154.36259 z"
+ id="rect5757-8-6-3"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ style="opacity:0.6043478;fill:url(#linearGradient6595);fill-opacity:1;stroke:none"
+ d="M 131.1683,37.049946 C 171.82694,4.876587 209.3036,24.322024 208.95005,42.353247 C 208.5965,60.38447 152.38151,112.71037 132.58252,108.46773 C 112.78353,104.22509 107.12667,55.081169 131.1683,37.049946 z"
+ id="path6587" />
+ <text
+ xml:space="preserve"
+ style="font-size:19.79973221px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;opacity:0.46086958;fill:url(#radialGradient6482);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+ x="99.83886"
+ y="69.184349"
+ id="text6302-7"
+ transform="matrix(0.9879609,-0.1547039,0.1547039,0.9879609,0,0)"><tspan
+ sodipodi:role="line"
+ id="tspan6304-0"
+ x="99.83886"
+ y="69.184349"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#radialGradient6482);fill-opacity:1;font-family:Monospace;-inkscape-font-specification:Monospace Bold">01011001</tspan><tspan
+ sodipodi:role="line"
+ x="99.83886"
+ y="93.934013"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#radialGradient6482);fill-opacity:1;font-family:Monospace;-inkscape-font-specification:Monospace Bold"
+ id="tspan6415-7">00110101</tspan><tspan
+ sodipodi:role="line"
+ x="99.83886"
+ y="118.68368"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#radialGradient6482);fill-opacity:1;font-family:Monospace;-inkscape-font-specification:Monospace Bold"
+ id="tspan6417-1">10010011</tspan><tspan
+ sodipodi:role="line"
+ x="99.83886"
+ y="143.43335"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#radialGradient6482);fill-opacity:1;font-family:Monospace;-inkscape-font-specification:Monospace Bold"
+ id="tspan6419-9" /></text>
+ <text
+ xml:space="preserve"
+ style="font-size:19.79973221px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:url(#radialGradient6427);fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Sans"
+ x="99.410172"
+ y="67.898323"
+ id="text6302"
+ transform="matrix(0.9879609,-0.1547039,0.1547039,0.9879609,0,0)"><tspan
+ sodipodi:role="line"
+ id="tspan6304"
+ x="99.410172"
+ y="67.898323"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#radialGradient6427);fill-opacity:1;font-family:Monospace;-inkscape-font-specification:Monospace Bold">01011001</tspan><tspan
+ sodipodi:role="line"
+ x="99.410172"
+ y="92.647987"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#radialGradient6427);fill-opacity:1;font-family:Monospace;-inkscape-font-specification:Monospace Bold"
+ id="tspan6415">00110101</tspan><tspan
+ sodipodi:role="line"
+ x="99.410172"
+ y="117.39765"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#radialGradient6427);fill-opacity:1;font-family:Monospace;-inkscape-font-specification:Monospace Bold"
+ id="tspan6417">10010011</tspan><tspan
+ sodipodi:role="line"
+ x="99.410172"
+ y="142.14732"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:url(#radialGradient6427);fill-opacity:1;font-family:Monospace;-inkscape-font-specification:Monospace Bold"
+ id="tspan6419" /></text>
+ <path
+ style="opacity:0.76521738;fill:url(#linearGradient6614);fill-opacity:1;stroke:none"
+ d="M 219.46318,129.09019 C 192.66917,151.07299 177.65484,150.09749 181.38844,142.22816 C 185.12205,134.35887 223.71429,100.57298 232.83561,98.47996 C 241.95691,96.38695 235.11079,116.52117 219.46318,129.09019 z"
+ id="path6587-7" />
+ </g>
+</svg>
diff --git a/images/background.png b/images/background.png
new file mode 100644
index 0000000..9bd19a4
--- /dev/null
+++ b/images/background.png
Binary files differ
diff --git a/images/data-center.jpg b/images/data-center.jpg
new file mode 100644
index 0000000..da9ef97
--- /dev/null
+++ b/images/data-center.jpg
Binary files differ
diff --git a/images/id-logo.svg b/images/id-logo.svg
new file mode 100644
index 0000000..bf3841f
--- /dev/null
+++ b/images/id-logo.svg
@@ -0,0 +1,1205 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="100"
+ height="100"
+ id="svg2"
+ version="1.1"
+ inkscape:version="0.48.2 r9819"
+ sodipodi:docname="logo.svg"
+ inkscape:export-filename="/Users/saman/work_repos/iD/img/logo.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient3908"
+ inkscape:collect="always">
+ <stop
+ id="stop3910"
+ offset="0"
+ style="stop-color:#333333;stop-opacity:1" />
+ <stop
+ id="stop3912"
+ offset="1"
+ style="stop-color:#333333;stop-opacity:0" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5264">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5266" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop5268" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5244">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop5246" />
+ <stop
+ style="stop-color:#1a1a1a;stop-opacity:1"
+ offset="1"
+ id="stop5248" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4328">
+ <stop
+ style="stop-color:#a23b99;stop-opacity:1;"
+ offset="0"
+ id="stop4330" />
+ <stop
+ style="stop-color:#a23b99;stop-opacity:0;"
+ offset="1"
+ id="stop4332" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath3956">
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path3958"
+ sodipodi:cx="300"
+ sodipodi:cy="502.36218"
+ sodipodi:rx="50"
+ sodipodi:ry="50"
+ d="m 350,502.36218 a 50,50 0 1 1 -100,0 50,50 0 1 1 100,0 z"
+ transform="matrix(0.90000004,0,0,0.90000004,39.999986,80.236201)" />
+ </clipPath>
+ <filter
+ inkscape:collect="always"
+ id="filter3984"
+ x="-0.16627876"
+ width="1.3325576"
+ y="-0.14400163"
+ height="1.2880033"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.0000342"
+ id="feGaussianBlur3986" />
+ </filter>
+ <filter
+ inkscape:collect="always"
+ id="filter3988"
+ x="-0.14399835"
+ width="1.2879966"
+ y="-0.14908147"
+ height="1.2981629"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.0000342"
+ id="feGaussianBlur3990" />
+ </filter>
+ <filter
+ inkscape:collect="always"
+ id="filter3992"
+ x="-0.14400163"
+ width="1.2880033"
+ y="-0.16627876"
+ height="1.3325576"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.0000342"
+ id="feGaussianBlur3994" />
+ </filter>
+ <filter
+ inkscape:collect="always"
+ id="filter3996"
+ x="-0.14908145"
+ width="1.2981629"
+ y="-0.14399835"
+ height="1.2879966"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.0000342"
+ id="feGaussianBlur3998" />
+ </filter>
+ <filter
+ inkscape:collect="always"
+ id="filter4000"
+ x="-0.14400163"
+ width="1.2880033"
+ y="-0.20364906"
+ height="1.4072981"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.0000342"
+ id="feGaussianBlur4002" />
+ </filter>
+ <filter
+ inkscape:collect="always"
+ id="filter4004"
+ x="-0.14400163"
+ width="1.2880033"
+ y="-0.14400163"
+ height="1.2880033"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="3.0000342"
+ id="feGaussianBlur4006" />
+ </filter>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4112">
+ <path
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 310,487.375 c -24.85281,0 -45,20.14719 -45,45 0,24.85281 20.14719,45 45,45 24.85281,0 45,-20.14719 45,-45 0,-24.85281 -20.14719,-45 -45,-45 z m 0,8 c 20.43454,0 37,16.56546 37,37 0,20.43454 -16.56546,37 -37,37 -20.43454,0 -37,-16.56546 -37,-37 0,-20.43454 16.56546,-37 37,-37 z"
+ id="path4114"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4328"
+ id="linearGradient4334"
+ x1="329.91135"
+ y1="510.11646"
+ x2="323.10904"
+ y2="521.89838"
+ gradientUnits="userSpaceOnUse" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4540">
+ <path
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 310,487.375 c -24.85281,0 -45,20.14719 -45,45 0,24.85281 20.14719,45 45,45 24.85281,0 45,-20.14719 45,-45 0,-24.85281 -20.14719,-45 -45,-45 z m 0,8 c 20.43454,0 37,16.56546 37,37 0,20.43454 -16.56546,37 -37,37 -20.43454,0 -37,-16.56546 -37,-37 0,-20.43454 16.56546,-37 37,-37 z"
+ id="path4542"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath4540-4">
+ <path
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 310,487.375 c -24.85281,0 -45,20.14719 -45,45 0,24.85281 20.14719,45 45,45 24.85281,0 45,-20.14719 45,-45 0,-24.85281 -20.14719,-45 -45,-45 z m 0,8 c 20.43454,0 37,16.56546 37,37 0,20.43454 -16.56546,37 -37,37 -20.43454,0 -37,-16.56546 -37,-37 0,-20.43454 16.56546,-37 37,-37 z"
+ id="path4542-2"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4328-3"
+ id="linearGradient4334-5"
+ x1="329.91135"
+ y1="510.11646"
+ x2="323.10904"
+ y2="521.89838"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4328-3">
+ <stop
+ style="stop-color:#a23b99;stop-opacity:1;"
+ offset="0"
+ id="stop4330-5" />
+ <stop
+ style="stop-color:#a23b99;stop-opacity:0;"
+ offset="1"
+ id="stop4332-2" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4328-7"
+ id="linearGradient4334-2"
+ x1="329.91135"
+ y1="510.11646"
+ x2="323.10904"
+ y2="521.89838"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4328-7">
+ <stop
+ style="stop-color:#a23b99;stop-opacity:1;"
+ offset="0"
+ id="stop4330-4" />
+ <stop
+ style="stop-color:#a23b99;stop-opacity:0;"
+ offset="1"
+ id="stop4332-8" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4328"
+ id="linearGradient4900"
+ gradientUnits="userSpaceOnUse"
+ x1="329.91135"
+ y1="510.11646"
+ x2="323.10904"
+ y2="521.89838" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath3243">
+ <path
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 309.0938,487.40625 c -11.7097,0.23256 -22.31,4.9289 -30.1876,12.46875 0.6474,-0.39603 1.3852,-0.59375 2.125,-0.59375 1.0469,0 2.1076,0.38884 2.9063,1.1875 1.3976,1.39765 1.5795,3.53799 0.5313,5.125 6.5484,-6.24357 15.3876,-10.11372 25.125,-10.21875 -2.062,-0.20724 -3.6876,-1.88286 -3.6876,-4 0,-1.94222 1.3714,-3.55022 3.1876,-3.96875 z m 1.8124,0 c 1.8161,0.41853 3.1874,2.02653 3.1876,3.96875 0,2.11714 -1.6256,3.79276 -3.6876,4 9.7374,0.10503 18.5766,3.97518 25.125,10.21875 -1.0482,-1.58701 -0.8663,-3.72735 0.5313,-5.125 0.7987,-0.79866 1.8593,-1.1875 2.9063,-1.1875 0.7398,0 1.4776,0.19772 2.125,0.59375 -7.8776,-7.53985 -18.4779,-12.23619 -30.1876,-12.46875 z m -33.3124,13.78125 c -7.6946,7.99234 -12.4794,18.80657 -12.5938,30.75 0.1911,-2.07874 1.9023,-3.71875 4.0312,-3.71875 1.9768,0 3.618,1.41674 4,3.28125 0.223,-9.58336 4.0713,-18.26912 10.25,-24.71875 -1.5869,1.04823 -3.7271,0.8664 -5.125,-0.53125 -1.3797,-1.37984 -1.5665,-3.48163 -0.5624,-5.0625 z m 64.8124,0 c 1.0041,1.58087 0.8173,3.68266 -0.5624,5.0625 -1.3979,1.39765 -3.5381,1.57948 -5.125,0.53125 6.1787,6.44963 10.027,15.13539 10.25,24.71875 0.382,-1.86451 2.0232,-3.28125 4,-3.28125 2.1289,0 3.84,1.64001 4.0312,3.71875 -0.1144,-11.94343 -4.8992,-22.75766 -12.5938,-30.75 z M 265,532.65625 c 0.0757,12.29835 5.0929,23.42099 13.1562,31.5 -1.5971,-1.59731 -1.5971,-4.18394 0,-5.78125 0.7987,-0.79866 1.8285,-1.1875 2.875,-1.1875 0.7176,0 1.4209,0.19045 2.0626,0.5625 -6.0827,-6.44872 -9.8649,-15.07671 -10.0626,-24.59375 -0.3933,1.84975 -2.0337,3.25 -4,3.25 -2.1396,0 -3.8546,-1.65628 -4.0312,-3.75 z m 90,0 c -0.1765,2.09372 -1.8916,3.75 -4.0312,3.75 -1.9663,0 -3.6067,-1.40025 -4,-3.25 -0.4098,19.72913 -16.2407,35.64761 -35.9376,36.1875 1.753,0.46297 3.0625,2.04011 3.0626,3.9375 0,2.25894 -1.8349,4.09375 -4.0938,4.09375 24.7584,0 44.8478,-19.99616 45,-44.71875 z M 310,577.375 c -2.2589,0 -4.0938,-1.83481 -4.0938,-4.09375 0,-1.89739 1.3096,-3.47453 3.0626,-3.9375 -9.4501,-0.25903 -18.007,-4.0601 -24.4063,-10.125 0.9183,1.56626 0.7192,3.59327 -0.625,4.9375 -1.5869,1.58692 -4.1502,1.59751 -5.75,0.0312 8.1434,8.1434 19.3861,13.1875 31.8125,13.1875 z"
+ id="path3245"
+ inkscape:connector-curvature="0" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5244"
+ id="linearGradient5250"
+ x1="828.35815"
+ y1="543.65155"
+ x2="825.15759"
+ y2="553.50903"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3908"
+ id="linearGradient5270"
+ x1="1153.0223"
+ y1="229.70158"
+ x2="1150.6755"
+ y2="236.62599"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5264"
+ id="linearGradient3878"
+ gradientUnits="userSpaceOnUse"
+ x1="1153.0223"
+ y1="229.70158"
+ x2="1150.6755"
+ y2="236.62599" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="2"
+ inkscape:cx="34.635558"
+ inkscape:cy="20.721384"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:snap-nodes="false"
+ inkscape:snap-bbox="true"
+ inkscape:window-width="1261"
+ inkscape:window-height="756"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="0"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3031"
+ empspacing="5"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="-430,85.000003"
+ id="guide3876" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="-810,70.000003"
+ id="guide4947" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="-565,20.000003"
+ id="guide4949" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="-675,35.000003"
+ id="guide4953" />
+ <sodipodi:guide
+ orientation="1,0"
+ position="-620,120"
+ id="guide5045" />
+ <sodipodi:guide
+ orientation="0,1"
+ position="-341,-261"
+ id="guide5177" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata7">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-1090,-172.36218)">
+ <rect
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect3035"
+ width="240"
+ height="310"
+ x="190"
+ y="412.36218" />
+ <g
+ id="g3946"
+ clip-path="url(#clipPath3956)">
+ <path
+ sodipodi:end="2.6179939"
+ sodipodi:start="1.5707963"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ d="m 300,552.36218 c -17.86328,0 -34.36963,-9.52994 -43.30127,-25 l 43.30127,-25 z"
+ sodipodi:ry="50"
+ sodipodi:rx="50"
+ sodipodi:cy="502.36218"
+ sodipodi:cx="300"
+ id="path3033"
+ style="color:#000000;fill:#4678e2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3984);enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#46c8e2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3988);enable-background:accumulate"
+ id="path3878"
+ sodipodi:cx="300"
+ sodipodi:cy="502.36218"
+ sodipodi:rx="50"
+ sodipodi:ry="50"
+ d="M 264.64466,537.71752 C 252.01342,525.08628 247.08035,506.67583 251.70371,489.42123 L 300,502.36218 z"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ sodipodi:start="2.3561945"
+ sodipodi:end="3.403392" />
+ <path
+ sodipodi:end="4.1887902"
+ sodipodi:start="3.1415927"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ d="m 250,502.36218 c 0,-17.86328 9.52995,-34.36963 25,-43.30127 l 25,43.30127 z"
+ sodipodi:ry="50"
+ sodipodi:rx="50"
+ sodipodi:cy="502.36218"
+ sodipodi:cx="300"
+ id="path3882"
+ style="color:#000000;fill:#69c650;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3992);enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#eadc59;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3996);enable-background:accumulate"
+ id="path3884"
+ sodipodi:cx="300"
+ sodipodi:cy="502.36218"
+ sodipodi:rx="50"
+ sodipodi:ry="50"
+ d="m 264.64466,467.00684 c 12.63125,-12.63124 31.04169,-17.56431 48.29629,-12.94095 L 300,502.36218 z"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ sodipodi:start="3.9269908"
+ sodipodi:end="4.9741884" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#db743b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4004);enable-background:accumulate"
+ id="path3880"
+ sodipodi:cx="300"
+ sodipodi:cy="502.36218"
+ sodipodi:rx="50"
+ sodipodi:ry="50"
+ d="m 300,452.36218 c 27.61424,0 50,22.38577 50,50 l -50,0 z"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ sodipodi:start="4.712389"
+ sodipodi:end="6.2831853" />
+ <path
+ sodipodi:end="6.2831853"
+ sodipodi:start="5.4977871"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ d="M 335.35534,467.00684 C 344.73216,476.38366 350,489.10136 350,502.36218 l -50,0 z"
+ sodipodi:ry="50"
+ sodipodi:rx="50"
+ sodipodi:cy="502.36218"
+ sodipodi:cx="300"
+ id="path3886"
+ style="color:#000000;fill:#d44242;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4000);enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#a23b99;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4000);enable-background:accumulate"
+ id="path4170"
+ sodipodi:cx="300"
+ sodipodi:cy="502.36218"
+ sodipodi:rx="50"
+ sodipodi:ry="50"
+ d="m 350,502.36218 c 0,13.26083 -5.26784,25.97852 -14.64466,35.35534 L 300,502.36218 z"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ sodipodi:start="0"
+ sodipodi:end="0.78539816" />
+ <path
+ sodipodi:end="1.5707963"
+ sodipodi:start="0.78539816"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ d="M 335.35534,537.71752 C 325.97852,547.09434 313.26083,552.36218 300,552.36218 l 0,-50 z"
+ sodipodi:ry="50"
+ sodipodi:rx="50"
+ sodipodi:cy="502.36218"
+ sodipodi:cx="300"
+ id="path4176"
+ style="color:#000000;fill:#743ba2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4000);enable-background:accumulate"
+ sodipodi:type="arc" />
+ </g>
+ <path
+ transform="matrix(0.73999998,0,0,0.73999998,88.000004,160.61418)"
+ d="m 350,502.36218 c 0,27.61424 -22.38576,50 -50,50 -27.61424,0 -50,-22.38576 -50,-50 0,-27.61423 22.38576,-50 50,-50 27.61424,0 50,22.38577 50,50 z"
+ sodipodi:ry="50"
+ sodipodi:rx="50"
+ sodipodi:cy="502.36218"
+ sodipodi:cx="300"
+ id="path3037"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <text
+ xml:space="preserve"
+ style="font-size:43.01120377px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:166.99999571%;letter-spacing:0px;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Helvetica Neue LT Std;-inkscape-font-specification:Helvetica Neue LT Std Bold"
+ x="311.5831"
+ y="549.36218"
+ id="text4118"
+ sodipodi:linespacing="167%"><tspan
+ sodipodi:role="line"
+ id="tspan4120"
+ x="311.5831"
+ y="549.36218">iD</tspan></text>
+ <path
+ transform="matrix(2.7999825,0,0,1.7304843,-559.39458,-359.01039)"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ sodipodi:ry="4.045085"
+ sodipodi:rx="2.5"
+ sodipodi:cy="491.40726"
+ sodipodi:cx="310.5"
+ id="path4138"
+ style="color:#000000;fill:#db743b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#4678e2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4140"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(2.7999825,0,0,1.7304843,-559.39458,-277.01039)" />
+ <path
+ transform="matrix(1.6360695,0,0,1.0111465,-197.99959,76.387281)"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ sodipodi:ry="4.045085"
+ sodipodi:rx="2.5"
+ sodipodi:cy="491.40726"
+ sodipodi:cx="310.5"
+ id="path4124"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <g
+ id="g4154"
+ transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-285.63999,375.12836)">
+ <path
+ transform="matrix(2.7999825,0,0,1.7304843,-559.39458,-359.01039)"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ sodipodi:ry="4.045085"
+ sodipodi:rx="2.5"
+ sodipodi:cy="491.40726"
+ sodipodi:cx="310.5"
+ id="path4150"
+ style="color:#000000;fill:#eadc59;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#743ba2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4152"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(2.7999825,0,0,1.7304843,-559.39458,-277.01039)" />
+ </g>
+ <g
+ transform="matrix(0,-1,1,0,-222.36216,842.36214)"
+ id="g4158">
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#69c650;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4160"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(2.7999825,0,0,1.7304843,-559.39458,-359.01039)" />
+ <path
+ transform="matrix(2.7999825,0,0,1.7304843,-559.39458,-277.01039)"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ sodipodi:ry="4.045085"
+ sodipodi:rx="2.5"
+ sodipodi:cy="491.40726"
+ sodipodi:cx="310.5"
+ id="path4162"
+ style="color:#000000;fill:#a23b99;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ </g>
+ <g
+ id="g4164"
+ transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,152.7662,1128.0021)">
+ <path
+ transform="matrix(2.7999825,0,0,1.7304843,-559.39458,-359.01039)"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ sodipodi:ry="4.045085"
+ sodipodi:rx="2.5"
+ sodipodi:cy="491.40726"
+ sodipodi:cx="310.5"
+ id="path4166"
+ style="color:#000000;fill:#46c8e2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#d44242;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4168"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(2.7999825,0,0,1.7304843,-559.39458,-277.01039)" />
+ </g>
+ <g
+ id="g4142">
+ <path
+ transform="matrix(1.6360695,0,0,1.0111465,-197.99959,-5.5225896)"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ sodipodi:ry="4.045085"
+ sodipodi:rx="2.5"
+ sodipodi:cy="491.40726"
+ sodipodi:cx="310.5"
+ id="path4122"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4126"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(1.1568759,1.1568759,-0.71498855,0.71498855,331.10012,-207.20295)" />
+ <path
+ transform="matrix(1.1568759,1.1568759,-0.71498855,0.71498855,273.18109,-149.28393)"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ sodipodi:ry="4.045085"
+ sodipodi:rx="2.5"
+ sodipodi:cy="491.40726"
+ sodipodi:cx="310.5"
+ id="path4128"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ transform="matrix(1.9230329e-8,1.6360695,-1.0111465,0,847.83967,24.31748)"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ sodipodi:ry="4.045085"
+ sodipodi:rx="2.5"
+ sodipodi:cy="491.40726"
+ sodipodi:cx="310.5"
+ id="path4130"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4132"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(1.9230329e-8,1.6360695,-1.0111465,0,765.9298,24.317474)" />
+ <path
+ transform="matrix(-1.1568758,1.1568759,-0.71498855,-0.71498855,991.60102,495.49816)"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ sodipodi:ry="4.045085"
+ sodipodi:rx="2.5"
+ sodipodi:cy="491.40726"
+ sodipodi:cx="310.5"
+ id="path4136"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4172"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(1.9230329e-8,1.6360695,-1.0111465,0,835.87609,53.353954)" />
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-size:15px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Helvetica Neue LT Std;-inkscape-font-specification:Helvetica Neue LT Std Bold"
+ x="306"
+ y="611.36218"
+ id="text4178"
+ sodipodi:linespacing="125%"><tspan
+ sodipodi:role="line"
+ id="tspan4180"
+ x="308.08008"
+ y="611.36218">A javascript </tspan><tspan
+ sodipodi:role="line"
+ x="308.08008"
+ y="630.11218"
+ id="tspan4182">OpenStreetMap </tspan><tspan
+ sodipodi:role="line"
+ x="306"
+ y="648.86218"
+ id="tspan4184">Editor</tspan></text>
+ <rect
+ y="412.36218"
+ x="430"
+ height="310"
+ width="240"
+ id="rect4254"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ clip-path="url(#clipPath4540)"
+ id="g4256"
+ transform="translate(240,0)">
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#4678e2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4258"
+ sodipodi:cx="300"
+ sodipodi:cy="502.36218"
+ sodipodi:rx="50"
+ sodipodi:ry="50"
+ d="m 300,552.36218 c -17.86328,0 -34.36963,-9.52994 -43.30127,-25 l 43.30127,-25 z"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ sodipodi:start="1.5707963"
+ sodipodi:end="2.6179939" />
+ <path
+ sodipodi:end="3.403392"
+ sodipodi:start="2.3561945"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ d="M 264.64466,537.71752 C 252.01342,525.08628 247.08035,506.67583 251.70371,489.42123 L 300,502.36218 z"
+ sodipodi:ry="50"
+ sodipodi:rx="50"
+ sodipodi:cy="502.36218"
+ sodipodi:cx="300"
+ id="path4260"
+ style="color:#000000;fill:#46c8e2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#69c650;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4262"
+ sodipodi:cx="300"
+ sodipodi:cy="502.36218"
+ sodipodi:rx="50"
+ sodipodi:ry="50"
+ d="m 250,502.36218 c 0,-17.86328 9.52995,-34.36963 25,-43.30127 l 25,43.30127 z"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ sodipodi:start="3.1415927"
+ sodipodi:end="4.1887902" />
+ <path
+ sodipodi:end="4.9741884"
+ sodipodi:start="3.9269908"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ d="m 264.64466,467.00684 c 12.63125,-12.63124 31.04169,-17.56431 48.29629,-12.94095 L 300,502.36218 z"
+ sodipodi:ry="50"
+ sodipodi:rx="50"
+ sodipodi:cy="502.36218"
+ sodipodi:cx="300"
+ id="path4264"
+ style="color:#000000;fill:#eadc59;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:end="6.2831853"
+ sodipodi:start="4.712389"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ d="m 300,452.36218 c 27.61424,0 50,22.38577 50,50 l -50,0 z"
+ sodipodi:ry="50"
+ sodipodi:rx="50"
+ sodipodi:cy="502.36218"
+ sodipodi:cx="300"
+ id="path4266"
+ style="color:#000000;fill:#db743b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#d44242;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4268"
+ sodipodi:cx="300"
+ sodipodi:cy="502.36218"
+ sodipodi:rx="50"
+ sodipodi:ry="50"
+ d="M 335.35534,467.00684 C 344.73216,476.38366 350,489.10136 350,502.36218 l -50,0 z"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ sodipodi:start="5.4977871"
+ sodipodi:end="6.2831853" />
+ <path
+ sodipodi:end="0.78539816"
+ sodipodi:start="0"
+ transform="matrix(1.3757412,0,0,1.3757412,-102.72209,-158.75791)"
+ d="m 350,502.36218 c 0,13.26083 -5.26784,25.97852 -14.64466,35.35534 L 300,502.36218 z"
+ sodipodi:ry="50"
+ sodipodi:rx="50"
+ sodipodi:cy="502.36218"
+ sodipodi:cx="300"
+ id="path4270"
+ style="color:#000000;fill:url(#linearGradient4334);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ </g>
+ <text
+ sodipodi:linespacing="167%"
+ id="text4276"
+ y="549.36218"
+ x="551.58313"
+ style="font-size:43.01120377px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:166.99999571%;letter-spacing:0px;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Helvetica Neue LT Std;-inkscape-font-specification:Helvetica Neue LT Std Bold"
+ xml:space="preserve"><tspan
+ y="549.36218"
+ x="551.58313"
+ id="tspan4278"
+ sodipodi:role="line">iD</tspan></text>
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#db743b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4280"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(2.7999825,0,0,1.7304843,-319.39458,-359.01039)" />
+ <path
+ transform="matrix(2.7999825,0,0,1.7304843,-319.39458,-277.01039)"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ sodipodi:ry="4.045085"
+ sodipodi:rx="2.5"
+ sodipodi:cy="491.40726"
+ sodipodi:cx="310.5"
+ id="path4282"
+ style="color:#000000;fill:#4678e2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4284"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(1.6360695,0,0,1.0111465,42.00041,76.387281)" />
+ <g
+ transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-45.63999,375.12836)"
+ id="g4286">
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#eadc59;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4288"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(2.7999825,0,0,1.7304843,-559.39458,-359.01039)" />
+ </g>
+ <g
+ id="g4292"
+ transform="matrix(0,-1,1,0,17.63784,842.36214)">
+ <path
+ transform="matrix(2.7999825,0,0,1.7304843,-559.39458,-359.01039)"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ sodipodi:ry="4.045085"
+ sodipodi:rx="2.5"
+ sodipodi:cy="491.40726"
+ sodipodi:cx="310.5"
+ id="path4294"
+ style="color:#000000;fill:#69c650;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#a23b99;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4296"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(2.7999825,0,0,1.7304843,-559.39458,-277.01039)" />
+ </g>
+ <g
+ transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,392.7662,1128.0021)"
+ id="g4298">
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#46c8e2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4300"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(2.7999825,0,0,1.7304843,-559.39458,-359.01039)" />
+ <path
+ transform="matrix(2.7999825,0,0,1.7304843,-559.39458,-277.01039)"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ sodipodi:ry="4.045085"
+ sodipodi:rx="2.5"
+ sodipodi:cy="491.40726"
+ sodipodi:cx="310.5"
+ id="path4302"
+ style="color:#000000;fill:#d44242;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ </g>
+ <g
+ id="g4304"
+ transform="translate(240,0)">
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4306"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(1.6360695,0,0,1.0111465,-197.99959,-5.5225896)" />
+ <path
+ transform="matrix(1.1568759,1.1568759,-0.71498855,0.71498855,331.10012,-207.20295)"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ sodipodi:ry="4.045085"
+ sodipodi:rx="2.5"
+ sodipodi:cy="491.40726"
+ sodipodi:cx="310.5"
+ id="path4308"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4310"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(1.1568759,1.1568759,-0.71498855,0.71498855,273.18109,-149.28393)" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4312"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(1.9230329e-8,1.6360695,-1.0111465,0,847.83967,24.31748)" />
+ <path
+ transform="matrix(1.9230329e-8,1.6360695,-1.0111465,0,765.9298,24.317474)"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ sodipodi:ry="4.045085"
+ sodipodi:rx="2.5"
+ sodipodi:cy="491.40726"
+ sodipodi:cx="310.5"
+ id="path4314"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#0c0e0d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4316"
+ sodipodi:cx="310.5"
+ sodipodi:cy="491.40726"
+ sodipodi:rx="2.5"
+ sodipodi:ry="4.045085"
+ d="m 313,491.40726 c 0,2.23404 -1.11929,4.04508 -2.5,4.04508 -1.38071,0 -2.5,-1.81104 -2.5,-4.04508 0,-2.23404 1.11929,-4.04509 2.5,-4.04509 1.38071,0 2.5,1.81105 2.5,4.04509 z"
+ transform="matrix(-1.1568758,1.1568759,-0.71498855,-0.71498855,991.60102,495.49816)" />
+ </g>
+ <text
+ sodipodi:linespacing="125%"
+ id="text4320"
+ y="611.36218"
+ x="546"
+ style="font-size:15px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Helvetica Neue LT Std;-inkscape-font-specification:Helvetica Neue LT Std Bold"
+ xml:space="preserve"><tspan
+ y="611.36218"
+ x="548.08008"
+ id="tspan4322"
+ sodipodi:role="line">A Javascript </tspan><tspan
+ id="tspan4324"
+ y="630.11218"
+ x="548.08008"
+ sodipodi:role="line">OpenStreetMap </tspan><tspan
+ id="tspan4326"
+ y="648.86218"
+ x="546"
+ sodipodi:role="line">Editor</tspan></text>
+ <g
+ id="g3325"
+ inkscape:export-filename="/Users/saman/work_repos/iD/img/sprite.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ y="172.36218"
+ x="1090"
+ height="100"
+ width="100"
+ id="rect3323"
+ style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <image
+ y="-89.637817"
+ x="1800"
+ id="image3472"
+ xlink:href="file:///Users/saman/Desktop/Screen%20Shot%202013-01-13%20at%208.35.17%20PM.png"
+ height="362"
+ width="450" />
+ <rect
+ style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect4935"
+ width="380"
+ height="125"
+ x="1090"
+ y="272.36218"
+ inkscape:export-filename="/Users/saman/work_repos/iD/img/sprite.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ y="397.36218"
+ x="1090"
+ height="125"
+ width="380"
+ id="rect4979"
+ style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:export-filename="/Users/saman/work_repos/iD/img/sprite.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <g
+ id="g5026"
+ transform="translate(751.00001,244)"
+ inkscape:export-filename="/Users/saman/work_repos/iD/img/sprite.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <path
+ inkscape:connector-curvature="0"
+ id="path8139-4-6"
+ d="m 528.99999,192.36218 c -11.0456,0 -20,8.95432 -20,20 0,11.04572 20,28 20,28 0,0 20,-16.95428 20,-28 0,-11.04568 -8.9544,-20 -20,-20 z m 0.6248,12 c 4.4184,0 8,3.58172 8,8 0,4.41828 -3.5816,8 -8,8 -4.418,0 -8,-3.58172 -8,-8 0,-4.41828 3.582,-8 8,-8 z"
+ style="color:#000000;fill:#bcbcbc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g44643"
+ style="fill:#898989;fill-opacity:1;display:inline"
+ transform="matrix(1.9999999,0,0,1.9999999,-1660.9999,56.36219)">
+ <g
+ style="fill:#898989;fill-opacity:1;display:inline"
+ id="g5401-6"
+ transform="matrix(2,0,0,2,529,-143.72437)">
+ <path
+ style="color:#000000;fill:#bcbcbc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 188,54 -1,1 0,1.59375 L 180.59375,63 179,63 l -1,1 0,2 1,1 2,0 1,-1 0,-1.59375 L 188.40625,58 190,58 l 1,-1 0,-2 -1,-1 -2,0 z m 1,1 c 0.55228,0 1,0.44772 1,1 0,0.55229 -0.44772,1 -1,1 -0.25152,0 -0.48052,-0.0967 -0.65625,-0.25 -0.0344,-0.03002 -0.0637,-0.05934 -0.0937,-0.09375 C 188.0967,56.480519 188,56.251521 188,56 c 0,-0.55228 0.44772,-1 1,-1 z m -9,9 c 0.25152,0 0.48052,0.0967 0.65625,0.25 l 0.0937,0.09375 C 180.9033,64.519481 181,64.748484 181,65 c 0,0.55229 -0.44772,1 -1,1 -0.55228,0 -1,-0.44771 -1,-1 0,-0.55228 0.44772,-1 1,-1 z"
+ transform="translate(81,51.362183)"
+ id="path5387-6"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <g
+ transform="matrix(3.9999997,0,0,3.9999997,-4032.9997,-515.08649)"
+ id="g44583"
+ style="fill:#898989;fill-opacity:1;display:inline">
+ <rect
+ style="opacity:0.2;color:#000000;fill:#898989;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect5406-1"
+ width="6"
+ height="5.999999"
+ x="1155"
+ y="179.86218" />
+ <g
+ style="fill:#898989;fill-opacity:1;display:inline"
+ transform="translate(281,245.5)"
+ id="g5327-2-5">
+ <path
+ style="color:#000000;fill:#bcbcbc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 278,54 -1,1 0,2 1,1 0,4 -1,1 0,2 1,1 2,0 1,-1 4,0 1,1 2,0 1,-1 0,-2 -1,-1 0,-4 1,-1 0,-2 -1,-1 -2,0 -1,1 -4,0 -1,-1 -2,0 z m 1,1 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z m 8,0 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z m -6,2 4,0 1,1 0,4 -1,1 -4,0 -1,-1 0,-4 1,-1 z m -2,6 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z m 8,0 c 0.55228,0 1,0.447715 1,1 0,0.552285 -0.44772,1 -1,1 -0.55228,0 -1,-0.447715 -1,-1 0,-0.552285 0.44772,-1 1,-1 z"
+ transform="translate(594,-122.63782)"
+ id="path5288-4-8"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ </g>
+ <g
+ id="g5051"
+ transform="translate(-6.505127,0)"
+ inkscape:export-filename="/Users/saman/work_repos/iD/img/sprite.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/Users/saman/work_repos/iD/img/sprite.png"
+ y="314.36218"
+ x="1350"
+ height="45"
+ width="12"
+ id="rect5039"
+ style="color:#000000;fill:#bcbcbc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <text
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/Users/saman/work_repos/iD/img/sprite.png"
+ sodipodi:linespacing="125%"
+ id="text5041"
+ y="352.36218"
+ x="1208"
+ style="font-size:45px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0px;word-spacing:0px;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#bcbcbc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans Mono;-inkscape-font-specification:Open Sans Bold"
+ xml:space="preserve"><tspan
+ y="352.36218"
+ x="1208"
+ id="tspan5043"
+ sodipodi:role="line">D3.js</tspan></text>
+ </g>
+ <rect
+ style="color:#000000;fill:none;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect5049"
+ width="380"
+ height="350"
+ x="1090"
+ y="172.36218" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:none;stroke:url(#linearGradient5270);stroke-width:3.19417667;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path5254"
+ sodipodi:cx="1138.2598"
+ sodipodi:cy="226.26643"
+ sodipodi:rx="15.970887"
+ sodipodi:ry="15.970887"
+ d="m 1153.9381,229.30911 c -1.4569,7.50726 -8.031,12.92821 -15.6783,12.92821"
+ transform="matrix(2.5045578,0,0,2.5045578,-1710.8374,-344.33517)"
+ sodipodi:start="0.19168575"
+ sodipodi:end="1.5707963"
+ sodipodi:open="true"
+ inkscape:export-filename="/Users/saman/work_repos/iD/img/sprite.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <g
+ id="g5207"
+ transform="translate(350,-311)"
+ inkscape:export-filename="/Users/saman/work_repos/iD/img/sprite.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ style="fill:#222222;fill-opacity:1">
+ <path
+ id="path5060"
+ d="m 790,489.375 c 2.20914,0 4,1.79086 4,4 0,2.20914 -1.79086,4 -4,4 9.34201,0 17.8304,3.53928 24.21875,9.34375 -0.5043,-1.41056 -0.19221,-3.0578 0.9375,-4.1875 0.78105,-0.78105 1.82006,-1.15625 2.84375,-1.15625 1.02369,0 2.0627,0.3752 2.84375,1.15625 1.5621,1.5621 1.5621,4.09416 0,5.65625 -1.1394,1.13939 -2.82233,1.429 -4.25,0.90625 4.43652,4.8588 7.56092,10.93874 8.80635,17.69022 l 8.04302,-0.40939 C 830.07812,505.43387 811.8714,489.375 790,489.375 z m 0,0 c -24.13745,0 -43.81283,19.56194 -44,43.65625 0.17417,-2.04723 1.86431,-3.65625 3.96875,-3.65625 2.2216,0 4.03125,1.79086 4.03125,4 0,-9.37393 3.56638,-17.88553 9.40625,-24.28125 -1.42767,0.52275 -3.11061,0.23315 -4.25,-0.90625 -1.56209,-1.5621 -1.56209,-4.09415 0,-5.65625 0.78104,-0.78105 1.82007,-1.15625 2.84375,-1.15625 1.02368,0 2.06271,0.3752 2.84375,1.15625 1.1297,1.12971 1.4418,2.77695 0.9375,4.1875 6.38834,-5.80447 14.87674,-9.34375 24.21875,-9.34375 -2.20914,0 -4,-1.79086 -4,-4 0,-2.20914 1.79086,-4 4,-4 z m -36,44 c 0,2.20914 -1.80965,4 -4.03125,4 -2.10444,0 -3.79458,-1.60902 -3.96875,-3.65625 0.18717,24.0943 19.86255,43.65625 44,43.65625 -2.20914,0 -4,-1.79086 -4,-4 0,-2.20914 1.79086,-4 4,-4 -9.34201,0 -17.83041,-3.53928 -24.21875,-9.34375 0.0613,0.17552 0.11988,0.35011 0.15625,0.53125 0.002,0.01 -0.002,0.0216 0,0.0312 0.0495,0.25676 0.0631,0.52047 0.0625,0.78125 -4.2e-4,0.19045 -0.0352,0.37366 -0.0625,0.5625 -0.0394,0.27315 -0.0917,0.55082 -0.1875,0.8125 -0.0436,0.11828 -0.10112,0.2292 -0.15625,0.34375 -0.0251,0.0522 -0.0349,0.105 -0.0625,0.15625 -0.0398,0.0745 -0.0801,0.14638 -0.125,0.21875 -0.0574,0.0927 -0.12172,0.1926 -0.1875,0.28125 -0.11522,0.15478 -0.23451,0.29701 -0.375,0.4375 -0.29289,0.29289 -0.61866,0.50444 -0.96875,0.6875 -0.37654,0.20223 -0.77618,0.33332 -1.1875,0.40625 -0.46398,0.0823 -0.91102,0.0823 -1.375,0 -0.0203,-0.003 -0.0423,0.004 -0.0625,0 -0.01,-0.002 -0.0216,0.002 -0.0312,0 -0.24418,-0.0469 -0.48528,-0.12667 -0.71875,-0.21875 -0.009,-0.004 -0.0225,0.004 -0.0312,0 -0.1211,-0.0488 -0.22705,-0.12648 -0.34375,-0.1875 -0.11721,-0.063 -0.23199,-0.11202 -0.34375,-0.1875 -0.22264,-0.14645 -0.42974,-0.30474 -0.625,-0.5 -1.17157,-1.17157 -1.46079,-2.89921 -0.875,-4.34375 0.0976,-0.24073 0.22855,-0.46572 0.375,-0.6875 0.14645,-0.2218 0.30474,-0.42974 0.5,-0.625 0.18938,-0.18938 0.41055,-0.35654 0.625,-0.5 0.22324,-0.14501 0.47608,-0.27928 0.71875,-0.375 0.23151,-0.0939 0.47659,-0.17001 0.71875,-0.21875 0.25357,-0.0474 0.52533,-0.0625 0.78125,-0.0625 0.22736,0 0.46301,0.0267 0.6875,0.0625 0.0209,0.004 0.0416,-0.004 0.0625,0 0.20388,0.0357 0.39503,0.0877 0.59375,0.15625 C 757.53928,551.20541 754,542.71701 754,533.375 z"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#333333;fill-opacity:1;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csccssssccccccsccssssccsccsccscccccccccccscccccccccsccscccscccc" />
+ <text
+ sodipodi:linespacing="167%"
+ id="text4852"
+ y="549.36218"
+ x="791.58313"
+ style="font-size:43.01120377000000161px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:166.99999571000000742%;letter-spacing:0px;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;baseline-shift:baseline;color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Helvetica Neue LT Std;-inkscape-font-specification:Helvetica Neue LT Std Bold"
+ xml:space="preserve"><tspan
+ y="549.36218"
+ x="791.58313"
+ id="tspan4854"
+ sodipodi:role="line">iD</tspan></text>
+ <path
+ sodipodi:nodetypes="cccccccccsssss"
+ id="path5288-4-8-9"
+ d="m 786,484.36218 -5,5 0,8 5,5 8,0 5,-5 0,-8 -5,-5 z m 4,5 c 2.2091,0 4,1.79086 4,4 0,2.20914 -1.7909,4 -4,4 -2.2091,0 -4,-1.79086 -4,-4 0,-2.20914 1.7909,-4 4,-4 z"
+ style="color:#000000;fill:#343434;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:#343434;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 786,564.36218 -5,5 0,8 5,5 8,0 5,-5 0,-8 -5,-5 z m 4,5 c 2.2091,0 4,1.79086 4,4 0,2.20914 -1.7909,4 -4,4 -2.2091,0 -4,-1.79086 -4,-4 0,-2.20914 1.7909,-4 4,-4 z"
+ id="path5154"
+ sodipodi:nodetypes="cccccccccsssss" />
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:#343434;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 822,496.36218 -8,0 -5,5 0,7 6,6 7,0 5,-6 0,-7 z m -0.97919,5.97918 c 1.56206,1.56207 1.5621,4.09476 10e-6,5.65685 -1.56211,1.56211 -4.0948,1.56208 -5.65687,1e-5 -1.56206,-1.56208 -1.56209,-4.09476 10e-6,-5.65686 1.56209,-1.56209 4.09477,-1.56206 5.65685,0 z"
+ id="path5160"
+ sodipodi:nodetypes="cccccccccsssss" />
+ <path
+ sodipodi:nodetypes="cccccccccsssss"
+ id="path5164"
+ d="m 839,529.3622 -4.99999,-5.00002 -8.00002,1e-5 -4.99999,5 -10e-6,7.99999 5.00002,5 7.99999,2e-5 5,-5.00001 z m -5,3.99998 c 0,2.20909 -1.79085,4 -3.99999,4 -2.20916,1e-5 -4.00002,-1.7909 -4.00001,-4 10e-6,-2.2091 1.79087,-3.99999 4,-3.99999 2.20913,-1e-5 3.99999,1.79089 4,3.99999 z"
+ style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:#343434;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 759.00001,529.36218 -5.00002,-5 -7.99999,-2e-5 -5,5.00001 0,7.99999 4.99999,5.00002 8.00002,-10e-6 4.99999,-5 z m -5.00001,4 c -10e-6,2.2091 -1.79087,3.99999 -4,3.99999 -2.20913,10e-6 -3.99999,-1.79089 -4,-3.99999 0,-2.20909 1.79085,-4 3.99999,-4 2.20916,-10e-6 4.00002,1.7909 4.00001,4 z"
+ id="path5166"
+ sodipodi:nodetypes="cccccccccsssss" />
+ <path
+ sodipodi:nodetypes="cccccccccsssss"
+ id="path5172"
+ d="m 766,496.36218 -8,0 -5,5 0,7 6,6 7,0 5,-6 0,-7 z m -0.97919,5.97918 c 1.56206,1.56207 1.5621,4.09476 10e-6,5.65685 -1.56211,1.56211 -4.0948,1.56208 -5.65687,1e-5 -1.56206,-1.56208 -1.56209,-4.09476 10e-6,-5.65686 1.56209,-1.56209 4.09477,-1.56206 5.65685,0 z"
+ style="color:#000000;fill:#343434;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path5174"
+ d="m 758,552.375 -5,5 0,7 6,6 7,0 5,-6 0,-7 -5,-5 -8,0 z m 4,5 c 1.02369,0 2.0627,0.3752 2.84375,1.15625 1.5621,1.5621 1.5621,4.09415 0,5.65625 -1.5621,1.5621 -4.1254,1.5621 -5.6875,0 -1.5621,-1.5621 -1.5621,-4.09415 0,-5.65625 C 759.9373,557.7502 760.97631,557.375 762,557.375 z"
+ style="color:#000000;fill:#343434;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g3329"
+ transform="translate(0,-0.21008563)"
+ inkscape:export-filename="/Users/saman/work_repos/iD/img/favicon.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ y="256.57227"
+ x="945"
+ height="16"
+ width="16"
+ id="rect3892"
+ style="color:#000000;fill:none;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <text
+ xml:space="preserve"
+ style="font-size:13.36913967px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:166.99999571%;letter-spacing:0px;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;baseline-shift:baseline;color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Helvetica Neue LT Std;-inkscape-font-specification:Helvetica Neue LT Std Bold"
+ x="956.29651"
+ y="268.39844"
+ id="text3858"
+ sodipodi:linespacing="167%"
+ transform="scale(0.99642215,1.0035907)"><tspan
+ sodipodi:role="line"
+ id="tspan3860"
+ x="956.29651"
+ y="268.39844">iD</tspan></text>
+ </g>
+ </g>
+</svg>
diff --git a/images/id-screenshot.png b/images/id-screenshot.png
new file mode 100644
index 0000000..549cfc7
--- /dev/null
+++ b/images/id-screenshot.png
Binary files differ
diff --git a/images/josm-screenshot.png b/images/josm-screenshot.png
new file mode 100644
index 0000000..9fa65d7
--- /dev/null
+++ b/images/josm-screenshot.png
Binary files differ
diff --git a/images/osmand.png b/images/osmand.png
new file mode 100644
index 0000000..a5ae2ac
--- /dev/null
+++ b/images/osmand.png
Binary files differ
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..2ac6cad
--- /dev/null
+++ b/index.html
@@ -0,0 +1,318 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+
+ <title>Introduction to OpenStreetMap and the
+ Humanitarian OpenStreetMap Team
+ </title>
+
+ <meta name="description" content="Slides for a workshop introducing
+ OpenStreetMap and the Humanitarian OpenStreetMap Team">
+ <meta name="author" content="Christopher Baines">
+
+ <meta name="apple-mobile-web-app-capable" content="yes" />
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
+
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
+
+ <link rel="stylesheet" href="reveal.js/css/reveal.css">
+ <link id="theme" href="reveal.js/css/theme/white.css" rel="stylesheet">
+
+ <!-- For syntax highlighting -->
+ <link rel="stylesheet" href="reveal.js/lib/css/zenburn.css">
+
+ <link rel="stylesheet" href="leaflet/dist/leaflet.css" />
+ <script src="leaflet/dist/leaflet-src.js"></script>
+
+ <style>
+ .reveal .standalone {
+ font-size: 0.2em;
+ }
+
+ .blur {
+ background: none repeat scroll 0 0 rgba(255, 255, 255, 0.35);
+ }
+
+ .dark-blur {
+ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
+ }
+
+ .reveal h1 {
+ text-transform: none;
+ }
+ .reveal h2 {
+ text-transform: none;
+ }
+ .reveal h3 {
+ text-transform: none;
+ }
+ </style>
+
+ <!--[if lt IE 9]>
+ <script src="lib/js/html5shiv.js"></script>
+ <![endif]-->
+ </head>
+
+ <body>
+
+ <div class="reveal">
+
+ <!-- Any section element inside of this container is displayed as a slide -->
+ <div class="slides">
+ <section data-background="images/background.png">
+ <h4 style="font-weight: 900;">Introduction to</h4>
+ <h2 style="text-transform: none; font-weight: 900;">OpenStreetMap</h2>
+ <a href="http://wiki.openstreetmap.org/wiki/File:Public-images-osm_logo.svg">
+ <img src="images/Public-images-osm_logo.svg"
+ style="border: 0px solid #333; box-shadow: 0 0 0px rgba(0, 0, 0, 0); background: none repeat scroll 0 0 rgba(255, 255, 255, 0);";/>
+ </a>
+ <p>
+ <small style="font-weight: 900;">By <a href="http://cbaines.net/">Christopher Baines</a></small>
+ </p>
+ </section>
+
+ <section>
+ <h1>What is OpenStreetMap</h1>
+
+ <ul>
+ <li>
+ Planet wide digital map
+ </li>
+ <li>
+ Built and maintained by a worldwide community
+ </li>
+ <li>
+ Open Data (can be freely used, modified, and shared by anyone for any purpose)
+ </li>
+ </ul>
+ </section>
+
+ <section>
+ <h2>You may have already used OpenStreetMap</h2>
+
+ <ul>
+ <li>
+ <a target="_blank" href="http://www.kfc.co.uk/find-us/">
+ KFC
+ </a>
+ </li>
+ <li>
+ Craigslist
+ </li>
+ <li>
+ <a target="_blank"
+ href="https://foursquare.com/explore?mode=url&near=Southampton">
+ FourSquare
+ </a>
+ </li>
+ <li>
+ Probably many more..
+ </li>
+ </ul>
+ </section>
+
+
+ <!-- https://www.flickr.com/photos/small_realm/11189803153/ -->
+ <section data-background-color="#000000" data-background="images/data-center.jpg">
+ <h1 class="blur" style="text-transform: none; font-weight: 900; text-shadow:
+ -5px 0 black, 0 5px black, 5px 0 black, 0 -5px
+ black;">OpenStreetMap<br>
+ is a dataset</h1>
+ <!--
+ <a href="https://openclipart.org/detail/49411/binary-file">
+ <img src="images/Binary-File-Plain.svg" style="width: 60%; border: 0px solid #000; box-shadow: 0 0 0px rgba(0, 0, 0, 0.15)"/>
+ </a>
+ -->
+
+ </section>
+
+ <section data-background-iframe="styleS.html">
+ </section>
+ <section data-background-iframe="styleC.html">
+ </section>
+ <section data-background-iframe="styleT.html">
+ </section>
+ <section data-background-iframe="styleH.html">
+ </section>
+
+ <section>
+ <img class="stretch" style="border:0;box-shadow: none;" src="images/Osmdbstats2.png" />
+ </section>
+
+ <section>
+ <img class="stretch" style="border:0;box-shadow: none"; src="images/Osmdbstats1_users.png" />
+ </section>
+
+ <section>
+ <h3>Changing OpenStreetMap</h3>
+
+ <p>
+ To change what you see, you need to edit the underlying data.
+ </p>
+
+ <p>
+ To change the data, you need to use an <b>editor</b>.
+ </p>
+ </section>
+
+ <section data-background="images/id-screenshot.png"
+ data-background-color="#000000">
+ <div class="dark-blur">
+ <h3>The iD Editor</h3>
+
+ <!--
+ <a href="https://github.com/openstreetmap/iD/blob/master/svg/logo.svg">
+ <img src="images/id-logo.svg"
+ style="border: 0px solid #333; box-shadow: 0 0 0px rgba(0, 0, 0, 0); background: none repeat scroll 0 0 rgba(255, 255, 255, 0);";/>
+ </a>
+ -->
+
+ <p>
+ Use on
+ <a href="https://www.openstreetmap.org/" target="_blank">
+ openstreetmap.org
+ </a>
+ </p>
+ </div>
+ </section>
+
+ <section data-background="images/josm-screenshot.png"
+ data-background-color="#000000">
+ <div class="dark-blur">
+ <a href="http://wiki.openstreetmap.org/wiki/File:JOSM_Logo_2014.svg">
+ <img src="images/JOSM_Logo_2014.svg"
+ style="width: 200px; border: 0px solid #333; box-shadow: 0 0 0px rgba(0, 0, 0, 0); background: none repeat scroll 0 0 rgba(255, 255, 255, 0);";/>
+ </a>
+ <h2>JOSM</h2>
+
+ <p>
+ Another popular editor is JOSM, it is an extensible editor for OpenStreetMap.
+ </p>
+
+ <p>
+ It is more complicated than iD, and does not work from a web
+ browser.
+ </p>
+
+ <p>
+ However, JOSM can be faster to use than iD, and has more
+ capabilities (mutiple data layers, filters, ...).
+ </p>
+ </div>
+ </section>
+
+
+
+ <section>
+ <h2>Legal Details</h2>
+
+ <p>
+ <b>You</b> hold the copyright for the data which you add to OpenStreetMap.
+ </p>
+
+ <p>
+ OpenStreetMap is licenced under the<br>
+ <a href="http://opendatacommons.org/licenses/odbl/summary/">Open
+ Database License (ODbL).</a>
+ </p>
+ </section>
+
+ <section>
+ <a href="http://opendatacommons.org/licenses/odbl/summary/">
+ Open Database License (ODbL) Summary
+ </a>
+
+ <h3>You are free:</h3>
+ <ul>
+ <li>To <b>Share</b> the database</li>
+ <li>To <b>Create</b> works from the database</li>
+ <li>To <b>Adapt</b> the database</li>
+ </ul>
+
+ <h3>As long as you:</h3>
+ <ul>
+ <li><b>Attribute</b> any public use of the database.</li>
+
+ <li><b>Share-Alike</b>, you must offer derived works and adapted
+ databases under the ODbL.</li>
+
+ <li><b>Keep open</b>, you must distribute the database without
+ technical restrictions.</li>
+ </ul>
+ </section>
+
+ <section>
+ <h3>An OpenStreetMap Map</h3>
+
+ <p>One option is the map on OpenStreetMap.org
+ <iframe style="width: 40%; float: left;" src="demo1.html">
+ </iframe>
+ </p>
+
+ <p style="clear: left;">
+ <img src="images/osmand.png" style="float: right; width: 40%;" />
+ Other applications like <a href="http://osmand.net/">OSMAND</a> provide offline maps for Android,
+ and iOS devices
+ </p>
+
+ </section>
+
+ <section>
+ <h2>Haiti Earthquake in 2010</h2>
+
+ <p>OpenStreetMap contributors provided essential maps to Search and Rescue
+ and Relief teams responding to the Haiti earthquake.</p>
+ </section>
+
+ <section data-background-color="#000000" data-background-video="project-haiti.mp4">
+ </section>
+
+ <section data-background-iframe="http://mapgive.state.gov/projects/nepal/hist_slider_nepal.html">
+ </section>
+
+ <section data-background-iframe="http://cbaines.net/soton/">
+ </section>
+
+ <section>
+ <h2>Other Resources</h2>
+
+ <ul>
+ <li>
+ <a href="http://learnosm.org/en/beginner/start-osm/#create-an-openstreetmap-account">
+ LearnOSM Beginner's Guide
+ </a>
+ <li>
+ <a href="http://mapgive.state.gov/learn-to-map/">
+ MapGive Learn to Map (with videos)
+ </a>
+ </li>
+ </ul>
+ </section>
+ </div>
+ </div>
+
+ <script src="reveal.js/lib/js/head.min.js"></script>
+ <script src="reveal.js/js/reveal.js"></script>
+
+ <script>
+
+ // Full list of configuration options available here:
+ // https://github.com/hakimel/reveal.js#configuration
+ Reveal.initialize({
+ controls: false,
+ progress: true,
+ history: true,
+ center: true,
+ touch:true,
+
+ transition: 'linear',
+ dependencies: [
+ { src: 'reveal.js/plugin/notes/notes.js', async: true },
+ ]
+ });
+
+ </script>
+
+ </body>
+</html>
diff --git a/leaflet b/leaflet
new file mode 160000
+Subproject 8a5fdfc6e3db2807b8f0dd617474e4ab2949142
diff --git a/project-haiti.mp4 b/project-haiti.mp4
new file mode 120000
index 0000000..12b91ed
--- /dev/null
+++ b/project-haiti.mp4
@@ -0,0 +1 @@
+.git/annex/objects/81/MF/SHA256E-s7929156--d090dc08caecebd85a60e8ff9c32c188290f7188a6b7ded578a91e3546bf9d31.mp4/SHA256E-s7929156--d090dc08caecebd85a60e8ff9c32c188290f7188a6b7ded578a91e3546bf9d31.mp4 \ No newline at end of file
diff --git a/reveal.js b/reveal.js
new file mode 160000
+Subproject f0cf1f54d04088d241acf81eef42bd878a9f02b
diff --git a/styleC.html b/styleC.html
new file mode 100644
index 0000000..e9003de
--- /dev/null
+++ b/styleC.html
@@ -0,0 +1,32 @@
+<html>
+ <head>
+ <link rel="stylesheet" href="leaflet/dist/leaflet.css" />
+ <script src="leaflet/dist/leaflet-src.js"></script>
+
+ <style>
+ body {
+ padding: 0;
+ margin: 0;
+ }
+
+ html, body, #map {
+ height: 100%;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="map">
+ </div>
+
+ <script>
+ var map = L.map('map', {
+ center: [50.9087036, -1.4045204], // The Art House Cafe
+ zoom: 13
+ });
+
+ L.tileLayer('//{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png', {
+ attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
+ }).addTo(map);
+ </script>
+ </body>
+</html>
diff --git a/styleH.html b/styleH.html
new file mode 100644
index 0000000..1f715ad
--- /dev/null
+++ b/styleH.html
@@ -0,0 +1,32 @@
+<html>
+ <head>
+ <link rel="stylesheet" href="leaflet/dist/leaflet.css" />
+ <script src="leaflet/dist/leaflet-src.js"></script>
+
+ <style>
+ body {
+ padding: 0;
+ margin: 0;
+ }
+
+ html, body, #map {
+ height: 100%;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="map">
+ </div>
+
+ <script>
+ var map = L.map('map', {
+ center: [50.9087036, -1.4045204], // The Art House Cafe
+ zoom: 13
+ });
+
+ L.tileLayer('http://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', {
+ attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
+ }).addTo(map);
+ </script>
+ </body>
+</html>
diff --git a/styleS.html b/styleS.html
new file mode 100644
index 0000000..1375217
--- /dev/null
+++ b/styleS.html
@@ -0,0 +1,32 @@
+<html>
+ <head>
+ <link rel="stylesheet" href="leaflet/dist/leaflet.css" />
+ <script src="leaflet/dist/leaflet-src.js"></script>
+
+ <style>
+ body {
+ padding: 0;
+ margin: 0;
+ }
+
+ html, body, #map {
+ height: 100%;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="map">
+ </div>
+
+ <script>
+ var map = L.map('map', {
+ center: [50.9087036, -1.4045204], // The Art House Cafe
+ zoom: 13
+ });
+
+ L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
+ attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
+ }).addTo(map);
+ </script>
+ </body>
+</html>
diff --git a/styleT.html b/styleT.html
new file mode 100644
index 0000000..fd2c419
--- /dev/null
+++ b/styleT.html
@@ -0,0 +1,32 @@
+<html>
+ <head>
+ <link rel="stylesheet" href="leaflet/dist/leaflet.css" />
+ <script src="leaflet/dist/leaflet-src.js"></script>
+
+ <style>
+ body {
+ padding: 0;
+ margin: 0;
+ }
+
+ html, body, #map {
+ height: 100%;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="map">
+ </div>
+
+ <script>
+ var map = L.map('map', {
+ center: [50.9087036, -1.4045204], // The Art House Cafe
+ zoom: 13
+ });
+
+ L.tileLayer('//{s}.tile.thunderforest.com/transport/{z}/{x}/{y}.png', {
+ attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
+ }).addTo(map);
+ </script>
+ </body>
+</html>